*{
    padding: 0;
    margin: 0;
}

body {
    background: #f5f5f5;
}

.pokupayut__products .usd-price{
    display: none!important;
}

.pokupayut__products .price-suffix{
    display: none!important;
}

.pokupayut__products {
        margin-right: 50px;
    background: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    margin-right: 9px;
    max-width: 281px!important;
    width: 100%;
    margin-bottom: 20px;
}

.pokupayut__products a div img {
    width: auto!important;
    height: 200px!important;
    object-fit: contain!important;
    margin: 0 auto!important;
}

button{
    outline: none;
    border: none;
    cursor: pointer;
}

.vc_row {
	/*margin-top: 50px!important;*/
}

.no-link {
    cursor: default;
}

.coming-soon-label {
    background: #489FF1;
    padding: 4px 19px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    max-width: 200px;
    text-align: center;
    border-radius: 20px;
}

input{
    outline: none;
    border: none;
}
/* Убрать крестик для search */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {  display: none;}


/* header-top */

.header-top{
    box-sizing: border-box;
    background: #090909;
    max-height: auto;
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
    padding-bottom: 10px;
}
.header-top-container{
    padding: 18px 0 18px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}
.logo{
    margin-right: 52px;
}

.logo2{
    margin-right: 52px;
}
.header-text{
    font-family: "Montserrat", serif;
    font-size: 12px;
    line-height: 150%;
    color: #fff;
    max-width: 218px;
    margin-right: 21px;
}

.post-content ul li{
    font-size: 18px;
    line-height: 140%;
    font-family: "Montserrat", serif;
    padding-bottom: 15px;
}

.post-content ol {
    margin-left: 20px;
}

.post-content ol li{
    font-size: 18px;
    line-height: 140%;
    font-family: "Montserrat", serif;
    padding-bottom: 15px;
}

#openDesktopCatalog > img {
	width: 17px;
}

.search-form{
    position: relative;
    width: 100%;
    max-width: 370px;
    margin-right: 41px;
}
.search-input{
    outline: none;
    border: 1px solid #fff;
    border-radius: 60px;
    width: 370px;
    height: 38px;
    background: transparent;
    padding: 6px 18px 8px 15px;

    font-family: "Montserrat", serif;
    font-size: 12px;
    color: rgba(255, 255, 255);
}
.search-input::placeholder{
    font-family: "Montserrat", serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}
.search-form img{
    position: absolute;
    top: 6px;
    right: 18px;
}
.header-langs{
    display: flex;
    margin-right: 40px;
    margin-top: -15px;
}
.header-lang{
    height: 21px;
    width: 32px;
}
.header-lang img{
    width: 100%;
    /*height: 100%;*/
}
.header-lang:first-child{
    margin-right: 18px;
}
.header-top-button{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 225px;
    height: 42px;
    background: #479ff2;


    font-size: 13px;
	font-weight: 600;
    line-height: 150%;
    text-align: center;
    color: #fff;
}
.dropdown-container{
    position: relative;
}
.dropdown{
       position: absolute;
    right: 0;
    top: 50px;
    box-sizing: border-box;
    padding: 11px 21px 10px 21px;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease, visibility 0.3s ease, bottom 0.3s ease;
    max-width: 600px;
    height: auto;
}

.phone-item {
	padding-bottom: 7px;
}

.dropdown.show {
    opacity: 1;
    z-index: 10;
    visibility: visible;
    max-height: 600px;
    /* bottom: -251px; */
    width: 394px;
    height: auto;
}
.desktop-catalog{
    position: absolute;
      left: 0;
    top: 59px;
    box-sizing: border-box;
    padding: 11px 21px 10px 21px;
    border-radius: 10px;
    width: 100%;
    height: auto;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    background: #fff;

    opacity: 0;
    visibility: hidden; 
    overflow: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, bottom 0.3s ease; 
}
.desktop-catalog.show{
    opacity: 1;
    z-index: 10;
    visibility: visible;
}
.desktop-catalog-items{
    display: flex;
    /* flex-direction: column; */
}
.desktop-catalog-items-col{
    margin-right: 160px;
}
.desktop-catalog-item{
    margin-bottom: 10px;
	display: flex;
}
.desktop-catalog-item a{
    text-decoration: none;
    font-family: "Montserrat", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #080808;
}




.dropdown a{
    text-decoration: none;
    font-family: "Montserrat", serif;
    font-size: 15px;
    line-height: 153%;
    color: #080808;
    display: inline-block;
    margin-bottom: 10px;
	font-weight: 600;
}
.dropdown a:last-child{
    margin-bottom: 0;
}
.dropdown-mobile{
    box-sizing: border-box;
    width: 275px;
    background: #fff;
    margin-top: 12px;
}
.dropdown-mobile a{
    text-decoration: none;
    font-family: "Montserrat", serif;
    font-size: 14px;
    line-height: 153%;
    color: #080808;
    display: inline-block;
    margin-bottom: 10px;
}

/* header-bottom */

.header-bottom{
    position: relative;
    box-sizing: border-box;
    background: #479ff2;
    padding: 5px 15px 5px 7px;
    max-height: 43px;
    /*border-radius: 100px;*/
    max-width: 100%;
    margin: 10px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
	right: 0;
	left: 0;
	z-index: 2;

}
.header-bottom-button{
    padding: 9px 19px 10px 16px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 100px;
    width: 133px;
    height: 33px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    font-family: "Montserrat", serif;
    font-size: 17px;
    line-height: 147%;
    color: #fff;
}
.menu{
    max-width: 100%;
}

.rassrochka__uslovie__and__oformlenie__block__text img {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    height: 61px;
    object-fit: cover;
}

.gap-20 {
    gap: 20px;
}

.menu-items{
    column-gap: 43px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 0;
}

.mb-40 {
    margin-bottom: 40px;
}

.menu-items > li > a{
    cursor: pointer;
    text-decoration: none;
    font-family: "Montserrat", serif;
    font-size: 14px;
    line-height: 167%;
    color: #fff;
	font-weight: 600;
}
.profile{
    width: 15px;
    height: 18px;
    margin-right: 15px;
    img{
        width: 100%;
        height: 100%;
    }
}
.shop{
    width: 25px;
    height: 25px;
    margin-right: 11px;
    position: relative;
    img{
        width: 100%;
        height: 100%;
    }
}
.shop-product-item{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 100%;
    background: #fff;
    height: 9px;
    width: 9px;

    font-family: "Montserrat", serif;
    font-size: 5px;
    text-align: center;
    color: #080808;
}
.header-actions{
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.total-sum{
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    color: #fff;
	margin-bottom: 0;
}


/* mobile  */
.header-bottom-mobile{
    display: none;
    margin-left: 20px;
    margin-right: 20px;
    .header-text{
        color: #000;
        max-width: unset;
        margin-bottom: 16px;
    }
    .search-form{
        max-width: unset;
    }
    .search-input{
        border: 1px solid #000;
        border-radius: 60px;
        padding: 6px 12px;
        color: rgba(0, 0, 0);
    }
    .search-input::placeholder{
        color: rgba(0, 0, 0, 0.8);
    }
    .search-icon{
        position: absolute;
        top: 6px;
        right: 12px;
    }
    .search-icon path {
        stroke: #000;
    }
}
.header{
    position: relative;
}
.header-top-mobile{
    background: #252525;
    padding: 16px 20px;
    max-height: 64px;
    display: none;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;

    .header-top-mobile-info{
        display: flex;
        align-items: center;
        column-gap: 26px;
    }
    .header-bottom-button{
        width: 32px;
        height: 32px;
        padding: 0;
        justify-content: center;
    }
    .logo{
        margin-right: -30px;
        width: auto;
        height: auto;

    }

    .logo2{
        margin-right: -30px;
        width: auto;
        height: auto;

    }
    .logo a{
        width: 100%;
        height: 100%;
        display: inline-block;
    }
    .logo img{
        width: 120px;
        height: auto;
    }

    .logo2 a{
        width: 100%;
        height: 100%;
        display: inline-block;
    }
    .logo2 img{
        width: 120px;
        height: auto;
    }
    .header-top-mobile-actions{
        display: flex;
        column-gap: 8px;
        justify-content: flex-end;
        align-items: center;
    }
    .profile{
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0;
        img{
            width: 15px;
            height: 18px;
        }
    }
    .shop{
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0;
        img{
            width: 25px;
            height: 25px;
        }
    }
    .shop-product-item{
        bottom: 4px;
        right: 4px;
    }
    .header-langs{
        margin-right: 0;
    }
    .header-top-button{
        cursor: none;
    }
}
.mobile-menu{

        position: absolute;
        left: -312px;
        top: 0;
        box-shadow: 4px 0 5px 0 rgba(134, 134, 134, 0.15);
        background: #fff;
        
        font-family: "Montserrat", serif;
        font-size: 15px;
        line-height: 167%;
        color: #000;
        padding: 0 20px;
        width: 267px;
        height: 100vh;
        overflow: scroll;
    
        transition: left 0.3s ease; 
        scrollbar-width: none;
        .dropdown-container{
            margin-top: 24px;
        }
}
.mobile-menu::-webkit-scrollbar {display: none; }
.catalog{
    position: absolute;
    left: -312px;
    top: 0;
    box-shadow: 4px 0 5px 0 rgba(134, 134, 134, 0.15);
    background: #fff;
    
    font-family: "Montserrat", serif;
    font-size: 15px;
    line-height: 167%;
    color: #000;
    padding: 0 20px;
    width: 267px;
    height: 100vh;
    overflow: scroll;

    transition: left 0.3s ease; 
    scrollbar-width: none;
}
.catalog.show{
    left: 0px;
}
.mobile-menu.show{
    left: 0px;
}
.close-catalog{
    width: 174px;
    cursor: pointer;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.mobile-menu-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    margin-right: 10px;
}
.mobile-menu-item{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #f1f1f1;
    padding: 12px 0;
}
.open-catalog,
.mobile-menu-total-sum{
    margin: 0 0 0 auto;
}
.mobile-menu-total-sum{
    font-size: 13px;
    color: #479ff2;
}
#closeCatalog img{
    margin-right: 10px;
}

