/*===============================
section-main
================================*/
#main-page_main-section-wrp {
	background-image: url("../img/bg-MainScreen.png");
}

.main-section {
	/*padding-bottom: 160px;*/
	padding-bottom: 100px;
}

.main-section h1 {
	text-align: left;
}

.main-section h1 > span {
	font-size:0.6em;
	line-height:1;
	font-weight: 100;
}

.main-section_subtitle {
	font-size: 18px;
}

.main-section  .bonus-list {
	margin-bottom: 48px;
}

/*.main-section  .bonus-list li {
	display: inline-block;
	width: calc(100% / 3);
	max-width: 290px;
	margin-bottom: 0px;
	padding-right: 30px;
}*/

#main-section-btn {
	min-height: auto;
	padding: 7px;
}


@media (min-width: 576px) {
	#main-section-btn {
		min-height: 77px;
		padding: 7px 11px;
	}
}

@media (min-width: 768px) {
	.main-section {
		padding-bottom: 160px;
	}

	.main-section_subtitle {
		font-size: 22px;
		margin-bottom: 35px;
		width: 70%;
	}
}

@media (min-width: 992px) {
	.main-section-left {
		padding-top: 27px;
	}

	.main-section  .bonus-list li {
		display: inline-block;
		width: calc(100% / 3);
		max-width: 290px;
		margin-bottom: 0px;
		padding-right: 30px;
	}

}

/*===============================
section-benefits
================================*/
#benefits-wrp {
	overflow: hidden;
	padding-top: 132px;
	margin-top: -132px;
}

/*#benefits-wrp.cloud-section::before {
	content: url("../img/bg-EddyTop.png");
}*/

/*#benefits-wrp.cloud-section::before {
	background-image: url("../img/bg-EddyTop.png");
}*/

#benefits {
	padding-top: 60px;
	padding-bottom: 60px;
}

.white-block-item {
	text-align: center;
	padding: 0 50px;
	margin-bottom: 47px;

}

.orange-icon-wrp {
	display: block;
	width: 102px;
	height: 102px;
	background-color: #f4f4f4;
	background-image: -webkit-linear-gradient(34deg, #f6982a 0%, #fec637 100%);
	background-image: -o-linear-gradient(34deg, #f6982a 0%, #fec637 100%);
	background-image: linear-gradient(56deg, #f6982a 0%, #fec637 100%);
	border-radius: 50%;
	padding: 20px;
	overflow: hidden;
	position: relative;
	margin: 0 auto 15px;
}

.orange-icon-wrp img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.white-block-item-text p {
	margin-bottom: 0;
}

/*===============================
section-warranties
================================*/
#warranties {
	padding-top: 20px;
	padding-bottom: 10px;
}

#warranties .orange-icon-wrp  {
	width: 90px;
	height: 90px;
}

#warranties .white-block-item-text h3 {
	font-size: 18px;
	line-height: 22px;
}


#warranties .white-block-item-text p {
	font-size: 13px;
	line-height: 18px;
}

/*===============================
section-solutions
================================*/

.carousel {
	margin-bottom: 20px;
}

.carousel-item {
	height: 100%;
	width: 100%;
}

.carousel-control {
	display: inline-block;
	width: 47px;
	height: 47px;
	border-radius: 50%;
	background-color: #fdc339;
	color: #553525;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	line-height: 47px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.carousel-control.left {
	left: 10px;
}

.carousel-control.right {
	right: 10px;
}

.carousel-control:hover,
.carousel-control:focus,
.carousel-control:active {
	color: #ffffff;
}

.carousel-indicators {
	position: static;
	margin-bottom: 0;
	margin-top: 20px;
}

.carousel-indicators li {
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	margin: 0 5px 10px;
	background: transparent;
	cursor: pointer;
}

.carousel-indicators li.active {
	border-color: transparent;
	background-color: #fdc339;
}

.solutions-item:not(:last-child) {
	margin-bottom: 50px;
}

