@media(min-width:1920px) {
    html {
        font-size: 1px;
    }
}

* {
    box-sizing: border-box;
    
}
:root{
    --work-width: 1560rem;
    --font-a: 16rem;
    --font-p: 16rem;
    --font-h1: 56rem;
    --font-h2: 40rem;
    --font-h3: 20rem;
    --font-h4: 16rem;
    --font-h5: 16rem;
    --font-h6: 16rem;
    --green: #2EA40A;
    --green-hover: #30CD00;
    --black: #202020;
    --font-family: "Involve", sans-serif;
}
html {
    font-size: 0.052084vw;
    scroll-behavior: smooth;
    margin: 0 auto;
    padding: 0;
}

body {
    font-size: 16rem;
    font-family: var(--font-family);
    position: relative;
    z-index: 1;
    margin: 0 auto;
    line-height: 130%;
    font-weight: 500;
}
main{
    min-height: 80vh;
}
a,
p {
    color: var(--black);
    font-size: var(--font-a);
    font-weight: 500;
    line-height: 130%;
    text-decoration: none;
    transition: all ease .5s;
}
p{
    padding-bottom: 8rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
a[href]:hover{
    color:var(--green-hover)
}
section{
    width: 100%;
    position: relative;
    overflow: hidden;
}
h1, .h1{
    font-size: var(--font-h1);
    font-weight: 600;
    line-height: 130%;
}
h2, .h2{
    font-size: var(--font-h2);
    font-weight: 600;
    line-height: 130%;
}
h3, .h3{
    font-size: var(--font-h3);
    font-style: normal;
    font-weight: 600;
}
h4, .h4{
    font-size: var(--font-h4);
    line-height: normal;
}
h5, .h5{
    font-size: var(--font-h5);
    line-height: 150%;
}
h6, .h6{
    font-size: var(--font-h6);
    line-height: 150%;
}
input{
    padding: 0 16rem 8rem;
    font-family:  var(--font-family);
    font-size: 24rem;
    line-height: 120%;
    border-radius: 0;
    border: none;
    border-color: var(--gray);
    width: 100%;
    border-bottom: 1rem solid rgba(255, 255, 255, 0.42);
}
input:focus { outline: none; }  
path{
    transition: all .3s;
}
input::placeholder{
	opacity:0.7;
}
.no-scroll{
    overflow: hidden;
}
.row{
    width: 100%;
}
.container{
    width: var(--work-width);
    margin: 0 auto;
}
.mobileBlockMenu{
    display: block;
    position: fixed;
    left: 0;
    width: 100%;
    top:-100%;
    background-color: #fff;
    transition: all ease .5s;
    z-index: 1200;
}
.mobileBlockMenu.active{
    top:0;
}
.mobileBlockTop{
    display: flex;
    justify-content: space-between;
    height: 100rem;
    align-items: center;
    padding: 20rem 24rem;
    border-bottom: 1rem solid #F1F2F6;
}
.mobileBlockExit img{
    height: 60rem;
    width: 60rem;
    object-fit: contain;
}
.mobileBlockBody{
    padding: 30rem 24rem;
    border-bottom: 1rem solid #F1F2F6;
}
.search-box{
    width: auto;
}
.search-box form{
    display: flex;
    position: relative;
}
.search-box form input{
    width: 600rem;
}
.search-box button{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: var(--green);
    transition: all ease 0.5s;
    border: none;
    border-radius: 6rem;
}
.search-box button:hover{
    opacity: 0.8;
}
.mobileBlockItemMenu ul{
    list-style-type: none;
    margin: 24rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.mobileBlockItemMenu ul li{
    width: 100%;
}
.mobileBlockItemMenu ul a{
    display: block;
    padding: 20rem 0;
    font-size: 20rem;
    color: var(--black);
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1rem solid #F1F2F6;
}
.popupBlock{
	display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 600rem;
    background: white;
    padding: 30rem;
    box-shadow: 0 4rem 8rem rgba(0, 0, 0, 0.1);
    z-index: 1000;
    box-sizing: border-box;
    border-radius: 30rem;
}
.close-btn {
    position: absolute;
    right: 30rem;
    top: 30rem;
}
.close-btn img {
    width: 40rem;
    cursor: pointer;
}
.boxProdPopup {
    display: flex;
    flex-direction: column;
    align-items: center;
	gap:20rem;
}
.prodPopupTitle {
    font-size: var(--font-h2);
    font-weight: 600;
    text-align: center;
}
.boxProdPopup p {
    text-align: center;
}
.popupBlock .wpcf7{
	width: 100%;
}
.boxProdPopup input {
    border-radius: 5rem;
    background: #E6E6E6;
    padding: 13rem 30rem;
    width: 100%;
    color: #898989;
    font-size: 16rem;
    font-weight: 400;
    line-height: 24rem;
    border: none;
}
.cfBox{
    display: flex;
    flex-wrap: wrap;
    gap: 30rem;
}
.cfBoxFull{
    width: 100%;
}
.cfBoxMedium{
    width: calc(50% - 15rem);
}
.cfBoxMin{
    width: calc(100% / 3 - 20rem);
}
.cfBox input {
    border-radius: 5rem;
    background: none;
    padding: 13rem 30rem;
    width: 100%;
    color: var(--black);
    font-size: 16rem;
    font-weight: 400;
    line-height: 24rem;
    border: none;
	font-family: var(--font-family);
}
.cfBox textarea {
    border-radius: 5rem;
    width: 100%;
    background: #FFF;
    padding: 20rem 40rem;
    font-size: 16rem;
    height: 130rem;
    font-family: var(--font-family);
}
.cfBox input.wpcf7-submit {
    color: #FFF;
    background: var(--akcent);
    cursor: pointer;
}
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999; 
    transition: all ease .5s;
}
#overlay.active{
    display: block;
}
.breadcrumbs ol{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap:8rem;
}
/* Делаем ссылку флекс-контейнером */
.mobile-nav-menu li.menu-item-has-children > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding, background и т.д. */
}

