table {
	width: 100%;
	border: 1px solid #dde2e6;
  }

.ud-site-disclaimer {
	font-size: 12px;
	line-height: 1.45;
	padding: 16px 0 22px;
	background: #fbfbfb;
}

.footer .ud-site-disclaimer,
.footer .ud-site-disclaimer p,
.footer .ud-site-disclaimer a {
	color: #000 !important;
	font-weight: 700;
}

.ud-site-disclaimer__text p {
	margin: 0 0 8px;
}

.ud-site-disclaimer__text p:last-child {
	margin-bottom: 0;
}

/* Mobile: move Jivo up, keep scroll-to-top default */
@media (max-width: 767.98px) {
	.crp-button-up {
		left: 20px !important;
		right: auto !important;
	}

	/* Most common Jivo containers */
	#jivo-iframe-container,
	#jivochat,
	.jivo-iframe-container,
	.jivo-holder,
	#jivo-container,
	#jivo-container *[style*="bottom"] {
		bottom: 140px !important;
	}

	/* Some builds use these */
	div[id^="jivo"],
	div[class*="jivo"] {
		bottom: 140px !important;
	}
}
  
  th {
	padding: 20px 10px;
	background-color: #a0cf11;
	font-size: 16px;
  }
  
  .table {
	font-size: 16px;
	color: #ffffff;
	margin: 0;
  }
  
  span.zoom {
	width: 67px;
	height: 67px;
	border-radius: 50%;
	background-image: url("/bitrix/templates/stroy/css/../img/zoom.png");
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -33px;
	margin-left: -33px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-moz-transition: 0.3s;
	opacity: 0;
	background-color: #87b523;
	cursor: pointer;
	pointer-events: none;
  }
  
  .swiper-slide:hover span.zoom.fancybox {
	opacity: 1;
  }
  
  span.zoom-small {
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background-image: url("/bitrix/templates/stroy/css/../img/zoom.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -11px;
	margin-left: -11px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-moz-transition: 0.3s;
	opacity: 0;
	background-color: #2c6e2f;
	cursor: pointer;
	pointer-events: none;
  }
  
  .swiper-slide:hover span.zoom-small.fancybox {
	opacity: 1;
  }
  
  .table-pane {
	margin-top: 10px;
	margin-bottom: 40px;
  }
  
  td {
	padding: 10px;
	background-color: #ffffff;
	color: #3c3f42;
	border: 1px solid #dde2e6;
  }
  
  .tabs {
	margin-top: 30px;
	margin-bottom: 20px;
  }
  
  .options-group {
	cursor: pointer;
  }
  
  .group__title {
	position: relative;
	padding: 0 20px;
	color: #272727;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	background: #fff;
  }
  
  .group__header {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .group__header::before {
	content: "";
	position: absolute;
	left: 70px;
	width: 85%;
	height: 1px;
	top: 22px;
	background: #C0C0C0;
	z-index: -1;
  }
  
  .group__header-floor {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .group__header-floor::before {
	content: "";
	position: absolute;
	left: 70px;
	width: 85%;
	height: 1px;
	background: #C0C0C0;
	z-index: -1;
  }
  
  .group__header-plan {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .group__header-plan::before {
	content: "";
	position: absolute;
	left: 70px;
	width: 85%;
	height: 1px;
	background: #C0C0C0;
	z-index: -1;
  }
  
  .group__arrow {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid #bc9959;
	border-right: 2px solid #bc9959;
	margin-bottom: 7px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 97%;
	top: 20px;
	cursor: pointer;
  }
  
  .group__arrow.active {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid #bc9959;
	border-right: 2px solid #bc9959;
	margin-bottom: 7px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	left: 97%;
	top: 16px;
	cursor: pointer;
  }
  
  .group__arrow-2 {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid #bc9959;
	border-right: 2px solid #bc9959;
	margin-bottom: 7px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 97%;
	top: 20px;
	cursor: pointer;
  }
  
  .group__arrow-2.active {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid #bc9959;
	border-right: 2px solid #bc9959;
	margin-bottom: 7px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	left: 97%;
	top: 16px;
	cursor: pointer;
  }
  
  .group__arrow-3 {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid #bc9959;
	border-right: 2px solid #bc9959;
	margin-bottom: 7px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 97%;
	top: 20px;
	cursor: pointer;
  }
  
  .group__arrow-3.active {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid #bc9959;
	border-right: 2px solid #bc9959;
	margin-bottom: 7px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	left: 97%;
	top: 16px;
	cursor: pointer;
  }
  
  .options-item_table {
	padding-left: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
  }
  
  .item-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
  }
  
  .checkbox-text {
	margin-left: 10px;
	font-size: 15px;
  }
  
  .item-price {
	font-size: 18px;
	font-weight: 600;
	-ms-flex-negative: 0;
	flex-shrink: 0;
  }
  
  input[type=checkbox]:checked,
  input[type=checkbox]:not(:checked) {
	position: absolute;
	left: -9999px;
  }
  
  input[type=checkbox]:checked + label,
  input[type=checkbox]:not(:checked) + label {
	display: inline-block;
	position: relative;
	padding-left: 40px;
	line-height: 20px;
	cursor: pointer;
  }
  
  input[type=checkbox]:checked + label:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 18px;
	height: 18px;
	border: 1px solid #a0cf11;
	background-color: #a0cf11;
  }
  
  input[type=checkbox]:not(:checked) + label:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 18px;
	height: 18px;
	border: 2px solid #d8d6d3;
	background-color: #ffffff;
  }
  
  input[type=checkbox]:checked + label:after,
  input[type=checkbox]:not(:checked) + label:after {
	content: "";
	position: absolute;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
  }
  
  input[type=checkbox]:checked + label:after,
  input[type=checkbox]:not(:checked) + label:after {
	left: 3px;
	top: 4px;
	width: 10px;
	height: 5px;
	border-radius: 3px;
	border-left: 4px solid #ffffff;
	border-bottom: 4px solid #ffffff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
  }
  
  .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
  }
  
  .info {
	width: 40%;
	float: left;
	padding-left: 20px;
  }
  
  .wrap__checkbox {
	margin-top: 20px;
  }
  
  .info__title {
	margin-bottom: 25px;
	color: #272727;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 5px;
  }
  
  .checkbox-btn {
	display: inline-block;
	margin: 0 5px 0 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
  }
  
  .checkbox-btn input[type=checkbox] {
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
  }
  
  .checkbox-btn span {
	display: inline-block;
	cursor: pointer;
	padding: 0px 10px;
	line-height: 30px;
	border-radius: 4px;
	-webkit-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	transition: background 0.2s ease;
  }
  
  .checkbox-btn input[type=checkbox]:checked + span {
	background: #bc9959;
  }
  
  .focused span {
	-webkit-box-shadow: 0 0 0 0.2rem #bc9959;
	box-shadow: 0 0 0 0.2rem #bc9959;
  }
  
  .checkbox-btn:hover {
	color: #d2c5ac;
  }
  
  .checkbox-btn input[type=checkbox]:active:not(:disabled) + span {
	background: #d2c5ac;
	color: #d2c5ac;
  }
  
  .checkbox__text {
	background: #bc9959;
	color: #ffffff;
	padding: 5px 10px;
	line-height: 30px;
	border-radius: 4px;
  }
  
  .wrap__price {
	padding-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-negative: 0;
	flex-shrink: 0;
  }
  
  .radio {
	margin: 5px 5px 10px 5px;
	height: 100%;
  }
  
  .radio-price {
	float: right;
	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: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-negative: 0;
	flex-shrink: 0;
  }
  
  .span-oldprice {
	padding-top: 5px;
	font-size: 14px;
	text-decoration: line-through;
	-ms-flex-negative: 0;
	flex-shrink: 0;
  }
  
  .radio__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
  }
  
  .radio-span {
	margin-left: 20px;
	padding: 3px 5px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
  }
  
  .radio-label:before {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
  }
  
  .radio input:checked + .radio__wrap .radio-span {
	background-color: #a0cf11;
	border-radius: 10px;
  }
  
  .radio input[type=radio]:checked + .radio-price {
	background-color: #a0cf11;
	border-radius: 10px;
  }
  
  .radio:hover .radio__wrap .radio-label:before {
	background-color: #a0cf11;
	-webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
	box-shadow: inset 0 0 0 4px #f4f4f4;
  }
  
  .radio:hover input[type=radio] + .radio__wrap .radio-label:before {
	background-color: #a0cf11;
	-webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
	box-shadow: inset 0 0 0 4px #f4f4f4;
  }
  
  .radio:hover .radio-span {
	background-color: #a0cf11;
	border-radius: 10px;
  }
  
  .radio input[type=radio] {
	position: absolute;
	opacity: 0;
  }
  
  .radio-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
  }
  
  .label-text {
	padding-top: 3px;
	width: 200px;
  }
  
  .radio .radio-label:before {
	content: "";
	background: #f4f4f4;
	border-radius: 100%;
	border: 2px solid #b4b4b4;
	display: inline-block;
	width: 20px;
	height: 20px;
	top: 0px;
	position: relative;
	margin-right: 10px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
  }
  
  .radio input[type=radio]:checked + .radio__wrap .radio-label:before {
	background-color: #a0cf11;
	-webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
	box-shadow: inset 0 0 0 4px #f4f4f4;
  }
  
  .radio input[type=radio]:focus + .radio__wrap .radio-label:before {
	background-color: #a0cf11;
	-webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
	box-shadow: inset 0 0 0 4px #f4f4f4;
  }
  
  .radio input[type=radio]:disabled + .radio-label:before {
	-webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
  }
  
  .radio input[type=radio] + .radio-label:empty:before {
	margin-right: 0;
  }
  
  .info__price {
	font-size: 30px;
	padding-bottom: 20px;
  }
  
  .info__radiobox {
	margin-top: 20px;
  }
  
  .btn-ent {
	padding: 10px;
	font-family: "Source Sans Pro", sans-serif;
	background-color: #a0cf11;
	color: #ffffff;
	border: none;
	border-radius: 5px;
  }
  
  .btn-print {
	margin-left: 20px;
	padding: 10px;
	font-family: "Source Sans Pro", sans-serif;
	background-color: #bc9959;
	color: #ffffff;
	border: none;
	border-radius: 5px;
  }

  .wrap__btn {
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
  }
  
  .sliders {
	width: 70%;
  }
  
  .sliders .swiper-container {
	width: 100%;
	height: 100%;
  }
  
  .str {
	position: relative;
	overflow: hidden;
	max-width: 100%;
  }
  
  .slider__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
  }
  
  .slider__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100px;
	margin-right: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
  }
  
  .slider__arrow {
	width: 50px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
  }
  
  .slider__prev,
  .slider__next {
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	height: 48px;
	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: #a0cf11;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 3;
  }
  
  .slider__prev:focus,
  .slider__next:focus {
	outline: none;
  }
  
  .slider__prev.swiper-button-lock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  
  .slider__next.swiper-button-lock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  
  .slider__prev.swiper-button-disabled {
	pointer-events: auto;
  }
  
  .slider__next.swiper-button-disabled {
	pointer-events: auto;
  }
  
  .slider__prev::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	margin-top: 7px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
  }
  
  .slider__next::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	margin-bottom: 7px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
  }
  
  .arrow {
	width: 30px;
	height: 30px;
	border-top: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	margin-right: 30px;
  }
  
  .slider__wrap-arrow-1 {
	position: absolute;
	bottom: 40%;
	left: 0;
	width: 50px;
	z-index: 1;
  }
  
  .slider__wrap-arrow {
	position: absolute;
	bottom: 40%;
	right: 0;
	width: 50px;
	z-index: 1;
  }
  
  .slider__prev-main,
  .slider__next-main {
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	height: 48px;
	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: #a0cf11;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  .slider__prev-main:focus,
  .slider__next-main:focus {
	outline: none;
  }
  
  .slider__prev-main::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	margin-top: 7px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
  }
  
  .slider__next-main::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	margin-bottom: 7px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
  }
  
  .slider__thumbs {
	height: 304px;
  }
  
  .slider__thumbs .slider__image {
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.5;
	cursor: pointer;
  }
  
  .slider__thumbs .slider__image:hover {
	opacity: 1;
  }
  
  .slider__thumbs .swiper-slide-thumb-active .slider__image {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
  }
  
  .slider__images {
	height: 404px;
  }
  
  .slider__image {
	width: 100%;
	height: 100%;
	overflow: hidden;
  }
  
  .slider__image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
  }
  
  .breadcrumbs li {
	font-size: 15px;
	color: #000000;
	opacity: 0.7;
  }
  
  .header .address {
	color: #FAB531;
	font-size: 15px;
	font-weight: 600;
  }
  
  .header .slogan {
	color: #FAB531;
	font-size: 14px;
	font-weight: 600;
  }
  
  .header .mail {
	font-size: 14px;
	font-weight: 400;
  }
  
  .radio__wrap:hover > .radio input[type=radio]:checked + .radio__wrap .radio-label:before {
	background-color: #a0cf11;
	-webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
	box-shadow: inset 0 0 0 4px #f4f4f4;
  }
  
  .element::-webkit-scrollbar {
	width: 0;
  }
  
  .element {
	-ms-overflow-style: none;
  }
  
  .element {
	overflow: -moz-scrollbars-none;
  }
  
  .tabs__caption {
	font-size: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	list-style-type: none;
  }
  
  .tabs__content {
	display: none;
  }
  
  .tabs__content.active {
	display: block;
  }
  
  .tabs__header {
	margin-bottom: 10px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	-ms-overflow-style: none;
	scrollbar-width: none;
  }
  
  .tabs__caption > li.active {
	color: #a0cf11;
	border-bottom: 1px solid #a0cf11;
  }
  
  .tabs__caption > li {
	padding-bottom: 5px;
	margin-left: 20px;
	cursor: pointer;
  }
  
  .tabs__caption > li:first-child {
	margin-left: 0px;
  }
  
  .tabs__caption > li:hover {
	color: #a0cf11;
	border-bottom: 1px solid #a0cf11;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
  }
  
  .type_project .item {
	padding: 2px;
	margin-bottom: 0px;
  }
  
  .type_project .item .pic {
	background-size: cover;
  }
  
  .specifications__wrap {
	padding-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
  }
  
  .specifications__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 20px;
  }
  
  .specifications__left {
	padding-right: 10px;
  }
  
  .specifications__text {
	max-width: 130px;
	padding: 0px 10px;
	font-size: 15px;
	color: #000000;
  }
  
  .specifications__size {
	width: 88px;
	font-size: 15px;
	font-weight: 600;
	color: #000000;
	text-align: end;
  }
  
  .modal__content {
	display: none;
	opacity: 0;
  }
  
  .modal__content.active {
	display: block;
	opacity: 1;
	-webkit-transition: all 2s linear;
	-o-transition: all 2s linear;
	transition: all 2s linear;
  }
  
  .modal__content-1 {
	display: none;
  }
  
  .modal__content-1.active {
	display: block;
  }
  
  .modal__content-2 {
	display: none;
  }
  
  .modal__content-2.active {
	display: block;
  }
  
  .map__modal {
	z-index: 1;
	border-radius: 10px;
	padding: 20px;
	position: absolute;
	top: 15%;
	left: 4%;
	overflow-y: scroll;
	max-height: 330px;
	width: 390px;
	background-color: #fff;
	border: 1px solid #000000;
  }
  
  /* ::-webkit-scrollbar {
	cursor:pointer;
  } */
  .modal__title {
	color: #2c2c28;
	font-size: 30px;
	margin: 10px;
  }
  
  .modal__tabs {
	padding: 10px;
	margin-bottom: 10px;
  }
  
  .modal__tabs-caption {
	font-size: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	list-style-type: none;
  }
  
  .modal__tabs-content {
	display: block;
  }
  
  .modal__tabs-content.active {
	display: block;
  }
  
  /* .modal__tabs-header{
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	-ms-overflow-style: none;
	scrollbar-width: none;
  } */
  .modal__tabs-caption > li.active {
	color: #bc9959;
	border-bottom: 1px solid #bc9959;
  }
  
  .modal__tabs-caption > li {
	padding-bottom: 5px;
	margin-left: 20px;
	cursor: pointer;
  }
  
  .modal__tabs-caption > li:first-child {
	margin-left: 0px;
  }
  
  .modal__search {
	position: relative;
	width: 100%;
	background-color: #b4b4b4;
	padding: 5px;
	color: #444444;
	border: none;
  }
  
  .logo {
	width: 100%;
	height: 100%;
  }
  
  .bottom .logo {
	margin-top: 10px;
  }
  
  .header .item:nth-child(1) {
	padding-top: 0px;
  }
  
  .bx-yandex-map {
	width: 100%;
	height: 100%;
  }
  
  .open__mark {
	margin-top: 10px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.2);
	border: 1px solid whitesmoke;
	color: #3c3f42;
	border: none;
	padding: 10px;
	border-radius: 5px;
	font-size: 13px;
	width: 100%;
	text-align: start;
  }
  
  .open__mark:hover {
	margin-top: 10px;
	cursor: pointer;
	background-color: #2c6e2f;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	font-size: 13px;
	width: 100%;
	text-align: start;
  }
  
  .open__mark:active {
	margin-top: 10px;
	cursor: pointer;
	background-color: #2c6e2f;
	color: #ffffff;
	border: none;
	padding: 10px;
	border-radius: 5px;
	font-size: 13px;
	width: 100%;
	text-align: start;
  }
  
  .open__mark:focus {
	margin-top: 10px;
	cursor: pointer;
	background-color: #2c6e2f;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	font-size: 13px;
	width: 100%;
	text-align: start;
  }
  
  .map__modal::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 10px;
	cursor: pointer;
  }
  
  .map__modal::-webkit-scrollbar-thumb {
	cursor: pointer;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  }
  
  .open__mark-1 {
	margin-top: 10px;
	cursor: pointer;
	background-color: #87b523;
	color: #fff;
	border: none;
	padding: 3px 5px;
	border-radius: 5px;
  }
  
  .open__mark-2 {
	margin-top: 10px;
	cursor: pointer;
	background-color: #87b523;
	color: #fff;
	border: none;
	padding: 3px 5px;
	border-radius: 5px;
  }
  
  .modal__slider {
	width: 237px;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
  }
  
  .modal__slider-col {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
	max-height: 200px;
  }
  
  .slider__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	height: 80px;
  }
  
  .modal__wrap {
	padding: 10px 0 10px;
  }
  
  .modal__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 0;
	margin-top: 10px;
	width: 90%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
	margin: 10px auto;
  }
  
  .slider__modal {
	padding-top: 7px;
	overflow: hidden;
	height: 80px;
	width: calc(100% - 34px);
	margin: 0 -12px;
  }
  
  .modal__images {
	height: 404px;
  }
  
  .modal__image {
	width: 100%;
	height: 100%;
	overflow: hidden;
  }
  
  .modal__image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
  }
  
  .modal-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	display: block;
  }
  
  .slider__modal__prev,
  .slider__modal__next {
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	height: 30px;
	width: 30px;
	z-index: 3;
	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: rgba(0, 0, 0, 0.2);
  }
  
  .slider__modal__prev:hover,
  .slider__modal__next:hover {
	background: #2c6e2f;
  }
  
  .slider__modal__prev::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	margin-left: 5px;
	margin-bottom: 0px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
  }
  
  .slider__modal__next::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	margin-right: 6px;
	margin-top: 0px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  
  .nav a {
	font-size: 17px;
  }