.form-control {
    margin-bottom: 20px;
}

.register-benefits {
    display: none;
}

.woocommerce-privacy-policy-text {
    display: none;
}

table tbody tr td a {
    color: #343434!important;
}

.list-group-item {
    padding-left: 0px!important;
}

.list-group-item a {
    color: #343434!important;
}



/* Общий контейнер для категорий */
.product-categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Сетка, адаптирующаяся под ширину экрана */
    gap: 20px; /* Расстояние между элементами */
    padding: 20px;
}

.product-categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Два элемента в ряду */
	column-gap: 114px;
    padding-right: 50px;
}

.product-category {
    text-align: left;
    
}

.product-category a {
    text-decoration: none;
    color: #333;
}

.product-category span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
}

.mobile-menu-item > p {
	margin-bottom: 0;
}

.carousel-one-dot-player {
	background: transparent!important;
}


#searchBtn {
	position: absolute;
    right: 7px;
	background: transparent;
    padding: 6px;
}

.main-slider{
    position: relative;
}
.carousel-one-controls{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*margin-top: -15px;*/
    z-index: 999;
    bottom: 16px;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    border-radius: 32px;
    background: hsla(0, 0%, 100%, .7);
    padding: 0 12px;
    height: 24px;
}
.carousel-one{

}
.carousel-one-dots{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 16px;
}
.carousel-one-dot{
    transition: .4s ease all;
    cursor: pointer;
    height: 8px;
    width: 8px;
    opacity: .7;
    box-sizing: border-box;
    border: 1px solid #505050;
    background: transparent;
    border-radius: 50%;
    position: relative;
}
.carousel-one-dot:hover{
    background-color: #505050;
}
.carousel-one-dot.active{
    background-color: #505050;
    border: none;
    opacity: .7;
    width: 96px;
    height: 8px;
    border-radius: 32px;
}
.carousel-one-dot.active .bar{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgb(24, 24, 24);
    transition: width 5s ease;
    border-radius: 32px;
}

