@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0;
}
a,
a:hover,
a:focus {
    text-decoration: none;
}
*,
*:focus {
    outline: none !important;
}
body {
    font-family: 'Montserrat', sans-serif;
}
header {
    position: absolute;
    z-index: 61;
    left: 0;
    right: 0;
    top: 30px;
}
header .logo img {
    max-width: 250px;
}
header .navbar .navbar-collapse ul li a {
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    -webkit-transition: none;
    transition: none;
}
header .navbar .navbar-collapse ul li a:hover {
    color: #962721;
}
.swiper-slider .swiper-slide {
    background-color: #000;
}
.swiper-slider .swiper-slide img {
    display: block;
    position: relative;
    z-index: 1;
    opacity: 0.6;
}
.three-block {
    background-color: #1c1b17;
}
.three-block .item {
    padding-left: 100px;
    position: relative;
}
.three-block .item::before {
    content: attr(data-number);
    position: absolute;
    left: 0;
    top: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
}
.three-block .item::after {
    content: "";
    position: absolute;
    left: 30px;
    top: 17px;
    width: 40px;
    height: 1px;
    background-color: #fff;
}
.three-block .item .title {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-right: 50px;
}
.three-block .item .desc {
    font-size: 18px;
    color: #aca2a2;
    line-height: 2;
}
.three-block-2 {
    background-color: #efeeed;
}
.three-block-2 a::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.three-block-2 a::after {
    content: "";
    position: absolute;
    z-index: 3;
    border: 1px solid #fff;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
}
.three-block-2 a img {
    position: relative;
    z-index: 1;
}
.three-block-2 a span {
    position: absolute;
    z-index: 3;
    color: #fff;
    font-weight: 700;
    font-size: 21px;
    padding: 0 40px;
    text-align: center;
}
.just-text .title {
    color: #962721;
    font-weight: 700;
    font-size: 18px;
}
.just-text .desc {
    color: #2c2c2c;
    font-size: 22px;
    line-height: normal;
}
.just-text a {
    background-color: #8e2620;
    color: #fff;
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
}
.banner-text .item .text {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    background-color: #8e2620;
    padding: 30px;
    width: 40%;
}
.banner-text .item .text .title {
    position: relative;
    color: #fff;
    font-size: 28px;
    margin-bottom: 20px;
}
.banner-text .item .text .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 60px;
    height: 1px;
    background-color: #fff;
}
.banner-text .item .text .desc {
    color: #fff;
    font-size: 16px;
    line-height: normal;
}
.home-product .small-title {
    font-size: 22px;
    line-height: normal;
    color: #962721;
}
.home-product .large-title {
    font-size: 32px;
    color: #962721;
    font-weight: 700;
    line-height: normal;
}
.home-product .item {
    display: block;
}
.home-product .item .image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #efeeed;
    width: 100%;
    aspect-ratio: 1;
}
.home-product .item .image::before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 80%;
    height: 80%;
    border-radius: 100%;
    background-color: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.home-product .item .image img {
    position: relative;
    z-index: 2;
    max-width: 70%;
    max-height: 70%;
}
.home-product .item .title {
    text-align: center;
    color: #000;
    font-size: 22px;
    margin: 10px 0;
}
.home-product .all-button {
    background-color: #8e2620;
    color: #fff;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    width: 250px;
}
.home-product .all-button:hover {
    background-color: rgba(142, 38, 32, 0.9);
}
.parallax {
    background: url(../images/banner-5.jpg) no-repeat center/cover;
    background-attachment: fixed;
    height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.parallax::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.parallax .container {
    z-index: 2;
}
.parallax .text .title {
    color: #fff;
    font-size: 26px;
    line-height: normal;
}
.parallax .text .desc {
    font-size: 16px;
    line-height: normal;
    margin: 30px 0;
    color: #fff;
}
.parallax .text a {
    background-color: #8e2620;
    color: #fff;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    width: 200px;
}
.parallax .text a:hover {
    background-color: rgba(142, 38, 32, 0.9);
}
.right-img {
    background-color: #efeeec;
    height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.right-img::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/banner-6.jpg") no-repeat center right;
    background-size: auto 550px;
    width: 500px;
    pointer-events: none;
}
.right-img .small-title {
    color: #962721;
    font-size: 22px;
    line-height: normal;
}
.right-img .title {
    margin: 15px 0;
    font-size: 26px;
    line-height: normal;
}
.right-img .desc {
    font-size: 18px;
    color: #777;
    line-height: normal;
    margin-bottom: 30px;
}
.right-img a {
    background-color: #8e2620;
    color: #fff;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    width: 200px;
}
.right-img a:hover {
    background-color: rgba(142, 38, 32, 0.9);
}
.news .small-title {
    font-size: 22px;
    line-height: normal;
    color: #962721;
}
.news .large-title {
    font-size: 32px;
    color: #962721;
    font-weight: 700;
    line-height: normal;
}
.news .item {
    background-color: #efeeec;
    display: block;
    height: 100%;
}
.news .item .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #e6e4e1;
    padding: 40px 30px;
}
.news .item .text {
    padding: 40px 30px;
}
.news .item .text .title {
    font-size: 22px;
    margin-bottom: 10px;
    color: #222;
}
.news .item .text .desc {
    font-size: 16px;
    line-height: normal;
    color: #222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.brand-swiper-main .item {
    border: 1px solid #f4f4f4;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.brand-swiper-main .item img {
    max-width: 100%;
}
.brand-swiper-main .swiper-button-next,
.brand-swiper-main .swiper-button-prev {
    color: #000;
}
.breadcrumb {
    height: 350px;
    position: relative;
    background: url(../images/slider.jpg) no-repeat center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.breadcrumb::before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 2;
}
.breadcrumb .container {
    position: relative;
    z-index: 3;
}
.breadcrumb .container .title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}
.pro-list .item {
    display: block;
    padding-bottom: 30px;
}
.pro-list .item .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 450px;
}
.pro-list .item .image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.pro-list .item .image img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    max-height: 100%;
}
.pro-list .item .title {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #333;
}
.pro-detail h1 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 50px;
    color: #3b3b3b;
}
.pro-detail table {
    font-size: 16px;
    font-weight: 400;
    color: #3b3b3b;
}
.pro-detail .wp {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #25d366;
    padding: 10px 20px;
    color: #fff;
}
.pro-detail .wp:hover {
    background-color: #21af55;
}
.pro-detail .wp i {
    margin-right: 10px;
}
.pro-detail .wp p {
    margin: 0;
}
.pro-detail .pro-desc .title {
    margin-bottom: 30px;
    font-size: 22px;
    color: #222;
    font-weight: 700;
}
.pro-detail .pro-desc ul {
    padding-left: 0;
    list-style: none;
}
.pro-detail .pro-desc ul li {}
.pro-detail .pro-desc ul li p {
    color: #222;
    font-size: 16px;
}
.corporate .title {
    font-size: 26px;
    color: #222;
    line-height: normal;
    margin-bottom: 30px;
}
.corporate .desc {
    line-height: 30px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 400;
}
.contact-adress {
    background-color: #8e2620;
    padding: 30px;
}
.contact-adress .title {
    color: #fff;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 700;
}
.contact-adress .title::before {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.contact-adress ul li {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
}
.contact-form input {
    width: 100%;
    margin: 10px 0;
    border: 1px solid #bababa !important;
    padding: 15px 15px;
    font-size: 14px;
}
.contact-form input::-webkit-input-placeholder {
    color: #000 !important;
}
.contact-form input:-ms-input-placeholder {
    color: #000 !important;
}
.contact-form input::-ms-input-placeholder {
    color: #000 !important;
}
.contact-form input::placeholder {
    color: #000 !important;
}
.contact-form textarea {
    width: 100%;
    padding: 20px 15px;
    margin: 10px 0;
    height: 150px;
    border: 1px solid #bababa !important;
    font-size: 14px;
}
.contact-form textarea::-webkit-input-placeholder {
    color: #000 !important;
}
.contact-form textarea:-ms-input-placeholder {
    color: #000 !important;
}
.contact-form textarea::-ms-input-placeholder {
    color: #000 !important;
}
.contact-form textarea::placeholder {
    color: #000 !important;
}
.contact-form button {
    margin-top: 30px;
    background-color: #8e2620;
    color: #fff;
    padding: 12px 40px;
    border: none;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.contact-form button:hover {
    background-color: #000;
    color: #fff;
}
.catalog-list-item {
    background: #eee;
    border-top: 1px solid #ddd;
}
.catalog-list-item-title {
    font-size: 18px;
    font-weight: 400;
}
.catalog-list-item-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    background: #fff;
    border: 1px solid #ddd;
    color: #111;
    padding: 10px 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.catalog-list-item-a:hover {
    background-color: #ed1c24;
    border-color: #ed1c24;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.catalog-list-item-a:hover i {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
}
.catalog-list-item-a i {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-right: 10px;
    color: red;
    font-size: 22px;
}
footer {
    background-color: #8e2620;
}
footer .footer-title {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
    color: #fff;
}
footer address .address,
footer address a {
    display: block;
    font-size: 16px;
    line-height: normal;
    color: #fff;
    text-align: center;
}
footer address .address:hover,
footer address a:hover {
    color: #fff;
}
footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
footer ul li {
    margin: 0 7px;
}
footer ul li a {
    background-color: #962721;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
footer ul li a i {
    color: #fff;
    font-size: 16px;
}

.lng-select {}
.lng-select button {
    width: 60px;
    border: 0;
}
.lng-select ul {
    width: 60px;
    background-color: #962721;
    min-width: auto;
    border-radius: 0;
}
.lng-select ul li  {}
.lng-select ul li a {
    color: #fff;
}



@media (max-width: 575px) {
    .lng-select {
        position: absolute;
        right: 51px;
        top: 20px;
        margin: 0;
    }
    header {
        top: 0;
    }
    header .logo img {
        max-width: 170px;
    }
    header .navbar-toggler {
        font-size: 30px;
        padding: 0;
    }
    header .navbar-nav {
        background-color: #8e2620;
        padding: 15px;
    }
    .just-text .desc {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .banner-text .item .text {
        position: relative;
        width: 100%;
    }
    .right-img .small-title {
        margin-top: 30px;
    }
    .right-img .title {
        font-size: 22px;
    }
    .right-img .desc {
        font-size: 18px;
    }
    .right-img::after {
        display: none;
    }
    .brand-swiper-main .item {
        height: 100px;
    }
    footer .border-start,
    footer .border-end {
        border: 0 !important;
    }
    footer .footer-title {
        font-size: 22px;
    }
    footer address .address,
    footer address a {
        font-size: 18px;
    }
    .breadcrumb {
        height: 200px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 40px;
    }
    .breadcrumb .container .title {
        font-size: 24px;
    }
}
