@font-face {
    font-family: Helvetica;
    src: url(fonts/HelveticaRegular.eot);
    src: url(fonts/HelveticaRegular.ttf);
    src: url(fonts/HelveticaRegular.woff);
    font-weight: 400;
    font-style: normal;
}
.ai{
        display: flex;
    align-items: center;
}
.aie{
        display: flex;
    align-items: center;
    justify-content: end;
}
.aic{
        display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social-block a{
    margin-left: 15px;
}

.site-header{
        padding: 12px 0;
    /* position: absolute; */
    width: 100%;
    background: #1d4153;
        position: sticky;
    top: 0;
    z-index: 999;
}


.lang-modal-overlay{
            position: fixed; inset: 0; background: rgba(0,0,0,.5);
            display: flex; align-items: center; justify-content: center;
            z-index: 999999;
        }
        .lang-modal{
            background: #fff; max-width: 520px; width: calc(100% - 32px);
            border-radius: 16px; box-shadow: 0 20px 60px rgba(0,0,0,.25);
            padding: 24px 20px 20px; position: relative;
            font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,"Helvetica Neue",Arial;
        }
        .lang-modal__close{
            position: absolute; top: 8px; right: 10px; border: 0; background: transparent;
            font-size: 28px; line-height: 1; cursor: pointer;
        }
        .lang-modal__title{ margin: 0 0 10px; font-size: 20px; font-weight: 700;}
        .lang-modal__text{ margin: 0 0 18px; font-size: 15px; color: #333;  }
        .lang-modal__actions{ display: flex; gap: 10px; flex-wrap: wrap; }
        .lang-modal__btn{
            display: inline-flex; align-items: center; justify-content: center;
            padding: 10px 14px; border-radius: 10px; border: 1px solid #dcdcdc;
            background: #fff; cursor: pointer; font-weight: 600;

        }
        .lang-modal__btn--primary{
           background: #1d4153;
    padding: 16px 24px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;

    font-size: 14px;
    border: 0 solid;
        }
        .lang-modal__btn:hover{ filter: brightness(0.98); }

.post-type-archive-project .news-content p{
    display: none;
}

.cart{
    display: none;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price{
    color: #ba9756 !important;
}
.woocommerce-shop .shop-page{
    padding: 0;
}
.woocommerce-shop .shop-page {
        background: no-repeat;
}
.woocommerce-shop .cat-block .all-cat .single-cat{
        width: 30%;
}
.woocommerce-shop .cat-block .all-cat .single-cat img{
    height: 160px;
}

.woocommerce-shop .cat-block .title h1{
    font-size: 28px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    /* border-bottom: 3px solid #ff0026; */
    padding-bottom: 5px;
    width: fit-content;
    margin: 0 auto 40px;
    color: #1d4153;
    text-shadow: 0 0 black;
    border-bottom: 3px solid #ba9756;
}
.fixed-block{
   position: fixed;
    right: -25px;
    bottom: 145px;
    z-index: 9999;
}
.fixed-block img{

}

.woocommerce-shop .cat-block::after{
    background: #00000000;
}
.woocommerce-shop .cat-block{
    background: none;
        padding: 20px;
}

*{
    /* font-family: Helvetica;   */
    font-family: "Montserrat", sans-serif;
}

.banner-block{
    position: relative;
}
.banner-block .owl-dots{
        position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(10px, -50%);
}
.owl-dot.active span{
    background: #e50111 !important;
}

.main-banner .swiper-slide {
    padding: 220px 0;
    z-index: 999999;
    position: relative;
}
.banner-block .item{
     background-size: cover;
    position: relative;
    background-position-x: center;
}

.head-phone a{
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}
.head-phone i{
        color: #ba9756;
    font-size: 24px;
    margin-right: 5px;

}
.site-header .aie{
    gap: 36px;
}

.banner-block .swiper-slide::after{
        content: '';
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.contact-block .single-contact-block{
    text-align: center;
}

.contact-block .single-contact-block i{
        display: block;
    color: #ba9756;
    font-size: 32px;
    margin-bottom: 30px;
}
.contact-block .single-contact-block a{
         text-decoration: none;
    color: black;
    font-weight: 500;
    margin-bottom: 30px;
    display: block;
}
.map-singe-block span{
        display: block;
    color: #ba9756;
    font-weight: 600;
    width: fit-content;
    margin: 0 auto 15px;
}

.map-block .title span{
        font-size: 30px;
    text-align: center;
    display: block;
    color: black;
    font-weight: 500;
    border-bottom: 3px solid #ba9756;
    width: fit-content;
    margin: 0 auto 40px;
}

.contact-footer i{
        color: #ba9756;
    font-size: 18px;

}
.contact-footer li{
    margin-bottom: 10px;
}

.site-footer .footer-menu .contact-footer li a{
        color: #ffffff;
    font-size: 16px;
    gap: 16px;
    display: flex
;
    align-items: center;
}

.banner-block .text-block h1{
    font-weight: 600;
    color: white;
    text-transform: uppercase;
}
.banner-block .text-block p{
        color: #c7c7c7;
    font-size: 20px;
}

.cat-block{
    padding: 60px 0;
    background: url(../img/background-sinotruk-black-1.png);
    background-size: cover;
    position: relative;

}
.cat-block::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
        background: #00000047;
    z-index: 0;
}
.cat-block .title{
    z-index: 2;
    position: relative;
}
.icon-block .title{
    z-index: 2;
    position: relative;
        text-align: center;
            margin-bottom: 20px;
}
.icon-block .title span{
    font-size: 28px;
    color: #1d4153;
    text-shadow: 0 0 BLACK;
    font-weight: 600;
        text-transform: uppercase;
            border-bottom: 3px solid #ba9756;
}

.cat-block .all-cat{
    z-index: 2;
    position: relative;
}

.cat-block .title h2{
    font-size: 28px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    /* border-bottom: 3px solid #ff0026; */
    padding-bottom: 5px;
    width: fit-content;
    margin: 0 auto 40px;
    color: #ffffff;
    text-shadow: 0 0 black;
        border-bottom: 3px solid #ba9756;
}

.button.brochure-download{
        margin-top: 10px;
    background: #ba9756 !important;
    color: white !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    font-family: 'Montserrat';
    text-transform: uppercase;
    padding: 10px 16px;
    border: 0px;
    display: block !important;
    width: fit-content;
}

.site-header .menu ul li a.active{
        color: #ba9756;
    border-bottom: 2px solid;
}

footer{
        background-image: url(../img/pidlojka.png);
      background-color: #1d4153;
    background-size: 150%;
    background-position-x: center;
    background-position-y: center;
}
header .logo-block img{
       height: 60px;
    width: 100%;
    object-fit: contain;
}

.icon-block{
       padding: 30px 0 60px;
    background: url(../img/background-sinotruk-grey-2.png);
    background-size: cover;
    background-position-y: center;
    position: relative;
}
.icon-block .single-icon-block{
   text-align: center;
    z-index: 2;
    position: relative;
}
.icon-block .single-icon-block img{
    width: 90px;
}
.icon-block.second-block .single-icon-block p{
    font-size: 16px;
}
.product-attributes .attribute-row {
    display: flex;
    flex-wrap: wrap;
    padding: 8px;
        text-align: left;
}

.attribute-name{
    width: 55%;
        font-weight: 600;
}
.attribute-value{
    width: 45%;
}

.attribute-name,
.attribute-value {
   font-size: 14px;
    box-sizing: border-box;
    padding-right: 10px;
}

.product-attributes .attribute-row:nth-child(2n) {
    background-color: #efefef;
}

.icon-block.second-block .single-block{
    z-index: 9;
        position: relative;

}
.icon-block.second-block .single-block.main-preim p{
      font-size: 20px;
    color: black;
    text-shadow: 0 0 BLACK;
    font-weight: 600;
    text-align: center;
}
.icon-block.second-block .single-block.main-preim{
                 opacity: 1 !important;
}

.icon-block.second-block .single-block p{
        font-weight: 500;
    color: black;
        margin-bottom: 15px;
    font-size: 20px;
}
.icon-block.second-block::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffffcc;
    z-index: 0;
}

.single-block {
    opacity: 0;
    transform: translateX(-50px); /* Increased initial offset from left */
    transition: all 0.8s ease-out; /* Slightly longer transition for smoother effect */
    position: relative;
    margin-bottom: 15px; /* Added spacing between blocks */
}

.single-block.animated {
    opacity: 1;
    transform: translateX(0); /* Slide to original position */
}

/* Ensure container is properly styled */
.icon-block.second-block {
    padding: 40px 0;
}

/* Optional: Style for main-preim to match other blocks */
.single-block.main-preim {
    opacity: 1;
    transform: translateX(0);
}

.icon-block.second-block .single-block.main-preim p span{
       display: block;
    color: #ba9756;
    font-size: 32px;
}

.icon-block .single-icon-block span{
        display: block;
    font-weight: 600;
    color: black;
    font-size: 32px;
}
.icon-block .single-icon-block p{
    margin: 5px 0 0;
    color: black;
        font-size: 18px;
    font-weight: 500;
}

.icon-block::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff91;
    z-index: 0;
}

.single-exlusive-block{
   z-index: 2;
    text-align: center;
    position: relative;
    margin: 0 auto;
    max-width: 600px;
}
.single-exlusive-block p{
    margin: 5px 0 0;
    color: black;
        font-size: 18px;
    font-weight: 500;
}

.single-exlusive-block img{
    width: 90px;
}

.single-cat:hover .cat-name{
    background: #ff0026;
    color: #ffff00;
}

.swiper-slide{
    height: 300px !important;
}

.cat-block .all-cat{
    display: flex;
        flex-wrap: wrap;
}
.cat-block .all-cat .single-cat img{
       height: 260px;
    width: 100%;
    object-fit: cover;
}
.cat-block .all-cat .single-cat{
        width: 31%;
    position: relative;
    margin-bottom: 20px;
    margin: 10px;
}

.main-banner{
    position: relative;
}



       .main-banner .swiper-slide {
            background-size: cover;
            background-position: center;
            position: relative;
            overflow: hidden;
            opacity: 0; /* Начальная прозрачность для плавного появления */
        }
       .main-banner .swiper-slide-active {
            opacity: 1;
            transition: opacity 0.5s ease; /* Плавное появление слайда */
        }

        .main-banner .text-block {
            color: #fff;

        }
        .main-banner .text-block h1 {
            font-size: 48px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    width: 780px;
        margin: 20px 0;
        }
        .main-banner .text-block p {
            font-size: 20px;
                max-width: 600px;
        }

        /* Анимация масштабирования фона */
        .main-banner .swiper-slide {
            transform: scale(1.2); /* Начальное увеличение */
            transition: transform 1s ease; /* Плавное изменение масштаба */
        }
        .main-banner .swiper-slide-active {
            transform: scale(1); /* Возвращение к нормальному размеру */
        }

.site-header .menu ul{
        margin: 0;
    padding: 0;
    display: flex;
    gap: 24px;
    position: relative;
}
.site-header .menu ul li{
    list-style: none;
        height: 70px;
    display: flex
;
    align-items: center;

}
.site-header .menu ul li a{
          color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}

.site-header.pc-block .menu .sub-menu{
    position: absolute;
    width: 100%;
    top: 50px;
    left: -50px;
        display: none ;
}


.site-header.pc-block .menu .have-sub:hover .sub-menu{
     display: block ;
}

.sub-menu .all-cat{
        display: flex;
            width:545px;
padding: 30px 10px 0;
    background: #1d4153;
    flex-wrap: wrap;
}

.wp-block-table td{
        border: 0px solid !important;
}
.wp-block-table td a{
    color: #1d4153;
}
.about-page p strong{
    font-weight: 500;
}
.about-page li strong{
    font-weight: 500;
}
.about-page-title h1 {
    z-index: 9;
    position: relative;
    color: white;
    max-width: 60%;
}

.finans-block-partner .sinle-parner{
    display: flex;
    align-items: center;
    gap: 20px;
}
.finans-block-partner .sinle-parner .logo{
    width: 50%;
    padding: 10px;
        position: relative;
            background: #ba9756;
                border-radius: 6px;
        background: #1d41536b;
}
.finans-block-partner .sinle-parner .logo img{
          max-height: 165px;
}
.rewers{
    flex-flow: row-reverse;
}
footer .logo-block img{
    padding: 20px;
}
.footer-menu p{
        font-size: 14px;
    padding-left: 5px;
}

.finans-block-partner .sinle-parner {
    display: flex;
    align-items: stretch; /* Выравнивание по высоте */
    gap: 20px; /* Отступ между логотипом и текстом */
       box-shadow: 0 0 3px #c9c9c9;
    border-radius: 8px;
    margin: 10px 0;

}
.finans-page h2{
        color: #1d4153;
    font-size: 24px;
    margin-bottom: 20px;
}

.finans-block-partner .logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff; /* можно убрать или изменить под фон */
    padding: 10px;
}

