@font-face {
	font-family: "GothamPro";
	src: url("../fonts/GothamPro.eot");
	src: url("../fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro.woff") format("woff"), url("../fonts/GothamPro.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: "GothamPro";
	src: url("../fonts/GothamPro-Medium.eot");
	src: url("../fonts/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro-Medium.ttf") format("truetype");
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}
@font-face {
	font-family: "GothamPro";
	src: url("../fonts/GothamPro-Bold.eot");
	src: url("../fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}
@font-face {
	font-family: "GothamPro";
	src: url("../fonts/GothamPro-Black.eot");
	src: url("../fonts/GothamPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Black.woff") format("woff"), url("../fonts/GothamPro-Black.ttf") format("truetype");
	font-style: normal;
	font-weight: 900;
	font-display: swap;
}
*,
*:before,
*:after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	display: block;
}
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.3;
	font-family: "GothamPro", sans-serif;
	background-color: #fff;
	position: relative;
}
.filter-active {
    overflow: hidden;
}
.jGrowl{
	position: fixed;
	right: 0;
	top: 0;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
a {
	color: #000;
	text-decoration: none;
}
input,
button,
textarea {
	display: inline-block;
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	background-color: transparent;
	border: 0 none;
	box-shadow: none;
	resize: none;
	font-family: "GothamPro", sans-serif;
}
.deliv_label_descr{
    padding: 8px 10px;
    font-size: 13px;
    line-height: 24px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    cursor: pointer;
    transition: border 0.23s;
}
li {
	list-style-type: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	-webkit-apparance: none;
	appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	appearance: none;
}
.bone {
	width: 100%;
	max-width: 1248px;
	margin: 0 auto;
}
@media only screen and (max-width: 900px) {
	.bone {
		padding-left: 12px;
		padding-right: 12px;
	}
}
.ms2_link_hidden{
	display: none !important;
}
.button {
	display: inline-block;
	position: relative;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	background-color: #359E00;
	border: 0 none;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.23s;
	padding: 0 5px;
}
.button:hover,
.button:focus {
	background-color: #84B671;
}
.button:active {
	background-color: #359E00;
}
.button.inactive {
	background-color: #838D9A;
	cursor: no-drop;
}
.breadcrumbs {
	margin-top: 16px;
}
.breadcrumbs ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	/*flex-wrap: nowrap;
	white-space: nowrap;*/
}
.breadcrumbs ul li {
	position: relative;
	padding-right: 16px;
}
.breadcrumbs ul li + li {
	margin-left: 4px;
}
.breadcrumbs ul li:before {
	content: '';
	position: absolute;
	bottom: 4px;
	right: 0;
	width: 12px;
	height: 12px;
	background-image: url('../images/arrow.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.breadcrumbs ul li:last-child:before {
	display: none;
}
.breadcrumbs ul li:last-child span,
.breadcrumbs ul li:last-child div{
	color: #000;
	font-size: 12px;
}

.breadcrumbs ul li a {
	color: #359E00;
	font-size: 12px;
}
.breadcrumbs ul li a:hover {
    text-decoration: underline;
}

/*-------new main ----------------*/
/* Page Main */
.container {
	max-width: 1248px;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

.title {
	font-weight: 500;
	font-size: 20px;
	line-height: 19px;
	margin-bottom: 12px;
}
.title span a:hover {
    color: #57BA41;
}
.page__title-wrap {
	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;
}
.banner-swiper {
    margin-top:16px;
    border-radius: 8px;
}
.banner-swiper img {width:100%;}
.swiper-button-disabled svg {
	opacity: 0.5;
}

.discounts-arrow:hover, .category-arrow:hover {
	background: #57BA41;
}

.discounts-arrow:hover svg, .category-arrow:hover svg {
	fill: #fff;
}

.banner-swiper-wrapper div::before {
	/*content: '';*/
	width: 100%;
	height: 450px;
	display: block;
	background-color: #57BA41;
	border-radius: 6px;
	margin-top: 15px;
	margin-bottom: 70px;
}

.banner-swiper-wrapper {
	position: relative;
}

.banner__arr {
  position: absolute;
  z-index: 10;
  top: calc(50% - 40px);
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.banner__arr svg {
  width: 40px;
  height: 40px;
}

.banner__prev {
  left: -10%;
}

.banner__prev svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.banner__next {
  right: -10%;
}

.banner-swiper:hover .banner__prev {
  left: 2%;
}

.banner-swiper:hover .banner__next {
  right: 2%;
}

.swiper-pagination {
	max-height: 15px;
	position: absolute;
	top: 90%;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #359e00 !important;
}

.swiper-pagination-bullet-active {
	background: #57BA41 !important;
}

.discounts-swiper {
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}

.discounts-swiper-wrapper .swiper-slide {
	padding: 12px;
	width: calc(100% /5);
	border-bottom: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	position: relative;
}

.action {
	font-size: 10px;
	font-weight: 500;
	line-height: 9.57px;
	color: #fff;
	background-color: #FF4A4A;
	display: inline-block;
	padding: 5px 6px;
	border-radius: 6px;
	position: absolute;
	top: 3%;
	left: 7%;
}

.discounts {
	margin-bottom: 50px;
	margin-top: 70px;
}

.discounts__navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 20%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	cursor: pointer;
}

.discounts__navigation svg {
	fill: #57BA41;
}

.discounts__prev svg {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.discounts-arrow {
	border-right: 1px solid #E5E5E5;
	padding: 12px 0;
	width: calc(100% / 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;
}

.discounts-arrow svg {
	width: 16px;
	height: 13px;
}

.discounts__pic {
	margin-bottom: 27px;
}

.discounts__link {
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 7px;
	display: block;
	min-height: 66px;
}

.discounts__price-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
}

.discounts__old {
	color: #969696;
	font-size: 14px;
	line-height: 13.4px;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.discounts__old span {
	text-decoration: line-through;
	text-decoration-thickness: 2px;
	-webkit-text-decoration-color: #FF4A4A;
	text-decoration-color: #FF4A4A;
}

.discounts__current {
	font-size: 20px;
	font-weight: 500;
	line-height: 19.14px;
	margin-top: 7px;
}

.discounts__current span {
	font-size: 14px;
}

.discounts__basket {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.discount {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: 400;
	line-height: 9.57px;
	background-color: #FF4A4A;
	padding: 3px 6px 3px 4px;
	border-radius: 5px;
	display: inline-block;
	margin-left: 8px;
}

.basket-btn {
	background-color: #57BA41;
	padding: 6.85px 15px 7.85px 15px;
	border-radius: 9px;
}

.basket-btn:hover {
	opacity: 0.7;
}

.basket-btn svg {
	width: 20px;
	height: 20px;
}

.property__item {
	position: relative;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	padding-left: 10px;
}
.discounts__property{
	height: 145px;
}

.property__item::before {
	content: ' ';
	width: 5px;
	height: 5px;
	background-color: #57BA41;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
}

.category {
	margin-bottom: 50px;
}

.category__navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 20%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	cursor: pointer;
}

.category__navigation svg {
	fill: #57BA41;
	width: 16px;
	height: 13px;
}

.category__prev svg {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.category-arrow {
	border-right: 1px solid #E5E5E5;
	padding: 12px 0;
	width: calc(100% / 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;
}

.category__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}

.category__menu {
	width: calc(100% / 5);
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

.category__list {
	padding: 10px 8px 0px 17px;
}

.category__link {
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.category__link svg {
	width: 7px;
	height: 17px;
}

.category__item, .category__item--hidden {
	margin-bottom: 12px;
}

.category__item--deactivated {
	display: none;
}

.category__show-button {
	display: none;
	position: relative;
}

.category__show-button::after {
	content: '';
	width: 7px;
	height: 7px;
	border-right: 1.5px solid #57BA41;
	border-bottom: 1.5px solid #57BA41;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 5px;
	left: 110px;
}

.category__hide-button {
	display: none;
	margin-bottom: 12px;
	position: relative;
}

.category__hide-button::after {
	content: '';
	width: 7px;
	height: 7px;
	border-right: 1.5px solid #57BA41;
	border-bottom: 1.5px solid #57BA41;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	top: 9.5px;
	left: 70px;
}

.category__nav-button--active {
	display: block;
}

.category__banner {
	width: calc(100% / 5);
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 360px;
	background-color: #57BA41;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

.category__cell {
	height: 180px;
}

.category__title {
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	text-align: center;
	color: #000000;
}

.category__img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	width: 124px;
}

.category__link:hover, .nav__btn:hover {
	color: #57BA41;
	font-weight: 500;
}

.cat__arrow--deactivated {
	display: none;
}

.nav__btn {
	font-size: 12px;
	line-height: 20px;
	color: #57BA41;
	padding-left: 17px;
	cursor: pointer;
}

.category-swiper-wrapper .swiper-slide {
	max-width: calc(100% / 3);
	height: 360px;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

.category-swiper-wrapper .swiper-slide > div:nth-child(1) {
	border-bottom: 1px solid #E5E5E5;
}

.category__doublecell {
	height: 360px;
}
.category__doublecell-link, .category__cell-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.category-swiper-clon-wrapper .swiper-slide {
	max-width: calc(100% / 4);
	height: 360px;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

.category-swiper-clon-wrapper .swiper-slide > div:nth-child(1) {
	border-bottom: 1px solid #E5E5E5;
}

.category-clon__prev svg {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

@media (max-width: 1026px) {
	.discounts-swiper-wrapper .swiper-slide {
		padding: 9px;
	}
	.discounts__link {
		font-size: 14px;
	}
	.category__item, .category__item--hidden {
		margin-bottom: 10px;
	}
	.banner__arr {
	    display: none;
	}
}

@media (max-width: 770px) {
    .banner .container, .category-clon {
        padding: 0 12px;
    }
	.discounts__navigation {
		width: 25%;
	}
	.category-swiper-wrapper .swiper-slide {
		max-width: calc(100% / 2);
	}
	.category__item, .category__item--hidden {
		margin-bottom: 8px;
	}
	.category__menu, .category__banner {
		width: calc(100% / 4);
	}
	.category__navigation {
		width: 25%;
	}
	.category-swiper-clon-wrapper .swiper-slide {
		max-width: calc(100% / 3);
	}
	.category__list {
	   padding: 10px 8px 0px 10px;
	}
	.nav__btn {
	    padding-left: 10px;
	}
	.footer_blocks {
	    padding: 8px 12px 16px;
	}
}

@media (max-width: 580px) {
	.banner-swiper-wrapper div::before {
		height: 358px;
	}
	.discounts__navigation {
		width: 33.33%;
	}
	.category-swiper-wrapper .swiper-slide {
		max-width: 100%;
	}
	.category__menu, .category__banner {
		width: calc(100% / 3);
	}
	.category__navigation {
		width: 33.33%;
	}
	.category-swiper-clon-wrapper .swiper-slide {
		max-width: calc(100% / 2);
	}
}

@media (max-width: 482px) {
	.title {
		font-size: 18px;
	}
	.discounts__navigation {
		width: 100%;
		border-left: none;
	}
	.discounts__next {
		border-right: none;
	}
	.discounts__container {
		max-width: 100%;
		padding: 0 0;
	}
	.discounts__container .page__title-wrap {
		display: block;
	}
	.discounts-swiper {
		border-left: none;
	}
	.discounts-swiper-wrapper .swiper-slide {
		max-width: calc(100% / 2);
		border-right: none;
	}
	.discounts-swiper-wrapper .swiper-slide-active {
		border-right: 1px solid #e5e5e5;
	}
	.category__container {
		max-width: 100%;
		padding: 0 0;
	}
	.category-swiper-wrapper .swiper-slide {
		border-right: none;
	}
	.category__next {
		border-right: none;
	}
	.category-clon__container {
		max-width: 100%;
		padding: 0;
	}
	.category-clon__next {
		border-right: none;
	}
	.category-swiper-clon-wrapper .swiper-slide {
		border-right: none;
	}
	.category-swiper-clon-wrapper .swiper-slide-active {
		border-right: 1px solid #e5e5e5;
	}
}
.category-clon{
	margin-bottom: 40px;
}
@media (max-width: 426px) {
	.category__banner {
		display: none;
	}
	.category__navigation {
		width: 100%;
		border-left: none;
	}
	.category__content {
		border-left: none;
	}
	.category__menu {
		display: none;
	}
	.category__container .page__title-wrap, .category-clon__container .page__title-wrap {
		display: block;
	}
	.category-swiper-wrapper .swiper-slide-active {
		border-right: 1px solid #e5e5e5;
	}
}

@media (max-width: 376px) {
	.discounts__link {
		font-size: 13px;
	}
}

@media (max-width: 322px) {
	.discounts__link {
		font-size: 12px;
	}
	.discounts__old {
		font-size: 12px;
	}
	.discounts__current {
		font-size: 16px;
	}
	.discounts__current span {
		font-size: 10px;
	}
	.basket-btn {
		padding: 9px 12px;
	}
	.property__item {
		font-size: 10px;
	}
}
/* End Page Main */


.card_name {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 24px;
}
.card_name_title {
	font-size: 24px;
	font-weight: 500;
}
.card_name_code {
	padding: 12px 32px;
	background-color: #E5E5E5;
	border-radius: 4px;
}
@media only screen and (max-width: 900px) {
	.card_name_code {
		padding: 8px 10px;
		font-size: 14px;
	}
}
@media only screen and (max-width: 375px) {
	.card_name_code {
		padding: 8px;
	}
}
.card_rev {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 16px;
	font-size: 12px;
}
.card_rev_wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.card_rev_wrapper > * {
	position: relative;
	padding-left: 16px;
}
.card_rev_wrapper > *:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 10px;
	margin-top: -5px;
}
.card_rev_rating {
	position: relative;
	cursor: pointer;
}
.card_rev_rating:hover span {
	visibility: visible;
	opacity: 1;
}
.card_rev_rating span {
	visibility: hidden;
	display: inline-block;
	position: absolute;
	top: 100%;
	left: 4px;
	white-space: nowrap;
	padding: 4px 4px 4px 12px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
	opacity: 0;
	z-index: 9;
	transition: all 0.23s;
}
.card_rev_rating span:before {
	content: '';
	position: absolute;
	top: -6px;
	left: 0;
	border-bottom: 10px solid #fff;
	border-right: 13px solid transparent;
}
.card_rev_rating.inactive:before {
	background-image: url('../images/star-gray.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.card_rev_rating:before {
	background-image: url('../images/star.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.23s;
}
.card_rev_favorite {
	margin-left: 20px;
	transition: color 0.23s;
	cursor: pointer;
}
@media only screen and (max-width: 375px) {
	.card_rev_favorite {
		margin-left: 12px;
	}
}
.card_rev_favorite:hover {
	color: #FFE79D;
}
.card_rev_favorite:hover:before {
	background-image: url('../images/heart_yellow.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.card_rev_favorite:before {
	background-image: url('../images/heart.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.23s;
}
.card_rev_favorite.active:before {
	background-image: url('../images/heart_red.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.card_nav {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 20px;
	font-size: 15px;
}
@media only screen and (max-width: 600px) {
	.card_nav {
		display: none;
	}
}
.card_nav li {
	position: relative;
	padding-bottom: 10px;
	cursor:pointer;
}
.card_nav li + li {
	margin-left: 24px;
}
.card_nav li:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	width: 0;
	height: 4px;
	background-color: #F7BD08;
	transition: width 0.23s;
}
.card_nav li.active:before,
.card_nav li:hover:before {
	width: 100%;
}
.card_informacion {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 24px;
}
.card_info {
	width: 75%;
	padding-right: 12px;
}
@media only screen and (max-width: 1200px) {
	.card_info {
		width: 100%;
	}
}
.card_info_top {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
	.card_info_top {
		width: 100%;
	}
}
.card_info_top_left {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
		width: 100%;
}
@media only screen and (max-width: 1200px) {
	.card_info_top_left {
		width: 62%;
	}
}
@media only screen and (max-width: 768px) {
	.card_info_top_left {
		width: 100%;
	}
}
.card_info_images {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
	width: 58%;
	padding-right: 24px;
}
@media only screen and (max-width: 1200px) {
	.card_info_images {
		width: 100%;
		padding-right: 0;
		margin-bottom: 56px;
	}
}
.card_info_images_ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	width: 74px;
	min-width: 74px;
}
.card_info_images_img {
	padding: 4px;
	border: 1px solid transparent;
	cursor: pointer;
	border-radius: 2px;
	transition: border 0.23s;
}
.card_info_images_img.active {
	border-color: #F7BD08;
}
.card_info_images_img:hover {
	border-color: #FFE79D;
}
.card_info_images_img + .card_info_images_img {
	margin-top: 24px;
}
.card_info_images_active {
	width: 100%;
	margin-left: 24px;
}
.card_info_briefly {
	width: 42%;
}
@media only screen and (max-width: 1200px) {
	.card_info_briefly {
		width: 100%;
	}
}
.card_info_briefly_title {
	font-size: 12px;
	font-weight: 500;
}
.card_info_briefly_title span {
	margin-left: 6px;
	color: #838D9A;
	font-weight: 400;
	display: none;
}
.card_info_briefly_title .msoptionsprice-name{
	display: none;
}
.card_info_briefly_inputs {
	margin: 11px -5px 19px;
	font-size: 0;
}
.card_info_briefly_input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
}
.card_info_briefly_input + label {
	overflow: hidden;
	display: inline-block;
	margin: 5px;
	padding: 16px;
	font-size: 12px;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	cursor: pointer;
	transition: border 0.23s;
}
@media only screen and (max-width: 375px) {
	.card_info_briefly_input + label {
		padding: 12px;
	}
}
.card_info_briefly_input:hover + label {
	border-color: #FFE79D;
}
.card_info_briefly_input:focus + label,
.card_info_briefly_input:checked + label {
	border-color: #F7BD08;
}
.card_info_briefly_input.inactive + label {
	position: relative;
	color: #838D9A;
	font-weight: 900;
	border-color: #E5E5E5;
	cursor: no-drop;
}
.card_info_briefly_input.inactive + label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -50%;
	width: 200%;
	height: 1px;
	background-color: #E5E5E5;
	transform: rotate(44grad);
}
.card_info_briefly_all {
	display: inline-block;
	position: relative;
	padding-bottom: 2px;
	margin-top: 16px;
	font-size: 12px;
	font-weight: 500;
	color: #359E00;
	border-bottom: 1px dotted #359E00;
	cursor: pointer;
	transition: all 0.23s;
}
.card_info_briefly_all:before {
	content: '';
	position: absolute;
	top: 50%;
	right: -12px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	background-image: url('../images/arrow-green.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.card_info_briefly_all:hover {
	border-bottom-style: solid;
}
.card_info > .card_info_desc .card_info_desc_info {
	min-width: 50%;
}
.card_info_desc_table {
	width: 100%;
	font-size: 12px;
}
.card_info_desc_table td {
	padding-top: 16px;
}
@media only screen and (max-width: 600px) {
	.card_info_desc_table td {
		width: 50% !important;
		white-space: normal;
		vertical-align: top;
	}
}
.card_info_desc_table td:first-child {
	width: 420px;
	border-bottom: 1px dotted #838D9A;
	transform: translateY(-7px);
}
@media only screen and (max-width: 900px) {
	.card_info_desc_table td:first-child {
		width: 320px;
	}
}
@media only screen and (max-width: 768px) {
	.card_info_desc_table td:first-child {
		width: 180px;
	}
}
@media only screen and (max-width: 600px) {
	.card_info_desc_table td:first-child {
		border: 0 none;
	}
}
.card_info_desc_table td > span {
	display: inline-block;
	padding-right: 4px;
	white-space: nowrap;
	color: #838D9A;
	background-color: #fff;
	transform: translateY(5px);
}
@media only screen and (max-width: 600px) {
	.card_info_desc_table td > span {
		white-space: normal;
	}
}
.card_info_desc_table td > span span {
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	margin-bottom: -2px;
	background-image: url('../images/i.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.card_info_desc_title {
	margin-top: 24px;
	font-size: 18px;
	font-weight: 500;
}
.card_info_desc_li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin-top: 20px;
	font-size: 12px;
	border-bottom: 1px dotted #838D9A;
}
@media only screen and (max-width: 375px) {
	.card_info_desc_li {
		font-size: 10px;
	}
}
.card_info_desc_li + .card_info_desc_li {
	margin-top: 16px;
}
.card_info_desc_whot {
	margin-bottom: -5px;
	padding-right: 2px;
	white-space: nowrap;
	color: #838D9A;
	background-color: #fff;
}
.card_info_desc_info {
	margin-bottom: -5px;
	padding-left: 4px;
	white-space: inherit;
	background-color: #fff;
}
.card_info_desc_info a {
	 color: #359E00;
 }
.card_info_desc_info a:hover {
	text-decoration:underline;
}
.card_info_related {
	margin-top: 25px;
}
@media only screen and (max-width: 600px) {
	.card_info_related {
		display: none;
	}
}
.card_info_related_title {
	font-size: 18px;
}
.card_info_related table {
	width: 100%;
}
.card_info_related td {
	padding-top: 24px;
}
.card_info_related_img {
	width: 68px;
	padding-right: 24px;
}
.card_info_related_info {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
}
.card_info_related_info a {
	font-size: 15px;
	font-weight: 500;
	max-width: 400px;
}
.card_info_related_info a:hover {
    color: #57BA41;
}
.card_info_related_info span {
	margin-top: 12px;
	color: #838D9A;
	font-size: 12px;
}
.card_info_related_price {
	padding-left: 24px;
	padding-right: 24px;
	white-space: nowrap;
}
.card_info_related_price .sale {
	display: inline-block;
	position: relative;
	color: #838D9A;
	font-size: 15px;
	font-weight: 500;
}
.card_info_related_price .sale:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -1px;
	right: -1px;
	height: 2px;
	margin-top: -1px;
	background-color: #FF4A4A;
}
.card_info_related_price span {
	display: block;
	margin-top: 12px;
	font-size: 18px;
	font-weight: 500;
}
.card_info_related_button {
	width: 172px;
}
.card_info_txt {
	margin-top: 24px;
	line-height: 20px;
}
.card_info_txt_title {
	font-size: 18px;
	font-weight: 500;
}
.card_info_txt h2{
	margin-top: 13px;
	font-size: 14px;
	font-weight: 500;
}

.card_info_txt h3{
	margin-top: 13px;
	font-size: 12px;
	font-weight: 500;
}
.card_info_txt_subtitle {
	margin-top: 16px;
	font-size: 12px;
	font-weight: 500;
}
.card_info_txt p {
	margin-top: 13px;
	font-size: 12px;
}
.card_info_txt ul {
	margin-top: 12px;
}
.card_info_txt li {
	position: relative;
	padding-left: 12px;
	font-size: 12px;
}
.card_info_txt li:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 4px;
	height: 4px;
	background-color: #359E00;
	border-radius: 50%;
}
.card_info_txt a {
	color:#359E00;
}
.card_info_txt a:hover {
	text-decoration: underline;
}
.card_info_doc_title {
	margin-top: 24px;
	font-size: 18px;
	font-weight: 500;
}
.card_info_docs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 8px -12px -12px;
}
.card_info_doc a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	width: calc(50% - 24px);
	height: 44px;
	margin: 12px;
	padding-left: 52px;
	font-size: 15px;
	transition: color 0.23s;
}
@media only screen and (max-width: 600px) {
	.card_info_doc a {
		width: 100%;
	}
}
.card_info_doc a:hover {
	color: #359E00;
}
.card_info_doc a:hover:before {
	background-image: url('../images/doc_hover.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.card_info_doc a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	background-image: url('../images/doc.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: background 0.23s;
}
.card_sidebar {
	position: sticky;
	top: 0;
	width: 25%;
	padding-left: 12px;
	z-index: 1;
}
@media only screen and (max-width: 1200px) {
	.card_sidebar {
		display: none;
		width: 38%;
	}
}
@media only screen and (max-width: 900px) {
	.card_sidebar {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.card_sidebar {
		width: 100%;
		padding-left: 0;
	}
}
.card_sidebar#table-sidebar {
	display: none;
}
@media only screen and (max-width: 1200px) {
	.card_sidebar#table-sidebar {
		display: block;
	}
}
.card_sidebar > * {
	width: 100%;
	padding: 24px;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
}
@media only screen and (max-width: 768px) {
	.card_sidebar_garbage {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 16px;
		background-color: #fff;
		z-index: 10;
	}
	.card_sidebar_garbage > * {
		/*display: none;*/
	}
	.card_sidebar_garbage > .card_sidebar_garbage_button {
		display: block;
		margin-top: 0;
	}
}
.card_sidebar_garbage_price {
	position: relative;
	font-weight: 500;
}
.card_sidebar_garbage_price .sale {
	display: inline-block;
	position: relative;
	color: #838D9A;
	font-size: 18px;
}
.card_sidebar_garbage_price .sale:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -1px;
	right: -1px;
	height: 2px;
	margin-top: -1px;
	background-color: #FF4A4A;
}
.card_sidebar_garbage_price .label {
	display: inline-block;
	position: absolute;
	bottom: 31px;
	left: 100px;
	padding: 4px 8px;
	color: #fff;
	background-color: #FF4A4A;
	font-size: 12px;
	border-radius: 4px;
}
.card_sidebar_garbage_price .label:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -6px;
	border-top: 10px solid #FF4A4A;
	border-right: 13px solid transparent;
}
.card_sidebar_garbage_price span {
	display: block;
	font-size: 24px;
}
.card_sidebar_garbage_amount {
	margin-top: 14px;
	font-size: 0;
}
.card_sidebar_garbage_amount input,
.card_sidebar_garbage_amount button {
	display: inline-block;
	width: 44px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
	border: 1px solid #838D9A;
	transition: all 0.23s;
}
.card_sidebar_garbage_amount input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.card_sidebar_garbage_amount input + input,
.card_sidebar_garbage_amount button + input,
.card_sidebar_garbage_amount input + button,
.card_sidebar_garbage_amount button + button {
	margin-left: -1px;
}
.card_sidebar_garbage_amount input:nth-child(1),
.card_sidebar_garbage_amount button:nth-child(1) {
	border-radius: 4px 0 0 4px;
}
.card_sidebar_garbage_amount input:nth-child(2),
.card_sidebar_garbage_amount button:nth-child(2) {
	width: 52px;
}
.card_sidebar_garbage_amount input:nth-child(3),
.card_sidebar_garbage_amount button:nth-child(3) {
	border-radius: 0 4px 4px 0;
}
.card_sidebar_garbage_amount input:hover,
.card_sidebar_garbage_amount button:hover,
.card_sidebar_garbage_amount input:focus,
.card_sidebar_garbage_amount button:focus {
	border-color: #84B671;
}
.card_sidebar_garbage_amount input:hover + input,
.card_sidebar_garbage_amount button:hover + input,
.card_sidebar_garbage_amount input:focus + input,
.card_sidebar_garbage_amount button:focus + input {
	border-left-color: transparent;
}
.card_sidebar_garbage_amount input:active,
.card_sidebar_garbage_amount button:active {
	background-color: #359E00;
	border-color: #359E00;
}
.card_sidebar_garbage_amount.inactive input {
	border-color: #838D9A !important;
	background-color: #E5E5E5;
}
.card_sidebar_garbage_button {
	margin-top: 14px;
}
.card_sidebar_del {
	margin-top: 24px;
	font-size: 12px;
}
.card_sidebar_del_title {
	font-weight: 500;
}
.card_sidebar_del_text {
	max-width: 222px;
	margin-top: 12px;
	color: #838D9A;
}
.card_sidebar_del_images {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin: 6px -8px;
}
.card_sidebar_del_images img {
	overflow: auto;
	width: auto;
	margin: 10px 8px;
}
.card_sidebar_pay {
	margin-top: 24px;
	font-size: 12px;
}
.card_sidebar_pay_title {
	font-weight: 500;
}
.card_sidebar_pay_text {
	max-width: 222px;
	margin-top: 12px;
	color: #838D9A;
}
.card_sidebar_pay_images {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin: 6px -8px;
}
.card_sidebar_pay_images img {
	overflow: auto;
	width: auto;
	margin: 10px 8px;
}
.card_reviews {
	margin-top: 28px;
}
.card_reviews_title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 16px;
}
.card_reviews_reting {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.card_reviews_reting_stars {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	font-size: 0;
}
.card_reviews_reting_star {
	width: 16px;
	height: 16px;
	background-image: url('../images/star_5.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.card_reviews_reting_star.active {
	background-image: url('../images/star.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.card_reviews_reting_star.inactive {
	background-image: url('../images/star-gray.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.card_reviews_reting_star + .card_reviews_reting_star {
	margin-left: 8px;
}
.card_reviews_reting_star span {
	display: inline-block;
	width: 50%;
	height: 100%;
}
.card_reviews_reting_num {
	margin-left: 8px;
	margin-bottom: -2px;
	font-size: 15px;
}
.card_reviews_blocks {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 20px;
}
.card_reviews_user {
	border: 1px solid #E5E5E5;
	border-radius: 4px;
}
.card_reviews_user_top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 12px;
	border-bottom: 1px solid #E5E5E5;
}
.card_reviews_user_top .card_reviews_reting_star {
	width: 12px;
	height: 12px;
}
.card_reviews_user_top .card_reviews_reting_num {
	font-size: 12px;
}
.card_reviews_user_name {
	font-size: 15px;
	font-weight: 500;
}
.card_reviews_user_text {
	padding: 16px 16px 24px;
	font-size: 15px;
}
.card_reviews_user + .card_reviews_user {
	margin-top: 16px;
}
.card_reviews_users {
	width: 75%;
	padding-right: 12px;
}
@media only screen and (max-width: 1200px) {
	.card_reviews_users {
		width: 62%;
	}
}
@media only screen and (max-width: 768px) {
    .card_sidebar_del, .card_sidebar_pay {
        width: 100%;
    }
    .card_sidebar_del_text, .card_sidebar_pay_text {
        max-width: 100%;
    }
	.card_reviews_users {
		width: 100%;
		padding-right: 0;
	}
}
.card_reviews_user + .card_reviews_none {
	display: none;
}
.card_reviews_none {
	font-size: 15px;
	color: #838D9A;
}
.card_reviews_add {
	position: sticky;
	top: 0;
	width: calc(25% - 12px);
	margin-left: 12px;
	padding: 24px 24px 24px;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
}
@media only screen and (max-width: 1200px) {
	.card_reviews_add {
		width: calc(38% - 12px);
	}
}
@media only screen and (max-width: 768px) {
	.card_reviews_add {
		width: 100%;
		margin-top: 36px;
		margin-left: 0;
	}
}
.card_reviews_add_title {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 16px;
}
.card_reviews_add .card_reviews_reting_star {
	width: 20px;
	height: 20px;
}
.card_reviews_add input,
.card_reviews_add textarea {
	padding: 8px 10px;
	font-size: 13px;
	line-height: 24px;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	cursor: pointer;
	transition: border 0.23s;
}
.card_reviews_add input:hover,
.card_reviews_add textarea:hover {
	border-color: #84B671;
}
.card_reviews_add input:focus,
.card_reviews_add textarea:focus {
	border-color: #359E00;
}
.card_reviews_add textarea {
	height: 152px;
}
.card_reviews_add_form {
	position: relative;
	margin-top: 16px;
}
.card_reviews_add_form.notop{
	margin-top: 0;
}
.card_reviews_add_form span {
	display: none;
	position: absolute;
	top: -10px;
	left: 12px;
	padding: 0 2px;
	font-size: 12px;
	line-height: 24px;
	background-color: #fff;
}
.card_reviews_add_form.checked span,
.card_reviews_add_form.error span {
	display: inline-block;
}
.card_reviews_add_form.checked input,
.card_reviews_add_form.checked textarea {
	border-color: #359E00;
}
.card_reviews_add_form.error input,
.card_reviews_add_form.error textarea {
	border-color: #FF4A4A;
}
.card_reviews_add_error {
	display: none;
	position: absolute;
	top: 100%;
	left: 12px;
	padding: 4px 12px;
	color: #FF4A4A;
	font-size: 12px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
	z-index: 1;
}
.card_reviews_add_error:before {
	content: '';
	position: absolute;
	left: 0;
	top: -6px;
	border-bottom: 10px solid #fff;
	border-right: 13px solid transparent;
}
.error > .card_reviews_add_error {
	display: block;
}
.card_reviews_add .check {
	display: inline-block;
	position: relative;
	margin-top: 24px;
	padding-left: 32px;
	font-size: 12px;
}
.card_reviews_add .check input {
	visibility: hidden;
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
.card_reviews_add .check input:hover + span,
.card_reviews_add .check input:focus + span {
	border-color: #84B671;
}
.card_reviews_add .check input:active + span {
	border-color: #359E00;
}
.card_reviews_add .check input:checked + span {
	background-color: #359E00;
	border-color: #359E00;
}
.card_reviews_add .check a {
	color: #359E00;
}
.card_reviews_add .check a:hover {
	text-decoration: underline;
}
.card_reviews_add .check span {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background-image: url('../images/check.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	background-size: 12px 10px;
	cursor: pointer;
	transition: all 0.23s;
}
.card_reviews_add_button {
	margin-top: 24px;
}
.footer {
	margin-top: 40px;
	background-color: #F7F7F7;
}
@media only screen and (max-width: 600px) {
	.footer.footer_no_margin{
		margin-bottom: 0;
	}
}
.footer_blocks {
	width: 100%;
	max-width: 1248px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 8px 24px 16px;
	background-color: #F7F7F7;
}
.footer_block {
	width: 25%;
}

.footer_block.contact {
	width: 50%;
}

.footer_block_label {
	color: #838D9A;
	font-size: 12px;
	line-height: 30px;
}

.footer_block.contact li {
	margin-top: 0;
}

.footer_block > ul {
	margin-top: 16px;
}
.footer_menu_1 a:hover, .footer_block a:hover {
    color: #57BA41;
}
.footer_block.contact ul ul li {
	line-height: 30px;
}
@media only screen and (min-width: 770px) {
	.footer_block.contact > ul {
		display: flex;
		flex-wrap: wrap;
	}

	.footer_block.contact > ul > li {
		width: 50%;
	}
}

@media only screen and (max-width: 900px) {
    .footer_blocks {
        padding: 8px 12px 16px;
    }
	.footer_block {
		width: 50%;
	}
}
@media only screen and (max-width: 600px) {
	.footer_block, .footer_block.contact {
		width: 100%;
	}
}
@media only screen and (max-width: 600px) {
	.footer_block ul {
		display: none;
	}
}
.footer_block li {
	font-size: 15px;
	line-height: 30px;
}
.footer_title {
	margin-top: 32px;
	font-size: 15px;
	font-weight: 500;
}
@media only screen and (max-width: 600px) {
	.footer_title {
		position: relative;
	}
	.footer_title:before {
		content: '';
		position: absolute;
		top: 50%;
		right: 0;
		width: 12px;
		height: 12px;
		margin-top: -6px;
		background-image: url('../images/arrow.svg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		transform: rotate(100grad);
		transition: transform 0.23s;
	}
	.footer_title.active:before {
		transform: rotate(-100grad);
	}
	.footer_title.active + ul, .footer_title.active + ul li ul {
		display: block;
	}
}
.footer_text {
	margin-top: 16px;
	color: #838D9A;
	font-size: 13px;
}
.footer_map {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	margin-top: 32px;
}
.footer_map_img {
	width: 38px;
	height: 38px;
}
.footer_map_text {
	margin-left: 12px;
}
.footer_map_text a {
	color: #359E00;
	border-bottom: 1px dotted #359E00;
}
.footer_social {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 4px -12px -12px;
}
.footer_social a {
	width: 32px;
	margin: 12px;
}
.footer_bottom_wr{
	background-color: #E5E5E5;
}
.footer_bottom {
	width: 100%;
	max-width: 1248px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 16px 24px;
	color: #838D9A;
	font-size: 12px;

}
.footer_bottom_row{
	background-color: #E5E5E5;
}
.footer_bottom ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
@media only screen and (max-width: 600px) {
	.footer_bottom ul {
		display: none;
	}
}
.footer_bottom li + li {
	margin-left: 32px;
}
.footer_bottom a {
	color: inherit;
}
.footer_bottom a:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 600px) {
	.footer_bottom .footer_cop {
		width: 100%;
		text-align: center;
	}
}
.header {
	padding: 8px 24px 0;
}
@media only screen and (max-width: 768px) {
	.header {
		display: none;
	}
}
.header_top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 1248px;
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
	.header_top {
		padding-left: 16px;
		padding-right: 16px;
	}
}
@media only screen and (max-width: 600px) {
	.header_top {
		display: none;
	}
}
.header_top .selected a {
	color: #838D9A;
}
.header_top_nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	font-size:13px;
}
.header_top_nav li + li {
	margin-left: 32px;
}
.header_top_nav .red a {
	color: #FF4A4A;
}
.header_top_nav a:hover {
    color: #57BA41;
}
.header_top_lang {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	visibility: visible;
}

.header_top_lang li + li {
	margin-left: 4px;
	padding-left: 4px;
	border-left: 1px solid #E5E5E5;
}
.header_top_lang  a {
	color: #E5E5E5;
}
.header_top_lang  a:hover{
    color: #838D9A;
}
.header_info {
	width: 100%;
	max-width: 1248px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin-top: 16px;
}
.header_info_logo {
	width: 212px;
	height: 52px;
}
@media only screen and (max-width: 900px) {
	.header_info_logo {
		width: 136px;
	}
	.header_info{
		justify-content: center;
		margin-top: 0;
	}
}
.header_info_logo img {
	height: 100%;
	object-fit: contain;
	object-position: center;
	width:100%;
}
.header_info_search {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	position: relative;
	flex-grow: 1;
	margin-left: 24px;
}
@media only screen and (max-width: 900px) {
	.header_info_search {
		margin-left: 12px;
	}
}
.header_info_search input {
	display: inline-block;
	width: calc(100% - 41px);
	height: 42px;
	padding: 0 12px;
	font-size: 14px;
	line-height: 40px;
	border: 1px solid #359E00;
	border-radius: 4px 0 0 4px;
}
.header_info_search button {
	width: 42px;
	height: 42px;
	margin-left: -1px;
	background-color: #359E00;
	background-image: url('../images/search.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-size: 24px;
	border-radius: 0 4px 4px 0;
}
.checkout_top_phone{
	position: relative;
}
.header_right,.checkout_top_phone {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: nowrap;
	margin-left: 24px;
}
@media only screen and (max-width: 900px) {
	.header_right {
		margin-left: 12px;
	}
}
.header_right_tel a {
	display: block;
	position: relative;
	font-size: 15px;
	width: 195px;
}
.header_right_tel a:hover {
    color: #57BA41;
}
.header_right_tel a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background-image: url('../images/arrow-green.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}
.header_right_tel span {
	color: #838D9A;
	font-size: 12px;
}
.header_right_button {
	margin-left: 12px;
	width: 74px;
	height: 42px;
	cursor: pointer;
}
@media only screen and (max-width: 900px) {
	.header_right_button {
		width: 52px;
		margin-left: 8px;
	}
}
.header_right_button.log .header_right_button_img:before {
	background-image: url('../images/cart.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
		height: 32px;
}
.header_right_button_img {
	position: relative;
	height: 27px;
	cursor: pointer;
}
.header_right_button_img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url('../images/user.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.header_right_button_img span {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 5px;
	color: #fff;
	font-size: 12px;
	line-height: 1.1;
	background-color: #FF4A4A;
	border-radius: 5px;
}
.header_right_button > span, .header_right_button button > span {
	display: block;
	margin-top: 6px;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}
.header_right_button button > span:hover {
    color: #57BA41;
}
.header_bottom {
  width: 100%;
  height: 49px;
  max-width: 1248px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  margin-top: 16px;
}
.mask::after {
  content: "";
  min-width: 100%;
  min-height: 100%;
  background-color: rgba(48, 48, 48, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.header-bottom__catalog-wrap {
  height:100%;
  z-index:10;
}
.header_bottom_nav {
    position: relative;
}
.header_bottom_nav button{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 172px;
	height: 42px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	background-color: #359E00;
	border-radius: 4px;
	cursor: pointer;
}
@media only screen and (max-width: 900px) {
	.header_bottom_nav {
		font-size: 12px;
	}
	.header_bottom{
		margin-top: 16px !important;
	}
}
.header_bottom_nav_burger {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	width: 12px;
	height: 10px;
	margin-right: 5px;
}
.header_bottom_nav_burger span,
.header_bottom_nav_burger a{
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 2px;
	transition: all 0.23s;
}
.header_bottom_nav_burger span:last-child {
	width: 75%;
}
.header_bottom_nav:hover .header_bottom_nav_burger span:last-child {
	width: 100%;
}
.top_menu_catalog_ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	flex-grow: 1;
	margin-left: 24px;
	padding-bottom:7px;
}
@media only screen and (max-width: 768px){
	.header_bottom .top_menu_catalog_ul{
		display: none;
	}
	.site_cat_title{
		display: none;
	}
	.header_bottom{
		margin-top: 0;
	}
}

.top_menu_catalog_ul a {
	font-size: 14px;
	font-weight: 500;
}
.top_menu_catalog_ul a:hover {
    color: #57BA41;
}
@media only screen and (max-width: 768px) {
	.header#header-mobile {
		display: block;
		padding: 15px 12px 16px;
	}
}
.header#header-mobile .header_top {
	display: none;
}
.header#header-mobile .header_bottom_nav button {
	width: 42px;
	min-width: 42px;
	height: 42px;
}
.header#header-mobile .header_bottom_nav_burger {
	margin-right: 0;
}
.header#header-mobile .header_bottom_nav > span {
	display: none;
}
.header#header-mobile .header_bottom .header_info_search {
	/*display: none;*/
	margin-left: 0;
}
@media only screen and (max-width: 600px) {
	.header#header-mobile .header_bottom .header_info_search {
		display: flex;
	}
}
.header#header-mobile .header_info_logo {
	margin-left: 12px;
	min-width: 217px;
	
}
@media only screen and (max-width: 600px) {
	.header#header-mobile .header_info_search {
		/*display: none;*/
	}
}
.header#header-mobile .header_right {
	flex-grow: 1;
}
.header_right{
	position: relative;
}
.float_phone_phone{
	display: none;
	border: 1px solid #359E00;
	position: absolute;
	background: #ffffff;
	z-index: 99;
	padding: 10px;
	left: 0;
	top:0;
}
.float_phone_phone > span{
	display: block;
	color: #838D9A;
	font-size: 12px;
	margin-bottom: 8px;
}
.float_phone_phone > a{
	display: block;
	font-size: 15px;
	color: #000;
	text-decoration: none;
	margin-bottom: 8px;
}
button.close{
	background-image: url('../images/x.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-size: 13px;
	z-index: 1;
	cursor: pointer;
	width: 20px;
	height: 20px;
	position: absolute;
	right: -7px;
	top:-7px;
	background-color: #ffffff;
}
button.close_1{
	top: 10px;
	right: 15px;
	z-index: 99;
}
@media only screen and (max-width: 768px) {
	.float_phone_phone{
		right: 0;
		left: auto;
		width: 320px;
	}
}
@media only screen and (min-width: 769px){
	button.close_1{
	 display: none;
	}
}
.header#header-mobile .header_right_tel {
	width: 32px;
	height: 32px;
	background-image: url('../images/tel.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}
.header#header-mobile .header_right_tel > * {
	display: none;
}
.header#header-mobile .header_right_button {
	width: 32px;
	height: 32px;
	cursor: pointer;
}
@media (max-width: 768px){
	.header#header-mobile .header_right_button{
		height: 60px;
	}

}
.header#header-mobile .header_right_button_img {
	height: inherit;
}
.header#header-mobile .header_right_button span{
	/*display: none;*/
}
.header#header-mobile .header_right_button button> span {
	display: none;
}
.header#header-mobile #msMiniCart .empty span{
	display: none;
}
	/*# sourceMappingURL=main.css.map */
