html,
body {
    height: 100%
}

body {
    font-family: 'FixelDisplay', sans-serif;
    font-weight: 500;
    font-size: calc((100vw - 360px) /(1920 - 360)*(18 - 16) + 16px);
    line-height: 140%;
    color: #446CA9;
    width: 100%;
    background: #F4F5F6;
	
}

body.blocked{overflow: hidden;
touch-action: none;}

.fa {
    font-size: 14px
}

h1 {
    font-size: 33px
}

h2 {
    font-size: 27px
}

h3 {
    font-size: 21px
}

h4 {
    font-size: 15px
}

h5 {
    font-size: 12px
}

h6 {
    font-size: 10.2px
}

a {
    color: #446CA9
}

a:hover {
    text-decoration: none
}

legend {
    padding: 7px 0
}





.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 12px
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px
}

.page__content ul li p{margin:0;}
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline
}

.nav-tabs {
    margin-bottom: 15px
}

div.required .control-label:before {
    content: '* ';
    color: red;
    font-weight: 700
}

.dropdown-menu li>a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x
}

.prm-btn {
    background: #446CA9;
    width: 298px;
    height: 77px;
    border-radius: 238px;
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

.snd-btn {
    background: #EBF1F8;
    width: 100%;
    height: 77px;
    border-radius: 238px;
    color: #446CA9;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prm-btn:hover {
    background: #8FABD6;
    color: #fff
}

.snd-btn:hover {
    background: #446CA9;
    color: #fff
}

.item__thumb img{border-radius:20px;} 

.img-hover img {
    /*transition: all 1s ease-out;*/
    height: auto;
}

.img-hover img:last-child {
    opacity: 0;
    height: 0
}

.item__thumb:hover img:first-child {
    opacity: 0;
    height: 0
}

.item__thumb:hover img:last-child {
    opacity: 1;
    height: auto
}



.top-line {
    background-color: #446CA9;
    height: 45px
}

.top-line__wrap {
    height: inherit;
    display: flex;
    justify-content: space-between
}

.top-line .container {
    height: inherit
}

.top-line__open {
    height: inherit;
    display: flex;
    align-items: center;
    color: #fff
}

.top-line__open:before {
    content: "";
    background-image: url(../image/ico/open.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-size: 20px;
    flex-shrink: 0;
    background-position: center center
}

.top-line__social {
    height: inherit;
    display: flex;
    align-items: center;
    color: #fff
}

.top-line__social a {
    margin-left: 20px
}

.header__menu {
    background: #fff;
    display: flex
}

.menu__submenu {
    position: absolute;
    z-index: 99;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 0;
    visibility: hidden
}

.submenu__wrap {
    margin-top: 15px;
    height: 372px
}

.submenu__content {
    box-shadow: 0 18px 18px 0 #446CA921;
    background: #fff
}

.submenu__body {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
	grid-gap:20px;
}

.submenu__item {
    background: #EBF1F8;
    border-radius: 25px;
    position: relative
}

.submenu__item:hover {
    background: #D5E2F0
}

.submenu__img {
    display: flex;
    justify-content: center;
    align-items: center
}

.submenu__img img{max-width:100%; border-radius:25px;}

.submenu__title {
    position: absolute;
    bottom: 17px;
    display: flex;
    width: 180px;
    left: 28px;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual
}

.submenu__button {
    position: absolute;
    right: 32px;
    bottom: 17px
}

.crl-btn {
    background: #446CA9;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px
}

.submenu__item:hover .submenu__button {
    background: #8FABD6
}

.submenu__button img {
    width: 14px;
    height: 14px
}

header {
    padding-top: 15px;
    padding-bottom: 14px;
    width: 100%;
    border-bottom: 1px solid #EBF1F8;
    background: #fff;
	transition: all 0.4s ease-in-out;
}

.header__wrap {
    display: flex
}

.menu__button {
    display: flex;
    background: #EBF1F8;
    padding: 28px 20px;
    border-radius: 20px;
    width: 144px;
    font-weight: 700;
    line-height: 150%;
    height: 80px;
    text-decoration: none !important
}

.menu__block:hover .menu__button {
    background: #D5E2F0
}



.menu__button:before {
    transition: 0.5s;
    content: "";
    background-image: url(../image/ico/menu-dots.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-size: 24px;
    flex-shrink: 0;
    background-position: center center;
    display: inline-block;
    margin-top: 1px
}

.menu__block:hover .menu__button:before, .menu__block .menu-act:before{
    transform: rotate(90deg)
}

ul.header__page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 329px;
    margin-left: 50px;
    margin-bottom: 0
}

ul.header__page a:hover {
    color: #8FABD6
}

.header__logo {
    margin: 8px 168px
}

.header__phone {
    display: flex;
    /*margin-right: 50px;*/
    width: 316px;
	justify-content:center;
	margin-right:auto;
}

.header__phoneitem {
    display: flex;
    align-items: center
}

.header__phoneitem:first-child {
    margin-right: 20px
}

.header__phoneitem a,
.header__phoneitem a:focus,
.header__phoneitem a:hover {
    text-decoration: none;
    display: flex
}

.header__phoneitem a:before {
    content: "";
    background-image: url(../image/ico/phone.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px;
    flex-shrink: 0;
    background-position: center center
}

.header__cart {
    background: #FFF6E7;
    border-radius: 20px;
    font-weight: 700;
    color: #F9A30A;
    cursor: pointer;
    align-items: center;
    display: flex;
    width: 158px;
    height: 72px;
    margin-top: 4px
}

.header__cart:hover {
    background: #F8E6C6
}

.cart__info {
    display: flex;
	padding: 20px;
}

.cart__info span {
    display: flex;
    margin-left: 10px
}

.cart__info span:before {
    content: "";
    background-image: url(../image/ico/cart.svg);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    background-size: 32px;
    flex-shrink: 0;
    background-position: center;
    margin-top: -5px
}

.banner .container {
    position: relative
}

.banner__info {
    position: absolute;
    bottom: 50px;
    width: 1100px
}

.banner__wrap{position:relative; width:100%;}

h1{
    font-weight: 700;
	font-size: calc((100vw - 360px) /(1920 - 360)*(80 - 30) + 30px);
    line-height: 110%;
	margin: 0;
}



.page-head{margin-top:100px;}
.page__content{
    margin-top: 40px;
}

.banner__text {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    margin-top: 20px
}

.banner__button {
    position: absolute;
    right: 0;
    bottom: 50px
}

.banner__image {
    display: flex;
    justify-content: center;
	border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
	width:100%;
	height:780px;
	background-position: center center;
	background-repeat: no-repeat;
	max-width: 1920px;
    margin: 0 auto;
	
}

.banner__image img {
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px
}

.catalog {
    margin-top: 222px
}

h2.block_title {
    font-size: 64px;
    font-weight: 700;
    line-height: 110%;
    margin: 0;
	font-size: calc((100vw - 360px) /(1920 - 360)*(64 - 30) + 30px);
}

.catalog__wrap {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.catalog__image img{max-width:100%;}

.catalog__item {
    background: #fff;
    border-radius: 30px;
    padding: 30px;
	width: calc((100% - 48px) / 3);
}

.catalog__item:hover {
    box-shadow: 0 8px 26.9px 0 #446CA921
}

.catalog__item {
    transition: transform 0.5s ease
}

.catalog__item:hover {
    transform: scale(1.03)
}

.catalog__bottom {
    display: flex;
    margin-top: 16px;
    justify-content: space-between;
    align-items: end;
    min-height: 83px
}

.catalog__title {
    font-size: calc((100vw - 360px) /(1920 - 360)*(32 - 18) + 18px);
    font-weight: 700;
    line-height: 130%;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    width: 350px;
    min-height: 64px;
    display: flex;
    align-items: center
}

.catalog__button {
    display: flex;
    align-items: end
}

.catalog__button .crl-btn {
    width: 64px;
    height: 64px
}

.catalog__item:hover .crl-btn {
    background: #8FABD6
}

.special,
.bestseller,
.material,
.why-block,
.whom-block,
.review,
.advice {
    margin-top: 220px
}

.product__wrap {
    margin-top: 60px;
    display: flex;
    justify-content: flex-start;
	margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 23px;
	padding-bottom: 40px;
	padding-top: 80px;
	margin-top:-40px;
}

.product-card__swrap {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.special .product__wrap{
	justify-content: center;
	overflow:hidden;
}
.bestseller__wrap{overflow: hidden;}
.product-card__swrap{overflow: hidden;}
.special .product__item{margin-left:20px;margin-right:20px;}
.special .product__item:first-child{margin-left:0;}
.special .product__item:last-child{margin-right:0;}

.product__item {
    background: #fff;
    padding: 30px;
    width: 491px;
    border-radius: 35px;
	width: calc((100% - 48px) / 3);
	position:relative;
}

.item__thumb {
    background: #F5F5F5;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.item__title {
    margin-top: 20px;
    font-size: calc((100vw - 360px) /(1920 - 360)*(24 - 20) + 20px);
    font-weight: 700;
    line-height: 130%
}

.item__desc {
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bestseller .item__desc{
	-webkit-line-clamp: 3;
    overflow: hidden;
    height: 76px;
}

.item__price {
    margin-top: 20px;
    font-size: calc((100vw - 360px) /(1920 - 360)*(24 - 20) + 20px);
    font-weight: 700;
    line-height: 130%
}

.item__price span {
    font-size: 24px;
    font-weight: 500;
    color: #8FABD6;
    line-height: 150%;
    text-decoration: line-through;
    margin-left: 20px
}

.product__wrap .snd-btn {
    margin-top: 20px
}

.product-card__swrap .snd-btn {
    margin-top: 20px
}

.bestseller .product__item {
	
	width: calc((100% - 72px) / 4);
}



.item__body{height:194px;}

.material__wrap {
    display: flex;
    margin-top: 60px;
	justify-content:space-between;
}

.material__item {
    background: #fff;
    border-radius: 30px;
    padding: 30px;
	width: calc((100% - 48px) / 3);
	transition: transform 0.5s ease;
	
}


.material__item:hover{    transform: scale(1.03);
box-shadow: 0 8px 26.9px 0 #446CA921;}

.material__title {
    margin-top: 34px;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%
}

.material__desc {
    margin-top: 3px
}

.material__thumb img {
    max-width: 100%
}

.material .snd-btn, .material__content .snd-btn {
    margin-top: 26px;
}

.why-block__wrap {
    margin-top: 60px;
    display: flex;
}

.why-block__right {
    display: flex;
    flex-wrap: wrap;
    margin-left: 24px
}

.why-block__item {
    width: 362px;
    padding: 30px;
    border-radius: 30px;
    background: #fff
}

.why-block__item:first-child,
.why-block__item:last-child {
    width: 619px
}

.why-block__item:first-child {
    background: #446CA9;
    color: #fff;
    margin-right: 24px
}

.why-block__item:last-child {
    margin-left: 24px;
    margin-top: 24px
}

.why-block__item:nth-child(3) {
    margin-top: 24px
}

.why-item__circle {
    display: flex;
    width: 72px;
    height: 72px;
    background: #8FABD6;
    border-radius: 37px;
    justify-content: center;
    align-items: center
}

.why-item__thumb {
    display: flex;
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 27px;
    justify-content: center;
    align-items: center
}

.why-block__thumb div {
	width: 491px;
    height: 742px;
    background-position: -280px 0px;
    background-repeat: no-repeat;
    border-radius: 30px;
    background-size: cover;
}

.why-item__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 130%;
    margin-top: 41px
}

.why-item__desc {
    margin-top: 20px
}

.whom-block__wrap {
    display: flex;
    background: #446CA9;
    border-radius: 50px;
    padding: 60px;
    justify-content: space-between
}

.whom-block__left {
    color: #fff;
    width: 590px;
    align-items: center;
    display: flex
}

.whom-block__left h2 {
    font-weight: 700;
    font-size: 64px;
    line-height: 110%;
    margin: 0
}

.whom-block__desc {
    margin-top: 40px
}

.whom-block__right {
    width: 666px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.whom-block__right .swiper-wrapper{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	grid-gap:24px;
	
}

.whom-block__right .swiper-slide{    width: calc((100% - 24px) / 2);}

.whom-block__item {
    border-radius: 30px;
    width: 321px;
	padding-top: 187px;
}

.whom-block__item-wrap {
    border-top-left-radius: 20px;
    background: #fff;
    border-top-right-radius: 20px;
    padding: 20px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
	height:189px;
}


.whom-item__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 110%
}

.whom-item__desc {
    margin-top: 10px;
	font-weight:400;
}

.review__wrap {
    margin-top: 60px
}

/*.swiper-slide {
    height: unset !important
	}
*/
.review__item {
    background: #fff;
    margin-left: 12px;
    margin-right: 12px;
    padding: 30px;
    border-radius: 30px;
    min-height: 315px
}

.swiper-slide:first-child .review__item {
    margin-left: 0
}

.swiper-slide:last-child .review__item {
    margin-right: 0
}

.review__author {
    font-size: calc((100vw - 360px) / (1920 - 360) * (24 - 20) + 20px);
    font-weight: 700;
    line-height: 130%
}

.review__rating {
    margin-top: 10px
}

.review__head {
    display: flex;
    justify-content: space-between
}

.review__pager {
    display: flex;
    justify-content: space-between;
    width: 159px
}

.review__button {
    width: 72px;
    height: 72px;
    border-radius: 37px;
    border: 2px solid #446CA9;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #fff;
    cursor: pointer;
	position: absolute;
    z-index: 99;
	top: 50%;
}

.review-button-next{left: -108px; }
.review-button-prev{right: -108px;}

.review__button:hover{background: #446CA9;}
.review__button:hover path {
    stroke: #fff
}

.review__button.swiper-button-disabled {
    background: #fff;
    cursor: not-allowed
}

.review__button.swiper-button-disabled path {
    stroke: #446CA9
}

.review__text {
    height: 100%;
    margin-top: 50px;
    display: flex;
    align-items: flex-end;
    min-height: 212px;
    vertical-align: bottom;
    flex-wrap: wrap
}

.review__textwrap {
    transition: all 0.3s ease-in-out;
    height: 100%;
    overflow: hidden;
	min-height:162px;
}

.hide-class a.colaps {
    background-image: url(../image/ico/arrow-down.svg)
}

a.colaps {
    background-image: url(../image/ico/arrow-up.svg);
    display: inline-block;
    margin-top: 10px;
    font-weight: 700;
    line-height: 150%;
    color: #F9A30A;
    background-size: 16px 18px;
    background-position: center right;
    padding-right: 21px;
    background-repeat: no-repeat
}

.advice{
	margin-bottom:220px;
}
.advice__wrap {
    display: flex;
}

.advice__left{
	padding:60px;
	background: #446CA9;
	color:#fff;
	position:relative;
	height:700px;
	width:619px;
	border-radius:30px;
}

.advice__right{background:#fff; border-radius:30px; padding:120px 100px;margin-left:24px; width:877px; height:700px;}

.advice__social.social{width:440px;position:absolute;bottom:60px;}
.advice__social.social a{width:80px;height:80px;border-radius:40px;}
.advice__phone{margin-top:40px;}
.advice__phoneitem{margin-bottom:20px;}
.advice__phone a{display:flex; font-size:24px; color:#fff;line-height:130%;}
.advice__phone a:before {
    content: "";
    background-image: url(../image/ico/phone-white.svg);
    background-repeat: no-repeat;
    width: 42px;
    height: 32px;
    background-size: 32px;
    flex-shrink: 0;
    background-position: center center;
}
.error_rating{text-align: center;    margin: 0;}
#review-form{position:relative;}
.stars label.form__label{    margin: 0;}
#review-form .form__label{position: absolute;
    right: 0;
    margin: 0;
    margin-top: 20px;
margin-right: 50px;}
.advice-right__head{font-size: 24px;
    width: 500px;
    line-height: 130%;
font-weight: 700;}
.advice__right form{margin-top:30px;}
input.form__input{padding:27.5px 30px; width:100%; height:77px; border:1px solid #ffffff; background:#EBF1F8;margin-bottom:15px; border-radius:39px;color:#446CA9; font-size:16px; font-weight:500;}
input.form__input::placeholder{color:#446CA9; font-size:16px;}
textarea.form__textarea::placeholder{color:#446CA9; font-size:16px;}
.advice__right a.prm-btn{width:100%;margin-top:15px;}
input.form__input:focus::placeholder, textarea.form__textarea:focus::placeholder {
	color: transparent;
}
input.form__input:focus{outline:none;border:1px solid #446CA9;}
input.form__submit{border:none; width:100%;}
label.form__label{    margin-top: -10px;
    display: block;
    margin-bottom: 20px;
    color: red;
    margin-left: 30px;
}

#content {
    min-height: 600px
}

footer {
    background: #446CA9;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    color: #fff;
	margin-top:100px;
}

footer a {
    color: #fff
}

footer h3 {
    font-weight: 700;
    line-height: 150%;
    color: #8FABD6;
    margin: 0;
    margin-bottom: 20px
}

footer ul {
    margin: 0;
    padding: 0
}

footer ul li {
    list-style: none;
    margin-bottom: 10px
}

footer ul li a:hover {
    color: #8FABD6
}

.footer__wrap {
    margin-top: 100px;
    display: flex;
    justify-content: space-between
}

.footer__right {
    width: 935px;
    display: flex;
    justify-content: space-between
}

.footer__phoneitem a {
    font-weight: 700;
    font-size: 32px;
    line-height: 130%
}

.footer__phoneitem a:hover {
    text-decoration: none;
    color: #fff
}

.footer__about {
    display: flex;
    width: 370px;
    justify-content: space-between;
    margin-top: 50px
}

.footer__open {
    width: 180px
}

.footer__address {
    width: 165px
}

.footer__social {
    margin-top: 50px
}

.social {
    display: flex;
    justify-content: space-between
}

.social a {
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center
}

.social a path {
    fill: #446CA9
}

.social a:hover {
    background: #8FABD6
}

.social a:hover path {
    fill: #fff
}

.footer__copy {
    margin-top: 150px;
    display: flex;
    margin-bottom: 17px;
    justify-content: space-between;
	font-size: calc((100vw - 360px) /(1920 - 360)*(18 - 12) + 12px);
}
.opacity{
    background: #040D1BB2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 105;
    overflow: hidden;
	display:none;
}
.cart__popup{    
	position: fixed;
    background: #fff;
    top: 0;
    right: -600px;
    width: 600px;
    height: 100%;
    z-index: 106;
    transition: 300s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    box-shadow: 0px 8px 26.9px 0px #446CA921;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
	color:#446CA9;
	padding: 40px 0;
	cursor: default;
}
.cart__wrap{    padding: 0px 30px;}	

.cart-popup__container{
	
	height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    touch-action: unset;
	
}

.none-prod{    display: flex;
    flex-wrap: wrap;
height: calc(100% - 44px);}
.cart-popup__none .snd-btn{  }
.modal__head{    display: flex;
    justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #EBF1F8;
	height:44px;
	width:100%;
}
.modal__close{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}	

.cart-popup__none{
	height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
	flex-wrap: wrap;
}
.cart-popup__none .cart-popup__wrap div{height: 391px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	font-size:24px;
	font-weight:700;
	line-height:130%;
}
.cart-popup__none div svg{width:100%; margin-bottom:40px;}
.cart-popup__cart-item{
	display:flex;
	border-bottom: 2px solid #EBF1F8;
	padding:24.5px 0;
}
.cart-item__image img{
	background: #f5f5f5;
    border-radius: 10px;
}
.cart-item__right{display: flex;
    justify-content: space-between;
    width: 100%;
    margin-left: 20px;
	position:relative;
	text-align:left;
}
.modal__title{font-size:32px;font-weight:700; line-height:130%;width:!00%;text-align:center;}
.stars{margin-top:20px; text-align:center;}
.modal__form{margin-top:30px;}
.form__textarea{
	padding: 27.5px 30px;
    width: 100%;
    height: 173px;
    border: 1px solid rgb(255, 255, 255);
    background: rgb(235, 241, 248);
    border-radius: 30px;
    color: rgb(68, 108, 169);
    font-size: 16px;
    font-weight: 500;
    resize: none;
}
textarea.form__textarea:focus {
    outline: none;
    border: 1px solid #446CA9;
}
.modal__form .prm-btn{border:none; margin-top:30px; width:100%;}
.cart-popup__wrap{  
	width: 100%;
    height: calc(100% - 77px);
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.cart-item__title{    
	font-size: 24px;
font-weight: 700;}
.cart-item__price{margin-top:10px; line-height:150%; font-weight:700;}
.cart-item__oldprice{text-decoration:line-through; font-weight:500; line-height:130%; color:#8FABD6;margin-left:10px;}
.quantity__body {
    display: flex;
    width: 77px;
justify-content: space-between;}
.quantity__button{    display: flex;
    border: 1px solid #446CA9;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
	padding-top: 1px;
    border-radius: 20px;
}
.not-active{border:1px solid #8FABD6;}
.not-active path{fill: #8FABD6;}
.cart-item__quantity{position:absolute;bottom:6px;}
.quantity__value{font-size:16px; display:flex; justify-content:center;width:17px; height:20px; align-items:center; font-weight:500;}
.prod-remove{height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 0;
background: #fff;}

.cart-item__attr{    margin-top: 20px;     display: grid;    grid-template-columns: 100px 200px;     grid-column-gap: 30px;}
.cart-item__attr-name{
    font-size: 16px;
    font-weight: 500;
    color: #8FABD6;
}
.cart-item__attr-text{
    font-weight: 500;
    line-height: 140%;
}
.cart-item__attr-name div:first-child, .cart-item__attr-text div:first-child{width:92px;}

.cart-popup__bottom{  
	padding: 40px 20px;
    background: #fff;
    margin-top: 30px;
	padding-bottom: 0;
}
.total-item{margin-bottom:10px;     display: flex;
justify-content: space-between;}
.popup-total{margin-top:20px; font-weight:700; font-size:24px; line-height:130%;border-top: 1px solid #EBF1F8;padding-top: 10px}
.popup-btn{margin-top:10px;}
.popup-btn a{width:100%; margin-top:20px;}


.material__popup{    
	position: fixed;
    background: #F4F5F6;
    top: 0;
    right: -1345px;
    width: 1345px;
    height: 100%;
    z-index: 106;
    padding: 60px;
    transition: 300s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    padding: 50px;
    box-shadow: 0px 8px 26.9px 0px #446CA921;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
	color:#446CA9;
}
.material-desc__left{width:711px;}
.material__popup .modal__head{height:72px;}	
.material-popup__wrap{margin-top: 30px;    }
.popup__wrap{height: 100%;    overflow-y: auto;    overflow-x: hidden;    -ms-overflow-style: none;    scrollbar-width: none;}
.material-popup__desc{display: flex; grid-gap:51px;}
.material-popup__title{font-size: 24px;    font-weight: 700;}
.material-desc__text{margin-top: 25px;}
.material-desc__text p{margin: 0 0 15px;}
.material-desc__text p:last-child{margin: 0;}
.material-popup__attr{    display: flex;    margin-top: 60px;}
.material-attr__left{width:538px;}
.material-attr__right{margin-left:102px;}
.material-attr__color-wrap{display: flex;
    margin-top: 40px;
    width: 472px;
	width: 100%;
    grid-gap: 20px;
flex-wrap: wrap;}
.material-color__item{text-align: center;}
.material-color__color{width: 82px;
    height: 82px;
    border-radius: 20px;
border: 10px solid #fff;}
.material-color__title{margin-top: 10px;}
.material-attr__opt-wrap{    display: grid;
    grid-template-columns: repeat(2, 0fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
margin-top: 40px;}
.material-attr__opt-itemwrap{    display: block;
margin-left: 15px;}
.material-attr__opt-item{display:flex;min-width: 240px;}
.material__ico{    min-width:54px;width: 54px;    height: 54px;    display: flex;    justify-content: center;    align-items: center;    background: #fff;    border-radius: 27px;    border: 6.5px solid #D5E2F0;}
.material-attr__opt-title{font-weight:400;}
.material-attr__opt-text{font-weight:700;}
.material-popup__whom{margin-top:60px;}
.material-whom__wrap{margin-top: 40px;    display: flex; grid-gap:61px;}
.material-whom__item{display:flex;}
.material-whom__text{margin-left:15px; }
.material-popup__contacts{margin-top:60px;}
.material-contacts_wrap{margin-top:40px; display:flex; grid-gap:20px; }
.material-contacts_wrap-item{ background:#fff; padding:50px; border-radius:30px; width:100%; text-align:center;}
.material-popup__title{margin-bottom:30px;margin-top:5px;}
.material-contacts_wrap-item a{width:100%;margin-top:10px;}
.material-contacts_wrap-item a span{    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
margin-left: 10px;}
.material-contacts_wrap-item a.prm-btn.material__telegram{background:#3EAEEB}
.material-contacts_wrap-item a.prm-btn.material__telegram:hover{background:#1A93D4;}
.material-contacts_wrap-item a.prm-btn.material__viber{background:#5641AC;}
.material-contacts_wrap-item a.prm-btn.material__viber:hover{background:#3F2995;}
.material__input-wrap{display:flex;grid-gap:10px;}
.material-popup__contacts label.form__label{margin-left:0;}
.modals{position: fixed;
    background: #fff;
    border-radius: 30px;
    width: 684px;
	height:429px;
	box-shadow: 0px 8px 26.9px 0px #446CA921;
	align-items:center;
	display:flex;
    z-index: 999;
	display:none;
    left: calc(50% - 342px);
    top: calc(50% - 214.5px);
}
.modal_review_thanks{position: fixed;
    background: #fff;
    border-radius: 30px;
    width: 684px;
	height:429px;
	box-shadow: 0px 8px 26.9px 0px #446CA921;
	align-items:center;
	display:flex;
    z-index: 999;
	display:none;
    left: calc(50% - 342px);
    top: calc(50% - 214.5px);
}
.modal_print{position: fixed;
    background: #fff;
    border-radius: 30px;
    width: 718px;
	height:545px;
	box-shadow: 0px 8px 26.9px 0px #446CA921;
	align-items:center;
	display:flex;
    z-index: 999;
	display:none;
    left: calc(50% - 359px);
    top: calc(50% - 272.5px);
}

.modal_consult{position: fixed;
    background: #fff;
    border-radius: 30px;
    width: 718px;
	height:688px;
	box-shadow: 0px 8px 26.9px 0px #446CA921;
	align-items:center;
	display:flex;
    z-index: 999;
	display:none;
    left: calc(50% - 359px);
    top: calc(50% - 344px);
}

.modal_review{position: fixed;
    background: #fff;
    border-radius: 30px;
    width: 916px;
	height:700px;
	box-shadow: 0px 8px 26.9px 0px #446CA921;
	align-items:center;
	display:flex;
    z-index: 999;
	display:none;
    left: calc(50% - 458px);
    top: calc(50% - 350px);
}

.modals .modal__close, .modal_review_thanks .modal__close, .modal_review .modal__close, .modal_print .modal__close, .modal_consult .modal__close, .modal .modal__close{    position: absolute;    top: 30px;    right: 30px;}
.modal__body{display: flex;    flex-wrap: wrap;    align-items: center;    justify-content: center;    height: 250px;}
.modal__text{    width: 100%;    text-align: center;    margin-top: 10px; max-width: 500px;}
.modal__body a.prm-btn{margin-top:50px;}
.modal_review .modal__wrap, .modal_print .modal__wrap, .modal_consult .modal__wrap, .modal .modal__wrap{padding:60px 100px;}

.breadcrumb{margin-top:40px;}
.breadcrumb ul{display:flex; margin:0;padding:0;}
.breadcrumb li{list-style:none;font-size:16px;}
.breadcrumb a{font-size:16px; color:#8FABD6;}
.breadcrumb li span.delim{color:#8FABD6;margin-left:10px;margin-right:10px;}
.material__colors{display:flex;position:absolute;bottom:20px; left:20px;}
.material__colors .colors__item{    width: 32px;
    height: 32px;
    border-radius: 8px;
border: 3px solid #fff; margin-right:5px;}
.material__thumb{position:relative;}
.many{    color: #fff;
    font-weight: 700;
    height: 32px;
    display: flex;
    align-items: end;
    line-height: 100%;
	margin-left: 5px;
}
.material__item{cursor:pointer;}
.product__item{transition: transform 0.5s ease;}
.product__item:hover{transform: scale(1.03);    box-shadow: 0 8px 26.9px 0 #446CA921;}
.material-prod .product__item:hover{transform: unset;    box-shadow: none;}
.material-prod .product__wrap{margin:0; padding:0; padding-bottom:40px;}
/*.swiper-slide .product__item{transform:unset;} */
.material__content .material__wrap{    flex-wrap: wrap;
grid-gap: 24px;}
.review__content{    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
grid-gap: 20px;}
.review__left{    width: 100%;
max-width: 1134px;}
.review__right{
	top: 130px;
    width: 362px;
    position: sticky;
    align-self: flex-start;
	margin-bottom:24px;
}
.review__right a.prm-btn{    margin-top: 24px;    width: 100%;}
.review-rating__average{font-weight: 700;
    font-size: 64px;
line-height: 110%;}
.review-rating__count{margin-top: 135px;
    font-weight: 700;
line-height: 150%;}
.review-rating__stars{margin-top:5px;}
.review-content__item{    background: #fff;
    padding: 30px;
    border-radius: 30px;
margin-bottom: 24px;}
.review-content__title{    font-size: 24px;
    font-weight: 700;
line-height: 110%;}
.review-content__rating{margin-top:50px;}
.review-content__text{font-weight:400; margin-top:10px;}
.review-content__date{font-size:16px; color:#8FABD6; margin-top:10px;}
.review-rating__wrap{background: #fff;    border-radius: 30px;    padding: 30px;    width: 100%;}

.catalog__content .catalog__item{    width: calc((100% - 24px) / 2);}
.catalog__content .catalog__wrap{flex-wrap: wrap;
grid-gap: 24px;}
.seo_text{margin-top:100px;}
.seo_text h2{font-size:24px; font-weight:700;margin:0 0 30px 0; line-height:130%;}
.seo_text.st_home h2{font-size: calc((100vw - 360px) / (1920 - 360) * (64 - 30) + 30px); margin-bottom:30px;}
.seo_text.st_home h3{font-size: calc((100vw - 360px) / (1920 - 360) * (24 - 22) + 22px); font-weight:700; margin: 30px 0 20px 0; line-height:130%;}
.path-act{fill:#F9A30A;}
.stars a{cursor:pointer;}

.partners-block__item{display:flex; grid-gap:48px; margin-top:150px; align-items:center;}
h2.partners-block__title{    font-size: calc((100vw - 360px) /(1920 - 360)*(64 - 30) + 30px);
    font-weight: 700;
    margin: 0;
line-height: 110%; margin-bottom:40px;}
.partners-item__title{   font-size: calc((100vw - 360px) /(1920 - 360)*(24 - 20) + 20px);
    font-weight: 700;
line-height: 130%;}
.partners-item__text{margin-top:10px;}
.partners__item{margin-top:20px;}

.partners-item__title:before {
    content: "";
    background-image: url(../image/ico/list_icon.svg);
    background-repeat: no-repeat;
    width: 16.8px;
    height: 16.8px;
    margin-right: 12px;
    background-size: 16.8px;
    flex-shrink: 0;
    background-position: center center;
	display: inline-block;
}
.adventage{margin-top:220px;}
h2.adventage__head{font-size: calc((100vw - 360px) /(1920 - 360)*(64 - 30) + 30px);   font-weight: 700;    line-height: 110%; margin:0;}
.adventage__wrap{display:flex; flex-wrap:wrap; grid-gap:24px; margin-top:60px;}
.adventage__item{    border-radius: 30px;    background: #fff;    padding: 30px; height: 100%;}
.adventage__image{display: flex;    width: 72px;    height: 72px;    background: #EBF1F8;    border-radius: 37px;    justify-content: center;    align-items: center;}
.adventage__image span{display: flex;    width: 52px;    height: 52px;    background: #fff;    border-radius: 27px;    justify-content: center;    align-items: center;}
.adventage__content{margin-top:46px;}
.adventage__title{font-size:24px; font-weight:700;}
.adventage__text{margin-top:20px;}
.advice__phone .advice__mailitem a:before {
    background-image: url(../image/ico/mail.svg);
	background-size:26px;
}
.advice__coop .advice__left{height:580px;padding: 148px 60px;}
.advice__coop .advice__right{padding:60px 100px; height:580px;}


.advice-item__head{color:#8FABD6; font-weight:700; margin-bottom:10px;}
.contacts h2.block_title{margin-bottom:10px;}
.advice__item{margin-top:30px;}
.advice-item__text a, .advice-item__text{    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    color: #fff;
	width:230px;
}
.contacts .advice__left, .contacts .advice__right{height:783px;}
.contacts .advice__right{    padding: 74.5px 100px;}
.contacts label.form__label{margin-top:0px; margin-bottom:10px;}
.contacts .advice__textarea{margin-bottom:30px;}
.contacts input.form__input{margin-bottom:5px;}
.oferta h2{font-weight:700; font-size: calc((100vw - 360px) /(1920 - 360)*(32 - 20) + 20px); margin-top:80px;}
.oferta p{font-weight:500; font-size: calc((100vw - 360px) /(1920 - 360)*(24 - 16) + 16px);line-height:130%;    margin: 40px 0 0 0;}
.return p{margin-bottom:40px; font-size: calc((100vw - 360px) /(1920 - 360)*(24 - 16) + 16px); line-height:130%;}
.payship a{text-decoration:underline;}
.payship a:hover{text-decoration:none;}
.payship h2{margin-bottom:20px;font-size: calc((100vw - 360px) /(1920 - 360)*(64 - 24) + 24px); font-weight:700; line-height:110%;}
.payship p {margin-bottom:15px; font-size: calc((100vw - 360px) /(1920 - 360)*(24 - 16) + 16px); line-height:130%;}
.payship ul li{    font-size: calc((100vw - 360px) / (1920 - 360) * (20 - 14) + 14px);}
.payship_head{font-size: calc((100vw - 360px) /(1920 - 360)*(32 - 20) + 20px);font-weight:700;line-height:130%; margin-bottom:20px;}
.payship__item{padding-top:40px;}
.payship_bot{font-size: calc((100vw - 360px) /(1920 - 360)*(32 - 20) + 20px); margin-bottom:10px;font-weight:700;line-height:130%;}
.error404, .thanks{        width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#onepcheckout .cart-coupon{margin-bottom:20px;}
#onepcheckout .cart-coupon input[type="text"]{    height: 50px;    border-top-left-radius: 25px;    border-bottom-left-radius: 25px;    padding-left: 20px; color:#446CA9;}
#onepcheckout .cart-coupon input[type="button"]{height: 50px;    border-top-right-radius: 25px;    border-bottom-right-radius: 25px;    padding-right: 20px;}
#onepcheckout .cart-coupon input[type="text"]::placeholder{color:#446CA9; font-size:14px;}
.thanks{margin-top:70px; margin-bottom:80px;}
.error404 h1{    font-size: calc((100vw - 360px) /(1920 - 360)*(160 - 80) + 80px); width:100%;}
.thanks h1{font-size: calc((100vw - 360px) /(1920 - 360)*(70 - 30) + 30px); width:100%;}
.error404 p {    font-size: calc((100vw - 360px) /(1920 - 360)*(32 - 16) + 16px);
    font-weight: 700;
line-height: 130%; width:100%;}
.thanks p{font-size: calc((100vw - 360px) /(1920 - 360)*(24 - 16) + 16px);font-weight: 700;
line-height: 130%; width:100%;margin-top:20px;}
.error404 a, .thanks a{width: 490px; margin-top:60px;}

.catalog__content .product__wrap{    flex-wrap: wrap;    grid-gap: 24px;}
.item__credit{margin-top:20px;}
.item__btn a{width:calc(100% - 87px);}
.item__btn{    display: flex;    justify-content: space-between;    margin-top: 20px;}
.item__btn button{
	background: #FFF6E7;
    width: 77px;
    height: 77px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 40px;
    border: none;
}
.product__wrap .item__btn a.snd-btn{margin-top:0;}
.product-card__swrap .item__btn a.snd-btn{margin-top:0;}
.item__btn button:hover{background:#F9A30A;}
.item__btn button:hover path{fill:#fff;}
.cat-menu{display: flex; margin-top:40px;}
.cat-menu a{width: 25%;
    display: flex;
    height: 87px;
    line-height: 150%;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    border: 1px solid #8FABD6;
	border-right:none;
}
.cat-menu a:last-child{border-right: 1px solid #8FABD6;    border-top-right-radius: 45px;    border-bottom-right-radius: 45px;}
.cat-menu a:first-child{border-top-left-radius: 45px;    border-bottom-left-radius: 45px;}
.cat-menu a:hover, .cat-menu a.cat-act{background:#446CA9; color:#fff;}
.mejs__poster{border-radius:30px;}

.catalog__content .product__item .item__desc{height:50px;}
.stickers{    position: absolute;
    top: 45px;
    left: 30px;
}
.stickers__body{width:100%;}
.stickers__item{
	display: inline-block;
    padding: 5px 10px 5px 5px;
    margin-bottom: 0px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 10px;
    font-weight: 500;
    max-width: 150px;
    line-height: 120%;
}

.thumb-wrap .stickers__item{padding: 10px; font-size:13px; max-width:190px; margin-bottom:10px;}

.none-product{    width: 100%;
    text-align: center;
    margin-top: 80px;
font-size: 24px;}


.product-card__wrap{    display: flex;
justify-content: space-between;}
.product-card__left{width: 772px;   
    top: 130px;
    position: sticky;
align-self: flex-start;}
.product-card__right{width: 701px;}
.product-card__right h1{font-size: calc((100vw - 360px) / (1920 - 360) * (32 - 20) + 20px); line-height:130%;}
.gallery-thumbnail{width:119px; position:relative}
.gallery-thumbnail .swiper-wrapper{height:655px;}
.gallery-thumbnail .swiper-slide{width: 119px;    height: 119px;    background-size: contain;    background-repeat: no-repeat; border-radius:20px; cursor:pointer;}
.product-page__gallery-content{width:638px; height:655px; position:relative;}
.product-page__gallery-content .swiper-slide img{max-width:100%; border-radius:40px;}
.cloud-zoom-lens {cursor:move;}
#cloud-zoom-big{margin-top:4px;margin-left:4px;border-radius:40px;}
.cloud-zoom-big {overflow:hidden;}
.swiper-slide-thumb-active{border:1px solid #446CA9}
.thumb-wrap{display:flex; justify-content: space-between;}
.swiper-button-prev:after, .swiper-button-next:after, .swiper-button-prev:before, .swiper-button-next:before {
    content: '' !important;
}
.swiper-button-prev, .swiper-button-next{background-image:none !important;}

.swiper-button-prev, .swiper-button-next {    width: 56px !important;
    height: 56px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border: 2px solid #446CA9;
    border-radius: 28px;
	background:#fff;
}
.swiper-button-prev svg, .swiper-button-next svg{    object-fit: unset !important;
    width: auto !important;
    height: auto !important;
	
}
.swiper-button-prev:hover, .swiper-button-next:hover {background: #446CA9;}
.swiper-button-prev:hover path, .swiper-button-next:hover path{stroke:#fff;}
.swiper-button-prev{left: 20px !important;}
.swiper-button-next{right: 20px !important;}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
    cursor: auto !important;
    pointer-events: auto !important;
	background:none !important;
	cursor: not-allowed !important;
}
.swiper-button-next.swiper-button-disabled path, .swiper-button-prev.swiper-button-disabled path{stroke: #446CA9;}

.perevagi_ico {
    display: flex;
    width: 638px;
    margin-left: 134px;
    justify-content: space-between;
    align-items: center;
	font-size: calc((100vw - 360px) / (1920 - 360) * (18 - 12) + 12px);
}
.perevagi_ico__item{ 
	width: 198px;
    background: #fff;
    border-radius: 20px;
    height: 131px;
    text-align: center;
    padding: 20px 15px;
}
.perevagi-item__ico{
	width: 54px;
    height: 54px;
    margin: 0 auto;
    border-radius: 26px;
    border: 6px solid #D5E2F0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.perevagi-item__title{width:100%;line-height:150%; margin-top:10px;}
.product-card__short-desc{margin-top:10px;}
.hpm-block{margin-top:30px;}
.product-card__right a.hpm-button, .product-card__right span.hpm-button{height:45px; width:122px; font-size:18px;}
.hpm-block a.hpm-button{color:#446CA9}

.product-card__right .hpmcircle{width:36px !important; height:36px !important; border-radius:8px; border:6px;}
.product-card__right .hpm-button:has(> span.hpmcircle){padding:5px;}
.prod-quan{    display: flex;
    width: 103px;
    justify-content: space-between;
align-items: center;}
.prod-quan a{    width: 32px;
    height: 32px;
    display: flex;
    border: 1px solid #446CA9;
    border-radius: 16px;
    justify-content: center;
align-items: center;}
.prod-quan a.prod-minus__disabled{border: 1px solid #8FABD6;}
.prod-quan a.prod-minus__disabled path{fill:#8FABD6;}
.product__pricer-q{display:flex; align-items:center; margin-bottom:40px;}
.product__price{font-size: calc((100vw - 360px) / (1920 - 360) * (32 - 20) + 20px); margin-left:40px; font-weight:700; line-height:130%;}
.product__price span{    margin-left: 20px;    color: #8FABD6;    text-decoration: line-through;}
.product-card__right .prm-btn{    width: 100%;    border: none;}
.product-card__right .snd-btn{border:1px solid #446CA9; color:#446CA9; margin-top:10px; background:#F4F5F6;}
.product-card__right .snd-btn:hover{background:#fff; color:#446CA9;}
.link-collapse{    display: flex;    justify-content: space-between; align-items:center;}
.link-collapse svg{transition: 0.5s;}
.acc-cross svg{transform: rotate(45deg);}
.product__order-print{margin-top:20px; line-height:150%;}
.product__order-print a{font-weight:700;}
.product__order-print a:hover{text-decoration:underline;} 
.product__order-print a:after{
	content: "";
    background-image: url(../image/ico/print-arrow.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px;
    flex-shrink: 0;
    background-position: center center;
    display: inline-block;
	position: relative;
    top: 5px;
    left: 5px;
}

.product__text-blocks{margin-top:37px;}
.product__text-block{    
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 26.5px 12px 26.5px 0px;
    border-top: 1px solid #8FABD6;
}
.product__text-block:last-child{border-bottom: 1px solid #8FABD6;}
.text-block__title a div{font-weight:700;}
.text-block__body{margin-top:10px;}
.product-card__bottom{    background: #fff;
    padding: 60px;
    margin-top: 100px;
border-radius: 50px;}
.card-bottom__item{    display: flex;
    padding-bottom: 40px;
    border-bottom: 1px solid #D5E2F0;
margin-bottom: 30px;}
.card-bottom__title{width:388px; font-size: calc((100vw - 360px) / (1920 - 360) * (32 - 20) + 20px);  font-weight:700;}
.card-bottom__text{    width: calc(100% - 388px);}
.card-bottom__item:last-child{margin-bottom:0;padding-bottom:0;border:0;}
#product-video{width:100%; border-radius:30px;}
.embed-container { position: relative;    width: 100%;    height: 0;    padding-bottom: 56.25%; margin-top:120px;} 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.product__wrap .swiper-slide{
	width:auto;
}
.product__wrap .swiper-slide .product__item{width: 100%;}

.product-card__swrap .swiper-slide{
	width:auto;
}
.product-card__swrap .swiper-slide .product__item{width: 100%;}
.product__button{
    width: 56px;
    height: 56px;
    border-radius: 37px;
    border: 2px solid #446CA9;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #fff;
    cursor: pointer;
	position: absolute;
    top: calc(50% - 52px);
    z-index: 100;
    left: -76px;
}

.product__button:hover{background: #446CA9;}

.product__button:hover path {
    stroke: #fff;
}

.product__button.swiper-button-disabled path {
    stroke: #446CA9;
}

.product__button.swiper-button-disabled {
    background: #fff;
    cursor: not-allowed;
}
.swiper-viewport{position:relative;}

.product-button-prev{left:auto; right:-76px;}


.video{margin-top:162px;}
.video h2{margin-bottom:60px;}
.video__item{display:flex; justify-content: space-between; margin-bottom:24px;}
.video-item__info, .video-item__player{width: calc((100% - 24px) / 2);}
.video-item__info{background:#fff; border-radius:30px; padding:60px;     display: flex;    align-items: center;}
.video-item__player video{border-radius:30px;}
.video-pl{width:748px; height:748px; border-radius:30px;}
.video__item:nth-child(even) .video-item__info{order:2}
.video__item:nth-child(even) .video-item__player{order:1}
.video__item:nth-child(odd) .video-item__info{order:1}
.video__item:nth-child(odd) .video-item__player{order:2}
.mejs__controls{    background: transparent !important; margin-bottom:10px !important;}
.video-item__ico{margin:0;}
.video-item__title{margin-top:40px;font-weight:700; font-size: calc((100vw - 360px) / (1920 - 360) * (32 - 20) + 20px); line-height:130%;}
.video-item__text{margin-top:20px; font-size: calc((100vw - 360px) / (1920 - 360) * (24 - 16) + 16px); line-height:130%;}
.faq__item{padding:30px;border-radius:50px;}
.faq{margin-top:220px;}
.faq h2.block_title{    width: 329px;    margin-right: 186px;}
.faq__list{    width: calc(100% - 515px);}
.faq__wrap{display:flex;}
.faq__head{font-size: calc((100vw - 360px) / (1920 - 360) * (24 - 16) + 16px); font-weight:700; line-height:130%;}

.product-card__review{margin-top:220px;}
.product-card__review .review__content{margin-top:60px;}
.product-card__review .snd-btn {
    border: 1px solid #446CA9;
    color: #446CA9;
    background: #F4F5F6;
	margin-top:10px;
}

.product-card__review .snd-btn:hover {
    background: #fff;
    color: #446CA9;
}

.review-empty a.prm-btn{margin-top:0;}

.pagin a, .pagin span {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #446CA9;
}
.pagin span {
	background:#446CA9;
	color:#fff;
	border-radius:20px;
}

.pagin{display: flex;
justify-content: center; margin-top:40px;}
.pagin span svg path{stroke:#446CA9}
.pagin span.disabled svg path{stroke:#8FABD6;}
.pagin span.disabled{background:transparent;}

.modal-backdrop.in{background: #040D1BB2; opacity:1;}

#quick-order-modal{
	left: calc(50% - 359px);
    top: calc(50% - 265px);
	bottom: unset;
    right: unset;
	width: 718px;
    height: 530px;
	
}
.modal-content{
    background: #fff;
    border-radius: 30px;
    width: 718px;
    height: 530px;
    box-shadow: 0px 8px 26.9px 0px #446CA921;
    align-items: center;
    z-index: 1050;
	
	
}


button.modal__close{background: none; 
border: none;}

.has-error .form-control-it {
    border-color: red;
}

.has-error .form-control-it::placeholder{color:red;} 
.has-error .form-control-it{color:red;} 

.has-error .form-control-it:focus {
    border-color: #843534;
	
}


.product__consult{    width: 90px;
    position: fixed;
    right: 30px;
    bottom: 20px;
    z-index: 101;
    display: flex;
text-align: center;}
input.error_item{border:1px solid red;}



.print__radio input[type=radio] {
	accent-color: #8FABD6;
    margin-top: 0;
	margin-right:10px;
	width:20px;
	height:20px;
}
.print__radio {display:flex; justify-content:center; grid-gap:30px; margin-top:20px;}
.print__radio label{display:flex; font-weight:500; color:#8FABD6; font-weight:400; align-items: center;}
.modal__phone-text{width:100%; text-align:center; margin-top:15px;}
.print__radio label input:checked + span { color: #446CA9; font-weight:600;}
.print__radio input[type=radio]:checked {accent-color: #446CA9;}
.material-prod{margin-top:60px;}
.material-prod .product__wrap{margin-top:40px;}

.cart__products{margin-left: 30px;    margin-right: 30px;}
.cart-products__item{
	background: #F4F5F6;
    padding: 10px;
    display: flex;
    height: 146px;
    border-radius: 10px;
    grid-gap: 10px;
}
.cart-products__right{width:100%;}
.cart-products__right .prm-btn{width:100%; height:50px; position: absolute;    bottom: 0; font-size:14px;}
.cart-products__right{position:relative;}
.cart-products__left img{border-radius:10px;}
.cart-products__name{font-size:18px; font-weight:700;display: -webkit-box;    -webkit-line-clamp: 1;    -webkit-box-orient: vertical;    overflow: hidden;}
.cart-products__price{font-size:18px; font-weight:500;}
.cart-products__price span{text-decoration: line-through;
    font-weight: 500;
    line-height: 130%;
    color: #8FABD6;
margin-left: 10px;}
.cart-prod__button{    width: 24px;
    height: 24px;
    background: #fff;
	border:1px solid #446CA9;
    display: flex;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
	cursor:pointer;
}
.cart-buttons path{stroke:#446CA9;}
.cart-prod__button:hover{background:#446CA9;}
.cart-prod__button:hover path{stroke:#fff;}
.cart-buttons{width: 53px;    display: flex;    grid-gap: 5px;}
.cart-products__head{display:flex; justify-content: space-between;margin-top:64px;}
.cart__products .swiper-viewport{margin-top:10px;}
.swiper-scrollbar{background: #F4F5F6 !important;
    position: relative !important;
    top: 20px !important;
border-radius: 2px !important;}
.swiper-scrollbar-drag{    background: #446CA9 !important;    border-radius: 2px !important;}
.review .swiper-viewport{overflow:hidden;}




.complect_wrap{position:relative;}
.complect_wrap .product-card__swrap{margin-top:0; padding-top:40px;}
.other__product{margin-top:0; padding-top:40px;}
.review-bl__body{position:relative;}
.review__head .snd-btn{width: 362px; background:#F4F5F6;border:1px solid #446CA9;}
.review__head .snd-btn:hover{background:#446CA9;}
.opc_block_cart .cart-list{border-radius:30px; padding:30px; background:#fff;}
.checkout-col-fix-right {
    background: #fff;
    padding: 30px;
    border-radius: 30px;
}

.opc_block_comment{padding-right:15px;}
.opc_block_comment .checkout-comment{    background: #fff;
    padding: 30px;
border-radius: 30px;}
.opc-cart-title{
	font-size: calc((100vw - 360px) /(1920 - 360)*(32 - 20) + 20px);
    font-weight: 700;
    line-height: 130%;
	color:#446CA9;
}
.confirm-block .prm-btn{width:100%; border:none; font-size:18px;}
.opc_block_totals .table-cart .total-title, .opc_block_totals .table-cart .total-text{
	padding: 5px 0;
    font-size: 18px;
    color: #446CA9;
    font-weight: 500;
}

.opc_block_totals .table-cart tr:last-child .total-title, .opc_block_totals .table-cart tr:last-child .total-text{font-size:22px; font-weight:700;}
.checkout-agree label{font-size: 16px;    font-weight: 500;}
.opc_block_cart .opc-cart-title{    margin-bottom: 20px;
display: block;}
.opc_block_cart .cart-item__attr{margin-top:0; font-size:18px;}
#opc-shipping-address .dropdown-address{    margin-left: 30px;
font-size: 18px;    }
#opc-shipping-address .dropdown-address a{color:#446CA9;}
#opc-shipping-address .dropdown-address li:hover{background:#446CA9;}
#opc-shipping-address .dropdown-address li:hover a{color:#fff;}
.payment-method, .shipping-method, .checkout-address-info{margin-top:20px;}
.checkout-comment textarea{margin-top:20px;}
#onepcheckout .form-group{margin-bottom:0; width: calc(50% - 12px);}
#onepcheckout #opc-shipping-address .form-group{margin:0; padding:0;}
#onepcheckout .form-control:focus{box-shadow:unset;}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding:0;
}

.checkout-col-center{    grid-gap: 24px;    justify-content: space-between;}
#onepcheckout .row:before, #onepcheckout .row:after{content:unset;}
.row-flex{margin:0 !important; justify-content: space-between; column-gap: 24px;}
#onepcheckout .col-lg-6 {
	width: calc(50% - 12px);
}
#opc-shipping-address{display: flex;
justify-content: space-between;}

.navbar-fixed-top{
	z-index:105;
	position: fixed;
    top: 0;
    width: 100%;
    animation: slideDown 0.5s ease-out; 
}

@keyframes slideDown {
    from {
        transform: translateY(-100%); /* Початкова позиція (вище за екран) */
	}
    to {
        transform: translateY(0); /* Кінцева позиція (на своєму місці) */
	}
}

.consult__soc{display: flex;
    column-gap: 10px;
    justify-content: center;
margin-top: 15px;}
.item__btn a.w100{width:100%;}
.form__label{font-weight:500;}
header .opacity{height:0;}
header.navbar-fixed-top .opacity{height:110px;}
.thumb-wrap .stickers{
	position: absolute;
    top: 30px;
    left: 0;
    z-index: 100;
}


.special__wrap .swiper-slide {
    width: calc((100% - 48px) / 3);
}

.bestseller__wrap .swiper-slide {
    width: calc((100% - 72px) / 4);
}

.material-prod .bestseller__wrap .swiper-slide {
    width: calc((100% - 48px) / 3);
}

.bestseller__wrap .swiper-wrapper{    display: flex;
    justify-content: space-between;
}
.review-bl__body .swiper-pagination{display:none;}
.swiper-pagination{    display: flex;    align-items: center;    justify-content: center;}
.special .swiper-pagination{    display: none; }
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-bullet:hover{width:10px; height:10px; background: #D5E2F0; opacity:1;}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:hover{width:14px; height:14px; background:#8FABD6}
.review__item{margin-left:0; margin-right:0;}
.mob-second-phone{display:none;}
.catalog__item:nth-child(4){display:none;}
.catalog__content .catalog__item:nth-child(4){display:block;}
.submenu__mob{display:none; width:100%;}
.submenu-mob__body{margin-top:62px;}
.submenu-mob__body ul{margin: 0;    padding: 0;}
.submenu-mob__body ul li{list-style:none; margin-bottom:15px;}
.submenu-mob__body ul li a{font-size:20px; font-weight: 700;}

.submenu__close{    width: 32px;
    height: 32px;
    display: flex;
    border: 1px solid #446CA9;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 45px;
right: 20px;}
.submenu__head{margin-top:37px;}
.submenu__content .container{padding-left:20px; padding-right:20px;}
.review-link-mob{display:none; margin-top:20px; background: #F4F5F6;    border: 1px solid #446CA9;}

.partners-block__item .partners-block__image{order:1}
.partners-block__item .partners-block__content{order:2}

.partners-block__item:nth-child(2n) .partners-block__image{order:2}
.partners-block__item:nth-child(2n) .partners-block__content{order:1}
input.form__input.input-error{border:1px solid red; color:red;}
input.form__input.input-error::placeholder{color:red;}
textarea.form__textarea.input-error{border:1px solid red;}
textarea.form__textarea.input-error::placeholder{color:red;}
.adventage .swiper-slide{width: calc((100% - 72px) / 4);     height: 385px;}
.adventage .swiper-slide:first-child, .adventage .swiper-slide:nth-child(2), .adventage .swiper-slide:nth-child(3){width: calc((100% - 48px) / 3);     height: 360px;}
.adventage .swiper-wrapper{flex-wrap:wrap; grid-gap:24px;}
.product-card__swrap .swiper-pagination{display:none;}
.perevagi_mob{display:none;}
.consult-svg-mob{display:none;}
.up{bottom: 20px;
    position: fixed;
right: 20px; z-index:101; display:none;}
.up a{ display:none;}
.prod-bottom__blocks{display:none;}
.prod-bottom__block{position: fixed;    bottom: 0;    z-index: 102;    background: #fff;    width: 100%;    padding: 15px 0; }
.prod-bottom__button{background: #446CA9;    display: flex;    height: 50px;    align-items: center;    justify-content: center;    border-radius: 25px;}
.button-label{color: #fff;    font-size: 16px;    text-align: right;    margin-right: 10px;}
.prod-bottom__price{color: #fff;    font-size: 14px;    height: 29px;    display: flex;    align-items: center;    border-left: 1px solid #fff;    padding-left: 10px;}
.prod-bottom__price span{margin-left: 5px;    color: #8FABD6;    text-decoration: line-through;}
.gift{background: #fff;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 8px;
    display: inline-flex;
    color: #D38700;
    align-items: center;
}
.gift:before {
    content: "";
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-size: 16px;
    background-position: center center;
	margin-top: -2px;
}
.product-page__gallery-content .swiper-pagination{display:none;}
.product__item .gift__wrap{height:56px;}
.product__item .gift{font-size: 15px;
    background: #FFF6E7;
    height: auto;
line-height: 18px;}
.product__item .gift:before{
    width: 25px;
    height: 37px;
    background-position: left top;
margin-top: -1px;}

.special__wrap .product__item .gift__wrap{height:41px; margin-top:20px;}
.special__wrap .product__item .gift{
    height: 41px;
}

.special__wrap .product__item .gift:before{
    width: 22px;
    height: 22px;
    background-position: center center;
margin-top: -1px;}
#pay{width:100%; margin-top:20px;}
.bestseller__wrap .swiper-pagination{display:none;}
.product-card__info{margin-top:20px;}

.dost-item{font-size: calc((100vw - 360px) / (1920 - 360) * (24 - 16) + 16px);    font-weight: 700; margin-bottom:20px; margin-top:40px;}
.payship ul{margin-top:-10px;}

@media (max-width:1679px){
	
	.product__button{left:0;}
	.product-button-prev{right:0; left:auto;}
	.complect_wrap .item__price{}
}

@media (max-width:1579px){
	.item__desc{ -webkit-line-clamp: 2;}
	.product__wrap {	padding-bottom: 50px;}
	
	.bestseller__wrap .swiper-pagination{display:flex;}
	.bestseller__wrap .swiper-pagination.swiper-pagination-lock{display:none;}
	.product-card__swrap .swiper-pagination{display:flex;}
	.special .swiper-pagination{    display: flex; }
	.special .product__button{display:none;}
	.bestseller .product__button{display:none;}
	.complect_wrap .product__button{display:none;}
	.catalog__content .item__price, .catalog__content .item__title{margin-top:10px;}
	.material__content, .catalog__content{margin-top:0px;}
	.header__logo {    margin: 8px 56px;}
	ul.header__page {    width: 290px; }
	.banner__info{width:850px; }
	.item__price{font-size:22px;}
	.item__price span{font-size:20px;}
	.why-block__thumb div{height:830px;width:391px;}
	.why-block__item:first-child, .why-block__item:last-child{width:449px;}
	.whom-block__left h2{font-size:45px;}
	.whom-block__left{width:460px;}
	.material__title{font-size:28px;}
	.advice__social.social{width:400px;}
	.advice__social.social a {    width: 64px;    height: 64px;}
	.advice__left{width:576px;}
	.advice__right{width: 650px;}
	.review__text{min-height:150%;}
	.bestseller__wrap .swiper-wrapper{column-gap: unset;}
	.review-button-prev {    right: -5px;}
	.review-button-next {    left: -5px;}
	.review .swiper-viewport{width:1100px; margin:0 auto;}
	.material__popup{width:1250px;}
	.partners-block__image{width:50%;}
	.partners-block__image img{max-width:100%;}
	.partners-block__content{width:50%;}
	.partners-block__item{margin-top:80px;}
	.product-card__left{width: calc(60% - 40px);}
	.product-card__right{width:40%;}
	.product-card__wrap{grid-gap:40px;}
	.product-page__gallery-content{width: calc(100% - 143px); height:auto;}
	.gallery-thumbnail .swiper-wrapper{height:567px;}
	.perevagi_ico{width: calc(100% - 143px); grid-gap:10px; margin-top:25px;}
	.swiper-free-mode>.swiper-wrapper{align-items:end;}
	.gallery-thumbnail .swiper-slide{width:101.4px;}
	.faq__list{width:100%;}
	.faq h2.block_title{margin-right:100px;}
	.video-item__player{height:613px;}
	.partners-block__item {
        align-items: start;
	}
	
	.advice__right{padding:65px 100px; height:580px;}
	.advice__left{height:580px;}
	.adventage .swiper-slide{height: 452px;}
	.adventage .swiper-slide:first-child, .adventage .swiper-slide:nth-child(2), .adventage .swiper-slide:nth-child(3){height: 360px;}
	
}


@media (max-width:1279px){
	.video-cont{width:100%;}
	.adventage .swiper-slide:first-child, .adventage .swiper-slide:nth-child(2), .adventage .swiper-slide:nth-child(3){height: 452px;}
	.product__wrap{margin: 0;        padding: 0;        padding-bottom: 40px;        margin-top: 60px;}
	.product__item:hover{    transform: unset;    box-shadow: none;}
	.bestseller__wrap .swiper-pagination{display:flex;}
	.consult-svg-mob{display:block;}
	.consult-svg{display:none;}
	.product__consult{right:50px; width:50px;}
	.special__wrap .swiper-wrapper, .bestseller__wrap .swiper-wrapper{   
	column-gap: unset;}
	.bestseller .item__desc {
		-webkit-line-clamp: 4;
		overflow: hidden;
		height: 90px;
	}
	
	.item__price, .item__price span{font-size:20px;}
	.whom-right-wrap .swiper-wrapper{flex-wrap:unset;}
	.whom-block__right .swiper-viewport{overflow:hidden;}
	.whom-block__left{width:100%;}
	.whom-block__right{width:100%; margin-top:30px;}
	.whom-block__wrap{flex-wrap:wrap;}
	.whom-block__right .swiper-viewport{    width: 666px;    margin: 0 auto;}
	.whom-block__right .swiper-wrapper{grid-gap:unset;}
	ul.header__page{display:none;}
	.header__phone .header__phoneitem:last-child{display:none;}
	.header__wrap {    justify-content: space-between;}
	.mob-second-phone{display: flex;    justify-content: center;}
	.header__phoneitem:first-child{margin:0; display:flex !important;}
	.header__logo{margin:8px 0;}
	.header__phone{    width: auto;    margin: 0;}
    .banner__info {
        width: 600px;
	}
	.catalog{margin-top:110px;}
	.catalog__wrap{flex-wrap: wrap;    grid-gap: 24px;}
	.catalog__item{    width: calc((100% - 24px) / 2);}
	.catalog__item:nth-child(4){display:block;}
	.special, .bestseller, .material, .why-block, .whom-block, .review, .advice{margin-top:110px;}
	.why-block__wrap{    flex-wrap: wrap;    grid-gap: 24px;}
	.why-block__thumb{width:100%;}
	.why-block__thumb div{width: 100%;    height: 300px;    background-position: 0;}
	.why-block__right{margin:0;}
	.why-block__item {    width: calc(45% - 12px);}
	.why-block__item:first-child, .why-block__item:last-child {        width: calc(55% - 12px);    }
	.whom-right-wrap{padding-bottom:42px;}
	.material__wrap{flex-wrap:wrap;}
	.material__item{width:calc((100% - 24px) / 2);}
	.material__item:last-child{display:none;}
	.review .swiper-viewport{width:100%; margin:0;}
	.review-button-prev, .review-button-next{    display:none;}
	.advice__wrap{flex-wrap:wrap; row-gap:24px;}
	.advice__left{width: 100%;    height: 400px;}
	.advice__right{    margin: 0;    width: 100%;    height: auto;}
	.advice{margin-bottom:110px;}
	.footer__wrap{flex-wrap:wrap;}
	.footer__right{    margin-top: 60px;}
	.review-bl__body .swiper-pagination{display:block; display:flex; align-items: center;}
	.review__wrap{padding-bottom:42px;}
	
	.menu__submenu {
		opacity: 1;
		height: auto;
		visibility: visible;
		display: none;
	}
	
	.menu__block:hover .menu__button {
		background: #EBF1F8;
	}
	
	.menu__block:hover .menu-act, .menu__block .menu-act {
		background: #D5E2F0
	}
	
	.menu__block:hover .menu__button:before{
		transform: rotate(0);
	}
	
	.menu__block:hover .menu-act:before{
		transform: rotate(90deg)
	}
	
	.menu__button{font-size:18px;}
	.cart__info{font-size:18px;}
	.submenu__title{font-size:22px;}
	.submenu__item{    width: calc((100% - 72px) / 3);}
	.submenu__item:last-child{display:none;}
	.material__popup{width:900px;}
	.catalog__content .catalog__wrap{margin-top:30px;}
	.page-head {    margin-top: 50px;}
	.review__left{width:75%;}
	.review-rating__count{margin-top:30px;}
	
	.oferta p{margin-top:10px; line-height:140%;}
	.oferta h2{margin-top:40px;}
	.page-head{margin-top:20px;}
	.page__content{margin-top:30px;}
	.payship__item h2{margin-top:0;}
	.payship__item{padding-top:0; padding-bottom:40px;}
	.payship p, .return p{margin-bottom:20px;}
	.checkout-col-center{flex-wrap:wrap;}
	.checkout-col-left {        width: 100% !important;    }
	.checkout-col-fix-right{width: 100% !important;}
	.confirm-block .prm-btn{    max-width: 400px;    margin: 0 auto;}
	.partners-block__item{align-items:start}
	.adventage .swiper-wrapper{flex-wrap:nowrap; grid-gap:0;}
	.adventage__wrap{overflow:hidden;}
	.adventage .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{bottom: -20px;}
	.gallery-thumbnail{display:none;}
	.product-page__gallery-content{width:100%;}
	.product-card__left{width:50%;}
	.product-card__right{width:50%;}
	.perevagi_ico{margin-left:0; width:100%;}
	.product__order-print{width:350px;}
	.product__price{margin-left:30px;}
	.product__button{display:none;}
	.complect_wrap .swiper-viewport{width:100%;}
	.video-item__player{height:453px;} 
	.product-card__swrap .swiper-pagination{display:block;}
	.complect_wrap .product-card__swrap{    padding-bottom: 40px;    }
	.complect_wrap .swiper-horizontal>.swiper-pagination-bullets, .complect_wrap .swiper-pagination-bullets.swiper-pagination-horizontal{bottom:0px; display:flex;}
	.product__price span{margin-left:10px;}
}
@media (max-width:959px){
	.adventage .swiper-slide{height: 400px;}
	.adventage .swiper-slide:first-child, .adventage .swiper-slide:nth-child(2), .adventage .swiper-slide:nth-child(3){height: 400px;}
	.mob-second-phone, .header__phone{display:none;}
	.top-line{display:none;}
	.submenu__wrap{display:none;}
	.submenu__mob{display:block; }
	h1.banner__title{font-size:40px;}
	.banner__info {        width: 390px;   bottom:70px; }
	.banner__image{	background-position-x: calc(50% + 90px);}
	.banner__button{width:250px; bottom:70px;}
	.menu__submenu{top:0; z-index:105;}
	.whom-block__right .swiper-viewport {	width: 321px;}
	.material-popup__desc, .material-popup__attr{flex-wrap:wrap;     grid-gap: 40px;}
	.material-desc__right{width:100%; text-align:center;}
	.material-attr__right{margin-left:0;}
	.material-whom__wrap{flex-wrap:wrap; grid-gap:15px;}
	.material-whom__item{width:100%;}
	.material-whom__text{display:flex; align-items:center;}
	.prm-btn, .snd-btn{height:64px;}
	.review__head .snd-btn{width:320px; }
	.catalog__button .crl-btn{width:42px; height:42px;}
	.catalog__button .crl-btn img{width:15px;}
	.catalog__title{min-height:42px;}
	.item__desc{    -webkit-line-clamp: 3;    height: 60px;}
	.social a{width:48px; height:48px;}
	.social{width:260px;}
	.footer__right{flex-wrap:wrap;}
	.footer__page{width:50%;}
	.footer__contacts{width:100%; display:flex; flex-wrap:wrap; flex-direction: column;}
	.footer__about{flex-wrap:wrap; width:100%; order:1; margin-top:20px;}
	.footer__phone{order:2; margin-top:40px;}
	.footer__open{width:50%;} 
	.footer__address{width:50%;}
	.footer__social{order:3; margin-top:20px;}
	.footer__about-text{width:180px;}
	.footer__copy{margin-top:40px;}
	.material__popup{width:650px;}
	.submenu__content {
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}
	
	.submenu-bottom__social{    display: flex;
		width: 100%;
		justify-content: center;
		column-gap: 10px;
		margin-top:20px; margin-bottom:40px;
	}
	.submenu-bottom__social svg{    width: 32px;    height: 32px;}
	.submenu-bottom__social path{fill: #446CA9;}
	.submenu-bottom__open{width:180px;}
	.submenu-bottom__phone{width:50%;}
	.submenu-bottom__head{display:flex;}
	.submenu-bottom{margin-top:40px;}
	.header__phoneitem{height:30px; display:none;}
	.submenu-bottom__open{line-height: 180%;}
	.header__phoneitem a:before{margin-right:5px;}
	.advice__right{padding:60px;}
	.cat-menu{display:none;}
	.product__item{padding:15px; width: calc((100% - 24px) / 2);}
	.product__wrap{margin-top:30px;}
	.review__right{width:50%; position:relative; top:0; order:1;}
	.review__left{order:2; width:100%;}
	.review__content{flex-wrap:wrap; justify-content: start;}
	.modal_review{
		width: 660px;
		height:562px;
		left: calc(50% - 330px);
		top: calc(50% - 281px);
	}
	
	.modal_review input.form__input{height:64px;}
	.modal_review .form__textarea{height:146px;}
	.modal_review .modal__wrap, .modal_print .modal__wrap, .modal_consult .modal__wrap, .modal .modal__wrap {
	padding: 30px 50px;}
	
	.checkout-col-center .two-column .row-flex{flex-wrap:wrap;}
	#onepcheckout .col-lg-6{width:100%;}
	#opc-shipping-address{flex-wrap:wrap;}
	#onepcheckout #opc-shipping-address .form-group{width:100%;}
	.cart-item__attr {    grid-template-columns: 80px 150px;}
	.partners-block__item{flex-wrap:wrap;}
	.partners-block__image{width:100%;}
	.partners-block__content{width:100%;}
	.partners-block__item:nth-child(2n) .partners-block__image{order:1}
	.partners-block__item:nth-child(2n) .partners-block__content{order:2}
	.adventage{margin-top:110px;}
	.advice__coop .advice__left{    padding: 50px 20px;    height: auto;}
	.advice__coop .advice__right{padding:30px 20px; height:auto;}
	.product-card__wrap{flex-wrap:wrap;}
	.product-card__left{width:100%; position:relative;top:0;}
	.product-card__right{width:100%;}
	.video__item{flex-wrap:wrap; grid-gap: 24px;}
	.video-item__info{width:100%; height:auto;}
	.video-item__player{width:100%;}
	.video-item__player{height:670px;} 
	.video__item:nth-child(even) .video-item__info{order:1}
	.video__item:nth-child(even) .video-item__player{order:2}
	.product__order-print{width:100%;}
	.faq__wrap{flex-wrap:wrap;}
	.faq__wrap h2.block_title{width:100%;}
	.faq__list{margin-top:30px;}
	.card-bottom__item{flex-wrap:wrap;}
	.card-bottom__title{width:100%;}
	.card-bottom__text{width:100%; margin-top:30px;}
	.faq{margin-top:80px;}
	.bestseller{margin-top:80px;}
	.product-card__review{margin-top:80px;}
	.perevagi_ico{display:none;}
	.perevagi_mob{display:flex;}
	a.colaps{font-size:14px; background-size: 14px 14px;}
	.up{display:block;}
	.product__consult{display:none;}
}


@media (max-width:699px){
	.product-page__gallery-content .swiper-pagination{display:flex;}
	h2.block_title{font-size:30px;}
	.menu__button{
		width: 54px;
		height: 54px;
		padding: 0;
		justify-content: center;
		align-items: center;
	}
	.menu__button span{display: none;}
	.menu__button:before{    margin: 0;}
	.cart-info__text{display:none;}
	.header__cart{width:69px; height:54px; margin-top:0;}
	.cart__info span{margin:0;}
	.cart__info{        padding: 0;
        font-size: 16px;
        height: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
	width: 69px;}
	.cart__info span:before{background-size:20px; width:20px; height:20px; margin:0; margin-right:5px;}
	.header__logo img, .submenu__logo img{    max-width: 95px;    max-height: 31px;}
	.banner__image{        background-position: center;
		background-position-x: calc(50% + 90px);
        background-size: 1358px 556px;
        height: 556px;     border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;}
	h1.banner__title{font-size:30px;}
	.banner__info {
        width: auto;
        bottom: 100px;
	}
	.banner__button{width:100%; bottom:20px;}
	.catalog__item{width:100%;}
	.catalog{margin-top:80px;}
	.catalog__wrap{margin-top:30px; grid-gap:15px;}
	.catalog__bottom{min-height:52px;}
	.special, .bestseller, .material, .why-block, .whom-block, .review, .advice{margin-top:80px;}
	.product__wrap{margin-top:30px;}
	.item__title, .bestseller .item__title{font-size:20px; height:50px;}
	.item__desc{height:63px;}
	.why-block__wrap{grid-gap:15px;}
	.why-block__thumb{order:2}
	.why-block__right{order:1; grid-gap:15px;}
	.why-block__item:first-child, .why-block__item:last-child{width:100%; margin:0;}
	.why-block__item{width:100%; margin:0;}
	.why-block__item:nth-child(3){width:100%; margin:0;}
	.footer__page:first-child{order:2; width:40%;}
	.footer__page:last-child{order:1; width:60%;}
	.footer__contacts{order:3;}
	footer h3{font-size:16px; margin-bottom:10px;}
	.footer__about-text{width:160px;}
	.footer__address .footer__about-text{width:150px;}
	.footer__open{width:60%;}
	.footer__address{width:40%;}
	.footer__wrap{margin-top:40px;}
	.footer__logo img{max-width:115px;}
	footer{    border-top-left-radius: 50px;    border-top-right-radius: 50px;}
	.footer__right {
        margin-top: 40px;
	}
	.footer__phoneitem a{font-size:20px;}
	.why-item__thumb img{width:20px; height:20px;}
	.why-item__thumb{width:40px; height:40px;}
	.why-item__circle{width:48px; height:48px;}
	.why-block__item{padding:20px;}
	.why-item__title{font-size:20px;}
	.whom-block__left h2{font-size:30px;}
	.whom-block__wrap{padding:0;}
	.whom-block{background: #446CA9;
		border-radius: 50px;
	padding: 60px 0;}
	.whom-block__right .swiper-viewport, .whom-block__item{width:100%;}
	.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-bullet:hover{opacity:1;}
	.material__item{width:100%; padding: 15px;}
	.material__wrap{grid-gap:15px;}
	.material__title{font-size:20px;}
	.material__desc{margin-top:10px;}
	.material__wrap{margin-top:30px;}
	.catalog__item:nth-child(4){display:none;}
	.material__item:nth-child(3){display:block;}
	.review-link-mob{display:flex;}
	.review__head .snd-btn{display:none;}
	.advice__left{padding:30px 20px; height:322px;}
	.advice__phone a:before{
		width: 20px;
		height: 20px;
		background-size: 20px;
		margin-right: 5px;
	margin-top: -1px;}
	.advice__phone a{font-size:16px;}
	.advice__phone{margin-top:30px;}
	.advice__phoneitem {    margin-bottom: 10px;}
	.advice__social.social{width:290px; bottom:30px;}
	.advice__social.social a{width:48px; height:48px;}
	.advice__social.social a svg{width:24px; height:24px;}
	.advice__right{padding:30px 20px;}
	.advice-right__head{width:100%; font-size:20px;}
	input.form__input{height: 64px;    margin-bottom: 0;}
	footer{margin-top:80px;}
	.review__wrap{margin-top:30px;}
	.advice {        margin-bottom: 80px;}
	.material__popup{width:100%; border-radius:0; padding:20px;}
	.material-desc__right img{width:100%;}
	.material-attr__opt-wrap{grid-template-columns: repeat(1, 100%);    grid-row-gap: 15px;}
	.material-attr__color-wrap{grid-gap:10px;}
	.material-color__color{width:72px; height:72px;}
	.material-color__title{font-weight:400;}
	.product__item{padding:15px;}
	.stickers{    top: 30px;    left: 15px;}
	.stickers__item {    padding: 5px 7px;     font-size: 10px;    }
	.material-popup__title{font-size:20px;}
	.modal__title{font-size:24px;}
	.material__popup .modal__head{height:42px;}
	.material-popup__desc {        grid-gap: 10px;}
	.material-popup__attr, .material-prod{            margin-top: 40px;}
	.material-popup__wrap, .material-attr__opt-wrap, .material-attr__color-wrap, .material-whom__wrap, .material-prod .product__wrap{margin-top:20px;}
	.cart__popup{width:320px;}
	.navbar-fixed-top{opacity:0;}
	header.navbar-fixed-top{opacity:1;}
	header.navbar-fixed-top .opacity{height:88px;}
	.breadcrumb ul{flex-wrap:wrap;}
	.breadcrumb li span.delim{margin-left:3px; margin-right:3px;}
	.breadcrumb{margin-top:20px;}
	.error404 a, .thanks a{margin-top:40px;}
	.material-prod .swiper-viewport{width: 100%; max-width:350px;
		overflow: hidden;
	margin: 0 auto;}
	.catalog__content .catalog__item{width:100%;}
	.catalog__item:nth-child(4){display:block;}
	.catalog__content .catalog__wrap{margin-top:0;}
	.catalog__item{padding:15px;}
	.catalog__title{max-width:250px; font-size:18px;}
	.product__item{width:100%;}
	.catalog__content .product__wrap{margin-top:0;}
	.item__btn button{width:64px; height:64px;}
	.seo_text{margin-top:80px;}
	.item__title{height:auto;}
	.catalog__content .product__item .item__desc{height:auto;}
	.material__content .material__wrap{margin-top:0; grid-gap:15px;}
	.review-rating__wrap{padding:15px;}
	.review__right{width:100%; margin-bottom:0;}
	.review-rating__count{margin-top:5px;}
	.review-rating__average{font-size:30px;}
	.review-rating__text{margin-top:20px;}
	.review__right a.prm-btn{margin-top:10px;}
	.review-content__item{padding:20px;}
	.review-content__title{font-size:20px;}
	.review-content__rating{margin-top:30px;}
	.review-content__date{font-size:14px;}
	.review__content{grid-gap:30px;}
	.review-content__item{margin-bottom:0; width:100%;}
	.review__left{grid-gap:10px; display:flex; flex-wrap:wrap;}
	.modal_review{    width: 320px;	height:510px;    left: calc(50% - 160px);    top: calc(50% - 260px);}
	.modals{    width: 320px;	height:370px;    left: calc(50% - 160px);    top: calc(50% - 185px);}
	.modals_review_thanks{    width: 320px;	height:370px;    left: calc(50% - 160px);    top: calc(50% - 185px);}
	
	.modal_review .modal__title{font-size:20px;     width: 100%;    padding: 0 45px;}
	.modal_review .modal__wrap, .modal_print .modal__wrap, .modal_consult .modal__wrap, .modal .modal__wrap, .modals .modal__wrap, .modal_review_thanks .modal__wrap{padding:30px 20px; width:100%; height:100%;}
	.modals .modal__close, .modal_review_thanks .modal__close, .modal_review .modal__close, .modal_print .modal__close, .modal_consult .modal__close, .modal .modal__close{right:20px; top:20px;}
	.stars{margin-top:10px; height:25px;}
	.stars svg{width:23px;}
	.modal__form .prm-btn{margin-top:10px;}
	.modal_review .form__textarea{margin-top:10px;}
	.modals .modal__text{max-width:200px;}
	.modals .modal__body a.prm-btn{margin-top:20px;}
	.modals .modal__body{height:200px;}
	
	.modals_review_thanks .modal__text{max-width:200px;}
	.modals_review_thanks .modal__body a.prm-btn{margin-top:20px;}
	.modals_review_thanks .modal__body{height:200px;}
	
	.advice-item__text a, .advice-item__text{font-size:20px;}
	.advice-item__text{width:200px;}
	.contacts .advice__left{height:496px;}
	.advice__item{margin-top:20px;}
	.contacts .advice__right{padding:30px 20px; height:auto;}
	.contacts input.form__input{margin-bottom:0;}
	input.form__input::placeholder, input.form__input, .form__textarea, textarea.form__textarea::placeholder{font-size:14px;}
	.contacts .advice__textarea{margin-bottom:20px;}
	.payship__item h2 {        margin-bottom: 10px;}
	
	.opc_block_cart .cart-item__attr{    grid-template-columns: 60px 100px;    font-size: 14px; grid-column-gap: 20px;}
	#onepcheckout .cart-item-left{flex: 0 0 70px;    max-width: 70px;}
	.cart-item__attr-name{font-size:14px;}
	.cart-item-center{width:200px;}
	.cart-item{flex-wrap:wrap !important;}
	.cart-item .cart-item-price-quantity{ width:100% !important; max-width:100% !important;}
	.cart-item .cart-totals{font-size:14px !important;}
	.cart-item-price-quantity{flex-direction:unset !important;}
	.checkout-сustomer-info{flex-wrap:wrap; grid-gap:10px;}
	#onepcheckout .form-group{width:100%;}
	.chm-radio label{font-size:16px !important;}
	.opc_block_totals .table-cart .total-title, .opc_block_totals .table-cart .total-text{font-size:16px;}
	.opc_block_totals .table-cart tr:last-child .total-title, .opc_block_totals .table-cart tr:last-child .total-text{font-size:18px;}
	.checkout-agree label{font-size:14px;}
	.confirm-block .prm-btn{font-size:16px;}
	#opc-shipping-address {        grid-gap: 10px;}
	.cart__popup{padding: 30px 0;}
	.cart__wrap{padding: 0 20px;}
	.cart__products {
		margin-left: 20px;
		margin-right: 20px;
	}
	.cart-popup__bottom {
		padding: 20px 20px;
		
	}
	.cart-item__image img{max-width:60px;}
	.cart-item__title{font-size:16px;}
	.cart-item__price{margin-top:0;}
	.cart__wrap .cart-item__attr{margin-top:10px;}
	.cart__wrap .cart-item__attr {        column-gap: 10px;}
	.cart-item__quantity{    position: relative;
		margin-top: 15px;
	bottom: auto;}
	.cart-products__name{font-size:14px;}
	.cart-products__price{font-size:14px;}
	.cart-products__right .prm-btn{    height: 38px;    font-size: 12px;}
	.cart-products__head{margin-top:25px;}
	.cart-popup__bottom{font-size:14px;}
	.popup-total{font-size:16px;}
	.popup-btn a{margin-top:10px;}
	.total-item{margin-top:5px;}
	.cart-item .cart-item-price-quantity > .justify-content-end {
		align-items: start;
	margin-top: 25px;}
	
	.mb-30 {
		margin-bottom: 0px !important;
	}
	.col-md-12{
		margin-bottom: 10px !important;
	}
	
	.col-md-12:last-child {
		margin-bottom: 0px !important;
	}
	
	.checkout-col-center {
	grid-gap: 10px !important;}
	.cart-popup__wrap{text-align:center;}
	.partners-block__item{margin-top:40px;}
	.partners-block__item{grid-gap:30px;}
	.partners-item__title:before{display:block; margin-bottom:10px;}
	h2.partners-block__title{margin-bottom:30px; font-size:30px;}
	.adventage{margin-top:80px;}
	.adventage__wrap{margin-top:30px;}
	.adventage__image{width:48px; height:48px;}
	.adventage__image span{width:40px; height:40px;}
	.adventage__image span img{width:16px; height:16px;}
	.adventage__item{padding:20px; height: 100%;}
	.adventage .swiper-slide{height: 340px;}
	.adventage .swiper-slide:first-child, .adventage .swiper-slide:nth-child(2), .adventage .swiper-slide:nth-child(3){height: 340px;}
	.adventage__content{margin-top:37px;}
	.adventage__text{margin-top:10px;}
	.advice__phone .advice__mailitem a:before{width: 17px;
        height: 13px;
        background-size: 17px !important;
	margin-top: 4px;}
	
	h2.adventage__head{width:300px; font-size:30px;}
	.video-item__player{height:330px;} 
	.video-item__info{width:100%; height:auto;}
	.thumb-wrap .stickers__item {
		padding: 5px 10px 5px 5px;
		max-width:160px;
		font-size:10px;
		margin-bottom:0;
	}
	.swiper-button-prev{left:10px !important;}
	.swiper-button-next{right:10px !important;}
	.swiper-button-prev, .swiper-button-next{width:32px !important; height:32px !important; background:none;}
	.swiper-button-next svg, .swiper-button-prev svg{width:18px !important; height:18px !important;}
	.swiper-button-prev:hover, .swiper-button-next:hover{background:none; }
	.swiper-button-prev:hover path, .swiper-button-next:hover path{stroke: #446CA9;}
	.perevagi_ico__item {        width: calc((100% - 10px) / 3);        padding: 15px 5px 18px 5px;        font-size: 12px;        height: auto;}
	.product-card__right a.hpm-button, .product-card__right span.hpm-button{
		height: 40px;
		width: 99px;
		font-size: 14px;
	}
	
	.thumb-wrap .swiper-horizontal{padding-bottom:40px;}
	.thumb-wrap .swiper-horizontal>.swiper-pagination-bullets, .thumb-wrap .swiper-pagination-bullets.swiper-pagination-horizontal, .thumb-wrap .swiper-pagination-custom, .swiper-pagination-fraction{bottom:0;}
	.hpm-block {
		margin-top: 20px;
	}
	
	.product-card__right .hpm-button:has(> span.hpmcircle){padding:4px;}
	.product-card__right .hpmcircle {
		width: 24px !important;
	height: 24px !important;}
	.hpm-block-prd3 .column-custom3{margin-top:10px;}
	.prod-quan a {
		width: 24px;
		height: 24px;
	}
	.prod-quan a svg{width:10px;}
	#prod-val{font-size:14px;}
	.prod-quan{width:83px;}
	.product__price{margin-left:20px;}
	.product__price span{margin-left:10px;}
	
	.product__pricer-q{margin-bottom:30px;}
	.product__order-print {    margin-top: 10px;}
	.product__text-blocks{margin-top:25px;}
	.product__text-block {    padding: 18px 12px 18px 0px;}
	.product-card__bottom{padding:30px 20px;}
	.card-bottom__text{margin-top:15px;}
	.card-bottom__item{margin-bottom:20px; padding-bottom:20px;}
	.complect_wrap{margin-top:30px;}
	.video h2{margin-bottom:30px;}
	.video-item__info{padding: 37px 20px;}
	.video-item__title{margin-top:30px;}
	.video__item {
        margin-bottom:10px;
        grid-gap: 10px;
	}
	
	.embed-container{margin-top:80px;}
	.video{margin-top:80px;}
	.faq__title div{max-width:250px;}
	.faq__item{padding:20px; border-radius:20px;}
	.panel{margin-bottom:10px;}
	.product__text-block{margin:0;}
	.prod-bottom__blocks{display:block;}
	.prod-bottom__block{display:none;}
	.product__price{font-size:20px;}
	#quick-order-modal{width: 320px;
		height: 318px;
		left: calc(50% - 160px);
	top: calc(50% - 159px);}
	#quick-order-modal .modal-content{width: 320px;
	height: 318px;}
	#quick-order-modal .modal__close, .modal_print .modal__close{    right: 20px;
		top: 20px;         display: block;        
        width: 17px;
	height: 17px;} 
	#quick-order-modal .modal__close svg, .modal_print .modal__close svg{    width: 17px;
	height: 17px;}
	.modal__title{font-size:20px;}
	.modal_print{    width: 320px;
		height: 344px;
		left: calc(50% - 160px);
	top: calc(50% - 172px);}
	#quick-order-modal .modal__text, .modal_print .modal__text{display:none;}
	.advice__input{margin-bottom:10px;}
	input.form__input{padding:22px 15px;}
	.gift:before{height: 40px;
		margin-top: -2px;
		width: 22px;
	    background-position: top center;
	}
	
	.modal_review_thanks{
		width: 320px;
		height: 370px;
		left: calc(50% - 160px);
		top: calc(50% - 185px);
	}
	
	.modals .modal__wrap, .modal_review_thanks .modal__wrap{height:auto;}
	.stars label.form__label {
		font-size: 12px;
		text-align: center;
		width: 100%;
		margin: 0;
	margin-top: 15px;}
	.print__input{margin-bottom:10px;}
	.cart-item__wrap{width:180px;}
	
	#quick-order-modal .modal__close svg{width:17px !important; height:17px !important;}
	#quick-order-modal .modal__title{font-size:18px;}
}
