.finans-block-partner .text-block {
    flex: 1;
}
.finans-block-partner .sinle-parner .text-block{
    width: 50%;
    padding: 15px 10px;
        text-align: center;
}
.finans-block-partner .sinle-parner .text-block p{
        margin-bottom: 10px;
    font-size: 14px;
    color: #1d4153;
}
.finans-block-partner{
    margin-bottom: 30px;
}

.finans-block-partner .sinle-parner .text-block a{
        background: #1d4153;
    text-decoration: none;
        font-size: 14px;
    color: #ba9756;
    padding: 10px;
    display: block;
    width: fit-content;
    text-transform: uppercase;
    font-weight: 600;
        border-radius: 6px;
    margin: 0 auto;
}

.sub-menu .all-cat .single-cat{
    width: 33%;
        padding: 10px;
}
.sub-menu .all-cat .single-cat img{
    max-height: 80px;
    width: 100%;
    object-fit: cover;
}

.sub-menu .all-cat .single-cat .cat-name{
     background: #1d415300;
    color: #ba9756;
    font-size: 12px;
    padding: 6px 5px;
}

.swiper-slide::after{
        content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    width: 100%;
    height: 100%;
    background: #00000047;
    z-index: 1;
}
.main-banner .text-block{
    z-index: 3;
        position: relative;
}

   .stock-prod .single-prod img {
    transition: transform 0.3s ease; /* Плавная анимация за 0.3 секунды */
}