@media only screen and (max-width: 1260px) {
	.nav a {
		font-size: 15px;
	}
}
  
  .sticky .nav > li > a {
	font-size: 13px;
  }
  
  .inner.work.clearfix .nav li:hover > a {
	color: #2c6e2f !important;
  }
  
  .catalog .catalog_item {
	padding: 0 5px;
  }
  
  label {
	cursor: default;
	line-height: 20px;
  }
  
  @media (max-width: 1100px) {
	.wrap {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	}
	.info {
	  width: 100%;
	  padding-left: 0px;
	  padding-top: 20px;
	}
	.sliders {
	  width: 100%;
	}
	.group__arrow {
	  left: 98%;
	}
	.group__arrow.active {
	  left: 98%;
	}
	.group__arrow-2 {
	  left: 98%;
	}
	.group__arrow-2.active {
	  left: 98%;
	}
	.group__arrow-3 {
	  left: 98%;
	}
	.group__arrow-3.active {
	  left: 98%;
	}
	.group__header::before {
	  width: 89%;
	}
	.group__header-floor::before {
	  width: 89%;
	}
	.group__header-plan::before {
	  width: 89%;
	}
  }
  @media (max-width: 1100px) {
	.map__modal {
	  top: 54%;
	  left: 0%;
	  max-height: 330px;
	  width: 50%;
	}
	.slider__modal {
	  width: calc(100% - 94px);
	  margin: 0 12px;
	}
	.map {
	  margin-bottom: 50px;
	}
  }
  @media (max-width: 900px) {
	.wrap {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	}
	.info {
	  width: 100%;
	  padding-left: 0px;
	  padding-top: 20px;
	}
	.sliders {
	  width: 100%;
	}
	.group__header::before {
	  width: 85%;
	}
	.group__header-floor::before {
	  width: 85%;
	}
	.group__header-plan::before {
	  width: 85%;
	}
  }
  @media (max-width: 767.98px) {
	.slider__modal {
	  margin: 0 16px;
	  height: 100%;
	}
	.map {
	  height: 300px;
	}
	.map__modal {
	  top: 55%;
	  left: 0%;
	  max-height: 330px;
	  width: 100%;
	}
	.slider__flex {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: reverse;
	  -ms-flex-direction: column-reverse;
	  flex-direction: column-reverse;
	  margin: 0px;
	  padding-right: 0px;
	}
	.slider__col {
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: row;
	  flex-direction: row;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	  margin-right: 0;
	  margin-top: 10px;
	  width: 100%;
	}
	.slider__images {
	  width: 100%;
	  height: 100%;
	}
	.slider__thumbs {
	  height: 100px;
	  width: calc(100% - 96px);
	  margin: 0 16px;
	}
	.slider__prev,
	.slider__next {
	  height: 100px;
	}
	.slider__prev::after {
	  content: "";
	  width: 15px;
	  height: 15px;
	  border-top: 5px solid #ffffff;
	  border-right: 5px solid #ffffff;
	  margin-left: 10px;
	  margin-bottom: 5px;
	  -webkit-transform: rotate(-135deg);
	  -ms-transform: rotate(-135deg);
	  transform: rotate(-135deg);
	}
	.slider__next::after {
	  content: "";
	  width: 15px;
	  height: 15px;
	  border-top: 5px solid #ffffff;
	  border-right: 5px solid #ffffff;
	  margin-right: 10px;
	  margin-top: 10px;
	  -webkit-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	.slider__wrap-arrow {
	  display: none;
	}
	.slider__wrap-arrow-1 {
	  display: none;
	}
	.slider__arrow {
	  width: 50px;
	  height: 50px;
	  -webkit-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	.tabs__header {
	  overflow-x: auto;
	  overflow-y: hidden;
	  white-space: nowrap;
	  -ms-overflow-style: none;
	  scrollbar-width: none;
	}
	.group__header::before {
	  width: 79%;
	}
	.group__header-floor::before {
	  width: 79%;
	}
	.group__header-plan::before {
	  width: 79%;
	}
	.group__arrow {
	  left: 94%;
	}
	.group__arrow.active {
	  left: 94%;
	}
	.group__arrow-2 {
	  left: 94%;
	}
	.group__arrow-2.active {
	  left: 94%;
	}
	.group__arrow-3 {
	  left: 94%;
	}
	.group__arrow-3.active {
	  left: 94%;
	}
	.options-item_table {
	  padding-left: 20px;
	}
	.specifications__wrap {
	  padding-top: 15px;
	}
	.modal__col {
	  max-height: 130px;
	}
  }
  @media (max-width: 767.98px) and (max-width: 600px) {
	.group__header::before {
	  width: 75%;
	}
	.group__header-floor::before {
	  width: 75%;
	}
	.group__header-plan::before {
	  width: 75%;
	}
  }
  @media (max-width: 767.98px) and (max-width: 500px) {
	.group__header::before {
	  width: 73%;
	}
	.group__header-floor::before {
	  width: 73%;
	}
	.group__header-plan::before {
	  width: 73%;
	}
	.options-item_table {
	  padding-left: 0px;
	}
	.specifications__wrap {
	  padding-top: 10px;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	}
  }
  @media (max-width: 767.98px) and (max-width: 400px) {
	.group__header::before {
	  width: 66%;
	}
	.group__header-floor::before {
	  width: 66%;
	}
	.group__header-plan::before {
	  width: 66%;
	}
  }
  @media print {
	body {
	  -webkit-print-color-adjust: exact !important;
	  print-color-adjust: exact !important;
	}
	.header, .map__modal, .map, .breadcrumbs, .tabs, .slider__col, .profit, .description_good, .good_cols .clearfix, .order, .gallery, .content h2, .owl-carousel.owl-loaded, .ques, .footer .footer_type_2, .crp-button-up.round, .inner.work .clearfix, .good_cols, .wrap__btn, .right, .top, .popular .title_block, .slider__prev, .slider__next, .slider__wrap-arrow, .slider__wrap-arrow-1, .crp-button-up.round {
	  display: none;
	}
	.content .head {
	  margin-bottom: 0;
	}
	.radio input[type=radio]:checked + .radio__wrap .radio-label:before, .option-name::after, .option-name::before {
	  display: block;
	}
	.slider__flex {
	  width: 100vh;
	  height: 400px;
	  overflow: hidden;
	}
	.option-name::before {
	  content: "";
	  display: block;
	  position: absolute;
	  top: 5px;
	  left: 1px;
	  width: 18px;
	  height: 18px;
	  background: #a0cf11;
	  color: #a0cf11;
	}
	.option-name::after {
	  content: "";
	  display: block;
	  position: absolute;
	  top: 8px;
	  left: 4px;
	  width: 10px;
	  height: 5px;
	  border-left: 2px solid #fff;
	  border-bottom: 2px solid #fff;
	  -webkit-transform: rotate(-45deg);
	  -ms-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}
  }
  @media print and (orientation: landscape) {
	.header {
	  display: none;
	}
  }
  .catalog_item .pic {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  
  .detail_list {
	padding: 0px 0px;
  }
  
  .detail_list div {
	margin-top: 10px;
	margin-bottom: 10px;
  }
  
  .options-item_table.parilka {
	padding-left: 0;
  }
  
  .options-item_table.parilka label {
	padding-left: 35px;
  }
  
  .options-item_table.parilka .item-price {
	font-size: 16px;
	font-weight: normal;
  }
  
  .parilka.hid {
	display: none;
  }
  
  .options-item_table.dotted {
	padding-left: 0;
	margin-left: 20px;
	border-bottom: dotted 1px #C0C0C0;
	padding-bottom: 4px;
	width: 100%;
  }
  
  .options-item_table.dotted span:nth-of-type(1) {
	width: 30%;
	padding-right: 24px;
  }
  
  .options-item_table.dotted span:nth-of-type(2) {
	width: 70%;
  }
  
  .equipment_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 24px;
	padding: 20px 10px;
	background-color: #a0cf11;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
  }
  
  .equipment_header span:nth-of-type(1) {
	width: 30%;
	padding-left: 10px;
  }
  
  .equipment_header span:nth-of-type(2) {
	width: 70%;
	padding-left: 16px;
  }
  
  @media (max-width: 425px) {
	.equipment_header span:nth-of-type(1) {
	  width: 40%;
	}
	.equipment_header span:nth-of-type(2) {
	  width: 60%;
	}
	.options-item_table.dotted span:nth-of-type(2) {
	  min-width: 35%;
	}
	.options-item_table.dotted span:nth-of-type(2) {
	  min-width: 65%;
	}
  }
  .good .advantages .inner {
	padding-bottom: 50px;
  }
  
  /*----------------------------- 16.01.24 about-company -----------------------*/
  .about-company {
	margin-bottom: 40px;
  }
  
  .about-company p, .about-company span, .about-company li, .about-company b {
	font-weight: 400 !important;
	font-size: 18px !important;
  }
  
  .about-company__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
  }
  
  .about-company .arrow_2 {
	position: relative;
	width: 15px;
	height: 10px;
	margin: 20px auto;
	background: #4472C4;
	display: block;
  }
  
  .about-company .right-arrow {
	border: 10px solid transparent;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
  }
  
  .about-company .right-arrow {
	border-left: 10px solid #4472C4;
	border-right: none;
  }
  
  .about-company .right-arrow:hover {
	border-left: 10px solid #4472C4;
  }
  
  .about-company .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
  }
  
  .about-company .items .item {
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 33.333333%;
	text-align: center;
  }
  
  .about-company .items .item p {
	font-size: 18px;
	max-width: 200px;
  }
  
  .about-company .items .item strong {
	font-size: 26px;
	text-align: center;
	margin-bottom: 10px;
	display: inline-block;
  }
  
  .about-company .h3, .about-company h2 {
	font-weight: 600;
	margin-bottom: 40px;
  }
  
  .about-company .center {
	text-align: center;
  }
  
  @media screen and (max-width: 650px) {
	.about-company__wrap img {
	  width: 100%;
	}
  }
  .about-company__advantages {
	display: -ms-grid;
	display: grid;
	grid-gap: 30px;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 40px;
  }
  
  .about-company__advantages--item {
	text-align: center;
  }
  
  .about-company__advantages--item img {
	width: 100%;
	background-size: cover;
  }
  
  .about-company__advantages--item span {
	display: block;
	text-align: center;
	min-height: 70px;
	max-width: 80%;
	margin: 0 auto 10px;
  }
  
  @media screen and (max-width: 768px) {
	.about-company__advantages {
	  grid-gap: 10px;
	  -ms-grid-columns: (1fr)[2];
	  grid-template-columns: repeat(2, 1fr);
	}
  }
  @media screen and (max-width: 480px) {
	.about-company__advantages {
	  -ms-grid-columns: (1fr)[1];
	  grid-template-columns: repeat(1, 1fr);
	}
	.about-company__advantages img {
	  width: auto;
	}
  }
  .about-company__work {
	display: -ms-grid;
	display: grid;
	grid-gap: 20px;
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
	margin-bottom: 40px;
  }
  
  @media screen and (max-width: 768px) {
	.about-company__work {
	  -ms-grid-columns: (1fr)[4];
	  grid-template-columns: repeat(4, 1fr);
	}
  }
  @media screen and (max-width: 600px) {
	.about-company__work {
	  -ms-grid-columns: (1fr)[3];
	  grid-template-columns: repeat(3, 1fr);
	}
  }
  @media screen and (max-width: 480px) {
	.about-company__work {
	  -ms-grid-columns: (1fr)[2];
	  grid-template-columns: repeat(2, 1fr);
	}
  }
  .about-company__work--item {
	margin-bottom: 10px;
  }
  
  .about-company__work--item span {
	display: inline-block;
	margin-bottom: 10px;
	min-height: 50px;
  }
  
  .about-company__work img {
	height: auto;
	width: 100%;
  }
  
  .about-company__arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px;
  }
  
  .about-company__arrow li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
  }
  
  .about-company__arrow li > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 30px;
	margin-left: auto;
  }
  
  .about-company__principles {
	display: -ms-grid;
	display: grid;
	grid-gap: 20px;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 40px;
  }
  
  .about-company__principles--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;
  }
  
  .about-company__principles--item img {
	margin-bottom: 10px;
	width: 100%;
  }
  
  .about-company__principles--item span {
	text-align: center;
	max-width: 80%;
  }
  
  .about-company__principles b {
	display: block;
	margin-bottom: 10px;
  }
  
  @media screen and (max-width: 600px) {
	.about-company__principles {
	  grid-gap: 20px;
	  -ms-grid-columns: (1fr)[2];
	  grid-template-columns: repeat(2, 1fr);
	}
  }
  @media screen and (max-width: 480px) {
	.about-company__principles {
	  grid-gap: 20px;
	  -ms-grid-columns: (1fr)[1];
	  grid-template-columns: repeat(1, 1fr);
	}
	.about-company__principles--item img {
	  width: auto;
	}
  }
  .about-company__arrow li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
  }
  
  @media screen and (max-width: 1024px) {
	.about-company__arrow li {
	  -webkit-box-flex: 0;
	  -ms-flex-positive: 0;
	  flex-grow: 0;
	}
	.about-company__arrow li > div {
	  padding: 0 10px;
	}
  }
  /*========================= order-page =========================*/
  body .order-page {
	color: #272727;
	font-style: normal;
	font-family: "Source Sans Pro";
  }
  body .order-page .btn {
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
  }
  body .order-page p {
	margin-bottom: 0;
  }
  body .order-page__inner {
	counter-reset: item;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 40px 10px;
  }
  @media screen and (max-width: 1060px) {
	body .order-page__inner {
	  gap: 20px;
	}
  }
  body .order-page__item {
	border: 2px solid #FAB531;
	list-style-type: none;
	width: 50%;
	padding: 16px;
	border-radius: 40px;
	background: #F4F4F4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	gap: 30px;
  }
  body .order-page__item:before {
	content: "";
	display: inline-block;
	width: 190px;
	height: calc(50% + 40px);
	position: absolute;
	top: 50%;
  }
  body .order-page__item:last-child:before {
	display: none;
  }
  body .order-page__item:nth-child(2n+1):before {
	left: calc(100% + 5px);
	border-radius: 0px 40px 0px 0px;
	border-right: 3px dashed #FAB531;
	border-top: 3px dashed #FAB531;
  }
  body .order-page__item:nth-child(2n) {
	margin-left: auto;
  }
  body .order-page__item:nth-child(2n):before {
	right: calc(100% + 5px);
	border-radius: 40px 0px 0px 0px;
	border-left: 3px dashed #FAB531;
	border-top: 3px dashed #FAB531;
  }
  @media screen and (max-width: 1060px) {
	body .order-page__item {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  gap: 20px;
	}
  }
  @media screen and (max-width: 650px) {
	body .order-page__item {
	  border: 1px solid #FAB531;
	  width: 100%;
	  gap: 10px;
	}
	body .order-page__item::before {
	  display: none;
	}
  }
  body .order-page__item--green {
	background: #87B523;
	border: 2px solid transparent;
  }
  @media screen and (max-width: 1060px) {
	body .order-page__item--green {
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: row;
	  flex-direction: row;
	}
  }
  body .order-page__number {
	border: 1px solid #FAB531;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 60px;
	background: #FFF;
	width: 70px;
	height: 70px;
  }
  @media screen and (min-width: 649px) {
	body .order-page__number {
	  border: 2px solid #FAB531;
	}
  }
  body .order-page__number:before {
	content: counter(item, decimal-leading-zero);
	counter-increment: item;
	color: #87B523;
	font-family: "Source Sans Pro";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
  }
  @media screen and (max-width: 1060px) {
	body .order-page__number {
	  width: 100%;
	  height: auto;
	  padding: 10px 20px;
	  border-radius: 40px;
	}
	body .order-page__number:before {
	  font-size: 24px;
	}
  }
  body .order-page__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 12px;
  }
  @media screen and (max-width: 1060px) {
	body .order-page__content {
	  text-align: center;
	}
  }
  body .order-page__title {
	font-size: 24px;
	font-weight: 600;
  }
  body .order-page__title--white {
	color: #FFF;
  }
  @media screen and (max-width: 1060px) {
	body .order-page__title--white {
	  text-align: left;
	}
  }
  @media screen and (max-width: 650px) {
	body .order-page__title {
	  width: 92%;
	  margin: 0 auto;
	}
  }
  body .order-page__text {
	font-size: 15px;
	font-weight: 400;
	line-height: 130%;
	padding-right: 5px;
  }
  @media screen and (max-width: 1060px) {
	body .order-page__text {
	  padding-right: 0;
	}
  }
  body .order-page__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
  
  }
  @media screen and (max-width: 1060px) {
	body .order-page__buttons {
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  justify-content: center;
	}
  }
  body .order-page__img {
	  border: 1px solid transparent;
	width: 70px;
	height: 70px;
  }
  body .order-page__img::before {
	display: none;
  }
  body .order-page__star {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 7px;
  }
  .catalog{
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
  }
  .catalog .catalog_item{
	padding: 10px;
	margin-bottom: 0;
  }
  .catalog_item a{
	height: 100%;
	display: flex !important;
	flex-direction: column;
  }
  .catalog_item .pic{
	flex-shrink: 0;
  }
  .catalog_item .description{
	height: 100%;
  }
  .catalog_item .description.full .top{
	height: 100% !important;
  }
  /*# sourceMappingURL=main.css.map */
  
 .banners-content .maxwidth-banner {
	background-size: cover !important;
  }

  .tabs .options-item_table {
	gap: 10px;
}