.carousel-one-dot-player{
    border: none;
    background: transparent;
    cursor: pointer;
/*     margin-left: 16px; */
/*     width: 24px; */
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-slide-container{
    padding-top: 104px;
    padding-bottom: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("https://nout.uz/wp-content/uploads/2024/12/gradient.png");
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-size: cover;
    flex-direction: column;
    overflow: hidden;
}
.main-slider-image{
    position: absolute;
    top: 50px;
    left: 94px;
}
.main-slider-image2{
    position: absolute;
    top: 0;
    right: 0;
}
.main-slider{
    position: relative;
}
.carousel-one-controls{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*margin-top: -15px;*/
    z-index: 999;
    bottom: 16px;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    border-radius: 32px;
    background: hsla(0, 0%, 100%, .7);
    padding: 0 12px;
    height: 24px;
}
.carousel-one{

}
.carousel-one-dots{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 16px;
}
.carousel-one-dot{
    transition: .4s ease all;
    cursor: pointer;
    height: 8px;
    width: 8px;
    opacity: .7;
    box-sizing: border-box;
    border: 1px solid #505050;
    background: transparent;
    border-radius: 50%;
    position: relative;
}
.carousel-one-dot:hover{
    background-color: #505050;
}
.carousel-one-dot.active{
    background-color: #505050;
    border: none;
    opacity: .7;
    width: 96px;
    height: 8px;
    border-radius: 32px;
}

.video__banner {
    height: 492px;
    width: 100%;
    object-fit: cover;
}

.product-item__title {
    font-size: 15px;
}

.flex-control-nav {
    display: none;
}

.bg__shop {
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    background: #090909;
}

.table tbody tr td a {
    color: #fff!important;
}

.ec-tabs, .wc-tabs {
    padding-bottom: 30px;
}

.post-content p {
    font-size: 18px;
    line-height: 140%;
    font-family: "Montserrat", serif;
}

.post-content > h2 {
    padding-top: 40px;
}

.post-content > h3 {
    padding-top: 40px;
}

.post-content > h4 {
    padding-top: 40px;
}

.post-content > ul {
    margin-left: 13px;
}

.news-article {
    padding-top: 50px;
    padding-bottom: 50px;
}



.justify-content-space-between {
    justify-content: space-between;
}
.carousel-one-dot.active .bar{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgb(24, 24, 24);
    transition: width 5s ease;
    border-radius: 32px;
}

.carousel-one-dot-player{
    border: none;
    background: transparent;
    cursor: pointer;
    margin-left: 0px;
/*     width: 24px; */
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-slide-container-1{
    padding-top: 104px;
    padding-bottom: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-image: url("../images/gradient.png");*/
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-size: cover;
    flex-direction: column;
    overflow: hidden;
}
.main-slider-image_slide-1{
    position: absolute;
    top: 50px;
    left: 94px;
}
.main-slider-image2_slide-1{
    position: absolute;
    top: 0;
    right: 0;
}
.main-slider-img_slide-1{
    max-width: 30%;
}
.main-slider-title-1{
    position: relative;
    font-family: 'Inter',sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 75px;
    line-height: 91px;
    background: linear-gradient(270deg, #FCF0FF -35.46%, #E3E7FF 107.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.main-slider-text-1{
    font-family: 'Inter',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.8;
    margin-top: 16px;
    margin-bottom: 32px;
    max-width: 300px;
}
.main-slider-button-1{
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    width: 185px;
    height: 59px;
    background: #F2F2F9;
    border-radius: 3px;
    margin: 0 auto;


    font-family: 'Inter',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    color: #02041A;
}

#bar{
    width: 0;
    animation-name: progressBar;
    animation-duration: 5s;
    animation-timing-function: linear;
}

.owl-dot.active > span{
    width: 0;
    animation-name: progressBarTwo;
    animation-duration: 5s;
    animation-timing-function: linear;
}

@keyframes progressBarTwo {
    100%{
        width: 100%;
    }
}

.carousel-one-item{

}

.main-slide-container-2__mob {
	display: none;
}
.main-slide-container-2{
   
    
/*     display: flex;
    flex-direction: column;
    position: relative; */
    width: 100%;
	height: auto!important;
}
.main-slide-container-3{
    background-image: url("https://nout.uz//wp-content/uploads/2024/12/slider-bg-2.png");
}
.main-slide-container-3 .main-slider-title-2{
    color: #fff;
}
.main-slide-container-3 .main-slider-text-2{
    font-size: 24px;
    color: #fff;
    opacity: 0.8;
}
.main-slide-container-3 .main-slider-title-2 span{
    color: #ae0b34;
}
.main-slide-container-3 .main-slider-button-2 {
    background: #f2f2f9;
    color: #02041a;
}
.asus-logo{
    position: absolute;
    top: 40px;
    right: 45px;
    width: 140px !important;
    height: 36px;
}
.main-slider-title-2{
    font-family: "Montserrat", serif!important;
    font-weight: 900;
    font-size: 80px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 4px;
    text-align: left;
    /*width: 677px;*/
}
.main-slider-text-2{
    font-family: "Montserrat", serif!important;
    font-weight: 500;
    font-size: 24px;
    color: #26201d;
}
.main-slider-button-2{
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 10px;
    width: 279px;
    height: 50px;
    background: #26201d;
    font-family: "Montserrat", serif!important;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}

.main-slider-title-2 span{
    color: #26201d;
}
@keyframes progressBar {
    100%{
        width: 100%;
    }
}


@media screen and (max-width: 1600px ){
    .main-slider-image_slide-1,
    .main-slider-image_slide-1-2 img {
        max-width: 85%;
    }
    .main-slider-image_slide-1{
        top: 70px;
        left: 54px;
    }
    .main-slider-image_slide-1-2{
        top: 20px;
        right: -60px;
    }
}

@media screen and (max-width: 1500px ){
    .main-slider-image_slide-1,
    .main-slider-image2_slide-1{
        max-width: 30%;
    }
    .main-slider-image_slide-1{
        top: 110px;
        left: 34px;
    }
    .main-slider-image2_slide-1{
        top: 80px;
        right: -20px;
    }
}
@media screen and (max-width: 1400px ){
    .main-slider-image_slide-1,
    .main-slider-image2_slide-1{
        max-width: 30%;
    }
    .main-slider-image_slide-1{
        top: 220px;
        left: 24px;
    }
    .main-slider-image2_slide-1{
        top: 160px;
        right: -20px;
    }
}

@media screen and (max-width: 1023px ){
    .main-slider-image_slide-1,
    .main-slider-image2_slide-1{
        max-width: 30%;
    }
    .main-slider-image_slide-1{
        top: 220px;
        left: 24px;
    }
    .main-slider-image2_slide-1{
        top: 200px;
        right: -20px;
    }
/*     .main-slide-container-2{
        padding: 131.25px 20px 131.25px;
    } */
    .main-slider-title-2{
        font-size: 68px;
    }
    .main-slider-text-2{
        font-size: 22px;
    }
}
@media screen and (max-width: 767px ){
    .main-slide-container-1{
        padding: 240px 20px 64px;
        background-position: unset;
    }
    .main-slider-title-1{
        font-size: 34px;
    }
    .main-slider-text{
        font-size: 20px;
        margin-top: -21px;
    }
    .main-slider-button{
        height: 59px;
        width: 100%;
        max-width: 335px;
    }
    .main-slider-image_slide-1,
    .main-slider-image2_slide-1{
        max-width: 58%;
    }
    .main-slider-image_slide-1{
        top: 50px;
        left: 15px;
        transform: rotate(-20deg);
    }
    .main-slider-image2_slide-1{
        top: -20px;
        right: -35px;
        transform: rotate(-20deg);
    }
/*     .main-slide-container-2.main-slide-container-3{
        background-image: url("/wp-content/uploads/2024/12/slider-bg-3_mobile.png");
    }
    .main-slide-container-2{
        background-image: url("/wp-content/uploads/2024/12/slider-bg-2_mobile.png");
    } */
    .asus-logo{
        display: none !important;
    }
    .main-slider-text-2{
        font-size: 20px;
        text-align: center;
    }
    .main-slide-container-3 .main-slider-text-2{
        font-size: 20px;

    }
    .main-slider-title-2{
        font-size: 36px;
        text-align: center;
    }
    .main-slide-container-3 .main-slider-title-2 {
        text-align: center;
    }

/*     .main-slide-container-2{
        padding-top: 287px;
        padding-bottom: 70px;
    } */
    .main-slide-container-3 .main-slider-button-2,
    .main-slider-button-2{
        width: 158px;
        height: 45px;
        font-size: 18px;
        margin: 16px auto 0 auto;
    }
}
@media screen and (max-width: 480px ){
	
	.cta-banner-actions{
        width: 100%;
        height: 105px;
    }
    .cta-banner-actions-item-num{
        font-size: 53px;
    }
    .cta-banner-actions-item-text{
        font-size: 12px;
    }
    .cta-banner-actions-item-num-1::after{
        font-size: 0;
    }
    .cta-banner-actions-item-num-2::after{
        font-size: 0;
    }
    .cta-banner-actions-item-circle{
        width: 11px;
        height: 11px;
        margin-top: 24px;
    }
	
	.footer-items {
		display: block!important;
		text-align: center;
	}
	
	.footer-bottom {
		text-align: center;
	}
	
	.footer-item {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	
	ul.products.columns-5>li.product {
    flex: auto !important;
    width: 100% !important;
}
	
	
    .main-slider-image_slide-1,
    .main-slider-image2_slide-1{
        max-width: 58%;
    }
    .main-slider-image_slide-1{
        top: 70px;
        left: 15px;
        transform: rotate(-20deg);
    }
    .main-slider-image2_slide-1{
        top: 5px;
        right: -35px;
        transform: rotate(-20deg);
    }
	
	.d-block-mob {
		display: block;
	}
	
	.main-slide-container-2__mob {
	display: none;
		width: 100%;
/* 		height 400px; */
}
	
	.main-slide-container-2 {
		height: 100%;
	}
	
	.logo > a > img {
		margin-top: -5px!important;
	}

    .logo2 > a > img {
        margin-top: -5px!important;
    }
}

@media screen and (max-width: 424px ){
    .main-slider-title-2{
        font-size: 31px;
        text-align: center;
    }
    .main-slide-container-3 .main-slider-title-2 {
        text-align: center;
    }
    .main-slide-container-3 .main-slider-text-2{
        text-align: center;
    }

}
@media screen and (max-width: 374px ){
    .main-slider-title-1 {
        font-size: 33px;
    }
}


.main-slider-button{
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
	width: 250px;
    height: 49px;
    background: #489ff1;
    border-radius: 3px;
    margin: 0 auto;


    font-family: "Montserrat", serif!important;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    color: #fff;
}

.flex-wrap {
	flex-wrap: wrap;
}

.container__fluid {
	width: 100%;
	max-width: 100%;
}

.banners__all__img {
    width: 100%;
    margin-top: 1px;
}

.banners__all__img__two {
    width: 100%;
    margin-top: 5px;
}

.banners__all__img__mob {
display:none;
}

@media (max-width: 767px) {
.banners__all__img__two {
    display:none;
}
.banners__all__img__mob {
    display:block;
    width: 100%;
    margin-top: 5px;
}

}

/*.product-price {*/
/*    max-width: 220px;*/
/*}*/

.banners__all__img__link {
    flex: 0 0 calc(33.999% - 20px);
    max-width: calc(33.999% - 20px);
    box-sizing: border-box;
}

.gap-10 {
    gap: 10px;
}

.post-item {
	width: 300px;
    margin-bottom: 20px;
}

.post-item {
	width: 23.92%;
    padding: 20px 20px;
    margin-right: 15px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 16px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 16px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px -8px rgba(0, 0, 0, 0.75);
    border-radius: 10px;
}

.post-title > a:hover {
	color: #489ff1;
}

.add_to_cart_inline {
	border: none!important;
	padding: 0!important;
}

.product-attribute {
	font-weight: 500;
}

/* Стиль для кнопки добавления в корзину */
.product-add-to-cart .add-to-cart-button {
    color: #fff!important;
    background-color: #489ff1!important;

    transition: all .2s ease-in-out;
    width: 100%!important;
    text-align: center!important;
    border-radius: 10px!important;
    font-weight: 500!important;
    margin-top: 20px;
    /*display: inline-flex;*/
    display:none!important;
    justify-content: center;
    align-items: center;
    padding: 12px 35px;
    text-decoration: none;
}

.pb-50-mob {
    padding-bottom: 50px!important;
}

.woocommerce-breadcrumb {
    font-size: 17px;
    margin-bottom: 50px;
    font-family: "Montserrat", serif;
}

.product-add-to-cart .add-to-cart-button i {
    margin-right: 8px; /* Отступ для иконки */
    font-size: 18px;
}

/* При наведении на кнопку */
.product-add-to-cart .add-to-cart-button:hover {
    background-color: #357ab7;
}


.woocommerce-Price-amount > bdi {
	font-size: 20px;
    font-weight: bold;
    color: #489ff1;
}

.product-title  {
    font-size: 30px;
    font-family: "Montserrat", serif;
    font-weight: bold;
    line-height: 140%;
}

.product-title-brand  {
    font-size: 18px;
    font-family: "Montserrat", serif;
    font-weight: bold;
    line-height: 140%;
}

.action-buttons {
    color: #fff !important;
    background-color: #489ff1 !important;
    transition: all .2s ease-in-out;
    width: 100% !important;
    text-align: center !important;
    border-radius: 10px !important;
    font-weight: 500 !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px 41px;
    text-decoration: none;
    margin-right: 20px;

}

.action-buttons a p {
    margin-bottom: 0px;
    color: #fff;
}

.action-buttons a p img {
    width: 21px;
    margin-right: 11px;
}

.action-buttons-two {
    color: #fff !important;
    background-color: #489ff1 !important;
    transition: all .2s ease-in-out!important;
    width: 100% !important;
    text-align: center !important;
    border-radius: 10px !important;
    font-weight: 500 !important;
    display: inline-flex!important;
    justify-content: center!important;
    align-items: center!important;
    padding: 12px 41px!important;
    text-decoration: none!important;
    margin-right: 0px!important;

}

.action-buttons-two a p {
    margin-bottom: 0px;
    color: #fff!important;
}

.action-buttons-two a p img {
    width: 21px!important;
    margin-right: 11px!important;
}

/* Иконка сердечка по умолчанию (не закрашенное) */
.wishlist-toggle i {
    color: #ccc;
    cursor: pointer;
    transition: color 0.3s;
}

/* Когда товар в избранном, иконка закрашивается */
.wishlist-toggle i.fa-heart-filled {
    color: #489ff1; /* Цвет закрашенного сердечка */
}

.product-wishlist {
	padding-top: 20px;
}

/* Для плавного появления уведомления */
#add-to-cart-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    transition: opacity 0.5s ease;
}

#add-to-cart-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    transition: opacity 0.5s ease;
    display: none;
}

#add-to-cart-notification.show {
    opacity: 1;
}

.alert {
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
}



.post-title {
	font-size: 17px;
    line-height: 24px;
}

.post-title > a {
	color: #080808;
    font-weight: 600;
}

#bar{
    width: 0;
    animation-name: progressBar;
    animation-duration: 5s;
    animation-timing-function: linear;
}
@keyframes progressBar {
    100%{
        width: 100%;
    }
}


@media screen and (max-width: 1600px ){
    .main-slider-image,
    .main-slider-image-2 img {
        max-width: 85%;
    }
    .main-slider-image{
        top: 70px;
        left: 54px;
    }
    .main-slider-image-2{
        top: 20px;
        right: -60px;
    }
}

@media screen and (max-width: 1500px ){
    .main-slider-image,
    .main-slider-image2{
        max-width: 30%;
    }
    .main-slider-image{
        top: 110px;
        left: 34px;
    }
    .main-slider-image2{
        top: 80px;
        right: -20px;
    }
}
@media screen and (max-width: 1400px ){
    .main-slider-image,
    .main-slider-image2{
        max-width: 30%;
    }
    .main-slider-image{
        top: 220px;
        left: 24px;
    }
    .main-slider-image2{
        top: 160px;
        right: -20px;
    }
}

@media screen and (max-width: 1023px ){
    .main-slider-image,
    .main-slider-image2{
        max-width: 30%;
    }
    .main-slider-image{
        top: 220px;
        left: 24px;
    }
    .main-slider-image2{
        top: 200px;
        right: -20px;
    }
}
@media screen and (max-width: 767px ){
    .main-slide-container{
        padding-top: 240px;
        padding-bottom: 64px;
        padding-left: 20px;
        padding-right: 20px;
        background-position: unset;
    }
    .main-slider-title{
        font-size: 34px;
    }
    .main-slider-text{
        font-size: 20px;
        margin-top: -21px;
    }
    .main-slider-button{
        height: 59px;
        width: 100%;
        max-width: 335px;
    }
    .main-slider-image,
    .main-slider-image2{
        max-width: 58%;
    }
    .main-slider-image{
        top: 50px;
        left: 15px;
        transform: rotate(-20deg);
    }
    .main-slider-image2{
        top: -20px;
        right: -35px;
        transform: rotate(-20deg);
    }
}
@media screen and (max-width: 480px ){
    .main-slider-image,
    .main-slider-image2{
        max-width: 58%;
    }
    .main-slider-image{
        top: 70px;
        left: 15px;
        transform: rotate(-20deg);
    }
    .main-slider-image2{
        top: 5px;
        right: -35px;
        transform: rotate(-20deg);
    }
	
	.mt-0-mob {
	margin-top: 0px;	
}
}
@media screen and (max-width: 374px ){
    .main-slider-title {
        font-size: 33px;
    }
}
    /*background: transparent;*/
    /*padding: 7px;*/