/* Сама иконка */
.my-mobile-arrow {
    display: inline-flex;
    transition: transform 0.3s;
}

/* Если хотим вращать стрелку при открытом подменю */
.my-mobile-arrow.opened {
    transform: rotate(180deg);
}

/* Скрываем подменю по умолчанию */
.mobile-nav-menu .sub-menu {
    display: none;
}

.goods-preloader {
    text-align: center;
    padding: 30rem 0;
    font-size: 16rem;
    color: #555;
}

.faq__item {
    border-bottom: 1rem solid #ccc;
    padding: 15rem 0;
}
.faq__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.faq__answer-inner{
    padding-top: 24rem;
}
.faq__question span{
    font-size: 24rem;
    font-weight: 600;
}
.faq__question span:first-child{
    width: calc(100% - 60rem);
    line-height: 120%;
}
.faq__icon svg {
    display: block;
}
svg.faq-icon-minus{
    display: none;
}
.faq__item.active .faq-icon-plus {
    display: none;
}
.faq__item.active .faq-icon-minus {
    display: block;
}
.faq__answer {
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease;
}

.desctop-header{
    position: absolute;
    top: 16rem;
    left: 0;
    z-index: 10;
    transition: all .3s;
    display: block;
}
.mobile-header{
    display: none;
}
.desctop-header.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(8px);
    z-index: 100;
    color: #000;
}

