@font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900; 
    font-style: normal;
}

*,
*::after,
*::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Manrope", sans-serif;
    margin: 0 auto;
    background: #f8f8f8;
}
.wrapper{
    margin: 0 auto; 
}
.container{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input {
    color: currentColor;
    font-family: inherit;
    font-size: inherit;
}

ul,
ol {
    list-style: none;
}
section{
    margin-bottom: 150px;
}
.breadcrumbs{
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    padding: 16px 78px;
    border-bottom: 1px solid #2121231A;
    border-right: 1px solid #2121231A;
    border-left: 1px solid #2121231A;
    background: #F8F8F8;
    margin-bottom: 100px;
}
.breadcrumbs-list{
    display: flex;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: #2C2C2C;
    font-weight: 300;
}
.breadcrumbs li:not(:last-child)::after {
    font-family: 'Manrope', sans-serif; 
    content: ">"; 
    margin: 0 9px; 
    color: #2C2C2C;
}
.active-crumb{
    color: #000000;
    font-weight: 500;
}
@media (max-width: 1386px) {
    .breadcrumbs{
        padding: 16px 28px;
        margin-bottom: 48px;
    }
}
@media (max-width: 550px) {
    .breadcrumbs li:not(:last-child)::after {
        margin: 0 4px; 
    }
    .breadcrumbs{
        padding: 16px 0px 16px 24px;
        margin-bottom: 48px;
    }
    .breadcrumbs-list{
        font-size: 8px;
    }
}
.header{
    font-family: "Segoe UI", Arial, sans-serif;
    height: 144px;
    
    background: #476984;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;  
    margin: 0 auto; 
}
.header-container{
    display: flex;
}
.logo{
    border-left: 1px solid #FFFFFF33;
    border-right: 1px solid #FFFFFF33;
    max-width: 288px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.logo-item{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    width: 100%;
    border-bottom: 1px solid #FFFFFF33;
}
.logo-info{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.logo-info img{
    width: 12.5px !important;
    height: 12.5px !important;
}
.header__content{
    width: 100%;
}
.header__top{

    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #FFFFFF33;

    height: 72px;
}
.header__top-item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-right: 1px solid #FFFFFF33;
    height: 100%;   
}

.header__top-item.address{
    position: relative;
    padding-left: 31px;
    width: 100%;
    max-width: 288px;
    gap: 9px;
}
.header__top-item.search{
    width: 100%;
    max-width: 480px;
    justify-content: center;
    position: relative;
    padding: 0 20px;
}
.header__top-item.search div[id^="bx_incl_area"]{
    width: 100%;
}
.search-input{
    width: 100%;
    max-width: 424px;
    padding: 9px 9px 9px 38px ;
    border: none;
    border-radius: 102px;
    font-family: "Segoe UI", Arial, sans-serif;
    position: relative;
    background: #FFFFFF1A url("../img/icons/search.svg") no-repeat 8px center; 
    background-size: 18px; /* размер иконки */
}
.search-input::placeholder{
    font-family: "Segoe UI", Arial, sans-serif;
    color: #FFFFFF80;
}
.header__top-item.info{
    width: 100%;
    max-width: 684px;
    justify-content: space-around;
}
.header__top-item.info div[id^="bx_incl_area"]{
    display: flex;
    width: 100%;
    max-width: 684px;
    justify-content: space-around;
}
.header__top-info{
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.header__top-item.links{
    width: 100%;
    max-width: 180px;
    justify-content: center;
    align-items: center;
    gap: 9px;
}
.header__top-item.links div[id^="bx_incl_area"]{
	display: flex;
    width: 100%;
    max-width: 180px;
    justify-content: center;
    align-items: center;
    gap: 9px;
}
.header__top-link{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFFFFF33;
    padding: 11.5px;
    border-radius: 22.5px;
}
.mobile-header{
    display: none;
}
.header__bottom{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 72px;
}
.header__bottom-item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-right: 1px solid #FFFFFF33;
    height: 100%;  
}

.header__bottom-item.nav{
    max-width: 974px;
    width: 100%;
    justify-content: space-between;
    padding: 0 31px;
}
.catalog-menu{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
}
.nav-links{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
}
.header__bottom-item.address{
    max-width: 478px;
    width: 100%;
    justify-content: center;
    gap: 10px;
    padding: 0px 23px;
}
.header__bottom-item.contacts{
    max-width: 180px;
    width: 100%;
    justify-content: center;
}

.hero{
    background: #476984;
    display: flex;
    align-items: center;
    gap: 24px;
}

.hero__info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 720px;
    width: 100%;
    gap: 48px;
    color: #FFFFFF;
    padding-left: 78px;
}

.hero__text{
    max-width: 551px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 21px;

}

.hero__text h1{
    font-size: 42px;
    font-weight: 600;
    line-height: 51px;
}

.hero__text p{
    font-size: 20px;
    line-height: 30px;
}
.arrows{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 11px;

}

.arrow{
    border-radius: 31.5px;
    border: 1px solid #FFFFFF;
    width: 63px;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s ease;
}
.arrow:hover{
    background: #1d4c72;
}
.btn{
    width: 100%;
    max-width: 324px;
    border: 1px solid #476984;
    border-radius: 52.5px;
    padding: 16.75px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    gap: 18px;
    cursor: pointer;
}
.btn span{
    line-height: 25.5px;
}
.hero__btn{
    border: 1px solid #FFFFFF
}
.hero__content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
    background: #FFFFFF;
}
.hero__img{
    width: 100%;
    height: 500px;
}
.hero__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero__title{
    height: 100%;
    padding: 52px 75px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.hero__title h2{
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
}

.hero__title h2 span{
    color: #476984;
}
.hero__link{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 51px;
    font-size: 20px;
    line-height: 50px;
    cursor: pointer;
}

.catalog__info{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 107px;
    padding: 0px 80px;
    margin-bottom: 64px;
}
.title{
    font-size: 42px;
    font-weight: 600;
}
.subtitle{
    font-size: 20px;
}

.catalog__content { 
    display: grid; 
    grid-template-columns: 
    repeat(3, 1fr); 
    margin-bottom: 48px;
}
.catalog__content-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #E4E4E4;
    padding: 52px 53px;
    cursor: pointer;
}
.catalog__content-item div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 43.5px;
}
.catalog__content-img{
    width: 64px;
    height: 64px;
}
.item-title{
    max-width: 244px;
    font-size: 19.7px;
}
.catalog-btn{
    margin: 0 auto;
    gap: 19px;
}