#solutions-wrp {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(61, 45, 40, 0.94)), to(rgba(61, 45, 40, 0.94))), url("../img/sauna-bg.png");
	background-image: -webkit-linear-gradient(left, rgba(61, 45, 40, 0.94), rgba(61, 45, 40, 0.94)), url("../img/sauna-bg.png");
	background-image: -o-linear-gradient(left, rgba(61, 45, 40, 0.94), rgba(61, 45, 40, 0.94)), url("../img/sauna-bg.png");
	background-image: linear-gradient(to right, rgba(61, 45, 40, 0.94), rgba(61, 45, 40, 0.94)), url("../img/sauna-bg.png");
}

#solutions {
	padding-top: 200px;
	padding-bottom: 180px;
}

.solutions-carousel  .carousel-item img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
}

.solutions-slider button {
	margin-bottom: 30px;
}

#solutions .solutions-explication {
	-webkit-box-shadow: 0 0 36px rgba(0, 0, 0, 0.52);
	        box-shadow: 0 0 36px rgba(0, 0, 0, 0.52);
	background-color: #ffffff;
	color: #353535;
	/*padding: 42px 70px 22px 30px;*/
	padding: 22px 16px;
}

.solutions-explication h3 {
	color: #553525;
}

.solutions-explication p {
	color: #353535;
	margin-bottom: 5px;
}

.explication-img-wrp {
	display: inline-block;
	max-width: 300px;
/*	max-height: 350px;*/
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
	margin-top: 24px;
}

.explication-img-wrp img{
	max-width: 100%;
	max-height: 100%;
	height: auto;
}

.clouds-flying {
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%, 0%);
	    -ms-transform: translate(-50%, 0%);
	        transform: translate(-50%, 0%);
	z-index: -1;
	opacity: 0;
	-webkit-animation: 60s flyingClouds infinite linear;
	        animation: 60s flyingClouds infinite linear;
}

.clouds-flying:nth-child(2) {
	bottom: 50%;
	-webkit-animation-delay: 20s;
	        animation-delay: 20s
}

.clouds-flying:nth-child(3) {
	bottom: 100%;
	-webkit-animation-delay: 40s;
	        animation-delay: 40s;
}

@media (min-width: 576px) {
	#solutions .solutions-explication {
		padding: 42px 30px 22px 30px;
	}

	.solutions-explication p {
		margin-bottom: 16px;
	}
}


@media (min-width: 992px) {
	.carousel-control {
		width: 66px;
		height: 66px;
		line-height: 66px;
	}

	.carousel-control.left {
		left: 20px;
	}

	.carousel-control.right {
		right: 20px;
	}


	#solutions .solutions-slider {
		padding-right: 30px;
	}

}

/*===============================
section-customize-parameters
================================*/
#customize-parameters {
	padding-top: 30px;
	padding-bottom: 30px;
	/*padding-bottom: 60px;*/
}

.dimensions_3d-constructor {
	-webkit-box-shadow: 0 0 36px rgba(0, 0, 0, 0.18);
	        box-shadow: 0 0 36px rgba(0, 0, 0, 0.18);
	border-radius: 5px;
	background-color: #ffffff;
	padding: 30px 15px 20px;
	max-width: 370px;
	margin: 0 auto;
}

.dimensions_3d-constructor h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 24px;
}

#dimensions-btn {
	margin-bottom: 30px;
}

#constructor-3D-wrp {
	padding-right: 10px;
}

#constructor-3D {
	display: block;
	width: 100%;
	height: 100%;
/*	height: 605px;*/
	-webkit-box-shadow: 0 0 36px rgba(0, 0, 0, 0.18);
	        box-shadow: 0 0 36px rgba(0, 0, 0, 0.18);
	border-radius: 5px;
	background-color: #ffffff;
	/*position: relative;*/
	padding: 87px 27px;
	/*margin: 0;*/

}


.hc__images {
	width: 100%;
	position: relative;
	height: 100%;
/*	height: 657px;*/
	overflow: hidden;
}

