/*
	Theme Name: Certa Theme
	Author: Aleksey Nalivkin


*/
@import url("assets/css/slick.css");
@import url("assets/css/bootstrap.css");
@import url("assets/css/animate.css");

/* ---------------RESET STYLES--------------*/

html,
body,
div,
span,
applet,
object,
.section-video iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
	outline: none;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
textarea.form-control {
	resize: none;
	height: 150px !important;
	border-radius: 4px !important;
}
.form-control {
	padding-left: 10px !important;
}
.modal-content .btn {
	width: auto;
}
.main-slide_mob {
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.modal-open {
	overflow-y: hidden !important;
}
.fs17 {
	font-size: 17px;
}
.vis-hidden {
	visibility: hidden;
}
.input-group.message-div {
	width: 100%;
}
/*
@font-face {
	font-family: 'Montserrat';
	src: url(../wp-content/themes/terra/assets/fonts/Montserrat-Regular.ttf) format("truetype"); }
*/

.body {
	font-family: "Montserrat", sans-serif;
	overflow-y: scroll;
	color: #000;
	background-color: #323031;
}
.image_social {
    width: 20px;
    height: 20px;
}
.p-r_10px {
    padding-right: 10px;
}
.wrapper {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

.container_big {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.b-quiz-btn.b-quiz-btn__light.b-quiz-btn__icon {
	background-color: #ffc857 !important;
}

.section-quiz {
	padding-bottom: 0 !important;
}
.quiz {
	position: relative;
	width: 100%;
	height: 90vh;
	padding: 0px;
	margin: 0px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #eee;
	z-index: 1;
}
.b-quiz-whitelabel {
	display: none !important;
}
.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
	width: 100%;
	position: fixed;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.5);
}

.desk-none {
	display: none !important;
}
.mob-none {
	display: block !important;
}
.logo {
	width: auto;
	height: 70px;
	display: flex;
	padding-left: 3.6%;
	align-items: center;
	flex-direction: column;
	outline: none;
}
.logo-rehau {
	width: 40px;
}
.logo-rehau-text {
	font-weight: 700;
	color: #fff;
	font-size: 50px;
	font-family: sans-serif;
}
.logo-veka {
	width: 60px;
}
nav {
	width: auto;
}
nav ul {
	display: flex;
	justify-content: center;
}
.menu-item {
	height: 70px;
}
.menu-item .a-link {
	padding: 0 20px;
}
.stages {
	padding: 50px 0;
	display: flex;
	justify-content: space-evenly;
}
.stages__item {
	width: 25%;
}
.stages__step {
	border-radius: 50%;
	background-color: #ffc857;
	color: #323031;
	font-size: 50px;
	width: 60px;
	text-align: center;
	padding: 10px 40px;
	display: flex;
	justify-content: center;
	margin: 0 auto 30px;
}
.stages__text {
	color: #fbfbfb;
	text-transform: uppercase;
	font-size: 25px;
	text-align: center;
}
.jumbotron {
	background-color: #000;
	padding: 0;
	margin: 0;
}
#wpd-post-rating,
.wpd-form-head,
#wpd-threads {
	display: none !important;
}
.text-frame {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
}
#wpdcom .wpd-prim-button {
	background-color: #ffc857 !important;
}

/* start css burger menu and nav menu*/
.menu__item {
	color: #fbfbfb;
	font-size: 20px;
	padding: 28px 15px;
}
.menu__item:hover {
	background-color: #ffc857;
	color: #000;
}
.menu__item:focus {
	color: #fbfbfb;
}
.header__nav {
	display: flex;
	align-items: center;
	padding: 30px 0;
}
@media (max-width: 1440px) {
	.menu__item {
		font-size: 17px;
		padding: 30px 10px;
	}
}
@media only screen and (max-width: 1247px) {
	.menu__item {
		font-size: 16px;
		padding: 30px 8px;
	}
}
@media only screen and (max-width: 1139px) {
	.menu__item {
		font-size: 15px;
		padding: 39px 4px;
	}
}
@media (max-width: 960px) {
	.header__container {
		display: block;
	}
	.header__nav {
		display: block;
		position: absolute;
		top: 51px;
		left: 0;
		background: rgb(245, 246, 246);
		box-shadow: #ccc;
		width: 100%;
		box-shadow: 0 4px 2px -2px rgba(36, 36, 36, 0.37);
		transition: all 0.4s ease;
		left: -100%;
		height: 100vh;
	}
	.header__menu {
		display: block;
	}
	.header__nav.open-menu {
		left: 0;
	}
	.header__menu li {
		margin: 30px 0px 30px 17px;
		font-size: 14px;
	}

	.menu-burger__header {
		position: relative;
		width: 30px;
		height: 35px;
		display: block;
		margin-left: 14px;
	}
	.menu-burger__header span,
	.menu-burger__header:after,
	.menu-burger__header:before {
		height: 3px;
		width: 100%;
		position: absolute;
		background: #fbfbfb;
		margin: 0 auto;
	}
	.menu-burger__header span {
		top: 16px;
	}
	.menu-burger__header:after,
	.menu-burger__header:before {
		content: "";
	}
	.menu-burger__header:after {
		bottom: 7px;
	}
	.menu-burger__header:before {
		top: 7px;
	}
	.menu-burger__header.open-menu span {
		opacity: 0;
		transition: 0.5s;
	}
	.menu-burger__header.open-menu:before {
		transform: rotate(38deg);
		top: 16px;
		transition: 0.4s;
	}
	.menu-burger__header.open-menu:after {
		transform: rotate(-38deg);
		bottom: 16px;
		transition: 0.4s;
	}

	header {
		height: 60px;
	}
	.content-wrapper {
		margin-top: 48px;
	}
	.fixed-page {
		overflow: hidden;
	}
	.menu__item {
		font-size: 20px;
		color: #000;
		font-weight: 600;
	}
}
/* end css burger menu  and nav menu*/

/* START STYLES MINI QUIZ */
#to_submit {
	color: #ffc857;
}
.section-miniquiz {
	padding: 90px 0 !important;
	min-height: 702px;
}
.step-quest {
	padding: 25px 0;
}
.pb_0 {
	padding-bottom: 0 !important;
}
.thanks-form {
	text-align: center;
	font-size: 30px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding-top: 50px;
}
.thanks-form .btn {
	width: 300px;
	margin: auto;
	color: #fff !important;
}
.important-fields {
	color: #f00;
}
.calc_n {
	max-width: 660px;
	margin: 0 auto 30px auto;
	background: #fff;
	padding: 20px 30px 0;
}
.calc-title {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	margin: 20px 0;
	color: #fbfbfb;
}
.calc_n .row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 768px) {
	.col-sm-6 {
		flex: 1 1 50%;
	}
	/* .section-works .container {
		width: 100% !important;
	} */
}
@media (min-width: 576px) {
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.calc_n header {
	font-size: 15px;
	line-height: 1.2;
	margin: 20px 0 10px;
	font-weight: 600;
	position: relative;
	margin-top: 0;
	text-align: left;
}
#quiz .col-xs-12.col-sm-12 {
	text-align: left;
}
/*.tooltip_show {
opacity: .9;
z-index: 1070!important;
}*/
input[type="radio"] {
	display: block;
	width: 30px;
	height: 30px;
	outline: 0;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0 12px;
	font-size: 14px;
	color: #595959;
	background: #e8e8e8;
	border: 1px solid #e8e8e8;
}
.tooltip {
	width: 230px;
	padding: 0.25rem 0.5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 0.25rem;
	border-radius: 4px;
	bottom: 30px;
	display: none;
	opacity: 0.9;
}

