@keyframes slide-down-fixed {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0);
    }
  }
.header__wishlist{
    position: relative;
}
.container{
    width: 100%;
    max-width: 1470px;
    margin: 0 auto;
}
.modal{
    z-index: 10050;
}
.modal-backdrop{
    z-index: 10040;
}
.categories__list--body{
    width: 100vw;
    display: flex;
    padding: 0 15px;
    justify-content: center;
    align-items: center;
    background: #e8e9da;
    position: relative;
}
.categories__list--body.fixed{
    position: fixed;
    left: 0;
    top: 98px;
    z-index: 3000 !important;

}
.categories__list{
    display: flex;
    align-items: center;
    height: 60px;
    margin: 0;
}
.categories__list>li>a{
    font-family: "Arsenal", sans-serif;
    font-size: 16px;
    color: #112e27;
    text-transform: uppercase;
}
.categories__list>li{
    margin-right: 25px;
}
.categories__list>li:last-child{
    margin-right: 0;
}
.categories__list>li>a:hover{
    text-decoration: underline;
}
.header__wrapper{
    display: flex;
    align-items: center;
    position: relative;
}
.modal-header .close{
    z-index: 22 !important;
}
.header{
    background: #112e27;
    z-index: 4;
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 3001;
}
header.header.fixed{
    position: fixed;
    z-index: 3001 !important;

}
.attribute__item {
    display: flex;
    align-items: flex-end;
    max-width: 850px;
    padding: 16px 0;
}
.attribute__item--name {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #3D3B38;
    width: max-content;
    flex-shrink: 0;
    padding-right: 8px;
}
.attribute__item-dashed {
    width: 100%;
    height: 100%;
    border-bottom: 1px dashed #D1D1D1;
}
.attribute__item--text {
    width: max-content;
    flex-shrink: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #3D3B38;
    padding-left: 8px;
}
.header__logo{
    max-width: 70px;
    padding: 5px 0;
    margin-right: 75px;
    flex-shrink: 0;
}
.navigation__elem{
    display: none;
}
.btn-language-menu{
    position: absolute;
    width: 100%;
    min-width: 60px;
    top: calc(100% + 30px);
    left: -10px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 9px 19px 0 rgba(0, 0, 0, 0.1), 0 35px 35px 0 rgba(0, 0, 0, 0.09), 0 78px 47px 0 rgba(0, 0, 0, 0.05), 0 138px 55px 0 rgba(0, 0, 0, 0.01), 0 216px 61px 0 rgba(0, 0, 0, 0);
}
.btn-language-menu>.list-unstyled a{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    font-family: "Arsenal", sans-serif;
    line-height: 1 !important;
    transition: .4s;
}
.btn-language-menu>.list-unstyled a:hover,
.btn-language-menu>.list-unstyled a:focus,
.btn-language-menu>.list-unstyled a:active{
    text-decoration: underline;
}
.telephones__wrapper{
    position: absolute;
    width: 100%;
    min-width: 150px;
    top: calc(100% + 30px);
    left: 0;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 9px 19px 0 rgba(0, 0, 0, 0.1), 0 35px 35px 0 rgba(0, 0, 0, 0.09), 0 78px 47px 0 rgba(0, 0, 0, 0.05), 0 138px 55px 0 rgba(0, 0, 0, 0.01), 0 216px 61px 0 rgba(0, 0, 0, 0);
    z-index: 1111;
}
.information__wrapper{
    position: absolute;
    width: 100%;
    min-width: 250px;
    top: calc(100% + 30px);
    left: 0;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 9px 19px 0 rgba(0, 0, 0, 0.1), 0 35px 35px 0 rgba(0, 0, 0, 0.09), 0 78px 47px 0 rgba(0, 0, 0, 0.05), 0 138px 55px 0 rgba(0, 0, 0, 0.01), 0 216px 61px 0 rgba(0, 0, 0, 0);
    z-index: 1111;
}
.container-cart{
    position: absolute;
    width: 100%;
    min-width: 360px;
    top: calc(100% + 30px);
    right: 0;
    padding: 30px 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 9px 19px 0 rgba(0, 0, 0, 0.1), 0 35px 35px 0 rgba(0, 0, 0, 0.09), 0 78px 47px 0 rgba(0, 0, 0, 0.05), 0 138px 55px 0 rgba(0, 0, 0, 0.01), 0 216px 61px 0 rgba(0, 0, 0, 0);
    z-index: 1111;
}
.title-mini-cart{
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    color: #222b45;
    margin-bottom: 30px;
    padding: 0 15px;
}
.image-product-cart {
    margin-right: 10px;
    min-width: 80px;
    width: 80px;
}
.image-product-cart img{
    border-radius: 10px;
}
.top-product-cart .name-product>a{
    font-size: 16px;
}
.top-product-cart .name-product{
    padding-right: 10px;
}
.list-product-cart{
    overflow: auto;
    max-height: 240px;
}
.item-product-cart{
    display: flex;
    border-bottom: 1px solid #edf1f7;
    margin-bottom: 14px;
    padding: 0 15px 15px 15px;
}
.cart-totals{
    padding: 0 15px;
}
.image-product-cart {
    margin-right: 10px;
    min-width: 80px;
    width: 80px;
}
.information-product-cart {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.top-product-cart {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.top-product-cart .name-product {
    padding-right: 10px;
    margin-bottom: 10px;
}
.name-product a {
    color: #313131;
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    letter-spacing: -0.8px;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.delete-product {
    margin-left: auto;
}
.delete-product button {
    background-color: transparent;
}
.bottom-product-cart {
    display: flex;
    margin-top: auto;
    justify-content: space-between;
    align-items: center;
}
.bottom-product-cart .total-product {
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    color: #222b45;
    font-family: 'Manrope';
}
.qty-spinedit {
    display: flex;
}
.qty-spinedit button {
    width: 30px;
    height: 30px;
    background-color: transparent;
    outline: none;
    border: 1px solid #edf1f7 !important;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.quantity-product .quantity {
    border: none;
    text-align: center;
    background: #fff;
    font-family: 'Manrope';
    font-weight: 700;
    text-align: center;
    color: #313131;
    font-size: 16px;
    line-height: 1;
}
.item-totals.total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 41px;
    margin-top: 5px;
}
.group-cart-button {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
}
a.btn-checkout {
    border-radius: 10px;
    background: #112e27;
    color: #fff;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
    font-weight: 800;
    font-size: 16px;
    text-decoration: none;
}
button.btn-exit {
    color: #222b45;
    font-size: 16px;
    font-weight: 800;
    background: #fff;
    border: 0;
    text-decoration: none;
}
.header__languages,.header__infomenu,.header__cart{
    position: relative;
    z-index: 2;
}
.btn-language{
    font-size: 16px;
    font-family: "Arsenal", sans-serif;
    color: #fff;
    background-color: transparent;
}
.header__languages{
    margin-right: 20px;
}
.header__list{
    margin-left: auto;
}
.info_menu{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-family: "Arsenal", sans-serif;
    background-color: transparent;
    margin-left: 60px;
}
.info_menu>svg{
    margin-right: 13px;
}
.header__list>ul{
    display: flex;
    align-items: center;
}
.header__list>ul>li{
    margin-left: 55px;
}
.header__list>ul>li>a{
    font-size: 16px;
    color: #fff;
    font-family: "Arsenal", sans-serif;
}
.button__call,.button__user,.button__wishlist,.cart__button{
    background-color: transparent;
}
.header__icon{
    margin-left: 30px;
}
.header__call{
    position: relative;
    z-index: 2;
}
#wishlist-total,
#cart-total{
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 14px;
    height: 14px;
    line-height: 1;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 10px;
    color: #000;
    border-radius: 50%;
}
.lock{overflow: hidden;}
.search__block{
    background: #374236;
    border-radius: 25px;
    width: 365px;
    height: 50px;
    position: relative;
}
.search__block>input{
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 25px;
    padding-left: 35px;
    color: #fff;
    padding-right: 45px;
}
.search__block>button{
    position: absolute;
    top: 5px;
    right: 8px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #d49f7d;
}
.block__title{
    font-size: 36px;
    color: #000;
    text-transform: uppercase;
    font-family: "Arsenal", sans-serif;
    margin-top: 0;
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    line-height: 1;
}
.block__title--sticker{
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    color: #000;
    padding-left: 8px;
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 8px;
}
.block__title--sticker::before{
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 50%;
    z-index: 1;
    left: 0;
}
.block__title--sticker>span{
    position: relative;
    z-index: 2;
}
.block__title--sale::before{
    background-color: #ff2a5e;
}
.block__title--new::before{
    background-color: #44d72c;
}
.block__title--top::before{
    background-color: #84e1ff;
}
.product__carousel-heading{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}
.product__carousel-heading>a{
    font-weight: 300;
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: center;
}
.product__carousel-heading>a>svg{
    margin-left: 10px;
    flex-shrink: 0;
}
.product__carousel--button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #1E1E1E;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.product__carousel--prev{
    right: 35px;
}
.swiper-button-disabled{
    opacity: .4;
}
.swiper-pagination-bullet{
    width: 9px;
    height: 9px;
    background-color: #D9D9D9;
    opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #112E27;
}
.manufacturers{
    background-color: #f7f7f7;
    padding-top: 30px;
    padding-bottom: 50px;
}
.product__carousel--pagination{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.hero img{width: 100%;}
.hero__manufacturers--slide{
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 142px !important;
    height: 142px !important;
    background-color: #fff;
    padding: 12px;
    overflow: hidden;
}
.manufacturers .product__carousel--pagination{
    display: none;
}
.product__carousel .swiper-slide{
    width: 330px;
    height: auto;
}
.product__item{
    position: relative;
    border-radius: 24px;
    background-color: #fff;
    padding: 0 5px 5px 5px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: 100%;
}
.product__item--image>a img{
    mix-blend-mode: darken;
    transition: .2s;
}
.swiper-container{
    overflow: hidden;
}
.product__item--rating{
    text-align: center;
    margin-bottom: 12px;
}
.product__item--image{
    margin-bottom: 12px;
    border-radius: 24px;
    overflow: hidden;
}
.product__item--status{
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #141414;
    margin-bottom: 12px;
}
.product__item--status.stock__red{
    color: #ff2a5e;
}
.product__item--name>a{
    font-weight: 400;
    font-size: 16px;
    /* height: 42px; */
    line-height: 130%;
    text-align: center;
    color: #141414;
    display: flex;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; */
    margin-bottom: 5px;
}
.product__item--price{
    font-family: "Arsenal", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #141414;
    text-align: center;
    margin-bottom: 0;
    margin-top: auto;
}
.product__item--price>p{
    margin: 0;
}
.price-old{
    font-size: 12px;
    color: #969696;
    text-decoration: line-through;
    margin-right: 10px;
}
.price-new{
    color: #ff2a5e;
}
.product__item--info{
    padding: 0 35px;
    display: flex;
    flex: 1;
    flex-direction: column;
}
.product__item--buy>button{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 120px;
    width: 100%;
    height: 50px;
    background: #112e27;
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
    padding: 0 25px;
}
.product__item--buy>button svg{
    stroke: #fff;
}
.product__item--buy>button svg rect{
    fill: #fff;
}
.product__item--buttons{
    position: absolute;
    z-index: 2;
    top: 25px;
    right: 25px;
    opacity: 0;
    transition: opacity .4s;
}
.product__item--buttons>button{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product__item--stickers{
    position: absolute;
    top: 25px;
    left: 20px;
    user-select: none;
    pointer-events: none;
    z-index: 1;
}
.sticker{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sticker_sale{
    background: #ff2a5e;
    color: #fff;
}
.sticker_new{
    background: #44d72c;
    color: #fff;
}
.sticker_top{
    background: #84e1ff;
    color: #2e6779;
}
.product__item--buy{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 10px 40px 15px 40px;
    background-color: #f4f4f4;
    border-radius: 0 0 24px 24px;
    opacity: 0;
    z-index: 2;
}

.product__carousel .swiper-container{
    padding-bottom: 150px;
    margin-bottom: -150px;
}
.product__carousel{
    padding-top: 40px;
    padding-bottom: 25px;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}
.product__carousel--buttons{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
}
.product__carousel .product__carousel--prev{
    margin-right: 5px;
}
.product__carousel .product__carousel--pagination{
    margin-bottom: 0;
    margin-top: 60px;
}
.two__banners--wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: end;
}
.two__banners--col img{
    width: 100%;
}
.two__banners{
    padding-top: 20px;
    padding-bottom: 40px;
}
.about__block{
    background: #f7f7f7;
    padding: 20px 0;
    position: relative;
    margin-top: 70px;
}
.about__block::after{
    content: url(/image/ABOUT.png);
    bottom: 20px;
    position: absolute;
    right: 0;
}
.img-responsive{
    max-width: 100%;
    height: auto;
    display: block;
}
.about__block--image{
    position: relative;
    z-index: 1;
    max-width: 960px;
    margin-left: -15px;
}
.about__block--content{
    position: absolute;
    top: 0;
    right: 0;
    max-width: 560px;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about__block--wrapper{
    position: relative;
}
.about__block--title{
    font-size: 128px;
    color: #000;
    font-family: "Arsenal", sans-serif;
    margin-left: -240px;
}
.about__block--text{
    font-size: 16px;
    line-height: 156%;
    color: #000;
}
.about__block--link{
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 29px;
    height: 50px;
    padding: 0 55px;
    background: #000;
    color: #fff;
    width: max-content;
    margin-top: 29px;
}
.about__block--link:hover{
    color: #fff;
}
.about__block--link>svg{
    margin-left: 10px;
}
.about__block>.container{
    max-width: 1600px;
    margin-left: 0;
}
.about__block--image img{
    border-radius: 0 40px 40px 0;
}
.about__block--list{
    display: flex;
    align-items: flex-start;
    position: absolute;
    top: calc(100% - 130px);
    right: 140px;
}
.about__list--item{
    border: 1px solid #d6d7d1;
    border-radius: 103px;
    width: 170px;
    background-color: #fff;
    margin-right: 20px;
    padding: 50px 15px;
    text-align: center;
    font-size: 16px;
    line-height: 156%;
    text-align: center;
    color: #7b7b7b;
}
.about__list--number{
    margin-bottom: 35px;
    font-size: 64px;
    color: #000;
    font-family: "Arsenal", sans-serif;
    line-height: 1;
}
.about__block--subtitle{
    font-family: 'Copyright House Industries', sans-serif;
    font-size: 32px;
    color: #3c4753;
}
.subcategories__title{
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #141414;
    margin-bottom: 12px;
    margin-right: 30px;
}
.subcategories__title>span{
    font-weight: 800;
}
.category__subcategories{
    display: flex;
    align-items: center;
}
.category__subcategories>ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.category__subcategories>ul>li{
    margin-right: 12px;
    margin-bottom: 12px;
}
.category__subcategories>ul>li>a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    border-radius: 133px;
    padding: 14px 26px;
    background: #fff;
    font-size: 16px;
    line-height: 130%;
    color: #000;
    border: 1px solid #D4D4D4;
    text-decoration: none;
}
.category__subcategories>ul>li>a:hover{
    color: #fff;
    background: #768375;
    border: 1px solid #768375;
}
.category__heading--sort{
    width: 100%;
    max-width: 380px;
    display: flex;
    align-items: center;
}
.category__heading--buttons{
    margin-left: auto;
}
.category__heading--sort>span{
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #141414;
    padding-right: 25px;
}
.category__heading{
    display: flex;
    align-items: flex-end;
    margin: 35px 0;
}
.category__heading>h2{
    margin: 0;
    font-family: "Arsenal", sans-serif;
    font-weight: 400;
    font-size: 64px;
    color: #112e27;
}
.category__list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
    column-gap: 23px;
}
.product__item--wrapper{
    position: relative;
}
.row.list__products{
    margin: 0;
    display: flex;
}
.row.list__products .col-sm-12,
.row.list__products .col-sm-3,
.row.list__products .col-sm-9{
    padding: 0;
}
.row.list__products .col-sm-3{
    margin-right: 23px;
    width: 100%;
    max-width: 380px;
    flex-shrink: 0;
}
.row.list__products .col-sm-9{
    width: 100%;
}
.pagination_wraper {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 50px;
    margin-top: 80px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.pagination_block,
.pagination_block>ul{
    width: 100%;
}
.pagination_block>ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination_block>ul>li.prev__link{
    margin-right: auto;
}
.pagination_block>ul>li.next__link{
    margin-left: auto;
}
.pagination>li:not(li.next__link, li.prev__link){
    margin: 0 6px;
}
.pagination>li>a, .pagination>li>span{
    border: none;
    width: 54px;
    height: 54px;
    border-radius: 50% !important;
    background-color: #F4F4F4;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #d49f7d;
    color: #fff;
}
#input-sort,
.product__options select{
    display: none;
}
.product_page{
    background-color: #F4F4F4;
}
.product__body{
    border-radius: 24px;
    background-color: #fff;
    margin-bottom: 15px;
}
.product__body--wrapper{
    display: flex;
    align-items: flex-start;
    padding: 70px 70px 0 70px;
}
.product__images{
    position: relative;
    width: 550px;
    min-width: 1px;
    padding-bottom: 70px;
    flex-shrink: 0;
}
.product__images img{
    border-radius: 11px;
}
.big-img img{
    border: 1px solid #d7d9d9;
}
.small-img img{
    border: 1px solid #112e27;
}
.product__smallimages .slick-slide{
    width: 140px !important;
    padding-right: 12px;
    height: 128px !important;
    opacity: .5;
}
.product__smallimages .slick-slide.slick-current{
    opacity: 1;
}
.product__bigimages{
    margin-bottom: 25px;
}
.product__info{
    padding-left: 55px;
    width: 100%;
    padding-bottom: 70px;
}
.product__info--top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.product__info--model, .product__info--manufacturer{
    font-size: 16px;
    color: #b1b1b1;
}
.product__info--manufacturer>a{
    color: #000;
}
.product__info>h1{
    font-weight: 400;
    font-size: 34px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #141414;
    margin-bottom: 40px;
}
.product__info--status{
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #d5d6d7;
}
.product__info--status .stock{
    border-radius: 118px;
    padding: 4px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.product__info--status .stock.red{
    color: #ff2a5e;
    background-color: rgba(255, 42, 94, .1);
}
.product__info--status .stock.green{
    color: #0ea438;
    background: rgba(14, 164, 56, .1);
}
.section-good{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-good>span{
    font-size: 16px;
}
.section-good .custom-select-container{
    max-width: 415px;
    margin-left: 15px;
}
.product__options{
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d5d6d7;
}
.list-price{
    font-weight: 700;
    font-size: 34px;
    line-height: 129%;
    color: #000;
    margin-bottom: 35px;
}
.list-price .old-price{
    font-weight: 400;
    font-size: 16px;
    line-height: 129%;
    text-decoration: line-through;
    color: #9e9e9e;
}
.product__buttons--right{
    width: 100%;
    max-width: 415px;
}
.product__buttons--left{
    flex-shrink: 0;
}
.product__buttons{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #d5d6d7;
}
.product__buttons button{
    height: 60px;
}
.btn-buy-one{
    width: 100%;
    max-width: 340px;
    background-color: #f4f4f4;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #000;
    position: relative;
}
.btn-buy-one>svg{
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.product__buttons--row{
    display: flex;
    justify-content: space-between;
}
.product__wishlist{
    width: 60px;
    border-radius: 14px;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}
.product__buttons--row:first-child{
    margin-bottom: 15px;
}
.product__buttons--row:last-child{
    padding-bottom: 25px;
}
.number-spinner{
    display: flex;
    align-items: center;
    border-radius: 14px;
    background-color: #f4f4f4;
    overflow: hidden;
    flex-shrink: 0;
}
.number-spinner>button{
    width: 52px;
    background-color: transparent;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.number-spinner>input{
    width: 50px;
    flex-shrink: 0;
    border: none;
    background-color: transparent;
    font-size: 21px;
    color: #000;
    height: 100%;
    text-align: center;
    flex-shrink: 0;
}
.btn-buy{
    width: 100%;
    margin-left: 10px;
    background: #112e27;
    border-radius: 118px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    padding: 0 35px;
}
.text-danger{
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 10px;
    font-size: 12px;
}
.custom-select-container.has-error{
    background-color: rgba(169, 68, 66, .2);
}
.product__tabs{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    font-size: 20px;
    line-height: 150%;
    color: #000;
    text-align: center;
}
.product__tabs--item{
    padding: 20px;
    border-top: 1px solid #d7d9d9;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product__tabs--item:hover,
.product__tabs--item.active{
    border-color: #112e27;
}
.tabs__body{
    border-radius: 24px;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    padding: 50px 70px;
}
.tabs__item{
    display: none;
}
.product__tabs--item span{
    background: #eaebeb;
    padding: 3px;
    border-radius: 50%;
    font-weight: 600;
    margin-left: 15px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: max-content;
    min-width: 30px;
}
.alert.alert-success.alert__product__added{
    z-index: 1090;
}
.alert.alert-success.alert__product__added>svg{
    width: auto;
    margin-bottom: 20px;
}
.alert__heading{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 5px;
}
.alert.alert-success.alert__product__added .alert__product>a{
    color: #667085;
    line-height: 20px;
}
.alert__buttons>a{
    font-size: 14px;
    line-height: 1;
    background-color: #112e27 !important;
    border: 1px solid #112e27;
    height: 44px;
    color:#fff !important;
    display: flex;
    font-weight: 500;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    width: calc(50% - 5px);
}
.product__item--buttons>button.in__wishlist{
    background-color: rgba(17, 46, 39,.2);
}

.alert__buttons>button{
    position: unset !important;
    opacity: 1 !important;
    border-radius: 8px;
    font-size: 14px;
    position: unset;
    line-height: 1;
    background-color: #fff !important;
    border: 1px solid #D0D5DD;
    height: 44px;
    color:#000 !important;
    display: flex;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    width: calc(50% - 5px);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.alert__buttons *{
    float: none;
}
.alert__buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.information__list a{
    font-weight: 500;
    font-size: 16px;
    color: #000;
    font-family: "Arsenal", sans-serif;
    line-height: 1 !important;
    padding: 5px 0;
    display: block;
    font-size: 16px;
}
.program__text--subtitle{
    font-family: 'Copyright House Industries', sans-serif;
    font-size: 32px;
    color: #3c4753;
}
.program__text--title{
    font-family: "Arsenal", sans-serif;
    font-weight: 400;
    font-size: 64px;
    color: #000;
}
.program__text--text{
font-weight: 400;
font-size: 16px;
line-height: 156%;
color: #000;
margin-top: 18px;
}
.program__text{
    max-width: 600;
    padding-right: 20px;
    padding-bottom: 140px;
}
.program__wrapper{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.program{
    padding-top: 50px;
}
ul.dropdown-menu .box_search{
    width: 50%;
    padding: 10px;
  }
  .mobile__search .dropdown-menu,
  .header__search .dropdown-menu{
    flex-wrap: wrap;
    max-height: 700px;
    overflow: auto;
  }
  .box_search li:nth-child(1), .box_search li:nth-last-child(1), .box_search li:nth-last-child(2){
    border: none;
  }
  .box_search li{
    margin-bottom: 12px;
  }
  .dropdown-menu li.disabled .search-suggestion .title{
    font-size: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .no_results{
    font-size: 18px;
  }
  .search-suggestion{
    display: flex;
    width: 100%;
    overflow: hidden;
  }
  .search-suggestion.category{
    align-items: center;
  }
  
  .search-suggestion.product img{
    max-width: 60px;
    border-radius: 6px;
  }

  li:not(.inline, .more) .search-suggestion .center > div{
    margin-bottom: 5px;
  }
  li:not(.inline, .more) .search-suggestion:not(.product) .center > .name{
    margin: 0;
  }
  .search-suggestion.product .price{
    display: flex;
    align-items: flex-end;
    font-size: 16px;
    color: #000;
    margin-top: auto;
    margin-bottom: 0;
  }
  .dropdown-menu li.disabled .search-suggestion .title{
    border: none !important;
  }
  .search-suggestion .name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 1;
    color: #1e1e1e;
    font-weight: 400;
  }
  .search-suggestion.product .price .price-old{
    font-size: 14px;
    color: #979393;
    text-decoration: line-through;
  }
  .search-suggestion.product .price .price-new{
    color: #ff2e2e;
  }
  .search-suggestion .center{
    flex-grow: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
  }
  .information-information-8 .section-information,.information-information-8 .header__mobile,.information-information-8 .header,.breadcrumb{z-index: 3 !important;position: relative;}
  .categories__list--body{
    position: relative;
    z-index: 2;
  }
  .bb{
    position: relative;
    padding-top: 40px;
    padding-bottom: 200px;
}
.information-information-8{
    background: #fcf6f2;
}

.bb__wrapper{
    position: relative;
    z-index: 2;
    max-width: 930px;
}
.bb>img{
    position: absolute;
    top: -100px;
    right: 0;
    max-width: 790px;
    height: auto;
}
.bb__bottom{
    background-image: url("data:image/svg+xml,%3Csvg width='710' height='465' viewBox='0 0 710 465' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 51.373C0 23.0005 23.0005 0 51.373 0H566.627C595 0 618 23.0005 618 51.373V354.954C618 383.326 595 406.327 566.627 406.327H51.373C23.0005 406.327 0 429.327 0 457.699L0 465V51.373Z' fill='%23F5EAE3' /%3E%3Cpath d='M0 51.373C0 23.0005 23.0005 0 51.373 0H658.627C686.999 0 710 23.0005 710 51.373V354.954C710 383.326 687 406.327 658.627 406.327H51.373C23.0005 406.327 0 429.327 0 457.699L0 465V51.373Z' fill='%23F5EAE3' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    width: 710px;
    height: auto;
    padding: 35px 35px 100px 35px;
    margin-top: 50px;
    display: flex;
}
.bb__bottom>img{
    border-radius: 50%;
    width: 64px;
    height: 64px;
    margin-right: 35px;
    flex-shrink: 0;
}
.bb__bottom--text{
    padding-top: 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #141414;
}
.bb__bottom--text p{
    margin-bottom: 20px;
}
.bb__bottom--text a{
    margin-top: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 26px;
    width: 270px;
    height: 55px;
    background: #2c4541;
    font-weight: 700;
    font-size: 14px;
    line-height: 103%;
    color: #fff;
}
.bb_over{
    font-weight: 400;
    font-size: 40px;
    color: #595959;
    padding-left: 15px;
}
.bb__title{
    font-family: "Arsenal", sans-serif;
    font-weight: 400;
    font-size: 168px;
    line-height: 67%;
    color: #374236;
}
.bb__under{
    font-family: 'Lemon Tuesday', sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: #595959;
    text-align: right;
    padding-top: 40px;
}
.services .container{
    max-width: 1680px;
    margin-left: 0;
    padding-left: 0;
}
.services__wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.services__wrapper img{
    max-width: 711px;
}
.services__list{
    width: 100%;
    max-width: 830px;
}
.services__item{
    border: 1px solid rgba(148, 145, 145, .2);
    border-radius: 10px;
    margin-bottom: 12px;
}
.services__item--title{
    padding: 17px 17px 17px 24px;
    font-weight: 700;
    font-size: 18px;
    color: #141414;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.expanded .services__item--title svg{
    transform: rotate(180deg);
}
.services__item--list{
    display: none;
    padding-left: 24px;
    padding-right: 16px;
    border-top: 1px solid rgba(148, 145, 145, .2);
    padding-bottom: 22px;
}
.services__item--list *{
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #141414;
}
.services__item--list li{
    display: flex;
    justify-content: space-between;
    padding-top: 22px;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(148, 145, 145, .2);
}
.services__item--list li b{
    padding-left: 50px;
    font-weight: 700;
}
.information-information-8 .communication{
    background-color: transparent !important;
}
.information-information-8 section.carousel-partner{
    background-color: #ede8e4 !important;
}
.buttons .pull-right a,
.buttons .pull-right button{
    height: 60px;
    width: max-content;
    padding: 0 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 118px;
    background: #112e27;
    font-weight: 400;
    font-size: 18px;
    line-height:1;
    color: #fff;
}
.buttons .pull-right a:hover,
.buttons .pull-right a:focus,
.buttons .pull-right a:active,
.buttons .pull-right button:hover,
.buttons .pull-right button:focus,
.buttons .pull-right button:active{
    outline: none;
    background: #112e27;
}
#product-manufacturer #content a{
    font-size: 16px;
    color: #112e27;
}
.link__widget{
    width: 80px;
    height: 80px;
    position: fixed;
    z-index: 22;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #112e27;
    display: none;
    justify-content: center;
    align-items: center;
    right: 30px;
    bottom: 90px;
}
.information-information-8 .link__widget{
    display: flex;
}
.link__widget a{
    position: relative;
    z-index: 22;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    letter-spacing: 1.5;
    text-align: center;
}
.pulse::after,
.pulse::before {
  content: '';
  position: absolute;
  border: 3px solid #112e27;
  left: -20px;
  opacity: 0;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: pulse 4.5s linear infinite;
  -webkit-animation: pulse 4.5s linear infinite;
}

.pulse::after {
  animation-delay: 2.25s;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.information-information-8 .categories__list--body,
.information-information-7 .categories__list--body{
    display: none;
}
.information-information-8 .mobile__search,
.information-information-7 .mobile__search{
    display: none;
}
.icoarrow{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 40px;
    height: 100%;
}
.icoarrow svg{
    width: 8px;
}
@media (max-width: 1600px) {
    .services__list{
        margin-left: 30px;
        flex-shrink: 0;
    }
    .services__wrapper img{
        max-width: 480px;
    }
    .categories__list>li{
        margin-right: 13px;
    }
}
@media (max-width: 1439px) {
    .header__logo{
        margin-right: 25px;
    }
    .header__list>ul>li{
        margin-left: 25px;
    }
    .categories__list>li>a{
        font-size: 14px;
    }
    .about__block--list{
        left: 40px;
    }
    .bb>img{
        max-width: 550px;
    }
    .services__wrapper img{
        max-width: 380px;
    }
}
@media (max-width: 1279px) {
    .bb>img{
        max-width: 370px;
    }
    .bb{
        padding-top: 70px;
        padding-bottom: 40px;
    }
    .services__wrapper{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .services__list{
        margin-left: 0;
        margin-top: 40px;
    }
    .header__logo{
        margin-right: 15px;
    }
    .search__block{
        width: 250px;
    }
    .header__icon,
    .info_menu,
    .header__list>ul>li{
        margin-left: 15px;
    }
    .categories__list--body.fixed{
        top: 79px;
    }
    .header__logo{
        max-width: 55px;
    }
    .about__block--image{
        left: -100px;
    }
    .about__list--item{
        padding: 25px;
        width: fit-content;
        display: flex;
        align-items: center;
        height: 140px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .about__list--number{
        margin-bottom: 0;
        margin-right: 40px;
    }
    .about__block--list{
        flex-direction: column;
        left: 110px;
        top: 10px;
    }
    .about__block--title{
        margin-left: 0;
    }
    .product__info{
        padding-left: 20px;
    }
    .product__body--wrapper{
        padding: 30px 30px 0 30px;
    }
    .tabs__body{
        padding: 30px;
    }
    .product__images{
        width: 450px;
    }
    .product__smallimages .slick-slide{
        width: 110px !important;
        padding-right: 10px;
        height: 100px !important;
    }
    .section-good .custom-select-container{
        max-width: 270px;
    }
    .list-price{
        margin-right: 15px;
    }
    .services .container{
        padding-left: 15px;
    }
    .categories__list>li{
        margin-right: 10px;
    }
    .categories__list>li>a{
        font-size: 12px;
    }
}
@media (max-width: 1080px) {
    .bb__title{
        font-size: 65px;
    }
    .bb_over{
        font-size: 16px;
    }
    .bb__under{
        font-size: 20px;
        padding-top: 20px;
    }
    .bb__bottom{
        margin-left: auto;
        margin-right: auto;
    }
    .bb__top{
        max-width: 360px;
    }
    .product__body--wrapper{
        flex-direction: column;
        align-items: center;
    }
    .section-good .custom-select-container{
        max-width: 90%;
    }
    .product__info{
        padding-left: 0;
    }
    .product_page{
        background-color: #fff;
    }
    .about__block--title{
        padding-bottom: 450px;
    }
    .about__block--wrapper{
        padding-bottom: 350px;   
    }
    .about__block--content{
        justify-content: flex-start;
    }
    .about__block--subtitle{
        text-align: right;
    }
    .about__block--image{
        top: 120px;
    }
    .two__banners--wrapper{
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .two__banners--col img{
        margin: 0 auto;
    }
    .about__block--text{
        margin-top: auto;
    }
}
@media (min-width: 1025px) {
    .product__item:hover{
        background-color: #f4f4f4;
        border-radius: 24px 24px 0 0;
    }
    .product__item:hover .product__item--buttons{
        opacity: 1;
    }
    .product__item:hover .product__item--buy{
        opacity: 1;
    }
    .link__widget{right: 15px;bottom: 90px;}
}
@media (max-width: 1024px) {
    .product__item--info{
        padding: 0;
    }
    .about__block{
        margin-top: 20px;
    }
    .product__carousel{
        margin-bottom: 0;
        padding-top: 20px;
    }
    .two__banners{
        padding-bottom: 10px;
    }
    .product__carousel .product__carousel--pagination{
        margin-top: 20px;
    }
    .program__wrapper{
        flex-direction: column;
        align-items: flex-start;
    }
    .program__text{
        padding-bottom: 20px;
    }
    .program__image{
        margin-left: auto;
    }
    .about__block--image{
        top: 95px;
    }
    .product__item--buttons{
        opacity: 1;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        border-radius: 50%;
        top: 50px;
        right: 7px;
    }
    .product__item--buttons>button{
        width: 40px;
        height: 40px;
    }
    .product__item--buy{
        opacity: 1;
        padding: 0;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        border-radius: 50%;
        top: 5px;
        right: 7px;
        left: unset;
        width: 40px;
        height: 40px;
    }
    .product__item--buy>button>span{
        display: none;
    }
    .product__item--buy>button svg{
        stroke: #000;
    }
    .product__item--buy>button{
        width: 40px;
        height: 40px;
        background-color: #fff;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product__item--stickers{
        top: 5px;
        left: 5px;
    }
    .category__heading>h2{
        font-size: 44px;
        width: 100%;
        margin-bottom: 20px;
    }
    .category__heading{
        margin: 25px 0;
        flex-wrap: wrap;
    }
    .about__block--wrapper{
        padding-bottom: 680px;
    }
    .about__block--image img{
        border-radius: 0;
    }
    .about__block--image{
        left: 0;
    }
    .about__block--image{
        margin-right: -15px;
    }
    .about__block--list{
        left: 10px;
    }
    .about__block--list{
        top: calc(100% - 70px);
    }
    ul.dropdown-menu .box_search{
        width: 100%;
      }
}
@media (max-width: 767px) {
    .about__block{
        margin-top: 20px;
    }
    .product__carousel-heading>a{
        font-size: 14px;
    }
    .block__title--sticker>span{
        display: none;
    }
    .block__title--sticker::before{
        display: none;
    }
    .bb>img{
        max-width: 230px;
    }
    .bb__bottom{
        width: 100%;
        flex-direction: column;
        max-width: 370px;
        background-image: url("data:image/svg+xml,%3Csvg width='370' height='525' viewBox='0 0 370 525' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 51.373C0 23.0005 23.0005 0 51.373 0H270.683C299.056 0 322.056 23.0005 322.056 51.373V407.383C322.056 435.755 299.056 458.756 270.683 458.756H51.3729C23.0004 458.756 0 481.756 0 510.129L0 525V51.373Z' fill='%23EDEDE3' /%3E%3Cpath d='M0 51.373C0 23.0005 23.0005 0 51.373 0H318.627C347 0 370 23.0005 370 51.373V407.383C370 435.755 347 458.756 318.627 458.756H51.3729C23.0004 458.756 0 481.756 0 510.129L0 525V51.373Z' fill='%23F5EAE3' /%3E%3C/svg%3E");
        padding: 22px 22px 100px 22px;
    }
    .services__item--list li b{
        padding-left: 20px;
        flex-shrink: 0;
    }
    .bb__bottom a{
        display: none;
    }
    .program__text--subtitle{
        font-size: 24px;
    }
    .program__text--title{
        font-size: 36px;
    }
    .program__text--text{
        font-size: 14px;
    }
    .about__block--title{
        font-size: 90px;
    }
    .about__block--text{
        margin-top: auto;
    }
    .hero__manufacturers--slide{
        width: 90px !important;
        height: 90px !important;
        padding: 6px;
    }
    .about__block--wrapper {
        padding-bottom: 800px;
    }
    .about__block--link{
        margin-bottom: 40px;
    }
    .section-advantages.horizontally{
        grid-template-columns: 1fr;
    }
    .item-advantage{
        padding: 24px 0;
        border-bottom: 1px solid #d5d6d7;
    }
    .item-advantage:nth-child(even){
        padding-left: 0;
    }
    .product__info{
        padding-bottom: 55px;
    }
    .container{
        padding-left: 10px;
        padding-right: 10px;
    }
    .product__images{
        padding-bottom: 25px;
    }
    .product__info--top{
        margin-bottom: 25px;
    }
    .product__info>h1{
        margin-top: 0;
        font-size: 24px;
        margin-bottom: 22px;
    }
    .product__info--status{
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .product__options{
        padding-bottom: 20px;
    }
    .breadcrumb{
        margin-top: 15px;
    }
    .section-good .custom-select-container{
        max-width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    .category__heading--sort .custom-select-opener{
        padding: 16px 35px 16px 25px
    }
    .category__heading--sort .custom-select-container *{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        width: 100%;
    }
    .category__heading--sort  .custom-select-opener::after{
        right: 10px;
    }
    .section-good{
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0;
    }
    .product__tabs--item{
        padding: 15px 10px;
    }
    .product__tabs{
        font-size: 16px;
    }
    .product__tabs--item span{
        display: none;
    }
    .tabs__body{
        padding: 25px 0 0 0;
    }
    .block__title{
        font-size: 30px;
        text-align: left;
        text-transform: inherit;
        max-width: calc(100% - 60px);
    }
    .product__carousel-heading{
        align-items: flex-start;
    }
    .product__carousel{
        margin-top: 10px;
    }
    .product__carousel .swiper-slide{
        width: 180px !important;
    }
    .product__item--status{
        font-size: 12px;
    }
    .product__item--name>a{
        font-size: 14px;
        /* height: 37px; */
    }
    .pagination_wraper{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .subcategories__title{
        display: none;
    }
    .category__list{
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 8px;
    }
}
@media (max-width: 650px) {
    .about__block::after{
        right: unset;
        left: 0;
        bottom: 150px;
    }
    .program__image{
        margin-top: -60px;
    }
    .container-cart{
        min-width: unset;
    }
    .category__heading--sort>span{
        display: none;
    }
    .product__buttons{
        flex-direction: column;
    }
    .product__buttons--left{
        width: 100%;
    }
    .list-price{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .product__buttons{
        position: relative;
    }
    .product__buttons--right{
        max-width: 100%;
    }
    .product__wishlist{
        flex-shrink: 0;
    }
    .btn-buy-one{
        /* max-width: calc(100% - 170px); */
        margin-left: auto;
    }
}
@media (max-width: 500px) {
    .product__images{
        width: 100%;
    }
    .btn-buy-one>svg{
        left: 10px;
        /* padding-left: 10px; */
    }
    .btn-buy-one>span{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .btn-buy-one{
        justify-content: flex-start;
        padding-left: 45px;
    }
    .product__body--wrapper{
        padding: 0;
    }
    .product__smallimages .slick-slide{
        width: 93 !important;
        padding-right: 8px;
        height: 85px !important;
    }
}
.loyalty__description{
    margin-top: 140px;
    margin-bottom: 70px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #000;
}
.loyalty__description h2{
    font-size: 36px;
    text-align: center;
    color: #000;
    margin-top: 0;
    margin-bottom: 20px;
}
.form-send{
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 220px;
}
.form-send input{
    width: 100%;
    height: 80px;
    border-radius: 20px;
    box-shadow: 0 4px 27px 0 rgba(0, 0, 0, 0.09);
    background: #fff;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #535a64;
    padding-left: 30px;
    padding-right: 50px;
}
.group-password>div,
.form-send>div>div{
    margin-bottom: 20px;
}
#send_anketa{
    box-shadow: 0 4px 27px 0 rgba(0, 0, 0, 0.09);
    background: #2c4541;
    border-radius: 20px;
    width: 100%;
    height: 80px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#message_register>div{margin: 0;}
#message_register,
.message-program{
    width: max-content;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.4;
    padding: 20px 40px;
    border-radius: 10px;
    color: #fff;
    background-color: rgba(17, 46, 39, .6);
}
.group-password > div {
    position: relative;
}
.view_pass{
    position: absolute;
    top: calc(50% - 12px);
    z-index: 1;
    right: 20px;
    background-color: transparent;
}
.loyalty__list--item{
    border: 1px solid #e7e7e7;
    border-radius: 15px;
    padding: 60px 45px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #727272;
}
.loyalty__list--title{
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #141414;
    margin-top: 12px;
    margin-bottom: 8px;
}
.loyalty__list--item span{
    font-size: 16px;
    line-height: 130%;
    color: #141414;
}
.loyalty__list--wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1150px;
    margin: 50px auto 60px auto;
}
.loyalty__image img{
    margin: 0 auto;
}
.loyalty__list--heading{
    font-family: "Arsenal", sans-serif;
    font-weight: 400;
    font-size: 36px;
    color: #000;
    text-align: center;
    margin-top: 47px;
}
.loyalty__hero--body{
    padding: 45px 0;
    margin-left: -10px;
}
.loyalty__hero--body>span{
    font-weight: 400;
    font-size: 16px;
    color: #1e1e1e;
    padding-left: 10px;
}
.loyalty__title{
    font-family: "Arsenal", sans-serif;
    font-weight: 400;
    font-size: 96px;
    line-height: 94%;
    color: #112e27;
    max-width: 980px;
    margin-top: -5px;
    margin-bottom: 40px;
}
.loyalty__link{
    border-radius: 25px;
    width: 100%;
    max-width: 200px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e8c08b;
    font-weight: 400;
    font-size: 16px;
    line-height: 187%;
    color: #fff;
}
.loyalty__title--text{
max-width: 400px;
font-weight: 400;
font-size: 16px;
line-height: 187%;
color: #000;
margin-bottom: 30px;
}
@media (max-width: 1023px) {
    .loyalty__list--wrapper{
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767px) {
    .loyalty__title{
        font-size: 54px;
        margin-top: 5px;
    }
    .loyalty__hero--body{
        margin-left: 0;
    }
    .loyalty__hero{
        background-position: center;
    }
    .loyalty__description h2{
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .loyalty__title{
        font-size: 46px;
        margin-top: 20px;
    }
    .loyalty__list--heading{
        margin-top: 20px;
    }
    .loyalty__list--wrapper{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .loyalty__description{
        margin-top: 40px;
        margin-bottom: 30px;
    }
}
#modal-forgotten .modal-dialog{
    max-width: 330px;
}
legend{
    border: none;
}
/* font-family: "Manrope", sans-serif; */
/* font-family: "Arsenal", sans-serif; */
/* font-family: "Inter", sans-serif; */