/*Дэфолтные настройки*/
* {
    box-sizing: border-box;
}
ul li{
    list-style: none;
}
html, body {
    margin: 0;
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    overflow-x: clip;
}
section{
    position: relative;
}
h1,h2,h3,h4,h5,p,li,a{
    margin: 0;
    padding: 0;
}
input,textarea{
    font-family: 'Eurostile Extended', sans-serif;
}
input::placeholder,textarea::placeholder{
    font-family: 'Eurostile Extended', sans-serif;
}
ul{
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Eurostile Extended', sans-serif;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    color: #000000;
}
a {
    color: #000000;
    text-decoration: none;
}
.container {
    width: 100%;
    max-width: 1615px;
    margin: 0 auto;
    z-index: 5;
    padding: 0;
    position: relative;
}
input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}
button:active, button:focus {
    outline: none;
}
button::-moz-focus-inner {
    border: 0;
}
button{
    cursor: pointer;
    border: none;
}
button:hover{
    transition: 0.3s;
}
/*Дэфолтные настройки*/


#menu__toggle {
    opacity: 0;
}
#menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
    display: none;
}
#menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
    visibility: visible;
    right: 0;
}
.menu__btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
    transform: rotate(180deg);
    width: 48px;
    height: 48px;
    margin-top: -20px;
    position: relative;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    transition-duration: .25s;
    right: 10px;
    border-radius: 10px;
}
.menu__btn-black > span,
.menu__btn-black > span::before,
.menu__btn-black > span::after {
    background-color: #151515;
}
.span-burger{
    border: none;
    outline: none;
}
.menu__btn > span::before {
    content: '';
    top: -10px;
    transition: 0.3s;
    right: 0;
}
.menu__btn > span::after {
    content: '';
    top: 10px;
    transition: 0.3s;
    right: 0;
}
.menu__box {
    position: fixed;
    visibility: hidden;
    top: 0;
    right: -100%;
    padding: 20px;
    width: 90%;
    height: 100%;
    margin: 0;
    list-style: none;
    background: rgba(22, 22, 22, 0.9);
    backdrop-filter: blur(10px);
    transition-duration: .25s;
    z-index: 999;
}
.list-header{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.list-header li a{
    color: #fff;
}
.swiper-pagination-brands,.swiper-pagination-brands2{
    display: none!important;
}
.hamburger-menu{
    display: none;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown span{
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    line-height: 130%;
    vertical-align: middle;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}
header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.head-choose{
    display: flex;
    gap: 30px;
}
.sec1{
    padding-top: 280px;
    padding-bottom: 515px;
}
.sec1-text-part{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    color: #fff;
    text-transform: capitalize;
    gap: 10px;
    justify-content: center;
    padding-bottom: 8px;
    max-width: 265px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.sec1-text{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.sec1-text h1{
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
}
.sec1{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.head-tel{
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    vertical-align: middle;
    color: #fff;
}
.head-btn{
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    vertical-align: middle;
    color: #fff;
    background: rgba(21, 21, 21, 1);
    width: 250px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-container-top-right{
    display: flex;
    gap: 25px;
    align-items: center;
}
.header-container-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head-social{
    display: flex;
    gap: 20px;
}
.header-container-parent{
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.header-menu{
    display: flex;
    align-items: center;
    gap: 40px;
}
.header-menu li a{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    vertical-align: middle;
}
.header-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search-header{
    position: relative;
    border-radius: 4px;
    width: 398px;
    height: 42px;
}
.search-header input{
    border: 1px solid rgba(255, 255, 255, 1);
    width: 100%;
    height: 100%;
    font-weight: 400;
    padding-left: 13px;
    background: transparent;
    font-size: 14px;
    line-height: 14px;
}
.search-header input::placeholder{
    color: #fff;
}
.search-header svg{
    position: absolute;
    right: 7px;
    top: 8px;
}
.header-container{
    padding: 9px 0;
}
.sec-top{
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 8px;
    font-weight: 400;
    border-bottom: 1px solid rgba(21, 21, 21, 0.5);
    font-size: 15px;
    line-height: 100%;
    max-width: 226px;
    text-transform: capitalize;
}
.sec-catalog{
    margin-top: 100px;
}
.title{
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-transform: capitalize;
    padding-top: 6px;
}
.sec-top-container{
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}
.sec-catalog-block-img img{
    width: 100%;
    object-fit: cover;
    height: 261px;
    border-radius: 12px;
}
.sec-catalog-block{
    position: relative;
    border: 1px solid rgba(5, 11, 32, 0.15);
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 1);
    padding: 24px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    width: 400px;
    
    height: 565px;
    gap: 10px;
}


.swiper-slide
.no-margin{
    width: 370px !important;
    height: 565px;
    margin-right: 0 !important;
}
.sec-catalog-block-name{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.sec-catalog-block-name span{
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
}
.sec-catalog-block-name p{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.6);
}
.mySwiperBrands > .swiper-wrapper > .swiper-slide{
    display: flex!important;
    justify-content: center;
}
.sec-catalog-block-price span{
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
    color: rgba(221, 41, 63, 1);
}
.sec-catalog-block-price{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}
.sec-catalog-block-top{
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    margin: 10px 0;
}
.sec-catalog-block-name p{
margin-top: 5px;

}
.sec-catalog-block-catalog-part{
    display: flex;
    align-items: center;
    gap: 5px;
}
.sec-catalog-block-catalog-part p{
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
}
.sec-catalog-block-catalog-part span{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
}
.sec-catalog-block-catalog{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sec-catalog-block-social-part{
    width: 33%;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
.sec-catalog-block-social{
    display: flex;
    gap: 20px;
    margin-top: auto;
}
.sec-catalog-block-social-form{
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
.sec-catalog-container{
    display: flex;
    justify-content: center;
    gap: 20px;
}

.sec-catalog-nav-block{
    box-shadow: 0px 4px 10px 0px rgba(46, 16, 102, 0.25);
    background: rgba(255, 255, 255, 1);
    width: 40px;
    height: 40px;
    gap: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 10px;
    text-align: center;
    text-transform: capitalize;
}
.sec-catalog-nav-block-active{
    background: rgba(21, 21, 21, 1);
}
.sec-catalog-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-top: 50px;
}
.sec-pluses{
    margin-top: 100px;
}
.sec-pluses-container{
    height: 851px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: flex-end;
}
.sec-pluses-block{
    backdrop-filter: blur(29px);
    background: rgba(255, 255, 255, 0.6);
    width: 25%;
    height: 325px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}
.sec-pluses-block span{
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    vertical-align: middle;
}
.sec-pluses-block p{
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    vertical-align: middle;
}
.sec-faq-img-block-text{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.sec-faq-img-block{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    width: 629px;
    height: 750px;
    display: flex;
    padding: 20px;
    align-items: flex-end;
}
.sec-faq-img-block-part{
    background: rgba(255, 247, 247, 1);
    width: 370px;
    padding: 20px 30px;
    display: flex;
    border-radius: 10px ;
    align-items: center;
    gap: 18px;
}
.sec-faq-img-block-text span{
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
}
.sec-faq-img-block-text a{
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
}
.sec-faq-img-block-text{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.sec-faq-img-block-icon svg{
    width: 50px;
}
.sec-faq{
    margin-top: 100px;
}
.sec-faq-container{
    display: flex;
    gap: 65px;
}
.accordion {
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    transition: 0.4s;
}
.sec-faq-block{
    border-bottom: 1px solid rgba(5, 11, 32, 0.2);
    padding-bottom: 35px;
}
.accordion-part span{
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-transform: capitalize;
    background: rgba(21, 21, 21, 1);
    width: 60px;
    height: 60px;
    color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-part{
    display: flex;
    align-items: center;
    gap: 20px;
}
.accordion:after {
    display: flex;
    align-items: center;
    justify-content: center;
    content: url("../img/Path-faq.svg");
    box-shadow: 0px 4px 10px 0px rgba(46, 16, 102, 0.25);
    background: rgba(255, 255, 255, 1);
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

.active:after {
    content: url("../img/Path-active.svg");
}

.sec-catalog-nav-block.tab-btn.active:after {
    display:none;
    
}


.panel {
    padding: 0 80px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.panel p{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
}
.sec-faq-container-into{
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.sec-garant{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 100px;
    padding: 100px 0;
}
.sec-garant-title{
    font-weight: 700;
    font-size: 44px;
    line-height: 54px;
    padding-bottom: 40px;
    text-align: center;
}
.sec-garant-block{
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 1);
    display: flex;
    gap: 20px;
    align-items: center;
    width: 411px;
    border-radius: 10px;
    padding: 50px 40px;
}
.sec-garant-block p{
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}
.sec-garant-container{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}
.sec-garant-container-bottom{
    max-width: 1279px;
    display: flex;
    justify-content: space-between;
    padding-top: 32px;
    padding-bottom: 100px;
    margin: 0 auto;
}
.sec-garant-container-bottom-text{
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    max-width: 738px;
}
.sec-garant-container-bottom a{
    display: flex;
    align-items: center;
    gap: 10px;
}
.sec-garant-pluses-block{
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 1);
    padding: 40px 45px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    gap: 20px;
}
.sec-garant-pluses-block span{
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
}
.sec-garant-pluses-block p{
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}
.sec-garant-pluses{
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.sec-garant-pluses-block-big{
    max-width: 737px;
}
.sec-garant-pluses-block-small{
    max-width: 519px;
}
.sec-top-rev{
    align-items: center;
    justify-content: center;
    text-align: center;
}
.sec-rev{
    margin-top: 100px;
}
.mySwiperRev-avatar > span > img{
    width: 82px;
    height: 82px;
    object-fit: cover;
    border-radius: 50%;
}
.mySwiperRev-block{
    border: 1px solid rgba(5, 11, 32, 0.3);
    border-radius: 10px;
    padding: 40px 30px;
}
.mySwiperRev-avatar-text{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.mySwiperRev-avatar-text span{
    font-weight: 700;
    font-size: 23px;
    line-height: 100%;
    text-transform: capitalize;
}
.mySwiperRev-avatar-text p{
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-transform: capitalize;
}
.mySwiperRev-bottom{
    display: flex;
    gap: 25px;
    align-items: center;
}
.mySwiperRev-name{
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    text-transform: capitalize;
}
.mySwiperRev-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    padding-top: 25px;
    padding-bottom: 45px;
}
.mySwiperRev-note{
    position: absolute;
    right: 28px;
    bottom: 23px;
}
.swiper-pagination-brands2 > .swiper-pagination-bullet, .swiper-pagination-catalog > .swiper-pagination-bullet,.swiper-pagination-rev > .swiper-pagination-bullet,.swiper-pagination-brands > .swiper-pagination-bullet{
    width: 15px!important;
    height: 15px!important;
    background: #151515!important;
}
.swiper-pagination-rev{
    bottom: -65px!important;
}
.swiper-pagination-brands,.swiper-pagination-catalog,.swiper-pagination-brands2{
    bottom: -40px!important;
}
.swiper-pagination-catalog{
    display: none!important;
}
.sec-seo,.sec-form{
    margin-top: 100px;
}
.sec-form-social{
    display: flex;
    gap: 6px;
}
.sec-form-block-text span{
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
}
.sec-form-block-text p{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(98, 105, 112, 1);
}
.sec-form-block-text{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.sec-form-block{
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(218, 218, 218, 1);
    box-shadow: 4px 4px 30px 0px rgba(46, 16, 102, 0.25);
    padding: 40px 80px;
    border-radius: 10px;
    max-width: 1164px;
    margin: 0 auto;
}
.sec-form-input {
    height: 60px;
    width: 485px;
    position: relative;
    padding: 10px;
    align-self: center;
}


.sec-form-input input{
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(218, 218, 218, 1);
    box-shadow: 4px 4px 30px 0px rgba(46, 16, 102, 0.25);
    padding-left: 72px;
    
    width: 100%;
    height: 55px;
    border-radius: 10px;
}
.sec-form-input svg{
    left: 50px;
    top: 43px;
    position: absolute;
}
.sec-form-input-tel svg{
    left: 50px;
    top: 43px;
    position: absolute;
}
.sec-form-input textarea{
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(218, 218, 218, 1);
    box-shadow: 4px 4px 30px 0px rgba(46, 16, 102, 0.25);
    padding-left: 72px;
    height: 100%;
    border-radius: 10px;
    padding-top: 18px;
}
.sec-form-textarea{
    height: 140px;
    width: 100%;
}
.sec-form-block form{
    padding-top: 40px;
    display: flex;
    gap: 31px;
    flex-wrap: wrap;
}
.wpcf7-response-output{
    display: none;
}

.btn-submit{
    margin-top: 65px;
}
.wpcf7
.init{
    display: flex;
    justify-content: center;
}
.wpcf7-response-output{
    display: none;
}
.wpcf7-form {
    justify-content: center;
    align-items: center;
}
.btn-submit{
    margin: 50% auto;
    display: flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    vertical-align: middle;
    border: 1px solid rgba(79, 79, 79, 1);
    width: 150px;
    height: 50px;
    border-radius: 10px;
    background: transparent;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.btn-submit-catalog{

    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(221, 41, 63, 1);
    width: 211px;
    height: 48px;
    color: #fff;
    border-radius: 4px;
}
.btn-submit-catalog svg{
    margin-left: 5px;
}
footer{
    margin-top: 100px;
    background: rgba(21, 21, 21, 1);
    border-radius: 30px 30px 0 0;
    padding: 50px 0;
}
.footer-block p{
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 23px;
    line-height: 24px;
    vertical-align: middle;
}
.footer-block ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-block ul li a,.footer-block ul li{
    font-weight: 400;
    color: white;
    font-size: 18px;
    line-height: 24px;
    vertical-align: middle;
}
.footer-block{
    max-width: 260px;
}
.footer-block p{
    color: white;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    vertical-align: middle;
}

.footer_item-social-link{
    display: flex;
    margin-top: 20px;
    gap: 10px;
}
.footer-container{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.footer-map{
    width: 656px;
    height: 310px;
    border-radius: 10px;
}
.mySwiperBrands-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    gap: 15px;
    border: 1px solid rgba(55, 55, 55, 1);
    backdrop-filter: blur(20px);
    background: rgba(37, 36, 36, 0.7);
    width: 214px;
    height: 172px;
    border-radius: 10px;
    transition: .3s;
}
.mySwiperBrands2-block,.btn-submit,.about-text a,.btn-cart{
    transition: .3s;
}
.mySwiperBrands-block:hover,.mySwiperBrands2-block:hover{
    background: rgba(37, 36, 36, 1);
    transition: .3s;
}
.btn-submit:hover{
    color: #fff;
    background: rgba(37, 36, 36, 1);
    transition: .3s;
}
.about-text a:hover,.btn-cart:hover{
    color: rgba(37, 36, 36, 1);
    border: 1px solid rgba(37, 36, 36, 1);
    background: transparent;
}
.mySwiperBrands-block p{
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: rgba(242, 240, 234, 1);
}
.swiper-button-next:after,.swiper-button-prev:after{
    display: none!important;
}
.swiper-button-next-brand3,.swiper-button-next-brand,.swiper-button-next-brand2,.swiper-button-prev-brand,.swiper-button-prev-brand3,.swiper-button-prev-brand2 {
    width: 45px!important;
    height: 45px!important;
    opacity: 1!important;
}
.swiper-button-next-brand,.swiper-button-next-brand2,.swiper-button-next-brand3{
    right: -50px!important;
}
.swiper-button-prev-brand,.swiper-button-prev-brand2,.swiper-button-prev-brand3{
    left: -50px!important;
}
.sec-brands{
    margin-top: -85px;
}
.mySwiperBrands2-block{
    backdrop-filter: blur(20px);
    border: 1px solid rgba(55, 55, 55, 1);
    background: rgba(37, 36, 36, 0.7);
    width: 100%;
    height: 256px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-prev-brand3,.swiper-button-next-brand3{
    margin-top: 45px!important;
}
.sec-contacts-text span{
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
}
.sec-contacts-text p{
    padding-top: 38px;
    font-weight: 400;
    font-size: 18px;
    line-height: 110.00000000000001%;
}
.contacts-map{
    width: 578px;
    height: 428px;
    border-radius: 10px;
}
.sec-contacts-text{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sec-contacts-text a{
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    display: flex;
    align-items: center;
    gap: 13px;
}
.sec-contacts{
    padding-top: 200px;
}
.sec-contacts-container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 102px;
}
.head-black > span,.head-black li a,.head-black {
    color: #151515;
}
.head-black-input input,.head-black-input input::placeholder{
    border-color: rgba(21, 21, 21, 0.3);
    color: #151515;
}
.header-container-parent-black{
    border-color: rgba(21, 21, 21, 0.1);
}
.logo-header img{
    width: 124px;
}
.about-img img{
    width: 569px;
    height: 552px;
    object-fit: cover;
    border-radius: 10px;
}
.about-text{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.about-text span{
    font-weight: 400;
    font-size: 50px;
    line-height: 100%;
}
.about-text p{
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: rgba(109, 109, 109, 1);
}
.about-text a{
    background: rgba(21, 21, 21, 1);
    width: 197px;
    height: 48px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec-about{
    padding-top: 200px;
}
.about-container{
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    max-width: 1178px;
    margin: 0 auto;
}
.sec1-text p{
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-transform: capitalize;
    color: white;
    padding: 30px 0;
    text-align: center;
}
.sec1-catalog{
    padding-bottom: 197px;
}
.sec1-catalog-form input{
    background: rgba(255, 255, 255, 1);
    width: 588px;
    height: 48px;
    border-radius: 4px;
    border: none;
    font-weight: 400;
    font-size: 14px;
    color: rgba(37, 37, 37, 0.6);
    line-height: 100%;
    padding-left: 30px;
}
.sec1-catalog-form button{
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(221, 41, 63, 1);
    width: 211px;
    height: 48px;
    color: #fff;
    border-radius: 4px;
}
.sec1-catalog-form{
    display: flex;
    gap: 20px;
    justify-content: center;
}
.filter-block{
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 1);
    gap: 30px;
    border-radius: 10px;
    padding-top: 16px;
    padding-right: 29px;
    padding-bottom: 20px;
    padding-left: 29px;
    display: flex;
    flex-direction: column;
}
.filter-block-top span{
    font-weight: 700;
    font-size: 25px;
    line-height: 160%;
}
.filter-block-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filter-block-top p{
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
}
.filter-block-input select{
    width: 100%;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    padding-left: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    line-height: 160%;
    border-bottom: 1px solid rgba(214, 221, 235, 1);
}
.filter-section{
    margin-top: 100px;
}
.filter-block-input input{
    width: 100%;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    padding-left: 40px;
    border: none;
    line-height: 160%;
    border-bottom: 1px solid rgba(214, 221, 235, 1);
}
.filter-block-input{
    position: relative;
    width: 100%;
}
.filter-block-content{
    display: flex;
    gap: 30px;
}
.filter-block-input-icon1-form{
    position: absolute;
    left: 0;
    top: 23px;
    z-index: 2;
}
.filter-block-input-icon1{
    position: absolute;
    left: 0;
    top: 5px; 
}
.filter-block-input-icon2{
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 2
}
.sec-catalog-container-page{
    flex-wrap: wrap;
}
.btn-cart{
    width: 100%;
    height: 54px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(18, 19, 20, 1);
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
}
.cart-catalog{
    padding-top: 200px;
}
.slider-cart-catalog{
    display: flex;
    flex-direction: column;
    gap: 11px;
    max-width: 930px;
}
.swiper-slide-cart-pagination{
    height: 70px!important;
}
.swiper-slide-cart-pagination img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.swiper-slide-cart img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.mySwiperCart2,.mySwiperCart{
    width: 930px!important;
}
.swiper-slide-cart-pagination img{
    opacity: .5;
}
.mySwiperCart > .swiper-wrapper > .swiper-slide-thumb-active > img{
    opacity: 1;
}
.swiper-button-prev-cart ,.swiper-button-next-cart {
    width: 55px!important;
    height: 48px!important;
}
.swiper-button-prev-cart{
    transform: rotate(180deg);
}
.cart-catalog-title{
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
}
.cart-catalog-description{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.cart-catalog-text{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.cart-catalog-date p{
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 20px;
}
.cart-catalog-date-container{
    display: flex;
    gap: 30px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cart-catalog-container{
    display: flex;
    gap: 35px;
}
.cart-catalog-price{
    display: flex;
    align-items: center;
    gap: 20px;
}
.cart-catalog-price span{
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
}
.cart-catalog-price p{
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-transform: capitalize;
    color: rgba(221, 41, 63, 1);
}
.cart-catalog-form > .sec-form-input input{
    box-shadow: none;
    width: 100%;
}
.cart-catalog-form > .sec-form-input {
    width: 100%;
}
.cart-catalog-form,.cart-catalog-form-inputs{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.cart-catalog-form button{
    background: rgba(18, 19, 20, 1);
    width: 100%;
    height: 54px;
    gap: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: white;
}
.cart-catalog-description2{
    margin-top: 30px;
}
.cart-catalog-description-title{
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 30px;
    line-height: 45px;
    letter-spacing: 0px;
}
.cart-catalog-description-content-part-line span,.cart-catalog-description-content-part-line strong{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.cart-catalog-description-content-part-line strong{
    font-weight: 700;
}
.cart-catalog-description-content{
    display: flex;
    gap: 20px;
}
.cart-catalog-description{
    max-width: 930px;
}
.header-menu li a {
    position: relative;
    cursor: pointer;
    line-height: 1; /*задаём высоту строки*/
    text-decoration: none; /*убираем подчёркивание*/

}
.header-menu li a:after {
    display: block;
    position: absolute;
    left: 0; /*изменить на right:0;, чтобы изменить направление подчёркивания */
    width: 0;/*задаём длинну линии до наведения курсора*/
    height: 2px; /*задаём ширину линии*/
    background-color: white; /*задаём цвет линии*/
    content: "";
    transition: width 0.3s ease-out; /*задаём время анимации*/
}

.header-menu li a:hover:after,
.header-menu li a:focus:after {
    width: 100%; /*устанавливаем значение 100% чтобы ссылка подчёркивалась полностью*/
}



.head-black li a:after {
    background-color: #151515; /*задаём цвет линии*/
}
.sec-catalog-block-social-part{
    transition: .3s;
    cursor: pointer;
}
.sec-catalog-block-social-part img{
    max-height: 29px;
}
.sec-catalog-block-social-part:hover{
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.3);
}
/* .sec-form-input-tel svg{
    left: 40px;
    top: 17px;
} */
.sec-catalog-block-social-part-active{
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.3);
    transition: .3s;
}
.cart-catalog-form-inputs{
    display: none;
}
.cart-catalog-form-inputs-active{
    display: flex;
}
.breadcrumb{
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 30px;
}
.breadcrumb a,.breadcrumb p{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.cart-catalog-title{
    padding-bottom: 30px;
}
.cart-catalog-description-content-part-line{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
}

.cart-catalog-description-titles{
    display: flex;
    max-width: 930px;
    width: 100%;
    padding-bottom: 25px;
}
.cart-catalog-description-title{
    text-align: center;
    width: 50%;
    padding-bottom: 10px;
    border-bottom: 1px solid #DADADA;
}
.cart-catalog-description-title-active{
    border-bottom: 1px solid #F52618;
}
.cart-catalog-description-content{
    width: 100%;
}
.cart-catalog-description-content-part{
    width: 50%;
}
.input_search{
    color: #fff;
}
.head-black-input path{
    stroke: #151515;
}
.search_page{
    display: flex;
    padding-top: 200px;
    gap: 20px;
    padding-left: 30px;
}
.swiper-slide a{
    display: contents;
}
.swiper-slide 
.swiper-slide-active 
.swiper-slide-active-next {
    max-width: 350px!important;
}
.filter_button-clean{
    cursor: pointer;
    background: none;
    border: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
}


.innericon{
    position: relative;
    }
    .innericon svg{
    position: absolute;
    top:0;
    }
    .results .item .asl_content h3 a{
        color:#151515 !important;
    }
    .sec-catalog-block-price p {
        font-size: 13px;
    }
    .i4ewOd-pzNkMb-haAclf{
        display:none !important;
    }