/*-----------------------------------Catalog----------------------------------------- */

.range {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		flex-wrap: nowrap;
		width: 100%;
		height: 4px;
		border-radius: 2px;
		background-color: #E5E5E5;
}
.range_pin {
		position: relative;
		min-width: 16px;
		height: 16px;
		background-color: #fff;
		border: 1px solid #E5E5E5;
		border-radius: 50%;
		cursor: pointer;
}
.range_track {
		flex-grow: 1;
		height: 4px;
		background-color: #359E00;
}
.select {
		position: relative;
		font-size: 15px;
}
.select.active .select_info:before {
		transform: rotate(-100grad);
}
.select.active .select_wrapper {
		display: block;
}
.select_info {
		display: inline-block;
		position: relative;
		padding-right: 16px;
}
.select_info:before {
		content: '';
		position: absolute;
		top: 50%;
		right: 0;
		width: 12px;
		height: 12px;
		margin-top: -6px;
		background-image: url('../images/arrow.svg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		transition: transform 0.23s;
		transform: rotate(100grad);
}
.select_wrapper {
		display: none;
		position: absolute;
		top: 100%;
		right: 0;
		margin-top: 8px;
		padding: 4px 0;
		background-color: #fff;
		border-radius: 4px;
		box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
		z-index: 1;
}
.select_option {
		padding: 8px;
		white-space: nowrap;
		cursor: pointer;
}
.select_option:hover {
		background-color: #E5E5E5;
}
.catalog_page ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
}
.catalog_page ul li + li {
		margin-left: 12px;
}
.catalog_page ul .page_link {
		display: block;
		width: 40px;
		height: 40px;
		font-size: 16px;
		font-weight: 500;
		text-align: center;
		line-height: 40px;
		border: 1px solid transparent;
		border-radius: 50%;
		transition: all 0.23s;
}
@media only screen and (max-width: 600px) {
		.catalog_page ul .page_link {
				width: 32px;
				height: 32px;
				line-height: 32px;
		}
}
.mse2_pagination ul li:before{
	position: unset !important;
}
.catalog_page ul .page_link:hover {
		border-color: #84B671;
}
.catalog_page ul .page_link.active {
		color: #359E00;
		border-color: #359E00;
}
.catalog_page ul .page_link:active {
		color: #fff;
		background-color: #359E00;
		border-color: #359E00;
}
.catalog_page ul .page_arrow {
		background-image: url('../images/arrow.svg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		background-size: 28px;
}
@media only screen and (max-width: 600px) {
		.catalog_page ul .page_arrow {
				background-size: 20px;
		}
}
.catalog_page ul .page_arrow:active {
		background-image: url('../images/arrow-white.svg');
}
.catalog_page ul .page_arrow.prew {
		transform: rotate(200grad);
}
.catalog {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
}
.catalog_title {
		width: 100%;
		margin: 20px 0;
}
.catalog_title h1 {
		font-size: 24px;
		font-weight: 500;
}
.catalog_filtered_button {
		display: none;
		position: relative;
		margin-bottom: 28px;
}
@media only screen and (max-width: 900px) {
		.catalog_filtered_button {
				width: 100%;
				display: block;
		}
		.catalog_filtered_button .button {
				padding-left: 20px;
		}
		.catalog_filtered_button .button:before {
				content: '';
				position: absolute;
				top: 50%;
				left: 50%;
				width: 16px;
				height: 16px;
				margin-left: -40px;
				margin-top: -9px;
				background-image: url('../images/f.svg');
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
		}
}
.catalog_sorting {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		position: relative;
		width: 100%;
		margin: 0 12px 24px;
		z-index: 2;
}
@media only screen and (max-width: 600px) {
		.catalog_sorting .select_wrapper {
				left: 0;
				right: auto;
		}
}

@media only screen and (min-width: 600px) {

		.catalog_blocks .catalog_sorting_label {
			color: #000 !important;
			font-size: 15px;
			font-weight: 700;
		}
		.catalog_blocks .catalog_sorting_label a {
		    font-weight: 400;
		}
		.catalog_blocks .catalog_sorting_label a:hover {
		    color: #359E00;
		}

		.catalog_blocks .select_info {
			display: none;
		}

		.catalog_blocks .select_wrapper {
			display: flex !important;
			position: static;

			margin: 0 !important;
			box-shadow: none;
		}

		.catalog_blocks .select_option.active {
			color: #000;
		}

		.catalog_blocks .select_option {
			color: #359E00;
		}
}
.catalog_sorting_label {
		color: #838D9A;
		margin-right: 4px;
}
.catalog_button_more {
		width: 100%;
		margin: 12px;
}
.catalog_button_more .button {
		color: #000;
		font-size: 16px;
		background-color: #E5E5E5;
		border-color: #E5E5E5;
}
.catalog_page {
		margin: 12px;
		width: 100%;
}
.card-requests {
    margin-top: 24px;
}
.catalog_looking {
		width: 100%;
		margin: 20px 12px 12px;
		padding: 16px;
		border: 1px solid #E5E5E5;
		border-radius: 4px;
}
.catalog_looking_title {
		font-size: 18px;
		font-weight: 700;
}
.catalog_looking ul, .card-requests ul {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
		margin: 8px -8px -8px;
}
.catalog_looking ul li, .card-requests ul li {
		width: calc(100% / 3 - 16px);
		margin: 8px;
}
@media only screen and (max-width: 1200px) {
		.catalog_looking ul li, .card-requests ul li {
				width: calc(100% / 2 - 16px);
		}
}
@media only screen and (max-width: 600px) {
		.catalog_looking ul li, .card-requests ul li {
				width: 100%;
		}
}
.catalog_looking ul li a, .card-requests ul li a {
		font-size: 15px;
		transition: color 0.23s;
}
.catalog_looking ul li a:hover,
.catalog_looking ul li a:focus,
.card-requests ul li a:hover,
.card-requests ul li a:focus {
		color: #84B671;
}
.catalog_looking ul li a:active, .card-requests ul li a:active {
		color: #359E00;
}
.catalog_info {
		margin-top: 52px;
}
.catalog_info_content{
	margin-top: 0;
	width: 100%;
}
.catalog_info img{
	/*width: auto;*/
}
.catalog_info h2,
.catalog_info h3{
		width: 100%;
		font-weight: 500;
}
.catalog_info > div {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		margin: 0 -12px;
}
.catalog_info > div > div {
		width: calc(100% - 24px);
		margin: 0 12px;
}
.catalog_info a {
	color:#359E00;
}
.catalog_info a:hover {
	text-decoration: underline;
}
@media only screen and (max-width: 900px) {
		.catalog_info > div > div {
				width: calc(100% - 24px);
		}
}
.catalog_info > div > div > * {
		display: block;
		margin-top: 14px;
}
.catalog_info > div:nth-child(2n + 1) div:nth-child(2) {
		order: -1;
}
@media only screen and (max-width: 900px) {
		.catalog_info > div:nth-child(2n + 1) div:nth-child(2) {
				order: 0;
		}
}
.catalog_info > div span {
		color: #838D9A;
		font-size: 18px;
		font-weight: 500;
		line-height: 20px;
}
.catalog_info > div h2,
.catalog_info h2 {
        font-size: 21px;
}
.catalog_info > div h3,
.catalog_info h3{
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
	margin-top: 14px;
}
.catalog_info > div p,
.catalog_info p {
		font-size: 13px;
		line-height: 21px;
	    margin-top: 14px;
}
.catalog_info > div q,
.catalog_info > div blockquote{
		position: relative;
		margin: 32px 0;
		padding-left: 40px;
		color: #359E00;
		font-size: 18px;
}
.catalog_info > div q:before,
.catalog_info > div blockquote:before{
		content: '';
		position: absolute;
		top: 10px;
		left: 0;
		width: 24px;
		height: 18px;
		margin-top: -12px;
		background-image: url('../images/qq.svg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
}
.catalog_info > div q:after {
		display: none;
}
.catalog_info > div li {
		position: relative;
		padding-left: 12px;
		font-size: 13px;
		line-height: 20px;
}
.catalog_info > div li:before {
		content: '';
		position: absolute;
		top: 6px;
		left: 0;
		width: 4px;
		height: 4px;
		background-color: #359E00;
		border-radius: 50%;
}
.catalog_faq {
		margin-top: 76px;
		width: 100%;
}
.catalog_faq_title {
		margin-bottom: 8px;
		font-size: 18px;
		font-weight: 700;
		text-align: center;
}
.catalog_faq_li {
		width: 100%;
		max-width: 760px;
		margin: 24px auto 0;
		border-radius: 4px;
		transition: background 0.23s;
}
@media only screen and (max-width: 900px) {
		.catalog_faq_li {
				max-width: 632px;
		}
}
.catalog_faq_li.active {
		background-color: #e7e7e7;
}
.catalog_faq_li.active .catalog_faq_quest:before {
		background-image: url('../images/-.svg');
		border-color: transparent;
}
.catalog_faq_li.active .catalog_faq_answ {
		display: block;
}
.catalog_faq_answ a:hover {
    color: #57BA41;
}
.catalog_faq_quest {
		position: relative;
		font-size: 13px;
		font-weight: 500;
		padding: 12px 12px 12px 52px;
	cursor: pointer;
}
.catalog_faq_quest:hover {
    color: #57BA41;
}
.catalog_faq_quest:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 12px;
		width: 32px;
		height: 32px;
		margin-top: -16px;
		background-image: url('../images/+.svg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		background-size: 14px;
		border: 1px solid #F7BD08;
		border-radius: 4px;
		transition: all 0.23s;
}
.catalog_faq_answ {
		display: none;
		font-size: 13px;
		padding: 8px 20px 16px;
}
.msearch2,
#mse2_results{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;

}
#mse2_results{
		width: 100%;
}
.catalog_sidebar {
		width: 200px;
}
@media only screen and (max-width: 900px) {
		.catalog_sidebar {
				display: none;
				position: fixed;
				overflow-y: scroll;
				top: 0;
				left: 0;
				right: 0;
				width: 100%;
				height: 100%;
				background-color: #fff;
				z-index: 11;
		}
		.catalog_sidebar.active {
				display: block;
			padding: 15px;
		}
		.catalog_sidebar .catalog_sidebar_title {
				margin-top: 12px;
				font-size: 15px;
				text-align: center;
		}
		.catalog_sidebar .catalog_sidebar_nav,
		.catalog_sidebar .catalog_sidebar_filtered {
				display: none;
		}
		.catalog_sidebar .catalog_sidebar_form {
				overflow-y: scroll;
				height: calc(100vh - 46px);
				padding: 0 16px 16px;
		}
		.catalog_sidebar .catalog_sidebar_form_button {
				display: block;
				margin-top: 24px;
		}
		.catalog_sidebar .catalog_sidebar_form_button.white {
				display: flex;
				flex-wrap: wrap;
				align-items: center;
				justify-content: space-between;
				padding: 0 16px;
				border-bottom: 1px solid #E5E5E5;
		}
		.catalog_sidebar .catalog_sidebar_form_button.white span {
				display: block;
				font-size: 15px;
				font-weight: 500;
		}
		.catalog_sidebar .catalog_sidebar_form_button.white .button {
				width: auto;
				color: #FF4A4A;
				border-color: transparent;
				background-color: transparent;
		}
		.catalog_sidebar .catalog_sidebar_form_li {
				padding-bottom: 16px;
				border-bottom: 1px solid #E5E5E5;
		}
		.catalog_sidebar .catalog_sidebar_form_li.active .from-to {
				display: flex;
		}
		.catalog_sidebar .catalog_sidebar_form_li.active .checkbox {
				display: block;
		}
		.catalog_sidebar .catalog_sidebar_form_li.active .button {
				display: inline-block;
		}
		.catalog_sidebar .catalog_sidebar_form_li.active .catalog_sidebar_form_title:before {
				transform: rotate(-100grad);
		}
		.catalog_sidebar .catalog_sidebar_form_title {
				position: relative;
				margin-top: 16px;
				padding-right: 24px;
		}
		.catalog_sidebar .catalog_sidebar_form_title:before {
				content: '';
				position: absolute;
				top: 4px;
				right: 0;
				width: 12px;
				height: 12px;
				background-image: url('../images/arrow.svg');
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
				transition: transform 0.23s;
				transform: rotate(100grad);
		}
		.catalog_sidebar .catalog_sidebar_form_field {
				display: none;
		}
}
.catalog_sidebar_title {
		font-size: 18px;
		font-weight: 500;
}
.catalog_sidebar_filtered {
		font-size: 0;
}
.catalog_sidebar_filtered_title {
		font-size: 15px;
		font-weight: 500;
		display: block;
}
.catalog_sidebar_filtered_li,
.mse2_selected_link{
		position: relative;
		display: inline-block;
		padding-left: 8px;
		padding-right: 24px;
		margin: 12px 4px 0;
		font-size: 12px;
		line-height: 22px;
		border: 1px solid #E5E5E5;
		border-radius: 12px;
}
.mse2_selected_link {
		position: relative;
		display: inline-block;
		padding-left: 8px;
		padding-right: 24px;
		margin: 12px 4px 0;

		border: 1px solid #E5E5E5;
		border-radius: 12px;
}
.mse2_selected_link em{
		font-size: 12px;
		line-height: 22px;
		font-style: normal;
}
.mse2_selected_link sup{
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 4px;
		width: 16px;
		height: 16px;
		margin-top: -8px;
		background-image: url('../images/x.svg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		background-size: 6px;
		border-radius: 50%;
		z-index: 1;
		cursor: pointer;
		color: transparent;
}
.catalog_sidebar_filtered_li sup {

}
.catalog_sidebar_nav {
		margin-top: 20px;
		font-size: 12px;
}
.catalog_sidebar_nav li {
		margin-top: 8px;
		color: #F7BD08;
}
.catalog_sidebar_nav .parent ul ul {
		margin-left: 12px;
}
.catalog_sidebar_nav .parent ul ul ul {
		margin-left: 24px;
}
.catalog_sidebar_nav .parent ul ul ul ul {
		margin-left: 36px;
}
.catalog_sidebar_nav .parent ul ul ul ul ul {
		margin-left: 48px;
}
.catalog_sidebar_nav .parent ul ul ul ul ul ul {
		margin-left: 60px;
}
.catalog_sidebar_nav .parent ul li a {
		display: block;
		position: relative;
		padding-left: 12px;
}
.catalog_sidebar_nav .parent ul li a:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 12px;
		height: 12px;
		background-image: url('../images/arrow.svg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
}
.catalog_sidebar_form {
		margin-top: 16px;
}
.catalog_sidebar_form_button {
		display: none;
}
.catalog_sidebar_form_button.white {
		display: block;
}
.catalog_sidebar_form_button.white span {
		display: none;
}
.catalog_sidebar_form_button.white .button {
		color: #000;
		font-weight: 500;
		background-color: #fff;
		border: 1px solid #FF4A4A;
}
.catalog_sidebar_form_button.white .button:active {
		color: #fff;
		background-color: #FF4A4A;
}
#mse2_selected_wrapper button {
	color: #000;
	font-weight: 500;
	background-color: #fff;
	border-color: #FF4A4A;
}
#mse2_selected_wrapper + button {
	color: #000;
	font-weight: 500;
	background-color: #fff;
	border: 1px solid #FF4A4A;
	margin: 16px 0;
}
#mse2_selected_wrapper + button.hidden {
	display: none;
}
.catalog_sidebar_form_li {
    margin-bottom: 24px;
}
.catalog_sidebar_form_li + button:active {
		display: none;
		margin-top: 16px;
		color: #359E00;
		background-color: #fff;
		border-color: #fff;
}
.catalog_sidebar_form_title {
		font-size: 15px;
		font-weight: 500;
}
.catalog_sidebar_form_field {
		margin-top: 16px;
}
.catalog_sidebar_form_field.from-to {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		margin: 16px -5px 0;
}
.catalog_sidebar_form_field_input {
		position: relative;
		width: calc(50% - 10px);
		margin: 0 5px;
}
.catalog_sidebar_form_field_input input {
		padding: 4px 18px 4px 28px;
		font-size: 13px;
		text-align: center;
		line-height: 24px;
		border: 1px solid #E5E5E5;
		border-radius: 4px;
}
.catalog_sidebar_form_field_input input::placeholder {
		color: #000;
}
.catalog_sidebar_form_field ul li a {
		font-size: 13px;
		line-height: 1;
}
ul.standarts{
	position: relative;
}
.standart_descr {
	display: none;
	position: absolute;
	left: 0;
	top: 10px;
	padding: 5px;
	background: #fff;
	border-radius: 5px;
	line-height: 17px;
}
ul.standarts li:first-child span{
	/*display: block;*/
}
ul.standarts li svg:hover + span{
	/*display: block;*/
}
.catalog_sidebar_form_field_input span,
.catalog_sidebar_form_field_input ul li a {

		position: absolute;
		top: 50%;
		left: 8px;
		margin-top: calc(-13px / 2);
		color: #838D9A;
		font-size: 13px;
		line-height: 1;
}
.catalog_sidebar_form_field_range {
		margin: 16px 5px 0;
		width: 100%;
}
.catalog_sidebar_form_field.checkbox {
		overflow-y: auto;
		max-height: 212px;
		align-items: inherit !important;
}
@media only screen and (max-width: 900px) {
		.catalog_sidebar_form_field.checkbox {
				overflow: hidden;
		}
}
.catalog_sidebar_form_field.checkbox::-webkit-scrollbar {
		width: 4px;
}
.catalog_sidebar_form_field.checkbox::-webkit-scrollbar-thumb {
		background-color: #E5E5E5;
		border-radius: 2px;
}
.catalog_sidebar_form_field.checkbox label {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
		font-size: 12px;
		cursor: pointer;
}
.catalog_sidebar_form_field.checkbox label:hover {
    color: #359E00;
}
.catalog_sidebar_form_field.checkbox label + label {
		margin-top: 8px;
}
.catalog_sidebar_form_field.checkbox label input {
		visibility: hidden;
		position: absolute;
		opacity: 0;
		width: 0;
		height: 0;
}
.catalog_sidebar_form_field.checkbox label input:disabled + span{
	opacity: 0.5;
}
.catalog_sidebar_form_field.checkbox label input:hover + span:before,
.catalog_sidebar_form_field.checkbox label input:focus + span:before {
		border-color: #84B671;
}
.catalog_sidebar_form_field.checkbox label input:active + span:before {
		border-color: #359E00;
}
.catalog_sidebar_form_field.checkbox label input:checked + span:before {
		background-color: #359E00;
		border-color: #359E00;
}
.catalog_sidebar_form_field.checkbox label span {
		position: relative;
		padding-left: 24px;
		line-height: 16px;
}
.catalog_sidebar_form_field.checkbox label span:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 16px;
		height: 16px;
		margin-top: -8px;
		background-image: url('../images/check.svg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		border: 1px solid #E5E5E5;
		border-radius: 4px;
		background-size: 8px 6px;
		cursor: pointer;
		transition: all 0.23s;
}
.catalog_block {
		position: relative;

		width: calc(100% / 5 - 24px);
		margin: 12px;
		padding-bottom: 75px;
		line-height: 1;
		z-index: 1;
}