.popular__info{
    padding: 0px 78px;
    margin-bottom: 64px;
}
.swiper-wrapper{
    display: flex;
    align-items: center;
    position: relative;
}
.popular-item{
    border: 1px solid #E4E4E4;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 24px 24px 40px 24px;
}
.popular-img{
    max-width: 433px;
    width: 100%;
    height: 300px;
    background: #FEFEFE;
    border: 1px solid #E4E4E4;
    padding: 44px 0;
    margin-bottom: 24px;
}
.popular-img img{

    object-fit: contain;
    width: 100%;
    height: 100%;
}
.popular-content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.popular-presence{
    padding: 3px 20px;
    font-size: 14px;
    margin-bottom: 16px;
    max-width: max-content;
    cursor: auto;
}
.popular-info{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24.5px;
    font-size: 24px;
}
.popular-title{
    line-height: 32.8px;
    font-weight: 500;
}
.popular-price{
    color: #476984;
    font-weight: 700;
    line-height: 29.5px;
}
.popular-buy{
    max-width: 211px;
    width: 100%;
    padding: 4px 0px;
    border: none;
    background: #476984;
    color: #FFFFFF;
    gap: 10px;
}

.swiper-nav{
    position: absolute;
    top: 0px;
    right: 77px;
}
.custom-prev,
.custom-next{
    background: #c3cdd5;
    width: 58px;
    height: 58px;
    transition: background 0.3s ease;
}
.custom-prev:hover,
.custom-next:hover{
    background: #476984;
}

.swiper-pagination{
    display: none;
    position: relative;
}

.swiper-pagination-bullet{
    width: 40px;
    height: 2px;
    background: #E4E4E4;
    border-radius: 0px;
    opacity: 1;
    margin: 0px !important;
} 
.swiper-pagination-bullet-active{
    width: 40px;
    height: 2px;
    background: #1E1E1E;
    border-radius: 0px;
    opacity: 1;
}
.selection{
    padding-left: 78px;
}

.selection__info{
    margin-bottom: 64px;
}

.selection__inner{
    display: flex;
    gap: 47px;
    justify-content: flex-start;
}
.swiper-selection{
    margin: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    
    
}
.swiper-selection {
  position: relative;   /* чтобы фон можно было положить внутрь */

}




.triangle-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to right, #476984, #6a8ca8);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  z-index: 0;
}
.swiper-wrapper {
  position: relative;
  z-index: 1;
  height: max-content;
}


.selection__content{
    width: 100%;
    max-width: 351px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.selection__content p{
    font-size: 19.7px;
}
.selection__btns{
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.swiper-slide{
    max-width: 482px;
}
.selection-item{
    height: 581px;
    border: 1px solid #E4E4E4;
    padding: 78px;
    display: flex;
    flex-direction: column;

}

.selection-item h3{
    font-size: 26.3px;
    font-weight: 500;
    line-height: 39.4px;
    margin-bottom: 24.3px;
}
.selection-item p{
    font-size: 19.7px;
    line-height: 29.5px;
    margin-bottom: 43.5px;
}
.selection-item img{
    width: 31.5px;
    height: 31.5px;
}

.about{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 78px;
    gap: 40px;
}
.about__info{
    max-width: 917px;
    display: flex;
    flex-direction: column;

}
.about__title{
    font-size: 42px;
    line-height: 59px;
    font-weight: 600;
    margin-bottom: 64px;
}
.about__title span{
    color: #476984;
}
.about__text{
    font-size: 19.7px;
    max-width: 888px;
    margin-bottom: 16px;
}
.about__text.mb{
    margin-bottom: 48px;
}
.about__content{
    max-width: 687px;
    width: 100%;
}
.about__img{
    height: 342px;
    margin-bottom: 24px;
}


.about__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about__stat{
    height: 212px;
    display: flex;
    align-items: center;
}
.about__stat-item{
    height: 100%;
    border-right: 1px solid #E4E4E4;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 42px 62px;
}
.about__stat-item:first-child{
    padding-left: 0px;
}
.about__stat-item:last-child{
    border-right: none;
    padding-right: 0px;
}
.about__stat-title{
    color: #476984;
    font-size: 42px;
    line-height: 58.8px;
    font-weight: 600;
    
}

.about__stat-text{
    font-size: 19.7px;
    max-width: 155px;
    width: 100%;
}

.quality{
    background: #F3F3F3;
    padding: 150px 77px;
}

.quality__info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 64px;
    flex-wrap: wrap;
    gap: 24px;
}


.quality__text{
    font-size: 19.7px;
    max-width: 610px;
    text-align: left;
}

.mySwiper4 .swiper-pagination{
    display: block;    
    margin-top: 20px;
}
.mySwiper4 .swiper-wrapper{
    justify-content: space-between;
}
.sertificats{
    display: flex;

    justify-content: space-between;
    align-items: center;
}
.mySwiper4 .swiper-slide{
    max-width: unset;
    width: unset;
}

.sertificat-img{
    width: 100%;
    max-height: 437px;
    padding: 16px;
    max-width: 305px;
    border: 1px solid #E4E4E4;
}

.sertificat-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.partners__info{
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding-left: 77px;
    margin-bottom: 48px;
}

.partners__text{
    font-size: 19.7px;
}

.partners-img{
    display: flex;

}

.partners-item{
    height: 300px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E4E4E4;
    padding: 0 30px;
}

.partners-item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 330px;
}