.tabs .options-item_table.dotted span:nth-of-type(1) {
	padding-right: 0;
}

.tabs .options-group {
	overflow: hidden;
}

@media (max-width: 480px){
	.info .specifications__left {
		padding-right: 0;
  }
}

  @media (max-width: 414px){
	.tabs .options-item_table {
		flex-wrap: wrap;
	}
	.tabs .options-item_table.dotted span:nth-of-type(1) {
		width: 100%;
  }
  .info .radio-span {
		margin-left: 0px;
	}
	.info .radio-label {
		flex-direction: column;
  }
  .info .radio__wrap {
		flex-wrap: wrap;
		gap: 10px;
	}
	.info .radio-span {
		font-weight: 700;
	}
  }



/*========================= delivery-page =========================*/

body .delivery-page {
	color: #272727;
	font-style: normal;
	font-family: "Source Sans Pro";
}


/*========================= product-card =========================*/

.card_foot{
	position: relative;
}

.card_foot .btn {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 10px;
	border-radius: 10px;
	padding: 10px;
}
@media (max-width: 1160px) {
	.card_foot .btn {
		font-size: 10px;
		padding: 8px;
	}
}

@media (max-width: 1120px) {
	.card_foot .btn {
		font-size: 9px;
		padding: 8px;
	}
}
@media (max-width: 1095px) {
	.card_foot .btn {
		font-size: 8px;
		padding: 7px;
	}
}
@media (max-width: 1070px) {
	.card_foot .btn {
		right: 3px;

	}
}