.hc__images img {
	width: 100.3%;
	height: auto;
/*	height: 100%;*/
	position: absolute;
	left: 50%;
	top: 48%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
}
.hc__images img.hc__img--o,
.hc__images img.hc__img--v {
	opacity: 1
}
.hc__tooltip {
	position: absolute;
	z-index: 150;
	/*width: 231px;
	height: 161px;*/
	-webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.66);
	        box-shadow: 0 0 32px rgba(0, 0, 0, 0.66);
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.9);
/*	width: 230px;*/
	/*padding: 20px 10px;*/
}
.hc__tooltip--dome {
	left: 70%;
	top: 220px
}
.hc__tooltip--floor {
	left: 43%;
	top: 73%;
}
.hc__tooltip--walls {
	left: 13%;
	top: 45%;
}
.hc__tooltip--qurna {
	left: 54%;
	top: 66%;
}
.hc__tooltip--arc {
	left: 63%;
	top: 50%;
}
.hc__tooltip--longue {
	left: 30%;
	top: 70%;
}
.hc__tooltip--longue2 {
	left: 80%;
	top: 66%;
}

.hc__marker {
/*	display: block;*/
	display: inline-block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	position: relative;
	left: 0;
	top: 0;
/*	height: 30px;
	line-height: 30px;*/
	cursor: pointer;
	border-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*.hc__marker:hover {
	background: red;
}*/

.hc__marker i {
/*	line-height: inherit;*/
	width: 34px;
	height: 34px;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.18);
	        box-shadow: 0 0 7px rgba(0, 0, 0, 0.18);
	background-color: #ffffff;
	border-radius: 50%;
	color: #fdaa49;
	font-size: 17px;
	font-weight: 900;
	line-height: 34px;
	text-align: center;
	position: relative;
	display: inline-block;
	vertical-align: top;

}
.hc__marker i:before {
	position: relative;
	display: inline-block;
/*	width: 30px;
	height: 30px;
	line-height: inherit;
	text-align: center;
	font-size: 20px;
	color: #2c8900;
	background: hsla(0, 0%, 100%, .5);
	border-radius: 15px;*/
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	    transform: rotate(0deg);
	transition: opacity .15s ease, -webkit-transform .15s ease-in-out;
	-webkit-transition: opacity .15s ease-in-out, -webkit-transform .15s ease-in-out;
	transition: opacity .15s ease-in-out, -webkit-transform .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out, transform .15s ease-in-out;
	transition: opacity .15s ease-in-out, transform .15s ease-in-out;
	transition: opacity .15s ease-in-out, transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

.hc__marker i:after {
	content: "";
	position: absolute;
	top: -5px;
	bottom: -5px;
	left: -5px;
	right: -5px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	z-index: -1;
}


.hc__tooltip--opened .hc__marker i:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	left: -1px;
}

