
body {
	font-family: 'Manrope';
	font-size: 18px;
	line-height: 144%;
	color: #fff;
	overflow-x: hidden;
	margin: 0;
	background: #000;
}

.container {
	max-width: 1470px;
}
.row > div {  
	padding: 0 5px; 
}
.row { 
	margin: 0 -5px;
} 
@media (max-width: 1600px) {
	.container { 
		max-width: 1270px;
	}
} 
@media (max-width: 1360px) {
	.container {
		max-width: 1100px;
	}
}
@media (max-width: 1200px) {
	.container {
		max-width: 994px;
	}
}
@media (max-width: 992px) {
	.wrapper {
		overflow: hidden;
	}
}
svg * {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/*шапка сайта*/
.header {
	padding-top: 15px;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 900;
	position: absolute;
	transition: all 0.3s;
}
.header__wrapper {
	position: relative;
	gap: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

ul.main-search {
	max-width: 420px;
}

.logo-wrap {
	gap: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.logo img {
	width: 140px;
	height: auto;
}
.logo-descr {
	width: 181px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #525353;
	font-weight: 700;
}
.btn-catalog {
	height: 60px;
	padding: 0 40px;
	gap: 10px;
	color: #fff;
	font-weight: 500;
	border: 1px solid #525353;
	border-radius: 50px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-catalog__icon {
	width: 16px;
	height: 16px;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	position: relative;
}
.btn-catalog__icon::after,
.btn-catalog__icon::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.btn-catalog__icon::before {
	background-image: url(../img/sandwich.svg);
}
.btn-catalog__icon::after {
	background-image: url(../img/close.svg);
	opacity: 0;
}
.btn-catalog.active .btn-catalog__icon::before {
	opacity: 0;
}
.btn-catalog.active .btn-catalog__icon::after {
	opacity: 1;
}
.btn-catalog.active {
	border-color: #fdb913;
}
.header__menu {
	background: #000;
}
.header__search {
	width: 27.6%;
}
.header__search input {
	font-size: 16px;
	padding: 5px 20px 5px 0;
	width: 100%;
	font-weight: 700;
	color: #fff;
	border: none;
	background: transparent;
	border-bottom: 1px solid #525353;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.header__phone {
	font-size: 24px;
	line-height: 100%;
	font-weight: 600;
	color: #525353;
	white-space: nowrap;
}
.header__phone span {
	color: #fff;
}
.header__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.btn-basket {
	height: 60px;
	gap: 10px;
	padding: 0 25px;
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	vertical-align: middle;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
.btn-basket.active {
    border-color: #fdb913;
}
.btn-basket__icon {
	width: 24px;
	height: 24px;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	background-image: url(../img/cart.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.btn-basket__value {
	min-width: 24px;
	height: 24px;
	font-size: 16px;
	padding: 0 5px;
	line-height: 150%;
	width: auto !important;
	font-weight: 600;
	text-align: center;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #fdb913;
	border-radius: 12px;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}
.btn-menu,
.btn-user {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
}
.btn-menu.active {
	border-color: #FDB913;
}
.btn-user {
	background-image: url(../img/user.svg);
}
.btn-menu {
	background-image: url(../img/dots.svg);
}
@media (max-width: 1600px) {
	body {
		font-size: 16px;
	}
	.logo-descr {
    	width: 160px;
	}
	.logo-wrap {
    	gap: 8px;
	}
	.logo img {
    	width: 125px;
	}
	.header__phone {
    	font-size: 21px;
	}
	.btn-menu, .btn-user {
    	width: 55px;
    	height: 55px;
	}
	.btn-user {
		background-size: 22px auto;
	}
	.btn-menu {
		background-size: 18px auto;
	}
	.btn-basket {
    	height: 55px;
    	gap: 9px;
    	padding: 0 22px;
	}
	.btn-basket__icon {
    	width: 22px;
    	height: 22px;
	}
	.btn-basket__value {
    	min-width: 22px;
    	height: 22px;
    	font-size: 14px;
		border-radius: 11px;
	}
	.btn-catalog {
    	height: 55px;
    	padding: 0 35px;
    	gap: 8px;
	}
	.header {
    	padding-top: 10px;
	}
}
@media (max-width: 1360px) {
    body {
        font-size: 14px;
    }
    .logo img {
        width: 112px;
    }
    .header__phone {
        font-size: 18px;
    }
    .btn-menu, .btn-user {
        width: 50px;
        height: 50px;
    }
    .btn-user {
        background-size: 20px auto;
    }
    .btn-menu {
        background-size: 16px auto;
    }
	.header__search input {
    	font-size: 14px;
	}
    .logo-descr {
        width: 140px;
    }
    .btn-catalog {
        height: 50px;
        padding: 0 30px;
        gap: 7px;
    }
	.btn-catalog__icon {
		width: 14px;
		height: 14px;
	}
    .btn-basket {
        height: 50px;
        gap: 7px;
        padding: 0 19px;
    }
    .btn-basket__icon {
        width: 20px;
        height: 20px;
    }
    .btn-basket__value {
        min-width: 20px;
        height: 20px;
        font-size: 12px;
		border-radius: 10px;
    }
    .header {
        padding-top: 6px;
    }
}
@media (max-width: 1200px) {
    body {
        font-size: 12px;
    }
    .header__search input {
        font-size: 12px;
    }
    .header__phone {
        font-size: 16px;
    }
	.logo-descr {
        width: 122px;
    }
    .logo img {
        width: 100px;
    }
}
@media (max-width: 992px) {
	.btn-catalog,
	.header__search,
	.header__wrapper .btn-menu,
	.header__wrapper .btn-user,
	.header__wrapper .logo-descr,
	.header__wrapper .header__phone {
		display: none;
	}
	.logo img {
		width: 91px;
		margin: -4px 0;
	}
	.header {
		position: fixed;
		top: 0;
		background: #000;
		padding-top: 0;
	}
    .btn-basket {
        height: 40px;
        gap: 5px;
        padding: 0 10px;
    }
	.btn-basket__icon {
		width: 16px;
		height: 16px;
	}
	.btn-menu-mobile {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		border: 1px solid #525353;
		cursor: pointer;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		position: relative;
	}
	.btn-menu-mobile.active {
		border-color: #FDB913;
	}
	.btn-menu-mobile::after,
	.btn-menu-mobile::before {
		position: absolute;
		display: block;
		content: " ";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 16px;
	}
	.btn-menu-mobile::before {
		background-image: url(../img/sandwich.svg);
	}
	.btn-menu-mobile::after {
		background-image: url(../img/close.svg);
		opacity: 0;
	}
	.btn-menu-mobile.active::before {
		opacity: 0;
	}
	.btn-menu-mobile.active::after {
		opacity: 1;
	}
}
@media (min-width: 992px) {
	.btn-menu-mobile {
		display: none;
	}
}

/*первый экран главной страницы*/
.billbord {
	padding-top: 138px;
	padding-bottom: 54px;
	background-image: url(../img/billbord_background1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 2;
}
@supports (background-image: url('../img/billbord_background1.webp')) {
  .billbord {
    background-image: url('../img/billbord_background1.webp');
  }
}
@supports (background-image: url('../img/billbord_background1.avif')) {
  .billbord {
    background-image: url('../img/billbord_background1.avif');
  }
}
.billbord__title {
	font-size: 100px;
	line-height: 100px;
	margin-bottom: 20px; 
	display: inline-block;
	vertical-align: middle;
	background: -o-radial-gradient(2.83% 87.5%, 57.25% 57.25%, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #CBD1D9;
	background: radial-gradient(57.25% 57.25% at 2.83% 87.5%, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #CBD1D9;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	font-weight: 500;
}
.billbord__descr {
	font-size: 24px;
	line-height: 100%;
	font-weight: 600; 
	color: #fdb913;
}
.billbord__text {
	max-width: 590px;
	color: #bebebe;
}
.billbord__info {
	margin-top: 100px;
	gap: 40px;
	padding: 5px;
	padding-left: 50px;
	border: 1px solid #525353;
	border-radius: 50px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.billbord__price {
	font-weight: 300;
	color: #fff;
}
.billbord__price strong {
	font-size: 28px;
	line-height: 86%;
	color: #fff;
	font-weight: 600;
}
.btn-main {
	height: 60px;
	padding: 10px;
	padding-left: 30px;
	gap: 20px;
	font-size: 16px;
	line-height: 150%;
	font-weight: 500;
	border: 1px solid #525353;
	background: transparent;
	border-radius: 50px;
	color: #000;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	font-family: 'Manrope';
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}
.billbord__info .btn-main {
	height: 70px;
	font-size: 20px;
	padding: 5px;
	gap: 30px;
	padding-left: 40px;
	font-weight: 700;
	color: #fff;
	background: #525353;
}
.billbord__info .btn-main svg {
	height: 60px;
	width: 60px;
}
.billbord__bottom {
	margin-top: 90px;
}
.element-billbord {
	padding: 38px 10px;
	border-radius: 20px;
	font-size: 20px;
	line-height: 140%;
	color: #fff;
	text-align: center;
	position: relative;
}
.element-billbord::before {
	position: absolute;
	display: block;
	content: " ";
	top: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 31px;
	height: 31px;
	background-image: url(../img/element_plus.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.element-billbord__descr {
	opacity: 0.5;
}
.element-billbord__value {
	font-size: 36px;
	margin-bottom: 10px;
	line-height: 100%;
	font-weight: 500;
}

.billbord__image {
    top: -23px;
    left: 100%;
	margin-left: -200px;
	position: absolute;
	z-index: -1;
}
.billbord__image img {
	position: absolute;
	height: auto;
}
.billbord__img_1 {
	width: 794px;
	top: 55px;
    left: 100px;
	z-index: 2;
}
.billbord__img_2 {
	width: 510px;
	top: 0;
	left: 0;
}
.billbord__bg {
	position: absolute;
	display: block;
	content: " ";
	top: 20%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	pointer-events: none;
}
.billbord__bg svg {
    width: auto;
    height: 100%;
    margin: 0 auto;
    display: block;
	max-width: 100%;
}
.billbord__img {
  transition: transform 0.1s ease;
  transform-style: preserve-3d;
  will-change: transform;
}
.billbord__img,
.billbord__bg {
  transition: transform 0.4s ease;
}
.billbord__slider:not(.slick-initialized) > *:not(:first-child) {
  display: none;
}
.billbord .container {
	position: relative;
}
.slider-controls {
	bottom: 245px;
	gap: 20px;
	right: 15px;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-align: center;
  	    -ms-flex-align: center;
  	        align-items: center;
  	z-index: 10;
	position: absolute;
}
.circle-progress {
  position: absolute;
  top: 0; 
  left: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  pointer-events: none;
}
circle {
  fill: none;
  stroke-width: 2;
}
circle.bg {
  stroke: rgba(255,255,255,0.2);
}
circle.progress {
  stroke: white;
  stroke-dasharray: 196;
  stroke-dashoffset: 176;
  -webkit-transition: stroke-dashoffset 0s linear;
  -o-transition: stroke-dashoffset 0s linear;
  transition: stroke-dashoffset 0s linear;
}
.slider-arrow {
	width: 70px;
	height: 70px;
	border: 1px solid rgba(217, 217, 217, 0.3);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}
@media (max-width: 1600px) {
.billbord {
    padding-top: 120px;
    padding-bottom: 42px;
}
.billbord__title {
    font-size: 87px;
    line-height: 87px;
    margin-bottom: 18px;
}
.billbord__descr {
    font-size: 21px;
}
.billbord__text {
    max-width: 533px;
}
.billbord__info {
    margin-top: 72px;
    gap: 28px;
    padding: 4px;
    padding-left: 32px;
}
.billbord__price strong {
    font-size: 25px;
}
.btn-main {
    height: 55px;
    padding: 7px;
    padding-left: 25px;
    gap: 18px;
    font-size: 14px;
}
.btn-main svg {
	width: 36px;
	height: auto;
}
.billbord__info .btn-main {
    height: 62px;
    font-size: 17px;
    padding: 4px;
    gap: 20px;
    padding-left: 27px;
}
.billbord__info .btn-main svg {
    height: 55px;
    width: 55px;
}
.element-billbord {
    padding: 33px 8px;
    font-size: 18px;
}
.element-billbord__value {
    font-size: 32px;
    margin-bottom: 8px;
}
.element-billbord::before {
    top: -16px;
    width: 28px;
    height: 28px;
}
.billbord__image {
    top: -12px;
	margin-left: -180px;
}
.slider-arrow {
    width: 60px;
    height: 60px;
}
.slider-controls {
    bottom: 215px;
    gap: 17px;
}
.circle-progress {
	top: 100%;
    -webkit-transform: rotate(-90deg) scale(0.84);
        -ms-transform: rotate(-90deg) scale(0.84);
            transform: rotate(-90deg) scale(0.84);
    -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
}
.billbord__img_1 {
    width: 693px;
    top: 39px;
    left: 82px;
}
.billbord__img_2 {
    width: 407px;
}
}
@media (max-width: 1360px) {
    .billbord {
        padding-top: 105px;
        padding-bottom: 30px;
    }
    .billbord__descr {
        font-size: 18px;
    }
    .billbord__title {
        font-size: 80px;
        line-height: 80px;
        margin-bottom: 16px;
    }
    .billbord__text {
        max-width: 457px;
    }
    .billbord__price strong {
        font-size: 22px;
    }
    .billbord__info {
        margin-top: 46px;
        gap: 18px;
        padding: 3px;
        padding-left: 24px;
    }
    .billbord__info .btn-main {
        height: 55px;
        font-size: 15px;
        padding: 4px;
        gap: 20px;
        padding-left: 20px;
    }
    .billbord__info .btn-main svg {
        height: 50px;
        width: 50px;
    }
    .element-billbord {
        padding: 28px 6px;
        font-size: 15px;
    }
    .element-billbord__value {
        font-size: 27px;
        margin-bottom: 6px;
    }
    .element-billbord::before {
        top: -19px;
        width: 26px;
        height: 26px;
    }
    .billbord__image {
        top: -10px;
		margin-left: -142px;
    }
    .slider-controls {
        bottom: 170px;
        gap: 15px;
    }
    .billbord__img_1 {
        width: 612px;
        top: 28px;
        left: 52px;
    }
    .billbord__img_2 {
        width: 334px;
    }
}
@media (max-width: 1200px) {
    .billbord__descr {
        font-size: 16px;
    }
    .billbord__title {
        font-size: 68px;
        line-height: 68px;
        margin-bottom: 14px;
    }
    .billbord__text {
        max-width: 392px;
    }
    .billbord__image {
        top: -6px;
        margin-bottom: -40px;
	    margin-left: -95px;
    }
    .billbord__info {
        margin-top: 30px;
        gap: 13px;
        padding: 3px;
        padding-left: 21px;
    }
    .billbord__price strong {
        font-size: 20px;
    }
    .billbord__info .btn-main {
        height: 50px;
        font-size: 13px;
        padding: 4px;
        gap: 17px;
        padding-left: 16px;
    }
    .billbord__info .btn-main svg {
        height: 43px;
        width: 43px;
    }
    .element-billbord {
        padding: 24px 6px;
        font-size: 13px;
    }
    .element-billbord__value {
        font-size: 24px;
	}
    .slider-controls {
        bottom: 150px;
	}
    .billbord__img_1 {
        width: 505px;
        top: 28px;
        left: 38px;
    }
    .billbord__img_2 {
        width: 270px;
    }
}
@media (max-width: 992px) {
	.billbord {
		padding-top: 80px;
		background: transparent;
	}
	.billbord__title {
		font-size: 30px;
		line-height: 107%;
		color: #fff;
		font-weight: 600;
		background: none;
		-webkit-background-clip: initial;
		-webkit-text-fill-color: initial;
		background-clip: initial;
		-webkit-text-fill-color: initial;
		text-fill-color: initial;
	}
	.billbord__descr {
		font-size: 18px;
		line-height: 144%;
	}
	.billbord__text {
		margin-top: 15px;
		font-size: 14px;
		max-width: 100%;
		line-height: 129%;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.billbord__info {
		padding: 0;
		gap: 20px;
		border: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100%;
	}
	.billbord__info .btn-main {
		height: 70px;
		padding: 5px;
		padding-left: 40px;
		font-size: 20px;
		line-height: 130%;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		width: 100%;
	}
	.billbord__info .btn-main svg {
		width: 60px;
		height: 60px;
	}
	.billbord__price {
		font-size: 18px;
		line-height: 133%;
	}
	.billbord__price strong {
		font-size: 28px;
		line-height: 86%;
	}
	body {
		font-size: 16px;
		line-height: 137%;
	}
	.billbord__image {
        height: 275px;
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto;
        width: 100%;
        max-width: 320px;
	}
    .billbord__img_1 {
        width: 330px;
        top: 25px;
        left: 9px;
    }
    .billbord__img_2 {
        width: 175px;
    }
	.slider-controls {
		gap: 20px;
		position: relative;
		bottom: 0;
		right: 0;
		width: 100%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin: 0;
		margin-top: 15px;
	}
	.element-billbord__value {
		font-size: 18px;
		line-height: 144%;
		margin: 0;
	}
	.element-billbord {
		font-size: 16px;
		line-height: 162%;
	}
	.element-billbord {
		padding: 10px;
		margin-top: 20px;
	}
	.element-billbord::before {
		width: 20px;
		height: 20px;
		top: -12px;
	}
	.billbord__bottom {
		margin-top: 15px;
	}
	.billbord__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
    .slider-arrow {
        width: 40px;
        height: 40px;
    }
	.slider-arrow__svg {
		width: 14px;
	}
	.slider-counter {
		font-weight: 300;
		font-size: 20px;
		line-height: 140%;
		opacity: 0.5;
	}
	.circle-progress {
        -webkit-transform: rotate(-90deg) scale(0.55);
            -ms-transform: rotate(-90deg) scale(0.55);
                transform: rotate(-90deg) scale(0.55)
	}
	.billbord__bg {
		top: 350px;
	}
	.billbord__bg svg {
		height: auto;
	}
}

/*категории*/
.categories {
	padding: 100px 0;
	color: #fff;
}
.title-section {
	font-size: 36px;
	margin-bottom: 30px;
	line-height: 100%;
	font-weight: 600;
}
.row.row_main > div {
	margin-bottom: 10px;
}
.row.row_main {
	margin-bottom: -10px;
}
.item-category {
	padding: 50px 35px;
	height: 467px;
	overflow: hidden;
	color: #fff;
	position: relative;
	z-index: 1;
	background: -o-radial-gradient(98.82% 98.93%, 48.82% 48.82%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #1F1F1F;
	background: radial-gradient(48.82% 48.82% at 98.82% 98.93%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #1F1F1F;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	transition: all 0.8s;
}
.item-category::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.item-category_5::before,
.item-category_1::before {
 background: -o-radial-gradient(98.82% 98.93%, 48.82% 48.82%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #1F1F1F;
    background: radial-gradient(48.82% 48.82% at 98.82% 98.93%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #1F1F1F;
}
.item-category_6::before,
.item-category_2::before {
 background: -o-radial-gradient(48.82% 48.82% at 98.82% 98.93%, rgb(0 237 198 / 50%) 0%, rgba(57, 173, 154, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #fff;
background: radial-gradient(48.82% 48.82% at 98.82% 98.93%, rgb(0 237 198 / 50%) 0%, rgba(57, 173, 154, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #fff;
}
.item-category_4::before,
.item-category_3::before {
 background: -o-radial-gradient(48.82% 48.82% at 98.82% 98.93%, rgb(0 237 198 / 50%) 0%, rgba(57, 173, 154, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #5bd2be;
background: radial-gradient(48.82% 48.82% at 98.82% 98.93%, rgb(0 237 198 / 50%) 0%, rgba(57, 173, 154, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #5bd2be;
}
.item-category__image {
	right: 43px;
	padding-top: 38px;
	bottom: 0;
	max-height: initial;
	z-index: -1;
	position: absolute;
}
.item-category__image img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
}
.item-category ul li {
	padding-left: 20px;
	max-width: 209px;
	margin-bottom: 5px;
	font-weight: 500;
	line-height: 144%;
	position: relative;
}
.item-category_5 ul li {
	max-width: 250px;
}
.item-category ul li::before {
	position: absolute;
	display: block;
	content: " ";
	width: 10px;
	height: 10px;
	top: 8px;
	left: 0;
	border: 2px solid #fff;
	border-radius: 50%;
}
.item-category ul li a {
	color: inherit;
	border-bottom: 1px transparent solid;
}
.item-category .btn-main {
	margin-top: auto;
}
.item-category_5 .btn-main,
.item-category_1 .btn-main {
	border: 1px solid #525353;
	color: #fff;
}
.item-category_6,
.item-category_2 {
	color: #000;
	background: -o-radial-gradient(98.82% 98.93%, 48.82% 48.82%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #FFFFFF;
	background: radial-gradient(48.82% 48.82% at 98.82% 98.93%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #FFFFFF;
}
.item-category_4 {
background: -o-radial-gradient(82.76% 98.5%, 55.14% 55.14%, #57CFAC 0%, rgba(87, 207, 172, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #39AD9A;
background: radial-gradient(55.14% 55.14% at 82.76% 98.5%, #57CFAC 0%, rgba(87, 207, 172, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #39AD9A;
}
.item-category_3 {
	background: radial-gradient(55.14% 55.14% at 82.76% 98.5%, #57CFAC 0%, rgba(87, 207, 172, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, -webkit-gradient(linear, left bottom, left top, from(#39AD9A), to(#39AD9A)), #FFFFFF;
	background: -o-radial-gradient(82.76% 98.5%, 55.14% 55.14%, #57CFAC 0%, rgba(87, 207, 172, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, -o-linear-gradient(bottom, #39AD9A, #39AD9A), #FFFFFF;
	background: radial-gradient(55.14% 55.14% at 82.76% 98.5%, #57CFAC 0%, rgba(87, 207, 172, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, linear-gradient(0deg, #39AD9A, #39AD9A), #FFFFFF;
}
.item-category_4 .btn-main,
.item-category_3 .btn-main {
	color: #fff;
}
.item-category_2 .item-category__image {
	right: 28px;
}
.item-category_4 .item-category__image {
	right: 30px;
}
.item-category_5 .item-category__image {
	right: 0px;
}
.item-category_6 ul li::before,
.item-category_2 ul li::before {
	border-color: #000;
}
@media (max-width: 1600px) {
.categories {
    padding: 80px 0;
}
.title-section {
    font-size: 32px;
    margin-bottom: 28px;
}
.item-category {
    padding: 35px 30px;
    height: 430px;
}
.item-category ul li::before {
    width: 8px;
    height: 8px;
    top: 6px;
}
.item-category__image {
	-webkit-transform: scale(0.9);
	    -ms-transform: scale(0.9);
	        transform: scale(0.9);
	-webkit-transform-origin: 100% 100%;
	    -ms-transform-origin: 100% 100%;
	        transform-origin: 100% 100%;
}
}
@media (max-width: 1360px) {
    .categories {
        padding: 60px 0;
    }
	.title-section {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .item-category {
        padding: 30px 23px;
        height: 385px;
    }
	.item-category ul li {
		padding-left: 16px;
		margin-bottom: 4px;
		max-width: 183px;
	}
    .btn-main {
        height: 50px;
        padding: 5px;
        padding-left: 20px;
        gap: 14px;
        font-size: 13px;
    }
    .btn-main svg {
        width: 32px;
	}
    .item-category__image {
        -webkit-transform: scale(0.86);
            -ms-transform: scale(0.86);
                transform: scale(0.86);
	}
	.item-category__image {
    	right: 30px;
    	padding-top: 30px;
	}
	.item-category_4 .item-category__image {
		right: 14px;
	}
	.item-category_5 ul li {
		max-width: 250px;
	}
}
@media (max-width: 1200px) {
	.categories {
		padding: 40px 0;
	}
    .title-section {
        font-size: 24px;
	}
    .item-category {
        padding: 25px 20px;
        height: 335px;
    }
	.item-category_2 .item-category__image {
		right: 12px;
	}
	.item-category__image {
        -webkit-transform: scale(0.84);
            -ms-transform: scale(0.84);
                transform: scale(0.84);
    }
}
@media (max-width: 992px) {
	.categories {
		padding: 30px 0;
	}
	.container {
		padding: 0 10px;
	}
	.item-category {
		padding: 10px;
		height: 46.51vw;
		border-radius: 10px;
	}
	.item-category .btn-main {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
		opacity: 0;
	}
	.item-category__image {
		        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
	}
	.item-category_5 .item-category__image {
			-webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
	}
	.item-category ul {
		display: none;
	}
	.title-section {
		font-size: 30px;
		line-height: 107%;
		margin-bottom: 15px;
	}
	.item-category .title-section {
		font-size: 14px;
		max-width: 150px;
		line-height: 129%;
	}
	.item-category ul li {
		line-height: 137%;
		padding-left: 20px;
	}
	.item-category ul li::before {
		width: 10px;
		height: 10px;
	}
	.btn-main {
		font-size: 14px;
		height: 40px;
		gap: 20px;
	}
    .btn-main svg {
        width: 30px;
    }
	.categories .row.row_main > div:nth-child(4) {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.categories {
		background: transparent;
	}
    .item-category_1 .item-category__image {
        -webkit-transform: scale(0.38);
        -ms-transform: scale(0.38);
        transform: scale(0.38);
    }
	 .item-category_6 .item-category__image {
        -webkit-transform: scale(0.42);
        -ms-transform: scale(0.42);
        transform: scale(0.42);
    }
}


/*каталог*/
.content-section {
	padding: 100px 0px;
	margin: 0 35px;
	border-radius: 30px;
	background: #fff;
	color: #000;
}
.tabs {
	gap: 30px;
	margin-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.tabs .title-section {
	margin: 0;
}
.tabs a {
	color: #818181;
}
.tabs .active a {
	color: #39ad9a;
}
.item-catalog {
	border: 1px solid #d9d9d9;
	border-radius: 20px;
	-webkit-backdrop-filter: blur(6px);
	        backdrop-filter: blur(6px);
	background: #fff;
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	position: relative;
}
.item-catalog__top {
	padding-top: 100%;
	width: 100%;
	position: relative;
	display: block;
}
.item-catalog__description {
    padding: 20px;
    font-size: 14px;
    line-height: 140%;
    position: absolute;
    top: 0;
	cursor: pointer;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-weight: 500;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.item-catalog__image {
	border-radius: 20px 20px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.item-catalog__image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: 'object-fit: cover;';
}
.badges {
	top: 18px;
	right: 26px;
	gap: 10px;
	position: absolute;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.badges__item {
	padding: 5px 10px;
	font-size: 16px;
	line-height: 125%;
	color: #000;
	font-weight: 700;
	border-radius: 8px;
	background: #fdb913;
}
.badges__item_new {
	background: #4194d1;
	color: #fff;
}
.item-catalog__content {
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 100%;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.item-catalog__title {
	line-height: 133%;
	letter-spacing: -0.02em;
	color: #000;	
	font-weight: 700;
	margin-bottom: 5px;
	display: block;
}
.prices-wrap {
	gap: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.price-old {
	line-height: 144%;
	text-decoration: line-through;
	color: #818181;
	white-space: nowrap;
	font-weight: 500;
}
.price-main {
	font-size: 24px;
	font-weight: 600;
	line-height: 100%;
	white-space: nowrap;
	color: #39ad9a;
}
.item-catalog__link {
	width: 40px;
	height: 40px;
	gap: 5px;
	justify-content: center;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	display: flex;
	align-items: center;
	border-radius: 100px;
	background-image: none;
}
.item-catalog__link::before {
	position: relative;
	display: block;
	content: " ";
	width: 16px;
	height: 16px;
	background-image: url(../img/ic_add.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.item-catalog__link::after {
	position: relative;
	display: none;
	content: " ";
	width: 20px;
	height: 20px;
	background-image: url(../img/btn_cart.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.item-catalog__link.active::after {
	display: block;
}
.item-catalog__link.active {
	width: 66px;
}
.item-catalog__link.active {
	background-color: #fdb913;
}
.item-catalog__bottom {
	width: 100%;
	margin-top: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.unit-catalog {
	padding: 40px;
	gap: 15px;
	min-height: 487px;
	height: 100%;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	color: #fff;
}
.unit-catalog__image {
	border-radius: 20px;
	border: 1px solid #d9d9d9;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}
.unit-catalog__image::after {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(52.51%, rgba(0, 0, 0, 0)), color-stop(84.94%, rgba(0, 0, 0, 0.7)));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 52.51%, rgba(0, 0, 0, 0.7) 84.94%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.51%, rgba(0, 0, 0, 0.7) 84.94%);
}
.unit-catalog__image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 20px;
}
.unit-catalog__descr {
	font-weight: 300;
	display: block;
}
.unit-catalog__title {
	font-size: 30px;
	font-weight: 600;
	line-height: 107%;
	display: block;
}
.unit-catalog__price {
	font-size: 36px;
	line-height: 100%;
	font-weight: 500;
	display: block;
}
.catalog__bottom {
	padding-top: 50px;
	text-align: center;
}
.tab-pane {
	display: none;
}
.tab-pane:first-child {
	display: block;
}
@media (max-width: 1600px) {
.content-section {
    padding: 80px 0px;
    margin: 0 25px;
}
.tabs {
    gap: 25px;
    margin-bottom: 36px;
}
.item-catalog__content {
    padding: 16px;
}
.badges {
    top: 13px;
    right: 18px;
    gap: 8px;
}
.badges__item {
    padding: 4px 8px;
    font-size: 14px;
}
.prices-wrap {
    gap: 8px;
}
.price-main {
    font-size: 21px;
}
.item-catalog__link {
    width: 35px;
    height: 35px;
	gap: 3px;
    background-size: 15px;
}
.item-catalog__link.active {
    width: 58px;
}
.item-catalog__link::before {
	width: 15px;
	height: 15px;
}
.item-catalog__link::after {
	width: 18px;
	height: 18px;
}
.unit-catalog {
    padding: 33px;
    gap: 13px;
    min-height: 415px;
}
.unit-catalog__title {
    font-size: 27px;
}
.unit-catalog__price {
    font-size: 32px;
}
.catalog__bottom {
    padding-top: 40px;
}
}
@media (max-width: 1360px) {
    .content-section {
        padding: 60px 0px;
        margin: 0 15px;
    }
    .tabs {
        gap: 22px;
        margin-bottom: 25px;
    }
    .prices-wrap {
        gap: 6px;
    }
    .price-main {
        font-size: 18px;
    }
    .item-catalog__content {
        padding: 12px;
    }
	.item-catalog__link {
        width: 30px;
        height: 30px;
        background-size: 13px;
    }
	.item-catalog__link.active {
        width: 52px;
    }
	.item-catalog__link::before {
		width: 13px;
		height: 13px;
	}
	.item-catalog__link::after {
		width: 15px;
		height: 15px;
	}
    .unit-catalog {
        padding: 25px;
        gap: 11px;
        min-height: 358px;
    }
    .unit-catalog__title {
        font-size: 24px;
    }
    .unit-catalog__price {
        font-size: 28px;
    }
	.badges__item {
		font-size: 12px;
		border-radius: 6px;
	}
    .catalog__bottom {
        padding-top: 35px;
    }
}
@media (max-width: 1200px) {
    .price-main {
        font-size: 16px;
    }
    .unit-catalog {
        padding: 22px;
        gap: 11px;
        min-height: 320px;
    }
    .unit-catalog__title {
        font-size: 21px;
    }
    .unit-catalog__price {
        font-size: 24px;
    }
}
@media (max-width: 992px) {
	.content-section {
		padding: 30px 0;
		border-radius: 0;
		margin: 0;
	}
	.tabs .title-section {
		font-size: 20px;
		line-height: 130%;
	}
	.tabs {
		gap: 20px;
		margin-bottom: 20px;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		white-space: nowrap;
		overflow: auto;
	}
	.tabs {
		margin-right: -15px;
		overflow-y: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.tabs::-webkit-scrollbar {
		display: none;
	}
	.hidden-mob {
		display: none !important;
	}
	.slider-cards-mobile:not(.slick-initialized) > *:not(:first-child) {
		display: none;
	}
	.slider-cards-mobile .item-catalog {
		width: 260px;
		margin-right: 10px;
	}
	.slider-cards-mobile .slick-track {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.slider-cards-mobile .slick-slide {
		height: inherit !important;
	}
	.slider-cards-mobile {
		margin-right: -15px;
	}
	.badges__item {
		border-radius: 8px;
		padding: 5px 10px;
		font-size: 16px;
		line-height: 125%;
	}
	.item-catalog__content {
		padding: 15px;
	}
	.item-catalog__title {
		font-size: 15px;
		line-height: 120%;
	}
	.price-old {
		font-size: 15px;
	}
	.price-main {
		font-size: 18px;
	}
	.item-catalog__link {
		background-size: 12px auto;
		gap: 3px;
	}
	.catalog__bottom {
		padding-top: 20px;
		text-align: left;
	}
	.item-catalog__link.active {
		width: 50px;
	}
}
@media (min-width: 992px) {
	.show-mob {
		display: none !important;
	}
}


/*о компании*/
.about {
	padding: 100px 0;
	background-image: url(../img/about_background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@supports (background-image: url('../img/about_background1.webp')) {
  .about {
    background-image: url('../img/about_background1.webp');
  }
}
@supports (background-image: url('../img/about_background1.avif')) {
  .about {
    background-image: url('../img/about_background1.avif');
  }
}
.about__content {
	padding: 100px 0;
}
.about__title {
	font-size: 50px;
	line-height: 100%;
	font-weight: 500;
	color: #fff;
}
.about__text {
	font-size: 16px;
	margin: 30px 0;
	max-width: 518px;
	line-height: 137%;
	font-weight: 500;
	color: #d9d9d9;
}
.about .btn-main {
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.about__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.about__item {
	font-size: 20px;
	line-height: 130%;
	font-weight: 500;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: center;
	color: #fff;
}
.about__icon img {
	height: 50px;
	width: auto;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
}
@media (max-width: 1600px) {
.about__content,
.about {
	padding: 80px 0;
}
.about__title {
    font-size: 45px;
}
.about__text {
    font-size: 14px;
    margin: 25px 0;
}
.about__icon img {
    height: 45px;
    margin-bottom: 16px;
}
.about__item {
    font-size: 17px;
}
}
@media (max-width: 1360px) {
    .about__content, .about {
        padding: 60px 0;
    }
	.about__title {
        font-size: 40px;
    }
    .about__text {
        font-size: 12px;
        margin: 20px 0;
    }
    .about__item {
        font-size: 14px;
    }
    .about__icon img {
        height: 38px;
        margin-bottom: 13px;
    }
}
@media (max-width: 992px) {
	.about__content {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.about {
		padding-top: 375px;
		padding-bottom: 30px;
		background-image: url(../img/about_background_mob1.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
	}
	@supports (background-image: url('../img/about_background_mob1.webp')) {
	.about {
		background-image: url('../img/about_background_mob1.webp');
	}
	}
	@supports (background-image: url('../img/about_background_mob1.avif')) {
	.about {
		background-image: url('../img/about_background_mob1.avif');
	}
	}
	.about__title {
		font-size: 30px;
		line-height: 107%;
	}
	.about__text {
		font-size: 14px;
		line-height: 129%;
	}
	.about__item {
		width: 50%;
		margin-bottom: 30px;
		font-size: 16px;
		line-height: 137%;
		text-align: left;
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
	}
	.about__icon img {
		height: 40px;
		margin: 0;
		margin-bottom: 10px;
	}
	.about__row {
		margin-bottom: -30px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}


/*новости*/
.item-news {
	display: block;
	position: relative;
}
.item-news__image {
	height: 220px;
	border-radius: 10px;
	width: 100%;
	display: block;
}
.item-news__image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 10px;
}
.item-news__content {
	padding: 20px 10px;
	border-radius: 0 0 20px 20px;
	display: block;
}
.unit-news__date,
.item-news__date {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 85%;
	font-weight: 500;
	color: #818181;
	display: block;
}
.item-news__title {
	margin-bottom: 10px;
	line-height: 133%;
	letter-spacing: -0.02em;
	font-weight: 700;
	color: #000;
	display: block;
}
.unit-news__text,
.item-news__text {
	font-size: 16px;
	line-height: 137%;
	font-weight: 500;
	color: #818181;
	display: block;
}
.unit-news__badge,
.item-news__badge {
	top: 10px;
	left: 10px;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 125%;
	border-radius: 8px;
	font-weight: 500;
	color: #000;
	background: #fff;
	position: absolute;
	z-index: 2;
}
.news__bottom {
	padding-top: 50px;
	text-align: center;
}
.unit-news {
	margin-bottom: 52px;
}
.unit-news__title {
	font-size: 50px;
	margin: 30px 0;
	line-height: 100%;
	font-weight: 500;
	color: #000;
	display: block;
}
.unit-news .unit-news__date {
	margin: 0;
}
.unit-news__image {
	height: 478px;
	border-radius: 20px;
	width: 100%;
	position: relative;
	display: block;
}
.unit-news__image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 20px;
}
.unit-news__content {
	padding: 40px 30px;
	margin-left: 8px;
}
.unit-news .btn-main {
	margin-top: 30px;
}
.page-main_news .row.row_main > div {
	margin-bottom: 50px;
}
.page-main_news .row.row_main {
	margin-bottom: -50px;
}

@media (max-width: 1600px) {
.unit-news__content {
    padding: 33px 24px;
    margin-left: 0px;
}
.unit-news__title {
    font-size: 45px;
    margin: 23px 0;
}
.unit-news__text, .item-news__text {
    font-size: 14px;
}
.unit-news__badge, 
.item-news__badge {
    top: 8px;
    left: 8px;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 125%;
    border-radius: 7px;
}
.unit-news__image {
    height: 422px;
}
.unit-news {
    margin-bottom: 40px;
}
.item-news__image {
    height: 196px;
}
.item-news__content {
    padding: 17px 8px;
}
.unit-news__date, .item-news__date {
    font-size: 14px;
}
.news__bottom {
    padding-top: 40px;
}
.page-main_news .row.row_main > div {
	margin-bottom: 30px;
}
.page-main_news .row.row_main {
	margin-bottom: -30px;
}
}
@media (max-width: 1360px) {
    .unit-news__content {
        padding: 22px 15px;
	}
    .unit-news__title {
        font-size: 39px;
        margin: 19px 0;
    }
    .unit-news__date, .item-news__date {
        font-size: 12px;
    }
    .unit-news__text, .item-news__text {
        font-size: 12px;
    }
	.unit-news__image {
        height: 365px;
    }
    .item-news__image {
        height: 170px;
    }
    .news__bottom {
        padding-top: 30px;
    }
	.page-main_news .row.row_main > div {
		margin-bottom: 20px;
	}
	.page-main_news .row.row_main {
		margin-bottom: -20px;
	}
}
@media (max-width: 1200px) {
    .unit-news__title {
        font-size: 35px;
        margin: 16px 0;
    }
	.unit-news .btn-main {
		margin-top: 17px;
	}
    .unit-news__image {
        height: 310px;
    }
	.unit-news__text, .item-news__text {
        font-size: 10px;
    }
	.unit-news__badge, .item-news__badge {
		font-size: 12px;
	}
    .item-news__image {
        height: 147px;
    }
}
@media (max-width: 992px) {
	.slider-cards-mobile .item-news {
		width: 260px;
		margin-right: 10px;
	}
	.news__bottom {
		text-align: left;
	}
	.item-news__image {
		height: 200px;
	}
	.item-news__date,
	.item-news__text {
		font-size: 16px;
	}
	.item-news__title {
		font-size: 18px;
	}
}

/*контакты*/
.contacts {
	padding-top: 100px;
}
.contacts__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.contacts__item {
	gap: 10px;
	font-size: 20px;
	line-height: 130%;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.contacts__item a {
	color: #fff;
}
.contacts__icon {
	width: 50px;
	height: 50px;
	border-radius: 18px;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.112)), to(rgba(153, 153, 153, 0.096)));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.112) 0%, rgba(153, 153, 153, 0.096) 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.112) 0%, rgba(153, 153, 153, 0.096) 100%);
}
.contacts__item_main a {
	border-bottom: 1px #fff solid;
}
.contacts__item.contacts__item_phone {
	font-size: 24px;
	line-height: 100%;
	font-weight: 600;
}
.contacts__head .title-section {
	margin: 0;
}
#map {
	height: 731px;
	margin: 0 34px;
	margin-top: 40px;
	border-radius: 30px 30px 0 0;
	background: #333;
	overflow: hidden;
}
.ymaps-2-1-79-ground-pane {
	-webkit-filter: grayscale(100%) invert(84%);
    -moz-filter: grayscale(100%) invert(84%);
    -ms-filter: grayscale(100%) invert(84%);
    -o-filter: grayscale(100%) invert(84%);
	filter: grayscale(100%) invert(84%);
}
.subscribe {
	margin: 0 34px;
	border-radius: 0 0 30px 30px;
	background-image: url(../img/subscribe_background.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@supports (background-image: url('../img/subscribe_background.webp')) {
  .subscribe {
    background-image: url('../img/subscribe_background.webp');
  }
}
@supports (background-image: url('../img/subscribe_background.avif')) {
  .subscribe {
    background-image: url('../img/subscribe_background.avif');
  }
}
.subscribe__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.subscribe__title {
	font-size: 24px;
	max-width: 229px;
	line-height: 125%;
	font-weight: 600;
}
.subscribe__list li {
	font-size: 16px;
	padding-left: 36px;
	margin-bottom: 14px;
	line-height: 137%;
	font-weight: 500;
	position: relative;
}
.subscribe__list li::before {
	position: absolute;
	display: block;
	content: " ";
	width: 26px;
	height: 26px;
	top: 0;
	left: 0;
	background-image: url(../img/li.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.subscribe .btn-main {
	color: #fff;
	border: 1px solid #525353;
}
.subscribe__image {
	margin-top: -35px;
	position: relative;
}
.subscribe__image img {
	width: 375px;
	height: auto;
}
.subscribe__btn {
	top: 97px;
	left: 48px;
	position: absolute;
}
.subscribe__btn img {
	width: 82px;
	height: auto;
}
@media (max-width: 1600px) {
.contacts {
	padding-top: 70px;
}
.contacts__item {
    gap: 8px;
    font-size: 17px;
}
.contacts__item.contacts__item_phone {
    font-size: 21px;
}
.contacts__icon {
    width: 45px;
    height: 45px;
    border-radius: 16px;
}
.contacts__icon svg {
	-webkit-transform: scale(0.9);
	    -ms-transform: scale(0.9);
	        transform: scale(0.9);
}
#map {
    height: 650px;
    margin: 0 25px;
    margin-top: 28px;
}
.subscribe__list li {
    font-size: 14px;
    padding-left: 32px;
    margin-bottom: 12px;
}
.subscribe__list li::before {
	width: 23px;
	height: 23px;
}
.subscribe__image > picture img {
    width: 345px;
}
.subscribe__image {
    margin-top: -28px;
}
.subscribe__title {
    font-size: 21px;
    max-width: 171px;
}
.subscribe__btn img {
    width: 72px;
}
.subscribe__btn {
    top: 86px;
}
.subscribe {
    margin: 0 25px;
}
}
@media (max-width: 1360px) {
    .contacts__item {
        gap: 7px;
        font-size: 15px;
    }
    .contacts__item.contacts__item_phone {
        font-size: 18px;
    }
    .contacts__icon {
        width: 40px;
        height: 40px;
        border-radius: 14px;
    }
    .contacts__icon svg {
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8);
    }
    #map {
        height: 530px;
        margin: 0 15px;
        margin-top: 25px;
    }
    .subscribe__list li {
        font-size: 12px;
        padding-left: 30px;
	}
    .subscribe__title {
        font-size: 18px;
        max-width: 149px;
    }
    .subscribe__image > picture img {
        width: 295px;
    }
    .subscribe__btn img {
        width: 60px;
    }
    .subscribe__btn {
        top: 76px;
    }
}
@media (max-width: 1200px) { 
	.contacts__item {
		font-size: 13px;
	}
    .contacts__item.contacts__item_phone {
        font-size: 15px;
    }
	#map {
		height: 460px;
	}
    .subscribe__title {
        font-size: 15px;
        max-width: 125px;
    }
    .subscribe__image > picture img {
        width: 265px;
    }
    .subscribe__list li {
        font-size: 10px;
	}
}
@media (max-width: 992px) {
	.contacts__head {
		display: block;
	}
	.contacts__item {
		margin-top: 20px;
		font-size: 18px;
		gap: 10px;
		line-height: 144%;
	}
	.contacts__icon {
    	width: 50px;
    	height: 50px;
    	border-radius: 18px;
	}
	.contacts__icon svg {
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	.contacts__item.contacts__item_phone {
		font-size: 24px;
	}
	.contacts {
		padding-top: 30px;
	}
	#map {
		height: 600px;
		border-radius: 10px;
	}
	.subscribe {
		padding-top: 20px;
		margin: 0;
		background: transparent;
	}
	.subscribe__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		gap: 20px;
	}
	.subscribe__title {
		font-size: 18px;
		max-width: 100%;
		line-height: 144%;
		font-weight: 500;
	}
	.subscribe__title br {
		display: none;
	}
	.subscribe__list li {
		padding-left: 36px;
		font-size: 16px;
		line-height: 137%;
	}
	.subscribe__list li::before {
		width: 26px;
		height: 26px;
	}
	.subscribe__image {
		margin: 0;
		padding: 20px;
		padding-bottom: 0;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		border-radius: 10px;
		width: 100%;
		background: rgba(31, 31, 31, 0.5);
	}
	.subscribe__image > picture img {
		width: 295px;
		margin: 0 auto;
	}
	.subscribe__btn img {
		width: 65px;
	}
    .subscribe__btn {
        top: 96px;
        left: -148px;
        right: 0;
        margin: auto;
        width: 65px;
        display: block;
    }
}

/*подвал сайта*/
.footer {
	padding-top: 70px;
	padding-bottom: 24px;
}
.footer__title,
.footer__menu {
	font-size: 20px;
	line-height: 130%;
	font-weight: 500;
}
.footer__title a {
	color: #fff;
}
.footer__menu li {
	margin-bottom: 15px;
}
.footer__menu a {
	color: #fff;
	border-bottom: 1px transparent solid;
}
.footer__nav li {
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 137%;
	font-weight: 500;
}
.footer__nav a {
	color: #fff;
	opacity: 0.5;
}
.footer__title {
	margin-bottom: 20px;
}
.footer__nav {
	margin-bottom: 30px;
}
.footer__nav:last-child {
	margin-bottom: 0;
}
.item-contact {
	gap: 15px;
	margin-bottom: 15px;
	line-height: 133%;
	letter-spacing: -0.02em;
	color: #fff;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center; 
	    -ms-flex-align: center;
	        align-items: center;
}
.item-contact_phone {
	font-size: 24px;
}
.item-contact:last-child {
	margin-bottom: 0;
}
.item-contact__icon {
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 50%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.112)), to(rgba(153, 153, 153, 0.096)));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.112) 0%, rgba(153, 153, 153, 0.096) 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.112) 0%, rgba(153, 153, 153, 0.096) 100%);
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}
.item-contact__icon svg {
	max-width: 22px;
	height: auto;
}
.item-contact a {
	color: #fff;
}
.item-contact__descr {
	font-size: 16px;
	line-height: 162%;
	font-weight: 300;
	letter-spacing: normal;
}
.socials-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.socials-list a {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}
.socials-list img {
	max-width: 25px;
	max-height: 25px;
}
.footer .socials-list {
	margin-top: 20px;
}
.footer__menu {
	max-width: 255px;
	margin-left: auto;
}
.footer__navigations {
	max-width: 255px;
	margin-left: auto;
}
.footer__contacts {
	left: 40px;
	position: relative;
}
.footer__bottom {
	font-size: 16px;
	margin-top: 60px;
	line-height: 140%;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.footer__bottom a {
	color: rgba(255, 255, 255, 0.3);
}
.copyright a {
	border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
}
@media (max-width: 1600px) {
.footer__nav li {
    font-size: 14px;
}
.footer__title, .footer__menu {
    font-size: 18px;
}
.footer__menu {
    max-width: 236px;
}
.footer__navigations {
    max-width: 230px;
}
.item-contact__icon {
    width: 55px;
    height: 55px;
}
.item-contact {
    gap: 12px;
}
.footer__contacts {
	margin-left: -15px;
}
.socials-list img,
.item-contact__icon svg {
	-webkit-transform: scale(0.9);
	    -ms-transform: scale(0.9);
	        transform: scale(0.9);
}
.item-contact__descr {
    font-size: 14px;
}
.socials-list a {
    width: 55px;
    height: 55px;
}
.footer__bottom {
    font-size: 14px;
    margin-top: 47px;
}
.footer {
	padding-top: 60px;
}
.item-contact_phone {
    font-size: 21px;
}
}
@media (max-width: 1360px) {
	.footer {
		padding-top: 50px;
	}
    .footer__title, .footer__menu {
        font-size: 16px;
    }
	.footer__title {
		margin-bottom: 15px;
	}
	.footer__nav {
		margin-bottom: 22px;
	}
    .footer__nav li {
        font-size: 12px;
    }
    .footer__menu {
        max-width: 205px;
    }
    .footer__navigations {
        max-width: 203px;
    }
	.footer__menu li {
		margin-bottom: 12px;
	}
    .footer__contacts {
        margin-left: -20px;
        left: 28px;
    }
    .item-contact {
        gap: 10px;
		margin-bottom: 12px;
    }
	.socials-list a,
    .item-contact__icon {
        width: 50px;
        height: 50px;
    }
	.socials-list svg,
    .socials-list img, 
	.item-contact__icon svg {
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8);
    }
    .item-contact__descr {
        font-size: 12px;
    }
	.footer .socials-list {
		margin-top: 15px;
	}
    .footer__bottom {
        font-size: 12px;
        margin-top: 37px;
    }
    .item-contact_phone {
        font-size: 19px;
    }
}
@media (max-width: 1200px) { 
    .footer__title, .footer__menu {
        font-size: 14px;
    }
    .footer__nav li {
        font-size: 10px;
    }
    .socials-list a, .item-contact__icon {
        width: 45px;
        height: 45px;
    }
	.socials-list svg,
    .socials-list img, 
	.item-contact__icon svg {
        -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
                transform: scale(0.7);
    }
    .footer__bottom {
        font-size: 10px;
        margin-top: 32px;
    }
    .item-contact_phone {
        font-size: 17px;
    }
}
@media (max-width: 992px) {
	.footer {
		padding-top: 30px;
	}
	.footer .logo img {
		width: 140px;
		margin: 0;
	}
	.footer .logo-wrap {
		display: block;
	}
	.footer .logo-descr {
		width: 100%;
		margin-top: 10px;
		font-size: 20px;
		line-height: 140%;
	}
	.item-contact {
		font-size: 18px;
		gap: 15px;
	}
	.item-contact__descr {
        font-size: 16px;
    }
	.socials-list a,
	.item-contact__icon {
    	width: 60px;
    	height: 60px;
	}
	.socials-list svg,
	.socials-list img,
	.item-contact__icon svg {
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	.footer .row > div {
		margin-bottom: 20px;
	}
	.footer .socials-list {
		margin-top: 20px;
	}
	.footer__navigations {
		max-width: 100%;
		margin: 0;
	}
	.footer__title, .footer__menu {
		font-size: 20px;
	}
	.footer__title {
		margin-bottom: 10px;
	}
	.footer__nav li {
		font-size: 16px;
		line-height: 137%;
		margin-bottom: 5px;
	}
	.footer__nav {
		margin-bottom: 20px;
	}
	.footer__menu {
		max-width: 100%;
		margin: 0;
	}
    .footer__menu li {
        margin-bottom: 15px;
    }
	.footer__bottom {
		gap: 10px;
		font-size: 16px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		margin: 0;
	}
	.footer .row {
		margin-bottom: -20px;
	}
    .item-contact_phone {
        font-size: 24px;
    }
}

/*выпадающее меню*/
.menu-dropdown {
	padding-top: 15px;
	padding-bottom: 25px;
	top: 100%;
	left: 0;
	width: 100%;
	background: #000;
	position: absolute;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	display: none;
}
.menu {
	width: 33.333%;
}
.menu {
	position: relative;
}
.menu__submenu {
	padding-left: 70px;
	left: 100%;
	top: 0;
	height: 100%;
	position: absolute;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.menu a, .menu span {
	padding: 15px 20px;
	line-height: 144%;
	color: #fff;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 8px;
}
.menu a::after, .menu span::after {
	position: relative;
	display: block;
	content: " ";
	width: 10px;
	height: 16px;
	background-image: url(../img/arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.menu a.hideChevron::after, .menu span.hideChevron::after {
	visibility: hidden;
}
/*попап корзина*/

.popup-cart {
	width: 582px;
	top: 100%;
	right: 0;
	padding: 20px;
	z-index: 10;
	color: #000;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	background: #fff;
	position: absolute;
	display: none;
}
.item-cart {
	padding: 10px 0;
	gap: 20px;
	border-bottom: 1px solid #d9d9d9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.item-cart__image {
	width: 70px;
	height: 70px;
	border-radius: 15px;
	border: 1px solid #d9d9d9;
}
.item-cart__image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 15px;
}
.item-cart__title {
	font-size: 14px;
	width: 140px;
	display: block;
	line-height: 129%;
	color: #000;
	font-weight: 500;
}
.item-cart__count, 
.item-cart .price-main,
.item-cart .price-old {
	font-size: 16px;
	line-height: 137%;
}
.item-cart__prices .price-main {
	color: #525353;
}
.item-cart__prices {
	width: 96px;
}
.item-cart__count {
	font-weight: 700;
	margin-left: auto;
}
.popup-cart__list {
	max-height: 360px;
	padding-right: 20px;
	overflow: auto;
}
.popup-cart__list::-webkit-scrollbar {
	-webkit-appearance: none;
}
.popup-cart__list::-webkit-scrollbar:vertical {
	width: 8px;
}
.popup-cart__list::-webkit-scrollbar:horizontal {
	height: 8px;
}
.popup-cart__list::-webkit-scrollbar-thumb {
	background-color: #818181;
	border-radius: 10px;
}
.popup-cart__list::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #d9d9d9;
}
.popup-cart__total {
	padding: 20px 0;
	padding-right: 28px;
	gap: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.popup-cart__total .price-main,
.popup-cart__subtitle {
	font-size: 20px;
	line-height: 130%;
}
.popup-cart__subtitle {
	font-weight: 500;
}
.popup-cart .btn-main {
	width: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-color: #d9d9d9;
}
@media (max-width: 1600px) {
.item-cart {
    padding: 8px 0;
    gap: 16px;
}
.item-cart__title {
    font-size: 13px;
    width: 133px;
}
.item-cart__count, .item-cart .price-main, .item-cart .price-old {
    font-size: 14px;
}
.item-cart__prices {
    width: 91px;
}
.popup-cart {
    width: 525px;
    padding: 16px;
}
.popup-cart__list {
    max-height: 345px;
    padding-right: 16px;
}
.popup-cart__total {
    padding: 17px 0;
    padding-right: 22px;
}
.popup-cart__total .price-main, .popup-cart__subtitle {
    font-size: 18px;
}
}
@media (max-width: 992px) {
	.popup-cart {
		right: -10px;
		left: -10px;
		width: auto;
		border-radius: 0;
		height: 100vh;
		padding-bottom: 140px;
		overflow: auto;
	}
	.item-cart {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.popup-cart__list {
		max-height: initial;
		padding: 0;
		overflow: initial;
	}
    .item-cart__title {
        font-size: 14px;
        width: calc(100% - 95px);
    }
    .item-cart__count, .item-cart .price-main, .item-cart .price-old {
        font-size: 16px;
    }
	.item-cart__count {
		margin: 0;
	}
	.popup-cart__total {
		padding: 20px 0;
		padding-right: 28px;
	}
	.popup-cart__total .price-main, .popup-cart__subtitle {
    	font-size: 20px;
	}
	.popup-cart .btn-main {
		height: 60px;
		padding: 10px;
		padding-left: 30px;
		font-size: 16px;
	}
	.popup-cart .btn-main svg {
		width: 40px;
		height: 40px;
	}
	.popup-cart {
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.popup-cart::-webkit-scrollbar {
		display: none;
	}
}

/*мобильное меню*/
.menu-mobile {
	padding-top: 20px;
	height: 100vh;
	padding-bottom: 150px;
	overflow: auto;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #000;
	display: none;
}
.menu-mobile .menu {
	margin-bottom: 20px;
	width: 100%;
}
.menu-mobile .menu__submenu {
	padding: 0;
	left: 0;
	display: none;
	position: relative;
	visibility: visible;
	opacity: 1;
}
.menu-mobile__title {
	padding: 0 20px;
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 130%;
	font-weight: 700;
	color: #fdb913;
}
.menu-mobile .menu a {
	padding: 10px 20px;
	font-size: 18px;
	gap: 10px;
	-webkit-transition: initial;
	-o-transition: initial;
	transition: initial;
}
.menu-mobile .menu__haschild.active > a {
	margin-bottom: 10px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.menu-mobile .menu__haschild.active > a::after {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.no-scroll {
	overflow: hidden;
}
.menu-mobile {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.menu-mobile::-webkit-scrollbar {
	display: none;
}

/*попап меню*/
.popup-menu {
	width: 353px;
	top: 100%;
	right: 0;
	position: absolute;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	position: absolute;
	background: #fff;
	display: none;
}
.popup-menu__list a {
	padding: 20px;
	border-radius: 14px;
	letter-spacing: -0.02em;
	color: #000;
	font-weight: 700;
	display: block;
}
@media (max-width: 1600px) {
	.popup-menu {
		width: 330px;
	}
	.popup-menu__list a {
		padding: 17px;
	}
}
@media (max-width: 1360px) {
	.popup-menu__list a {
        padding: 15px;
    }
    .popup-menu {
        width: 310px;
    }
}
@media (max-width: 1200px) {
	.popup-menu__list a {
        padding: 13px;
    }
    .popup-menu {
        width: 280px;
    }
}

/*страница категорий*/

.breadcrumbs {
	padding-top: 138px;
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 137%;
	color: #818181;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.breadcrumbs a {
	color: #fff;
	border-bottom: 1px solid transparent;
}
.breadcrumbs li::after {
	content: "—";
	margin: 0 5px;
}
.breadcrumbs li:last-child::after {
	display: none;
}
.page-categories {
	background-image: url(../img/page_categories_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
@supports (background-image: url('../img/page_categories_bg.webp')) {
  .page-categories {
    background-image: url('../img/page_categories_bg.webp');
  }
}
@supports (background-image: url('../img/page_categories_bg.avif')) {
  .page-categories {
    background-image: url('../img/page_categories_bg.avif');
  }
}
.page-categories .content-section {
	min-height: 700px;
	overflow: hidden;
}
.title-page {
	font-size: 70px;
	margin-bottom: 30px;
	line-height: 100%;
	font-weight: 500;
}
.sidebar-categories__title {
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: 600;
	line-height: 107%;
}
.menu-sidebar {
	padding-right: 20px;
}
.menu-sidebar > li {
	margin-bottom: 20px;
}
.menu-sidebar > li > a {
	gap: 10px;
	line-height: 133%;
	letter-spacing: -0.02em;
	color: #000;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.menu-sidebar__haschild > a::after {
	position: relative;
	display: block;
	content: " ";
	width: 15px;
	height: 15px;
	background-image: url(../img/arrow_down.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-sidebar__haschild.active > a {
	color: #39ad9a;
}
.menu-sidebar__haschild.active > a::after {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.menu-sidebar ul {
	margin-top: 10px;
	padding-left: 15px;
	display: none;
}
.menu-sidebar ul li {
	margin-bottom: 7px;
	font-size: 16px;
	line-height: 137%;
	font-weight: 500;
}
.menu-sidebar ul li:last-child {
	margin-bottom: 0;
}
.menu-sidebar ul li a {
	color: #818181;
}
.unit-category {
	padding: 23px 20px;
	height: 173px;
	padding-right: 80px;
	border: 1px solid #d9d9d9;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	overflow: hidden;
	position: relative;
}
.unit-category__arrow {
	width: 12px;
	height: 12px;
	margin-top: auto;
	background-image: url(../img/arrow_main.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
}
.unit-category__title {
	margin-bottom: 10px;
	letter-spacing: -0.02em;
	color: #000;
	font-weight: 700;
	display: block;
	line-height: 133%;
}
.unit-category__descr {
	font-size: 14px;
	line-height: 140%;
	font-weight: 500;
	color: #818181;
	display: block;
}
.unit-category__image {
	width: 130px;
	height: 106px;
	border-radius: 0 20px 0 0;
	bottom: 0;
	right: 0;
	position: absolute;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.unit-category__image img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	font-family: 'object-fit: contain;';
	border-radius: 0 20px 0 0;
	-o-object-position: bottom right;
	   object-position: bottom right;
}
@media (max-width: 1600px) {
.unit-category__image {
    width: 110px;
    height: 91px;
}
.unit-category {
    padding: 18px 16px;
    height: 155px;
    padding-right: 70px;
}
.menu-sidebar ul li {
	font-size: 14px;
}
.breadcrumbs {
    padding-top: 122px;
    padding-bottom: 26px;
    font-size: 14px;
}
.title-page {
    font-size: 62px;
    margin-bottom: 28px;
}
.page-categories .content-section {
    min-height: 600px;
}
.unit-category__descr {
    font-size: 12px;
}
}
@media (max-width: 1360px) {
    .breadcrumbs {
        padding-top: 115px;
        padding-bottom: 25px;
        font-size: 13px;
    }
    .title-page {
        font-size: 55px;
	}
	.menu-sidebar {
		padding-right: 10px;
	}
	.unit-category__image {
        width: 100px;
        height: 84px;
    }
	.unit-category__title {
    	margin-bottom: 5px;
	}
    .unit-category {
        padding: 15px 14px;
        height: 138px;
        padding-right: 60px;
    }
    .menu-sidebar ul li {
        font-size: 12px;
    }
}
@media (max-width: 1200px) {
    .menu-sidebar ul li {
        font-size: 10px;
    }
}
@media (max-width: 992px) {
	.sidebar-categories {
		display: none;
	}
	.page-categories {
		background: none;
	}
	.breadcrumbs {
		padding-top: 80px;
		padding-bottom: 10px;
	}
	.page-categories .content-section {
		background: transparent;
		padding: 0;
		padding-bottom: 30px;
		color: #000;
		min-height: initial;
	}
	.title-page {
		font-size: 27px;
		margin-bottom: 20px;
		line-height: 107%;
	}
	.unit-category {
    	padding: 10px;
    	height: 200px;
		border-radius: 10px;
		border: none;
		background: #fff;
	}
	.unit-category__arrow {
		display: none;
	}
	.unit-category__image {
		width: 142px;
		height: 115px;
		right: -10px;
	}
	.unit-category__image img {
	    border-radius: 0 10px 0 0;
	}
    .unit-category__descr {
        font-size: 14px;
    }
	.unit-category__title {
		max-width: 150px;
	}
}


/*подкатегории*/
.tags {
	gap: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.tags a {
	padding: 5px 15px;
	border-radius: 20px;
	border: 1px solid #fdb913;
	font-weight: 500;
	display: block;
	color: #1f1f1f;
}
.title-subcategory {
	font-size: 24px;
	margin-top: 50px;
	margin-bottom: 20px;
	gap: 10px;
	line-height: 100%;
	color: #000;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: 600;
}
.title-subcategory::after {
	position: relative;
	display: block;
	content: " ";
	width: 13px;
	height: 16px;
	background-image: url(../img/arrow2.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.links-categories {
	gap: 15px;
	margin-bottom: 20px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.links-categories a {
	padding: 2px 10px;
	gap: 5px;
	font-size: 16px;
	border-radius: 8px;
	line-height: 137%;
	color: #4194d1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: 500;
}
.links-categories__title {
	border-bottom: 1px #4194d1 dashed;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.links-categories__count {
	color: #d9d9d9;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.slider-products .item-catalog {
	width: 300px;
	margin-right: 10px;
}
.item-catalog_main .item-catalog__title {
	font-size: 15px;
	margin-bottom: 5px;
	margin-top: auto;
	line-height: 120%;
}
.item-catalog_main .price-main {
	font-size: 18px;
}
.slider-products-main:not(.slick-initialized) > *:not(:first-child),
.slider-products:not(.slick-initialized) > *:not(:first-child) {
  display: none;
}
.slider-products-main .slick-track,
.slider-products .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.slider-products-main .slick-slide,
.slider-products .slick-slide {
  height: inherit !important;
}
.slider-products-main,
.slider-products {
  margin-right: calc((100vw - 1512px) / 2* -1);
}
.button-subcategory {
	padding-top: 20px;
}
.btn-main.btn-main_light {
	border-color: #d9d9d9;
}
.item-catalog_main .price-old {
	font-size: 15px;
}

@media (max-width: 1600px) {
.slider-products-main,
.slider-products {
    margin-right: calc((100vw - 1290px) / 2 * -1);
}
.title-subcategory {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 18px;
}
.links-categories a {
    padding: 2px 9px;
    gap: 4px;
    font-size: 14px;
}
.slider-products .item-catalog {
    width: 280px;
}
.item-catalog_main .item-catalog__title {
    font-size: 14px;
}
.item-catalog_main .price-old {
    font-size: 14px;
}
.item-catalog_main .price-main {
    font-size: 16px;
}
}
@media (max-width: 1360px) {
	.slider-products-main,
    .slider-products {
        margin-right: calc((100vw - 1100px) / 2 * -1);
    }
    .slider-products .item-catalog {
        width: 240px;
    }
	.item-catalog_main .item-catalog__title {
        font-size: 13px;
    }
	.item-catalog_main .price-old {
        font-size: 12px;
    }
    .item-catalog_main .price-main {
        font-size: 14px;
    }
	.links-categories a {
		font-size: 12px;
	}
    .title-subcategory {
        font-size: 20px;
        margin-top: 27px;
        margin-bottom: 15px;
    }
	.links-categories {
		gap: 10px;
		margin-bottom: 16px;
	}
}
@media (max-width: 1200px) {
	.slider-products-main,
    .slider-products {
        margin-right: calc((100vw - 1000px) / 2 * -1);
    }
}
@media (max-width: 992px) {
	.page-categories.page-categories_sub .content-section {
		padding-top: 30px;
		background: #fff;
		color: #000;
	}
	.slider-products-main,
	.slider-products {
		margin-right: -10px;
	}
	.tags {
		gap: 10px;
		padding-bottom: 10px;
		margin-right: -10px;
		overflow-y: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		white-space: nowrap;
		overflow: auto;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
	.tags::-webkit-scrollbar {
		display: none;
	}
	.title-subcategory {
		margin-top: 30px;
		margin-bottom: 12px;
		font-size: 24px;
		line-height: 100%;
	}
	.links-categories a {
		padding: 2px 10px;
		gap: 5px;
		font-size: 16px;
	}
	.slider-products .item-catalog {
		width: 260px;
	}
    .item-catalog_main .item-catalog__title {
        font-size: 15px;
    }
    .item-catalog_main .price-old {
        font-size: 15px;
    }
    .item-catalog_main .price-main {
        font-size: 18px;
    }
	/*
	.sorting-catalog {
		display: block !important;
		
	}
	*/
}

/*страница каталога*/
.sorting-catalog {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
select {
	opacity: 0;
}
.select-sorting {
	font-weight: 500;
	cursor: pointer;
}
.select-sorting .jq-selectbox__select {
	gap: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	white-space: nowrap;
	cursor: pointer;
}
.select-sorting .jq-selectbox__trigger {
	position: relative;
	display: block;
	width: 19px;
	height: 16px;
	cursor: pointer;
	background-image: url(../img/arrow_down.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.jq-selectbox__dropdown {
	min-width: 319px !important;
	width: 100% !important;
	top: 100% !important;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	background: #fff;
	bottom: auto !important;
	overflow: hidden;
}
.jq-selectbox__dropdown li {
	padding: 17px 20px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 500;
}
.jq-selectbox__dropdown li.sel {
	background: #fdb913;
}
.types-catalog {
	gap: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.types-catalog__title {
	margin-right: 5px;
	font-weight: 500;
}
.types-catalog__item {
	cursor: pointer;
}
.types-catalog__item.active * {
	stroke: #FDB913;
}
.sidebar-catalog {
	padding-right: 20px;
	display: block;
}
.sidebar-catalog__title {
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 107%;
	font-weight: 600;
}
.sidebar-catalog__head {
	padding: 20px 0;
	line-height: 133%;
	letter-spacing: -0.02em;
	font-weight: 700;
	color: #1f1f1f;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.sidebar-catalog__head::after {
	position: relative;
	display: block;
	content: " ";
	width: 15px;
	height: 14px;
	background-image: url(../img/arrow_down.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.sidebar-catalog__item.active .sidebar-catalog__head::after {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.checkbox {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 137%;
	color: #1f1f1f;
	font-weight: 500;
	cursor: pointer;
}
.checkbox label {
	gap: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	cursor: pointer;
}
.checkbox label span span {
	color: #d9d9d9;
}
.checkbox label input {
	width: 20px;
	height: 20px;
	border: none;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	background-image: url(../img/checkbox.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: relative;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}
.checkbox label input::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/checkbox_active.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.checkbox input:checked:before {
	opacity: 1;
}
.sidebar-catalog__item {
	padding-bottom: 1px;
}
.show-more-checkboxes {
	font-size: 16px;
	line-height: 137%;
	color: #4194d1;
	font-weight: 500;
	border-bottom: 1px dashed #4194d1;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.search-catalog {
	margin-bottom: 15px;
	position: relative;
}
.search-catalog input {
	height: 46px;
	padding: 0 20px;
	font-size: 18px;
	padding-right: 60px;
	line-height: 144%;
	color: #000;
	font-weight: 500;
	background: #fff;
	width: 100%;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
}
.search-catalog *::-webkit-input-placeholder {
	color: #818181;
}
.search-catalog *:-moz-placeholder {
	color: #818181;
}
.search-catalog *::-moz-placeholder {
	color: #818181;
}
.search-catalog *:-ms-input-placeholder {
	color: #818181;
}
.search-catalog__icon {
	width: 60px;
	top: 0;
	right: 0;
	height: 100%;
	position: absolute;
	pointer-events: none;
	background-image: url(../img/search.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px auto;
}
.list-chekboxes_hidden .checkbox:nth-child(n+4) {
	display: none;
}
.range-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.range-controls__input {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	position: relative;
}
.range-controls input {
	height: 46px;
	padding: 0 20px;
	border-radius: 10px;
	border: 1px solid #d9d9d9;
	background: #fff;
	width: 100%;
	font-size: 18px;
	line-height: 144%;
	color: #1f1f1f;
	font-weight: 500;
    font-family: 'Manrope';
	text-align: left;
}
.irs--flat .irs-line {
	height: 4px;
	border-radius: 0px;
	background: #d9d9d9;
}
.irs--flat .irs-bar {
	height: 4px;
	border-radius: 0px;
	background-color: #fdb913;
}
.irs-handle i {
	display: none !important;
}
.irs--flat .irs-handle {
	width: 20px;
	height: 20px;
	top: 17px;
	background: #fff;
	border: 4px solid #fdb913;
	cursor: pointer;
	border-radius: 50%;
}
.irs--flat .irs-min, .irs--flat .irs-max {
	display: none !important;
}
.range-controls__slider {
	position: absolute !important;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	width: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	outline: none !important;
	z-index: -9999 !important;
	background: none !important;
	border-style: solid !important;
	border-color: transparent !important;
}
.range-controls__slash {
	margin: 0 10px;
	width: 11px;
	height: 1px;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	background: #d9d9d9;
}
.range-catalog {
	margin-bottom: 0px;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
	display: none !important;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
	display: none;
}
.sidebar-catalog__content {
	display: none;
}
.sidebar-catalog__buttons {
	padding-top: 20px;
}
.btn-page {
	font-size: 20px;
	height: 60px;
	border-radius: 50px;
	margin-bottom: 15px;
	font-weight: 700;
	line-height: 130%;
	border: 1px solid #d9d9d9;
	background: #fff;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	cursor: pointer;
	font-family: 'Manrope';
}
.item-catalog-list {
	gap: 48px;
	margin-bottom: 20px;
	border: 1px solid #d9d9d9;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.feature {
	margin-bottom: 10px;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.feature__value {
	text-align: right;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.feature__title {
	color: #818181;
}
.feature::after {
	position: relative;
	content: " ";
	display: block;
	border-bottom: 1px #d9d9d9 dashed;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-ms-flex-item-align: end;
	    align-self: flex-end;
}
.item-catalog-list__title {
	font-size: 20px;
	line-height: 140%;
	margin-bottom: 20px;
	display: block;
	font-weight: 700;
	color: #000;
}
.item-catalog-list__image {
	width: 265px;
	height: 266px;
	position: relative;
	display: block;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}
.item-catalog-list__image img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	font-family: 'object-fit: contain;';
}
.item-catalog-list__content {
	padding: 30px 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.item-catalog-list__info {
	width: 259px;
	padding: 30px 0;
	text-align: center;
	border-left: 1px solid #d9d9d9;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}
.item-catalog-list .price-main {
	font-size: 20px;
	line-height: 140%;
	color: #525353;
}
.item-catalog-list .price-old {
	margin-bottom: 5px;
}
.item-catalog-list .btn-main {
	margin-top: 10px;
}
.quantity {
	width: 187px;
	height: 60px;
	padding: 0 15px;
	border: 1px solid #d9d9d9;
	background: #fff;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.quantity-button {
	width: 40px;
	border: none;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	background-color: transparent;
	font-size: 40px;
	padding-bottom: 5px;
	line-height: 1;
	font-weight: 400;
	color: #1f1f1f;
    font-family: 'Manrope';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	cursor: pointer;
}
.quantity input {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	width: 100%;
	font-size: 20px;
	line-height: 140%;
	text-align: center;
	color: #1f1f1f;
	font-weight: 700;
	border: none;
    font-family: 'Manrope';
	text-align: center;
	background-color: transparent;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}
.item-catalog-list .quantity {
	margin: 0 auto;
	margin-top: 20px;
}

@media (max-width: 1600px) {
.sidebar-catalog__title {
    font-size: 27px;
    margin-bottom: 14px;
}
.sidebar-catalog__head {
    padding: 17px 0;
}
.checkbox {
    font-size: 14px;
    margin-bottom: 13px;
}
.checkbox label {
    gap: 8px;
}
.checkbox label input {
	width: 18px;
	height: 18px;
}
.search-catalog input {
    height: 44px;
    padding: 0 18px;
    font-size: 16px;
    padding-right: 50px;
}
.show-more-checkboxes {
    font-size: 14px;
}
.range-controls input {
    height: 43px;
    padding: 0 16px;
    border-radius: 8px;
    font-size: 16px;
}
.range-controls__slash {
    margin: 0 8px;
    width: 9px;
}
.btn-page {
    font-size: 17px;
    height: 55px;
}
.search-catalog__icon {
    width: 50px;
    background-size: 21px auto;
}
.item-catalog-list__image {
    width: 235px;
	height: 240px;
}
.item-catalog-list {
    gap: 28px;
}
.jq-selectbox__dropdown {
    min-width: 292px !important;
}
.quantity {
    width: 162px;
    height: 55px;
    padding: 0 10px;
}
.quantity-button {
    width: 35px;
    font-size: 34px;
}
.item-catalog-list .price-main {
    font-size: 18px;
}
.item-catalog-list__title {
    font-size: 17px;
    margin-bottom: 15px;
}
.item-catalog-list__content {
    padding: 20px 0;
}
.item-catalog-list__info {
    width: 230px;
    padding: 20px 0;
}
.quantity input {
	font-size: 18px;
}
}
@media (max-width: 1360px) {
	.sidebar-catalog {
		padding-right: 8px;
	}
    .btn-page {
        font-size: 16px;
        height: 52px;
    }
	.show-more-checkboxes {
        font-size: 12px;
    }
	.item-catalog-list {
        gap: 15px;
    }
    .item-catalog-list__image {
        width: 210px;
        height: 210px;
    }
    .quantity {
        width: 142px;
        height: 50px;
        padding: 0 5px;
    }
	.item-catalog-list .quantity {
		margin-top: 10px;
	}
    .quantity input {
        font-size: 16px;
    }
	.quantity-button {
        width: 32px;
        font-size: 28px;
    }
    .item-catalog-list__title {
        font-size: 15px;
        margin-bottom: 13px;
    }
	.item-catalog-list__info,
    .item-catalog-list__content {
        padding: 10px 0;
    }
    .item-catalog-list__info {
        width: 200px;
	}
}
@media (max-width: 1200px) {
	.checkbox {
        font-size: 12px;
	}
	.sidebar-catalog__title {
        font-size: 22px;
        margin-bottom: 9px;
    }
    .item-catalog-list__title {
        font-size: 13px;
        margin-bottom: 11px;
    }
    .item-catalog-list__image {
        width: 190px;
        height: 190px;
    }
    .quantity {
        width: 140px;
        height: 45px;
	}
}
@media (max-width: 992px) {
	.page-categories_catalog .content-section {
		padding-top: 30px;
		background: #fff;
		color: #000;
	}
	.sidebar-catalog {
		display: none;
	}
	.sorting-catalog {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}
	.types-catalog {
		font-size: 13px;
		display: flex;
	}
	.select-sorting {
		font-size: 18px;
	}
	.row_catalog > div:nth-child(n+5) {
		display: none;
	}
	.more-catalog-button {
		padding-top: 30px;
	}
	.jq-selectbox__dropdown {
    	min-width: 319px !important;
	}
	.btn-page {
		height: 60px;
		font-size: 20px;
	}
	.btn-open-sidebar {
		height: 60px;
		font-size: 18px;
		margin-bottom: 30px;
		gap: 10px;
		line-height: 144%;
		font-weight: 500;
		color: #000;
		border: 1px solid #fdb913;
		background: #fff;
		border-radius: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		text-align: center;
		cursor: pointer;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.btn-open-sidebar__icon {
		width: 16px;
		height: 16px;
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		position: relative;
	}
	.btn-open-sidebar__icon::after,
	.btn-open-sidebar__icon::before {
		position: absolute;
		display: block;
		content: " ";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.btn-open-sidebar__icon::before {
		background-image: url(../img/sandwich2.svg);
	}
	.btn-open-sidebar__icon::after {
		opacity: 0;
		background-image: url(../img/sandwich_active2.svg);
	}
	.btn-open-sidebar.active .btn-open-sidebar__icon::before {
		opacity: 0;
	}
	.btn-open-sidebar.active .btn-open-sidebar__icon::after {
		opacity: 1;
	}
	.sidebar-catalog__title {
		display: none;
	}
	.sidebar-catalog__title + .sidebar-catalog__item .sidebar-catalog__head {
		padding-top: 0;
	}
	.sidebar-catalog__head {
		font-size: 18px;
		padding: 20px 0;
	}
	.checkbox {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.search-catalog input {
		height: 46px;
		padding: 0 20px;
		font-size: 18px;
		padding-right: 60px;
	}
	.search-catalog__icon {
		width: 60px;
		background-size: 24px auto;
	}
	.show-more-checkboxes {
		font-size: 16px;
	}
	.range-controls input {
		height: 46px;
		padding: 0 20px;
		border-radius: 10px;
		font-size: 18px;
	}
	.range-controls__slash {
		margin: 0 10px;
		width: 11px;
	}
	.sidebar-catalog {
		padding-bottom: 20px;
	}
	.item-catalog-list {
		display: block;
		margin-bottom: 11px;
	}
	.item-catalog-list__image {
		height: 240px;
		width: 100%;
	}
	.item-catalog-list__content {
		padding: 20px 15px;
	}
	.feature {
		font-size: 13px;
	}
	.item-catalog-list__title {
        font-size: 16px;
        margin-bottom: 16px;
    }
	.item-catalog-list__info {
		padding: 0;
		width: 100%;
		padding-bottom: 15px;
	}
    .quantity {
        width: 145px;
        height: 40px;
    }
    .quantity-button {
        width: 44px;
        font-size: 30px;
    }
}
@media (min-width: 992px) {
	.sidebar-catalog {
		display: block !important;
	}
}

/*страница карточки*/
.page-card {
	background-image: url(../img/page_categories_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
@supports (background-image: url('../img/page_categories_bg.webp')) {
  .page-card {
    background-image: url('../img/page_categories_bg.webp');
  }
}
@supports (background-image: url('../img/page_categories_bg.avif')) {
  .page-card {
    background-image: url('../img/page_categories_bg.avif');
  }
}
.title-card {
	font-size: 30px;
	line-height: 107%;
	font-weight: 600;
}
.articul-card {
	color: #818181;
	font-weight: 500;
}
.card-content {
	gap: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.card-content .price-old {
	font-size: 24px;
	line-height: 100%;
	font-weight: 600;
}
.card-content .price-main {
	font-size: 30px;
	line-height: 107%;
	font-weight: 700;
}
.card-content .badges {
	position: relative;
	top: 0;
	right: 0;
}
.badges__item_available {
	color: #fff;
	background: #39ad9a;
}
.card-actions {
	padding: 30px;
	background: #fdb913;
	border-radius: 15px;
	width: 100%;
}
.card-actions__top {
	gap: 10px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.card-actions__top .quantity {
	width: auto;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.card-actions__top .btn-page {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin: 0;
	background: transparent;
	width: auto;
	border-color: #1f1f1f;
}
.add-amounts {
	gap: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.add-amounts__btn {
	padding: 5px 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 137%;
	border: 1px solid #000;
	border-radius: 8px;
	color: #000;
	cursor: pointer;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.add-amounts__btn.active {
	background: #000;
	color: #fff;
}
.card-content__title {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 140%;
	font-weight: 700;
	color: #000;
}
.card-content__features {
	width: 100%;
}
.link-page {
	font-size: 16px;
	line-height: 137%;
	padding: 2px 0;
	font-weight: 500;
	color: #4194d1;
	border-bottom: 1px #4194d1 dashed;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.card-content__complect {
	width: 100%;
}
.card-content__complect li {
	font-size: 16px;
	padding-left: 36px;
	margin-bottom: 14px;
	line-height: 137%;
	font-weight: 500;
	color: #818181;
	position: relative;
}
.card-content__complect li::before {
	position: absolute;
	display: block;
	content: " ";
	width: 26px;
	height: 26px;
	top: -2px;
	left: 0;
	background-image: url(../img/li.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.card-content__about {
	font-size: 16px;
	line-height: 137%;
	color: #818181;
	font-weight: 500;
}
.slider-for__item {
	height: 810px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.slider-for__item img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.slider-for__item video {
	width: 100%;
	height: auto;
}
.slider-nav:not(.slick-initialized) > *:not(:first-child),
.slider-for:not(.slick-initialized) > *:not(:first-child) {
  	display: none;
}
.slider-for {
	border: 1px solid #d9d9d9;
	border-radius: 20px;
	overflow: hidden;
}
.slick-slide .slider-for__item video {
	opacity: 0;
		-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.slick-slide video.active {
	opacity: 1;
}
.card-main {
	margin-right: 30px;
}
.slider-nav {
	margin-top: 20px;
}
.slider-nav__item {
	width: 100px;
	height: 100px;
	margin-right: 10px;
	border-radius: 15px;
	border: 2px transparent solid;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.slider-nav__item img {
	max-width: 100%;
	max-height: 100%;
}
.slider-nav__item_video {
	background: #000;
}
.slider-nav__item_video::after {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 50px;
	height: 50px;
	background-image: url(../img/play.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.slick-current .slider-nav__item {
	border-color: #fdb913;
}
.slider-for-wrap {
	position: relative;
}
.slider-for-controls {
	bottom: 30px;
	right: 30px;
	padding: 10px;
	gap: 10px;
	border: 1px solid #d9d9d9;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: absolute;
}
.slider-for-controls .slick-arrow {
	width: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #fdb913;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.slider-for-controls .slick-arrow.slick-disabled {
	background: transparent;
	pointer-events: none;
} 
.card-block {
	padding: 30px 0px;
	border-radius: 24px;
}
.card-block__title {
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: 600;
	line-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.text-card {
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 137%;
	color: #818181;
	font-weight: 500;
}
.feature-wrapper {
	gap: 0 100px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 100px 1fr;
	grid-template-columns: 1fr 1fr;
}
.slider-questions:not(.slick-initialized) > *:not(:first-child) {
  display: none;
}
.item-question {
	padding: 28px;
	font-size: 16px;
	line-height: 137%;
	font-weight: 500;
	color: #818181;
	border: 1px solid #d9d9d9;
	border-radius: 20px;
	min-height: 100%;
}
.item-question__name {
	font-size: 18px;
	line-height: 133%;
	letter-spacing: -0.02em;
	color: #000;
	font-weight: 700;
}
.item-question__head {
	margin-bottom: 10px;
	gap: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.item-question__unit {
	margin-bottom: 10px;
}
.item-question__unit:last-child {
	margin-bottom: 0;
}
.slider-questions .slick-track {
  	display: -webkit-box !important;
  	display: -ms-flexbox !important;
  	display: flex !important;
}
.slider-questions .slick-slide {
	padding: 0 5px;
  	height: inherit !important;
}
.slider-questions .slick-list {
	margin: 0 -5px;
}
.slick-arrow.slick-arrow_main {
	width: 60px;
	height: 60px;
	top: 50%;
	position: absolute;
	border: 1px solid #d9d9d9;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 10;
	background: #fff;
		-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.slick-arrow.slick-arrow_main.slick-prev {
	left: -30px;
}
.slick-arrow.slick-arrow_main.slick-next {
	right: -30px;
}
.slick-arrow.slick-arrow_main.slick-arrow.slick-disabled {
	visibility: hidden;
}
.slider-products-main .item-catalog {
	width: 353px;
	margin-right: 10px;
}
.slider-products-wrap {
	position: relative;
}
.slider-products-wrap .slider-products-main {
	position: static;
}
.text-card_hidden,
.hidden-features {
	display: none;
}
.page-card .content-section {
	overflow: hidden;
}
.card-block__arow {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background-image: url(../img/arrow2.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px auto;
}

@media (max-width: 1600px) {
.card-content {
    gap: 20px;
}
.title-card {
    font-size: 27px;
}
.card-content .price-old {
    font-size: 21px;
}
.card-content .price-main {
    font-size: 26px;
}
.card-actions {
    padding: 25px;
}
.add-amounts__btn {
	font-size: 14px;
}
.card-content__title {
    font-size: 18px;
}
.slider-for__item {
    height: 690px;
}
.slider-nav__item {
	width: 90px;
	height: 90px;
}
.card-block {
    padding: 25px 0px;
}
.card-block__title {
    font-size: 21px;
    margin-bottom: 25px;
}
.text-card {
    font-size: 14px;
    margin-bottom: 25px;
}
.feature-wrapper {
    gap: 0 70px;
}
.item-question {
    padding: 22px;
    font-size: 14px;
}
.item-question__name {
    font-size: 16px;
}
.slider-products-main .item-catalog {
    width: 300px;
}
.slider-for-controls {
    bottom: 25px;
    right: 25px;
}
.link-page {
    font-size: 14px;
}
}

@media (max-width: 1360px) {
    .title-card {
        font-size: 23px;
    }
	.card-actions {
        padding: 16px;
    }
    .add-amounts__btn {
        font-size: 12px;
    }
	.card-content__about {
		font-size: 14px;
	}
	.card-content__complect li {
		font-size: 14px;
		padding-left: 34px;
	}
    .text-card {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .feature-wrapper {
        gap: 0 55px;
    }
    .item-question {
        padding: 18px;
        font-size: 12px;
    }
    .item-question__name {
        font-size: 14px;
    }
    .slider-products-main .item-catalog {
        width: 259px;
    }
    .slider-for__item {
        height: 640px;
    }
    .card-content {
        gap: 16px;
    }
}
@media (max-width: 1200px) {
	.card-content {
		margin-left: -15px;
	}
    .slider-products-main .item-catalog {
        width: 232px;
    }
    .link-page {
        font-size: 12px;
    }
    .card-block__title {
        font-size: 19px;
        margin-bottom: 20px;
    }
    .card-block {
        padding: 20px 0px;
    }
}
@media (max-width: 992px) {
	.page-card {
		background: none;
	}
	.card-main {
		margin: 0;
	}
	.slider-for__image {
		padding-top: 100%;
		position: relative;
	}
	.slider-for__item {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.slider-nav__item {
		width: 100px;
		height: 100px;
	}
	.slider-nav {
		margin-right: -10px;
	}
	.card-content {
		padding-top: 32px;
		gap: 20px;
		margin: 0;
	}
	.title-card,
	.slider-for-controls {
		display: none;
	}
	.card-actions {
		padding: 20px 10px;
	}
	.card-content .price-old {
        font-size: 24px;
    }
	.card-content .price-main {
		font-size: 30px;
	}
	.card-content .prices-wrap {
		gap: 10px;
	}
	.card-actions__top {
		margin-bottom: 10px;
		display: block;
	}
	.card-actions__top .quantity {
		height: 60px;
	}
	.card-actions__top .quantity input {
		font-size: 20px;
	}
	.card-actions__top .quantity-button {
        width: 63px;
        font-size: 35px;
    }
	.card-actions__top .btn-page {
		width: 100%;
		margin-top: 10px;
	}
	.add-amounts__btn {
		font-size: 16px;
		line-height: 137%;
		font-weight: 500;
	}
	.add-amounts {
    	gap: 5px;
	}
	.card-content__title {
		font-size: 20px;
	}
    .card-content__complect li {
        font-size: 16px;
        padding-left: 36px;
    }
    .card-content__about {
        font-size: 16px;
    }
	.text-card {
		font-size: 16px;
		line-height: 137%;
	}
	.link-page {
        font-size: 16px;
    }
	.feature-wrapper {
		display: block;
	}
    .feature {
        font-size: 14px;
    }
	.feature-wrapper > .feature:nth-child(n+7) {
		display: none;
	}
	.card-block__title {
		display: block;
	}
	.card-block__title .btn-main {
		margin-top: 10px;
	}
	.card-block__title {
        font-size: 24px;
	}
	.item-question {
		padding: 30px 10px;
		font-size: 16px;
		line-height: 137%;
	}
    .item-question__name {
        font-size: 18px;
    }
	.show-mob .item-question {
		margin-bottom: 10px;
		min-height: initial;
	}
	.col-6 .item-catalog {
		border-radius: 10px;
	}
	.col-6 .item-catalog .badges__item {
		padding: 3px 5px;
		font-size: 14px;
		font-weight: 500;
		line-height: 129%;
	}
	.col-6 .item-catalog .badges {
		top: 4px;
		right: 4px;
		border-radius: 4px;
	}
	.col-6 .item-catalog .item-catalog__content {
		padding: 7px 4px;
	}
	.col-6 .item-catalog .item-catalog__title {
		font-size: 14px;
		font-weight: 500;
	}
   .col-6 .item-catalog .price-old {
        font-size: 14px;
    }
	.col-6 .item-catalog .price-main {
		font-size: 16px;
	}
	.item-catalog__bottom {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
	}
	.col-6 .item-catalog .item-catalog__description {
		padding: 8px;
		font-size: 9px;
	}
}

/*страница корзины*/
.page-cart {
	background-image: url(../img/page_categories_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
@supports (background-image: url('../img/page_categories_bg.webp')) {
  .page-cart {
    background-image: url('../img/page_categories_bg.webp');
  }
}
@supports (background-image: url('../img/page_categories_bg.avif')) {
  .page-cart {
    background-image: url('../img/page_categories_bg.avif');
  }
}
.sidebar-cart {
	padding: 40px 30px;
	margin-left: 50px;
	position: sticky;
	top: 100px;
	border: 1px solid #d9d9d9;
	border-radius: 24px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.sidebar-cart__title {
	font-size: 24px;
	margin-bottom: 40px;
	font-weight: 600;
	line-height: 100%;
}
.title-cart {
	font-size: 24px;	
	margin-bottom: 20px;
	line-height: 100%;
	font-weight: 500;
}
.title-cart.title-cart_main {
	font-weight: 600;
	margin-bottom: 0;
}
.item-cart_page .item-cart__image {
	width: 120px;
	height: 120px;
}
.item-cart_page .item-cart__title {
	font-size: 16px;
	width: 225px;
	line-height: 137%;
}
.item-cart.item-cart_page {
	padding: 25px 0;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.item-cart__remove {
	width: 40px;
	height: 40px;
	background-image: url(../img/remove.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px auto;
	cursor: pointer;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}
.item-cart_page .quantity {
	width: 167px;
	padding: 0 5px;
}
.item-cart_page .item-cart__total,
.item-cart_page .quantity,
.item-cart_page .item-cart__prices {
	margin: 0 auto;
}
.item-cart_page .item-cart__total,
.item-cart_page .item-cart__prices {
	min-width: 105px;
}
.content-cart {
	margin-right: -40px;
	margin-bottom: -46px;
}
.content-cart__unit {
	margin-top: 10px;
	margin-bottom: 20px;
}
.radios-unit {
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	flex-wrap: wrap;
}
.radios-unit .radio {
	flex: 1 0 21%;
}
.radio label {
	padding: 0px 30px;
	height: 60px;
	gap: 10px;
	min-width: 242px;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	cursor: pointer;
	z-index: 1;
}
.radio label span span {
	color: #d9d9d9;
}
.radio label input {
	width: 20px;
	height: 20px;
	border: none;
	padding: 0;
	flex: none;
	background: transparent;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	background-image: url(../img/radio.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: relative;
}
.radio label input::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/radio_active.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.radio input:checked:before {
	opacity: 1;
}
.radio span::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	z-index: -1;
	background: #fdb913;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}
.radio input:checked + span::before {
	opacity: 1;
}
.content-cart__unit + .content-cart__unit {
	padding-top: 30px;
}
.descr-input {
	font-size: 16px;
	margin: 20px 0;
	font-weight: 500;
	line-height: 137%;
	color: #39ad9a;
}
.item-form {
	margin-bottom: 20px;
	position: relative;
}
.item-form .jq-selectbox__select-text,
.item-form input,
.item-form textarea {
	height: 60px;
	font-size: 18px;
	line-height: 144%;
	padding: 0 20px;
	background: #fff;
	font-weight: 500;
	border: 1px solid #d9d9d9;
	color: #818181;
	border-radius: 10px;
	width: 100%;
	font-family: 'Manrope';
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.item-form input,
.item-form textarea {
	color: #000;
}
.item-form *::-webkit-input-placeholder {
	color: #818181;
}
.item-form *:-moz-placeholder {
	color: #818181;
}
.item-form *::-moz-placeholder {
	color: #818181;
}
.item-form *:-ms-input-placeholder {
	color: #818181;
}
.item-form .jq-selectbox__select-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
}
.item-form_error .jq-selectbox__select-text,
.item-form_error input,
.item-form_error textarea {
	color: #db4446;
	border-color: #db4446;
}
.item-form.item-form_error *::-webkit-input-placeholder {
	color: #db4446;
}
.item-form.item-form_error *:-moz-placeholder {
	color: #db4446;
}
.item-form.item-form_error *::-moz-placeholder {
	color: #db4446;
}
.item-form.item-form_error *:-ms-input-placeholder {
	color: #db4446;
}
.item-form .jq-selectbox {
	width: 100%;
	z-index: initial !important;
	display: block;
}
.item-form .jq-selectbox.opened {
	z-index: 100 !important;
}
.item-form__title {
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 143%;
	color: #818181;
	font-weight: 500;
}
.content-cart__unit .item-form__title {
	margin-top: -10px;
}
.item-form .jq-selectbox__trigger {
	position: absolute;
	display: block;
	right: 20px;
	width: 19px;
	height: 16px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	background-image: url(../img/arrow_down.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.item-form .jq-selectbox__dropdown {
	width: 100%;
}
.changed .jq-selectbox__select-text {
	color: #000;
}
#map-cart {
	height: 370px;
	width: 100%;
	border-radius: 10px;
	background-color: #d9d9d9;
	overflow: hidden;
}
.item-form textarea {
	height: 150px;
	padding-top: 20px;
	resize: none;
}
.sidebar-cart .feature {
	margin-bottom: 20px;
}
.sidebar-cart .feature__title {
	color: #000;
}
.sidebar-cart .feature__value {
	font-size: 20px;
	line-height: 140%;
	font-weight: 700;
}
.feature.feature_total {
	margin-top: 40px;
	font-size: 24px;
	line-height: 100%;
}
.feature_total .feature__value {
	font-size: 30px;
	line-height: 107%;
	font-weight: 600;
	color: #39ad9a;
}
.btn-page.btn-page_main {
	background: #fdb913;
	border-color: #fdb913;
}
.sidebar-cart .btn-page {
	margin-top: 40px;
	margin-bottom: 0;
}
.datepicker-dropdown {
	width: 100%;
	padding: 0;
	padding-top: 2px;
}
.datepicker-view {
	width: 100%;
}
.datepicker-cell {
	height: 50px;
	font-size: 16px;
	line-height: 137%;
	font-weight: 500;
	text-align: center;
	color: #000;
}
.datepicker-header .datepicker-controls .button {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding: 0;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	background: #fdb913;
	background-repeat: no-repeat;
	background-position: center;
}
.datepicker-header .datepicker-controls {
	padding: 10px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.datepicker-header .datepicker-controls .button.view-switch {
	font-weight: 400;
	background: transparent;
	width: auto;
	border-radius: 0;
}
.datepicker-cell.focused:not(.selected) {
	border: 1px solid #fdb913;
	background: transparent;
}
.datepicker .dow {
	color: #9c9c9c;
	font-weight: 300;
}
.datepicker .days .dow:nth-last-child(2),
.datepicker .days .dow:nth-last-child(1) {
	color: #db4446;
}
.datepicker-header .datepicker-controls .button.prev-btn {
	background-image: url(../img/prev.svg);
	color: transparent;
	font-size: 0;
	background-color: transparent;
}
.datepicker-header .datepicker-controls .button.next-btn {
	background-image: url(../img/next.svg);
	color: transparent;
	font-size: 0;
}
.datepicker-cell.selected {
	background: #fdb913;
	color: #000;
}
.item-form_date input {
	background-image: url(../img/calendar.svg);
	background-repeat: no-repeat;
	background-position: center right 20px;
	background-size: 24px;
}
#map-cart .ymaps-2-1-79-ground-pane {
	-webkit-filter: grayscale(100%) brightness(0.9);
    -moz-filter: grayscale(100%) brightness(0.9);
    -ms-filter: grayscale(100%) brightness(0.9);
    -o-filter: grayscale(100%) brightness(0.9);
	filter: grayscale(100%) brightness(0.9);
}
.datepicker-dropdown .datepicker-picker {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 0 20px;
}
@media (max-width: 1600px) {
.sidebar-cart {
    padding: 25px 20px;
}
.sidebar-cart .feature {
    margin-bottom: 16px;
}
.sidebar-cart .feature__value {
    font-size: 18px;
}
.feature.feature_total {
    margin-top: 35px;
    font-size: 21px;
}
.item-form .jq-selectbox__select-text, 
.item-form input, 
.item-form textarea {
    height: 55px;
    font-size: 16px;
}
.item-form textarea {
    height: 140px;
    padding-top: 17px;
}
.title-cart {
    font-size: 22px;
    margin-bottom: 17px;
}
.content-cart__unit + .content-cart__unit {
    padding-top: 20px;
}
.item-cart_page .item-cart__title {
    font-size: 14px;
    width: 203px;
}
.item-cart_page .quantity {
    width: 150px;
}
.item-cart_page .item-cart__image {
    width: 110px;
    height: 110px;
}
.item-cart_page .item-cart__total,
.item-cart_page .item-cart__prices {
    min-width: 98px;
}
.item-cart.item-cart_page {
    padding: 18px 0;
}
.sidebar-cart__title {
    font-size: 22px;
    margin-bottom: 28px;
}
.sidebar-cart .btn-page {
	margin-top: 30px;
}
.radio label {
	height: 55px;
	min-width: 230px;
	padding: 0 25px;
}
}
@media (max-width: 1360px) {
    .sidebar-cart .feature__value {
        font-size: 16px;
    }
    .sidebar-cart__title {
        font-size: 19px;
        margin-bottom: 22px;
    }
    .feature.feature_total {
        margin-top: 28px;
        font-size: 19px;
    }
    .item-cart_page .item-cart__title {
        font-size: 13px;
        width: 174px;
    }
	.item-cart_page .quantity {
        width: 136px;
    }
    .item-cart_page .item-cart__total, .item-cart_page .item-cart__prices {
        min-width: 86px;
    }
    .item-form .jq-selectbox__select-text, .item-form input, .item-form textarea {
        height: 50px;
        font-size: 14px;
		padding-left: 15px;
		padding-right: 15px;
    }
	.item-form textarea {
		height: 140px;
	}
	.item-form__title {
		font-size: 12px;
	}
    .title-cart {
        font-size: 20px;
	}
	#map-cart {
		height: 320px;
	}
}
@media (max-width: 1200px) {
    .feature.feature_total {
        margin-top: 24px;
        font-size: 17px;
    }
    .sidebar-cart .feature__value {
        font-size: 14px;
    }
}
@media (max-width: 992px) {
	.content-cart {
		margin-bottom: 0px;
	}	
	.title-cart.title-cart_main {
		margin-bottom: 20px;
	}
	.item-cart_page .item-cart__image {
		width: 90px;
		height: 90px;
	}
	.item-cart.item-cart_page {
		gap: 20px 10px;
		padding: 0;
		margin-bottom: 30px;
		border: none;
	}
    .item-cart_page .item-cart__title {
        font-size: 14px;
        width: calc(100% - 127px);
		line-height: 129%;
    }
	.content-cart {
		margin-right: 0;
	}
	.page-cart {
		background: transparent;
	}
	.item-cart_page .item-cart__prices {
		gap: 10px;
		width: 100%;
		margin: 0;
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
    .item-cart_page .price-old {
		font-size: 18px;
	}
	.item-cart_page .price-main {
		font-size: 20px;
	}
	.item-cart_page .item-cart__total {
		min-width: initial;
		width: 100%;
		margin: 0;
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.item-cart_page .quantity {
		height: 60px;
		width: auto;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
	.item-cart_page .quantity input {
		font-size: 20px;
	}
	.item-cart_page .quantity-button {
        width: auto;
        font-size: 36px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
	.item-cart__remove {
		width: 60px;
		height: 60px;
		margin: 0;
		border-radius: 50%;
		border: 1px solid #d9d9d9;
	}
	.sidebar-cart {
		border-radius: 15px;
		padding: 20px 15px;
		margin: 0;
		margin-bottom: 20px;
		position: relative;
	}
	.sidebar-cart__title {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.sidebar-cart .feature__value {
		font-size: 18px;
	}
	.feature.feature_total {
		font-size: 20px;
		margin: 30px 0;
	}
	.radios-unit {
		display: block;
	}
	.radio label {
		height: 60px;
		font-size: 16px;
		padding: 0 15px;
		min-width: initial;
	}
	.title-cart {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.item-form .jq-selectbox__select-text, .item-form input, .item-form textarea {
		height: 60px;
		font-size: 18px;
		padding: 0 20px;
	}
	.item-form {
		margin-bottom: 10px;
	}
	.content-cart__unit .item-form__title {
		margin-top: 10px; 
	}
	.item-form__title {
		font-size: 14px;
	}
	#map-cart {
		height: 220px;
		margin-top: 10px;
	}
	.content-cart__unit + .content-cart__unit {
		padding-top: 10px;
	}
	.item-form textarea {
		height: 150px;
		padding-top: 20px;
	}


	.radio label {
		height: 60px;
		font-size: 16px;
		padding: 0 15px;
	}
	.sidebar-cart {
		top: 0;
	}
	.checkOutData .row {
		float: none !important;
	}
	#myMapOrd {
		height: 350px !important;
	}
}


/*личный кабинет*/
.page-main,
.page-personal {
	background-image: url(../img/personal_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
@supports (background-image: url('../img/personal_background.webp')) {
  .page-main,
  .page-personal {
    background-image: url('../img/personal_background.webp');
  }
}
@supports (background-image: url('../img/personal_background.avif')) {
  .page-main,
  .page-personal {
    background-image: url('../img/personal_background.avif');
  }
}
.nav-personal a {
	padding: 20px 0;
	gap: 10px;
	letter-spacing: -0.02em;
	color: #000;
	font-weight: 700;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.nav-personal svg {
	width: 20px;
}
.nav-personal .active a {
	color: #39ad9a;
}
.nav-personal .active svg * {
	fill: #39ad9a;
}
.exchange-rate {
	padding: 30px;
	font-size: 24px;
	margin-top: 20px;
	font-weight: 600;
	line-height: 100%;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.sidebar-personal {
	padding-right: 20px;
}
.unit-personal {
	padding: 30px 40px;
	margin-bottom: 20px;
	border-radius: 20px;
}
.unit-personal__title {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 600;
	line-height: 100%;
}
.unit-personal .btn-main {
	font-weight: 700;
	color: #525353;
}
.hide-password {
	width: 60px;
	height: 60px;
	bottom: 0;
	right: 0;
	z-index: 2;
	cursor: pointer;
	position: absolute;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.5;
}
.hide-password::after,
.hide-password::before {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-repeat: no-repeat;
	background-position: center;
}
.hide-password::before {
	background-image: url(../img/eye.svg);
}
.hide-password::after {
	background-image: url(../img/eye_active.svg);
	opacity: 0;
}
.hide-password.active::before {
	opacity: 0;
}
.hide-password.active::after {
	opacity: 1;
}
.unit-personal .radio label {
	min-width: initial;
	width: 100%;
}
.unit-personal .radios-unit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.unit-personal .radios-unit .radio {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.item-form__value {
	font-weight: 500;
	line-height: 144%;
}
.unit-personal__text {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 137%;
	color: #818181;
	font-weight: 500;
}
.item-adress {
	margin-bottom: 10px;
}
.item-adress__line {
	gap: 10px;
	margin-bottom: 10px;
	line-height: 133%;
	letter-spacing: -0.02em;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.item-adress__icon {
	width: 20px;
	height: 20px;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	background-image: url(../img/ic_pin.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.item-adress__remove {
	width: 40px;
	height: 40px;
	margin-left: auto;
	background-image: url(../img/remove.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px auto;
	cursor: pointer;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}
.item-adress__descr {
	font-size: 16px;
	line-height: 137%;
	color: #818181;
	font-weight: 500;
}
.adresses-wrap {
	margin-bottom: 20px;
}

@media (max-width: 1600px) {
	.unit-personal {
    	padding: 22px 30px;
	}
	.unit-personal__title {
		font-size: 22px;
	}
	.hide-password {
		width: 55px;
		height: 55px;
	}
	.sidebar-personal {
		padding-right: 10px;
	}
	.exchange-rate {
		padding: 25px;
		font-size: 21px;
		margin-top: 12px;
	}
	.nav-personal a {
		padding: 17px 0;
	}
	.unit-personal__text {
    	font-size: 14px;
    	margin-bottom: 18px;
	}
	.item-adress__descr {
    	font-size: 14px;
	}
}
@media (max-width: 1360px) {
    .unit-personal {
        padding: 18px 22px;
		margin-bottom: 15px;
    }
	.hide-password {
		width: 50px;
		height: 50px;
	}
    .sidebar-personal {
        padding-right: 0;
    }
    .nav-personal a {
        padding: 14px 0;
    }
	.exchange-rate {
        padding: 22px;
        font-size: 19px;
        margin-top: 12px;
    }
    .unit-personal__title {
        font-size: 20px;
    }
}
@media (max-width: 1200px) {
    .exchange-rate {
        padding: 20px;
        font-size: 17px;
	}
    .unit-personal__text {
        font-size: 12px;
        margin-bottom: 16px;
    }
	.item-adress__descr {
		font-size: 12px;
	}
}
@media (max-width: 992px) {
	.page-main,
	.page-personal {
		background: transparent;
	}
	.sidebar-personal {
		display: none;
	}
	.unit-personal {
		padding: 0;
		margin-bottom: 20px;
	}
    .unit-personal__title {
        font-size: 24px;
    }
	.unit-personal .radios-unit {
		display: block;
		margin-bottom: 10px;
	}
	.unit-personal .btn-main {
		height: 60px;
		padding: 10px;
		padding-left: 30px;
		font-size: 18px;
		margin-top: 10px;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		width: 100%;
	}
	.unit-personal .btn-main svg {
		width: 40px;
		height: 40px;
	}
	.nav-personal a {
		padding: 15px 0;
		font-size: 18px;
	}
	.page-personal .btn-open-sidebar {
		margin-bottom: 0;
	}
	.unit-personal:first-child {
		margin-top: 30px;
	}
	.unit-personal:last-child {
		margin-bottom: 0;
	}
	.exchange-rate {
		padding: 30px 16px;
		margin-top: 20px;
		font-size: 24px;
	}
	.item-form__value {
		font-size: 18px;
		margin-bottom: 5px;
	}
    .unit-personal__text {
        font-size: 16px;
        margin-bottom: 20px;
    }
	.item-adress__line {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.item-adress__title {
		font-size: 18px;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		width: 100%;
	}
	.item-adress__descr {
        font-size: 16px;
    }
}

/*мои заказы*/
.item-order {
	border-radius: 18px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	min-height: 100%;
	background: #fff;
}
.item-order__head {
	padding: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.item-order__line {
	gap: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.item-order__title,
.item-order__price {
	font-size: 23px;
	line-height: 100%;
	font-weight: 600;
}
.item-order__title {
	margin-right: auto;
}
.item-order__descr {
	font-size: 16px;
	line-height: 162%;
	font-weight: 300;
}
.item-order__price {
	white-space: nowrap;
}
.item-order__line {
	margin-bottom: 5px;
}
.item-order__code {
	font-size: 16px;
	line-height: 125%;
	color: #39ad9a;
	font-weight: 700;
}
.unit-personal_orders {
	padding: 30px;
}
.item-order__content {
	padding: 18px;
	padding-bottom: 22px;
	overflow: hidden;
}
.item-order__top {
	gap: 5px;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.item-order__subtitle {
	font-size: 15px;
	line-height: 125%;
	font-weight: 700;
}
.status-order {
	padding: 3px 8px;
	font-size: 13px;
	line-height: 157%;
	border-radius: 8px;
	font-weight: 500;
	color: #fff;
	background: #db4446;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}
.status-order_wait {
	background: #db4446;
}
.status-order_onway {
	color: #1f1f1f;
	background: #fdb913;
}
.status-order_canceled {
	background: #818181;
}
.status-order_received {
	background: #39ad9a;
}
.slider-orders {
	margin-right: -20px;
}
.slider-orders:not(.slick-initialized) > *:not(:first-child) {
  display: none;
}
.slider-orders__item {
	width: 100px;
	height: 100px;
	margin-right: 10px;
	border-radius: 15px;
	display: block;
}
.slider-orders__item img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	font-family: 'object-fit: contain;';
	border-radius: 15px;
}
.item-order__content .item-order__descr {
	margin-bottom: 10px;
}

@media (max-width: 1600px) {
	.item-order__head {
	    padding: 15px;
	}
	.item-order__title, .item-order__price {
    	font-size: 20px;
	}
	.item-order__code,
	.item-order__descr {
    	font-size: 14px;
	}
	.item-order__content {
    	padding: 15px;
    	padding-bottom: 18px;
	}	
	.item-order__subtitle {
    	font-size: 13px;
	}
	.status-order {
		padding: 2px 6px;
		font-size: 12px;
		border-radius: 6px;
	}
	.slider-orders__item {
		width: 85px;
		height: 85px;
		margin-right: 8px;
	}
	.unit-personal_orders {
		padding: 20px;
	}
}
@media (max-width: 1360px) {
    .item-order__title, .item-order__price {
        font-size: 17px;
    }
    .item-order__code, .item-order__descr {
        font-size: 12px;
    }
    .item-order__content {
        padding: 10px;
        padding-bottom: 16px;
    }
	.item-order__head {
        padding: 14px 10px;
    }
    .status-order {
        padding: 2px 4px;
        font-size: 9px;
        border-radius: 4px;
    }
    .slider-orders__item {
        width: 72px;
        height: 72px;
	}
	.unit-personal_orders {
		padding: 10px;
	}
}

@media (max-width: 992px) {
	.unit-personal_orders {
		padding: 0;
	}
	.item-order__head {
		padding: 20px;
	}
	.item-order__line {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.item-order__title {
		width: 100%;
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
	}
    .item-order__title, .item-order__price {
        font-size: 24px;
    }
	.item-order__code, .item-order__descr {
		font-size: 16px;
	}
	.item-order__top {
		display: block;
	}
	.status-order {
		padding: 3px 10px;
    	font-size: 13px;
    	line-height: 157%;
    	border-radius: 8px;
		display: inline-block;
	}
	.item-order__subtitle {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.slider-orders__item {
		width: 100px;
		height: 100px;
		margin-right: 10px;
	}
	.item-order__content {
		padding-bottom: 20px;
		padding-bottom: 22px;
	}
}

/*акт сверки*/
.head-act {
	padding: 20px 0px;
	margin-bottom: 20px;
}
.head-act__title {
	margin-bottom: 15px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #1f1f1f;
}
.head-act__line {
	gap: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.head-act__line .item-form {
	margin: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.head-act__line .item-form + .item-form {
	margin-left: 15px;
}
.head-act__line .btn-main {
	padding-left: 30px;
	-webkit-box-flex: 0.8;
	    -ms-flex: 0.8;
	        flex: 0.8;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.table-main {
	margin-bottom: 20px;
}
.table-main table {
	width: 100%;
	border-spacing: 0;
}
.table-main table td {
	font-size: 16px;
	line-height: 125%;
	font-weight: 700;
}
.table-main table th {
	font-weight: 600;
}
.table-main table th,
.table-main table td {
	padding: 20px;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	text-align: center;
}
.table-main table th {
	border-top: 1px solid #d9d9d9;
}
.table-main table th:first-child,
.table-main table td:first-child {
	text-align: left;
	border-left: 1px solid #d9d9d9;
}
.table-main table th:first-child {
	border-radius: 18px 0 0 0;
}
.table-main table th:last-child {
	border-radius: 0 18px 0 0;
}
.table-main table tr:last-child td:first-child {
	border-radius: 0 0 0 18px;
}
.table-main table tr:last-child td:last-child {
	border-radius: 0 0 18px 0;
}
@media (max-width: 1600px) {
	.table-main table td {
    	font-size: 14px;
	}
	.table-main table th, .table-main table td {
    	padding: 18px;
	}
}
@media (max-width: 1360px) {
	.head-act__line .item-form + .item-form {
		margin-left: 4px;
	}
    .table-main table td {
        font-size: 12px;
    }
    .table-main table th, .table-main table td {
        padding: 15px;
    }
	.head-act {
		padding: 15px 0px;
		margin-bottom: 15px;
	}
}
@media (max-width: 1200px) {
    .head-act {
        padding: 12px 0px;
        margin-bottom: 10px;
    }
    .table-main table td {
        font-size: 10px;
    }
    .table-main table th, .table-main table td {
        padding: 12px;
    }
}
@media (max-width: 992px) {
	.head-act__line {
		display: block;
	}
	.head-act__line .item-form{ 
		margin-bottom: 20px;
	}
	.head-act__line .btn-main {
		margin: 0;
	}
	.table-main table th, .table-main table td {
		padding: 20px;
	}
    .table-main table td {
        font-size: 16px;
    }
	.table-main table th {
		font-size: 18px;
	}
	.table-main {
		margin-right: -10px;
		overflow: auto;
	}
	.table-main table {
		width: 800px;
	}
	.table-main {
		overflow-y: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.table-main::-webkit-scrollbar {
		display: none;
	}
}

/*мои сообщения*/
.message {
	max-width: 591px;
	padding: 20px;
	font-size: 16px;
	line-height: 137%;
	font-weight: 500;
	color: #818181;
	margin-bottom: 20px;
	border: 1px solid #d9d9d9;
	border-radius: 20px;
}
.message__time {
	margin-top: 8px;
	gap: 10px;
	display: flex;
	align-items: center;
	color: #d9d9d9;
}
.message__time::before {
	position: relative;
	display: block;
	content: " ";
	width: 26px;
	height: 26px;
	background-image: url(../img/li.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.message img {
	margin-top: 16px;
	border-radius: 10px;
	max-width: 100%;
	height: auto;
}
.message_main {
	margin-left: auto;
	background: #f6f6f6;
	border: none;
}
.message_main .message__time {
	justify-content: flex-end;
}
.form-message {
	margin-top: 50px;
	padding: 15px 16px;
	border-radius: 10px;
	background: #f6f6f6;
}
.form-message .item-form {
	margin: 0;
	position: relative;
}
.form-message .item-form input {
	height: 52px;
	font-size: 16px;
	padding: 0 10px;
	padding-right: 150px;
	border: none;
}
.form-message__actions {
	gap: 12px;
	padding-right: 10px;
	top: 0;
	right: 0;
	height: 100%;
	display: flex;
	align-items: center;
	position: absolute;
}
.form-message__buttons::after {
	position: relative;
	display: block;
	content: " ";
	width: 1px;
	height: 18px;
	margin-left: -4px;
	background: #1f1f1f;
}
.form-message__buttons {
	gap: 16px;
	display: flex;
	align-items: center;
}
.btn-message {
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: none;
	background: transparent;
	transition: all 0.3s;
	flex: none;
}
.btn-send {
	width: 23px;
	height: 23px;
	padding: 0;
	border: none;
	background: #d9d9d9;
	cursor: pointer;
	border-radius: 50%;
	transition: all 0.3s;
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 1600px) {
	.message {
		max-width: 518px;
		padding: 18px;
		font-size: 14px;
		margin-bottom: 18px;
	}
	.form-message .item-form input {
		height: 48px;
		font-size: 14px;
	}
	.form-message {
		margin-top: 40px;
	}
}
@media (max-width: 1360px) {
	.message {
        max-width: 486px;
        padding: 18px;
        font-size: 13px;
        margin-bottom: 16px;
    }
	.message__time::before {
		width: 22px;
		height: 22px;
	}
}

@media (max-width: 992px) {
	.messages-block {
		padding-top: 20px;
	}
	.message {
		max-width: 100%;
		padding: 20px;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.message__time::before {
		width: 26px;
		height: 26px;
	}
	.form-message {
		padding: 15px 16px;
		margin-top: 0;
	}
	.form-message__buttons {
    	gap: 12px;
	}
	.form-message__buttons::after {
		margin: 0;
	}
}

/*контакты*/
.contacts-main .item-contact a,
.contacts-main .item-contact {
	color: #000;
}
.contacts-main .item-contact__icon {
	border: 1px solid #fdb913;
	background: transparent;
}
.contacts-main .item-contact__icon path {
	fill: #000;
}
.item-contact__wrap {
	gap: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.contacts-main {
	padding: 30px;
}
.container #map {
	height: 423px;
	border-radius: 20px;
	margin: 0;
	margin-bottom: 20px;
}
.file-upload input {
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	opacity: 0 !important;
	position: absolute;
	top: 0;
	left: 0;
}
.file-upload {
	position: relative;
}
.name-upload {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
    font-size: 62%;
    line-height: 100%;
    color: #818181;
}
.btn-main.btn-main_block {
	padding: 0 37px;
	color: #000;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border: 1px solid #fdb913;
}
.checkbox.checkbox_form {
	font-size: 13px;
	margin: 0;
	margin-top: 20px;
	line-height: 143%;
	color: #818181;
	font-weight: 500;
}
.socials-list.socials-list_page a {
	background: #fdb913;
	border: 1px solid #fdb913;
}
.socials-list.socials-list_page a path {
	fill: #000;
}
.container .ymaps-2-1-79-ground-pane {
    -webkit-filter: grayscale(100%) invert(84%);
    -moz-filter: grayscale(100%) invert(84%);
    -ms-filter: grayscale(100%) invert(84%);
    -o-filter: grayscale(100%) invert(84%);
    filter: grayscale(100%) invert(98%);
}
@media (max-width: 1600px) {
.checkbox.checkbox_form {
    font-size: 12px;
}
.contacts-main {
	padding: 20px;
}
}
@media (max-width: 1360px) {
.container #map {
    height: 370px;
}
}
@media (max-width: 992px) {
.contacts-main {
	padding: 0;
}
.item-contact__wrap {
	display: block;
}
.item-contact_time {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.item-contact__unit + .item-contact__unit {
	margin-top: 10px;
}
.container #map {
	height: 423px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.container #map + .unit-personal {
	padding-top: 20px;
}
.checkbox.checkbox_form {
	font-size: 14px;
}
.checkbox.checkbox_form label {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.unit-personal_subscribe {
	margin-top: 40px;
}
.col-sidebar-page {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.sidebar-page__title {
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 100%;
	font-weight: 600;
}
.sidebar-page {
	padding: 20px 10px;
	margin-top: 20px;
	padding-bottom: 0;
}
.sidebar-page .nav-personal a {
	padding-left: 0;
	padding-right: 0;
}
}

/*О компании*/
.about-main {
	padding: 30px;
}
.about-main__head {
	margin-bottom: 20px;
	gap: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.about-main__photo {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}
.about-main__photo img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: 'object-fit: cover;';
	border-radius: 50%;
}
.about-main p {
	margin-bottom: 15px;
}
.about-main p:last-child {
	margin-bottom: 0;
}
.about-main__content img {
	margin-bottom: 20px;
	border-radius: 20px;
	max-width: 100%;
	height: auto;
	display: block;
}
.about-main__unit p {
	margin: 0;
}
.about-main__title {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 100%;
	font-weight: 600;
}
.about-main__unit {
	margin-bottom: 20px;
}
.about-main__unit:last-child {
	margin-bottom: 0;
}
.about-main__unit a {
	color: #000;
}

@media (max-width: 1600px) {
	.about-main {
		padding: 20px;
	}
	.about-main__photo {
		width: 90px;
		height: 90px;
	}
	.about-main__title {
		font-size: 22px;
	}
}
@media (max-width: 1200px) {
	.about-main {
		padding: 10px;
	}
	.about-main__title {
		font-size: 18px;
	}
}
@media (max-width: 992px) {
	.about-main {
		font-size: 18px;
		line-height: 133%;
		padding: 0;
	}
	.about-main__head {
		display: block;
	}
	.about-main__photo {
		width: 100px;
		height: 100px;
		margin-bottom: 20px;
	}
	.about-main__content img {
		border-radius: 10px;
	}
	.about-main__title {
		font-size: 24px;
	}
}

/*Акции*/
.item-news_main {
	gap: 10px;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.item-news_main .item-news__image {
	width: 353px;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}
.item-news_main .item-news__content {
	max-width: 502px;
}
@media (max-width: 1600px) {
	.item-news_main .item-news__image {
		width: 325px;
	}
	.item-news_main .item-news__content {
		max-width: 479px;
	}
}
@media (max-width: 1360px) {
	.item-news_main .item-news__image {
		width: 275px;
	}
	.item-news_main .item-news__content {
		max-width: 430px;
	}
}
@media (max-width: 1290px) {
	.item-news_main .item-news__image {
		width: 245px;
	}
	.item-news_main .item-news__content {
		max-width: 352px;
	}
}
@media (max-width: 992px) {
	.item-news_main .item-news__content {
		max-width: 502px;
	}
}
@media (max-width: 580px) {
	.item-news_main {
		display: block;
	}
	.item-news_main .item-news__image {
		width: 100%;
	}
	.item-news_main .item-news__content {
		max-width: 100%;
	}
	.item-news_main .item-news__image {
		height: 187px;
	}
}
 
/*Статья*/
.article-content {
	font-size: 16px;
	padding-bottom: 10px;
	line-height: 137%;
	font-weight: 500;
	color: #818181;
}
.article-content h1 {
	font-size: 50px;
	margin-bottom: 30px;
	line-height: 100%;
	font-weight: 500;
	color: #000;
}
.article-content p {
	margin-bottom: 20px;
}
.article-content time {
	margin-bottom: 30px;
	font-weight: 500;
	display: block;
}
.article-content img {
	margin: 30px 0;
	border-radius: 20px;
	width: 100%;
	height: auto;
}
.wrap-content {
	max-width: 1080px;
	margin: 0 auto;
}
.wrap-content .btn-main {
	font-size: 18px;
	font-weight: 700;
	color: #525353;
}
.title-middle {
	font-size: 24px;
	line-height: 100%;
	font-weight: 600;
}
.wrap-content .title-middle {
	margin: 30px 0;
}
@media (max-width: 1600px) {
.article-content {
    font-size: 14px;
}
.article-content h1 {
    font-size: 44px;
    margin-bottom: 25px;
}
.article-content time {
    margin-bottom: 25px;
}
.wrap-content .btn-main {
    font-size: 16px;
}
.wrap-content {
    max-width: 1015px;
}
.article-content img {
	margin: 25px 0;
}
.title-middle {
	font-size: 21px;
}
}
@media (max-width: 1360px) {
.article-content {
    font-size: 13px;
}
.article-content h1 {
    font-size: 42px;
    margin-bottom: 20px;
}
.article-content time {
    margin-bottom: 20px;
}
.wrap-content .btn-main {
    font-size: 14px;
}
.wrap-content {
    max-width: 960px;
}
.article-content img {
	margin: 20px 0;
}
.title-middle {
	font-size: 19px;
}
}
@media (max-width: 992px) {
    .article-content {
        font-size: 16px;
		padding: 0 10px;
		padding-bottom: 0;
    }
	.article-content h1 {
		font-size: 24px;
		line-height: 100%;
		font-weight: 600;
	}
	.article-content h1 br {
		display: none;
	}
	.wrap-content .btn-main {
		font-size: 18px;
		height: 60px;
		padding-left: 30px;
		width: 100%;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.wrap-content .btn-main svg {
		width: 40px;
	}
	.wrap-content .title-middle {
		margin: 20px 0;
	}
	.title-middle {
		font-size: 24px;
	}
}

/*модалки*/
.modal-wrap {
	width: 534px;
	padding: 40px;
	border-radius: 20px;
	max-width: 100%;
	background: #fff;
	color: #000;
}
.modal-block {
	display: none;
	padding: 0;
	background: transparent;
}
.tabs-modals {
	gap: 20px;
	font-size: 28px;
	margin-bottom: 20px;
	line-height: 121%;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.tabs-modals a {
	color: #39ad9a;
}
.tabs-modals .active a {
	color: #000;
}
.fancybox-slide--html .fancybox-close-small {
    color: #000;
    padding: 7px;
    right: 35px;
    top: 35px;
    width: 40px;
    height: 40px;
	opacity: 1;
}
.modal-wrap .btn-main {
	font-size: 18px;
	padding-left: 30px;
	font-weight: 700;
	color: #525353;
	width: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.modal-wrap__links {
	margin-top: 20px;
	text-align: center;
}
.modal-wrap__links a {
	letter-spacing: -0.02em;
	font-weight: 700;
	color: #39ad9a;
}
.modal-wrap .checkbox {
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 20px;
	line-height: 157%;
	color: #818181;
	font-weight: 500;
}
.modal-wrap .checkbox label {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.tab-pane-modals {
	display: none;
}
.tab-pane-modals:first-child {
	display: block;
}
.modal-wrap .title-middle {
	margin-bottom: 28px;
}
.modal-wrap .checkbox + .btn-main {
	margin-top: 20px;
}
.subtitle-modal {
	margin-top: -8px;
	margin-bottom: 20px;
}
.quantity * {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

@media (max-width: 1600px) {
.modal-wrap .btn-main {
    font-size: 16px;
    padding-left: 25px;
}
.tabs-modals {
    gap: 18px;
    font-size: 25px;
    margin-bottom: 18px;
}
.modal-wrap {
    width: 500px;
    padding: 35px;
}
.fancybox-slide--html .fancybox-close-small {
	right: 30px;
	top: 25px;
}
.modal-wrap .checkbox {
    font-size: 13px;
    margin-top: 18px;
}
}
@media (max-width: 992px) {
	.modal-wrap {
		padding: 20px 10px;
	}
    .tabs-modals {
        gap: 10px;
        font-size: 24px;
	}
    .fancybox-slide--html .fancybox-close-small {
        right: 10px;
        top: 15px;
    }
	.modal-wrap .btn-main {
		height: 60px;
		font-size: 18px;
		padding-left: 30px;
	}
	.modal-wrap .btn-main svg {
		height: 40px;
		width: 40px;
	}
    .modal-wrap .checkbox {
        font-size: 14px;
        margin-top: 10px;
    }
	.modal-wrap .checkbox label input {
		margin-top: 2px;
	}
}

/*Спасибо*/
.page-mockup {
	padding: 296px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.page-mockup_thanks {
	background-image: url(../img/thanks_background.jpg);
}
@supports (background-image: url('../img/thanks_background.webp')) {
  .page-mockup_thanks {
    background-image: url('../img/thanks_background.webp');
  }
}
@supports (background-image: url('../img/thanks_background.avif')) {
  .page-mockup_thanks {
    background-image: url('../img/thanks_background.avif');
  }
}
.mockup-block {
	width: 532px;
	padding: 50px;
	gap: 34px;
	max-width: 100%;
	background: #fff;
	margin: 0 auto;
	color: #000;
	border-radius: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.mockup-block__icon img {
	width: 70px;
	height: auto;
	margin: 0 auto;
}
.mockup-block__title {
	font-size: 50px;
	line-height: 100%;
	font-weight: 500;
	text-align: center;
}
.mockup-block__descr {
	font-size: 16px;
	line-height: 137%;
	text-align: center;
	color: #818181;
	font-weight: 500;
}
.mockup-block .feature {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 100%;
	font-weight: 600;
	color: #000;
	width: 100%;
}
.mockup-block .feature:last-child {
	margin-bottom: 0;
}
.mockup-block__features {
	width: 100%;
}
.mockup-block .feature__title {
	color: #000;
}
.mockup-block .btn-main {
	font-size: 18px;
	color: #525353;
	font-weight: 700;
}
.page-mockup_error {
	background-image: url(../img/error_background.jpg);
}
@supports (background-image: url('../img/error_background.webp')) {
  .page-mockup_error {
    background-image: url('../img/error_background.webp');
  }
}
@supports (background-image: url('../img/error_background.avif')) {
  .page-mockup_error {
    background-image: url('../img/error_background.avif');
  }
}
.mockup-block__value {
	font-size: 100px;
	line-height: 100%;
	text-align: center;
	color: #000;
	font-weight: 500;
}
@media (max-width: 1600px) {
.page-mockup {
    padding: 220px 0;
}
.mockup-block {
    width: 490px;
    padding: 38px;
    gap: 25px;
}
.mockup-block__icon img {
    width: 60px;
}
.mockup-block__title {
    font-size: 40px;
}
.mockup-block__descr {
    font-size: 14px;
}
.mockup-block .feature {
    font-size: 21px;
    margin-bottom: 17px;
}
.mockup-block .btn-main {
    font-size: 16px;
}
.mockup-block__value {
    font-size: 85px;
}
}
@media (max-width: 1360px) {
.page-mockup {
    padding: 170px 0;
} 
.mockup-block {
    width: 420px;
    padding: 32px;
    gap: 22px;
}
.mockup-block__icon img {
    width: 50px;
}
.mockup-block__title {
    font-size: 37px; 
}
.mockup-block__descr {
    font-size: 13px;
}
.mockup-block .feature {
    font-size: 19px;
    margin-bottom: 15px;
}
.mockup-block .btn-main {
    font-size: 14px;
}
.mockup-block__value {
    font-size: 75px;
}
}
@media (max-width: 992px) {
	.page-mockup {
		padding-top: 100px;
		padding-bottom: 50px;
		background: none;
	}
	.mockup-block {
		padding: 50px 10px;
		gap: 20px;
		border-radius: 18px;
	}
	.mockup-block__icon img {
		width: 70px;
	}
	.mockup-block__title {
		font-size: 24px;
		max-width: 270px;
		margin: 0 auto;
		line-height: 100%;
	}
    .mockup-block__descr {
        font-size: 16px;
    }
    .mockup-block .feature {
        font-size: 20px;
        margin-bottom: 20px;
    }
	.mockup-block .btn-main {
		font-size: 18px;
		height: 60px;
		padding: 10px;
		padding-left: 30px;
	}
	.mockup-block .btn-main svg {
		width: 40px;
	}
    .mockup-block__value {
        font-size: 70px;
    }
}

/*ховеры*/
@media (hover: hover) {
.btn-user:hover,
.btn-menu:hover,
.btn-basket:hover,
.btn-catalog:hover {
	border-color: #fdb913;
}
.header__search input:hover,
.header__search input:focus {
	border-color: #fff;
}
.btn-main:hover {
	background: #fdb913;
	border-color: #fdb913;
	color: #000;
}
.btn-main:hover rect {
	fill: #000;
}
.btn-main:hover path {
	fill: #fdb913;
}
.tabs a:hover {
    color: #39ad9a;
}
.item-catalog__link:hover {
	background-color: #fdb913;
}
.slider-arrow:hover .slider-arrow__svg path {
	fill: #fdb913;
}
.menu li:hover > a {
	color: #39ad9a;
}
.menu li:hover > .menu__submenu {
	visibility: visible;
	opacity: 1;
}
.popup-menu__list a:hover {
	color: #39ad9a;
}
.socials-list a:hover {
	background: #fdb913;
	border-color: #fdb913;
}
.socials-list a:hover img {
  -webkit-filter: brightness(0%);
          filter: brightness(0%);
}
.footer__menu a:hover,
.item-category ul li a:hover {
	border-color: inherit;
}
.footer__bottom a:hover {
	color: #fff;
	border-color: #fff;
}
.footer__nav a:hover {
	opacity: 1;
}
.item-catalog:hover .item-catalog__image {
	-webkit-filter: blur(11px);
	        filter: blur(11px);
}
.item-catalog:hover .item-catalog__description {
	opacity: 1;
}
.unit-category:hover {
	background: #fdb913;
	border-color: #fdb913;
}
.unit-category:hover .unit-category__image {
	transform: scale(1.08);
}
.menu-sidebar a:hover {
	color: #39ad9a;
}
.links-categories a:hover {
	background: #4194d1;
	color: #fff;
}
.links-categories a:hover .links-categories__count {
	color: #fff;
}
.links-categories a:hover .links-categories__title {
	border-color: transparent;
}
.tags a:hover {
	background: #fdb913;
}
.jq-selectbox__dropdown li:hover {
	background: #fdb913;
}
.types-catalog__item:hover * {
	stroke: #FDB913;
}
.btn-page:hover {
	background: #FDB913;
	border-color: #FDB913;
}
.add-amounts__btn:hover {
	background: #000;
	color: #fff;
}
.link-page:hover {
	border-color: transparent;
}
.card-actions__top .btn-page:hover {
	background: #000;
	color: #fff;
}
.slick-arrow.slick-arrow_main:hover path {
	fill: #FDB913;
}
.datepicker-cell.selected:hover {
	background: #fdb913;
	color: #000;
}
.nav-personal a:hover {
	color: #39ad9a;
}
.nav-personal a:hover svg * {
	fill: #39ad9a;
}
.hide-password:hover {
	opacity: 1;
}
.tabs-modals a:hover {
	color: #000;
}
.socials-list.socials-list_page a:hover {
	background: transparent;
}
.item-category:hover .item-category__image img {
	transform: scale(1.07);
}
.item-category:hover::before {
	opacity: 1;
	transform: scale(1.1);
	transform-origin: 100% 100%;
}
.item-category:hover {
	transform: scale(1.01);
}
}
@media (hover: none) {
.btn-user:active,
.btn-menu:active,
.btn-basket:active,
.btn-catalog:active {
	border-color: #fdb913;
}
.header__search input:active,
.header__search input:focus {
	border-color: #fff;
}
.btn-main:active {
	background: #fdb913;
	border-color: #fdb913;
	color: #000;
}
.btn-main:active rect {
	fill: #000;
}
.btn-main:active path {
	fill: #fdb913;
}
.tabs a:active {
    color: #39ad9a;
}
.item-catalog__link:active {
	background-color: #fdb913;
}
.slider-arrow:active .slider-arrow__svg path {
	fill: #fdb913;
}
.menu li:active > a {
	color: #39ad9a;
}
.menu li:active > .menu__submenu {
	visibility: visible;
	opacity: 1;
}
.popup-menu__list a:active {
	color: #39ad9a;
}
.socials-list a:active {
	background: #fdb913;
	border-color: #fdb913;
}
.socials-list a:active img {
  -webkit-filter: brightness(0%);
          filter: brightness(0%);
}
.footer__menu a:active,
.item-category ul li a:active {
	border-color: inherit;
}
.footer__bottom a:active {
	color: #fff;
	border-color: #fff;
}
.footer__nav a:active {
	opacity: 1;
}
.item-catalog:active .item-catalog__image {
	-webkit-filter: blur(11px);
	        filter: blur(11px);
}
.item-catalog:active .item-catalog__description {
	opacity: 1;
}
.unit-category:active {
	background: #fdb913;
	border-color: #fdb913;
}
.unit-category:active .unit-category__image {
	transform: scale(1.08);
}
.menu-sidebar a:active {
	color: #39ad9a;
}
.links-categories a:active {
	background: #4194d1;
	color: #fff;
}
.links-categories a:active .links-categories__count {
	color: #fff;
}
.links-categories a:active .links-categories__title {
	border-color: transparent;
}
.tags a:active {
	background: #fdb913;
}
.jq-selectbox__dropdown li:active {
	background: #fdb913;
}
.types-catalog__item:hover * {
	stroke: #FDB913;
}
.btn-page:active {
	background: #FDB913;
	border-color: #FDB913;
}
.add-amounts__btn:active {
	background: #000;
	color: #fff;
}
.link-page:active {
	border-color: transparent;
}
.card-actions__top .btn-page:active {
	background: #000;
	color: #fff;
}
.slick-arrow.slick-arrow_main:active path {
	fill: #FDB913;
}
.datepicker-cell.selected:active {
	background: #fdb913;
	color: #000;
}
.nav-personal a:active {
	color: #39ad9a;
}
.nav-personal a:active svg * {
	fill: #39ad9a;
}
.hide-password:active {
	opacity: 1;
}
.tabs-modals a:active {
	color: #000;
}
.socials-list.socials-list_page a:active {
	background: transparent;
}
.item-category:active .item-category__image img {
	transform: scale(1.07);
}
.item-category:active::before {
	opacity: 1;
	transform: scale(1.1);
	transform-origin: 100% 100%;
}
.item-category:active {
	transform: scale(1.01);
}
}
#curPun {
	margin-top: 15px;
	display: block;
}



div.paginationPages span.current, div.paginationPages a.goToPage {
	padding: 3px 7px;
	margin: 0 3px 0 0;
	border-radius: 100%;
}
div.paginationPages a.goToPage {
	background-color: #fdb913;
	color: #000;
	font-weight: 500;
}
div.paginationPages a.goToPage:hover {
	opacity: 0.65;
}
span#totQtyFin {
	font-weight: 500;
}
div.totInCat, div.paginationPages {
	float: left;
}
div.totInCat {
	margin: 0 5px 0 0;
}
div.inbottom {
	margin: 25px 0 0 0;
}
div#loader {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(93, 93, 93, 0.2);
	z-index: 999999999999999999999999999999999;
}

.cssload-container {
	position:relative;
	top: 50%;
	left: 50%;
}
.loader {
	height: 25px;
	aspect-ratio: 4;
	--_g: no-repeat radial-gradient(farthest-side,#000 90%,#0000);
	background: 
	var(--_g) left, 
	var(--_g) right;
	background-size: 25% 100%;
	display: flex;
}
.loader:before{
	content: "";
	flex: 1;
	background: inherit;
	animation: l50 2s infinite;
}
@keyframes l50 {
	0%    {transform: translate( 37.5%) rotate(0)     }
	16.67%{transform: translate( 37.5%) rotate(90deg) }
	33.33%{transform: translate(-37.5%) rotate(90deg) }
	50%   {transform: translate(-37.5%) rotate(180deg)}
	66.67%{transform: translate(-37.5%) rotate(270deg)}
	83.33%{transform: translate( 37.5%) rotate(270deg)}
	100%  {transform: translate( 37.5%) rotate(360deg)}
}

a.del-cart-iten-conf {
	font-size: 20px;
    color: #000;
    border-bottom: 1px dashed;
    margin: 0 0 15px 0;
}

.rightTrue {
	background: linear-gradient(rgb(210, 255, 218) 0%, rgb(240, 240, 240) 100%) !important;
}
.wrongFalse {
    background: linear-gradient(rgb(255, 210, 210) 0%, rgb(240, 240, 240) 100%) !important;
}