.tooltip:after {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 0.4rem 0.4rem 0;
	border-color: #000 transparent;
	display: block;
	width: 0;
	bottom: -6px;
	left: calc(50% - 0.6rem);
}
.calc_n input[type="checkbox"]:not(checked),
.calc_n input[type="radio"]:not(checked),
.calculator_wide_mod input[type="checkbox"]:not(checked),
.calculator_wide_mod input[type="radio"]:not(checked),
.step-sect input[type="radio"]:not(checked) {
	position: absolute;
	opacity: 0;
}
.calc_n input[type="checkbox"],
.calculator_wide_mod input[type="radio"],
.step-sect input[type="radio"] {
	vertical-align: top;
	width: 17px;
	height: 17px;
	margin: 0 3px 0 0;
}
input[type="checkbox"],
input[type="radio"] {
	position: absolute;
	left: -9999px;
	opacity: 0;
}
.calc_n input[type="checkbox"] + label,
.calc_n input[type="radio"] + label,
.calculator_wide_mod input[type="checkbox"] + label,
.calculator_wide_mod input[type="radio"] + label,
.step-sect input[type="radio"] + label {
	cursor: pointer;
}
input:not([type="submit"]),
input:not(.slider-rang2),
input:not(.slider-rang) {
	display: block;
	width: 100%;
	height: 45px;
	outline: 0;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0px;
	font-size: 14px;
	color: #595959;
	background: #e8e8e8;
	border: 1px solid #e8e8e8;
}
input[type="range"] {
	background: none;
	border: none;
	height: 14px;
}
.calc_n input[type="checkbox"]:not(checked) + label,
.calc_n input[type="radio"]:not(checked) + label,
.calculator_wide_mod input[type="checkbox"]:not(checked) + label,
.calculator_wide_mod input[type="radio"]:not(checked) + label,
.step-sect input[type="radio"]:not(checked) + label {
	position: relative;
	padding: 5px 0 0 30px;
}
.calc_n input[type="checkbox"]:checked + label:before,
.calc_n input[type="radio"]:checked + label:before,
.calculator_wide_mod input[type="checkbox"]:checked + label:before,
.calculator_wide_mod input[type="radio"]:checked + label:before,
.step-sect input[type="radio"]:checked + label:before {
	border: 1px solid #000;
}
.calc_n input[type="checkbox"]:checked + label:after,
.calc_n input[type="radio"]:checked + label:after,
.calculator_wide_mod input[type="checkbox"]:checked + label:after,
.calculator_wide_mod input[type="radio"]:checked + label:after,
.step-sect input[type="radio"]:checked + label:after {
	opacity: 1;
}
.calc_n input[type="checkbox"]:not(checked) + label:before,
.calculator_wide_mod input[type="checkbox"]:not(checked) + label:before {
	border-radius: 0;
}
.calc_n input[type="checkbox"]:not(checked) + label:after,
.calc_n input[type="radio"]:not(checked) + label:after,
.calculator_wide_mod input[type="checkbox"]:not(checked) + label:after,
.calculator_wide_mod input[type="radio"]:not(checked) + label:after,
.step-sect input[type="radio"]:not(checked) + label:after {
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.calc_n input[type="checkbox"]:not(checked) + label:before,
.calc_n input[type="radio"]:not(checked) + label:before,
.calculator_wide_mod input[type="checkbox"]:not(checked) + label:before,
.calculator_wide_mod input[type="radio"]:not(checked) + label:before,
.step-sect input[type="radio"]:not(checked) + label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 26px;
	border: 1px solid #000;
	background: #ffc857;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.calc_n input[type="checkbox"]:not(checked) + label:after,
.calculator_wide_mod input[type="checkbox"]:not(checked) + label:after {
	border-radius: 0;
}
.calc_n input[type="checkbox"]:not(checked) + label:before,
.calculator_wide_mod input[type="checkbox"]:not(checked) + label:before {
	border-radius: 0;
}
.select2 {
	outline: none;
	height: 50px;
	width: 260px;
	border-radius: 25px;
	border: 1px solid #fff !important;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAABuCAMAAAAd8LPfAAAASFBMVEUAAAAAAAD///////8AAAD///8AAAAAAAD///////8AAAD///8AAAD///////8AAAD///8AAAAAAAD///////8AAAD///8AAABIHQKOAAAAFnRSTlMApKWcnFNTUE6zs6ysoJeXWFhKSDs7kMIrcQAAAIRJREFUSMfty1kOhDAMA1BDaSn7ntz/pqMoDAFugJT3k8iy0cx4mBt0FHETqQNK2izZqJQTKFonyJFe1idLRw2UNRmgzq2t/tt915UZiUa8hADnnHPuO9oFD0uLnhNuEvdAwaslKxdyKk7WqeRIr9an1o5llpzba2W949COmZgnvFTX6gfSvwUTpn+8RgAAAABJRU5ErkJggg==)
		93% 20px no-repeat #ffc857;
	padding: 0 50px 0 20px;
	margin: 0;
	position: relative;
	cursor: pointer;
	border: 0;
	color: #000;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-weight: 600;
}
button,
select {
	text-transform: none;
}
.calc_n_v3 .calc_n_area {
	margin-bottom: 25px;
}
.range {
	padding: 0;
	margin: 0;
	position: relative;
	text-align: left;
}
fieldset,
img {
	border: 0;
	outline: 0;
}
.sect-first .range header {
	margin-bottom: 15px;
}
input.slider-rang2 {
	overflow: hidden;
	opacity: 1;
	left: 160px;
	bottom: 55px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 15px;
	-webkit-border-radius: 0;
	border-radius: 0;
}
input.slider-rang,
input.slider-rang2,
.slider-rang4,
.slider-rang5,
.slider-rang6 {
	display: inline-block;
	position: absolute;
	margin: -4px 0 0 10px;
	background-color: #f8f8f8;
	border: 1px solid #000;
	color: #7f7f7f;
	width: 58px;
	height: 34px;
	padding: 6px;
	font-weight: 700;
	text-align: center;
	cursor: text;
}
.mb_20 {
	margin-bottom: 20px;
}
#calc_n_add1 {
	width: 28px;
	height: 28px;
}
#calc_n_add2 {
	width: 28px;
	height: 28px;
}
#calc_n_add3 {
	width: 28px;
	height: 28px;
}
#range_calc_n,
#range_calc_n2,
#range_calc_n3,
#range_calc_n4,
#range_calc_n5,
#range_calc_n6 {
	display: none;
}
#range_calc_n + .rangeslider,
#range_calc_n2 + .rangeslider,
#range_calc_n3 + .rangeslider,
#range_calc_n4 + .rangeslider,
#range_calc_n5 + .rangeslider,
#range_calc_n6 + .rangeslider {
	margin: 30px 0 0;
}
.calc_w_block fieldset.range .rangeslider,
.sect-first fieldset.range .rangeslider {
	background: #2d2d2d;
	margin: 25px 0 0;
}
fieldset.range .rangeslider--horizontal {
	height: 10px;
	width: 100%;
	max-width: 100%;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}