/*}*/

.header-bottom-button > img {
	width: 17px!important;
}

.mobile-menu-icon > img {
	width: 17px!important;
}

.mt-50 {
	margin-top: 50px;
}

.title__and__subtitle__h2 {
	font-family: "Montserrat", serif!important;
	font-weight: bold!important;
    color: #fff;
}

.title__and__subtitle__p {
	font-family: "Montserrat", serif!important;
	font-size: 17px;
}

.hr__title__new__style {
	
    border: 0.5px solid #cac8d04a;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mt-5 {
	margin-top: 65px;
}

.hover-area__new__style {
	display: flex;
    justify-content: center;
    margin-top: 20px;
}


.snowflake {
    position: fixed;
    top: -10px; /* Старт за пределами экрана */
    color: #fff; /* Белый цвет снежинок */
    user-select: none;
    pointer-events: none;
    z-index: 9999; /* Поверх всего */
    font-size: 14px; /* Размер снежинок */
    animation: fall linear infinite; /* Анимация */
}

@keyframes fall {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(100vh); /* Движение вниз */
    }
}



.mt-80 {
	margin-top: 80px;
}

.logo > a > img {
	width: 150px;
    margin-top: -23px;
}


.cta-banner{
    margin-bottom: 72px;
}
.cta-banner .container{
    background: #0C0D0D;
    padding: 64px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cta-banner-content{
    max-width: 600px;
}
.cta-banner-title{
    font-family: "Montserrat", serif;
    font-size: 39px;
    line-height: 115%;
    color: #fff;
    margin-bottom: 32px;
}
.cta-banner-title span{
    color: #479ff2;
}
.cta-banner-text{
    font-size: 18px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 24px;
}
.cta-banner-item-text{
    font-size: 16px;
    line-height: 120%;
    color: #fff;
}
.cta-banner-items{
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    margin-bottom: 32px;
}
.cta-banner-item{
    display: flex;
    align-items: flex-start;
    column-gap: 16px;
}
.cta-banner-item img{
    margin-top: 5px;
}
.cta-banner-item-text span{
    font-family: "Montserrat", serif;
    font-weight: 500;
}
.cta-banner-button{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: auto;
    height: 44px;
    background: #479ff2;

    font-family: "Montserrat", serif;
    font-size: 16px;
    color: #fff;
}
.cta-banner-actions{
    box-sizing: border-box;
    background: #F2F7FA;
    color: #479FF2;
    border-radius: 4px;
    padding: 16px;
    display: flex;
    align-items: flex-start;
    column-gap: 8px;
    max-width: 376px;
    height: 138px;
}
.cta-banner-actions-item-num{
    font-family: "Montserrat", serif;
    font-weight: 800;
    font-size: 70px;
    line-height: 1;
    text-align: center;
    color: #479ff2;
}
.cta-banner-actions-item-circle{
    background: #479FF2;
    border-radius: 50%;
    height: 13px;
    width: 13px;
    margin-top: 35px;
}
.cta-banner-actions-item-text{
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 115%;
    text-align: center;
    color: #479ff2;
}
.cta-banner-actions-item{
    width: 95px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cta-banner-image{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    row-gap: 24px;
    position: relative;
    z-index: 2;
}
.cta-banner-blur{
    position: absolute;
    right: 30px;
    bottom: 0;
    z-index: 1;
}
.cta-banner-actions-item-num-1{
    position: relative;
}
.cta-banner-actions-item-num-1::after{
    /*content: url("../images/rub.svg");*/
    font-size: 25px;
    position: absolute;
    right: -15px;
    top: 0;
}
.cta-banner-actions-item-num-2{
    position: relative;
}
.cta-banner-actions-item-num-2::after{
    /*content: url("../images/proc.svg");*/
    font-size: 25px;
    position: absolute;
    right: -15px;
    top: 0;
}

.justify-content-start {
		justify-content: start;
	}
	
	.container {
		max-width: 1200px;
		width: 100%;
	}


	
	.justify-content-center {
		justify-content: center;
	}

	/* Родительский контейнер */
.custom-container {
    display: flex; /* Включаем Flexbox */
    gap: 20px; /* Отступ между контентом и сайдбаром */
	width: 100%;
}

/* Основной контент */
.main-content {
    flex: 1; /* Занимает все доступное пространство */
/*     padding: 20px; */
    display: flex;
    box-sizing: border-box;
}

/* Боковая панель */
.sidebar {
    width: 25%; /* Фиксированная ширина сайдбара */
    
    padding: 20px;
    box-sizing: border-box;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .custom-container {
        flex-direction: column; /* На маленьких экранах блоки идут вертикально */
    }

    .sidebar,
    .main-content {
        width: 100%; /* Блоки занимают всю ширину */
    }
}

    ul.products.columns-5>li.product {
            flex: auto!important;
    max-width: 33%;
    }

.d-none-pc {
	display: none;
}

.d-none-imp {
    display: none!important;
}

.image-item > a > img {
	width: 100%;
	max-width: 575px!important;
	border-radius: 15px;
	margin-bottom: 20px;
}

.main__content__new__design {
    background: #090909;
}

.title__and__subtitle__base__computers {
    font-weight: 600;
    font-size: 35px;
    line-height: 160%;
    letter-spacing: -0.03em;
    color: #fff;
    font-family: "Montserrat", serif;
    margin-bottom: 0px;
}

.mb-50 {
    margin-bottom: 50px!important;
}

.title__and__subtitle__base__computers__cart {
    font-weight: 600;
    font-size: 35px;
    line-height: 160%;
    letter-spacing: -0.03em;
    color: #343434;
    font-family: "Montserrat", serif;
    margin-bottom: 0px;
    padding-top: 30px;
}

.text__and__subtitle__base__computers {
    font-weight: 100;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -0.03em;
    color: #fff;
    font-family: "Montserrat", serif;
    margin-bottom: 0px;
}

.title__and__subtitle__base__computers__img {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.container-fluid {
    max-width: 100%;
    width: 100%;
}

.mr-ml-30 {
    margin-right: 20px;
    margin-left: 20px;
}

.product-card > a > img {
    margin: 0 auto;
}

.product-card {
    margin-bottom: 30px;
    border-right: 1px solid #222222;
    padding-right: 20px;
    margin-top: 40px;
}

/*.wc-forward {*/
/*    display: block!important;*/
/*}*/

.custom-cart-totals {
    width: 100%;

}

.entry-header {
    display: none!important;
}

.checkout-button {
    background: #489ff1!important;
}
.accordion-item {
    margin: 10px 0;
}

.accordion-header {
    padding: 20px;
    background-color: #121212;
    cursor: pointer;
    height: 60px;
    border-radius: 20px;
    color: #fff;
    font-family: "Montserrat", serif;
    font-size: 19px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-header > img {
    position: absolute;
    right: 20px;
    width: 28px;
}

.accordion-item {
    position: relative;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    background-color: #121212;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    border-radius: 20px;
    margin-top: 10px;
    color: #fff;
}

.accordion-item.active .accordion-content {
    max-height: 500px; /* достаточно для большинства случаев */
    padding: 20px;
}

.accordion-content > p {
    font-size: 16px;
    font-family: "Montserrat", serif;
}

.seo__text__black {
    background: #121212;
    padding: 20px;
    border-radius: 20px;
    color: #fff;
}

.seo__text__white {
    background: #fcfcfc;
    padding: 20px;
    border-radius: 20px;
    color: #343434;
}

.seo__text__white h2 {
    font-size: 25px;
}

.seo__text__white ul {
    margin-left: 14px;
}

.seo__text__white ol {
    margin-left: 14px;
}

.seo__text__white p {
    font-size: 17px;
    font-family: 'Montserrat';
}

.seo__text__white ul li {
    font-size: 17px;
    font-family: 'Montserrat';
}

.seo__text__white ol li {
    font-size: 17px;
    font-family: 'Montserrat';
}

.add_to_cart_button {
    color: #fff!important;
    background-color: #00b0f2!important;
    outline: none;
    font-weight: 600;
}

.justify-content-between {
    justify-content: space-between;
}

.product-card > .buy-tg-btn > img {
    margin: 0;
}

.product-card > .buy-tg-btn {
    margin-top: 20px;
}

.product-card__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #fff;
    font-family: "Montserrat", serif;
}

.product-attributes > p {
    font-weight: 400;
    font-size: 18px;
    line-height: 171%;
    letter-spacing: -0.01em;
    color: #fff ;
    font-family: "Montserrat", serif;
}

.new__style__home__prod__img {
    width: 383px;
    height: 312px;
    object-fit: contain;
}

.product-card {
    max-width: 407px;
    width: 100%;
}

.footer{
    background: #090909;
    padding-top: 32px;
    padding-bottom: 42px;
}
.footer-container{
    max-width: 1180px;
}
.footer-header{
    display: flex;
    align-items: center;
    column-gap: 40px;
}
.footer-socials a:not(:last-child){
    margin-right: 10px;
}

.footer-socials {
	display: flex;
}

.footer-socials > a > img {
	width: 45px;
}

.footer-header{
    padding-bottom: 38px;
}
.footer-items{
    padding-top: 38px;
    padding-bottom: 38px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-item-list{
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}
.footer-item-list a{
     font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}
.footer-item-title{
     font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}
.footer-footer{
    padding-top: 38px;
}
.footer-bottom{
    padding-top: 38px;
    font-family: "Montserrat", serif;
    font-size: 16px;
    color: #fff;
}

.logo > img {
	max-width: 200px;
}

.logo2 > img {
    max-width: 200px;
}

.footer-item > p {
	color: #fff;
	font-size: 16px;
	font-family: "Montserrat", serif;
}

.footer-item > div > p {
	color: #fff;
	font-size: 16px;
	font-family: "Montserrat", serif;
}

.footer-item > p > a {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	font-family: "Montserrat", serif;
}

.footer-item > p > a:hover {
	color: #489ff1;
	transition: 1s;
}

.footer-item-list > li > a:hover {
	color: #489ff1;
	transition: 1s;
}

.main-slide-container-mob {
	display: none!important;
}

.acsessuars__block__bg {
    background: #fafafa;
    border-radius: 26px;
    max-width: 309px;
    width: 100%;
    padding: 20px 20px;
    margin-right: 16px;
}

.acsessuars__block__bg__title {
    text-align: center;
    margin: 0 auto;
    width: auto;
    display: block;
    font-weight: 500;
    font-size: 17px;
    line-height: 206%;
    color: #000;
    font-family: "Montserrat", serif;
}




@media screen and (max-width: 480px ){
	
	.pl-10-mob {
		padding-left: 10px;
	}
	
	.banners__all__img {
		margin-bottom: 0px;
		margin-left: 0px;
	}
	
	.cta-banner-button {
		width: 100%;
	}
	
	.cta-banner-actions {
		margin-top: 40px;
	}
	
	.cta-banner .container {
		display: block;
		padding: 24px;
	}
	
	#accordion {
		padding: 0!important;
	}
	.main-slide-container-mob{
		width: 100%;
		height: 100%!important;
		display: block!important;
	}
	
	.main-slide-container-2 {
		display: none!important;
	}
	
	.mt-80 {
		margin-top: 10px!important;
	}
	
	.category-banners {
		overflow: auto;
		flex-wrap: unset!important;
	}
	
	    
}

/* Стили аккордеона */
#accordion h3 {
   cursor: pointer;
    padding: 10px 15px;
    /* background-color: #f7f7f7; */
    border-bottom: 1px solid #ddd;
    margin: 0;
    font-size: 20px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transition: background-color 0.3s;
    padding-bottom: 30px;
    padding-top: 30px;
	font-family: "Montserrat", serif;
}




/* Стрелка через CSS */
#accordion h3::after {
    content: ''; /* Псевдоэлемент пустой */
    border: solid #479FF2; /* Цвет стрелки */
    border-width: 0 2px 2px 0; /* Толщина и стороны */
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg); /* Поворот для стрелки вправо */
    transition: transform 0.3s;
    position: absolute;
    right: 15px; /* Расположение стрелки */
}