.stock-prod .single-prod:hover img{
    transform: scale(1.05); /* Увеличение на 10% при наведении */
}
.all-cat .single-cat .cat-name{
    display: block;
    bottom: 0px;
    left: 0px;
    color: #00807d;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid;
    z-index: 9;
    font-size: 18px;
    background: #ba9756;
    padding: 5px 15px;
    border: 0px solid;
    display: block;
    color: #ffffff;
    /* margin-top: 10px; */
    text-decoration: none;
    /* border-bottom: 3px solid #00807d; */
    width: fit-content;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    width: 100%;
    text-align: center;


}

.about-block{
    padding: 80px 0 80px;
        background: #567886;
}
.about-block h2{
    font-size: 22px;
    margin-bottom: 15px;
        color: white;
}
.about-block p{
        font-size: 14px;
            color: #e1e1e1;
}

.all-cat .single-cat {
    position: relative;
}
.about-block a{
     display: block;
    color: #ffffff;
    margin-top: 10px;
    text-decoration: none;
    border-bottom: 3px solid #ff0223;
    width: fit-content;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.about-img img{
        border-radius: 6px;
    width: 100%;
}

.single-cat a{
    text-decoration: none;
}

.all-cat .single-cat:hover  a::after{
    background: #00807d00;
}
.all-cat .single-cat.logo-sinotruk img{
    object-fit: contain;
}
.all-cat .single-cat.logo-sinotruk a::after{
    background: #00807d00;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: #ba9756;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #ba9756 !important;
}

.all-cat .single-cat.logo-sinotruk  span{
        color: #00807d;
    border: 0px solid;
    font-size: 24px;
    text-align: center;
    position: absolute;
    top: 60%;
    transform: translate(-50%, -50%);
    left: 50%;
    background: #ffffff00;
}



.about-text{
    padding-right: 40px;
}

.stock-prod{
        padding: 80px 0;
    background-color: #00807d;
        background-image: url(../img/bg-trucks.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: scroll;
    background-size: auto;
}

.stock-prod .title span{
        font-size: 24px;

    font-weight: 600;
    text-transform: uppercase;
    color: white;
}
.main-banner .text-block h2{
        font-size: 48px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    width: 780px;
        margin: 20px 0;
}

.stock-prod .title {
     margin-bottom: 40px;
    text-align: center;
}
.stock-prod .single-prod{
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.stock-prod .single-prod .name{


    color: white;


    font-weight: 600;
    font-size: 22px;
}
.stock-prod .single-prod  .about-prod{
     position: absolute;
    bottom: 20px;
    left: 20px;
        z-index: 9;
            display: block;
}
.stock-prod .single-prod  .about-prod a{
        display: block;
    color: white;
    margin-top: 10px;
    text-decoration: none;
    border-bottom: 3px solid #2ed2ca;
    width: fit-content;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.stock-prod .single-prod img{
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.single-block p::before{
    content: '';
    background: url(https://sinotruk.com.ua/wp-content/uploads/2025/03/cropped-sinotruk-fav-32x32.png);
    width: 12px;
    height: 12px;
    position: absolute;
    left: -18px;
    background-size: contain;
    top: 10px;
}
.single-block.main-preim p::before{
   content: none;
}

.about-page{
    padding: 40px 0;
}
.about-page h1{
        font-size: 30px;
    margin: 0 0 40px;
}
.about-page h2{
      color: #1d4153;
    font-size: 24px;
    margin-bottom: 20px;
}

.about-page h3{
        color: #1d4153;
    font-size: 20px;
    margin-bottom: 15px;
}
.about-page  ul{
        margin: 0;
    padding: 5px 20px 25px;
}

.single-post-page{
    padding: 0px 0 40px;
}
.single-post-page h1{
        font-size: 30px;
    margin: 0 0 40px;
}
.single-post-page .post-date{
        font-size: 15px;
    color: #939393;
}

.single-post-page h2{
    color: #1d4153;
        font-size: 24px;
        margin-bottom: 20px;
}

.single-post-page h3{
    color: #1d4153;
        font-size: 20px;
        margin-bottom: 15px;
}
.single-post-page  ul{
        margin: 0;
    padding: 5px 20px 25px;
}

.wp-lightbox {
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.wp-lightbox img {
    max-width: 90%;
    max-height: 80vh;
}
.wp-lightbox.active {
    display: flex;
}
.wp-lightbox .close-btn,
.wp-lightbox .nav-btn {
    position: absolute;
    color: white;
    font-size: 3rem;
    cursor: pointer;
    user-select: none;
}
.wp-lightbox .close-btn {
    top: 20px;
    right: 30px;
}
.wp-lightbox .nav-btn.prev {
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.wp-lightbox .nav-btn.next {
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.single-post-page .list-unstyled{
    padding: 10px 0;

}
.single-post-page .list-unstyled li a{
        text-decoration: none;
    color: #1d4153;
    font-weight: 500;
    font-size: 16px;
        border-radius: 6px;
}

.stock-prod .single-prod::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.8351541300113796) 100%);
    transition: background-image 0.8s
    }

.new-block{
        padding: 30px 0 60px;
    background: #f4f6fa;
}


.new-block-page{
        padding: 40px 0 40px;
}
.new-block-page h1{
    font-size: 30px;
    margin: 0 0 40px;

}

.single-post-page p strong{
    font-weight: 500;
}
.single-post-page p a{
        color: #1d4153;
}

.single-post-page li strong{
    font-weight: 500;
}



.new-block .title span{
        font-size: 28px;
                padding-bottom: 5px;
          text-shadow: 0 0 black;
    font-weight: 600;
    text-transform: uppercase;
    color: black;
        border-bottom: 3px solid #ba9756;
}
.new-block .title{
   margin-bottom: 40px;
    text-align: center;
}

.news-section{
    display: flex;
}
.news-section .news-item{
    width: 33%;
        margin: 10px;
}
.news-image img{
        width: 100%;
    height: 240px;
    border-radius: 6px;
        object-fit: cover;
}

.news-content a{
    text-decoration: none;
    color: black;
}
.news-content .news-date{
        font-size: 12px;
    color: #5d5d5d;
    margin-top: 10px;
}
.news-content h2{
    font-size: 20px;
    margin: 15px 0;
}
.project-container h1.project-title{
    font-size: 24px;
    margin: 0 0 20px;
}
.modula.modula-gallery{
    padding-top: 40px;
}

.project-container h2{
   font-size: 20px;
    margin: 0 0 20px;
}
.project-container ul{
    margin: 0;
    padding: 15px 15px 30px;
}
.project-container{
    padding: 40px 0;
}

.news-content  p{
        font-size: 14px;
    color: black;
        margin-bottom: 10px;
}
.site-header .logo-block a{
    color: white;
    text-decoration: none;
    display: flex
;
    gap: 16px;
    font-size: 12px;
    font-weight: 600;
    align-items: center;
}


.term-description {

    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease;
}


.read-more-btn {
       display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    background-color: #0071a1;
    color: white;
    padding: 0;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    margin: 0 0 40px;
    background: no-repeat;
    color: #1d4153;
    font-weight: 600;
    font-family: 'Montserrat';
}


.term-description h2{
        color: black;
    font-size: 20px;
    margin-bottom: 20px;
}
.term-description h3 {
    color: black;
    font-size: 18px;
    margin-bottom: 15px;
}
.term-description ul {
    margin: 0;
    padding: 5px 20px 25px;
}

.news-content .more-btn a{
        display: block;
    color: white;
    margin-top: 10px;
    text-decoration: none;
    border-bottom: 3px solid #2ed2ca;
    width: fit-content;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.site-footer{
        padding: 80px 0;

        background-color: #1d4153;
}

.site-footer .footer-menu span{
    color: white;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    display: block;
}
.site-footer .footer-menu  ul{
    margin: 0;
    padding: 0;
}
.site-footer .footer-menu  ul li{
    list-style: none;
}
.site-footer .footer-menu  ul li a{
        text-decoration: none;
    color: #e1e1e1;
    font-size: 14px;
}


#breadcrumbs{
    margin: 15px 0;
}
#breadcrumbs a{
    color: #1d4153;
    text-decoration: none;
        font-weight: 500;
}
.shop-page{
    padding: 40px 0 40px;
}
.price .custom-no-price{
    color: black;
    font-size: 16px;
}
.woocommerce-result-count{
    display: none !important;
}
.woocommerce-ordering{
    display: none !important;
}
.bapf_head div{
        font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
}
.product-thumbnail img{
    margin-bottom: 5px !important;
}

.shop-page tr:nth-child(2n) {
    background-color: #fff;
    color: #1f2f3e;
}
.shop-page table tr {
    background-color: #ebebeb;
    color: #1f2f3e;
    padding: 6px;
    display: block;
    font-weight: 300;
}

.products .woocommerce-loop-product__title{
        background: #1d4153;
    color: white;
    text-align: center;
    padding: 10px;
}
.products .product-attributes p{
display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    padding: 5px;
}
.products .product-attributes p:nth-child(2n) {
    background-color: #ebebeb;

}

.product-button a{
        background: #ba9756 !important;
    width: 100%;
    text-align: center;
    color: white !important;
    font-weight: 500;
    text-transform: uppercase;
        margin-top: 5px !important;
}
.shop-page .page-title{
    font-size: 30px;
    margin: 0 0 40px;
}

.shop-page .filter-title{
        color: #1d4153;
    border-bottom: 2px solid;
    display: block;
    margin-bottom: 30px;
    width: fit-content;
    font-weight: 600;
    font-size: 20px;
}

.woocommerce-Tabs-panel b strong{
    font-weight: 500;
}

.slick-list .slick-slide img{
    height: 100px !important;
    object-fit: cover;
}
.product_meta{
    display: none;
}

.wpcf7-form input{
        margin-bottom: 0;
    border: 0px !important;
    border-bottom: 1px solid #1d4153 !important;
    border-radius: 0 !important;
    width: 100%;
}
.wpcf7-form br{
    display: none;
}
.wpcf7-form textarea{
        max-height: 100px;
         border: 0px !important;
    border-bottom: 1px solid #1d4153 !important;
    border-radius: 0 !important;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit{
        background: #1d4153;
    color: white;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
    text-transform: uppercase;
    padding: 10px 16px;
    border: 0px;
}
.wpcf7-form label{
    width: 100%;
}

#open-modal{
    background: #1d4153;
    color: white;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
    text-transform: uppercase;
    padding: 10px 16px;
    border: 0px;
}
.modal-title span{
    display: block;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
}

.related.products{
    text-align: center;
}

.related.products h2{
        margin: 20px 0 40px;
    display: block;
}


.woocommerce-tabs.wc-tabs-wrapper ul{
        margin: 0;
    padding: 20px 0px 20px 20px;
    display: block;
}

.woocommerce-Tabs-panel h2 span{
    font-size: 20px;
    margin-top: 10px;
        font-weight: 500 !important;
}
.woocommerce-Tabs-panel table{
        margin-top: 30px;
}
.woocommerce-Tabs-panel table td{
    width: 50%;
}
.woocommerce-Tabs-panel table tr{
        width: 100%;
    display: flex
;
}

.woocommerce table.shop_attributes td{
        font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 0px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    background-color: #1d4153 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    background: #ba9756 !important;
        color: white !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    color: white !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{
    content: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{
     content: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
        content: none !important;
}


.iconic-woothumbs-images.slick-initialized.slick-slider .iconic-woothumbs-images__slide img{
    height: 100% !important;

}
.iconic-woothumbs-thumbnails__image-wrapper:after {
    border: 2px solid #366f8b !important;
}
.woocommerce div.product div.summary{
    padding-left: 40px;
}


#social-media-button {
    position: fixed;
    bottom: 60px;
    right: 60px;
    cursor: pointer;
}
#social-media-button::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color:#ba9756;
    animation: pulse-wave 2s infinite ease-out;
    z-index: -1;
}
.social-media-button-wrap {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ba9756;
    text-align: center;
    line-height: 40px;
    color: #ea4335;
}
#social-media-button::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ba9756;
    animation: pulse-wave 2s infinite ease-out;
    animation-delay: 1s;
    z-index: -2;
}
#social-media-list.active {
    display: block !important;
    background: #ffffff78 !important;
}
.social-media-button-wrap{
    color: white;
}

#social-media-list .fab.fa-whatsapp{
        padding: 7px;
    border-radius: 50%;
    color: #ba9756;
    margin-right: 7px;
    font-size: 24px;
}

#social-media-list a {
    display: block;
    text-decoration: none;
    padding: 8px 0;
    font-size: 12px;
    color: #111;
}
#social-media-list .fa-viber {
        padding: 7px;
    border-radius: 50%;
    color: #ba9756;
    margin-right: 7px;
    font-size: 24px;
}
#social-media-list .fa-telegram-plane {
       padding: 7px;
    border-radius: 50%;
    color: #ba9756;
    margin-right: 7px;
    font-size: 24px;
}
#social-media-list .fa-question-circle {
        padding: 7px;
    border-radius: 50%;
    color: #ba9756;
    margin-right: 7px;
    font-size: 24px;
}
#social-media-list {
    display: none;
    position: absolute;
    bottom: 100%;
    right: -140px;
    padding: 0;
    margin-bottom: 10px;
    list-style: none;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    z-index: 999;
}
#social-media-list {
    display: none;
    position: absolute;
    bottom: 100%;
    right: 0px;
    padding: 0;
    margin-bottom: 10px;
    list-style: none;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    z-index: 999;
}
#social-media-list {
       padding: 15px;
    width: 62px;
    text-align: center;
}
@keyframes pulse-wave {
    0% {
        transform: scale(.9);
        opacity: .7
    }

    70% {
        transform: scale(1.3);
        opacity: 0
    }

    100% {
        transform: scale(.9);
        opacity: 0
    }
}