.range .rangeslider--horizontal {
	height: 10px;
	width: 100%;
	max-width: 100%;
	position: relative;
	z-index: 1;
	border-radius: 3px;
}
.range .rangeslider {
	position: relative;
	top: 0;
	background-color: #e8e8e8;
}
fieldset.range span {
	display: inline-block;
	position: relative;
	width: 49%;
	font-size: 14px;
	color: #fbfbfb;
	margin-top: 8px;
}
.range span {
	display: inline-block;
	position: relative;
	width: 49%;
	font-size: 14px;
	color: #828282;
	margin-top: 10px;
}
.range span.range-max {
	text-align: right;
}
fieldset.range span {
	display: inline-block;
	position: relative;
	width: 49%;
	font-size: 14px;
	color: #828282;
	margin-top: 8px;
}
.calc_n_type .select2.active,
.type_sub.active {
	display: block;
}
@media (min-width: 576px) {
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		display: flex;
	}
}

.calc_n .help {
	width: 16px;
	height: 16px;
	display: inline-flex;
	border: 1px solid #dbe2e9;
	margin-left: 10px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-size: 11px;
	justify-content: center;
	align-items: center;
}
/*.calc_n input[type=checkbox]:not(checked)+label:after, .calc_n input[type=radio]:not(checked)+label:after, .calculator_wide_mod input[type=checkbox]:not(checked)+label:after, .calculator_wide_mod input[type=radio]:not(checked)+label:after, .step-sect input[type=radio]:not(checked)+label:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #ffc857;
	opacity: 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.calc_n input[type=checkbox]:not(checked)+label:before, .calc_n input[type=radio]:not(checked)+label:before, .calculator_wide_mod input[type=checkbox]:not(checked)+label:before, .calculator_wide_mod input[type=radio]:not(checked)+label:before, .step-sect input[type=radio]:not(checked)+label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 26px;
	border: 1px solid #ffc857;
	background: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}*/
.calc_n_type .select2,
.type_sub {
	display: none;
}
.calc_n_add > .row > div {
	padding: 0;
	padding-left: 15px;
}
.calc_n input[type="checkbox"],
.calculator_wide_mod input[type="radio"],
.step-sect input[type="radio"] {
	vertical-align: top;
	width: 17px;
	height: 17px;
	margin: 0 3px 0 0;
}
.calc_n_footer {
	background: #e8e8e8;
	margin: 15px -30px 0px;
	padding: 20px 30px 30px;
}

.scale-slider {
	background: linear-gradient(#d2d2d2, #ffffff, #d2d2d2);
	width: 270px;
	height: 12px;
	border-radius: 10px;
	position: relative;
	border: 1px solid #a7a7a7;
	margin-top: 20px;
}
.scale-slider_filling {
	background: repeating-linear-gradient(315deg, #ffc857, #ffc857 6px, #fff 6px, #fff 12px);
	width: 0px;
	height: 13px;
	border-radius: 10px 0 0 10px;
	position: absolute;
	left: 0;
}

.scale-slider_slider {
	width: 100%;
	height: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border-radius: 10px;
	outline: none;
	position: relative;
	z-index: 1;
	top: -1px;
	margin: 0;
}
.scale-slider_slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: relative;
	left: -2px;
	border: 0;
	background: url("/wp-content/themes/certatheme/assets/img/slider-square.png");
}
.scale-slider_slider::-moz-range-thumb {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: relative;
	left: -2px;
	border: 0;
	background: url("/wp-content/themes/certatheme/assets/img/slider-square.png");
}
.scale-slider_slider::-ms-thumb {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: relative;
	left: -2px;
	border: 0;
	background: url("/wp-content/themes/certatheme/assets/img/slider-square.png");
}
.scale-slider_pointer {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 26px;
	margin-left: 1px;
	width: 40px;
	height: 25px;
	background: #ffc857;
	padding: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	z-index: 1;
}

.scale-slider_pointer:after {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 0 3px 3px;
	border-color: #ffc857 transparent;
	display: block;
	width: 0;
	bottom: 25px;
	left: 18px;
}

#quiz {
	max-width: 660px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #fff;
	color: #000;
	position: absolute;
	right: 170px;
	bottom: 45%;
	transform: translate(0, 50%);
	padding-bottom: 30px;
	z-index: 9;
}
#quiz .btn {
	margin: auto;
	width: 230px;
	color: #000;
}
#quiz #to_step1.btn {
	color: #fbfbfb;
}
#quiz_form {
	width: 100%;
}

#quiz.quiz-double {
	position: relative;
	margin: auto;
	transform: none;
	background-color: transparent;
	width: 100%;
	right: 0;
	color: #fbfbfb;
	border: 2px solid #ffc857;
	border-radius: 15px;
	min-height: 522px;
}
#quiz.quiz-double .calc_n {
	background: transparent;
}

#step0,
#step1,
#step2,
#step3,
#step4,
#step5,
#step6,
#step7,
#step8,
#step9,
#step10,
#other_steps,
#last_step {
	display: none;
}
#step0 {
	display: block;
	text-align: center;
}

#step1 h2,
#step3 h2,
#last_step h2 {
	margin-bottom: 50px !important;
	margin-top: 25px;
	font-weight: 600;
}

#other_steps {
	text-align: center;
}

.step > small {
	text-align: center;
	margin-bottom: 30px;
	display: block;
}

.quiz_buttons {
	display: flex;
	justify-content: center;
}
@media only screen and (max-width: 1440px) {
	#quiz {
		width: 600px;
		right: 3.6%;
	}
	#quiz .row {
		margin-right: -20px;
		margin-left: -20px;
	}
}
@media only screen and (max-width: 1139px) {
	#quiz {
		right: 1.6%;
	}
}
@media screen and (max-device-width: 1024px) {
	#quiz h2 {
		margin-bottom: 50px !important;
	}
	.step-quest {
		margin-bottom: 15px;
	}
	#type-home > *,
	#type-repair > * {
		width: 50%;
		text-align: left;
		margin-bottom: 15px;
	}
	.step-quest > * {
		margin-bottom: 15px;
	}
	.step-quest > * label {
		display: flex;
		align-items: center;
		padding: 15px;
		justify-content: center;
	}
	.step-quest > * img {
		width: 30%;
		margin-bottom: 0;
		margin-right: 20px;
	}
	#contact_fields > * {
		width: 70%;
	}
	.step-quest > div > input {
		padding: 10px 30px;
		font-size: 1.1rem;
	}
}
@media only screen and (max-width: 960px) {
	.scale-slider {
		width: 91%;
	}

	.calc_n_estate {
		text-align: left;
	}
	.col-sm-6 {
		margin-bottom: 20px;
	}
}