.hc__marker>span {
	display: none;
	padding-right: 10px;
	margin-left: 10px;
	color: #553525;
	font-family: "Museo Cyrillic 700", sans-serif;
	font-size: 18px;
	font-weight: normal;
	/*line-height: 20px;*/
	line-height: 34px;
	vertical-align: bottom;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.hc__tooltip--opened .hc__marker>span, 
.hc__tooltip:hover .hc__marker>span {
	display: inline-block;
}

.hc__tooltip-fields {
	padding: 10px 10px 20px;
	display: none;
	/*display: block;*/
	width: 222px;
}

.hc__tooltip--opened .hc__tooltip-fields {
	display: block;
}
.hc__tooltip-field {
	position: relative;
	margin: 10px 0 0;
/*	transition: opacity .3s ease*/
}

.hc__tooltip-field:first-child {
	margin-top: 5px
}
.hc__tooltip-field--disabled {
	opacity: .5
}
.hc__tooltip-field-title {
	font-size: 14px;
	line-height: 20px
}

/*.hc__tooltip select {
	line-height: 25px;
	height: 25px;
	padding: 0 3px;
	display: inline-block;
	vertical-align: top
}*/

.hc__field-box {
	display: block;
	z-index: 100;
	position: relative;
	padding: 15px 50px 15px 19px;
	margin: 0;
	border-radius: 3px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	color: #353535;
	font-family: "Museo Sans Cyrl 500", sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.hc__field-box i {
	position: absolute;
	right: 12px;
	top: 13px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #353535;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
}

.hc__select--opened .hc__field-box i {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}

.hc__select--opened .hc__field-box,
.hc__field-box:hover {
	border-color: #fdaa49;
}
.hc__field-box:hover i {
	color: #fdaa49;
}

.hc__toggle input {
	display: none;
}
.hc__toggle input+label i {
	cursor: pointer;
	font-size: 26px;
	top: 10px;
	/*color: #444;*/
}

.hc__toggle input:checked+label i:before {
	content: "\f205";
	color: #fdaa49;
}

.hc__select {
	position: relative
}


/*.hc__select .hc__field-box i:before {
	font-size: 16px
}*/

.hc__options {
	z-index: 200;
	display: none;
	position: absolute;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	top: calc(100% - 2px);
	left: 0;
	min-width: 100%;
	border: 1px solid #fdaa49;
	border-top: none;
	border-radius: 0 0px 3px 3px;
	background: #ffffff;
}
.hc__select--opened .hc__options {
	display: block
}
.hc__options input {
	display: none
}
.hc__options label {
	padding: 10px 15px 10px 19px;
	font-family: "Museo Sans Cyrl 500", sans-serif;
	font-size: 13px;
	line-height: 1;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0;
}
.hc__options label:hover {
	background-color: rgba(204, 204, 204, 0.5);
}
.hc__options input:checked+label {
	background-color: #fdaa49;
	color: #ffffff;
}
.hc__options--strings label {
	display: block;
	white-space: nowrap
}
.hc__options--colors {
	white-space: nowrap
}

.hc__options.hc__options--colors input+label {
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-position: 50%;
	background-repeat: no-repeat;
	font-size: 0;
	padding: 5px;
}
input.hc__option-color--1+label {
	background-image: url(../img/img-3D/hc_color_1.jpg);
	/*margin-right: 5px;*/
}
input.hc__option-color--2+label {
	background-image: url(../img/img-3D/hc_color_2.jpg)
}
input.hc__option-color--3+label {
	background-image: url(../img/img-3D/hc_color_3.jpg)
}
input.hc__option-color--4+label {
	background-image: url(../img/img-3D/hc_color_4.jpg)
}
input.hc__option-color--5+label {
	background-image: url(../img/img-3D/hc_color_5.jpg)
}


@media (min-width: 576px) {
	.dimensions_3d-constructor {
		padding: 50px 30px 40px;
	}

}


@media (min-width: 768px) {
	#customize-parameters {
		padding-bottom: 80px;
	}
}

@media (min-width: 1200px) {
	#constructor-3D {
		padding: 27px;
	}
}


/*===============================
section-form
================================*/
.dark-section.form-section {
	background-image: url("../img/bg-Special-Hamam.png");
	/*background-image: linear-gradient(to right, rgba(61, 45, 40, 0.94), rgba(61, 45, 40, 0.94)), url("../img/bg-Special-Hamam.png");*/
}

.form-section {
	/*padding-top: 200px;*/
	padding-top: 160px;
	padding-bottom: 160px;
}

.white-section.form-section {
	padding-top: 30px;
	padding-bottom: 60px;
}

.form-section-left {
	width: 30%;
	position: relative;
	display: none;
}

#form-left-img {
	position: absolute;
	top: 223px;
	right: -100px;
    z-index: 1;
    width: 600px;
}

.bonus {
	margin-left: 30px;
}

.bonus h2 {
	text-transform: uppercase;
}

.bonus-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bonus-list li {
	margin-bottom: 30px;
}

.bonus_icon-wrp {
	width: 60px;
	margin-right: 12px;
	display: inline-block;
	vertical-align: top;
}

.bonus_icon-wrp img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.bonus_description {
	/*color: #353535;*/
	font-family: "Museo Sans Cyrl 700", sans-serif;
	font-size: 13px;
/*	font-size: 15px;*/
	font-weight: normal;
	line-height: 1.4;
	text-transform: uppercase;
	display: inline-block;
	width: calc(100% - 60px - 12px);
	vertical-align: top;
	padding: 4px 0;
}

.form-section .bonus {
	display: none;
}


@media (min-width: 768px) {
	.white-section.form-section {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.form-section {
		padding-top: 200px;
	}

	.bonus_description {
		font-size: 15px;
	}

	.form-section .bonus {
		display: initial;
	}
}

@media (min-width: 992px) {
	.form-section-left {
		display: initial;
	}
}

@media (min-width: 1200px) {
	#form-left-img {
		top: 20px;
		right: -132px;
	    width: auto;
	}
}