.catalog_block:before {
	content: '';
	position: absolute;
	top: -12px;
	left: -12px;
	right: -12px;
	bottom: -12px;

	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	z-index: -1;
}

.catalog_block:nth-child(5n + 1):before {
	left: 0;
	border-left: none;
}

.catalog_block:nth-child(5n + 5):before {
	right: 0;
}

.catalog_block:nth-child(-n + 5):before {
	border-top: none;
}


@media only screen and (min-width: 1600px) {
		.catalog_block {
				width: calc(100% / 5 - 24px);
		}
}
@media only screen and (max-width: 1200px) {
		.catalog_block {
				width: calc(100% / 3 - 24px);
		}

		.catalog_block:nth-child(5n + 1):before {
			left: -12px;
			border-left: 1px solid #E5E5E5;
		}

		.catalog_block:nth-child(5n + 5):before {
			right: -12px;
		}

		.catalog_block:nth-child(-n + 5):before {
			border-top: 1px solid #E5E5E5;
		}

		.catalog_block:nth-child(3n + 1):before {
			left: 0;
			border-left: none;
		}

		.catalog_block:nth-child(3n + 3):before {
			right: 0;
		}

		.catalog_block:nth-child(-n + 3):before {
			border-top: none;
		}
}
@media only screen and (max-width: 600px) {
		.catalog_block {
				width: calc(100% / 2 - 16px);
				margin: 8px;
		}

		.catalog_block:before {
			top: -8px !important;
			left: -8px !important;
			right: -8px !important;
			bottom: -8px !important;
		}

		.catalog_block:nth-child(3n + 1):before {
			border-left: 1px solid #E5E5E5;
		}

		.catalog_block:nth-child(-n + 3):before {
			border-top: 1px solid #E5E5E5;
		}

		.catalog_block:nth-child(2n + 1):before {
			left: 0 !important;
			border-left: none;
		}

		.catalog_block:nth-child(2n + 2):before {
			right: 0 !important;
		}

		.catalog_block:nth-child(-n + 2):before {
			border-top: none;
		}
}
.catalog_blocks {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: flex-start;
		width: calc(100% - 200px);
}
.main_resource_17 .catalog_blocks{
	width: calc(100% - 0px);
}
@media only screen and (max-width: 900px) {
		.catalog_blocks {
				width: calc(100% + 16px);
				margin: -8px;
		}
}
.catalog_block_img {
		display: block;
		max-width: 255px;
		width: 100%;
		height: 174px;
		/*width: 204px;*/
		/*background-image: url('../images/no_image.svg');*/
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
}
.catalog_block_img img {
		height: 100%;
		object-fit: contain;
		object-position: center;
}
.catalog_block_label {
		margin-top: 8px;
		color: #838D9A;
		font-size: 12px;
}
.catalog_block_desc {
		overflow: hidden;
		min-height: 40px;
		display: -moz-box;
		display: -webkit-box;
		margin-top: 4px;
		font-size: 15px;
		line-height: 20px;
		text-overflow: ellipsis;
		-moz-box-orient: vertical;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		line-clamp: 2;
		box-orient: vertical;
}
.catalog_block_desc a:hover {
    color: #359E00;
}
@media only screen and (max-width: 375px) {
		.catalog_block_desc {
				font-size: 13px;
		}
}
.catalog_block_price {
		margin-top: 8px;
		font-size: 18px;
		font-weight: 500;
}
@media only screen and (max-width: 375px) {
		.catalog_block_price {
				font-size: 16px;
		}
}
.catalog_block_price .sale {
		position: relative;
		color: #838D9A;
		font-size: 15px;
}
@media only screen and (max-width: 375px) {
		.catalog_block_price .sale {
				font-size: 13px;
		}
}
.catalog_block_price .sale:before {
		content: '';
		position: absolute;
		top: 50%;
		left: -1px;
		right: -1px;
		height: 2px;
		margin-top: -1px;
		background-color: #FF4A4A;
}
.catalog_block_price span + span {
		display: block;
		margin-top: 8px;
}
.catalog_block_reqiled {
		margin-top: 8px;
		color: #359E00;
		font-size: 18px;
		font-weight: 500;
}
@media only screen and (max-width: 375px) {
		.catalog_block_reqiled {
				font-size: 14px;
		}
}
.catalog_block_select {
		position: absolute;
		bottom: 56px;
		left: 0;
		right: 0;
		color: #838D9A;
		border: 1px solid #E5E5E5;
		border-radius: 4px;
}
@media only screen and (max-width: 375px) {
		.catalog_block_select {
				font-size: 12px;
		}
}
.catalog_block_select .select_info {
		padding: 10px 24px 10px 10px;
		width: 100%;
}
@media only screen and (max-width: 375px) {
		.catalog_block_select .select_info {
				padding-left: 8px;
				padding-right: 16px;
		}
}
.catalog_block_select .select_info:before {
		right: 10px;
}
@media only screen and (max-width: 375px) {
		.catalog_block_select .select_info:before {
				right: 6px;
		}
}
.catalog_block_select .select_wrapper {
		left: -1px;
		right: -1px;
		border: 1px solid #E5E5E5;
		box-shadow: none;
}
.catalog_block_button {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
}
@media only screen and (max-width: 375px) {
		.catalog_block_button .button {
				font-size: 12px;
		}
}
.catalog_block_button.reqiled .button {
		padding-left: 16px;
		color: #359E00;
		background-color: #fff;
		border:1px solid #359E00;
}
.catalog_block_button_card.reqiled .button {
	padding-left: 16px;
	color: #359E00;
	background-color: #fff;
	border:1px solid #359E00;
}
.catalog_block_button_card.reqiled .button:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	margin-top: -7px;
	margin-left: -68px;
	background-image: url('../images/button-tel.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.catalog_block_button.reqiled .button:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 12px;
		height: 12px;
		margin-top: -7px;
		margin-left: -68px;
		background-image: url('../images/button-tel.svg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
}
@media only screen and (max-width: 375px) {
		.catalog_block_button.reqiled .button:before {
				margin-left: -56px;
		}
}
.catalog_block_button.reqiled .button:active {
		color: #fff;
		background-color: #359E00;
}
.catalog_block_button.reqiled .button:active:before {
		background-image: url('../images/button_active-tel.svg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
}

/* Modal. */

.modal {
	visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;


	background-color: #000000d3;
	opacity: 0;
	z-index: 999;

	transition: visibility .4s .4s, opacity .4s;
}

.modal.active {
	visibility: visible;

	opacity: 1;
	transition: visibility .4s, opacity .4s;
}

.modal_block {
	overflow: auto;
	position: relative;

	width: 90%;
	max-width: 800px;
	min-height: 400px;
	max-height: 90%;
	padding: 32px 24px;
	background-color: #fff;
	border-radius: 4px;
	opacity: 0;

	transform: translate3d(-100%, -100%, 0) scale(.5);
	transition: transform .4s, opacity .23S;
}

.modal.active .modal_block  {
	opacity: 1;

	transform: translate3d(0, 0, 0) scale(1);
}

.modal.empty .modal_block {
	display: flex;
	flex-direction: column;
}

.modal_x {
	position: absolute;
	top: 36px;
	right: 36px;

	width: 20px;
	height: 20px;
	cursor: pointer;

	transition: transform .4s;
}

.modal_x:hover {
	transform: scale(1.2) rotate(200grad);
}

.modal_x:before,
.modal_x:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;

	height: 2px;
	background-color: #838D9A;
	border-radius: 1px;

	transform: translate3d(0, -50%, 0) rotate(50grad);
}

.modal_x:after {
	transform: translate3d(0, -50%, 0) rotate(-50grad);
}

.modal .modal_emp {
	display: none;
}

.modal.empty .modal_emp {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-grow: 1;

	text-align: center;
}

.modal_title {
	font-weight: 500;
	font-size: 24px;
}

.modal_text {
	font-size: 15px;
	line-height: 24px;
	text-align: center;
}

.modal_btn {
	margin-top: 24px;
}

.modal_btn .button {
	padding: 0 16px;
}

.modal table {
	width: 100%;
	border-collapse: collapse;
}

.modal tr + tr {
	border-top: 1px solid #E5E5E5;
}

.modal td {
	padding-bottom: 20px;
	vertical-align: top;
}

.modal .card_info_related_img {
	min-width: 98px;
}

.modal .card_info_related_info {
	width: 300px;
}

.modal .card_sidebar_garbage_amount {
	display: flex;
	margin-top: 0;
}

.modal_bottom {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 24px;

	border-top: 1px solid #E5E5E5;
	margin: 0 -24px;
	padding: 0 24px 0;
}

.modal_bottom_btn {
	align-self: end;
}

.modal_bottom_btn .button {
	background-color: transparent;
	color: #359E00;
	border: 1px solid #359E00;

	transition: box-shadow .23s;
}

.modal_bottom_btn .button:hover {
	box-shadow: 0 0 32px #359E0033
}

.modal_bottom_info {
	padding: 24px 24px 20px;
	background-color: #F3F3F3;
	border: 1px solid #E5E5E5;
	border-top: none;
	border-radius: 0 0 4px 4px;
}

.modal_bottom_info_li {
	display: flex;
	justify-content: space-between;

	color: #838D9A;
	font-size: 12px;
	border-bottom: 1px dotted #838D9A;
}

.modal_bottom_info_li span {
	margin-bottom: -2px;
	background-color: #F3F3F3;
}

.modal_bottom_info_li span:last-child {
	color: #000;
}

.modal_bottom_info_li + .modal_bottom_info_li {
	margin-top: 20px;
	color: #000;
	font-weight: 700;
}

.modal_bottom_info_li + .modal_bottom_info_li span:last-child {
	font-size: 15px;
}

.modal_bottom_info_btn {
	margin-top: 16px;

}
.modal_bottom_info_btn a{
	color:#ffffff;
}
.modal_bottom_info_btn .button.disable_cart {
	pointer-events: none;
	cursor: default;
	background-color: #84B671;
}
.prod_min_summ{
	color:#359E00;
	margin-bottom: 15px;
}
.min_sum_shops{
	display: none;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #84B671;
	color: #ffffff;
	text-align: center;
}
.min_sum_shops_cart{

}
/* Modal. */

@media only screen and (max-width: 820px) {
	.modal .card_info_related_info {
		width: 200px;
	}
}
@media screen and (max-width:768px){
	.header_info_search_desc{
		display: none;
	}
}
@media screen and (min-width:768px){
	.header_bottom .header_info_search_desc{
		display: none;
	}
}
@media only screen and (max-width: 700px),
screen and (max-height: 480px) {
	.modal.active .modal_block {
		width: 100%;
		height: 100%;
		max-height: none;
		border-radius: 0;
	}

	.modal_title {
		margin: 0 -24px;
		padding: 0 24px 20px;
		border-bottom: 1px solid #E5E5E5;
	}

	.modal .card_info_related {
		margin-top: 0;
	}
}

@media only screen and (max-width: 660px) {
	.modal .card_info_related_info {
		width: 300px;
	}

	.modal td:nth-child(3) {
		display: flex;
		padding-top: 0;
	}
}

@media only screen and (max-width: 600px) {
	.modal .card_info_related {
	    display: block; 
	}

	.modal_x {
		right: 21px;
	}

	.modal tr {
		display: grid;
		grid-template-columns: 64px 1fr 16px;
		grid-gap: 12px 20px;

		padding: 20px 0;
	}

	.modal td {
		padding: 0 !important;
	}

	.modal .card_info_related_img {
		grid-row: 1/4;

		width: auto;
		min-width: 0;
	}

	.modal .card_info_related_info {
		width: auto;
	}

	.modal .card_info_related_button {
		grid-row: 1/4 !important;
		grid-column: 3/4 !important;

		width: auto;
	}

	.modal .card_info_related_price {
		display: flex;
		align-items: center;
		order: -1;
	}

	.card_info_related_price span {
		order: -1;

		margin-top: 0;
		margin-right: 8px;
	}

	.card_info_related_info span {
		margin-top: 4px;
	}

	.modal_bottom {
		position: sticky;
		bottom: -32px;
		grid-template-columns: 1fr;

		margin-bottom: -32px;
		background-color: #F3F3F3;
	}

	.modal_bottom_btn {
		order: 1;
	}

	.modal_bottom_info {
		padding-left: 0;
		padding-right: 0;
		border: 0 none;
	}

	.modal_bottom.sticky .modal_bottom_info_li:nth-child(1),
	.modal_bottom.sticky .modal_bottom_btn {
		display: none;
	}

	.modal_bottom.sticky .modal_bottom_info_li:nth-child(2) {
		margin-top: 0;
	}
}

/* Madal. */


/* Thank. */

.thank {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.thank_top {
	padding-top: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid #E5E5E5;
}

.thank_top_flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.thank_logo {
	max-width: 172px;
}

.thank_main {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 40px 24px;
	flex-grow: 1;

	margin-top: 24px;
}

.thank_title {
	position: relative;

	padding-left: 28px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
}

.thank_title:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;

	width: 16px;
	height: 16px;
	background-image: url('../images/label.svg');
}

.thank_subtitle {
	display: flex;
	justify-content: space-between;

	margin-top: 32px;
	font-size: 15px;
	font-weight: 500;
}

.thank_subtitle span {
	display: none;

	color: #359E00;
}

.thank_text {
	margin-top: 24px;
	line-height: 24px;
}

.thank_text p + p {
	margin-top: 8px;
}

.thank_text p span + span {
	margin-left: 8px;
}

.thank table {
	width: 100%;
	border-collapse: collapse;
}

.thank tr + tr {
	border-top: 1px solid #E5E5E5;
}

.thank td {
	padding-top: 16px;
	padding-bottom: 20px;
	vertical-align: top;
}

.thank .card_info_related {
	margin-top: 16px;
}

.thank .card_info_related_img {
	width: 98px;
}

.thank_bottom {
	margin-top: 40px;
	padding: 16px 0;
	color: #838D9A;
	font-size: 12px;
	text-align: center;
	background-color: #E8E8E8;
}

@media only screen and (max-width: 880px) {
	.thank_main {
		grid-template-columns: 1fr;
	}

	.thank_subtitle span {
		display: block;
	}
}

@media only screen and (max-width: 600px) {

	.thank .header_right_tel * {
		font-size: 0;
	}

	.thank .header_right_tel {
		height: 20px;
	}

	.thank .header_right_tel a {
		width: 20px;
		height: 20px;
		background-image: url('../images/phone.svg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.thank .header_right_tel a:before {
		display: none;
	}

	.thank .card_info_related {
	    display: block; 
	}

	.thank tr {
		display: grid;
		grid-template-columns: 64px 1fr;
		grid-gap: 12px 20px;

		padding: 20px 0;
	}

	.thank td {
		padding: 0 !important;
	}

	.thank .card_info_related_img {
		grid-row: 1/3;

		width: auto;
		min-width: 0;
	}

	.thank .card_info_related_info {
		width: auto;
	}

	.thank .card_info_related_price {
		display: flex;
		align-items: center;
		order: -1;
	}
}

/* Thank. */



/* Checkout. */

.checkout {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.checkout_top {
	padding-top: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid #E5E5E5;
}

.checkout_top_flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.checkout_logo {
	max-width: 172px;
}

.checkout_subtitle {
	margin-bottom: 24px;
	font-size: 15px;
	font-weight: 500;
}
#msOrder .checkout_subtitle{
	font-weight: 400;
}

.checkout_subtitle span {
	color: #838D9A;
}

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

.checkout_subtitle.flex span {
	color: #359E00;
}

.checkout_title {
	margin-top: 24px;
	font-size: 24px;
	font-weight: 500;
}

.checkout_grid {
	display: grid;
	grid-template-columns: 1fr 368px;
	grid-gap: 24px;
}

.checkout_form_li .card_reviews_add,
.checkout_form_li.card_reviews_add {
	position: static;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0 none;
}

.checkout_form_li,
.checkout_form_li.card_reviews_add {
	--grid: 2;

	margin-top: 32px;
}
.card_reviews_add_form.descr{
	grid: 0;
}
.checkout_form_li .card_reviews_add .form-control.error{

	border:1px solid red;
}

.checkout_form_li.card_reviews_add .check {
	margin-top: 0;
}

.checkout_form_li:nth-child(1) .card_reviews_add {
	display: grid;
	grid-template-columns: repeat(var(--grid), 1fr);
	grid-gap: 0 24px;
}

.checkout_form_li .catalog_sorting {
	margin: 0;
}

.checkout_form_li .catalog_sorting_label {
	margin-right: 8px;
	color: #000;
	font-weight: 400;
}

.checkout_form_li .catalog_sorting_select {
	width: 100%;
	max-width: 270px;
	display: flex;
}
.checkout_form_li .catalog_sorting_select select,
.checkout_form_li .catalog_sorting_select input{
	padding: 8px 10px;
	font-size: 13px;
	line-height: 24px;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	cursor: pointer;
	transition: border 0.23s;
	width: 95%;
	position: unset;
	height: 34px;
}

.checkout_form_li .catalog_sorting .select_info {
	width: 100%;
	padding: 0;
}

.checkout_form_li .catalog_sorting input.select_info {
	padding: 11px 10px 10px;
	color: #359E00;
	font-size: 16px;
	line-height: 120%;
	border: 1px solid #F5F5F5;
	border-radius: 2px;

	transition: border .43s;
}

.checkout_form_li .catalog_sorting input.select_info:focus {
	border-color: #359E00;
}

.checkout_form_li .catalog_sorting input.select_info:focus + .select_wrapper {
	display: block;
}

.checkout_form_li .catalog_sorting .select_info:before {
	display: none;
}

.checkout_form_li .catalog_sorting .select_wrapper {
	display: none;
	overflow: auto;
	left: 0;

	max-height: 156px;
	margin-top: 0;
	border: 1px solid #F5F5F5;
	box-shadow: none;
}

.checkout_form_li .catalog_sorting .select_wrapper::-webkit-scrollbar {
		width: 4px;
}
.checkout_form_li .catalog_sorting .select_wrapper::-webkit-scrollbar-thumb {
		background-color: #359E00;
		border-radius: 2px;
}

.checkout_form_li_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.checkout_form_li .twoo {
	display: grid;
	grid-template-columns: repeat(var(--grid), 1fr);
	grid-gap: 24px;
	margin-top: 16px;
}

.checkout_form_li .twoo li {
	margin: 0;
}

.checkout_form_li ul {
	margin-top: 16px;
}

.checkout_form_li li {
	padding: 16px;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
}

.checkout_form_li li + li {
	margin-top: 24px;
}

.checkout_form_li li label {
	display: block;
	position: relative;

	cursor: pointer;
}

.checkout_form_li li input {
	position: absolute;
}

.checkout_form_li li span {
	display: block;

	width: 16px;
	height: 16px;
	margin-right: 8px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 8px;
	border: 1px solid #E5E5E5;
	border-radius: 50%;

	transition: all .43s;
}

.checkout_form_li li label input:checked + span{
	background-color: #359E00;
	background-image: url('../images/check.svg');
	border-color: #359E00;
}

.checkout_form_li li p {
	margin-top: 4px;
	margin-left: 24px;
	color: #969696;
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 4px;
}

.checkout_form_li_title {
	flex-grow: 1;

	font-size: 15px;
}

.checkout_form_li_price {
	font-size: 15px;
	font-weight: 500;
}

.checkout .card_info_related {
	margin-top: 0;
}

.checkout_info {
	align-self: start;
	top: 32px;

	width: auto;
	margin: 0;
	padding: 32px 24px 20px;
	background-color: #F3F3F3;
	border-color: #E5E5E5;
}

.checkout_info.card_reviews_add .check span {
	background-image: none;
}

.checkout_info.card_reviews_add .check input:checked + span {
	background-image: url('../images/check.svg');
}

.checkout_info_li {
	display: flex;
	justify-content: space-between;
	color: #838D9A;
	font-size: 12px;
	border-bottom: 1px dotted #838D9A;
}

.checkout_info_li + .checkout_info_li {
	margin-top: 24px;
}

.checkout_info_li span {
    margin-bottom: -2px;
    background-color: #F3F3F3;
}

.checkout_info_li span + span {
	color: #000;
}

.checkout_info_li:nth-child(3) span + span {
	font-size: 15px;
}

.checkout_info_btn {
	margin-top: 24px;
}

.checkout_bottom {
	margin-top: 40px;
	padding: 16px 0;
	color: #838D9A;
	font-size: 12px;
	text-align: center;
	background-color: #E8E8E8;
}

.checkout_form_li .li_active {
	display: none;

	margin-top: 16px;
}

.checkout_form_li li.active .li_active {
	display: block;
}

.checkout_form_li .li_active iframe {
	width: 100%;
	height: 260px;
	border: 0 none;
}

.checkout_form_li li.active .li_active.three {
	display: grid;
	grid-template-columns: 1.3fr 1fr 1fr;
	grid-gap: 24px;
}

.checkout_form_li .li_active input {
	position: static;

	width: 100%;
	padding: 0 12px;
	font-size: 13px;
	line-height: 38px;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
}

.checkout_form_li .li_active input::placeholder {
	color: #969696;
}

.checkout_form_li .li_active_select .select_info {
	display: block;

	padding: 8px 12px;
	color: #000;
	font-size: 13px;
	line-height: 14px;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
}

.checkout_form_li .li_active_select .select_info:before {
	right: 12px;
}

.checkout_form_li .li_active_select .select_wrapper {
	position: static;
}

@media only screen and (max-width: 900px) {

	.checkout_grid {
		grid-template-columns: 1fr 240px;
	}

}

@media only screen and (max-width: 770px) {

	.checkout_grid {
		grid-template-columns: 1fr;
	}

	.checkout_bottom {
		margin-top: 0;
	}

	.checkout_info {
		margin-left: -16px;
		margin-right: -16px;
		border-radius: 4px 4px 0 0;
	}

	.checkout_info.fixed {
		position: fixed;
		top: auto;
		left: 0;
		right: 0;
		bottom: 0;

		z-index: 9;
	}

	.checkout_info.fixed .checkout_info_li:nth-child(1),
	.checkout_info.fixed .checkout_info_li:nth-child(2) {
		display: none;
	}

	.checkout_info.fixed .checkout_info_li:nth-child(3) {
		margin-top: 0;
	}
}

@media only screen and (max-width: 600px) {

	.checkout .header_right_tel * {
		font-size: 0;
	}

	.checkout .header_right_tel {
		height: 20px;
	}

	.checkout .header_right_tel a {
		width: 20px;
		height: 20px;
		background-image: url('../images/phone.svg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.checkout .header_right_tel a:before {
		display: none;
	}

	.checkout .card_info_related {
	    display: block; 
	}

	.checkout_form_li, 
	.checkout_form_li.card_reviews_add { 
		--grid: 1;
	}

	.checkout tr {
		display: grid;
		grid-template-columns: 64px 1fr;
		grid-gap: 12px 20px;

		padding: 20px 0;
	}

	.checkout td {
		padding: 0 !important;
	}

	.checkout .card_info_related_img {
		grid-row: 1/3;

		width: auto;
		min-width: 0;
	}

	.checkout .card_info_related_info {
		width: auto;
	}

	.checkout .card_info_related_price {
		display: flex;
		align-items: center;
		order: -1;
	}
}
/* Checkout. */
.standarts {
    overflow: hidden;
    display: grid;
    grid-template-columns:repeat(2,1fr);
    gap: 3px;
    font-size: 12px;
    margin: 16px 0;
    max-height: 165px;
}
.btn-active {
    max-height: fit-content;
}
.standarts li {
	display: flex;
	height: 25px;
	align-items: center;
	padding: 5px 3px;
}
.standarts li:hover {
     background: #F9F9F9;
     border-radius: 3px;
 }
.standarts li a {
    max-width: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.more-standarts {
    display: flex;
    align-items: center;
    color: #359E00;
    font-size: 13px;
    line-height: 12px;
    font-weight: 500;
    cursor: pointer;
}
.more-standarts:hover {
    color: #84B671;
}

.icon-stan {
    width: 12px;
    height: 12px;
	margin-left: 3px;
	cursor: pointer;
}
.icon-arr {
    width: 10px;
    height: 10px;
	margin-left: 5px;
	cursor: pointer;
}

/* Категории раздела */
.swiper {
    margin-left: 0!important;
    margin-right: 0!important;
}
.catalog-list {
    display: flex;
    height: 40px;
    margin-bottom: 24px;
    overflow: hidden;
}
.catalog-list-wrapper .swiper-slide{
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.catalog-list-wrapper .swiper-slide > a {
    display: block;
    padding: 10px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.catalog-list-wrapper .swiper-slide > a:hover {
    background: #359E00;
    border: 1px solid #359E00;
    color: #fff;
}

/* Page Contact */

.title-inner {
  font-weight: 500;
  font-size: 18px;
  line-height: 17px;
  margin-bottom: 25px;
  text-align: center;
}

.contact {
  color: #000000;
}

.contact__title {
  font-size: 24px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #2D2D2D;
}

.contact__content-item .title-inner {
  margin-bottom: 15px;
}

.contact__content-wrap {
  padding: 0 21px;
}

.contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 30px;
}

.contact__content-item {
  width: calc(100% / 3);
  max-width: 255px;
}

.contact__content-item > svg {
  display: block;
  max-width: 60px;
  height: 60px;
  margin: 0 auto 20px auto;
}

.contact__content-text {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  max-width: 255px;
  margin: 0 auto 15px auto;
}

.contact__content-info {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 71px;
}

.contact__content-info > a {
  font-weight: 500;
  font-size: 18px;
  line-height: 17px;
  color: #359E00;
}

.contact__content-info > a:not(:last-child) {
  margin-bottom: 10px;
}

.contact__content-info > div {
  font-size: 14px;
  line-height: 13px;
}

.contact__content-info > div:not(:last-child) {
  margin-bottom: 10px;
}

.contact__content-info > div > span {
  margin-left: 25px;
  color: #359E00;
  font-weight: 500;
}

.info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 33px;
  padding: 0 21px;
}

.info__content-item {
  position: relative;
}

.info__content-item > div:not(:last-child) {
  margin-bottom: 20px;
}
.info__content-item iframe {
    border-radius: 10px;
}

.info__content-inner .title-inner {
  text-align-last: left;
}

.info__content-text {
  padding-left: 35px;
  font-size: 14px;
}

.info__content-text > p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
}

.info__content-text > p > strong {
  font-weight: 500;
  font-size: 16px;
}

#centralAddress {
  position: relative;
}

#centralAddress::before, #regionalAddress::before {
  content: url(../images/map.svg);
  position: absolute;
  top: 6px;
  left: 0;
}

#regionalAddress {
  position: relative;
}