/* #quiz .btn {
	cursor: pointer;
	background: #54a8fb;
	padding: 7px 30px;
	display: inline-block;
	border-radius: 3px;
	font-size: 1rem;
	color: #fff;
	border: 1px solid #fff;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
	text-decoration: none;
margin: 0 15px;
} */
#quiz .btn:hover {
	background: #000;
	color: #000 !important;
}

#quiz .btn.back_btn {
	background: #ccc;
}
#quiz .btn.back_btn:hover {
	background: #aaa;
}

.step-quest {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	justify-content: center;
}

.step-quest > * {
	width: 50%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.step-quest > * label {
	display: block;
	border: 2px solid #eee;
	padding: 15px 30px;
	border-radius: 5px;
	height: 100%;
}

.step-quest > * label.checked {
	border: 2px solid #54a8fb;
	box-shadow: 1px 1px 12px #ccc;
}

.step-quest > * label input {
	margin-right: 15px;
	display: none;
}

.step-quest > * label input#price_input {
	display: block;
	width: 100%;
	border-radius: 3px;
	pointer-events: none;
	font-size: 1.2rem;
	text-align: center;
}

.step-quest > * img {
	margin-bottom: 15px;
}

.step-quest > div > input {
	padding: 15px 30px;
	width: 100%;
	border: 1px solid #eee;
	border-radius: 5px;
	font-size: 1.3rem;
	text-align: center;
}

#type-home > *,
#type-repair > * {
	width: 25%;
	text-align: center;
}

#last_step {
	text-align: center;
}

#contact_fields {
	justify-content: center;
	margin-bottom: 15px;
}
#contact_fields > * {
	width: 51%;
	margin-bottom: 15px;
}

#acceptance-line {
	margin-bottom: 30px;
}

#progress_bar {
	height: 5px;
	width: 100%;
	background: rgba(84, 168, 251, 0.2);
}
#progress_in {
	width: 0%;
	height: 100%;
	background: #54a8fb;
	transition: all 0.3s ease;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s ease 0s;
}

#curr_step {
	margin-bottom: 15px;
}

@media screen and (max-device-width: 800px) {
	#quiz {
		padding: 20px 15px 50px;
	}
	#quiz h2 {
		font-size: 1.8rem;
	}
	#quiz.quiz-double {
		border: 0;
	}
	.step-quest > * img {
		display: none;
	}
	.step-quest > * label {
		text-align: center;
		padding: 10px 15px;
	}
	#contact_fields > * {
		width: 90%;
	}
	.step > small {
		margin-bottom: 15px;
	}
}

@media screen and (max-device-width: 480px) {
	#quiz h2 {
		margin-bottom: 40px !important;
	}
	.step-quest > *,
	#type-home > *,
	#type-repair > * {
		width: 90%;
	}
}

@media screen and (max-device-width: 380px) {
	#quiz h2 {
		font-size: 1.6rem;
	}
	.step-quest > *,
	#type-home > *,
	#type-repair > *,
	#contact_fields > * {
		width: 100%;
	}
	.quiz_buttons {
		justify-content: space-between;
	}
	.quiz_buttons p {
		width: 45%;
		margin-bottom: 20px;
	}
	#quiz .btn {
		width: 100%;
		margin: 0;
	}
	#step1 .quiz_buttons {
		justify-content: center;
	}
}

/* END STYLES MINI QUIZ */

/* start slick slider */

.slider-review {
	position: relative;
	padding-left: 40px;
}
.slider-review-m {
	display: none;
}

/* Слайдер */
/* Слайдер запущен */
/* Слайдер с точками */
/* Ограничивающая оболочка */
.slick-list {
	overflow: hidden;
}
.slick-list {
	height: 100% !important;
}
/* Лента слайдов */
.slick-track {
	display: flex;
	align-items: flex-start;
	height: 100%;
	gap: 66px;
}