#accordion h3.active::after {
    transform: rotate(135deg); /* Поворот для стрелки вниз */
}

#accordion div {
    padding: 10px 15px;
    border-top: none;
    display: none; /* Полностью скрываем контент по умолчанию */
	
	
}

#accordion div p {
	font-family: "Montserrat", serif;
	font-size: 16px;
}

#accordion {
	border-radius: 4px;
    padding: 48px;
    box-sizing: border-box;
    background: #fafafa;
}

.cta-banner-actions{
    box-sizing: border-box;
    background: #F2F7FA;
    color: #479FF2;
    border-radius: 4px;
    padding: 16px;
    display: flex;
    align-items: flex-start;
    column-gap: 8px;
    max-width: 376px;
    height: 138px;
}
.cta-banner-actions-item-num{

    font-weight: 800;
    font-size: 70px;
    line-height: 1;
    text-align: center;
    color: #479ff2;
}
.cta-banner-actions-item-circle{
    background: #479FF2;
    border-radius: 50%;
    height: 13px;
    width: 13px;
    margin-top: 35px;
}
.cta-banner-actions-item-text{
    font-weight: 600;
    font-size: 16px;
    line-height: 115%;
    text-align: center;
    color: #479ff2;
}
.cta-banner-actions-item{
    width: 95px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cta-banner-image{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    row-gap: 24px;
    position: relative;
    z-index: 2;
}
.cta-banner-blur{
    position: absolute;
    right: 30px;
    bottom: 0;
    z-index: 1;
}
.cta-banner-actions-item-num-1{
    position: relative;
}
.cta-banner-actions-item-num-1::after{
    content: url("/wp-content/uploads/2024/12/rub.svg");
    font-size: 25px;
    position: absolute;
    right: -15px;
    top: 0;
}
.cta-banner-actions-item-num-2{
    position: relative;
}
.cta-banner-actions-item-num-2::after{
    content: url("/wp-content/uploads/2024/12/proc.svg");
    font-size: 25px;
    position: absolute;
    right: -15px;
    top: 0;
}

.mt-8 {
	margin-top: 85px;
}

.image-item__two {
    max-width: 49%;
}

.menu__container {
	display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    align-items: center;
}

.image-item__two > a > img {
    max-width: 100%!important;
}

.image-item__two > span > img {
    max-width: 100%!important;
}

.custom-category-images__two {
    justify-content: center;
    gap: 10px;
}

.gap__80 {
    gap: 80px
}

.img__after__kvad__banners__long__img__pc {
    display: block;
    width: 100%;
    margin-top: 12px;
}

.img__after__kvad__banners__long__img__mob {
    display: none;
}


.owl-dot {
    transition: .4sease all;
    cursor: pointer;
    height: 8px;
    width: 8px;
    opacity: .7;
    box-sizing: border-box;
    border: 1px solid #505050;
    background: transparent;
    border-radius: 50%;
    position: relative;
    padding: 0px!important;
}

.owl-dot.active {
    background-color: #505050;
    border: none;
    opacity: .7;
    width: 96px;
    height: 8px;
    border-radius: 32px;
}

.owl-dot span {
    position: absolute;
    top: 0;
    left: 0;
    width: 0; /* Начальное состояние */
    height: 100%;
    background-color: rgb(24, 24, 24);
    border-radius: 32px;
    transition: width 5s ease; /* Плавное увеличение ширины */
}

.owl-dot.active span {
    width: 38.0781%; /* Конечная ширина */
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

[data-vc-full-width="true"] {
    box-sizing: initial !important;
    /*width: auto !important;*/
    /*position: static !important;*/
    left: 0 !important;
}



.seo__content {
    background: #fafafa;
    padding: 30px;
    border-radius: 20px;
    width: auto;
    font-family: "Montserrat", serif;
    margin-left: 15px;
}

.entry-content ul{
    margin-left: 11px;
}

.entry-content ol{
    margin-left: 11px;
}

.first__block__img {
    width: 100%;
    border-radius: 20px;
}

.first__block__title {
    text-align: center;
    font-family: "Montserrat", serif;
    font-size: 70px;
    padding-bottom: 15px;
    padding-top: 30px;
    line-height: 130%;
    font-weight: bold;
}

.first__block__text {
    text-align: center;
    font-family: "Montserrat", serif;
    font-size: 18px;
    line-height: 130%;
    max-width: 1200px;
    margin: 0 auto;
}

.position-relative {
    position: relative;
}

.second__block__img {
    max-width: 250px;
    width: 100%;
}

.three__block__title {
    max-width: 400px;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    top: 50px;
    left: 30px;
    text-align: left;
    line-height: 130%;
    color: #fafafa;
    z-index: 2;
}


.three__block__text {
    font-size: 18px;
    max-width: 400px;
    width: 100%;
    position: absolute;
    top: 105px;
    left: 30px;
    text-align: left;
    z-index: 2;
    color: #fff;
}

.nine__block__title {
    max-width: 100%;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    font-family: "Montserrat", serif;
    line-height: 130%;
}

.seo__text {
    padding: 20px;
    width: auto;
    background: #fafafa;
    border-radius: 20px;
}


.nine__block__text {
    font-size: 18px;
    max-width: 100%;
    width: 100%;
    text-align: left;
    font-family: "Montserrat", serif;
    line-height: 130%;
}

.swiper-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: unset!important;
    bottom: -32px!important;
}



.three__block__img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    filter: brightness(50%);
}

.nine__block__img {
    max-width: 100%;
    height: 600px;
    border-radius: 8px;
    object-fit: cover;
}

.swiper-pagination-bullet {
    background: #000;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007bff;
    width: 100px!important;
    border-radius: 5px!important;
}

#customVideo {
   border-radius: 20px;
}

.five__block__img {
    object-fit: cover;
    max-width: 214px;
    width: 100%;
}

.five__block {
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
}

.five__block__title {
    color: #fff;
    font-weight: bold;
    font-family: "Montserrat", serif;
}

.five__block__title {
    position: absolute;
    bottom: 50px;
    text-align: center;
    margin: 0 auto;
}

.six__block__bg {
    background-color: #f8f5f4;
    background-size: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    padding: 100px;
    border-radius: 20px;
    overflow: hidden;
}

.six__block__content {
    position: relative;
    z-index: 2;
}

.six__block__title {
    font-family: "Montserrat", serif;
    font-weight: bold;
    color: #343434;
    padding-bottom: 20px;
    font-size: 50px;
}

.six__block__subtitle {
    font-family: "Montserrat", serif;
    font-weight: 500;
    color: #343434;
    padding-bottom: 20px;
    font-size: 18px;
    max-width: 500px;
    width: 100%;
}

.six__block__gramm {
    font-family: "Montserrat", serif;
    font-weight: bold;
    color: #343434;
    padding-bottom: 20px;
}