/*===============================
section-feedback
================================*/
#feedback-wrp {
	background-color: rgba(249, 235, 211, 0.85);
	background-image: url("../img/bg-ReviewBlock.png");
	position: relative;
}

#feedback {
	padding-top: 160px;
	padding-bottom: 108px;
}

.img-text-carousel .carousel-item {
	background: #ffffff;
	padding: 30px 20px 20px;
	-webkit-box-shadow: 0 0 36px rgba(0, 0, 0, 0.18);
	        box-shadow: 0 0 36px rgba(0, 0, 0, 0.18);
	border-radius: 5px;
}

.carousel-img-wrp {
	width: 100%;
	height: 230px;
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
	position: relative;
	overflow: hidden;
}

.carousel-text-wrp {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	padding: 20px 0 0 0;
}

.carousel-text-wrp p {
	margin-bottom: 10px;
}

.carousel-text-wrp p:last-child {
	margin: 0;
}

.img-text-carousel .carousel-indicators {
	margin-top: 30px;
}

#carousel-feedback {
	position: relative;
	max-width: 290px;
}

#carousel-feedback .carousel-inner{
	height: 530px;
}

#carousel-feedback .carousel-control.left,
#carousel-feedback .carousel-control.right {
	top: 41%;
}


#carousel-feedback .carousel-control.left {
	left: 0;
}

#carousel-feedback .carousel-control.right {
	right: 0;
}

@media (min-width: 576px) {
	#carousel-feedback {
		max-width: 100%;
		padding: 0 14%;
	}

	.carousel-img-wrp {
		height: 282px;
	}

	.img-text-carousel .carousel-item {
		padding: 30px;
	}

	#carousel-feedback .carousel-inner {
		height: 550px;
	}

	#carousel-feedback .carousel-control.left,
	#carousel-feedback .carousel-control.right {
		top: 312px;
	}
}

@media (min-width: 768px) {
	#feedback {
		padding-top: 200px;
	}

	#carousel-feedback {
		padding: 0;
	}

	#carousel-feedback .carousel-inner {
		height: 274px;
	}

	.carousel-img-wrp {
		height: auto;
		width: 37%;
		height: 100%;
		margin-right: 30px;
	}

	.carousel-text-wrp {
		width: calc(100% - 37% - 30px);
		height: 100%;
		padding: 0;
	}

	#carousel-feedback .carousel-control.left,
	#carousel-feedback .carousel-control.right {
		top: 137px;
	}

	#carousel-feedback .carousel-control.left {
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}

	#carousel-feedback .carousel-control.right {
		-webkit-transform: translate(50%, -50%);
		    -ms-transform: translate(50%, -50%);
		        transform: translate(50%, -50%);
	}

}

@media (min-width: 992px) {
	.carousel-text-wrp {
		padding: 40px 30px 0 0;
	}

	#carousel-feedback {
		padding: 0 8%;
	}

	#carousel-feedback .carousel-inner {
		height: 305px;
	}

	#carousel-feedback .carousel-control.left,
	#carousel-feedback .carousel-control.right {
		top: 152.5px;
		-webkit-transform: translate(0%, -50%);
		    -ms-transform: translate(0%, -50%);
		        transform: translate(0%, -50%);
	}
}

@media (min-width: 1200px) {
	#carousel-feedback .carousel-inner {
		height: 356px;
	}

	#carousel-feedback .carousel-control.left,
	#carousel-feedback .carousel-control.right {
		top: 178px;
	}

}



/*@media (min-width: 768px) {
	#carousel-feedback .carousel-inner {
		height: 372px;
	}
}
*/

/*===============================
section-workstages
================================*/

#workstages {
	padding-top: 15px;
	padding-bottom: 70px;
}

.stage-item-wrp {
	/*margin-bottom: 50px;*/
	margin-bottom: 20px;
}

.stage-item {
	padding: 20px 20px 30px;
	-webkit-box-shadow: 0 0 36px rgba(0, 0, 0, 0.18);
	        box-shadow: 0 0 36px rgba(0, 0, 0, 0.18);
	border-radius: 5px;
	background-color: #ffffff;
	overflow: hidden;
	margin: 0 auto;
	max-width: 380px;
}