.partners-item:first-child img{
    position: relative;
    top: -15px;
}

.selection__content.supplies{
    gap: 195px;
}

.geo{
    padding: 0 78px;
}
.geo__info{
    margin-bottom: 48px;
}
.geo__info h2{
    margin-bottom: 64px;
}
.geo__content{
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
}
.geo__content-item{
    padding-top: 24px;
    border-top: 1px solid #E4E4E4;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.geo__content-title,
.geo__content-text span{
    opacity: 0.5;
    font-weight: 400;
    font-size: 19.7px;
    line-height: 22.6px;
}
.geo__content-text{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.geo__content-text p{
    font-weight: 500;
    font-size: 22.3px;
    line-height: 33.5px;
}

.consultation{
    background: #F3F3F3;
    padding: 75px 78px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}
.consultation__info h2{
    max-width: 744px;
}
.consultation__text{
    margin-top: 64px;
    font-size: 19.7px;
    max-width: 600px;
}
.consultation__request{
    position: relative;
    width: 100%;
    max-width: 723px;
    background: #F8F8F8;
    height: 421px;
    
}
.consultation__img{
    height: 169px;

}
.consultation__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.consultation__form{
    padding: 32px;
}

.consultation__form{
    display: flex;
    flex-direction: column;
    
}
.consultation__label{
    opacity: 0.5;
    font-size: 19.7px;
    line-height: 22.6px;
    margin-bottom: 16.3px;
}
.consultation__input{
    border: 0.7px solid #2121230D;
    background: #F5F5F5;
    max-width: 526px;
    border-radius: 30px;
    padding: 10px 16px;
    font-family: "Manrope", sans-serif;
    font-size: 22.3px;
    font-weight: 500;
    margin-bottom: 48px;
}
.consultation__form-btn{
    display: flex;
    gap: 32px;
    align-items: center;
}
.consultation-btn{
    padding: 10px 0;
    max-width: 228px;
}
.consultation__form-btn p{
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
}
.consultation__form-btn p a{
    color: #476984;
}

.answers{
    padding: 0 78px;
}
.answers__info h2{
    margin-bottom: 64px;
}
.answers__text{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
}
.answers__accordion{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}
.answers__accordion-item{
    padding: 16px 2px;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}
.answers__accordion-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.answers__accordion-text{
    display: flex;
    align-items: center;
    gap: 32px;
}
.answers__accordion-number{
    font-weight: 600;
    font-size: 49.78px;
    line-height: 68.6px;
    color: #476984;
}

.answers__accordion-title{
    max-width: 352px;
    font-weight: 500;
    font-size: 24px;
    line-height: 32.8px;
}
.answers__accordion-toggle{
    width: 58px;
    height: 58px;
    border-radius: 29.3px;
    background: #476984;
    font-weight: 600;
    font-size: 24px;
    line-height: 18px;
    letter-spacing: -0.6px;
    color: #F8F8F8;
    border: 0.93px solid #FFFFFF;
    cursor: pointer;
}

.answers__accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 16px;
    opacity: 0;
    transform: translateY(-10px);
    transition: 
        max-height 0.4s ease,
        padding 0.4s ease,
        opacity 0.4s ease,
        transform 0.4s ease;
}

.answers__accordion-item.active .answers__accordion-content {
    max-height: 1000px; 
    opacity: 1;
    transform: translateY(0);
    padding: 16px;
}

.footer{
    color: #FFFFFF;
    background: #343434;
    
}
.footer__inner{
    height: 144px;
    border-bottom: 1px solid #FFFFFF;
    display: flex;
}

.footer__logo{
    max-width: 288px;
    width: 100%;
    border-right: 1px solid #FFFFFF33;
    border-left: 1px solid #FFFFFF33;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.footer__content{
    width: 100%;
}
.footer__top{
    border-bottom: 1px solid #FFFFFF33;
    width: 100%;
    display: flex;
    height: 72px;
}
.footer__top-item{
    width: 100%;
    height: 100%;
    border-right: 1px solid #FFFFFF33;
}

.footer__top-item.inn{
    max-width: 438px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 19.7px;
    line-height: 22.64px;
    letter-spacing: 0;
}
.footer__top-item.inn div[id^="bx_incl_area"]{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 19.7px;
    line-height: 22.64px;
    letter-spacing: 0;
}
.footer__top-item.inn span{
    opacity: 0.5;
}
.footer__top-item.contacts{
    max-width: 1014px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.footer__top-item.contacts div[id^="bx_incl_area"]{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.footer__contacts-item{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.footer__top-item.links{
    max-width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
}
.footer__top-item.links div[id^="bx_incl_area"]{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
}
.footer__links-item{
    width: 45px;
    height: 45px;
    border-radius: 22.5px;
    border: 1px solid #FFFFFF33;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer__bottom{
    height: 72px;
    display: flex;
}
.footer__bottom-item{
    width: 100%;
    height: 100%;
    border-right: 1px solid #FFFFFF33;
}
.footer__bottom-item.nav{
    max-width: 1452px;
    display: flex;
    justify-content: space-between;
    padding: 0px 31.5px;
}
.footer__bottom-item .nav-links{
    max-width: 1133px;
    width: 100%;
    justify-content: space-between;
}
.footer__bottom-item .nav-links div[id^="bx_incl_area"]{
    display: flex;
    width: 100%;
    max-width: 1133px;
    width: 100%;
    justify-content: space-between;
}
.footer__bottom-item.contacts{
    max-width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__info{
    display: flex;
    gap: 60px;
    padding: 48px 57px;
    border-bottom: 1px solid #FFFFFF;
}
.footer__info div[id^="bx_incl_area"]{
    display: flex;
    gap: 60px;
}
.footer__info-item h4{
    margin-bottom: 16.3px;
    opacity: 0.5;
    letter-spacing: 0;
    font-size: 19.7px;
    line-height: 22.64px;
    font-weight: 400;
}
.footer__info-item p{
    letter-spacing: 0;
    font-size: 22.3px;
    line-height: 33.5px;
    font-weight: 500;
}
.footer__copy{
    padding: 48px 53px 48px 78px;
    font-size: 17.1px;
    line-height: 26.25px;
    letter-spacing: 0;
    color: #FFFFFF80;
    display: flex;
    justify-content: space-between;
}
.footer__copy div[id^="bx_incl_area"]{
	width: 100%;
    display: flex;
    justify-content: space-between;
}
.footer__copy-item{
    display: flex;
    align-items: center;
    gap: 64px
}
/* All */
@media (max-width: 700px) {
    section{
        margin-bottom: 60px;
    }
}
@media (max-width: 550px) {
    .btn{
        max-width: 327px;
        padding: 7px;
        font-size: 14px;
    }
    .title{
        font-size: 24px;
        line-height: 100%;
    }
}
/* All */

/* Header */
@media (max-width: 1865px) {
    .header__bottom-item .nav-links{
        gap: 10px;
        justify-content: flex-end;
    }
    
}
@media (max-width: 1823px) {
    .header__bottom-item.nav{
        max-width: inherit;
    }
    .header__bottom-item.address{
        display: none;
    }
    
}
@media (max-width: 1805px) {
    .header__top-info:first-child{
        display: none;
    }
    
}

@media (max-width: 1531px) {
    .header__top-item.info{
        flex-direction: column;
        justify-content: center;
    }
    
}
@media (max-width: 1350px) {
    .header__bottom-item .nav-links a:last-child{
        display: none;
    }
    
}
@media (max-width: 1350px) {
    .header__bottom-item .nav-links a:nth-child(3){
        display: none;
    }
    .header__top-item.info{
        padding: 0 10px;
    }
}
@media (max-width: 1100px) {
    .logo{
        max-width: 178px;
        padding: 15px 20px;
    }
    .logo img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
@media (max-width: 981px) {
    .header__top-item.search{
        display: none;
    }
}
@media (max-width: 877px) {
    .header__bottom-item .nav-links a:nth-child(2){
        display: none;
    }
}
@media (max-width: 780px) {
    .header__top-item.address{
        max-width: 170px;
        padding-left: 0;
        justify-content: center;
    }
    .header__top-item.links{
        max-width: 150px;
    }
    .header__bottom-item.contacts{
        max-width: 150px;
    }
}
@media (max-width: 700px) {
    .header__top-item.address{
        max-width: 75px;
    }
    .header__top-item.address span{
        display: none;
    }
    .header__bottom-item .nav-links{
        display: none;
    }
}
@media (max-width: 614px) {
    .logo-item{
        display: flex;
        height: 84px;

    }
    .header{
        height: 160px;
    }
    .logo{
        padding: 0;
        height: 100%;
        justify-content: flex-start;
    }
    .header-container{
        height: 160px;
    }
    .header__top{
        height: 84px;
    }
    .header-img{
        margin-top: 15px;
        max-width: 94px;
        height: 46px !important;
    }
    .header__top-item.address{
        display: none;

    }
    .header__top-item.links{
        display: none;
    }
    .mobile-header,
    .mobile-header .header__top-item.address,
    .mobile-header .header__top-item.links{
        display: flex;
    }
    .mobile-header{

        height: 42px;
        width: 100%;
    }
    .mobile-header .header__top-item.links{
        max-width: 350px;
    }
    .mobile-header .header__top-item.links{
        width: 100%;
    }
    .mobile-header .header__top-link{
        padding: 6.25px;
    }
    .mobile-header .header__top-link img{
        width: 12.5px;
        height: 12.5px;
    }
    .header__top-info:nth-child(2){
        display: none;
    }
    .header__top-info{
        border-bottom: 1px solid #FFFFFF33;
        width: 100%;
        height: 42px;
    }
    .header__top-item.info{
        justify-content: flex-start;
        padding: 0;
    }
    .header__bottom-item.contacts{
        max-width: 76px;
        
    }
    .header__bottom-item.nav{
        height: 76px;
    }
}
@media (max-width: 614px){
    .header__bottom-item .catalog-menu a{
        display: none;
    }
    .header__bottom{
        flex-direction: row-reverse;
    }
    .header__bottom-item.contacts{
        max-width: 350px;
        height: 78px;

    }
    .header__bottom-item.nav{
        justify-content: center;
        align-items: center;
        padding: 0;
        max-width: 75px;
    }
    .mobile-header .header__top-item.address{
        max-width: 74px;
        
    }
    .mobile-header .header__top-item.address > div{
        padding: 5px;
        border: 0.56px solid #FFFFFF33;
        border-radius: 12.5px;
        height: 25px;
        width: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mobile-header .header__top-item.address > div > img{
        width: 15px;
        height: 15px;
    }
    .logo-info{
        font-size: 14px;
        line-height: 22.05px;
    }
    .header__top-info{
        font-size: 14px;
        line-height: 22.05px;
    }
}
/* Header */

/* Hero */
@media (max-width: 1850px) {
    .hero__title{
        padding: 30px 75px;
    }
}
@media (max-width: 1610px) {
    .hero__title{
        padding: 10px 24px;
    }
}
@media (max-width: 1299px) {
    .hero{
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .hero__info{
        padding: 48px 24px;
        max-width: inherit;
    }
    .hero__text{
        max-width: inherit;
    }
    .hero__text h1{
        width: 100%;
    }
    .hero__title{
        padding: 24px;
    }
    .hero__img{
        height: 100%;
    }
    
}
@media (max-width: 575px) {

}
@media (max-width: 550px) {
    .hero__text h1{
        font-size: 24px;
        line-height: 100%;
    }
    .hero__text p{
        font-size: 14px;
        line-height: 100%;
    }
    .hero__text{
        gap: 16px;
    }
    .hero__info{
        gap: 24px;
    }
    .hero{
        align-items: center;
    }
    .hero__info .arrow{
        width: 45px;
        height: 45px;
    }
    .hero__title{
        gap: 16px;
    }
    .hero__title h2{
        font-size: 18px;
        line-height: 100%;
    }
    .hero__title h2 br{
        display: none;
    }
    .hero__link{
        font-size: 14px;
        line-height: 29.53px;
        gap: 16px;
    }
    .hero__link img{
        width: 20px;
        height: 20px;
    }
}
/* Hero */

/* Сatalog */
@media (max-width: 1386px) {
    .catalog__content{
        grid-template-columns: repeat(2, 1fr);
    }
    .catalog__info{
        padding: 0 24px;
        justify-content: space-between;
        gap: 0;
    }
}
@media (max-width: 880px) {
    .catalog__content{
        grid-template-columns: 1fr;
    }
    .catalog__info{
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 24px;
    }
}
@media (max-width: 636px) {
    .catalog__content{
        grid-template-columns: 1fr;
    }
    .catalog__info{
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 24px;
    }
    .catalog__info .subtitle br{
        display: none;
    }
}
@media (max-width: 550px) {
    .catalog__info .subtitle{
        font-size: 14px;
        line-height: 100%;
    }
    .catalog__content-item{
        padding: 16px 24px;
    }
    .catalog__content-img{
        width: 40px;
        height: 40px;
    }
    .catalog__content-item div{
        gap: 16px;
    }
    .item-title{
        font-size: 14px;
        line-height: 100%;
    }
    .catalog__content{
        margin-bottom: 24px;
    }
}
/* Сatalog */

/* Popular */
@media (max-width: 1386px) {
    .popular__info{
        padding: 0 24px;
        margin-bottom: 24px;
    }
    .swiper-nav{
        right: 24px;
    }
}
@media (max-width: 795px) {
    .mySwiper1 {
        padding: 0 24px;
        justify-content: center;
    }
}
@media (max-width: 550px) {
    .swiper-nav{
        display: none;
    }
    .popular__info{
        padding: 0px;
        gap: 16px;
    }
    .popular-item{
        padding: 16px;
        align-items: flex-start;
    }
    .popular-presence{
        display: none;
    }
    .popular-img{
        height: 160px;
        padding: 17px 0;
    }
    .popular-title{
        font-size: 16px;
        line-height: 100%;
    }
    .popular-price{
        font-size: 18px;
        line-height: 100%;
    }
    .popular-buy{
        max-width: 182px;
    }
}
@media (max-width: 375px) {

    .popular__info{
        max-width: 170px;
    }
}
/* Popular */

/* About */
@media (max-width: 1615px) {
    .about__stat{
        justify-content: center;
    }
    .about__stat-item{
        padding: 42px 30px 0;
    }
}
@media (max-width: 1386px) {
    .about {
        padding: 0px 24px;
    }
}
@media (max-width: 1158px) {
    .about {
        flex-direction: column;
    }
}
@media (max-width: 738px) {
    .about{
        gap: 24px;
    }
    .about__img img{
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        
    }
    .about__title{
        margin-bottom: 16px;
    }
    .about__text.mb{
        margin-bottom: 24px;
    }
}
@media (max-width: 550px) {
    .about__title{
        font-size: 24px;
        line-height: 100%;

    }
    .about__text{
        font-size: 14px;
        line-height: 100%;

    }
    .about__stat{
        height: auto;
    }
    .about__stat-item{
        padding-top: 0px;
        padding: 0px;
    }
    .about__stat-item:last-child{
        display: none;
    }
    .about__stat-item:nth-child(1){
        border-right: none;
        
    }
    .about__stat-item:nth-child(2){
        padding-left: 0px;
        max-width: 200px;
        width: 100%;
    }
    
    .about__stat{
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: flex-start;
    }
    .about__stat-title{
        font-size: 32px;
        line-height: 100%;
    }
    .about__stat-text{
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0;
        max-width: 175px;
        width: 100%;
    }
    .about__img{
        height: 250px;
    }
    .about__img img{
        object-position: center;
    }

}
@media (max-width: 342px) {
    .about__stat-item:nth-child(2){

        max-width: 120px;

    }
}
/* About */
/* Quality */
@media (max-width: 1386px) {
    .quality {
        padding: 150px 24px;
    }
}
@media (max-width: 550px) {
    .quality{
        padding: 60px 0 60px 24px;
    }
    .quality__info{
        margin-bottom: 24px;
    }
    .quality__text{ 
        font-size: 14px;
        line-height: 100%;
    }
    .sertificat-img{
        max-height: 334px;
        max-width: 240px;
    }
}
/* Quality */

/* Partners */
@media (max-width: 1386px) {
    .partners__info{
        padding-left: 0px;
    }
    .partners{
        padding: 0 24px;
    }
}
@media (max-width: 893px) {
    .partners__info{
        gap: 16px;
        margin-bottom: 24px;
    }
    .partners-img{
        flex-direction: column;
    }
    .partners-item{
        height: 200px;
    }
}
@media (max-width: 550px) {
    .partners__text{      
        font-size: 14px;
        line-height: 100%;
    }
    .partners-item{
        height: 107px;
    }
    .partners-item:nth-child(1) img{
        max-width: 138px !important;    
    }
    .partners-item:nth-child(2) img{
        max-width: 167px !important;    
    }
    .partners-item:nth-child(3) img{
        max-width: 217px !important;    
    }
}
/* Partners */

/* Selection */
@media (max-width: 1716px) {
    .selection-item{
        padding: 48px;
    }
}
@media (max-width: 1536px) {
    .selection-item{
        padding: 36px;
    }
}
@media (max-width: 1464px) {
    .selection-item{
        padding: 24px;
    }
}
@media (max-width: 1386px) {
    .selection{
        padding: 0 24px;
    }
}
@media (max-width: 795px) {
    .selection__inner{
        flex-direction: column;
        gap: 24px;
    }
    .selection__btns{
        display: none;
    }
    .selection__content{
        max-width: inherit;
        gap: 16px;
    }
    .selection__info{
        margin-bottom: 16px;
    }
    .swiper-slide{
        max-width: inherit;
    }
    .swiper-pagination{
        display: block;
        margin-top: 30px;
    }
    .triangle-bg{
        bottom: 51px;
    }
    .selection__content-p{
        max-width: 249px;
    }
    .selection__content-p br{
        display: none;

    }
}
@media (max-width: 550px) {
    .selection-item{
        height: 330px;
    }
    .selection__content p{      
        font-size: 14px;
        line-height: 100%;
    }
    .selection-item h3{    
        font-size: 18px;
        line-height: 100%;
        margin-bottom: 10px;
    }
    .selection-item p{       
        font-size: 14px;
        line-height: 100%;
        margin-bottom: 24px;
    }

}
/* Selection */

/* Geo */
@media (max-width: 1752px) {
    .geo__content{
        flex-wrap: wrap;
    }
}
@media (max-width: 1530px) {
    .geo__content{
        justify-content: flex-start;
        gap: 60px;
    }
}
@media (max-width: 1386px) {
    .geo{
        padding: 0 24px;
    }
}
@media (max-width: 782px) {
    .geo__info{
        margin-bottom: 24px;
    }
    .geo__info h2{
        margin-bottom: 16px;
    }
    .geo__content{
        gap: 24px;
    }
    #map{
        width: 100vw !important;
        height: 250px !important;
        margin-left: calc(-50vw + 50%);
    }
}
@media (max-width: 723px) {
    .geo__content-text p br{
        display: none;
    }
}
@media (max-width: 550px) {
    .geo__content{
        flex-direction: column;
        margin-bottom: 24px;
    }
    .geo__text{
        font-size: 14px;
        line-height: 100%;
    }
    .geo__content-item{
        padding-top: 10px;
        gap: 10px;
    }
    .geo__content-text{
        gap: 5.3px;
    }
    .geo__content-title, 
    .geo__content-text span{
        font-size: 14px;
        line-height: 100%;
    }
    .geo__content-text p{
        font-size: 16px;
        line-height: 100%;
    }
    .geo__content-item:nth-child(2) p{
        max-width: 300px;
    }
}
@media (max-width: 402px) {
    .geo__text br{
        display: none;
    }
}
/* Geo */


/* Consultation */
@media (max-width: 1637px) {
    .consultation{
        gap: 20px;
    }
    .consultation__text{
        margin-top: 16px;
    }
}
@media (max-width: 1386px) {

    .consultation{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 60px 24px;
    }
    .consultation__request{
        position: static;
        max-width: 740px;
    }
    
}
@media (max-width: 550px) {
    .consultation__text{
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;
    }
    .consultation__img{
        height: 76px;
    }
    .consultation__request{
        height: inherit;
    }
    .consultation__form{
        padding: 24px 16px;
    }
    .consultation__label{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .consultation__input{
        margin-bottom: 24px;
        padding: 0 24px;
        font-size: 14px;
        line-height: 33.47px;
    }
    .consultation__form-btn{
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .consultation__form-btn p{
        text-align: center;
    }
}    
/* Consultation */

/* Answers */
@media (max-width: 1234px) {
    .answers__accordion{
        grid-template-columns: 1fr;
        gap: 0;
    }
}
@media (max-width: 978px) {
    .answers__text{
        margin-bottom: 24px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 24px;
    }
    .answers__info h2{
        margin-bottom: 16px;
    }
    
}
@media (max-width: 660px) {
    .answers{
        padding: 0 57px;
    }
}
@media (max-width: 630px) {
    .answers__accordion-text{
        gap: 16.5px;
    }
    .answers__accordion-number{
        font-size: 32px;
        line-height: 100%;
        letter-spacing: 0%;
    }
    .answers__accordion-title{
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;
        max-width: 212px;
    }
    .answers__accordion-toggle{
        width: 32.5px;
        height: 32.5px;
        font-family: Montserrat;
        font-size: 13.2px;
        line-height: 9.9px;
        letter-spacing: -0.33px;
        border-radius: 16.13px;
    }
    .answers__accordion-content{
        font-size: 14px;
        
    }
    .answers{
        padding: 0px;
    }
    .answers__accordion-item{
        padding: 24px; 
    }
    .answers__info{
        padding: 0 24px;
    }
    .answers__text p{
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;

    }
}
/* Answers */

/* Footer */
@media (max-width: 1800px) {
    .footer__bottom-item .nav-links{
        justify-content: flex-end;
        gap: 15px;
    }
}

@media (max-width: 1660px) {
    .footer__contacts-item:last-child{
        display: none;
    }
}
@media (max-width: 1600px) {
    .footer__top-item.inn{
        max-width: 250px;
        flex-direction: column;
    }
    .footer__bottom-item .nav-links a:nth-last-child(-n+2){
        display: none;    
        
    }
}

@media (max-width: 1320px) {
    .footer__info-item p br{
        display: none;
    }    
}
@media (max-width: 1275px) {
    .footer__bottom-item .nav-links a:nth-child(3),
    .footer__bottom-item .nav-links a:nth-child(4){
        display: none;       
    }
    .footer__contacts-item:nth-child(3){
        display: none;
    }
}

@media (max-width: 1078px) {
    .footer__top-item.contacts{
        flex-direction: column;
    }
}
@media (max-width: 992px) {
    .footer__info{
        flex-direction: column;
        gap: 24px;
    }
    .footer__copy{
        padding: 48px 53px 48px 57px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
    }
    .footer__copy-item{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
    }
}

@media (max-width: 893px) {
    .footer__bottom-item .nav-links{
        display: none;
    }
    .footer__bottom-item.nav{
        justify-content: center;
        padding: 0px;
    }
    .footer__logo{
        max-width: 150px;
        padding: 10px;
    }
    .footer__logo img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
@media (max-width: 729px) {
    .footer__top-item.inn{
        display: none;
    }
}

@media (max-width: 500px) {
    .footer__top-item.contacts{
        display: none;
    }
    .footer__top-item.links{
        max-width: inherit;
    }
}
@media (max-width: 400px) {
    .footer__top{
        display: none;
    }
    .footer__bottom{
        height: 100%;
        flex-direction: row-reverse;
    }
    .footer__inner{
        height: 75px;
    }
    .footer__bottom-item.nav{
        max-width: 75px;
    }
    .footer__bottom-item.nav .catalog-menu a{
        display: none;
    }
    .footer__logo{
        padding: 14px 28px;
    }
    .footer__info{
        padding: 24px 24px 35px;
    }
    .footer__info-item h4{
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 100%;
    }
    .footer__info-item p{
        font-size: 16px;
        line-height: 100%;
    }
    .footer__copy{
        padding: 24px;
        font-size: 14px;
    }
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #00000040;      
    backdrop-filter: blur(10px); 
    display: flex;               
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 0 24px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4 ease;
}
.modal.active{ 
    opacity: 1;
    visibility: visible; 
}
.modal .consultation__request{
    display: flex;
    flex-direction: row;
    height: 446px;
    max-width: fit-content;

    transform: translateY(-30px);
    transition: transform 0.4s ease;
}
.modal.active .consultation__request{
    transform: translateY(0); 
}
.modal .consultation__img{
    height: 100%;
    max-width: 435px;
}
.modal .consultation__form{
    max-width: 586px;
    width: 100%;
    background: #FFFFFF;
    justify-content: center;
}
.modal .consultation__form h2{
    margin-bottom: 24px;
}
.modal .consultation__form h4{
    font-weight: 400;
    font-size: 19.7px;
    line-height: 29.53px;
    letter-spacing: 0;
    max-width: 391px;
    margin-bottom: 24px;
}

.modal .consultation__input{
    padding: 8.5px 20px;
    font-weight: 400;
    font-size: 15.8px;
    line-height: 100%;
    letter-spacing: 0;
    max-width: 424px; 
    margin-bottom: 16px;
}
.modal .consultation__input::placeholder{
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    font-size: 15.8px;
    line-height: 100%;
    letter-spacing: 0;
    color: #21212380;
}
.modal .consultation__input.mb{
    margin-bottom: 32px;
}
.modal .consultation__form-btn{
    flex-direction: column;
    align-items: flex-start;
}
.modal .consultation-btn{
    max-width: 322px;
    background: transparent;
}
.modal .consultation__form-btn p{
    font-size: 14px;
}
.modal textarea{
    height: 70px;
}
.modal.oneclick .consultation__request{
    height: max-content;
}
.modal.oneclick .consultation__img{
    height: unset;
}
body.modal-open {
  overflow: hidden; /* запрещает прокрутку */
}

@media (max-width: 1236px) {
    .modal .consultation__request{
        justify-content: flex-end;
    }
}
@media (max-width: 865px) {
    .modal .consultation__request{
        flex-direction: column;
        height: auto;
    }
    .modal .consultation__img{
        height: 300px;
        max-width: 100%;
    }
    .modal .consultation__form{
        max-width: 100%;
    }
}

@media (max-width: 550px) {
    .modal .consultation__img{
        height: 81px;
    }
    .modal .consultation__form{
        padding: 16px 16px 24px 16px;
    }
    .modal .consultation__form h4{
        font-size: 14px;
        line-height: 22.64px;
    }
    .modal .consultation__input {
        margin-bottom: 16px;
        padding: 0 24px;
        font-size: 14px;
        line-height: 33.47px;
    }
    .modal .consultation__input.mb{
        margin-bottom: 24px;
    }
    .modal .consultation__input::placeholder{
        font-weight: 500;
        font-size: 14px;
        line-height: 33.47px;
    }
    .modal .consultation__form-btn{
        align-items: center;
    }
    .modal .consultation__form h2{
        margin-bottom: 16px;
    }
}

.catalog-modal{
    background: #FFFFFF;
    color: #000000;
    width: 707px;
    position: absolute;
    top: 71px;
    left: -32px;
    z-index: 1;
    pointer-events: none;
    opacity: 0; 
    transform: translateY(10px); 
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.footer__bottom-item .catalog-modal{
    top: 0px;
    left: -32px;
}
.catalog-wrapper{
    height: 100%;
    display: flex;
}
.catalog-wrapper:hover .catalog-modal{ 
    pointer-events: auto;
    opacity: 1; 
    transform: translateY(0); 
}
.catalog-wrapper:hover .catalog-modal{ 
    pointer-events: auto;
    opacity: 1; 
    transform: translateY(0); 
}
.catalog-modal__info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 32px;
    border-bottom: 1px solid #00000033;
}
.catalog-modal__title{
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 600;
    font-size: 15.8px;
    line-height: 22.05px;
    letter-spacing: 0;
}
.catalog-modal-btn{
    max-width: 154px;
    padding: 9px 0;
    font-size: 14px; 
    
}
.catalog-modal-btn span{
    line-height: 100%; 
}
.catalog-modal__content{
    font-family: "Segoe UI", Arial, sans-serif;
    padding: 24px 32px 32px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-weight: 600;
    font-size: 15.8px;
    line-height: 28px;
    letter-spacing: 0;
}
.catalog-modal__item{
    display: flex;
    flex-direction: column;
    gap: 3px;
}

@media (max-width: 900px) {
    .catalog-modal{
        width: 400px;
    }
    .catalog-modal__content{
        flex-direction: column;
    } 
}
@media (max-width: 614px){ 
    .catalog-menu:hover .catalog-modal{ 
        opacity: 0; 
        transform: translateY(10px); 
        pointer-events: none; 
    }
    .catalog-modal{
        display: none;
    } 
}

.modal-address{
    width: 459px;
    position: absolute;
    background: #FFFFFF;
    top: 0;
    left: 0;
    font-family: "Segoe UI", Arial, sans-serif;
    color: #000000;
    z-index: 50;
    font-size: 15.8px;
    line-height: 22.05px;
    letter-spacing: 0;
    opacity: 0; 
    transform: translateY(10px); 
    pointer-events: none; 
    transition: opacity 0.3s ease, transform 0.3s ease;
}


.header__top-item.address:hover .modal-address{ 
    opacity: 1; 
    transform: translateY(0); 
    pointer-events: auto; 
}
.modal-address__info{
    display: flex;
    justify-content: space-between;
    padding: 17px 32px;
    align-items: center;
    border-bottom: 1px solid #00000033;
}
.modal-address__info > div{
    display: flex;
    align-items: center;
    gap: 9px;
}
.modal-address-btn{
    max-width: 154px;
    padding: 9px 0;
    font-size: 14px; 
    
}
.modal-address-btn span{
    line-height: 100%; 
}
.modal-address__content{
    padding: 24px 32px 32px;
}
.modal-address__content span{
    font-weight: 600;
}
.modal-address__content div{
    height: 190px;
    width: 100%;
}
.modal-address__content div img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.4);     /* затемнение */
  backdrop-filter: blur(6px);      /* блюр */
  display: none;                   /* скрыт по умолчанию */
  justify-content: center;         /* центрируем модалку */
  align-items: center;
  z-index: 399;
}

/* показываем при активации */
.modal-overlay.active {
  display: flex;
}

.modal-overlay.active .modal-address.mobile{ 
    opacity: 1; 
    transform: scale(1) !important; 
    pointer-events: auto;
}
@media (max-width: 700px) {
    .modal-address{
        width: 400px;
    } 
    .modal-address span{
        display: block !important;
    }    
}
@media (max-width: 614px) {
    .modal-address {
        position: relative;
        transform: scale(0.95) !important;    
        max-width: 327px;
        background: #fff;
        z-index: 1000;
        line-height: 100%;

    }
    
    .modal-address__info{
        padding: 16px;
    }
    .modal-address__content{
        padding: 16px;
    }
    .modal-address__content div{
        height: 160px;
    }
    .modal-address__content p{
        margin-bottom: 16px;
    }
}

.mobile-menu{
    font-family: "Segoe UI", Arial, sans-serif;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #FFFFFF;
    top: 160px;
    color: #000000;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    z-index: 200;
    transform: translateY(-100%); 
    opacity: 0; 
    transition: transform 0.3s ease, opacity 0.3s ease;
    pointer-events: none;
}
.mobile-menu.active{ 
    transform: translateY(0); 
    opacity: 1; 
    pointer-events: auto;
}
.mobile-menu__icons{
    display: flex;
    border-bottom: 1px solid #E3E3E3;
}
.mobile-menu-icon{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    border-right: 1px solid #E3E3E3;
    padding: 19px 9px;
}
.mobile-menu-icon span{
    line-height: 22.05px;
    font-size: 15.8px;
}
.mobile-menu-icon.tel{
    max-width: 75px;
}
.mobile-menu-icon .search-input{
    background: #2121230D url(../img/icons/search-black.svg) no-repeat 8px center;
}
.mobile-menu-icon .search-input::placeholder{
    color: #21212380;
}

.mobile-menu__title{
    padding: 20px 24px;
    border-bottom: 1px solid #E3E3E3;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-menu__catalog{
    display: flex;
    flex-direction: column;
    padding: 20px 24px;
    border-bottom: 1px solid #E3E3E3;
}
.mobile-menu__catalog a:first-child{
    margin-top: 0px;
}
.mobile-menu__catalog a{
    margin-top: 10px;
}
.mobile-menu__catalog-all{
    margin-top: 16px !important;
    font-weight: 600;
    color: #476984;
}
.basket-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.basket-icon {
    width: 32px;
    height: 32px;
}
.basket-count {
    position: absolute;
    top: 8px;
    right: 8px;
    background: red;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    padding: 2px 6px;
}
.tablebodytext{
display: none;
}
section.popular {
    width: 100%;
}
.search-results {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-top: 8px;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    max-height: 300px;
    overflow-y: auto;
	position: relative;
	z-index: 201;
}

.search-category {
    margin-bottom: 15px;
}

.search-category strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    border-bottom: 1px solid #eee;
    padding-bottom: 4px;
}

.search-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.search-category li {
    margin: 4px 0;
}

.search-category a {
    display: block;
    padding: 6px 10px;
    border-radius: 4px;
    text-decoration: none;
    color: #222;
    transition: background 0.2s, color 0.2s;
}

.search-category a:hover {
    background: #f5f5f5;
    color: #0078d7; /* фирменный синий */
}
input.error {
  border: 2px solid red;
}