.six__block__img {
    position: absolute;
    right: 137px;
    top: 101px;
    max-width: 450px;
}

.seven__block__img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    height: 600px;
}

.seven__block__content {
    position: absolute;
    right: 150px;
    top: 200px;
}

.seven__block__title {
    font-size: 35px;
    max-width: 400px;
    line-height: 130%;
    font-family: "Montserrat", serif;
    font-weight: 600;
}

.seven__block__text {
    font-family: "Montserrat", serif;
    max-width: 450px;
    font-size: 16px;
    line-height: 130%;
}

/* Tabs */

.tabs-wrapper {
    max-width: 100%;
    margin: 0 auto;
}

.eught__block__img {
    border-radius: 20px;
    margin: auto;
}

.tabs-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    gap: 10px;
}

.tab-btn {
    padding: 10px 20px;
    /*background-color: #f1f1f1;*/
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.tab-btn.active {
    background-color: #0073aa;
    color: #fff;
}

.tabs-content {
    position: relative;
}

.tab-content {
    display: none;
    text-align: center;
}

.tab-content.active {
    display: block;
}

.nine__block__img {
    position: relative;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.nine__block__content {
    position: absolute;
    z-index: 2;
    top: 110px;
    left: 167px;
}

.nine__block__content__title {
    font-size: 35px;
    font-weight: 600;
    max-width: 500px;
    line-height: 130%;
    font-family: "Montserrat", serif;
}

.nine__block__content__text {
    font-family: "Montserrat", serif;
    font-size: 18px;
    line-height: 130%;
    max-width: 500px;
}

.eleven__block__title {
    font-size: 35px;
    font-family: "Montserrat", serif;
    line-height: 130%;
    font-weight: 600;
}

.eleven__block__text {
    font-size: 18px;
    max-width: 500px;
    width: 100%;
    font-family: "Montserrat", serif;
    line-height: 130%;
}

.eleven__block__img {
    width: 100%;
    object-fit: cover;
    height: 600px;
    border-radius: 20px;
}

.eleven__block__content {
    position: absolute;
    top: 100px;
    left: 50px;
}

.roundet {
    border-radius: 20px;
}

.twelve__block__title {
    font-size: 35px;
    font-family: "Montserrat", serif;
    line-height: 130%;
    font-weight: 600;
}

.haraktir__text {
    font-size: 20px;
    font-family: "Montserrat", serif;
    line-height: 130%;
    font-weight: 500;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.fourteenth__block__img {
    max-width: 550px;
    object-fit: cover;
    border-radius: 20px;
    height: 400px;
}

.align-items-center {
    align-items: center;
}

.fifteenth__block__img {
    margin: 0 auto;
    max-width: 120px;
    margin-bottom: 20px;
}

.fifteenth__block__title {
    font-size: 25px;
    font-family: "Montserrat", serif;
    line-height: 130%;
    font-weight: 500;
    text-align: center;
    color: #cdab82;
}


__container {
    max-width: 1200px;
    width: 100%;
    display: flex
;
    justify-content: space-between;
    /* align-content: center; */
    align-items: center;
    margin: 0px auto 0 auto;
}

.fifteenth__block__text {
    font-size: 18px;
    font-family: "Montserrat", serif;
    line-height: 130%;
    font-weight: 400;
    text-align: center;
    color: #fff;
}

.mb-20 {
    margin-bottom: 20px;
}

.fourteenth__block__title {
    max-width: 500px;
    font-family: "Montserrat", serif;
    font-size: 35px;
    line-height: 130%;
    font-weight: 600;

}

.mr-ml-100 {
    margin-left: 100px;
    margin-right: 100px;
}

.fourteenth__block__text {
    max-width: 500px;
    font-family: "Montserrat", serif;
    font-size: 18px;
    line-height: 130%;

}

.fifteenth__block__bg {
    background-image: linear-gradient(0deg, #121a22 0, #1e2c3c 100%);
    border-radius: 20px;
    padding: 35px;
    max-width: 30%;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
    display: grid;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.sixteenth__block__title {
    max-width: 600px;
    font-family: "Montserrat", serif;
    font-size: 35px;
    line-height: 130%;
}

.sixteenth__block__subtitle {
    max-width: 400px;
    font-family: "Montserrat", serif;
    font-size: 18px;
    line-height: 130%;
}

.eighteenth__block__subtitle {
    max-width: 100%;
    font-family: "Montserrat", serif;
    font-size: 18px;
    line-height: 130%;
}

.eighteenth__block__big__img {
    border-radius: 20px;
}

.cart__info__block {
    max-width: 30%;
    height: 358px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    margin-bottom: 20px;
}

.cart__info__block__title {
    max-width: 600px;
    font-family: "Montserrat", serif;
    font-size: 25px;
    line-height: 130%;
    padding-left: 15px;
    padding-top: 20px;
    position: relative;
    z-index: 2;
}

.mt-20 {
    margin-top: 20px;
}

.cart__info__block__subtitle {
    max-width: 400px;
    font-family: "Montserrat", serif;
    font-size: 16px;
    line-height: 130%;
    padding-left: 15px;
    position: relative;
    z-index: 2;
}

.sixteenth__block__img {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 20px 20px;
}

.mini__img__logo__img {
    max-width: 150px;
    height: 100%;
    object-fit: cover;
}

.news-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(650px, 1fr));
    gap: 20px;
}

/*.news-item {*/
/*    position: relative;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    height: 350px; !* Высота блока с фоновым изображением *!*/
/*    border-radius: 10px;*/
/*    overflow: hidden;*/
/*    color: white;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    width: 681px;*/
/*}*/

.pl-pr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.news-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Затемнение фона */
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.news-title {
    font-size: 24px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 2;
    color: #fff;
}

section {
    margin-bottom: 0!important;
    margin-top: 0px!important;
}

.pt-30 {
    padding-top: 30px;
}

.pb-60 {
    padding-bottom: 60px;
}

.news-title > a {
    color: #fff;
}

.news-link {
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
    font-weight: bold;
    z-index: 2;
    font-family: "Montserrat", serif;
    font-size: 16px;
}

.news-item-link {
    width: 31%;
}

.news-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 25px;
}

.news-item {
  flex: 0 0 calc(31% - 10px);
  box-sizing: border-box;
  border-radius: 8px;
  padding: 15px;
  overflow: hidden;
  transition: transform 0.3s ease;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.news-item:hover {
  transform: translateY(-5px);
}

.news-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
}

.news-content {
  padding-top: 15px;
}

.news-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #343434;
}

.news-description {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    height: 40px;
    overflow: hidden;
}

.news-date {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

.read-more {
    font-size: 14px;
    color: #007BFF;
    text-decoration: none;
}

.read-more:hover {
    text-decoration: underline;
}

.view-all-btn {
    display: block;
    width: 100%;
    text-align: center;
    /*margin-top: 20px;*/
    margin-bottom: 40px;
    padding: 10px 20px;
    background-color: #489FF1;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;

}

.view-all-btn-link {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.view-all-btn:hover {
    background-color: #489FF1;
}

.container-finish {
    max-width: 1200px;
    width: 100%;
}

.pt-100 {
    padding-top: 100px;
}

.rassrochka__head__block__title {
    font-weight: 600;
    font-size: 35px;
    line-height: 140%;
    color: #479ff2;
    font-family: "Montserrat", serif;
    color: #343434;
    max-width: 650px;
    width: 100%;
    padding-bottom: 18px;
}

.rassrochka__head__block__title span {
    color: #479FF2;
    font-weight: 600;
    font-size: 35px;
    line-height: 140%;
    color: #479ff2;
    font-family: "Montserrat", serif;
}

.rassrochka__head__block__text {
    font-family: "Montserrat", serif;
    color: #343434;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    padding-bottom: 50px;
    max-width: 500px;
}

.rassrochka__head__block__button {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 225px;
    height: 42px;
    background: #479ff2;
    font-size: 13px;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    color: #fff;
}

.rassrochka__head__block__img {
    max-width: 534px;
    object-fit: cover;
    width: 100%;
    margin-top: 100px;
}

.pb-90 {
    padding-bottom: 90px;
}

.rassrochka__title {
    font-weight: 600;
    font-size: 25.69px;
    line-height: 160%;
    letter-spacing: -0.03em;
    color: #343434;
    font-family: "Montserrat", serif;
    margin-bottom: 0px;
}

.rassrochka__preim__block {
    box-shadow: inset 13px 0 0 -8px #479ff2;
    background: #fcfcfc;
    border-radius: 20px;
    max-width: 554px;
    width: 100%;
    padding: 30px;
    margin-bottom: 33px;
}

.rassrochka__preim__block__title {
    color: #343434;
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 206%;
    letter-spacing: -0.04em;
}

.rassrochka__preim__block__text {
    color: #343434;
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.04em;
}

.rassrochka__uslovie__block {
    background: #fcfcfc;
    border-radius: 20px;
    max-width: 268px;
    width: 100%;
    height: 268px;
    padding: 30px 14px;
}

.rassrochka__uslovie__block__img {
    max-width: 91px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 22px;
}

.rassrochka__uslovie__block__text {
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    letter-spacing: -0.05em;
    text-align: center;
    color: #343434;
    font-family: "Montserrat", serif;
}

.rassrochka__uslovie__and__oformlenie__block {
    box-shadow: inset 0 -13px 0 -8px #479ff2;
    background: #fcfcfc;
    border-radius: 20px;
    max-width: 284px;
    width: 100%;
    padding: 33px 23px;
    margin-bottom: 24px;
}

.rassrochka__uslovie__and__oformlenie__block__title {
    font-weight: 600;
    font-size: 25px;
    line-height: 164%;
    letter-spacing: -0.03em;
    color: #489ff1;
    padding-bottom: 27px;
    font-family: "Montserrat", serif;
    text-align: center;
}

.rassrochka__uslovie__and__oformlenie__block__text {
    font-weight: 500;
    font-size: 21px;
    line-height: 150%;
    letter-spacing: -0.04em;
    text-align: center;
    color: #343434;
    font-family: "Montserrat", serif;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 21px;
}

.rassrochka__subtitle {
    font-weight: 500;
    font-size: 22px;
    line-height: 187%;
    letter-spacing: -0.04em;
    color: #343434;
    font-family: "Montserrat", serif;
}

.mr-22 {
    margin-right: 22px;
}

.rassrochka__filial__bg {
    background: #fcfcfc;
    padding: 24px;
    max-width: 590px;
    width: 100%;
    border-radius: 20px;
}

.new__style__home__filial__bg {
    background: #fcfcfc;
    padding: 24px;
    max-width: 49%;
    width: 100%;
    border-radius: 20px;
}

.rassrochka__what__this__work__block {
    display: flex;
    padding: 28px 23px;
    border-radius: 20px;
    width: 285px;
    background: #fcfcfc;
}

.rassrochka__what__this__work__block__img {
    max-width: 57px;
    width: 100%;
    margin-right: 29px;
}

.rassrochka__what__this__work__block__text {
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    letter-spacing: -0.05em;
    color: #343434;
    font-family: "Montserrat", serif;
    width: auto;
    margin-bottom: 0px;
}

.rassrochka__what__this__work {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.filter__rassrochka {
    filter: contrast(0.5)!important;
}

.accordion-header__rassrochka {
    background-color: #fcfcfc!important;
    color: #343434!important;
}



.accordion-content__rassrochka {
    background-color: #fcfcfc!important;
    color: #343434!important;
}

.container__new__style__home__page {
    max-width: 1400px;
    width: 100%;
}

.new__style__home__title {
    font-weight: 600;
    font-size: 25.69px;
    line-height: 160%;
    letter-spacing: -0.03em;
    color: #343434;
    font-family: "Montserrat", serif;
    /* margin-bottom: 0px; */
}
.new__style__home__title__tabs {
    font-weight: 600;
    font-size: 25.69px;
    line-height: 160%;
    letter-spacing: -0.03em;
    color: #343434;
    font-family: "Montserrat", serif;
    margin-bottom: 0px;
    cursor: pointer;

}

.new__style__home__title__tabs:hover {
    color: #479ff2;
}

.tabs {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 20px;
    gap: 10px;
    text-align: center;
}

.tab {
    flex: 1;
    /*text-align: center;*/
    padding: 10px;
    /*background-color: #eee;*/
    font-weight: bold;
    border-radius: 6px;
    transition: 0.3s;
    font-family: "Montserrat", serif;

}

.tab.active {
    /*background-color: #343434;*/
    color: #489ff1;
}



.tab-content {
    display: none;
    flex-wrap: wrap;
    gap: 20px;
}

.pohojie__products {
    margin-right: 50px;
    background: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    margin-right: 9px;
    max-width: 340px;
    width: 100%;
    margin-bottom: 20px;
}



.product-image img {
    width: 383px;
    height: 312px;
    object-fit: contain;
}

.product-card {
    width: calc(33.33% - 20px);
    background-color: transparent;
    padding: 10px;
    border-radius: 8px;
    /*text-align: center;*/
}

.product-card__new {
    width: calc(33.33% - 20px);
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 8px;
    /*text-align: center;*/
}

.product-card img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .product-card {
        width: 100%;
    }
}

.new__style__home__title__tabs__active {
    color: #479ff2;
}

.mt-50-imp {
    margin-top: 50px!important;
}

.gap-9 {
    gap: 9px;
}

.new__style__home__popular__block {
    background: #fafafa;
    border-radius: 26px;
    width: 334px;
    padding: 61px 34px;
    margin-bottom: 20px;
    margin-right: 16px;
}

.brand__popular__block {
    background: #121212;
    border-radius: 26px;
    width: 334px;
    padding: 65px 60px;
    margin-bottom: 20px;
}

.mb-50 {
    margin-bottom: 50px;
}

.new__style__home__main {
    background: #f5f5f5;
}

.new__style__home__popular__block__img {
    height: 220px;
    max-width: 347px;
    display: block;
    width: 100%;
    object-fit: contain;
}

.new__style__home__popular__block__link {
    text-align: center;
    margin: 0 auto;
    width: auto;
    display: block;
    font-weight: 500;
    font-size: 17px;
    line-height: 206%;
    color: #000;
    font-family: "Montserrat", serif;
}

.new__style__home__popular__block__link:hover {
    color: #489ff1;
}

.brand__popular__block__link {
    text-align: center;
    margin: 0 auto;
    width: auto;
    display: block;
    font-weight: 500;
    font-size: 17px;
    line-height: 206%;
    color: #fff;
    font-family: "Montserrat", serif;
}

.brand__popular__block__link:hover {
    color: #489ff1;
}

.new__style__home__popular__block__img {
    transition: transform 0.5s ease; /* плавность */
    will-change: transform; /* оптимизация */
}

.new__style__home__popular__block:hover .new__style__home__popular__block__img {
    transform: scale(1.10); /* увеличение на 5% */
}

.brand__popular__block__img {
    transition: transform 0.5s ease; /* плавность */
    will-change: transform; /* оптимизация */
}

.brand__popular__block:hover .brand__popular__block__img {
    transform: scale(1.10); /* увеличение на 5% */
}

.new__style__home__preim {
    background-image: url("/wp-content/uploads/2025/05/Frame-35.png");
    border-radius: 33px;
    padding: 32px;
    max-width: 421px;
    width: 100%;
    height: 348px;
    margin-bottom: 40px;
}

.new__style__home__preim__img {
    width: 100px;
    height: 100px;
    margin-bottom: 85px;
}

.new__style__home__preim__title {
    font-weight: 500;
    font-size: 21px;
    line-height: 150%;
    color: #353535;
    font-family: "Montserrat", serif;
    padding-bottom: 11px;
}

.new__style__home__preim__text {
    font-family: "Montserrat", serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
    color: #353535;
}

.new__style__home__bg__offer__one__title {
    font-weight: 500;
    font-size: 45px;
    color: #fff;
    font-family: "Montserrat", serif;
    padding-bottom: 22px;
}

.new__style__home__bg__offer__one__text {
    font-weight: 500;
    font-size: 22px;
    line-height: 150%;
    color: #fff;
    font-family: "Montserrat", serif;
    max-width: 658px;
    width: 100%;
    padding-bottom: 22px;
}

.new__style__home__bg__offer__two__title {
    font-weight: 500;
    font-size: 45px;
    color: #343434;
    font-family: "Montserrat", serif;
    padding-bottom: 22px;
}

.new__style__home__bg__offer__two__text {
    font-weight: 500;
    font-size: 22px;
    line-height: 150%;
    color: #343434;
    font-family: "Montserrat", serif;
    max-width: 658px;
    width: 100%;
    padding-bottom: 22px;
}

.new__style__home__bg__offer__one {
    padding: 40px;
    border-radius: 50px;
    width: 100%;

}

.new__style__home__bg__offer__one__list {
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
    color: #fff;
    font-family: "Montserrat", serif;
    max-width: 658px;
    width: 100%;
    padding-bottom: 22px;
}

.new__style__home__bg__offer__two__list {
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
    color: #343434;
    font-family: "Montserrat", serif;
    max-width: 658px;
    width: 100%;
    padding-bottom: 22px;
}

.span__blue {
    color: #489ff1;
}

.new__style__home__bg__offer__one__button {
    border-radius: 11px;
    padding: 11px;
    width: 272px;
    height: 46px;
    background: #489ff1;
    border: none;
    color: #fff;
    font-family: "Montserrat", serif;
}

.new__style__home__bg__offer__one__button:hover {
    background: #489ff1;
}

.new__style__home__bg__offer__two {
    box-shadow: 1px 1px 24px 0 rgba(0, 0, 0, 0.05);
    background: #f5f5f5;
    padding: 33px;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
}

.new__style__home__bg__offer__two__img {
    position: absolute;
    right: -350px;
    bottom: -36px;

}

@media (min-width: 1000px) {
.new__style__home__bg__offer__two__img__one {
    position: absolute;
    width:470px;
    height:350px;
    right: 10px;
    bottom: -36px;
}
}


.acsessuars__block__bg .thumbnail__wrapper {
    overflow: hidden;
    border-radius: 8px;
}

.acsessuars__block__bg .thumbnail__wrapper img {
    transition: transform 0.3s ease;
    display: block;
    width: 100%;
    height: auto;
}

.acsessuars__block__bg:hover .thumbnail__wrapper img {
    transform: scale(1.05);
}

.acsessuars__block__bg a p {
    transition: color 0.3s ease;
    font-family: "Montserrat", serif;
}

.acsessuars__block__bg:hover a p {
    color: #489ff1;
}

.product-gallery {
    max-width: 600px;

    text-align: center;
    font-family: sans-serif;
}

.zoom-container {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

#mainProductImage {
    width: 100%;
    display: block;
    height: 465px;
    object-fit: contain;

}

.zoom-result {
    position: absolute;
    border: 1px solid #ccc;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    pointer-events: none;
    display: none;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 10;
}

.thumbnail-carousel {
    margin-top: 20px;
    display: flex;
    justify-content: start;
    gap: 10px;
    flex-wrap: nowrap;
    position: relative;
    z-index: 99;
    overflow-x: auto;
}

.thumbnail-carousel img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 6px;
    transition: border 0.3s ease;
}

.thumbnail-carousel img:hover,
.thumbnail-carousel img.active {
    border: 2px solid #0073aa;
}

.product__single__cart__tabs-container {
    /*background-color: #fff;*/
    border-radius: 8px;
    margin-top: 40px;
    /*padding: 20px;*/
}

.product__single__cart__tab-buttons {
    display: flex;
    margin-bottom: 20px;
    gap: 10px;
    justify-content: space-between;
}

.product__single__cart__tab-button {
    background: white;
    border: none;
    padding: 10px 50px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 10px;
    color: #333;
    transition: background 0.3s, color 0.3s;
    max-width: 321px;
    width: 100%;
}

.product__single__cart__tab-button.active {
    background: #479FF2;
    color: #fff;

}

.product__single__cart__tab-content {
    display: none;
    background: #fff;
    padding: 22px;
    border-radius: 20px;
}

.product__single__cart__tab-content.active {
    display: block;
}

.product__single__cart__parameters {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product__single__cart__parameter-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px 0 12px;
    position: relative;
    font-size: 15px;
    color: #343434;
}

/* Линия у всех, кроме первого */
.product__single__cart__parameter-item:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: url('data:image/svg+xml;utf8,<svg width="1205" height="3" viewBox="0 0 1205 3" fill="none" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="paint0" x1="0" y1="2.65401" x2="1400" y2="2.65413" gradientUnits="userSpaceOnUse"><stop offset="0.02" stop-color="%23F5F5F5" /><stop offset="0.274825" stop-color="%23489FF1" /><stop offset="0.709078" stop-color="%23479FF2" /><stop offset="0.9999" stop-color="%23F5F5F5" /></linearGradient></defs><path d="M0 1.58594L1400 1.58606" stroke="url(%23paint0)" stroke-width="1.12367"/></svg>') no-repeat center;
    background-size: cover;
}

.product__single__cart__tab-button:focus {
    outline: none!important;
    box-shadow: none!important;
    background-color: #479FF2!important;
    border-color: transparent!important;
    color: #fff!important;
}

.product__single__cart__tab-button:hover {
    background: #479FF2;
}

#products-container {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

#products-container > .post-item {
    width: 31%;
}