#social-media-button {
    position: fixed;
    bottom: 80px;
    right: 20px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ba9756;
    display: flex
;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}


.latest-posts.list-unstyled li::after {
       position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    /* background: rgb(0, 137, 77); */
    background: -moz-linear-gradient(0deg, rgba(0,137,77,1) 21%, rgba(255,255,255,0.03407300420168069) 100%);
    background: linear-gradient(0deg, rgb(29 65 83) 21%, rgba(255, 255, 255, 0.03407300420168069) 100%);
    background: linear-gradient(0deg, rgb(29 65 83) 21%, rgba(255, 255, 255, 0.03407300420168069) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00894d",endColorstr="#ffffff",GradientType=1);
    content: '';
}

.sinle-post-img{
    position: relative;
}

.sinle-post-img::before {
       position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgb(29 65 83);
    background: -moz-linear-gradient(90deg, rgba(51,161,113,0.9035189075630253) 18%, rgba(255,255,255,0.03407300420168069) 100%);
    background: -webkit-linear-gradient(90deg, rgb(29 65 83) 18%, rgba(255, 255, 255, 0.03407300420168069) 100%);
    background: linear-gradient(90deg, rgb(186 151 86) 18%, rgba(255, 255, 255, 0.03407300420168069) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33a171",endColorstr="#ffffff",GradientType=1);
}
.latest-posts.list-unstyled li{
    position: relative;
}
.post-content-width{
    padding-right: 20px;
}

.single-post-page h1{
       z-index: 9;
    position: relative;
    color: white;
    width: 60%;
}

.latest-posts.list-unstyled li span{
    z-index: 8;
}

@media (max-width: 1400px){
    .site-header .menu ul li a{
        font-size: 15px;
    }

}


.finans-page{
    padding: 40px 0;
}
.finans-page ul {
    margin: 0;
    padding: 5px 20px 25px;
}

.finans-page p strong {
    font-weight: 500;
}
.finans-page ul li strong{
      font-weight: 500;
}



.finans-page-title::before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgb(29 65 83);
    background: -moz-linear-gradient(90deg, rgba(51,161,113,0.9035189075630253) 18%, rgba(255,255,255,0.03407300420168069) 100%);
    background: -webkit-linear-gradient(90deg, rgb(29 65 83) -10%, rgba(255, 255, 255, 0.03407300420168069) 100%);
    background: linear-gradient(90deg, rgb(29 65 83) -10%, rgba(255, 255, 255, 0.03407300420168069) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33a171",endColorstr="#ffffff",GradientType=1);
}
.finans-page-title h1 {
    z-index: 9;
    position: relative;
    color: white;
        max-width: 60%;
}
.finans-page-title{
    position: relative;
}

.single-page-draft h1{
        font-size: 30px;
    margin: 0 0 40px;
}
.single-page-draft {
    padding: 40px 0;
}
.single-page-draft h2{
        color: black;
    font-size: 24px;
    margin-bottom: 20px;
}
.single-page-draft a{
    color: #1d4153;
}









/*----------------------------mobile menu----------------------- */

.mobile_menu_overlay, .mobile_menu_container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mobile_menu_container, .mobile_menu_container ul li ul{
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}
.mobile_menu_overlay{
    display: none;
    cursor: pointer;
    z-index: 999999102;
    background: rgba(0, 0, 0, 0.5);
}

.mobile_menu_container{
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    width: 300px;
    overflow: hidden;
    z-index: 99999999999102011;
    background: #ffffff;
}
.mobile_menu_container.loaded{
       -webkit-transform: translateX(0px);
       transform: translateX(0px);
}
.mobile_menu_container .mobile_menu_content{
    overflow: auto;
    max-height: 100%;
    padding-bottom: 30px;
    padding: 20px;
        height: 100%;
    position: relative;
    padding: 0;
}
.mobile_menu_container ul{
    margin: 0;
    padding: 20px 0px;
}
.mobile_menu_container ul li{
    list-style: none;

}

.contact-block h1 {
    font-size: 30px;
    text-align: center;
    margin: 0 auto 60px;
    font-weight: 500;
    color: #1d4153;
    border-bottom: 2px solid #ba9756;
    width: max-content;
}
.single-contact-block.phone-block span{
        border-bottom: 2px solid #ba9756;
    display: block;
    color: #ba9756;
    font-weight: 600;
    width: fit-content;
    margin: 0 auto 15px;
}

.contact-block{
    padding: 40px 0;
    width: 58.33333333%;
    margin: 0 auto;
}
.footer-social-block{
        display: flex
;
    justify-content: flex-end;
    padding-right: 40px;
}
.footer-social-block i{
        color: #ba9756;
    font-size: 36px;
}

.mobile_menu_container ul li a.parent{
    padding-right: 50px;
    background: #3884da url("images/arrow_right.svg") right 20px center no-repeat;
    background-size: 20px;
}
.menu_container a{
    text-decoration: none;
}
.menu_container a span{
        color: white;
    margin-left: 6px;
    font-size: 20px;
}

.mobile_menu_container ul li a.parent:hover{
    background: #3c8de8 url("images/arrow_right.svg") right 20px center no-repeat;
    background-size: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 0px 0px 0;
    box-shadow: 0px 0px 0 #e9e6ed;
}
.mobile_menu_container ul li a.back{
    padding-left: 50px;
    background: #3c8de8 url("images/arrow_left.svg") left 20px center no-repeat;
    background-size: 20px;
    box-sizing: border-box;
    min-height: 50px;
}
.mobile_menu_container ul li a.back:hover{
    background: #3c8de8 url("images/arrow_left.svg") left 20px center no-repeat;
    background-size: 20px;
}
.mobile_menu_container ul li a:hover{
    background: #efefef;
}

.mobile_menu_container ul li ul.activity{
    overflow-y: auto;
    overflow-x: hidden;
}


@media (max-width: 720px){
    .cart-header.mobile p {
        padding: 5px 15px;
        font-weight: 600;
    }
    .cart-header.mobile p a{
        color: black;
        text-decoration: none;
    }
    .contact-block{
        width: 100%;
    }

    .mobile_menu_container ul li ul{
        background: #bdbdbd;
}
.mobile_menu_container ul{
        padding: 0;
}



    .site-branding img{
        height: 35px;
    }
    .pll-parent-menu-item a{
        -webkit-text-fill-color: black !important;
    }

    .menu_container .mobile_menu i{
                  font-size: 25px;
        margin-right: 10px;
        color: #ba9756;
        font-weight: 600;
    }
    .mobile_menu{
            color: white;
    display: flex
;
    align-items: center;
    }

    .menu-item-has-children.active::before{
            transform: rotate(180deg);
    }
    .mobile_menu_container  .logo{
            padding: 15px 15px 0;
    }

}

@media (max-width: 320px){
    .mobile_menu_container{
        width: 240px;
    }


}
.menu-center-info ul li a {
    display: block;
    padding: 15px 20px;
    line-height: 20px;
    font-size: 16px;
    color: #111;
    text-decoration: none;
    font-weight: 400;

    text-transform: initial;
}

.page-404 h1{
    color: #ba9756;
    font-size: 72px;
    padding: 100px 0;
}

/*-------------------end mob menu-----------------------  */
@media (min-width: 801px){
     .pc-block{
        display: block;
    }
    .mob-block{
        display: none;
    }
}
.footer-menu .footer-social-block{
    display: none;
}

@media (max-width: 800px) {
    .icon-block.second-block .single-block{
        margin-left: 20px !important;
    }
    .pc-block{
        display: none;
    }
    .main-banner .text-block {
    z-index: 3;
    position: relative;
    width: 80%;
    left: 28px;
            bottom: -75%;
        transform: translate(0px, -50%);
}
.woocommerce-shop .cat-block .all-cat .single-cat{
    width: 100%;
}

.mob-cat-block{
    border-top: 1px solid #ba9756;
    padding: 20px 15px;
}
.mob-cat-block span{
        color: #1d4153;
    font-weight: 600;
    display: flex
;
    display: block;
    font-size: 22px;
    margin-bottom: 20px;
}
.mob-cat-block ul{
        padding: 0px  0px 0px 30px;
}
.woocommerce-shop .cat-block .title h1{
    font-size: 22px;
}

.mob-cat-block li a{
            font-size: 18px;
        margin-bottom: 10px;
        display: block;
        width: fit-content;
        color: black;
            text-decoration: none;
    font-weight: 600;
}

.mobile_menu_container ul li{
   height: auto !important;
}

    .footer-menu .footer-social-block{
    display: block;
}
.woocommerce-Tabs-panel table tr{
    gap:12px;
}

    .single-post-page h1{
        width: 100%;
    }
    .site-footer{
        padding: 20px 0;
    }

    .main-banner .text-block p{
        width: 90%;
        font-size: 18px;
                margin: 0;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
        width: 100% !important;
    }

    footer .logo-block{
        display: none;
    }
    .site-footer .footer-menu span{
            margin: 15px 0 10px;
    }
    .finans-page-title h1{
        max-width: 100%;
        font-size: 20px;
    margin: 0;
    }

    .mob-block{
        display: block;
    }
    .main-banner .text-block h1{
        font-size: 19px;
        width: auto;
    }
    .icon-block.second-block .title{
        font-size: 24px;
    }
    .icon-block.second-block .title span{
        font-size: 20px;
    }
    .news-section{
        display: block;
    }
    .news-section .news-item{
        width: 96%;
    }
    .custom-modal-content{
    width: 96% !important;
        padding: 50px 20px !important;
}
.custom-modal-content .wpcf7-form textarea{
        max-height: 40px;
}
.second-slide  .text-block{
            bottom: -160%;
}

    .main-banner .text-block h2{
          font-size: 19px;
        width: auto;
    }
    .main-banner .swiper-slide{
        padding: 100px 0;
    }
    .icon-block::after{
        background: #ffffffbd;
    }
    .icon-block .single-icon-block span{
        font-size: 18px;
    }
    .icon-block .single-icon-block p{
        font-size: 14px;
        margin: 5px 0 10px;
    }
    .cat-block .all-cat .single-cat{
        width: 44%;
    }
    .all-cat .single-cat .cat-name{
        font-size: 16px;
    }
    .cat-block .all-cat .single-cat{
        width: 100%;
    }
    .site-footer .logo-block img{
        margin-bottom: 20px;
    }
    .video-wrapper{
        height: 300px !important;
    }            .video-section     .content-overlay {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    transform: translate(-50%, -50%);
}

.mobile_menu_container .logo-block{
    padding: 15px;
}
.mobile_menu_container .menu ul li a{

    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    width: fit-content;
            color: black;
}
footer{
    background-image: none;
}

.mobile_menu_container  .menu ul{
    display: block;
            padding: 15px;
}
.icon-block .single-icon-block img{
    width: 40px;
}

.new-block .title span{
    font-size: 24px;
}
.icon-block.second-block .single-block.main-preim p{
    font-size: 16px;
}
.icon-block.second-block .single-block p{
    font-size: 16px;
}
.icon-block.second-block .single-block.main-preim p span{
    font-size: 26px;
}
.finans-page-title{
    height: 275px !important;
}
.woocommerce div.product div.summary{
    padding: 0;
}
.post-thumbnail{
    height: 275px !important;
}
.single-post-page h1{
    font-size: 24px;
    margin: 0;
}

.tabs.wc-tabs{
            display: flex !important
;
        align-items: center;
}
.tabs.wc-tabs li a{
    font-size: 14px;
}
.finans-block-partner .sinle-parner .text-block{
    width: 100%;
}
.finans-block-partner .sinle-parner{
    display: block;
}
.finans-block-partner .sinle-parner .logo{
        background: #1d415300;
    margin: 0 auto;
}
.contact-block h1{
    margin-bottom: 30px;
}
.contact-block{
    padding: 20px 0;
}
.contact-block .single-contact-block i{
    margin-bottom: 5px;
}
.contact-block h1{
    margin-bottom: 15px;
}
.single-contact-block.phone-block span{
    margin: 0 auto 10px;
}
.contact-block .single-contact-block a{
    margin-bottom: 10px;
}

}


.woocommerce-product-details__short-description h2{
        font-size: 24px;
    margin-top: 20px;
}


@media (min-width: 800px) and (max-width: 1000px) {
    footer .logo-block img {
            padding: 20px;
    max-height: 130px;
    margin: 0 auto;
    display: block;
    }
    .container{
                max-width: 851px !important;
    }
    .cat-block .all-cat .single-cat{
        width: 30%;
    }
    .head-phone a{
        font-size: 16px;
    }
    footer{
        background-image: none;
    }
    .footer-social-block{
            margin-bottom: 30px;
                justify-content: center;
    }
    .contact-block{
        width: 100%;
    }

}
@media (max-width: 1200px){
    .site-header.pc-block .aie{
        display: block
    }

}
