body {
	background: #ffffff;
	font-family: Montserrat, sans-serif;
	font-size: 19px;
	color: black;
	line-height: 1.68em;
	min-width: 320px;
}

/* =========header========= */
.header {
	padding: 30px 0;
	position: relative;
}
.header-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;
}
.header-menu {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1em;
}
.header-menu li {
	margin-right: 35px;
}
.header-menu li:last-child {
	margin-right: 0;
}
.header-menu a {
	display: inline-block;
	color: black;
	font-family: Montserrat;
	font-size: 19px;
	font-weight: 400;
	line-height: 1em;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.header-menu a:hover {
	color: #e77811;
}
.header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-gumb {
	display: none;
}
.header-contacts {
	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;
}
.header__tel {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: black;
	font-family: Montserrat;
	font-size: 28px;
	font-weight: 600;
	line-height: 1em;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.header__tel img {
	display: inline-block;
	width: 30px;
	margin-right: 35px;
}
.header__tel:hover {
	color: #e77811;
}
.header__mail {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 5px;
	color: black;
	font-family: Montserrat;
	font-size: 19px;
	font-weight: 400;
	line-height: 1em;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.header__mail img {
	display: inline-block;
	width: 17px;
	margin-right: 15px;
}
.header__mail:hover {
	color: #a1a1a1;
}
.header-logo {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 32px;
	width: 230px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.header-logo::before {
	display: block;
	position: absolute;
	content: '';
	z-index: 0;
	width: 205%;
	height: 73.5%;
	background: url('../img/header-logo_bg.png') no-repeat center / 100% 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	top: 70px;
}
.header-logo img {
	width: 100%;
	position: relative;
	z-index: 1;
}
.header-logo__desc {
	display: inline-block;
}
.header-logo__mob {
	display: none;
}
/* =========welcome========= */
.welcome {
	background: url('../img/welcome_bg.jpg') no-repeat center / cover;
	padding: 200px 0 160px;
	text-align: center;
	overflow: hidden;
}
.welcome-cont {
	max-width: 940px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.welcome__title {
	color: #ebecec;
	font-family: Montserrat;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.59em;
	margin-bottom: 45px;
	display: inline-block;
	position: relative;
	text-shadow: 0px 16px 4px rgba(0, 0, 0, 0.6);
}
.welcome__title::before {
	display: block;
	position: absolute;
	content: '';
	width: 37px;
	height: 120%;
	border-style: solid;
	border-width: 3px;
	border-color: transparent;
	border-left-color: #e77811;
	border-top-color: #e77811;
	border-bottom-color: #e77811;
	right: calc(100% + 10px);
	top: 0;
}
.welcome__title::after {
	display: block;
	position: absolute;
	content: '';
	width: 37px;
	height: 120%;
	border-style: solid;
	border-width: 3px;
	border-color: transparent;
	border-right-color: #e77811;
	border-top-color: #e77811;
	border-bottom-color: #e77811;
	left: calc(100% + 10px);
	top: 0;
}
.welcome__text {
	max-width: 800px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	color: #fefefe;
	font-family: Montserrat;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.8em;
	text-shadow: 0px 10px 4px rgba(0, 0, 0, 0.6);
}
.btn_welcome {
	min-width: 320px;
	margin-top: 60px;
}
.btn_welcome img {
	display: inline-block;
	width: 21px;
	margin-left: 45px;
}
/* =========about========= */
.about {
	padding: 100px 0 70px;
}
.about-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.about-left {
	width: 57.1%;
}
.about-right {
	width: 36%;
}
.global-video {
	width: 100%;
	cursor: pointer;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.global-video::after {
	display: block;
	content: '';
	padding-top: 59.37%;
}
.video-wrap {
	width: 100%;
	position: relative;
}
.video-wrap::after {
	display: block;
	content: '';
	padding-top: 56.25%;
}
.video-wrap iframe {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	left: 0;
}
.rutube-embed {
	position: absolute;
	inset: 0;
}
.rutube-embed iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}
.rutube-link {
	position: absolute;
	inset: 0;
	display: block;
	background: #122228;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	border: 0;
	padding: 0;
	cursor: pointer;
	transition: border-color 0.25s, box-shadow 0.25s;
	overflow: hidden;
}
.rutube-link:hover, .rutube-link:focus {
	box-shadow: none;
	color: #fff;
	text-decoration: none;
	outline: none;
}
.rutube-poster {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.rutube-link__overlay {
	position: absolute;
	inset: 0;
	background: rgba(18, 34, 40, 0.38);
	transition: background-color 0.25s;
}
.rutube-link__content {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 18px;
	color: #fff;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
}
.rutube-play-icon {
	width: 68px;
	height: 68px;
	padding: 20px;
	border-radius: 50%;
	background: #e77811;
	box-shadow: 0 8px 22px rgba(231, 120, 17, 0.28);
	object-fit: contain;
	transition: transform 0.25s, box-shadow 0.25s;
}
.rutube-link:hover .rutube-link__overlay, .rutube-link:focus .rutube-link__overlay {
	background: rgba(18, 34, 40, 0.25);
}
.rutube-link:hover .rutube-play-icon, .rutube-link:focus .rutube-play-icon {
	transform: translateY(-2px);
	box-shadow: 0 10px 26px rgba(231, 120, 17, 0.38);
}
.global-video-cont {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	width: 100%;
	height: 100%;
}
.global-video.active .global-video-cont {
	z-index: 2;
	opacity: 1;
}
.global-video__icon {
	display: inline-block;
	width: 75px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.global-video__corner {
	display: inline-block;
	position: absolute;
	width: 15.5%;
	max-width: 123px;
	max-height: 296px;
}
.global-video__corner-left {
	left: 5px;
	top: 5px;
}
.global-video__corner-right {
	right: -5px;
	bottom: -5px;
}
.global-title {
	margin-bottom: 50px;
	color: #122228;
	font-family: Montserrat;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.2em;
}
.global-title img {
	display: block;
	width: 94px;
	margin-top: 20px;
}
.about strong {
	font-weight: 600;
}
.about-right p {
	margin-bottom: 30px;
}
.about-right p:last-child {
	margin-bottom: 0;
}
/* =========advantages========= */
.advantages {
	padding: 100px 0 170px;
	background: url('../img/advantages_bg.jpg') no-repeat center top / 100%;
}
.advantage__text {
	font-weight: 500;
}
.advantages .global-title {
	margin-bottom: 130px;
	text-align: center;
}
.global-title_center {
	text-align: center;
}
.global-title_center img {
	margin-right: auto;
	margin-left: auto;
}
.advantages .global-title img {
	margin-right: auto;
	margin-left: auto;
}
.advantages-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-right: -10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.advantage {
	width: calc(33.33% - 20px);
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
	background: #fff;
	border: 2px solid #f7c200;
	position: relative;
	padding: 95px 35px 55px;
	-webkit-box-shadow: 0 25px 35px rgba(0, 0, 0, 0.1);
	box-shadow: 0 25px 35px rgba(0, 0, 0, 0.1);
}
.advantage__icon {
	position: absolute;
	left: 35px;
	width: 82px;
	height: 82px;
	background-color: #e77811;
	top: -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;
}
.advantage__icon img {
	display: inline-block;
	width: 44px;
}
.advantage__title {
	color: #2b2a29;
	font-family: Montserrat;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.32em;
	margin-bottom: 30px;
}
/* =========products========= */
.products {
	background: #656e73 url('../img/products_bg.jpg') no-repeat center top / 100%;
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}
.products::after {
	display: block;
	position: absolute;
	content: '';
	border-style: solid;
	border-width: 12px 15px 0 15px;
	border-color: #fff transparent transparent transparent;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.products .global-title {
	color: #fefefe;
	margin-bottom: 100px;
}
.products-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% + 60px);
	margin-left: -30px;
	margin-right: -30px;
}
.product {
	width: calc(33.333% - 60px);
	margin-right: 30px;
	margin-left: 30px;
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #fff;
	padding: 0 30px 35px;
	margin-bottom: 60px;
}
.product-top {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.product-slider {
	position: relative;
	width: calc(100% + 60px);
	margin-right: -30px;
	margin-left: -30px;
	margin-bottom: 20px;
}
.product-slider .swiper {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / 0.87;
}
.product-slider .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.product-slider .swiper-slide {
	position: absolute;
	top: 0;
	left: 0;
	display: block !important;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease;
}
.product-slider .swiper-slide.izdelka-slide-active {
	opacity: 1;
	visibility: visible;
}
.product__swipe {
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.product__swipe::after {
	display: block;
	content: '';
	padding-top: 87%;
}
.product-slider__arrow::after {
	display: none;
}
.product-slider__arrow {
	top: 50%;
	margin-top: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 48px;
	padding: 0 15px;
	z-index: 10;
	cursor: pointer;
	pointer-events: auto;
}
.product-slider__arrow img {
	display: inline-block;
	width: 100%;
}
.product-slider__arrow.swiper-button-prev {
	left: 0;
}
.product-slider__arrow.swiper-button-next {
	right: 0;
}
.product__title {
	color: #2b2a29;
	font-family: Montserrat;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.38em;
	height: 2.76em;
	min-height: 2.76em;
	margin-bottom: 0;
	overflow: hidden;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 2.76em;
	flex: 0 0 2.76em;
}
.product-middle {
	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;
	flex: 1;
}
.product .product-text {
    margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	line-clamp: 4;
	box-orient: vertical;
	min-height: 6.72em;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 6.72em;
	flex: 0 0 6.72em;
}
.product-text {
	font-weight: 500;
}
.product-text p {
	margin-bottom: 20px;
}
.product-text p:last-child {
	margin-bottom: 0;
}
.product__price {
	color: #e77811;
	font-family: Montserrat;
	font-size: 29px;
	font-weight: 700;
	line-height: 1em;
	margin-top: 20px;
	min-height: 1em;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 1em;
	flex: 0 0 1em;
}
.product-bottom {
	width: 100%;
	margin-top: 35px;
}
.btn_product {
	width: 100%;
}
.btn_product img {
	display: inline-block;
	width: 14px;
	margin-left: 20px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 0.2;
}
.modal-product .modal-dialog {
	max-width: 1167px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 0;
}
.modal-product .modal-content {
	border: none;
	border-radius: 0;
}
.modal-product .modal-body {
	padding: 65px 55px 55px;
	position: relative;
}
.modal-product .close {
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: 1;
	width: 33px;
}
.modal-product .close img {
	display: inline-block;
	width: 100%;
}
.modal-product-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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: 40px;
}
.modal-product-left {
	width: 52.5%;
}
.modal-product .product-slider {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	border: 2px solid #f0f1f1;
	margin-bottom: 0;
}
.modal-product .product-slider .swiper {
	aspect-ratio: 1 / 1;
}
.modal-product .product__swipe::after {
	padding-top: 100%;
}
.modal-product-right {
	width: 39.7%;
}
.btn_modal-product {
	min-width: 300px;
	margin-top: 40px;
}
.modal-product-row {
	margin-bottom: 45px;
}
.modal-product-table {
	max-width: 825px;
	width: 100%;
}
.modal-product-table table {
	width: 100%;
}
.modal-product-table table td {
	vertical-align: top;
	font-weight: 500;
	border-bottom: 2px solid #eff0f0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
}
.modal-product-table table tr:last-child td {
	border-bottom: none;
}
.modal-product__close {
	color: #727271;
	line-height: 1em;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.modal-product__close:hover {
	color: #000;
}
.modal-product-line {
	width: 100%;
	height: 10px;
	background: -webkit-gradient(linear,  left top, right top,  from(rgba(243,176,4,1)),color-stop(25%, rgba(238,154,9,1)),color-stop(75%, rgba(231,120,17,1)),to(rgba(231,120,17,1)));
	background: linear-gradient(to right,  rgba(243,176,4,1) 0%,rgba(238,154,9,1) 25%,rgba(231,120,17,1) 75%,rgba(231,120,17,1) 100%);
}
.modal-video .modal-dialog {
	width: 100%;
	max-width: none;
	height: 100%;
	margin: 0;
}
.modal-video .modal-content {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 0;
	background: #000;
}
.modal-video .modal-body {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
}
.modal-video-frame {
	position: relative;
	width: 100%;
	height: 100%;
	background: #000;
}
.modal-video-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.modal-video .close {
	position: fixed;
	top: 12px;
	right: 16px;
	z-index: 2;
	width: 36px;
	height: 36px;
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	line-height: 30px;
	text-shadow: 0 1px 3px #000;
	opacity: 1;
}
/* =========contacts========= */
.contacts {
	padding: 125px 0 215px;
}
.contacts-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.contacts-left {
	width: 51.4%;
}
.contacts-right {
	width: 44.64%;
}
.contacts-logo {
	display: inline-block;
	width: 387px;
	margin-bottom: 45px;
}
.contacts-logo img {
	display: inline-block;
	width: 100%;
}
.contacts__list {
	margin-bottom: 58px;
	padding: 0;
}
.contacts__list li {
	margin-bottom: 5px;
}
.contacts__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	line-height: 1em;
}
a.contacts__item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.contacts__item img {
	display: inline-block;
	width: 18px;
	margin-right: 20px;
	margin-top: 14px;
}
.contacts__item span {
	display: inline-block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: black;
	font-family: Montserrat;
	font-size: 21px;
	font-weight: 500;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
	line-height: 2em;
}
a.contacts__item:hover span {
	color: #ec9646;
}
.contacts-left__title {
	color: black;
	font-family: Montserrat;
	font-size: 33px;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 30px;
}
.contacts__list-diller {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.contacts__list-diller li {
	margin-right: 35px;
}
.contacts__list-diller li:last-child {
	margin-right: 0;
}
.btn_contacts {
	min-width: 255px;
	margin-top: 50px;
}
.contacts-right__title {
	color: #2b2a29;
	font-family: Montserrat;
	font-size: 38px;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 40px;
}
.form__item {
	width: 100%;
	margin-bottom: 30px;
}
.form-field-error {
	display: none;
	margin: 0 0 6px;
	color: #c62828;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.35;
}
.form-field-error.is-visible {
	display: block;
}
.global-input, .global-textarea {
	width: 100%;
	border: 1px solid transparent;
	height: 55px;
	border-radius: 5px;
	background: #e3e3e3;
	padding-left: 25px;
	color: #2b2a29;
	font-family: Montserrat;
}
.global-input.is-invalid {
	border-color: #d32f2f;
	background: #e3e3e3;
}
.global-input::-webkit-input-placeholder {color: #2b2a29;opacity: 1;}
.global-input::-moz-placeholder 			{color: #2b2a29;opacity: 1;}
.global-input:-moz-placeholder 			{color: #2b2a29;opacity: 1;}
.global-input:-ms-input-placeholder 		{color: #2b2a29;opacity: 1;}
.global-textarea {
	height: 255px;
	padding-top: 10px;
}
.global-textarea::-webkit-input-placeholder {color: #2b2a29;opacity: 1;}
.global-textarea::-moz-placeholder 			{color: #2b2a29;opacity: 1;}
.global-textarea:-moz-placeholder 			{color: #2b2a29;opacity: 1;}
.global-textarea:-ms-input-placeholder 		{color: #2b2a29;opacity: 1;}
.form__text {
	color: #898989;
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 400;
}
.btn_form {
	width: 100%;
	margin-top: 30px;
}
.btn_form img {
	display: inline-block;
	width: 16px;
	margin-left: 25px;
}
/* =========footer========= */
.footer {
	background: url('../img/footer_bg.jpg') no-repeat center / cover;
	padding: 55px 0;
}
.footer-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;
}
.footer__text {
	color: #727271;
	font-family: Montserrat;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.47em;
}
.error {
	color: red;
}
.success {
	color: green;
}
.error, .success {
	display: none;
	margin-top: 15px;
	margin-bottom: 0;
}
.btn_product2 {
	width: 100%;
	margin-bottom: 35px;
}
.btn_product2 img {
	display: inline-block;
	width: 27px;
	margin-left: 20px;
}
.header__tg {
	display: inline-block;
	width: 30px;
	margin-right: 25px;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.header__tg:hover {
	opacity: 0.8;
}
.header__tg img {
	display: inline-block;
	width: 100%;
}
.welcome_gallery {
	padding: 170px 0 110px;
	background-position: center top;
}
.welcome_gallery .welcome__title {
	margin: 0;
}
.welcome_gallery .welcome__title::before, .welcome_gallery .welcome__title::after {
	display: none;
}
.gallery {
	padding-bottom: 0;
}
.gallery-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0,1fr))[2];
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 100px;
}
.gallery-item-video {
	position: relative;
	margin-bottom: 25px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.gallery-item-video::after {
	display: block;
	content: '';
	padding-top: 56.25%;
}
.gallery-item-video iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gallery-item .product__title {
	margin-bottom: 0;
}
.dillers a {
	color: #000;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.dillers a:hover {
	color: #ec9646;
}

.btn_form:disabled {
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none;
}


/*Extra large devices (large desktops, 1430px and up) */
@media (max-width: 1429.5px) { 
	/* =========header========= */
	body {
		font-size: 17px;
	}
	.header-menu a {
		font-size: 17px;
	}
	.header-menu li {
		margin-right: 20px;
	}
	.header__tel {
		font-size: 21px;
	}
	.header__tel img {
		width: 20px;
		margin-right: 15px;
	}
	.header__mail {
		margin-top: 10px;
		font-size: 17px;
	}
	.header__mail img {
		width: 15px;
		margin-right: 10px;
	}
	.header-logo {
		top: 20px;
		width: 160px;
	}
	/* =========welcome========= */
	.welcome {
		padding: 160px 0 120px;
	}
	.welcome__title {
		font-size: 36px;
		margin-bottom: 35px;
	}
	.welcome__text {
		font-size: 19px;
	}
	.btn_orange, .btn_orange-transparent, .btn_grey {
		font-size: 16px;
		min-height: 55px;
	}
	.btn_welcome {
		min-width: 300px;
		margin-top: 45px;
	}
	.btn_welcome img {
		width: 18px;
		margin-left: 30px;
	}
	/* =========about========= */
	.global-title {
		margin-bottom: 30px;
		font-size: 31px;
	}
	.global-title img {
		width: 80px;
		margin-top: 15px;
	}
	.about-right p {
		margin-bottom: 25px;
	}
	.about-right {
		width: 38%;
	}
	.about {
		padding: 70px 0;
	}
	/* =========advantages========= */
	.advantages {
		padding: 75px 0 100px;
	}
	.advantages .global-title {
		margin-bottom: 100px;
	}
	.advantage__icon {
		width: 60px;
		height: 60px;
		top: -30px;
		left: 20px;
	}
	.advantage__icon img {
		width: 30px;
	}
	.advantage {
		padding: 60px 20px 40px;
	}
	.advantage__title {
		font-size: 21px;
		margin-bottom: 20px;
	}
	/* =========products========= */
	.products {
		padding: 70px 0;
	}
	.products .global-title {
		margin-bottom: 70px;
	}
	.products-wrap {
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
	}
	.product {
		width: calc(33.333% - 30px);
		margin-right: 15px;
		margin-left: 15px;
		padding: 0 15px 20px;
		margin-bottom: 40px;
	}
	.product-slider {
		width: calc(100% + 30px);
		margin-right: -15px;
		margin-left: -15px;
		margin-bottom: 15px;
	}
	.product__title {
		font-size: 19px;
		margin-bottom: 0px;
	}
	.product-text p {
		margin-bottom: 15px;
	}
	.product__price {
		font-size: 26px;
	}
	/* =========contacts========= */
	.contacts {
		padding: 80px 0 100px;
	}
	.contacts-logo {
		width: 310px;
		margin-bottom: 25px;
	}
	.contacts__item span {
		font-size: 19px;
	}
	.contacts__item img {
		width: 16px;
		margin-right: 15px;
		margin-top: 12px;
	}
	.contacts__list {
		margin-bottom: 50px;
	}
	.contacts-left__title {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.btn_contacts {
		min-width: 220px;
		margin-top: 30px;
	}
	.contacts-right__title {
		font-size: 31px;
		margin-bottom: 25px;
	}
	.global-input, .global-textarea {
		height: 50px;
		padding-left: 15px;
	}
	.global-textarea {
		height: 200px;
	}
	.form__item {
		margin-bottom: 20px;
	}
	.form__text {
		font-size: 14px;
		line-height: 1.5em;
	}
	.btn_form {
		margin-top: 20px;
	}
	/* =========footer========= */
	.footer {
		padding: 40px 0;
	}
	.footer__text {
		font-size: 15px;
	}
	.btn_product2 {
		margin-bottom: 25px;
	}
	.btn_product2 img {
		width: 24px;
	}
	.header__tg {
		width: 20px;
		margin-right: 20px;
	}
	.welcome_gallery {
		padding: 110px 0 90px;
	}
	.gallery-wrap {
		gap: 50px;
	}

}

/*Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.5px) { 
	/* =========header========= */
	body {
		font-size: 15px;
	}
	.header-menu {
		display: none;
	}
	.header-logo {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: 230px;
	}
	.header-logo::before {
		display: none;
	}
	.header-logo__desc {
		display: none;
	}
	.header-logo__mob {
		display: inline-block;
	}
	.header__tel {
		font-size: 19px;
	}
	.header__mail {
		font-size: 15px;
		margin-top: 15px;
	}
	.header-gumb {
		display: none;
	}
	.header-gumb span {
		display: block;
		width: 45px;
		height: 4px;
		background: #000;
		margin-bottom: 10px;
	}
	.header-gumb span:last-child {
		margin-bottom: 0;
	}
	.header-mob {
		display: none;
		position: fixed;
		z-index: 10000;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: #fff;
	}
	.body-hidden {
		overflow: auto;
	}
	.header-mob-body {
		padding: 0 15px;
		overflow: auto;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
	.header-mob-top {
		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;
		padding: 30px 0;
	}
	.header-mob-close {
		display: inline-block;
		width: 40px;
		line-height: 1em;
	}
	.header-mob-close img {
		display: inline-block;
		width: 100%;
	}
	.header-mob-bottom {
		padding: 30px 0;
	}
	.header-mob__menu {
		padding: 0;
		margin: 0;
	}
	.header-mob__menu a {
		display: block;
		padding: 10px 0 10px 25px;
		font-size: 19px;
		color: #000;
		font-weight: 500;
		position: relative;
	}
	.header-mob__menu a::before {
		display: block;
		position: absolute;
		content: '';
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background-color: #000;
		left: 0;
		top: 20px;
	}
	/* =========welcome========= */
	.welcome {
		padding: 91px 0 80px;
	}
	.welcome__title {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.welcome__title::before, .welcome__title::after {
		width: 25px;
		height: 110%;
	}
	.welcome__text {
		font-size: 17px;
	}
	.btn_orange, .btn_orange-transparent, .btn_grey {
		font-size: 14px;
		min-height: 50px;
	}
	.btn_welcome {
		min-width: 260px;
		margin-top: 40px;
	}
	.btn_welcome img {
		width: 16px;
		margin-left: 20px;
	}
	.btn_orange-border::after {
		width: calc(100% + 10px);
		height: calc(100% + 10px);
		top: -5px;
		left: -5px;
	}
	.welcome-cont {
		max-width: 660px;
	}
	/* =========about========= */
	.global-video__icon {
		width: 50px;
	}
	.about {
		padding: 50px 0;
	}
	.about-left {
		width: 50%;
	}
	.about-right {
		width: 46%;
	}
	.global-title {
		margin-bottom: 25px;
		font-size: 26px;
	}
	.global-title img {
		width: 60px;
		margin-top: 10px;
	}
	.about-right p {
		margin-bottom: 15px;
	}
	/* =========advantages========= */
	.advantages {
		padding: 60px 0 0;
	}
	.advantages .global-title {
		margin-bottom: 80px;
	}
	.advantage {
		padding: 60px 20px 40px;
		width: calc(50% - 20px);
		margin-bottom: 60px;
	}
	.advantage__title {
		font-size: 18px;
		margin-bottom: 15px;
	}
	/* =========products========= */
	.products {
		padding: 50px 0;
	}
	.products .global-title {
		margin-bottom: 50px;
	}
	.products::after {
		border-width: 8px 12px 0 12px;
	}
	.products-wrap {
		width: calc(100% + 20px);
		margin-left: -10px;
		margin-right: -10px;
	}
	.product {
		width: calc(50% - 20px);
		margin-right: 10px;
		margin-left: 10px;
		margin-bottom: 30px;
	}
	.modal-product .close {
		top: 10px;
		right: 10px;
		width: 28px;
	}
	.modal-product .modal-body {
		padding: 50px 25px 20px;
	}
	.modal-product-right {
		width: 43.7%;
	}
	.btn_modal-product {
		min-width: 245px;
		margin-top: 20px;
	}
	.modal-product-wrap {
		margin-bottom: 25px;
	}
	.modal-product-row {
		margin-bottom: 25px;
	}
	.modal-product-line {
		height: 5px;
	}
	/* =========contacts========= */
	.global-textarea {
		height: 170px;
	}
	.contacts {
		padding: 60px 0 80px;
	}
	.contacts-logo {
		width: 255px;
		margin-bottom: 20px;
	}
	.contacts__item span {
		font-size: 15px;
	}
	.contacts__item img {
		width: 12px;
		margin-right: 10px;
		margin-top: 11px;
	}
	.contacts__list {
		margin-bottom: 30px;
	}
	.contacts-left__title {
		font-size: 21px;
		margin-bottom: 15px;
	}
	.contacts__list-diller {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.btn_contacts {
		min-width: 195px;
		margin-top: 20px;
	}
	.contacts-left {
		width: 47.4%;
	}
	.contacts-right {
		width: 49.64%;
	}
	.contacts-right__title {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.global-input {
		height: 45px;
	}
	.global-textarea {
		height: 150px;
	}
	.form__item {
		margin-bottom: 15px;
	}
	/* =========footer========= */
	.footer {
		padding: 30px 0;
	}
	.footer__text {
		font-size: 14px;
	}
	.btn_product2 {
		margin-bottom: 15px;
	}
	.btn_product2 img {
		width: 20px;
		margin-left: 15px;
	}
	.welcome_gallery {
		padding: 60px 0 60px;
	}
	.gallery-wrap {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		row-gap: 50px;
	}

}

/*Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
	/* =========header========= */
	body {
		font-size: 14px;
	}
	input, textarea, select,
	.global-input, .global-textarea,
	.cart-item__qty-val {
		font-size: 16px;
	}
	.header {
		padding: 20px 0;
	}
	.header-contacts {
		-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;
	}
	.header__tel {
		width: 25px;
	}
	.header__tel span {
		display: none;
	}
	.header__tel img {
		margin: 0;
		width: 100%;
	}
	.header__mail {
		margin-top: 0;
		margin-left: 15px;
		width: 25px;
	}
	.header__mail span {
		display: none;
	}
	.header__mail img {
		display: inline-block;
		margin: 0;
		width: 100%;
	}
	.header-logo {
		width: 160px;
	}
	.header-gumb {
		margin-left: 15px;
	}
	.header-gumb span {
		width: 33px;
		height: 3px;
		margin-bottom: 8px;
	}
	.header-mob-top {
		padding: 20px 0;
	}
	.header-mob-close {
		width: 30px;
	}
	.header-mob-bottom {
		padding: 20px 0;
	}
	.header-mob__menu a {
		padding: 10px 0 10px 20px;
		font-size: 17px;
	}
	.header-mob__menu a::before {
		top: 19px;
	}
	/* =========welcome========= */
	.welcome {
		padding: 50px 0;
	}
	.welcome__title::before, .welcome__title::after {
		display: none;
	}
	.welcome__title {
		font-size: 21px;
		text-shadow: 0px 8px 4px rgba(0, 0, 0, 0.6);
		margin-bottom: 15px;
	}
	.welcome__title br {
		display: none;
	}
	.welcome__text {
		font-size: 15px;
	}
	.welcome__text br {
		display: none;
	}
	.btn_orange, .btn_orange-transparent, .btn_grey {
		min-height: 45px;
	}
	.btn_welcome {
		min-width: 230px;
		margin-top: 30px;
	}
	/* =========about========= */
	.about {
		padding: 40px 0;
	}
	.about-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.about-left {
		width: 100%;
		margin-bottom: 30px;
	}
	.about-right {
		width: 100%;
	}
	.global-title {
		margin-bottom: 20px;
		font-size: 24px;
	}
	/* =========advantages========= */
	.advantages {
		padding: 40px 0 0;
	}
	.advantages .global-title {
		margin-bottom: 60px;
	}
	.advantages-wrap {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	.advantage {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		padding: 45px 15px 30px;
	}
	.advantage__icon {
		width: 50px;
		height: 50px;
		top: -25px;
		left: 15px;
	}
	.advantage__title {
		font-size: 16px;
	}
	.advantage__icon img {
		width: 25px;
	}
	/* =========products========= */
	.products {
		padding: 50px 0 20px;
	}
	.products-wrap {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.product {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	.product__title {
		font-size: 18px;
	}
	.product__price {
		font-size: 24px;
		margin-top: 15px;
	}
	.product-bottom {
		margin-top: 20px;
	}
	.product-text p {
		margin-bottom: 10px;
	}
	.modal-product .modal-body {
		padding: 40px 10px 20px;
	}
	.modal-product .close {
		width: 25px;
	}
	.modal-product-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.modal-product-left {
		width: 100%;
		margin-bottom: 10px;
	}
	.modal-product-right {
		width: 100%;
	}
	.modal-product .product__swipe::after {
		padding-top: 90%;
	}
	/* =========contacts========= */
	.contacts {
		padding: 40px 0 60px;
	}
	.contacts-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contacts-left {
		width: 100%;
		margin-bottom: 25px;
	}
	.contacts-right {
		width: 100%;
	}
	.btn_form img {
		width: 14px;
		margin-left: 15px;
	}
	/* =========footer========= */
	.footer {
		padding: 25px 0;
	}
	.footer-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.footer .header-contacts {
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 15px;
	}
	.footer .header__tel span {
		display: inline-block;
	}
	.footer .header__tel img {
		width: 18px;
		margin-right: 5px;
	}
	.footer .header__tel {
		font-size: 15px;
		width: auto;
	}
	.footer .header__mail span {
		display: inline-block;
	}
	.footer .header__mail img {
		width: 15px;
		margin-right: 5px;
	}
	.footer .header__mail {
		font-size: 15px;
		width: auto;
	}
	.footer__text {
		font-size: 12px;
	}
	.footer__text br {
		display: none;
	}
	.btn_product2 {
		margin-bottom: 10px;
	}
	.btn_product2 img {
		width: 18px;
		margin-left: 20px;
	}
	.header__tg {
		width: 25px;
		margin-right: 15px;
	}
	.welcome_gallery {
		padding: 30px 0;
	}
	.gallery-wrap {
		row-gap: 25px;
		-ms-grid-columns: (minmax(0,1fr))[1];
		grid-template-columns: repeat(1,minmax(0,1fr));
	}
	.gallery-item-video {
		margin-bottom: 10px;
	}

}

/* =========cart========= */
.header-cart {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 30px;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}
.header-cart__circle {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: -o-linear-gradient(left,  rgba(243,175,4,1) 0%,rgba(238,153,9,1) 25%,rgba(231,120,17,1) 75%,rgba(231,120,17,1) 100%);
	background: -webkit-gradient(linear,  left top, right top,  from(rgba(243,175,4,1)),color-stop(25%, rgba(238,153,9,1)),color-stop(75%, rgba(231,120,17,1)),to(rgba(231,120,17,1)));
	background: linear-gradient(to right,  rgba(243,175,4,1) 0%,rgba(238,153,9,1) 25%,rgba(231,120,17,1) 75%,rgba(231,120,17,1) 100%);
	-webkit-box-shadow: 0 5px 15px rgba(231, 120, 17, 0.45);
	box-shadow: 0 5px 15px rgba(231, 120, 17, 0.45);
	-webkit-transition: -webkit-transform 0.25s;
	transition: -webkit-transform 0.25s;
	-o-transition: transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
}
.header-cart:hover .header-cart__circle {
	-webkit-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
}
.header-cart svg {
	display: block;
	width: 26px;
	height: 26px;
}
.header-cart__count {
	position: absolute;
	top: -6px;
	right: -6px;
	min-width: 24px;
	height: 24px;
	padding: 0 6px;
	border-radius: 999px;
	background: #2b2a29;
	border: 2px solid #fff;
	color: #fff;
	font-family: Montserrat;
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	display: none;
}
.header-cart__count.is-visible {
	display: block;
}
@media (max-width: 767px) {
	.header-cart {
		margin-left: 15px;
	}
	.header-cart__circle {
		width: 42px;
		height: 42px;
	}
	.header-cart svg {
		width: 21px;
		height: 21px;
	}
	.header-cart__count {
		min-width: 20px;
		height: 20px;
		line-height: 16px;
		font-size: 11px;
		top: -4px;
		right: -4px;
	}
}

.btn_cart {
	width: 100%;
	min-height: 58px;
	margin-top: 15px;
	font-size: 16px;
	background: #fff;
}
.btn_cart__added {
	display: none;
}
.btn_cart.is-added .btn_cart__label {
	display: none;
}
.btn_cart.is-added .btn_cart__added {
	display: inline-block;
}

.modal-cart .modal-dialog {
	max-width: 620px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 0;
}
.modal-cart .modal-content {
	border: none;
	border-radius: 0;
}
.modal-cart .modal-body {
	padding: 65px 45px 45px;
	position: relative;
}
.modal-cart .close {
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: 1;
	width: 33px;
}
.modal-cart .close img {
	display: inline-block;
	width: 100%;
}
.modal-cart .product__title {
	margin-bottom: 25px;
}

.cart-empty {
	font-weight: 500;
	margin-bottom: 10px;
}

.cart-items {
	margin-bottom: 10px;
}
.cart-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid #ececec;
}
.cart-item__img {
	width: 60px;
	height: 60px;
	-o-object-fit: cover;
	object-fit: cover;
	background-position: center;
	background-size: cover;
	margin-right: 18px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
}
.cart-item__info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
}
.cart-item__name {
	font-weight: 600;
	font-size: 15px;
	line-height: 1.3em;
	margin-bottom: 6px;
}
.cart-item__price {
	color: #e77811;
	font-weight: 700;
	font-size: 15px;
}
.cart-item__qty {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 18px;
}
.cart-item__qty-btn {
	width: 26px;
	height: 26px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 4px;
	font-size: 16px;
	line-height: 1em;
	cursor: pointer;
}
.cart-item__qty-val {
	width: 36px;
	min-width: 36px;
	text-align: center;
	font-weight: 600;
	font-family: Montserrat;
	font-size: 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	height: 26px;
	padding: 0 2px;
	-moz-appearance: textfield;
}
.cart-item__qty-val::-webkit-outer-spin-button,
.cart-item__qty-val::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.cart-item__remove {
	width: 22px;
	height: 22px;
	cursor: pointer;
	opacity: 0.5;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	background: none;
	border: none;
	font-size: 20px;
	line-height: 1em;
	color: #2b2a29;
}
.cart-item__remove:hover {
	opacity: 1;
}
.cart-total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 700;
	font-size: 20px;
	padding: 15px 0 25px;
}
.cart-total__sum {
	color: #e77811;
}
.cart-form.is-hidden,
.cart-total.is-hidden {
	display: none;
}

@media (max-width: 767px) {
	.btn_cart {
		min-height: 45px;
		font-size: 14px;
	}
	.modal-cart .modal-body {
		padding: 40px 15px 20px;
	}
	.modal-cart .close {
		width: 25px;
	}
	.cart-item__img {
		width: 46px;
		flex: 0 0 46px;
		margin-right: 12px;
	}
	.cart-item__qty {
		margin: 0 10px;
	}
	.cart-total {
		font-size: 17px;
	}
}