.header__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1rem solid var(--black);
    border-radius: 50rem;
    padding: 8rem 16rem;
}
.home .header__top{
    border-color: #fff;
}
.header__nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 70rem;
}
.header__nav ul a{
    color: var(--black);
    font-weight: 500;
    line-height: 100%;
}
.home .header__nav ul a{
    color: #fff;
}
.home .header__nav ul a:hover,
.home .header__bottom ul a:hover{
    color: var(--green);
}
.header__logo{
    width: 90rem;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--black);
    display: inline-block;
}
.home .header__logo{
    color: #fff;
}
.header__right{
    display: flex;
    align-items: center;
    gap: 16rem;
}
.header__btn{
    display: flex;
    align-items: center;
    gap: 8rem;
    padding: 8rem;
    border-radius: 50rem;
    border: 1rem solid var(--black);
    color: var(--black);
}
.home .header__btn{
    border-color: #fff;
    color: #fff;
}
.header__btn svg path{
    fill: var(--black);
}
.header__btn:hover svg path{
    fill:var(--green);
}
.home .header__btn svg path{
    fill: #fff;
}
.header__btn:hover{
    border-color: var(--green-hover);
}
.header__bottom{
    padding-bottom: 16rem;
}
.header__bottom ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16rem;
}
.header__social path{
    fill: var(--black);
}
.home .header__social path{
    fill: #fff;
}
.header__social svg:hover path{
    fill: var(--green)
}
.header__bottom ul a{
    color: var(--black);
}
.home .header__bottom ul a{
    color: #fff;
}
.hero__background{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header__social{
    display: flex;
    align-items: center;
    gap: 16rem;
}
.hero__container{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: end;
}
.hero__box{
    position: relative;
    z-index: 5;
    width: 740rem;
    padding: 40rem;
    border-radius: 30px;
    border: 1px solid rgba(201, 201, 201, 0.12);
    background: rgba(47, 47, 47, 0.54);
    backdrop-filter: blur(2px);
    color: #fff;
}
.hero__box h2{
    font-size: 24rem;
    margin-top: 16rem;
}
.hero__link{
    margin-top: 64rem;
    display: flex;
    align-items: center;
    gap: 16rem;
}
.hero__link a{
    flex: 1;
    padding: 15rem 24rem;
    background-color: var(--green);
    color: #fff;
    text-transform: uppercase;
    font-size: 18rem;
    font-weight: 600;
    line-height: 100%;
    border-radius: 10rem;
}
.hero__links svg{
    width: 48rem;
    height: 48rem;
}
.hero__link a:hover{
    background-color: var(--green-hover);
    color: #fff;
}
.about{
    padding: 140rem 0 70rem;
}
.title__h2{
    padding-bottom: 16rem;
    border-bottom: 1rem solid var(--green);
    text-transform: uppercase;
    font-size: 40rem;
    margin-bottom: 40rem;
}
.about__block{
    display: flex;
    gap: 24rem;
}
.about__image,
.about__content{
    width: 50%;
}
.about__image img{
    height: 500rem;
    width: 100%;
    object-fit: cover;
    border-radius: 15rem;
}
.about__content h3{
    font-size: 24rem;
    margin-bottom: 16rem;
    line-height: 120%;
}
.about__content a{
    margin-top: 40rem;
    text-align: center;
    padding: 8rem;
    width: 100%;
    border-radius: 10rem;
    background-color: var(--green);
    color: #fff;
    display: block;
    font-size: 18rem;
    line-height: 120%;
}
.about__content a:hover{
    background-color: var(--green-hover);
    color: #fff;
}
.advant{
    margin: 70rem 0;
    padding: 96rem 0;
}
.advant__container{
    z-index: 3;
    position: relative;
}
.advant .title__h2{
    color: #fff;
}
.advant__background{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.advant__items{
    display: flex;
    flex-wrap: wrap;
    gap: 24rem;
}
.advant__item{
    padding: 40rem 24rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16rem;
    border-radius: 30rem;
    border: 1rem solid rgba(201, 201, 201, 0.12);
    background: rgba(47, 47, 47, 0.54);
    backdrop-filter: blur(2rem);
    color: #fff;
    width: calc(100% / 3 - 16rem);
}
.advant__item hr{
    width: 80rem;
    border-color: var(--green);
}
.advant__item p{
    text-align: center;
    color: #fff;
    width: 410rem;
    font-size: 18rem;
    line-height: 120%;
}
.goods{
    padding: 70rem 0;
}
.goods__tab ul{
    list-style-type: none;
    margin: 0 0 40rem;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 70rem;
}
.goods__tab ul a{
    font-size: 24rem;
    font-weight: 600;
}
.goods__tab ul a:hover{
    color: var(--green-hover);
}
.goods__tab ul a.active{
    color: var(--green);
}
.slide-arrow{
    width: 40rem;
    height: 40rem;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50rem;
    border: 1rem solid var(--green);
    cursor: pointer;
    transition: all .3s;
}
.slide-arrow:hover{
    background-color: var(--green);
}
.slide-arrow:hover path{
    fill: #fff;
}
.slide-arrow svg{
    height: 20rem;
}
.goods__bot,
.news__bot{
    margin-top: 24rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.goods__controll,
.news__controll{
    display: flex;
    align-items: center;
    gap: 16rem;
}
.goods__bot>a,
.news__bot>a{
    padding: 10rem 16rem;
    border-radius: 10rem;
    border: 1rem solid var(--green);
    background: #fff;
    font-size: 18rem;
    display: inline-block;
}
.goods__bot>a:hover,
.news__bot>a:hover{
    background-color: var(--green);
    color: #fff;
}
.goods__item{
    padding: 16rem;
    border-radius: 20rem;
    border: 1rem solid rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 16rem;
    justify-content: space-between;
}
a.goods__top:hover{
    color: var(--black);
}
.goods__image img{
    height: 340rem;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.goods__title{
    font-size: 24rem;
    margin: 24rem 0 16rem;
    font-weight: 600;
    line-height: 110%;
}
.goods__top ul{
    list-style-type: none;
    margin: 16rem 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8rem;
}
.goods__top ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #939393;
    font-size: 18rem;
}
.goods__top ul li span{
    display: block;
    width: 55%;
    color: var(--black);
    text-align: right;
}
.goods__price{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16rem;
}
.goods__price-left{
    color: #939393;
    font-size: 18rem;
}
.goods__price-right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8rem;
}
.goods__price-right .goods__price-new{
    font-size: 24rem;
    color: var(--black);
    font-weight: 600;
}
.goods__price-old{
    font-size: 16rem;
    text-decoration: underline;
    color: #939393;
}
.goods__bottom{
    display: flex;
    align-items: center;
    gap: 8rem;
}
.goods__one-click{
    width: 50%;
    text-align: center;
    padding: 10rem 12rem;
    border-radius: 10rem;
    border: 1rem solid var(--green);
    background: #fff;
    font-size: 18rem;
    display: inline-block;
    transition: all .3s;
    cursor: pointer;
}
.goods__one-click:hover{
    background-color: var(--green);
    color: #fff;
}
.goods__add{
    text-align: center;
    padding: 11rem;
    width: 50%;
    border-radius: 10rem;
    background-color: var(--green);
    color: #fff;
    display: block;
    font-size: 18rem;
    line-height: 120%;
    transition: all .3s;
    cursor: pointer;
}
.goods__add:hover{
    background-color: var(--green-hover);
}
.consultation__block{
    position: relative;
    padding: 64rem;
    border-radius: 20rem;
    background-color: var(--green);
    color: #fff;
    margin-top: 220rem;
}
.consultation__image{
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;
    height: 700rem;
}
.consultation__block h3{
    margin-bottom: 24rem;
    text-transform: uppercase;
    font-size: 40rem;
    font-weight: 600;
    line-height: 120%;
}
.consultation__block>p{
    color: #fff;
    font-size: 24rem;
    font-weight: 400;
    margin-bottom: 40rem;
}
.cons-block{
    width: 760rem;
    display: flex;
    flex-wrap: wrap;
    gap: 40rem 64rem;
}
.item-100{
    width: 100%;
}
.item-50{
    width: calc(50% - 32rem);
}
.cons-block__item input{
    background-color: #ffffff00;
    color: #fff;
}
.cons-block__item input::placeholder{
    color: #ebe9e9;
}
.cons-block__item .wpcf7-submit{
    padding: 12rem;
    text-align: center;
    background-color: #fff;
    border-radius: 10rem;
    transition: all .3s;
    cursor: pointer;
    color: var(--black);
}
.cons-block__item .wpcf7-submit:hover{
    filter: contrast(.8);
}
.consultation{
    padding: 70rem 0;
}
.brands{
    padding: 70rem 0;
}
.faq__block{
    display: flex;
    gap: 24rem;
}
.faq__items{
    flex: 1;
}
.faq__image{
    flex: 1;
}
.faq__img{
    width: 100%;
    border-radius: 15rem;
    height: 550rem;
    object-fit: cover;
}
.news{
    padding: 70rem 0;
}
.faq{
    padding: 70rem 0;
}
.home-form{
    padding: 70rem 0 140rem;
}
.home-form__block{
    display: flex;
    gap: 24rem;
}
.home-form__text{
    flex: 1;
}
.home-form__form{
    flex: 1;
}
.home-form__text{
    color: #939393;
    font-size: 100rem;
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 100%;
}
.home-form__form input{
    color:#000 ;
    border-color: #939393;
    padding: 0 8rem 16rem;
}
.home-form__form .cons-block__item .wpcf7-submit{
    background-color: var(--green);
    color: #fff;
}
.home-form__form .cons-block__item .wpcf7-submit:hover{
    background-color: var(--green-hover);
}
.home-form__form .cons-block__item input::placeholder{
    color: #939393;
}
.footer{
    padding: 40rem 0;
    background-color: var(--green);
    border-radius: 20rem 20rem 0 0;
}
.footer__container{
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.footer__container a{
    color: #fff;
}
.footer__menu,
.footer__right{
    flex: 1;
    max-width: max-content;
}
.footer__title{
    width: 160rem;
    font-size: 32rem;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 100%;
}
.footer__menu h2{
    font-size: 24rem;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 16rem;
}
.footer__menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16rem;
}
.footer__social{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16rem;
    margin-bottom: 40rem;
}
.footer__btn{
    display: inline-block;
    padding: 8rem 16rem;
    border-radius: 10rem;
    background-color: #fff;
    color: var(--black);
    font-size: 18rem;
    line-height: 120%;
    border: 1rem solid #fff;
    transition: all .3s;
    cursor: pointer;
}
.footer__btn:hover{
    border-color: var(--green);
    color: var(--green);
}
.copyright__container{
    padding-top: 20rem;
    color: #3c3c3c;
    font-size: 12rem;
}
.copyright__container a{
    color: #3c3c3c;
    font-size: 12rem;
}
.copyright__container a:hover{
    color: #fff;
}
.goods-page .title__h2{
    font-size: 56rem;
    margin-top: 24rem;
}
.goods-page__image-thumbs .swiper-slide {
    cursor: pointer;
    border: 2rem solid transparent;
    transition: border-color 0.3s;
}
.goods-page__image-thumbs .swiper-slide.active {
    border-color: #2EA40A;
}
.goods-page__image-main img {
    max-width: 100%;
    display: block;
}
.goods-page__block{
    display: flex;
    gap: 24rem;
}
.goods-page__images{
    width: 700rem;
}
.goods-page__info{
    flex: 1;
}
.goods-page__image-thumbs{
    margin-top: 16rem;
}
.goods-page__image-thumbs img{
    height: 160rem;
    width: 100%;
    border-radius: 10rem;
    object-fit: cover;
}
.goods-page__image-main img{
    height: 460rem;
    border-radius: 15rem;
    width: 100%;
    object-fit: cover;
}

.goods-page__desc-text {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* кол-во строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.goods-page__description{
    padding: 140rem 0 70rem;
}

.goods-page{
    padding: 140rem 0 70rem;
}
.goods-page__desc-text p{
    padding: 0;
    font-size: 18rem;
}
.goods-page__desc-more{
    font-size: 20rem;
    padding: 0;
    border: none;
    background-color: #ffffff00;
    cursor: pointer;
    transition: all .3s;
    text-decoration: underline;
    margin-top: 16rem;
}
.goods-page__desc-more:hover{
    color: var(--green);
}
.goods-page__specific ul{
    list-style-type: none;
    margin: 32rem 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 24rem 64rem;
}
.goods-page__specific ul li{
    font-size: 18rem;
    color: #939393;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(50% - 32rem);
}
.goods-page__specific ul li span{
    display: inline-block;
    width: 60%;
    color: var(--black);
    text-align: right;
}
.goods-page__delivery{
    display: flex;
    gap: 24rem;
}
.goods-page__delivery-text{
    flex: 1;
}
.goods-page__form{
    width: 600rem;
}
.goods-page__form-box{
    width: 100%;
    padding: 40rem;
    border-radius: 20rem;
    background-color: var(--green);
    color: #fff;
}
.goods-page__form-box h2{
    text-align: center;
    text-transform: uppercase;
    font-size: 40rem;
    font-weight: 600;
    line-height: 100%;
}
.goods-page__form-box>p{
    color: #fff;
    font-size: 24rem;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    margin-bottom: 40rem;
}
.goods-page__form-cont .cons-block{
    width: 100%;
}
.goods-page__price{
    font-size: 24rem;
}
.goods-page__price-old{
    color: #939393;
    text-decoration: line-through;
}
.goods-page__price-new{
    color: var(--green);
    font-size: 36rem;
}
.goods-page__manufacturer{
    padding: 24rem 0;
}
.goods-page__manufacturer span{
    width: 160rem;
    height: 90rem;
    background-color: #fff;
    border-radius: 10rem;
    border: 1rem solid #939393;
    display: block;
}
.goods-page__manufacturer span img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.goods-page__btns{
    display: flex;
    gap: 24rem;
    width: 480rem;
    padding: 24rem 0;
}
.goods-page__links{
    display: flex;
    flex-wrap: wrap;
    gap: 16rem 24rem;
}
.goods-page__links a{
    display: block;
    padding: 8rem;
    border: 1rem solid var(--green);
    font-size: 18rem;
    font-weight: 600;
    border-radius: 8rem;
}
.goods-page__links a:hover{
    background-color: var(--green);
    color: #fff;
}
.goods-page__manufacturer h3{
    margin-bottom: 16rem;
}
.gm-cart {
    border: 1rem solid var(--green);
    border-radius: 15rem;
    padding: 40rem;
    display: flex;
    flex-direction: column;
    gap: 16rem;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}
.gm-cart-item {
    border-bottom: 1rem solid var(--green);
    padding-bottom: 16rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}
.gm-cart-item:last-child{
    border: none;
}
.gm-item-image {
    border-radius: 10rem;
    flex-shrink: 0;
    width: 150rem;
    height: 150rem;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
}
.gm-item-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.gm-item-info {
    display: flex;
    flex-direction: column;
    gap: 10rem;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    width: 300rem;
}
.gm-item-title {
    color: var(--black);
    font-size: 24rem;
    line-height: 130%;
    font-weight: 600;
}
.gm-item-artikul {
    color: #939393;
    font-size: 18rem;
    line-height: 120%;
    font-weight: 500;
    width: 149rem;
}
.gm-item-qty {
    display: flex;
    flex-direction: row;
    gap: 16rem;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}
.gm-qty-btn {
    border-radius: 100rem;
    display: flex;
    flex-direction: row;
    gap: 10rem;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40rem;
    height: 40rem;
    position: relative;
    border: 1rem solid #000;
    background: #fff;
    transition: all .3s;
    cursor: pointer;
}
.gm-qty-btn:hover{
    background-color: var(--green);
    border-color: var(--green);
}
.gm-qty-btn:hover path{
    fill: #fff;
}
.gm-qty {
    color: #000000;
    font-size: 18px;
    line-height: 120%;
    font-weight: 500;
}
.gm-item-price {
    color: var(--black);
    font-size: 24rem;
    line-height: 100%;
    font-weight: 600;
    width: 100rem;
    text-align: right;
}
.link-cart .cart-count {
    background: var(--green);
    color: #fff;
    border-radius: 50%;
    font-size: 12rem;
    position: absolute;
    width: 20rem;
    height: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10rem;
    right: -10rem;
}
.cart-page{
    padding: 140rem 0;
}
.cart-page__box{
    display: flex;
    gap: 40rem;
}
.gm-cart{
    flex: 1;
}
.gm-order{
    width: 570rem;
}
.gm-order__box{
    width: 100%;
    padding: 48rem 24rem;
    border-radius: 15rem;
    background-color: var(--green);
}
.gm-order__box>h2{
    text-align: center;
    font-size: 24rem;
    margin-bottom: 24rem;
    color: #fff;
}
.gm-order-form{
    padding: 24rem;
    border-radius: 10rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 24rem;
}
.gm-order-form input,
.gm-order-form select{
    font-size: 18rem;
    padding: 0 0 16rem;
    width: 100%;
    border: none;
    border-bottom: 1rem solid rgba(0, 0, 0, 0.08);
}
#goods-cart-total{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--black);
    font-size: 24rem;
    font-weight: 600;
}
#goods-cart-total span{
    font-size: 18rem;
    font-weight: 500;
}
#goods-order-form button{
    text-align: center;
    padding: 11rem;
    width: 100%;
    border-radius: 10rem;
    background-color: var(--green);
    color: #fff;
    display: block;
    font-size: 18rem;
    line-height: 120%;
    transition: all .3s;
    cursor: pointer;
    border:none ;
}
#goods-order-form button:hover{
    background-color: var(--green-hover);
}
.gm-order-form>span{
    text-align: center;
}
.header__social-link{
    position: relative;
}
.brands__item{
    border: 1rem solid var(--green);
    border-radius: 6rem;
    padding: 12rem;
    display: block;
    text-align: center;
}
.brands__item img{
    height: 50rem;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.archive__block{
    display: flex;
    gap: 40rem;
}
.archive__image,
.archive__category{
    flex: 1;
}
.archive__image img{
    width: 100%;
    border-radius: 15rem;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.archive__category h2{
    font-size: 24rem;
    font-weight: 600;
    margin-bottom: 24rem;
}
.archive__items{
    display: flex;
    flex-direction: column;
    gap: 16rem;
}
.archive__item{
    display: flex;
    align-items: center;
    gap: 24rem;
    font-size: 40rem;
    text-transform: uppercase;
    font-weight: 600;
    padding: 28rem;
    line-height: 100%;
    background-color: #939393;
    border-radius: 20rem;
    transition: all .3s;
    color: #fff;
}
.archive__item span{
    width: 48rem;
    height: 48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50rem;
    border: 1rem solid #fff;
}
a.archive__item:hover{
    background-color: var(--green);
    color: #fff;
}
.archive-goods{
    padding: 140rem 0;
}
.archive__filter{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40rem;
}
.archive__filter input,
.archive__filter select{
    padding: 10rem 16rem;
    border: 1rem solid #939393;
    border-radius: 10rem;
    font-size: 18rem;
    font-weight: 500;
    line-height: 120%;
    width: max-content;
    max-width: 240rem;
}
.archive__search{
    display: flex;
    gap: 16rem;
}
.archive__sort{
    display: flex;
    align-items: center;
    gap: 16rem;
}
.archive__listing{
    display: flex;
    gap: 24rem;
    flex-wrap: wrap;
}
.archive__listing .goods__item{
    width: calc(25% - 18rem);
}
.archive__box .pagination{
    display: flex;
    align-items: center;
    gap: 16rem;
    width: max-content;
    margin: 40rem auto;
}
.archive__box .pagination a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40rem;
    height: 40rem;
    border: 1rem solid var(--green);
    border-radius: 50rem;
}
.archive__box .pagination span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40rem;
    height: 40rem;
    border: 1rem solid var(--green);
    border-radius: 50rem;
    background-color: var(--green);
    color: #fff;
}
.archive__box .pagination a:hover{
    background-color: var(--green);
    color: #fff;
}
.archive__box .pagination a:hover path{
    fill: #fff;
}
.archive__box .pagination .dots{
    border: none;
    color: var(--black);
    background-color: #fff;
}
.news__image img{
    width: 100%;
    height: 280rem;
    object-fit: cover;
    border-radius: 10rem;
}
.news__content h3{
    font-size: 24rem;
    line-height: 120%;
    margin: 8rem 0;
}
.news__content p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 120%;
    padding: 0;
}
.news__content a{
    padding: 10rem;
    border-radius: 10rem;
    border: 1rem solid var(--green);
    text-align: center;
    display: block;
    margin-top: 16rem;
    font-weight: 500;
}
.news__content a:hover{
    color: #fff;
    background-color: var(--green);
}
.news-page,
.poleznaya-info{
    padding: 140rem 0 70rem;
}
.news-page__block img{
    float: left;
    width: 600rem;
    height: auto;
    margin: 0 24rem 24rem 0;
    border-radius: 10rem;
}
.breadcrumb{
    margin-bottom: 16rem;
}
.news-page__data,
.poleznaya-info__data{
    text-align: right;
}
.poleznaya-info__block img,
.about-page__content img{
    width: 650rem;
    height: auto;
    float: inline-end;
    margin: 0 0 24rem 24rem;
    border-radius: 10rem;
}
.news-page__listing{
    display: flex;
    flex-wrap: wrap;
    gap: 24rem;
    margin-bottom: 70rem;
}
.news-page__listing .news__item{
    width: calc(25% - 18rem);
}
.news-page__container .archive__block{
    padding: 70rem 0;
}
.news-page .home-form{
    padding: 70rem 0;
}
.about-page{
    padding: 140rem 0 70rem;
}
.thank-you{
    padding: 140rem 0 70rem;
}
#gm-quick-form input{
    border-bottom: 1rem solid rgba(0, 0, 0, 0.08);
}
.zvon-block input{
    color: #000;
    border-bottom:1rem solid #545454;
    font-size: 24rem;
    border-radius: 0;
}

.zvon-block input::placeholder{
    color: #c7c7c7;
}
.zvon-block input.wpcf7-submit{
    background-color: var(--green);
    color: #fff;
    margin-top: 24rem;
}

.gm-cart-item{
    flex-wrap: wrap;
    gap: 24rem 16rem;
}
.about-page .title__h2 span{
    display: none;
}