@media (max-width: 1040px) {
	.card_foot .btn {
		font-size: 7px;
		padding: 6px;
	}
}

@media (max-width: 1000px) {
	.card_foot .btn {
		font-size: 6px;
		padding: 5px;
	}
}

@media (max-width: 991px) {
	.card_foot .btn {
		right: 10px;
		font-size: 10px;
		padding: 10px;
	}
}

@media (max-width: 856px) {
	.card_foot .btn {
		right: 10px;
		font-size: 9px;
		padding: 9px;
	}
}

@media (max-width: 856px) {
	.card_foot .btn {
		right: 5px;

	}
}

@media (max-width: 805px) {
	.card_foot .btn {
		font-size: 8px;
		padding: 8px;

	}
}

@media (max-width: 785px) {
	.card_foot .btn {
		font-size: 7px;
		padding: 7px;
		right: 3px;
	}
}

@media (max-width: 767px) {
	.card_foot .btn {
		right: 10px;
		font-size: 10px;
		padding: 10px;
	}
}

@media (max-width: 580px) {
	.card_foot .btn {
		right: 5px;
		font-size: 10px;
		padding: 10px;
	}
}

@media (max-width: 580px) {
	.card_foot .btn {
		font-size: 9px;
		padding: 9px;
	}
}

@media (max-width: 545px) {
	.card_foot .btn {
		font-size: 8px;
		padding: 8px;
	}
}

@media (max-width: 524px) {
	.card_foot .btn {
		font-size: 7px;
		padding: 7px;
	}
}

@media (max-width: 505px) {
	.card_foot .btn {

			right: 3px;
			font-size: 6px;
			padding: 6px;

	}
}

@media (max-width: 480px) {
	.card_foot .btn {

		bottom: 10px;
		right: 10px;
		font-size: 12px;
		border-radius: 16px;
		padding: 12px;

	}
}