/* Слайд */
/* Слайд активный (показывается) */
/* Слайд основной */
/* Слайд по центру */
/* Клонированный слайд */
/* Стрелка */
/* Стрелка влево */
/* Стрелка вправо */
/* Стрелка не активная */
/* Точки (булиты) */
.slider,
.slider-small {
	position: relative;
	min-width: 0;
	display: flex;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

.section-slider {
	height: 100%;
}

.slick-arrow {
	position: absolute;
	top: calc(50% - 26px);
	transform: translate(-50%);
	z-index: 9;
	font-size: 0;
	cursor: pointer;
	border: solid #000;
	border-width: 0 7px 7px 0;
	display: inline-block;
	padding: 15px;
	background: none;
	outline: none;
}

.slick-arrow.slick-prev {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	left: 0%;
}

.slick-arrow.slick-prev:hover {
	border: solid #ffc857;
	border-width: 0 7px 7px 0;
	padding: 15px;
}

.slick-arrow.slick-next {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	right: 0%;
}

.slick-arrow.slick-next:hover {
	border: solid #ffc857;
	border-width: 0 10px 10px 0;
	border-width: 0 7px 7px 0;
	padding: 15px;
}

.slick-slide .image {
	max-width: 100%;
	max-height: 100%;
}

.slider__item {
	width: 300px;
}
.slider__text-upper {
	padding: 20px 0;
}
@media only screen and (max-width: 1139px) {
	.slick-slide .image {
		width: 1000px;
	}
	.slider__item p {
		/* text-align: center!important; */
		width: 92vw;
	}
	.slider__item .text_s {
		font-size: 18px;
	}
	.slider-review {
		padding: 0 30px 0;
		display: none;
	}
	.slider-review-m {
		display: block;
	}
	.slider__item {
		width: 100vw;
	}
	.slider-title {
		font-size: 31px !important;
	}
	.slick-track {
		gap: 0;
	}
}
@media only screen and (max-width: 960px) {
	.slick-slide .image {
		width: 850px;
		height: 750px;
	}
	.slider__item p {
		width: 89vw;
	}
	.slider__item .text_s {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {
	.slick-slide .image {
		width: 750px;
		height: 650px;
	}
	.slider__item p {
		width: 88vw;
	}
}
@media only screen and (max-width: 640px) {
	.slick-slide .image {
		width: 600px;
		height: 450px;
	}
	.slider__item p {
		width: 85vw;
	}
}
@media only screen and (max-width: 565px) {
	.slick-slide .image {
		width: 600px;
		height: 450px;
	}
	.slider__item p {
		width: 83vw;
	}
}
@media only screen and (max-width: 420px) {
	.slick-slide .image {
		width: 350px;
		height: 300px;
	}
	.slider__item p {
		width: 78vw;
	}
}
@media only screen and (max-width: 375px) {
	.slick-slide .image {
		width: 308px;
		height: 300px;
	}
	.slider__item p {
		width: 75vw;
	}
}
@media only screen and (max-width: 320px) {
	.slick-slide .image {
		width: 250px;
		height: 230px;
	}
	.slider__item p {
		width: 71vw;
	}
}
/* end slick slider */
.slider-text {
	position: absolute;
	font-weight: 600;
	text-transform: uppercase;
}
.slider-title {
	letter-spacing: -0.02em;
	color: #ffc857;
	top: 100px;
	width: 100%;
	text-align: left;
	left: 170px;
	font-size: 48px;
	z-index: 10;
	width: auto;
}
.slider-subtitle {
	color: #fff;
	letter-spacing: 0.1em;
	top: 160px;
	left: 170px;
	width: 100%;
	text-align: left;
}
.text_shadow {
	text-shadow: #000 1px 1px 0, #000 -1px -1px 0, #000 -1px 1px 0, #000 1px -1px 0;
}
.slider-subtitle_wrap {
	display: flex;
	float: left;
	font-size: 42px;
	line-height: 45px;
}
.slider-offer,
.jumbotron p {
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 0;
	font-size: 25px;
	font-weight: 600;
}
.slider-offer {
	left: 170px;
	text-align: left;
	line-height: 30px;
	top: 555px;
}
.slider-offer-upper {
	top: 300px;
	left: 170px;
	text-align: left;
	letter-spacing: 0.1em;
	/* color: #e4d9d9; */
	color: #fff;
	font-size: 25px;
	margin-bottom: 0;
	font-weight: 600;
	line-height: 30px;
}
.slider-partner {
	right: 170px;
	bottom: 152px;
	position: absolute;
	color: #fff;
	text-transform: uppercase;
}
.products_margin {
	margin-top: 120px;
}
.text-between {
	padding: 80px 0 20px 0;
	text-align: center;
}
.relative {
	position: relative;
}
.products__item_special p {
	text-transform: uppercase;
	height: 80%;
	display: flex;
	align-items: center;
	border: 2px solid #ffc857;
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	color: #fbfbfb;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}
.products__btn-special {
	position: absolute !important;
	bottom: 0;
	width: 100% !important;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none !important;
}
.slider-btn {
	left: 170px;
	top: 655px;
}

.image-logo {
	height: 70px;
	width: auto;
}

.fullscreen-bg {
	overflow: hidden;
	z-index: -1;
	position: relative;
	height: 100%;
	width: 100%;
	padding-top: 45%;
}

.content-about,
.section-faq,
.section-reviews {
	background-color: #fbfbfb;
	overflow: hidden;
}
strong {
	font-weight: bold;
}

.section-faq .btn {
	margin: 30px auto;
}
#sp-ea-186 {
	line-height: 20px;
}
#sp-ea-186 ol {
	list-style: decimal;
	margin: 0 0 10px;
	padding: 0 0 0 40px;
}
#sp-ea-186 li {
	margin-top: 10px;
}
.fullscreen-bg__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.overlay {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.overlay h1 {
	text-align: center;
	color: #fff;
	font-size: 70px;
	margin-top: 70px;
	text-transform: uppercase;
}
.section-video {
	position: relative;
	z-index: 0;
}

.youtube {
	position: absolute;
	display: flex;
	margin: auto;
	z-index: 4;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	color: #fff;
	cursor: pointer;
}

.youtube .play {
	/*background: url('play.png') no-repeat;*/ /*ВАЖНО: здесь укажите адрес до изображения*/
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	height: 60px;
	width: 60px;
	transition: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.section-video iframe {
	position: absolute;
	display: flex;
	margin: auto;
	width: 852px;
	height: 480px;
	z-index: 4;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.section-fixed-fone {
	height: 450px;
	background: transparent;
}
.fixed-fone,
.fixed-fone-second {
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -2;
	background-size: cover !important;
}
.section-contacts {
	padding-bottom: 30px;
}
.section-contacts .btn {
	color: #fbfbfb;
}
.text_bold {
	font-weight: 600;
}
.input-group.comment-div {
	width: 100%;
}
#comment {
	border-radius: 4px;
	height: 130px;
	resize: none;
}
.of-y_hidden {
	overflow-y: hidden;
}

/* START MODAL WINDOW OF PRODUCTS */

.modal-window__container {
	background: rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	display: none;
	cursor: pointer;
	overflow-y: scroll;
}
.modal-window__wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 960px;
	height: auto;
	transition: opacity 0.15s linear;
}
.modal-window__exit {
	float: right;
	color: #fff;
	margin: 0;
	font-size: 37px;
}
.modal-window {
	width: calc(100% - 60px);
	height: auto;
	margin: 30px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
	cursor: default;
	position: relative;
}
.modal-window__title {
	padding: 30px;
	margin: 0;
	font-size: 40px;
	font-weight: 600;
}
.modal-window__image-description-list {
	padding: 0 30px;
	display: flex;
	margin-bottom: 50px;
}
.modal-window__image {
	max-width: 300px;
	max-height: 300px;
}
.modal-window__description {
	padding: 0 30px;
	margin: 0;
	font-size: 18px;
	line-height: 23px;
}
.modal-window__list {
	padding: 30px;
	font-size: 18px;
	line-height: 23px;
	list-style-type: none;
	margin: 0;
}
.modal-window .btn {
	bottom: 30px;
	left: 30px;
	cursor: pointer;
	width: 300px;
}
.fas.fa-dot-circle {
	font-size: 12px;
	margin-right: 5px;
}

@media only screen and (max-width: 960px) {
	/* .rev_slider li .tp-bgimg.defaultimg:first-child {
			background-position: 93%!important;
	 } */

	.desk-none {
		display: block !important;
	}
	.mob-none {
		display: none !important;
	}
	.logo-rehau {
		width: 18px;
	}
	.logo-rehau-text {
		font-size: 24px;
	}
	.logo-veka {
		width: 35px;
	}
	.logo {
		position: absolute;
		left: 50px;
	}
	.modal-window__wrapper {
		width: 100%;
		top: 65%;
	}
	.header {
		height: 50px;
	}
	.logo,
	.image-logo {
		height: 40px;
	}
	.modal-window {
		width: calc(100% - 60px);
	}
	.modal-window__title {
		font-size: 30px;
	}
	.modal-window__title,
	.modal-window__list {
		padding: 15px;
	}
	.modal-window__image-description-list {
		padding: 0 15px;
	}
	.modal-window__description-list {
		padding-left: 15px;
	}
	.modal-window__description,
	.modal-window__list {
		padding: 15px 0;
	}
	.products .modal-window .btn {
		bottom: 15px;
		left: 15px;
		width: 300px;
	}
	.slider-title {
		font-size: 38px !important;
		top: 80px !important;
		z-index: 9;
	}
	.slider-title,
	.slider-subtitle,
	.slider-offer-upper,
	.slider-partner {
		left: 50% !important;
		text-align: center;
		display: block !important;
		transform: translate(-50%, 0) !important;
		float: none;
		width: 100%;
	}
	.slider-partner {
		bottom: 20px!important;
	}
	.slider-offer-upper {
		display: flex !important;
		margin: 0 auto;
		justify-content: center;
	}

	.slider-btn,
	.slider-offer {
		left: 50% !important;
		text-align: center;
		transform: translate(-50%, 0);
		display: block !important;
		float: none;
	}
	.slider-subtitle {
		top: 145px !important;
	}
	.slider-subtitle_wrap {
		font-size: 34px !important;
		line-height: 36px !important;
		display: block;
		float: none;
	}
	.slider-offer-upper {
		top: 285px !important;
		line-height: 21px;
		transform: translate(50%, 0);
	}
	.slider-offer,
	.jumbotron p {
		bottom: 190px !important;
		font-size: 15px !important;
		line-height: 21px;
		width: 100%;
		top: auto !important;
	}
	.slider-btn {
		bottom: 125px !important;
		top: auto !important;
	}
}

/* end MODAL WINDOW OF PRODUCTS */

/* STYLE BUTTON SVG HOVER */

.btn-back-bottom {
	margin-top: 20px;
}
.btn-modal {
	cursor: pointer;
}
.section-contacts .btn {
	margin: 30px auto;
	width: 200px;
	text-align: center;
}

.btn {
	position: relative;
	display: block;
	color: #000;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	width: 200px;
	border: 2px solid #ffc857;
	padding: 15px 30px;
	text-transform: uppercase;
	overflow: hidden;
	transition: 1s all ease;
	z-index: 1;
	text-align: center;
	border-radius: 5px;
	line-height: 12px;
}
.btn::before {
	background: #ffc857;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	color: #000;
	transform: translate(-50%, -50%);
	z-index: -1;
	transition: all 0.6s ease;
}

.btn3::before {
	width: 100%;
	height: 0%;
	color: #000;
	transform: translate(-50%, -50%) rotate(45deg);
}
.btn3:hover::before {
	height: 500%;
	color: #000;
}
.btn-front:hover::before {
	height: 600% !important;
}
.btn:hover {
	border: 2px solid #000;
	color: #000;
}
.btn-header:hover::before {
	height: 550%;
}
.btn-back:hover::before {
	height: 550%;
}
.btn-front {
	border: 2px solid #000;
	background-color: #ffc857;
	font-size: 17px;
	width: auto;
}
.btn-front::before {
	background-color: #ff0d00;
}
.btn-front:hover {
	border: 2px solid #000;
	height: 500%;
}
.btn-front:hover::before {
	height: 550%;
}

/* --------------------- */
/* CSS SLIDER */

/* .tp-parallax-wrap:first-child, .tp-mask-wrap:first-child, .tp-loop-wrap:first-child {
	top: 0!important;
	left: 0!important;
	transform: translate(10%, 10%)!important;
} */

/* END CSS SLIDER */

/* FORM STYLE */
.form {
	display: none;
	z-index: 1000;
	position: absolute;
	right: 0;
}
/* .overlay {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	display: none;
} */
/*
.popup {
	position: absolute;
	width: 300px;
	height: 180px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 40px;
	background-color: #FFF;
	z-index: 1005;
} */

.close-popup {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 23px;
	height: 23px;
	cursor: pointer;
}

.close-popup:before {
	content: "";
	background-color: #000;
	position: absolute;
	height: 1px;
	width: 31px;
	top: 11px;
	left: -4px;
	transform: rotate(-45deg);
}

.close-popup:after {
	content: "";
	background-color: #000;
	position: absolute;
	height: 1px;
	width: 31px;
	top: 11px;
	transform: rotate(45deg);
	left: -4px;
}

/* FORM STYLE */

.menu-right {
	width: auto;
	display: flex;
	padding-right: 3.6%;
}
.menu-right__item {
	/* height: 70px; */
}
.menu-right__item.number {
	/* padding: 0 15px; */
	display: flex;
	flex-direction: column;
	margin: auto;
}

.menu-right__item.btn-form {
	padding-left: 10px;
}
.menu-right__item.btn-form .a-link {
	color: #fbfbfb;
	font-weight: 500;
}
.menu-right__item.btn-form .btn {
	display: flex;
	align-items: center;
	margin: 10px 0;
	background-color: #fbfbfb;
	border: 2px solid #ffc857;
	width: auto;
	line-height: 15px;
	height: 46px;
	padding: 6px 30px;
}
.menu-right__item.btn-form .btn:hover {
	border-color: #000;
}

.number-phone {
	font-weight: 600;
	letter-spacing: 2px;
	white-space: nowrap;
	margin: 3px 0;
	justify-content: flex-start !important;
	color: #fbfbfb;
}

.btn-form {
	text-align: center;
	position: relative;
}
.btn-form > .a-link {
	background-color: #238296;
	height: 30px !important;
	border-radius: 5px;
	margin: 20px 0;
	padding: 0 10px;
	font-size: 13px;
}
.btn-form:hover > .a-link {
	color: #238296;
	background-color: #fbfbfb;
	border: 1px solid #238296;
	padding: 0 9px;
}

.a-link {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
	font-weight: 600;
	text-transform: uppercase;
}

.tt-none {
	text-transform: none;
}

.a-link:hover {
	color: #ffc857;
}
a:hover {
	text-decoration: none;
}
.modal-body__thanks {
	padding: 50px 15px;
	text-align: center;
}
.content {
	flex-grow: 1;
	width: 100%;
	min-height: 100vh;
}

.section-about {
	background: #fbfbfb;
	width: 100%;
	position: relative;
}
.section-about .text_m {
	padding-bottom: 40px;
	line-height: 18px;
}

.bg-color_grey-brown {
	background-color: #323031 !important;
}
.bg-color_grey {
	background-color: #fbfbfb !important;
}
.color_white {
	color: #fbfbfb !important;
}
.color_highlight {
	color: #ffc857;
	font-weight: 700;
}
.color_highlight_red {
	color: #ff0d00;
	font-weight: 700;
}
.border_highlight {
	border: 2px solid;
	padding: 5px;
	line-height: 40px;
}
.title-block {
	position: relative;
}
.text_left {
	text-align: left !important;
}
.title {
	font-size: 40px;
	font-weight: 500;
	color: #000;
	padding: 90px 0 60px;
	text-transform: uppercase;
}
.color_black {
	color: #000 !important;
}
.m-b_10px {
	margin-bottom: 10px !important;
}
.m-t_10px {
	margin-top: 10px !important;
}
.text_m {
	font-size: 16px;
	color: #323031;
}

.p-b_20 {
	padding-bottom: 20px;
}

.text_l {
	font-size: 20px;
	font-weight: 600;
	line-height: 23px;
}

.text_xl {
	font-size: 32px;
	font-weight: 600;
	line-height: 35px;
}

.section-contacts__text {
	padding-top: 75px;
}
.section-contacts__text .text_s {
	margin-top: 30px;
	margin-bottom: 55px;
}

.color_grey {
	color: #808080;
}
.contacts {
	display: flex;
	justify-content: space-between;
}
.contacts__item {
	width: 360px;
	height: 360px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: #fbfbfb;
	display: flex;
	flex-direction: column;
}
.contacts__icon {
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.contacts__item .text_l {
	padding: 10px;
	display: flex;
	justify-content: center;
	text-decoration: none;
	text-align: center;
	flex-direction: column;
}
.contacts__item .text_l.color_grey {
	font-weight: 500;
}
.contacts__icon .icon {
	font-size: 50px;
	color: #323031;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* start css modal form */

.modal-dialog {
	position: relative;
	width: auto;
	margin: 120px auto;
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
}
.modal-title {
	font-size: 20px;
	font-weight: 600;
}
.modal-text {
	margin: 20px 0;
}
.modal-text:first-child {
	margin-top: 10px;
}
/* end css modal form */
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.text_left {
	text-align: left;
}
.fw_bold {
	font-weight: bold;
}

.section-products.section-products-next {
	background-color: #fff !important;
	padding-bottom: 30px;
}
.section-products.section-products-next .container_small,
.section-products.section-products-next {
	min-height: inherit;
}
.section-products.section-products-next .products_wrapper {
	min-height: 89vh;
	position: relative;
}
.section-products.section-products-next .products__name {
	margin: 20px 0 10px 0;
	color: #000;
}
.section-products.section-products-next .btn {
	color: #000;
}
/* .section-products.section-products-next .products__price {
	color: #000;
} */
.section-products.section-products-next .title {
	padding: 0;
}
.section-products.section-products-next .title-block {
	display: flex;
	padding: 100px 0 40px 0;
	justify-content: space-between;
}

.why-we-icons {
	justify-content: space-between;
}
.why-we-icons {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.why-we-icons__item {
	width: 300px;
	height: auto;
	display: flex;
	flex-direction: column;
}
.why-we-icons__image .image {
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #000;
	margin: auto;
}
.why-we-icons__text {
	text-align: center;
}
.why-we-icons .text_l {
	line-height: 25px;
	padding: 10px 0;
}
.why-we-icons .text_s {
	line-height: 20px;
	width: 300px;
	margin: 0 auto;
	font-size: 18px;
}
.section-products,
.content-about,
.section-faq,
.section-contacts,
.section-reviews,
.section-stages {
	padding-bottom: 80px;
}
.products {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}
.products__item {
	width: 31.96%;
	margin-bottom: 2rem;
}
.products__item .btn {
	color: #fbfbfb;
}
.products__item .btn:hover::before {
	height: 700%;
}
.products__item .btn:hover {
	color: #000;
}
.products__image {
	width: 100%;
}
.products__image .image {
	width: 100%;
	height: 100%;
}
.text__size_15,
sup {
	font-size: 15px;
}
#wpdcom .wpd-comment-date {
	display: none;
}
.products__name {
	font-size: 25px;
	font-weight: 600;
	margin: 20px 0 10px;
	height: 50px;
	text-transform: uppercase;
	color: #fbfbfb;
}
.products__price {
	font-size: 25px;
	font-weight: 600;
	margin: 10px 0 20px 0;
	color: #ffc857;
}

.content-services__text .text_s {
	margin-top: 45px;
	margin-bottom: 25px;
}

.d-block {
	display: block !important;
}
.d-none {
	display: none !important;
}
.content-small {
	height: 100%;
}
.footer {
	width: 100%;
}
.footer .logo {
	padding: 0;
}
.footer .a-link {
	padding: 0 7px;
	font-size: 14px;
	color: #808080;
	height: 25px;
}

.container_small {
	width: 1140px;
	margin: 0 auto;
	padding: 0 15px;
}

.footer__top {
	background-color: #1c1b1b;
	padding: 20px 0;
}
.footer-info {
	display: flex;
	justify-content: center;
}
.footer-info__item {
	width: auto;
	height: 40px;
	display: flex;
	align-items: center;
	margin: 0 15px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
	-moz-appearance: number-input;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.footer .text_s {
	height: 130px;
}
.w100 {
	width: 100%;
}
.ur-dannie {
	font-size: 10px;
	text-transform: none;
	line-height: 12px;
}
.social-icon_inst {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	flex-direction: row;
}
.social {
	display: flex;
	width: 100%;
	gap: 20px;
}
.cursor_pointer {
	cursor: pointer;
}
.presentation {
	text-transform: none;
	font-size: 15px;
	color: #808080;
	margin: auto 0;
	text-decoration: none;
}

.presentation:hover {
	color: #ffc857;
}
.presentation:focus {
	text-decoration: none;
	color: #808080;
}
.presentation:focus:hover {
	color: #ffc857;
}
.contacts__a-mail {
	color: #fbfbfb;
}
.contacts__a-mail:hover {
	color: #fbfbfb;
}
.contacts__a-mail:focus {
	text-decoration: none;
	color: #fbfbfb;
}
.contacts__a-mail:focus:hover {
	color: #fbfbfb;
}
.text_s {
	font-size: 14px;
	color: #808080;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-decoration: none;
	margin: 0;
	line-height: 20px;
}

.footer-title {
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
}

.footer__bottom {
	background-color: #1c1b1b;
	height: 100%;
}

.footer-first-line {
	height: 35px;
}

.footer__wrapper {
	display: flex;
	justify-content: space-center;
	flex-direction: column;
}

.tt-upper {
	text-transform: uppercase;
}

.arrow-up {
	background-color: #262425;
	height: 100%;
	width: 50px;
	cursor: pointer;
}

.arrow-up .icon {
	width: 50px;
	height: 130px;
	color: #808080;
	display: flex;
	justify-content: center;
	align-items: center;
}
.arrow-up .icon:hover {
	background-color: #ffc857;
	color: #262425;
}
.copyright,
.arrow-up__wrapper {
	width: 50%;
}
.copyright {
	padding-right: 15px;
}
.created {
	width: 38.59649122807018%;
}

.flex-center-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-center-left {
	display: flex;
	justify-content: space-evenly;
	flex-direction: column;
}

.flex-center-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.footer-column2 .text_s:hover {
	color: #238296;
}

.footer-column3 .text_s:hover {
	color: #238296;
}
.line1 {
	width: 100px;
	color: #000;
	height: 2px;
	background: #000;
	border: 0px;
}
@media only screen and (max-width: 1600px) {
	.slider-title {
		font-size: 43px;
	}
	.slider-offer,
	.slider-offer-upper,
	.jumbotron p {
		font-size: 21px;
		line-height: 27px;
	}
	.slider-offer {
		top: 565px;
	}
	.slider-subtitle_wrap {
		font-size: 40px;
	}
}
@media only screen and (max-width: 1440px) {
	.section-video iframe {
		width: 675px;
		height: 380px;
	}
	.slider-title,
	.slider-subtitle,
	.slider-offer-upper,
	.slider-btn,
	.slider-offer {
		left: 140px;
	}
	/* .slider-btn, .slider-offer {
		right: 140px;
	} */
}
@media only screen and (max-width: 1279px) {
	.menu-right__item.btn-form .btn {
		height: 45px;
		padding: 6px 12px;
	}
	.slider-title {
		font-size: 35px;
		top: 92px;
	}
	.slider-title,
	.slider-subtitle,
	.slider-offer-upper,
	.slider-btn,
	.slider-offer {
		left: 135px;
	}
	/* .slider-btn, .slider-offer {
		right: 100px;
	} */
	.slider-subtitle {
		top: 135px;
	}
	.slider-subtitle_wrap {
		font-size: 30px;
		line-height: 35px;
	}
	.slider-offer-upper {
		bottom: 200px;
		line-height: 21px;
		font-size: 17px;
	}
	.slider-offer,
	.jumbotron p {
		bottom: 200px;
		font-size: 17px;
		line-height: 21px;
	}
	.slider-offer {
		top: 587px;
	}
	.slider-btn {
		bottom: 145px;
	}
	/* .slider-partner {
	    bottom: 113px;
	} */
	/* .slider-offer, .jumbotron p {
		font-size: 16px;
		right: 0;
		bottom: 200px;
		width: 100%;
		text-align: center;
	} */
	.btn-front {
		font-size: 12px;
	}
}
@media only screen and (max-width: 1247px) {
	.a-link {
		font-size: 14px;
	}
	.menu-item .a-link {
		padding: 0 15px;
		font-weight: 600;
	}
}
@media only screen and (max-width: 1139px) {
	.container_small {
		width: auto;
		padding: 0 15px;
	}
	.slider-title,
	.slider-subtitle,
	.slider-offer-upper,
	.slider-btn,
	.slider-offer {
		left: 115px;
	}
	.slider-partner {
	    right: 115px;
	}
	.title {
		font-size: 39px;
	}
	.contacts__item {
		width: 300px;
		height: 300px;
	}
	.contacts,
	.services {
		justify-content: space-evenly;
	}
	.menu-right {
		padding-right: 1.6%;
	}
	.logo {
		padding-left: 1.6%;
	}
	.menu-item .a-link {
		padding: 0 10px;
	}
	.menu-right__item.number {
		padding-right: 5px;
	}
	.menu-right__item.btn-form {
		padding-left: 5px;
	}
}
@media only screen and (max-width: 1070px) {
	/* .slider-subtitle,
	.slider-offer-upper, .slider-btn,
	.slider-offer {
		left: 1.6%;
	} */
}
@media screen and (max-width: 959px) {
	.stages {
		flex-wrap: wrap;
	}
	.stages__item {
		width: 50%;
		margin-top: 30px;
	}
	.stages__step {
		font-size: 37px;
		padding: 10px 32px;
	}
	.title {
		text-align: center;
	}
	.products__btn-special {
		width: 100% !important;
	}
	.footer .text_s,
	.arrow-up .icon {
		height: 190px;
	}
	.overlay h1 {
		font-size: 50px;
	}
	.section-products.section-products-next .title-block {
		flex-direction: column;
	}
	.section-products.section-products-next .title-block .title {
		padding-bottom: 20px;
		margin: auto;
		font-size: 35px;
	}
	.text_xl {
		font-size: 23px;
		font-weight: 600;
		line-height: 28px;
	}

	.btn-back {
		margin: auto;
	}
	.section-video iframe {
		width: 80%;
		height: 100%;
	}
	.btn-front {
		font-size: 16px;
	}
	.btn::before {
		top: 0;
		left: 0;
		transform: none;
		transition: 0;
	}
	.btn3::before {
		transform: none;
	}
	.menu-right__item.btn-form {
		display: none;
	}
	.why-we-icons {
		justify-content: space-around;
	}
	.title {
		font-size: 30px;
		padding: 50px 0 40px;
	}
	.products .btn {
		width: auto;
	}
	.why-we-icons__item {
		margin: 25px auto 0;
	}
	.products {
		gap: 3%;
	}
	.products__item {
		width: 48.5%;
	}
	.section-fixed-fone .fixed-fone {
		background: #999 url(https://certafenestra.ru/wp-content/uploads/2021/04/slideer1.jpg) 90% no-repeat fixed !important;
	}
	.contacts {
		flex-direction: column;
	}
	.contacts__item {
		width: 100%;
		height: 100%;
		padding-bottom: 100px;
	}
	.contacts__item:first-child {
		border-bottom: none;
	}
	.contacts__item:last-child {
		border-top: none;
	}
	.copyright,
	.arrow-up__wrapper {
		width: auto;
	}
}
@media only screen and (max-width: 767px) {
	.products__name {
		font-size: 20px;
	}
	.products__item_special p {
		font-size: 19px;
		line-height: 24px;
	}
	.modal-window__wrapper {
		left: 0;
		top: 4%;
		transform: none;
	}
	.overlay h1 {
		font-size: 30px;
		margin-top: 30px;
	}
	.modal-window__exit {
		font-size: 25px;
		margin-right: 5px;
	}
	.modal-window .btn {
		width: calc(100% - 30px);
	}
	.modal-window {
		width: 100%;
		margin: 25px 0 0 0;
	}
	.modal-window__image {
		width: 50%;
	}
	.modal-window__description-list {
		padding-left: 0;
	}
	.modal-window__description,
	.modal-window__list {
		font-size: 14px;
		line-height: 18px;
		padding: 15px 0;
	}
	.modal-window__image-description-list {
		flex-wrap: wrap;
	}
	.menu-right__item.btn-form {
		display: none;
	}
	.stages__text {
		font-size: 20px;
	}
}
@media only screen and (max-width: 425px) {
	.products__item_special p {
		padding: 18% 0 18% 0;
	}
	.slider-partner {
		font-size: 11px;
	}
	.products__item {
		width: 100%;
	}
	.overlay h1 {
		margin-top: 10px;
	}
	.products__name {
		font-size: 25px;
	}
	.slider-title {
		font-size: 30px !important;
		top: 85px !important;
	}
	.slider-title,
	.slider-subtitle,
	.slider-offer-upper {
		left: 50% !important;
		text-align: center;
		display: block !important;
		transform: translate(-50%, 0) !important;
		float: none;
		width: 100%;
	}
	.slider-btn,
	.slider-offer {
		left: 50% !important;
		text-align: center;
		transform: translate(-50%, 0);
		display: block !important;
		float: none;
	}
	.slider-subtitle {
		top: 135px !important;
	}
	.slider-subtitle_wrap {
		font-size: 30px !important;
		line-height: 32px !important;
		display: block;
		float: none;
	}
	.slider-offer-upper {
		bottom: 285px !important;
		line-height: 17px !important;
		font-size: 12px !important;
		right: 50% !important;
		transform: translate(50%, 0);
	}
	.slider-offer,
	.jumbotron p {
		bottom: 120px !important;
		font-size: 12px !important;
		line-height: 17px !important;
		width: 100%;
	}
	.slider-btn {
		bottom: 65px !important;
	}
	.stages__text {
		font-size: 17px;
	}
}