#requisites {
  position: relative;
}

#requisites::before {
  content: url(../images/pay.svg);
  position: absolute;
  top: 6px;
  left: 0;
}

@media (max-width: 600px) {
  .contact__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact__content > div:not(:last-child) {
    margin-bottom: 25px;
  }
  .contact__content-wrap {
    padding: 0 15px;
  }
  .contact__content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: none;
  }
  .contact__content-item > svg {
    margin: 0 32px 0 0;
  }
  .contact__content-item .title-inner {
    text-align: left;
  }
  .contact__content-text {
    text-align: left;
  }
  .contact__content-info {
    margin: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .info__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 15px;
  }
  .info__content-item > img {
    width: 100%;
    margin-bottom: 25px;
  }
  .info__content-item iframe {
      width: 100%;
      margin-bottom: 25px;
  }
}

@media (max-width: 375px) {
  .contact__content-wrap {
    padding: 0 10px;
  }
  .info__content {
    padding: 0 10px;
  }
}

@media (max-width: 320px) {
  .info__content-text > p {
    font-size: 12px;
  }
  .info__content-text > p > strong {
    font-size: 14px;
  }
  .info__content-text {
    padding-left: 27px;
  }
}

/* End Page Contact */

/* Page About Company */
.text {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  margin: 0 auto;
}