.stage-img-wrp {
	width: 100%;
	height: 137px;
	position: relative;
	margin-bottom: 5px;
}

.stage-img-wrp img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	margin: 0;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	    -ms-transform: translate(-50%, 0%);
	        transform: translate(-50%, 0%);
}

.stage-text h3 {
	margin-bottom: 6px;
}

.stage-text p {
	font-size: 13px;
	margin-bottom: 20px;
}

@media (min-width: 576px) {
	.stage-item-wrp {
		margin-bottom: 30px;
	}

	.stage-item-wrp:nth-child(odd) {
		padding-right: 15px;
	}

	.stage-item-wrp:nth-child(even) {
		padding-left: 15px;
	}

}

@media (min-width: 768px) {
	#workstages {
		padding-bottom: 130px;
	}

	.stage-item-container {
		padding: 0 5%;
	}
}

@media (min-width: 992px) {
/*	.stage-item-container {
		padding-left: 120px;
		padding-right: 120px;
	}*/

	.stage-item-wrp {
		margin-bottom: 50px;
	}
	
	.stage-item-wrp:nth-child(odd),
	.stage-item-wrp:nth-child(even) {
		padding-right: initial;
		padding-left: initial;
	}

	.stage-item-wrp:nth-child(3n + 1) {
		padding-right: 20px;
	}

	.stage-item-wrp:nth-child(3n + 2) {
		padding-right: 10px;
		padding-left: 10px;
	}

	.stage-item-wrp:nth-child(3n + 3) {
		padding-left: 20px;
	}

}

@media (min-width: 1200px) {
	.stage-item-container {
		padding: 0 10%;
	}
}


/*===============================
section-faq
================================*/
#faq-wrp {
/*	background-image: url("../img/Bg-Questions.png");*/
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(61, 45, 40, 0.94)), to(rgba(61, 45, 40, 0.94))), url("../img/sauna-bg.png");
	background-image: -webkit-linear-gradient(left, rgba(61, 45, 40, 0.94), rgba(61, 45, 40, 0.94)), url("../img/sauna-bg.png");
	background-image: -o-linear-gradient(left, rgba(61, 45, 40, 0.94), rgba(61, 45, 40, 0.94)), url("../img/sauna-bg.png");
	background-image: linear-gradient(to right, rgba(61, 45, 40, 0.94), rgba(61, 45, 40, 0.94)), url("../img/sauna-bg.png");
	background-repeat: repeat;
	background-position: center top;
	background-size: auto;
}

#faq {
	padding-top: 160px;
	padding-bottom: 130px;
}

.faq-item-wrp {
	margin-bottom: 20px;
}

.faq-item {
	-webkit-box-shadow: 0 0 36px rgba(0, 0, 0, 0.18);
	        box-shadow: 0 0 36px rgba(0, 0, 0, 0.18);
	border-radius: 5px;
	background-color: #ffffff;
}

.faq_question {
	color: #553525;
	font-family: "Museo Cyrillic 700", sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.2;
	/*padding: 23px 55px 23px 35px;*/
	padding: 23px 55px 23px 20px;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
}

.faq_question::after {
	content: "\f107";
/*	width: 13px;
	height: 8px;*/
	color: #553525;
	font-family: "Font Awesome 5 Free";
	font-size: 22px;
	font-weight: 900;
	line-height: 1;
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.faq_question_active:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
}

.faq_answer {
	padding: 7px 55px 23px 20px;
	border-radius: 0 0 5px 5px;
	display: none;
	color: #353535;
}

.faq_answer p {
	color: #353535;
}

.faq_answer p:last-child {
	margin-bottom: 0;
}

@media (min-width: 576px) {
	.faq_question {
		padding: 23px 55px 23px 35px;
	}

	.faq_answer {
		padding: 7px 55px 23px 35px;
	}

}


@media (min-width: 768px) {
	#faq {
		padding-top: 202px;
		padding-bottom: 224px;
	}

	.faq_question {
		font-size: 22px;
/*		padding: 23px 55px 23px 35px;*/
	}