#products-container > .post-item > .product-attributes > .product-attribute {
    font-size: 12px;
}

#product-filter-form {
    width: 334px;
    padding: 20px;
    background: #fafafa;
    border-radius: 20px;
    height: 100%;
    margin-right: 11px;
    font-family: "Montserrat", serif;
}

#product-filter-form {
    font-weight: 500;
    font-size: 20px;
    line-height: 175%;
    letter-spacing: -0.01em;
    color: #343434;
    padding-bottom: 34px;
}

#product-filter-form .title__filter__head {
    font-weight: 600;
    font-size: 21px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #343434;
    padding-bottom: 12px;
}

#product-filter-form h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 175%;
    letter-spacing: -0.01em;
    color: #343434;
}

#product-filter-form label {
    padding-bottom: 14px;
    margin-bottom: 0em!important;
    font-weight: 500;
    font-size: 15px;
    line-height: 167%;
    letter-spacing: -0.01em;
    color: #080808;
}

.custom-checkbox-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: background 0.2s, border 0.2s;
}



.custom-checkbox-label {
    font-size: 14px;
    color: #333;
    flex-grow: 1;
    width: 200px;
}

.custom-checkbox-input {
    display: none;
}

.custom-checkbox-box {
    width: 20px;
    height: 20px;
    border: 1.5px solid #489FF1;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.custom-checkbox-input:checked + .custom-checkbox-box {
    border-color: transparent;
}