.title-inner {
  font-weight: 500;
  font-size: 21px;
  line-height: 20px;
  margin-bottom: 25px;
}

.about {
  margin-bottom: 30px;
}

.about .container {
  padding-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
}

.about__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 23px;
  margin-bottom: 10px;
}

.about__logo {
  max-width: 642px;
  display: block;
  margin: 0 auto;
}

.about__text {
  max-width: 1056px;
}

.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.grid__item {
  max-width: 250px;
  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;
}

.grid__item > svg {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.grid__title-inner {
  font-size: 18px;
  line-height: 17px;
  font-weight: 500;
  margin-bottom: 15px;
}

.grid__subtitle-inner {
  font-weight: 500;
  font-size: 18px;
  line-height: 17px;
  color: #359E00;
  margin-bottom: 15px;
}

.grid__text-inner {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.assortment {
  margin-bottom: 30px;
}

.assortment .container {
  padding-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
}

.assortment__title {
  margin-bottom: 32px;
}

.chosen {
  margin-bottom: 30px;
}

.chosen .container {
  padding-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
}

.chosen__text {
  max-width: 994px;
  margin-bottom: 33px;
}

.connection .container {
  padding-bottom: 30px;
}

.connection__text {
  max-width: 674px;
  margin-bottom: 25px;
}

.connection__links {
  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;
}

.connection__links > a {
  font-weight: 500;
  font-size: 18px;
  line-height: 17px;
  color: #57BA41;
}

.connection__links > a:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .grid {
    grid-gap: 10px;
  }
  .grid__title-inner {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .grid {
    max-width: 520px;
    margin: 0 auto;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
        grid-template-rows: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .grid__title-inner {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .grid {
    max-width: 250px;
    margin: 0 auto;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: (1fr)[4];
        grid-template-rows: repeat(4, 1fr);
    grid-gap: 20px;
  }
  .grid__title-inner {
    font-size: 17px;
  }
}
/* End Page About Company */

/* Page Delivery */

.delivery-container {
  margin-bottom: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
}
.delivery p {
  font-size: 14px;
  line-height: 24px;
}

.delivery__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 23px;
  margin: 28px 0 24px 0;
}

.delivery__subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 25px;
}

.delivery-container p:not(:last-child) {
  margin-bottom: 5px;
}

.delivery__text > span {
  display: block;
}

.delivery__pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1090px;
  margin: 25px auto 25px auto;
}

.delivery__item {
  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;
}

.delivery__item > img {
  margin-bottom: 15px;
}

.delivery__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.delivery__subtitle-inner {
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}

.delivery__pay-text {
  margin-bottom: 30px;
}

.delivery__pay-text > p:first-of-type {
  margin-bottom: 15px;
}

.delivery__pay-text > p > strong {
  font-weight: 500;
}

.grid-delivery {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (fr)[2];
      grid-template-rows: repeat(2, fr);
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  row-gap: 41px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 25px auto 25px auto;
  max-width: 952px;
}

.grid-delivery__item {
  max-width: 220px;
}

.grid-delivery__item > div:last-child {
  margin-bottom: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid__item-title {
  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;
  margin-bottom: 21px;
}

.grid__item-title > img {
  margin-right: 7px;
}

.grid__item-title > div {
  font-weight: 500;
  font-size: 17px;
  line-height: 16px;
}

.grid__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 13px;
}

.grid__item-inner > svg {
  height: 18px;
  width: 18px;
  margin-right: 10px;
}

.grid__item-inner > div {
  font-size: 14px;
  line-height: 13px;
}

.grid__item-inner > span {
  color: #359E00;
}

@media (max-width: 768px) {
  .grid-delivery {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
  .delivery__pay {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
}

@media (max-width: 480px) {
  .grid-delivery {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media (max-width: 375px) {
  .delivery__pay {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}
/* End Page Delivery */

/* Menu */
.wrapper-menu__title-mob {
  display: none;
}
.wrapper-menu__title-mob > span {
  font-size: 16px;
  color: #000000;
}
.btn-close-menu {
    padding: 16px;
    cursor: pointer;
}
.btn-close-menu > svg {
  width: 16px;
  height: 16px;
}
.menu-level-1 {
  background-color: #fff;
  position: relative;
  border-radius: 4px 0 0 4px;
}
.sub-menu::after {
  content: "";
  background-color: #e5e5e5;
  width: 1px;
  height: 96%;
  position: absolute;
  top: 2%;
  left: 0;
  z-index: 1;
}

.wrapper-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 7px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
	z-index: 9999;
}
.wrapper-menu__item {
  min-width: 250px;
  display: flex;
  align-items: center;
  position: relative;
}
.wrapper-menu__item:hover .link-level-1 {
  background: #57ba41;
  color: #fff;
  z-index: 2;
}
.wrapper-menu__item:hover .link-level-1 > svg {
  fill: #fff;
}

.link-level-1, .select_wrapper_catalog_2lv.opened ul li a {
  display: flex;
  align-items: center;
  padding: 12px 10px;
  width: 100%;
  color: #000000;
}
.link-level-1 > img {
  margin-right: 5px;
}
.link-level-1 > span {
  font-size: 14px;
  line-height: 14px;
  display: block;
  margin-right: auto;
}
.link-level-1 > svg {
  width: 10px;
  height: 10px;
  fill: #5a6c7d;
  margin: 0 5px;
}

.sub-menu {
  background-color: #fff;
  border-radius: 0 4px 4px 0;
  column-count: 2;
  column-fill: auto;
  height: 100%;
}
.sub-menu > li:hover, .select_wrapper_catalog_2lv.opened ul li:hover {
  background-color: #57ba41;
  color: #fff;
}
.sub-menu > li > a {
  width: 221px;
  display: block;
  padding: 12px 10px;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
}

.sub-menu > li > a:hover, .select_wrapper_catalog_2lv.opened ul li a:hover {
  color: #fff;
}

.select_wrapper_catalog_2lv {
  position: absolute;
  height: 100%;
  top: 0;
  left: 100%;
  z-index: 3;
	min-height: 394px;
}

@media (max-width: 768px) {
  .wrapper-menu__title-mob {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 16px;
  }
  .wrapper-menu {
    position: fixed;
    top: 0;
    margin: 0;
    box-shadow: none;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  .wrapper-menu__item:hover:before, .select_wrapper_catalog_2lv.opened ul li:hover:before {
    display: none;
  }
  .sub-menu{
	  display: none;
  }
  .sub-menu:after {
    display: none;
  }

  .menu-level-1 > li, .select_wrapper_catalog_2lv.opened ul li {
    position: relative;
  }

  .menu-level-1 > li:before, .select_wrapper_catalog_2lv.opened ul li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    border-bottom: 1px solid #ebebeb;
  }

  .select_wrapper_catalog_2lv {
    display: none;
  }
  .select_wrapper_catalog_2lv.opened {
	    position: fixed;
	    width: 100%;
	    height: 100%;
		top: 50px;
		left: 0;
		background: #fff;
	}
  .select_wrapper_catalog_2lv.opened ul li a {
      width: 100%;
  }
}
/* End Menu */

/* Новая карточка товара */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-inner {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 15px;
  font-weight: 500;
}

.--green {
  color: #359e00;
}

.--gray {
  color: #838d9a;
}

.card__title {
  font-size: 24px;
  line-height: 23px;
  margin: 20px 0;
  font-weight: 500;
}
.card__content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
}
.card__swiperblock {
  min-width: 0;
  width: 40%;
  position: relative;
  margin-bottom: 40px;
}
.card__info {
  width: 60%;
  margin-bottom: 40px;
}
.card__minimal {
  padding: 15px 30px;
  font-size: 14px;
  line-height: 13px;
  border: 1px dashed #f7bd08;
  border-radius: 8px;
  margin-bottom: 15px;
}
.card__minimal > strong {
  font-weight: 500;
}
.card__action {
  padding: 25px 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 7px rgba(172, 172, 172, 0.25);
  box-shadow: 0px 0px 7px rgba(172, 172, 172, 0.25);
  border-radius: 4px;
  margin-bottom: 25px;
}
.card__pricewrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}
.card__price {
  font-size: 25px;
  line-height: 24px;
  font-weight: 500;
}
.card__code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  line-height: 14px;
}
.card__code > span {
  color: #838d9a;
}
.card__code > strong {
  font-weight: 500;
}
.card__stock {
  font-size: 15px;
  line-height: 14px;
  margin-bottom: 12px;
}
.card__stock.--green {
  color: #359e00;
}
.card__priceold {
  font-size: 19px;
  line-height: 18px;
  color: #838d9a;
  text-decoration: line-through;
  margin-bottom: 5px;
}
.card__logo {
  display: block;
  margin-bottom: 8px;
}
.card__optom {
  font-size: 14px;
  line-height: 13px;
  margin-bottom: 18px;
}
.card__optom strong {
  font-weight: 500;
}
.card__optom > div:first-child {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #e5e5e5;
}
.card__buttons {
  margin-bottom: 25px;
}
.card__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
}
.card__quantity > button {
  font-weight: 500;
  font-size: 16px;
  width: 50px;
  height: 41px;
  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-color: #fff;
  border: 1px solid #e5e5e5;
}
.card__quantity > input {
  width: 55px;
  height: 41px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  font-weight: 500;
}
.card__plus {
  border-radius: 4px 0px 0px 4px;
}
.card__minus {
  border-radius: 0px 4px 4px 0px;
}
.card__addbutton {
  background: #359e00;
  border-radius: 4px;
  padding: 14px 20px;
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  color: #fff;
}
.card__addbutton:hover {
  background: rgba(53, 158, 0, 0.9);
}
.card .card__action .card__addbutton > svg {
  display: none;
}
.card__options {
  gap: 15px;
}
.card__options:not(:last-child) {
  margin-bottom: 15px;
}

.card__options strong {
  font-size: 14px;
  line-height: 13px;
  font-weight: 500;
}
.card__optionlist {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 9px;
}
.card__optionitem {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.card__optionitem:hover {
  border: 1px solid #ffeaa7;
}
.card__optionitem.--active {
  border: 1px solid #f7bd08;
}
.card__optionitem > a {
  display: block;
  padding: 8px 9px;
}
.card__delivery {
  margin-bottom: 15px;
}
.card__delivery .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card__text {
  font-size: 14px;
  line-height: 18px;
}
.card .row > a {
  font-size: 14px;
  line-height: 13px;
  color: #359e00;
}
.card .row > a:hover {
  text-decoration: underline;
}
.card__warn {
  padding: 11px 15px;
  background: rgba(255, 252, 168, 0.25);
  border-radius: 6px;
  gap: 12px;
  margin-bottom: 25px;
}
.card__warn > svg {
  width: 22px;
  height: 22px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.card__warn > p {
  font-size: 13px;
  line-height: 20px;
}
.card__pay {
  padding-top: 25px;
  border-top: 1px solid #e5e5e5;
}
.card__paylist {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
.card__paylist > li {
  padding: 10px;
  background: #f3f3f3;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}
.card__paylist > li > svg {
  width: 22px;
  height: 22px;
}
.card__paylist > li > span {
  font-size: 14px;
  line-height: 16px;
}

.mainswiper {
  margin-bottom: 30px;
}
.mainswiper .swiper-slide img {
  max-width: 420px;
  width: 100%;
  height: auto;
  margin: auto;
}

.bottomswiper {
  max-width: 264px;
}
.bottomswiper .swiper-slide {
  max-width: 74px;
  height: 74px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  cursor: pointer;
}
.bottomswiper .swiper-slide:hover {
  border: 1px solid #ffeaa7;
}
.bottomswiper .swiper-slide-thumb-active {
  border: 1px solid #f7bd08 !important;
}
.bottomswiper__arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  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: #f3f3f3;
  border-radius: 50%;
  cursor: pointer;
}
.bottomswiper__arrow.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.bottomswiper__arrow svg {
  width: 12px;
  height: 12px;
}
.bottomswiper__arrow:hover {
  background: #eaeaea;
}
.bottomswiper__prev {
  bottom: 37px;
  left: 50px;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.bottomswiper__prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bottomswiper__next {
  bottom: 37px;
  right: 50px;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.values {
  margin-bottom: 40px;
}
.values__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.values__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 7px rgba(172, 172, 172, 0.25);
  box-shadow: 0px 0px 7px rgba(172, 172, 172, 0.25);
  border-radius: 4px;
}
.values__item > svg {
  width: 30px;
  height: 23px;
}
.values__item > span {
  font-size: 14px;
  line-height: 13px;
}
.values__item > span > strong {
  font-weight: 500;
}

.interesting__list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.interesting__item {
  width: 33.3333333333%;
  padding: 10px;
}
.interesting__img {
  max-width: 140px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.interesting__title {
  font-size: 14px;
  line-height: 19px;
  overflow: hidden;
  display: -moz-box;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  min-height: 38px;
  margin-bottom: 15px;
}
.interesting__title:hover {
  text-decoration-line: underline;
  color: #359e00;
}
.interesting__price {
  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;
  gap: 15px;
}
.interesting__price > span {
  font-size: 18px;
  line-height: 17px;
  font-weight: 500;
}
.interesting__button {
  background: #359e00;
  border-radius: 4px;
  padding: 5px 15px;
  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;
}
.interesting__button > svg {
  width: 22px;
  height: 22px;
}
.interesting__button:hover {
  background: rgba(53, 158, 0, 0.9);
}

.description {
  margin-bottom: 25px;
}
.description .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.description__left {
  padding-right: 11px;
  margin-right: 20px;
  border-right: 1px solid #e5e5e5;
  width: 60%;
}
.description__right {
  width: 40%;
}
.description__textcontent {
  height: 380px;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 23px;
  font-size: 14px;
}
.description__textcontent.--active {
  height: auto;
}
.description__textcontent > p {
  margin-bottom: 15px;
}
.description__textcontent > p:last-child {
  margin: 0;
}
.description__textcontent > h2 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.description__textcontent > h3 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
.description__textcontent > ul {
  padding-left: 15px;
  margin-bottom: 10px;
}
.description__textcontent > ul > li {
  list-style: disc;
}
.description__textcontent > ul > li::marker {
  color: #359e00;
}
.description__textcontent a {
  color: #359e00;
}
.description__textcontent a:hover {
  text-decoration: underline;
}
.show__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
  margin: 15px 0 30px 0;
  cursor: pointer;
}
.show__button:hover {
  color: #359e00;
}
.show__button:hover > svg {
  stroke: #359e00;
}
.show__button > svg {
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.documentation {
  margin-bottom: 25px;
}
.documentation__list {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
.documentation__item {
  max-width: 303px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  padding-left: 54px;
  background-image: url('../img/textdoc.svg');
  background-repeat: no-repeat;
  background-size: 38px 44px;
  cursor: pointer;
  font-size: 15px;
  line-height: 20px;
}
.documentation__item:hover {
  background-image: url('../img/textdocgreen.svg');
  color: #359e00;
}

.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
}
.faq__item {
  background: #f3f3f3;
  border-radius: 4px;
}
.faq__quastion {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  font-size: 14px;
  line-height: 13px;
  padding: 14px 10px 14px 10px;
  cursor: pointer;
}
.faq__quastion > svg {
  width: 12px;
  height: 12px;
  fill: #999999;
}
.faq__answer {
  font-size: 14px;
  line-height: 20px;
  color: #908f8f;
  display: none;
}
.faq__answer.--active {
  display: block;
  padding: 0 10px 14px 10px;
}

.cardtable {
  width: 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-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 13px;
  line-height: 17px;
  height: 160px;
  overflow: hidden;
  padding-top: 3px;
}
.cardtable.--active {
  height: auto;
}
.cardtable tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cardtable tr:not(:last-child) {
  margin-bottom: 14px;
}
.cardtable tr td {
  width: 50%;
}
.cardtable tr td:first-child {
  border-bottom: 1px dashed #838d9a;
  margin-right: 4px;
}
.cardtable tr td:first-child > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #fff;
  line-height: 19px;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  padding-right: 4px;
  max-width: 200px;
}
.cardtable tr td:last-child {
  line-height: 19px;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.cardtable tr td a {
  color: #359e00;
}
.cardtable tr td a:hover {
  text-decoration: underline;
}

.card-often {
  margin-bottom: 40px;
}
.card-often__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
.card-often__item > a {
  display: block;
  padding: 8px;
  font-size: 14px;
  line-height: 13px;
  background: #f3f3f3;
  border-radius: 4px;
}
.card-often__item > a:hover {
  background: #eaeaea;
}

.card-other {
  margin-bottom: 40px;
}
.card-other__table-wrap {
  overflow-x: auto;
}
.card-other__table {
  display: table;
  width: 100%;
  text-align: left;
  overflow: scroll;
}
.card-other__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
.card-other__table tbody tr {
  padding: 12px 0;
}
.card-other__table th {
  min-width: 160px;
  padding: 35px 0 10px 0;
  font-size: 14px;
  line-height: 13px;
  color: #838d9a;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.card-other__table th > div > svg {
  width: 13px;
  height: 13px;
  cursor: pointer;
}
.card-other__table th {
  width: 15%;
}
.card-other__table td {
  min-width: 160px;
  width: 15%;
  font-size: 14px;
  line-height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.card-other__table td > div {
  font-size: 12px;
  line-height: 11px;
  padding: 5px 6px;
  background: #f3f3f3;
  border-radius: 4px;
}
.card-other__table th:first-child {
  min-width: 400px;
  width: 25%;
}
.card-other__table td:first-child {
  min-width: 400px;
  width: 25%;
}
.card-other__table th:last-child {
  width: 10%;
  min-width: 80px;
}
.card-other__table td:last-child {
  width: 10%;
  min-width: 80px;
  justify-content: center;
}
.card-other__table td a:hover {
  color: #359e00;
}
.card-other__notice {
  position: relative;
}
.card-other__notice.--active .card-other__message {
  display: block !important;
}
.card-other__message {
  display: none;
  position: absolute;
  top: -10px;
  left: 65%;
  padding: 8px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 10px;
  color: #363434;
  background: #f3f3f3;
  border-radius: 4px;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.card-other__message::after {
  content: '';
  display: block;
  position: absolute;
  top: 72%;
  left: 46%;
  width: 12px;
  height: 12px;
  background: #f3f3f3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.card-other__addbutton {
  background: #359e00;
  border-radius: 4px;
  padding: 5px 15px;
  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;
}
.card-other__addbutton > svg {
  width: 22px;
  height: 22px;
}

@media (max-width: 1024px) {
  .card__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card__swiperblock {
    width: 100%;
  }
  .bottomswiper__prev {
    left: 30%;
  }
  .bottomswiper__next {
    right: 30%;
  }
  .card__info {
    width: 100%;
  }
  .values__item > span {
    line-height: 18px;
  }
  .card-other__table th {
    white-space: nowrap;
  }
  .card-other__table td a {
    line-height: 19px;
  }
}
@media (max-width: 768px) {
  .card__swiperblock,
  .card__info,
  .values {
    margin-bottom: 30px;
  }
  .bottomswiper__prev {
    left: 23%;
  }
  .bottomswiper__next {
    right: 23%;
  }
  .values__list {
    gap: 10px;
  }
  .values__item {
    padding: 8px;
  }
  .description .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .description__right {
    width: 100%;
  }
  .description__left {
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .bottomswiper__prev {
    left: 16%;
  }
  .bottomswiper__next {
    right: 16%;
  }
  .card__options {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 556px) {
  .bottomswiper__prev {
    left: 12%;
  }
  .bottomswiper__next {
    right: 12%;
  }
  .card__action {
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 10px;
  }
  .mainswiper .swiper-slide img {
    max-width: 390px;
  }
  .bottomswiper__prev {
    left: 6%;
  }
  .bottomswiper__next {
    right: 6%;
  }
  .card__optom {
    font-size: 12px;
  }
  .card__optom > div:first-child {
    padding-right: 7px;
    margin-right: 7px;
  }
  .cardtable {
    overflow-x: scroll;
  }
  .cardtable tr td {
    min-width: 240px;
  }
}
@media (max-width: 425px) {
  .bottomswiper__prev {
    left: 2%;
  }
  .bottomswiper__next {
    right: 2%;
  }
  .card__quantity {
    margin-right: auto;
  }
  .card__action .card__addbutton {
    padding: 9px 15px;
  }
  .card__action .card__addbutton > span {
    display: none;
  }
  .card__action .card__addbutton > svg {
    display: block !important;
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 414px) {
  .bottomswiper__prev {
    left: 1%;
  }
  .bottomswiper__next {
    right: 1%;
  }
}
@media (max-width: 375px) {
  .bottomswiper__prev {
    left: -6%;
  }
  .bottomswiper__next {
    right: -6%;
  }
  .card__action {
    padding: 10px;
  }
}