/*	.faq_answer {
		padding: 7px 55px 23px 35px;
	}*/
}

/*===============================
section-contacts
================================*/

#contacts-wrp {
/*	padding: 0;*/
	position: relative;
}

#contacts {
/*	padding-top: 218px;
	padding-bottom: 218px;*/
	padding-top: 450px;
    padding-bottom: 120px;
}

.map {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
/*	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);*/
	width: 100%;
	height: 100%;
	z-index: 0;
}

.map-inner {
	width: 100%;
	height: 100%;
}

.map iframe {
	width: 100%;
	height: 100%;
	border: none;
}

div#contacts  .gm-style .place-card-large {
    display: none!important; 
}

.address-container {
	background: #ffffff;
	padding: 40px 50px 44px;
	margin: 0;
	position: relative;
	z-index: 1;
}

.address-container h1 {
	text-align: left;
}

.address-elem {
	position: relative;
}

.address-elem::before {
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left: -30px;
	top: 0;
/*	transform: translate(-100%);*/
	color: #f6982a;
}

.address-elem-phone,
.address-elem-phone a {
	font-family: "Museo Sans Cyrl 900", sans-serif;
	font-size: 20px;
	font-weight: normal;
}

.address-elem-phone::before {
	content: "\f095";
	-webkit-transform: scale(-1, 1);
	    -ms-transform: scale(-1, 1);
	        transform: scale(-1, 1);
	font-weight: 900;
}

.address-elem-mail::before {
	content: "\f0e0";
	font-weight: 900;
}

.address-elem-location::before {
	content: "\f3c5";
	font-weight: 900;
}

.address-elem-workinghours::before {
	content: "\f017";
	font-weight: 400;
}

@media (min-width: 768px) {
	.address-container {
		padding: 40px 70px 44px;
	}

	.address-elem-phone,
	.address-elem-phone a {
		font-size: 22px;
	}
}

@media (min-width: 992px) {
	#contacts {
		padding-top: 218px;
		padding-bottom: 218px;
	}
}

/*===============================
PAGE 404
================================*/
#page-404-section-wrp {
	background-image: url("../img/bg-404.png");
}

.orange-letter {
	text-shadow: 2px 3px 0 #b3551a;
	color: #fdaa49;
	font-family: "Museo Sans Cyrl 900", sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.4;
	text-transform: uppercase;
}

#discount-btn-404 {
	margin: 10px 0 30px;
	max-width: 314px;
}

#figure-404 {
	display: inline-block;
	opacity: 0.07;
	max-width: 100%;
	position: relative;
}

#keanu-reeves-sad {
	display: inline-block;
    -webkit-transform: translate(-40%, 0%);
        -ms-transform: translate(-40%, 0%);
            transform: translate(-40%, 0%);
  	margin-top: -300px;
  	position: relative;
  	z-index: -1;
  
}

@media (min-width: 576px) {
	#keanu-reeves-sad {
		-webkit-transform: translate(-27%, 0%);
		    -ms-transform: translate(-27%, 0%);
		        transform: translate(-27%, 0%);
	    margin-top: -380px;
	}

}


@media (min-width: 768px) {
	#page-404-section .main-section-left {
		padding-top: 60px;
	}

	.orange-letter {
		display: block;
		font-size: 60px;
		line-height: 1;
		margin: 30px 0 17px;
	}

	#discount-btn-404 {
		margin: 85px 0 0;
	}

	#figure-404 {
		position: absolute;
		left: 50%;
		top: 135px;
		-webkit-transform: translate(-50%, 0);
		    -ms-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
	}

	#keanu-reeves-sad {
		position: absolute;
		margin-bottom: 0;
		left: 50%;
		bottom: 45px;
    	-webkit-transform: translate(-34%, 0%);
    	    -ms-transform: translate(-34%, 0%);
    	        transform: translate(-34%, 0%);
	}
}

@media (min-width: 1200px) {
	#page-404-section {
		padding-bottom: 180px;
	}

	#keanu-reeves-sad {
    	-webkit-transform: translate(-43%, 0%);
    	    -ms-transform: translate(-43%, 0%);
    	        transform: translate(-43%, 0%);
    	bottom: 60px;
	}

}