.custom-checkbox-input:checked + .custom-checkbox-box svg {
    display: block;
}

.custom-checkbox-box svg {
    display: none;
}

.product-filter-form__button {
    background: #489ff1!important;
    border-radius: 8px!important;
    width: 240px!important;
    height: 39px!important;
    color: #fff!important;
    font-weight: 500!important;
    font-size: 13px!important;
    line-height: 141%!important;
    letter-spacing: -0.01em!important;
    text-align: center!important;
    font-family: "Montserrat", serif!important;
    padding: 0em!important;
}

.product-filter-form__button:hover {
    background: #489ff1!important;
}

.categories {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: start;
}

.category {
    position: relative;
    width: calc(25% - 15px); /* 4 в ряд на ПК */
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

.category img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.category .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.category .overlay span {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    font-family: "Montserrat", serif;
}

.category:hover img {
    transform: scale(1.1);
    filter: brightness(70%);
}

.category:hover .overlay {
    opacity: 1;
}

/* Планшеты (2 в ряд) */
@media (max-width: 1199px) {
    .category {
        width: calc(50% - 10px);
    }
}

/* Мобилки (1 в ряд) */
@media (max-width: 767px) {
    .category {
        width: 100%;
    }
}

.pt-50 {
    padding-top: 50px;
}

.samarkand__one__block {
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 653px;
    height: 100%;
    width: 100%;
    padding-top: 107px;
    padding-bottom: 150px;
}

.samarkand__one__block__title {
    font-weight: 600!important;
    font-size: 45px;
    line-height: 140%;
    color: #fff;
    padding-bottom: 31px;
    font-family: "Montserrat", serif!important;
}

.samarkand__one__block__text {
    font-weight: 400!important;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
    padding-bottom: 60px;
    font-family: "Montserrat", serif!important;
}

.title__and__subtitle__block {
    max-width: 645px;
    width: 100%;
}

.samarkand__one__block__table {
    position: absolute;
    right: -49px;
    top: -100px;
    bottom: 0;
}

 .samarkand-popular {
  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 20px;
  padding: 40px 0;
}

.samarkand-container {
  width: 100%;
  max-width: 1300px;
  padding: 0 20px;
}

.samarkand-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: left;
}

.samarkand-divider {
  display: block;
  margin-bottom: 35px;
}

.samarkand-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
}

.samarkand-category-card {
  display: block;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.samarkand-category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.samarkand-image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  padding-top: 20px;
}

.samarkand-image-wrapper img {
    width: 138px;
    object-fit: cover;
    transition: transform 0.3s 
ease;
    margin: 0 auto;
    height: 118px;
}

.samarkand-category-card:hover img {
  transform: scale(1.05);
}

.samarkand-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.4);
  padding: 10px;
  text-align: center;
}

.samarkand-overlay span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .samarkand-categories {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .samarkand-title {
    text-align: center;
  }
}

.video__block__costom {
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 100%;
    width: 100%;
}

.video__block__costom__page {
    margin-top: 50px;
    max-width: 100%;
    width: 100%;
}

.laptops-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.laptop-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fafafa;
  border-radius: 12px;
  text-decoration: none;
  color: #111;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  padding-top: 20px;
}

.laptop-card img {
  width: 100%;
  height: 210px;
  border-radius: 10px;
  transition: transform 0.3s ease;
  object-fit: contain;
}

.laptop-card p {
  margin-top: 12px;
  font-weight: 500;
  font-size: 18px;
}

.laptop-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.laptop-card:hover img {
  transform: scale(1.05);
}

/* 📱 Планшет (2 карточки в ряд) */
@media (max-width: 992px) {
  .laptops-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-title {
    text-align: center;
  }
}

/* 📱 Мобильный (1 карточка в ряд) */
@media (max-width: 576px) {
  .laptops-grid {
    grid-template-columns: 1fr;
  }
  .section-title {
    font-size: 22px;
  }
  .laptop-card {
    padding: 15px;
  }
  .laptop-card p {
    font-size: 15px;
  }
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 15px;
  color: #666;
  margin: 20px 0;
  gap: 6px;
  font-family: "Montserrat", serif;
}

.social__home {
    margin-right: 20px;
    width: 40px;
}

.breadcrumbs a {
  color: #343434;
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumbs a:hover {
  color: #343434;
  text-decoration: underline;
}

.breadcrumbs .divider {
  color: #999;
  margin: 0 4px;
  font-size: 14px;
}

.breadcrumbs .current {
  color: #333;
  font-weight: 600;
}

   .brand__kvad__video-section {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.brand__kvad__video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    width: 100%;
    max-width: 1400px;
}

.brand__kvad__video-item {
    background: #fcfcfc;
    border-radius: 14px;
    overflow: hidden;
    color: #fff;
}

.brand__kvad__video-wrapper video {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.brand__kvad__video-content {
    padding: 18px 20px 22px;
}

.brand__kvad__video-content h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #343434;
    font-weight: 600;
     font-family: "Montserrat", serif; 
}

.brand__kvad__video-content p {
    font-size: 15px;
    line-height: 1.45;
    opacity: 0.85;
    color: #343434;
     font-family: "Montserrat", serif;
}

@media (max-width: 992px) {

    .brand__kvad__video-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 0 10px;
    }

    .brand__kvad__video-wrapper video {
        height: 200px;
    }

    .brand__kvad__video-content h3 {
        font-size: 18px;
    }

    .brand__kvad__video-content p {
        font-size: 14px;
        line-height: 1.4;
    }
}

@media (max-width: 600px) {

    .brand__kvad__video-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0 6px;
    }

    .brand__kvad__video-wrapper video {
        height: 160px;
    }

    .brand__kvad__video-content {
        padding: 16px 16px 20px;
    }

    .brand__kvad__video-content h3 {
        font-size: 17px;
        margin-bottom: 8px;
    }

    .brand__kvad__video-content p {
        font-size: 14px;
        line-height: 1.38;
    }
}

 .brand__kvad__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    max-width: 1400px;
}

.brand__kvad__item {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    transition: transform .3s ease;
}

.brand__kvad__item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

/* Hover */
.brand__kvad__item:hover {
    transform: translateY(-5px);
}

/* Планшет */
@media (max-width: 991px) {
    .brand__kvad__container {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

/* Мобильные */
@media (max-width: 600px) {
    .brand__kvad__container {
        grid-template-columns: repeat(1, 1fr);
        gap: 14px;
    }
}

.three-block-grid {
    display: flex;
    gap: 20px;
}