@charset "utf-8";
@font-face {
	font-family: "Gilroy";
	src: url("../fonts/Gilroy-ExtraBold.eot");
	src: local("Gilroy ExtraBold"), local("Gilroy-ExtraBold"),
	url("../fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"),
	url("../fonts/Gilroy-ExtraBold.woff") format("woff"),
	url("../fonts/Gilroy-ExtraBold.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: "Gilroy";
	src: url("../fonts/Gilroy-Light.eot");
	src: local("Gilroy Light"), local("Gilroy-Light"),
	url("../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"),
	url("../fonts/Gilroy-Light.woff") format("woff"),
	url("../fonts/Gilroy-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}
body {
	font-family: "Gilroy", sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	overflow-x: hidden;
	width: 100%;
	background:#f5f0ed;
}
p {
	margin: 0;
}
a {
	outline: none;
}
.container {
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
	max-width: 1200px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}
.container_0 {
	padding: 0;
}
.form__field {
	margin-top: 35px;
}
.form__label {
	color: #322c3a;
	margin-bottom: 10px;
	display: block;
}
.form__input {
	height: 42px;
	width: 100%;
	border: 0;
	outline: none;
	border-bottom: 1px solid #f49203;
	font-size: 24px;
	line-height: 30px;
	font-weight: 800;
	padding-left: 40px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	color: #1e1e1e;
}
.form__input::-webkit-input-placeholder {
	color: #1e1e1e;
}
.form__input::-moz-placeholder          {
	color: #1e1e1e;
}
.form__input:-moz-placeholder           {
	color: #1e1e1e;
}
.form__input:-ms-input-placeholder      {
	color: #1e1e1e;
}
.form__input_phone {
	background-image: url("../img/form/icon-phone.svg");
	background-position: 7px center;
	background-repeat: no-repeat;
	background-size: 25px 25px;
}
.form__input_name {
	background-image: url("../img/form/icon-name.svg");
	background-position: 7px center;
	background-repeat: no-repeat;
	background-size: 25px 25px;
}
.form__input_s {
	font-size: 18px;
}
.form__input_error {
	border-color: #E91E63 !important;
	border-width: 2px;
}
.form__btn-container {
	width: 100%;
}
.form__submit {
	width: 100%;
}
.form__policy {
	font-size: 12px;
	line-height: 18px;
	color: #1e1e1e;
}
.form__policy a {
	color: #1e1e1e;
}
.form__policy-checkbox {
	border: 1px solid #f4c325;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	display: inline-block;
	vertical-align: top;
	margin-right: 7px;
	width: 14px;
	height: 14px;
	cursor: pointer;
	position: relative;
}
.form__policy-checkbox_checked:after {
	content: "";
	position: absolute;
	left: 2px;
	top: 2px;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	width: 10px;
	height: 10px;
	background: #f4c325;
}
.btn {
	background: transparent;
	font-weight: 800;
	text-decoration: none;
	outline: none;
	border: 0;
	padding: 0;
	margin: 0;
	display: table;
	cursor: pointer;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.btn-container {
	position: relative;
	z-index: 1;
	display: table;
}
.btn-container_orange:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 100%;
	border-style: solid;
	-webkit-border-radius: 100px;
	        border-radius: 100px;
	border-width: 1px;
	border-color: rgb(196, 123, 84);
	background-color: rgb(231, 120, 24);
	-webkit-box-shadow: 0px 7px 9.24px 1.76px rgba(0, 0, 0, .24);
	        box-shadow: 0px 7px 9.24px 1.76px rgba(0, 0, 0, .24);
	z-index: -2;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.btn_orange {
	background: #ffe759;
	background: -webkit-linear-gradient(top, #ffe759 0%,#f4c325 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffe759),to(#f4c325));
	background: linear-gradient(to bottom, #ffe759 0%,#f4c325 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe759', endColorstr='#f4c325',GradientType=0 );
	-webkit-box-shadow: -0.551px 1.923px 3.56px 0.44px rgba(0, 0, 0, .2),inset 0px 1px 3px 0px rgba(255, 255, 255, .5);
	        box-shadow: -0.551px 1.923px 3.56px 0.44px rgba(0, 0, 0, .2),inset 0px 1px 3px 0px rgba(255, 255, 255, .5);
	text-shadow: 0px 2px 1.84px rgba(0, 0, 0, .15);
	-webkit-border-radius: 100px;
	        border-radius: 100px;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.btn_orange:after {
	content: "";
	margin-left: 60px;
	width: 30px;
	height: 300px;
	background: #ffffff;
	background: rgba(255, 255, 255, .5);
	-webkit-animation-delay: 0.05s;
	        animation-delay: 0.05s;
	position: absolute;
	left: -40px;
	top: -150px;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	-webkit-animation-name: slideme;
	        animation-name: slideme;
	-webkit-animation-duration: 3s;
	        animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.btn_orange:hover {
	background: #fa9f2a;
	background: -webkit-linear-gradient(top, #ffe759 0%, #fa9f2a 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffe759), to(#fa9f2a));
	background: linear-gradient(to bottom, #ffe759 0%, #fa9f2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe759', endColorstr='#fa9f2a',GradientType=0 );
}
.btn_xl {
	padding: 15px 30px;
	font-size: 14px;
	line-height: 20px;
	text-shadow: 0px 0px 1px black, 0px 0px 1px black;
}
.title {
	font-weight: 800;
}
.title_xl {
	font-size: 40px;
	line-height: 46px;
}
.title_l {
	font-size: 36px;
	line-height: 42px;
}
.title_l2 {
	font-size: 36px;
	line-height: 42px;
	text-shadow: 0px 0px 5px black, 0px 0px 5px black;
}
.title_m {
	font-size: 30px;
	line-height: 36px;
}
.title_m2 {
	font-size: 30px;
	line-height: 36px;
	text-shadow: 0px 0px 5px black, 0px 0px 5px black;
}
.title_s {
	font-size: 24px;
	line-height: 30px;
}
.title_white {
	color: #fff;
}
.title_bordered_left {
	position: relative;
	margin-bottom:15px;
}
.title_bordered_left:before {
	content: "";
	position: absolute;
	left: -20px;
	top: 0;
	bottom: 0;
	width: 5px;
	height: 100%;
	background-image: -webkit-linear-gradient(90deg, rgb(242, 138, 3) 0%, rgb(250, 156, 3) 50%, rgb(253, 201, 58) 74%, rgb(255, 246, 112) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(242, 138, 3) 0%, rgb(250, 156, 3) 50%, rgb(253, 201, 58) 74%, rgb(255, 246, 112) 100%);
}
.title_bordered_bottom {
	position: relative;
	padding-bottom: 30px;
}
.title_bordered_bottom:after {
	content: "";
	background-image: -webkit-linear-gradient( 90deg, rgb(242, 138, 3) 0%, rgb(245, 165, 3) 50%, rgb(250, 194, 16) 74%, rgb(255, 223, 29) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(242, 138, 3) 0%, rgb(245, 165, 3) 50%, rgb(250, 194, 16) 74%, rgb(255, 223, 29) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 127px;
	height: 8px;
}
.signature {
	text-align: right;
	font-style: italic;
}
.otzyv {
	font-size: 16px;
}
.title_center {
	text-align: center;
}
.link {
	font-family: "Gilroy", sans-serif;
	background: transparent;
	font-weight: 800;
	text-decoration: none;
	outline: none;
	border: 0;
	padding: 0;
	margin: 0;
	display: table;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	font-size: 16px;
	line-height: 24px;
}
.link_orange {
	color: #f4c325;
	padding-bottom: 4px;
	border-bottom: 2px dotted;
}
.link_orange:hover {
	color: #ffbc00;
}
.logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.logo__col_right {
	padding-left: 30px;
}
.logo__desc * {
	text-decoration: none;
	color: #1e1e1e;
}
.header {
	padding: 10px 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 2;
	background:#fff;
}
.header__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.header-contacts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.header-contacts__phone {
	font-size: 24px;
	line-height: 30px;
	color: grey;
	font-weight: 800;
	text-decoration: none;
}
.header__text{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}
.header-contacts__callback {
	margin-top: 5px;
}
.promo {
	background-image: url("../img/promo/bg.jpg");
	background-position: left center;
	background-size: cover;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.promo__rounds {
	position: absolute;
	left: 150px;
	top: 50px;
	width: 700px;
	height: 700px;
	z-index: -1;
}
.promo__rounds-round {
	border: 1px solid #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.1);
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
}
.promo__points-plus {
	position: absolute;
	-webkit-transform: translate(-30%, -50%);
	    -ms-transform: translate(-30%, -50%);
	        transform: translate(-30%, -50%);
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	background-image: -webkit-linear-gradient(90deg, rgb(226, 129, 3) 31%, rgb(249, 189, 8) 81%, rgb(252, 198, 62) 90%, rgb(255, 206, 116) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(226, 129, 3) 31%, rgb(249, 189, 8) 81%, rgb(252, 198, 62) 90%, rgb(255, 206, 116) 100%);
	height: 31px;
	width: 31px;
	color: #fff;
	font-weight: 800;
	text-align: center;
	line-height: 31px;
	font-size: 30px;
	cursor: pointer;
	z-index: 2;
}
.promo__points-plus:nth-child(1) {
	left: 51%;
	top: 160px;
	display: none;
}
.promo__points-plus:nth-child(2) {
	left: 10%;
	top: 196px
}
.promo__points-plus:nth-child(3) {
	left: 8%;
	bottom: 179px
}
.promo__points-plus:nth-child(4) {
	left: 32%;
	bottom: 100px
}
.promo__points-plus-hidden {
	background: #fff;
	position: absolute;
	left: -15px;
	top: 35px;
	width: 320px;
	padding: 15px;
	display: none;
}
.promo__points-plus-hidden:before {
	content: "";
	position: absolute;
	left: 20px;
	top: -18px;
	border: 10px solid transparent;
	border-bottom: 10px solid #fff;
}
.promo__points-plus-hidden p {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	font-weight: 300;
}
.promo__points-plus:hover .promo__points-plus-hidden {
	display: block;
}
.promo__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	min-height: 800px;
	padding-top: 107px;
	padding-bottom: 107px;
}
.promo__content {
	-webkit-flex-basis: 680px;
	    -ms-flex-preferred-size: 680px;
			flex-basis: 680px;
	margin: 0 auto;
}
.promo__content-options {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
}
.promo__cols {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-top: 60px;
}
.promo__cols-col {
	margin-top: 15px;
}
.promo__cols-col_left {
	padding-right: 30px;
}
.promo__title {
	margin-left: 20px;
    text-shadow: 0px 0px 10px black, 4px 4px 10px black;
}
.thanks-promo__content {
	-webkit-flex-basis: 740px;
	    -ms-flex-preferred-size: 740px;
	        flex-basis: 740px;
}
.thanks-promo__back {
	margin-top: 45px;
}
.order{
	padding: 75px 0;
} 
.promo__bottom{
	text-align: end;
}
.promo__bottom-text{
    font-size: initial;
	padding: 0 10px;
    display: inline-block;
	color: #ffffff;
	text-shadow: 0px 0px 10px black, 4px 4px 10px black;
}
.order__text{
	text-align: center;
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.5;
}
.order__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	padding-bottom: 35px;
}
.order__col_left {
	-webkit-flex-basis: 750px;
	    -ms-flex-preferred-size: 750px;
	        flex-basis: 750px;
	position: relative;
}
.order__col_right {
	-webkit-flex-basis: -webkit-calc(100% - 750px);
	    -ms-flex-preferred-size: calc(100% - 750px);
	        flex-basis: calc(100% - 750px);
	z-index: 2;
}
.order__info {
	background: #fff;
	width: 320px;
	padding: 35px 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: absolute;
	right: -35px;
	bottom: -35px;
	z-index: 3;
	-webkit-box-shadow: 0px 2px 15.48px 2.52px rgba(0, 0, 0, .19);
	        box-shadow: 0px 2px 15.48px 2.52px rgba(0, 0, 0, .19);
}
.order__info-line {
	background-image: -webkit-linear-gradient(90deg, rgb(242, 138, 3) 0%, rgb(254, 168, 3) 50%, rgb(255, 193, 8) 74%, rgb(255, 218, 13) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(242, 138, 3) 0%, rgb(254, 168, 3) 50%, rgb(255, 193, 8) 74%, rgb(255, 218, 13) 100%);
	width: 46px;
	height: 5px;
	margin: 0 auto;
	display: block;
	border: 0;
}
.order__info-title {
	text-align: center;
	margin-top: 15px;
	font-weight: bold;
}
.order-inner {
	width: 100%;
	background: #f4c325;
	background: -webkit-linear-gradient(-45deg, #f4c325 0%,#ffd307 100%);
	background: -webkit-linear-gradient(315deg, #f4c325 0%,#ffd307 100%);
	background: linear-gradient(135deg, #f4c325 0%,#ffd307 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4c325", endColorstr="#ffd307", GradientType=1);
	z-index: 1;
	padding: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}
.order-inner:after {
	content: "";
	position: absolute;
	left: 1px;
	top: 1px;
	background: #fff;
	height: 100%;
	width: 100%;
	max-height: -webkit-calc(100% - 2px);
	max-height: calc(100% - 2px);
	max-width: -webkit-calc(100% - 2px);
	max-width: calc(100% - 2px);
	z-index: -1;
}
.order-form-inner {
	background: -webkit-linear-gradient(-45deg, #f4c325 0%,#ffd307 100%);
	background: -webkit-linear-gradient(315deg, #f4c325 0%,#ffd307 100%);
	background: linear-gradient(135deg, #f4c325 0%,#ffd307 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4c325", endColorstr="#ffd307", GradientType=1);
	width: 100%;
	position: relative;
	z-index: 1;
	padding: 70px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.order-form-inner:after {
	content: "";
	position: absolute;
	left: 10px;
	top: 10px;
	background: #fff;
	height: 100%;
	width: 100%;
	max-height: -webkit-calc(100% - 20px);
	max-height: calc(100% - 20px);
	max-width: -webkit-calc(100% - 20px);
	max-width: calc(100% - 20px);
	z-index: -1;
}
.order-form {
	width: 100%;
	max-width: 390px;
}
.order-form__tarif {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}
.order-form__tarif-item {
	padding: 3px 15px;
	font-weight: 800;
	color: #cacaca;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
	margin-top: 15px;
	cursor: pointer;
}
.order-form__tarif-item:not(:last-child) {
	margin-right: 30px;
}
.order-form__tarif-item_selected {
	background-image: -webkit-linear-gradient( 90deg, rgb(243, 140, 3) 0%, rgb(255, 214, 7) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(243, 140, 3) 0%, rgb(255, 214, 7) 100%);
	color: #fff;
}
.order-form__field:not(:first-child) {
	width: 100%;
	max-width: 350px;
}
.order-form__submit {
	font-size: 14px;
}
.order__journal {
	display: block;
	width: 530px;
	margin-left: -110px;
	margin-bottom: -25px;
}
.order__arrow {
	height: 75px;
	width: 24px;
	position: absolute;
	right: 15px;
	bottom: 35px;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	-webkit-animation: spin 1.4s infinite linear;
	        animation: spin 1.4s infinite linear;
	cursor: pointer;
	z-index: 2;
}
.why { /* Сделано */
	padding: 75px 0;
	overflow: hidden;
}
.why-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	padding-top: 45px;
}
.why-items__item {
	-webkit-flex-basis: 290px;
	    -ms-flex-preferred-size: 290px;
	        flex-basis: 290px;
	margin: 0 15px;
	margin-top: 85px;
	z-index: 1;
	position: relative;
}
.why-items__item:nth-child(2) {
	z-index: 2;
}
.why-items__item-inner {
	background: #fff;
	-webkit-box-shadow: 0px 0px 19.92px 4.08px rgba(0, 0, 0, .17);
	        box-shadow: 0px 0px 19.92px 4.08px rgba(0, 0, 0, .17);
	padding: 0 25px;
	padding-bottom: 70px;
	padding-top: 1px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 2;
}
.why-items__item_optimal .why-items__item-inner {
	-webkit-box-shadow: 0px 0px 15.96px 5.04px rgba(248, 141, 5, .17);
	        box-shadow: 0px 0px 15.96px 5.04px rgba(248, 141, 5, .17);
}
.why-items__item-round {
	position: absolute;
	height: 274px;
	width: 274px;
	z-index: -1;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
}
.why-items__item-round_1 {
	left: -70px;
	bottom: -70px;
	background: -webkit-linear-gradient(-45deg, #f4c325 0%,#ffd307 100%);
	background: -webkit-linear-gradient(315deg, #f4c325 0%,#ffd307 100%);
	background: linear-gradient(135deg, #f4c325 0%,#ffd307 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4c325", endColorstr="#ffd307", GradientType=1);
}
.why-items__item-round_1:after {
	content: "";
	position: absolute;
	left: 1px;
	top: 1px;
	background: #fff;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	height: -webkit-calc(100% - 2px);
	height: calc(100% - 2px);
	width: -webkit-calc(100% - 2px);
	width: calc(100% - 2px);
}
.why-items__item-round_2 {
	right: -70px;
	top: -140px;
	background: -webkit-linear-gradient(-45deg, #f4c325 0%,#ffd307 100%);
	background: -webkit-linear-gradient(315deg, #f4c325 0%,#ffd307 100%);
	background: linear-gradient(135deg, #f4c325 0%,#ffd307 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4c325", endColorstr="#ffd307", GradientType=1);
}
.why-items__item-round_2:after {
	content: "";
	position: absolute;
	left: 1px;
	top: 2px;
	background: #fff;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	height: -webkit-calc(100% - 3px);
	height: calc(100% - 3px);
	width: -webkit-calc(100% - 3px);
	width: calc(100% - 3px);
}
.why-items__item-picture {
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	-webkit-box-shadow: 0px 0px 19.92px 4.08px rgba(0, 0, 0, .17);
	        box-shadow: 0px 0px 19.92px 4.08px rgba(0, 0, 0, .17);
	display: block;
	margin: 0 auto;
	margin-top: -50px;
}
.why-items__item-title {
	text-align: center;
	font-weight: 800;
	margin-top: 25px;
	font-size: 18px;
	line-height: 24px;
}
.why-items__item-link {
	margin: 0 auto;
	margin-top: 15px;
	text-align: center;
}
.why__btn-container {
	margin: 0 auto;
	margin-top: 70px;
}
.materials {
	position: relative;
	z-index: 1;
}
.materials:after {
	content: "";
	position: absolute;
	background: url("../img/materials/bg.jpg") center center no-repeat;
	background-size: cover;
	right: 50%;
	top: 0;
	height: 100%;
	width: 50%;
	z-index: -1;
}
.materials__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	min-height: 426px;
	padding: 0;
}
.materials__col {
	-webkit-flex-basis: 50%;
	    -ms-flex-preferred-size: 50%;
	        flex-basis: 50%;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.materials__col_left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	padding-left: 70px;
}
.materials__col_right {
	padding: 15px 0;
}
.materials__desc {
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	margin-top: 25px;
}
.materials-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.materials-items__item {
	-webkit-flex-basis: 180px;
	    -ms-flex-preferred-size: 180px;
	        flex-basis: 180px;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.materials-items__item:nth-child(2) {
	margin-top: 150px;
}
.materials-items__item-picture {
	display: block;
	margin: 0 auto;
}
.materials-items__item-picture-container {
	position: relative;
}
.materials-items__item-plus {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-30%, -50%);
	    -ms-transform: translate(-30%, -50%);
	        transform: translate(-30%, -50%);
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	background-image: -webkit-linear-gradient( 90deg, rgb(226, 129, 3) 31%, rgb(249, 189, 8) 81%, rgb(252, 198, 62) 90%, rgb(255, 206, 116) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(226, 129, 3) 31%, rgb(249, 189, 8) 81%, rgb(252, 198, 62) 90%, rgb(255, 206, 116) 100%);
	height: 31px;
	width: 31px;
	color: #fff;
	font-weight: 800;
	text-align: center;
	line-height: 31px;
	font-size: 30px;
	cursor: pointer;
	z-index: 2;
}
.materials-items__item-plus-hidden {
	background: #fff;
	position: absolute;
	right: -15px;
	top: 35px;
	width: 320px;
	padding: 15px;
	display: none;
}
.materials-items__item-plus-hidden:before {
	content: "";
	position: absolute;
	right: 20px;
	top: -18px;
	border: 10px solid transparent;
	border-bottom: 10px solid #fff;
}
.materials-items__item-plus-hidden p {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	font-weight: 300;
}
.materials-items__item-plus:hover .materials-items__item-plus-hidden {
	display: block;
}
.materials-items__item-title {
	text-align: center;
	margin-top: 15px;
	font-weight: 800;
	color: #1e1e1e;
}
.materials-items__item-price {
	text-align: center;
	font-weight: 800;
	color: #1e1e1e;
}
.projects {
	padding: 75px 0;
	padding-bottom: 140px;
	overflow: hidden;
}
.projects-slider {
	max-width: 998px;
	margin: 0 auto;
	position: relative;
	padding: 0 115px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.projects-slider__arrow {
	background-repeat: no-repeat;
	background-position: center center;
	height: 26px;
	width: 81px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	top: 236px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}
.projects-slider__arrow_prev {
	left: 0;
}
.projects-slider__arrow_prev:hover {
	-webkit-transform: translateY(-50%) translateX(-5px);
	    -ms-transform: translateY(-50%) translateX(-5px);
	        transform: translateY(-50%) translateX(-5px);
}
.projects-slider__arrow_next {
	background-image: url("../img/slider/icon-arrow_next.svg");
	right: 0;
}
.projects-slider__arrow_next:hover {
	-webkit-transform: translateY(-50%) translateX(5px);
	    -ms-transform: translateY(-50%) translateX(5px);
	        transform: translateY(-50%) translateX(5px);
}
.projects-slider__slide-content {
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);
	max-width: 620px;
	margin: 0 auto;
	background: #f4c325;
	background: -webkit-linear-gradient(-45deg, #f4c325 0%,#ffd307 100%);
	background: -webkit-linear-gradient(315deg, #f4c325 0%,#ffd307 100%);
	background: linear-gradient(135deg, #f4c325 0%,#ffd307 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4c325", endColorstr="#ffd307", GradientType=1);
	z-index: 1;
	padding: 0 50px 25px 50px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}
.projects-slider__slide-content:after {
	content: "";
	position: absolute;
	left: 1px;
	top: 0;
	background: #fff;
	height: 100%;
	width: 100%;
	max-height: -webkit-calc(100% - 1px);
	max-height: calc(100% - 1px);
	max-width: -webkit-calc(100% - 2px);
	max-width: calc(100% - 2px);
	z-index: -1;
}
.projects-slider__dots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 23px;
}
.projects-slider__dots-dot {
	background-image: -webkit-linear-gradient( 90deg, rgb(226, 129, 3) 31%, rgb(249, 189, 8) 81%, rgb(252, 198, 62) 90%, rgb(255, 206, 116) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(226, 129, 3) 31%, rgb(249, 189, 8) 81%, rgb(252, 198, 62) 90%, rgb(255, 206, 116) 100%);
	width: 37px;
	height: 37px;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	text-align: center;
	color: #fff;
	font-size: 25px;
	line-height: 40px;
	font-weight: 800;
	margin: 0 7px;
	margin-top: 7px;
	cursor: pointer;
}
.projects-item__picture {
	display: block;
	width: 100%;
}
/* .projects-item__picture-container {} */
.projects-item__content {
	padding: 30px;
	padding-bottom: 80px;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: 0px 2px 15.48px 2.52px rgba(0, 0, 0, .19);
	        box-shadow: 0px 2px 15.48px 2.52px rgba(0, 0, 0, .19);
	position: relative;
}
.projects-item__content-desc {
	text-align: center;
	margin-top: 15px;
}
.projects-item__content-round {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-color: rgb(51, 41, 49);
	width: 135px;
	height: 135px;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	position: absolute;
	right: -35px;
	bottom: -35px;
}
.projects-item__content-round-price {
	text-align: center;
	color: #fff;
	font-weight: 800;
	font-size: 20px;
	line-height: 26px;
	margin-top: 5px;
}
.projects-item__content-round-desc {
	text-align: center;
	color: #fff;
	margin-top: 5px;
	font-size: 16px;
	line-height: 22px;
}
.projects__journal {
	position: absolute;
	bottom: -180px;
	left: -30px;
	z-index: 2;
}
.projects__btn-container {
	margin: 0 auto;
	margin-top: 70px;
}
.projects__text{
	text-align: center;
	margin-top: 100px;
}
.projects__text-item{
	margin-top: 30px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}
.projects__text-main{
	font-style: italic;
}
.guarantee {
	background-image: url("../img/guarantee/bg.jpg");
	background-position: center center;
	background-size: cover;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	overflow: hidden;
	padding: 75px 0;
}
.guarantee__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	padding: 0;
}
.guarantee__col {
	padding: 0 15px;
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.guarantee__col_left {
	-webkit-flex-basis: 515px;
	    -ms-flex-preferred-size: 515px;
	        flex-basis: 515px;
}
.guarantee__col_right {
	-webkit-flex-basis: 580px;
	    -ms-flex-preferred-size: 580px;
	        flex-basis: 580px;
}
.guarantee__desc {
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	margin-top: 25px;
}
.guarantee__list {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 5px;
}
.guarantee__list-item {
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	margin-top: 25px;
	position: relative;
	padding-left: 30px;
}
.guarantee__list-item:before {
	content: "";
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background-image: -webkit-linear-gradient( 90deg, rgb(242, 138, 3) 0%, rgb(254, 168, 3) 50%, rgb(255, 192, 6) 74%, rgb(255, 215, 8) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(242, 138, 3) 0%, rgb(254, 168, 3) 50%, rgb(255, 192, 6) 74%, rgb(255, 215, 8) 100%);
	position: absolute;
	left: 0;
	top: 7px;
	width: 14px;
	height: 14px;
}
.guarantee__book {
	display: block;
	margin-left: -70px;
	width: -webkit-calc(100% + 70px);
	width: calc(100% + 70px);
}
.guarantee-download {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: absolute;
	width: 216px;
	height: 216px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background-color: rgb(202, 165, 120);
	left: -15px;
	bottom: 50px;
	padding: 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.guarantee-download__icon {
	height: 40px;
	width: 40px;
	margin: 0 auto;
}
.guarantee-download__title {
	color: #fff;
	text-align: center;
	font-weight: 700;
	margin-top: 15px;
	font-size: 18px;
	line-height: 24px;
}
.guarantee-download__link {
	display: inherit;
	text-align: center;
	color: #fff;
	margin-top: 10px;
}
.guarantee__rounds {
	position: absolute;
	right: -90px;
	top: -20px;
	z-index: -1;
	height: 519px;
	width: 519px;
}
.guarantee__rounds-item {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	border: 1px solid #ffffff;
	border: 1px solid rgba(255, 255, 255, .2);
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.guarantee__rounds-item:nth-child(1) {
	width: 100%;
	height: 100%;
}
.guarantee__rounds-item:nth-child(2) {
	width: 80%;
	height: 80%;
	margin: 0 auto;
}
.questions{
	margin: 60px 0;
}
.questions__title{
	text-align: center;
}
.reviews {
	padding: 75px 0;
	overflow: hidden;
}
.reviews__container {
	position: relative;
	z-index: 1;
}
.reviews__round {
	position: absolute;
	width: 295px;
	height: 295px;
	z-index: -1;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	right: -15px;
	bottom: -45px;
	background: #fbd80e;
	background: -webkit-linear-gradient(top, #fbd80e 0%,#f4c325 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fbd80e),to(#f4c325));
	background: linear-gradient(to bottom, #fbd80e 0%,#f4c325 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd80e', endColorstr='#f4c325',GradientType=0);
}
.reviews__round:after {
	content: "";
	position: absolute;
	left: 50px;
	top: 50px;
	background: #fff;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	height: -webkit-calc(100% - 100px);
	height: calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
}
.reviews-slider {
	background: #fff;
	max-width: 910px;
	width: 100%;
	-webkit-box-shadow: 0px 5px 24.57px 2.43px rgba(0, 0, 0, .14);
	        box-shadow: 0px 5px 24.57px 2.43px rgba(0, 0, 0, .14);
	padding: 5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}
.reviews-slider__slide {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: 100%;
	outline: none;
}
.reviews-slider__slide-col {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}
.reviews-slider__slide-col_left {
	-webkit-flex-basis: 390px;
	    -ms-flex-preferred-size: 390px;
	        flex-basis: 390px;
	padding-right: 30px;
}
.reviews-slider__slide-col_right {
	-webkit-flex-basis: 510px;
	    -ms-flex-preferred-size: 510px;
	        flex-basis: 510px;
	padding: 25px;
	padding-bottom: 50px;
}
.reviews-slider__slide-picture {
	display: block;
	max-width: 100%;
}
.reviews-slider__slide-reviewer {
	display: block;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	margin: 0 auto;
	max-width: 100%;
}
.reviews-slider__slide-review {
	text-align: center;
	font-size: 15px;
	line-height: 21px;
	margin-top: 30px;
}
.reviews-slider__slide-about {
	margin-right: 25px;
	margin-top: 25px;
	float: right;
}
.reviews-slider__slide-name,
			.reviews-slider__slide-post {
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
}
.reviews-slider__dots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	        flex-wrap: nowrap;
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.reviews-slider__dots-number {
	font-size: 12px;
	line-height: 18px;
	width: 35px;
	font-weight: 700;
	text-align: center;
}
.reviews-slider__arrow {
	background-image: url("../img/slider/icon-arrow.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	height: 15px;
	width: 30px;
}
.reviews-slider__arrow_prev {
	background-position-x: left;
}
.reviews-slider__arrow_prev:hover {
	-webkit-transform: translateX(-3px);
	    -ms-transform: translateX(-3px);
	        transform: translateX(-3px);
}
.reviews-slider__arrow_next {
	background-position-x: right;
	background-image: url("../img/slider/icon-arrow_next.svg");
}
.reviews-slider__arrow_next:hover {
	-webkit-transform: translateX(3px);
	    -ms-transform: translateX(3px);
	        transform: translateX(3px);
}
.info {
	padding-top: 10px;
	padding-bottom: 75px;
}
.info__container {
	max-width: 940px;
	padding: 0 5px;
}
.info-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.info-items__item {
	-webkit-flex-basis: 465px;
	    -ms-flex-preferred-size: 465px;
	        flex-basis: 465px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-top: 15px;
}
.info-items__item-content {
	width: 100%;
	margin: 0 auto;
	background: #fbd80e;
	background: -webkit-linear-gradient(top, #fbd80e 0%,#f4c325 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fbd80e),to(#f4c325));
	background: linear-gradient(to bottom, #fbd80e 0%,#f4c325 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd80e', endColorstr='#f4c325',GradientType=0);
	z-index: 1;
	padding: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}
.info-items__item-content:after {
	content: "";
	position: absolute;
	left: 1px;
	top: 1px;
	background: #fff;
	height: 100%;
	width: 100%;
	max-height: -webkit-calc(100% - 2px);
	max-height: calc(100% - 2px);
	max-width: -webkit-calc(100% - 2px);
	max-width: calc(100% - 2px);
	z-index: -1;
}
.info-items__item-inner {
	background: #332931;
	padding: 30px;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.info-items__item-inner_brown {
	background: #caa578;
}
.info-items__item-title {
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
}
.info-items__item-desc {
	color: #fff;
	margin-top: 15px;
}
.info-items__item-btn {
	font-family: "Gilroy", sans-serif;
	color: #fff;
	display: table;
	margin-top: 15px;
	text-decoration: underline;
	text-align: left;
}
.consultation {
	padding: 75px 0;/* 
	padding-bottom: 0; */
	padding-top: 0;/* 
	margin-top: -130px; */
	overflow: hidden;
}
.consultation__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	max-width: 940px;
	padding: 0;
}
.consultation__col {
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.consultation__col_left {
	-webkit-flex-basis: 510px;
	    -ms-flex-preferred-size: 510px;
	        flex-basis: 510px;
	padding-left: 30px;
	margin-top: 30px;
}
.consultation__col_right {
	-webkit-flex-basis: 430px;
	    -ms-flex-preferred-size: 430px;
	        flex-basis: 430px;
}
.consultation__desc {
	margin-bottom: 5px;
}
.consultation__btn-container {
	margin-top: 35px;
}
.consultation-master {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
.consultation-master__inner {
	background: #fff;
	padding: 25px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: 0px 3px 9.4px 0.6px rgba(0, 0, 0, .1);
	        box-shadow: 0px 3px 9.4px 0.6px rgba(0, 0, 0, .1);
/* 	width: 240px;
	position: absolute;
	left: 0;
	bottom: 30px;
	z-index: -1; */
}
.consultation-master__name {
	font-weight: 700;
}
.consultation-master__desc {
	margin-top: 10px;
	font-size: 16px;
	line-height: 22px;
}
.consultation-master__desc b {
	font-weight: 700;
}
.consultation-master__picture {
	display: block;
	max-width: 100%;
	margin-right: -80px;
}
.director {
	padding-top: 30px;
	overflow: hidden;
}
.director-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.director-inner__col_left {
	-webkit-flex-basis: 264px;
	    -ms-flex-preferred-size: 264px;
	        flex-basis: 264px;
	z-index: 2;
}
.director-inner__col_right {
	-webkit-flex-basis: -webkit-calc(100% - 189px);
	    -ms-flex-preferred-size: calc(100% - 189px);
	        flex-basis: calc(100% - 189px);
	margin-left: -125px;
	margin-top: 70px;
}
.director-inner__picture {
	display: block;
	max-width: 100%;
}
.director-content {
	width: 100%;
	margin: 0 auto;
	background: #fbd80e;
	background: -webkit-linear-gradient(top, #fbd80e 0%,#f4c325 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fbd80e),to(#f4c325));
	background: linear-gradient(to bottom, #fbd80e 0%,#f4c325 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd80e', endColorstr='#f4c325',GradientType=0);
	z-index: 1;
	padding: 35px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	padding-left: 170px;
}
.director-content:after {
	content: "";
	position: absolute;
	left: 1px;
	top: 1px;
	background: #fff;
	height: 100%;
	width: 100%;
	max-height: -webkit-calc(100% - 2px);
	max-height: calc(100% - 2px);
	max-width: -webkit-calc(100% - 2px);
	max-width: calc(100% - 2px);
	z-index: -1;
}
.director-content p:not(:first-child) {
	margin-top: 15px;
}
.suppliers {
	background-image: url("../img/suppliers/bg.jpg");
	background-position: center center;
	background-size: cover;
	padding-top: 75px;
	padding-bottom: 75px;
}
.suppliers__title {
	margin-left: 20px;
}
.suppliers-address__title {
	color: #fff;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	margin-top: 15px;
}
.suppliers-address__icon {
	background: url("../img/suppliers/icon-marker.svg") center center no-repeat;
	height: 108px;
	width: 108px;
	margin: 0 auto;
	display: block;
}
.suppliers-cols {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 45px;
}
.suppliers-cols__col_left {
	-webkit-flex-basis: 440px;
	    -ms-flex-preferred-size: 440px;
	        flex-basis: 440px;
	padding: 60px 0;
}
.suppliers-cols__col_right {
	-webkit-flex-basis: 440px;
	    -ms-flex-preferred-size: 440px;
	        flex-basis: 440px;
}
.suppliers-inner {
	background: #fff;
	padding: 40px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
}
.suppliers-inner__title {}
.suppliers-inner__countries {
	display: block;
	max-width: 100%;
	margin-top: 15px;
}
.about {
	padding: 75px 0;
}
.about-inner {
	z-index: 1;
	position: relative;
	margin: 0 auto;
	max-width: 718px;
	width: 100%;
}
.about-inner__background {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	background: url("../img/about/inner-bg.jpg") center center no-repeat;
	max-width: 718px;
	width: 100%;
	height: 445px;
	margin: 0 auto;
	padding: 120px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.about-inner__title {
	max-width: 340px;
}
.about-inner__round {
	position: absolute;
	width: 452px;
	height: 452px;
	z-index: -1;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	left: -170px;
	bottom: -75px;
	background: #fbd80e;
	background: -webkit-linear-gradient(top, #fbd80e 0%,#f4c325 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fbd80e),to(#f4c325));
	background: linear-gradient(to bottom, #fbd80e 0%,#f4c325 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbd80e', endColorstr='#f4c325',GradientType=0);
	z-index: -1;
}
.about-inner__round:after {
	content: "";
	position: absolute;
	left: 50px;
	top: 50px;
	background: #fff;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	height: -webkit-calc(100% - 100px);
	height: calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
}
.options{
	margin: 60px 0;
}
.options__title, .options__text{
	text-align: center;
}
.options__text{
	margin-bottom: 10px;
}
.options__list{
	list-style: none;
}
.options__list-item{
	position: relative;
	padding-left: 30px;
    font-size: 24px;
    line-height: 2;
}
.options__list-item:before {
	content: "";
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background-image: -webkit-linear-gradient( 90deg, rgb(242, 138, 3) 0%, rgb(254, 168, 3) 50%, rgb(255, 192, 6) 74%, rgb(255, 215, 8) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(242, 138, 3) 0%, rgb(254, 168, 3) 50%, rgb(255, 192, 6) 74%, rgb(255, 215, 8) 100%);
	position: absolute;
	left: 0;
	top: 17px;
	width: 14px;
	height: 14px;
}
.contacts {
	padding-top: 0;
	padding-bottom: 30px;
}
.contacts__map {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.contacts-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, .19);
	        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, .19);
}
.contacts-inner__col {
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.contacts-inner__col_left {
	-webkit-flex-basis: -webkit-calc(100% - 460px);
	    -ms-flex-preferred-size: calc(100% - 460px);
	        flex-basis: calc(100% - 460px);
	position: relative;
}
.contacts-inner__col_right {
	-webkit-flex-basis: 460px;
	    -ms-flex-preferred-size: 460px;
	        flex-basis: 460px;
	padding: 65px;
}
.contacts-inner__list {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 5px;
}
.contacts-inner__list-item {
	margin-top: 50px;
	position: relative;
	padding-left: 30px;
}
.contacts-inner__list-item:before {
	content: "";
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background-image: -webkit-linear-gradient( 90deg, rgb(242, 138, 3) 0%, rgb(254, 168, 3) 50%, rgb(255, 192, 6) 74%, rgb(255, 215, 8) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(242, 138, 3) 0%, rgb(254, 168, 3) 50%, rgb(255, 192, 6) 74%, rgb(255, 215, 8) 100%);
	position: absolute;
	left: 0;
	top: 4px;
	width: 14px;
	height: 14px;
}
.contacts-inner__list-item > b {
	font-weight: 700;
}
.contacts-inner__list-item-link {
	text-decoration: none;
	color: #000;
	color: initial;
}
.contacts-inner__link {
	font-size: 24px;
	line-height: 30px;
	margin-top: 50px;
}
/* .consult{
	text-align: center;
}
.consult__content{
	margin-bottom: 20px;
} */
.footer {
	padding: 15px 0;
	overflow: hidden;
}
.footer__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.footer__col {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.footer__col_center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 15px;
}
.footer__text{
	font-weight: 700;
}
.footer__list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer__list-item {
	margin-top: 5px;
}
.footer__list-item-link {
	display: table;
	margin: 0 auto;
	color: #1e1e1e;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid;
	font-weight: 700;
}
.footer-contacts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.footer-contacts__phone {
	font-size: 24px;
	line-height: 30px;
	color: #1e1e1e;
	font-weight: 800;
	text-decoration: none;
}
.footer-contacts__callback {
	margin-top: 5px;
}
.popup {
	background: #fff;
	display: none;
	width: 500px;
	max-width: -webkit-calc(100% - 30px);
	max-width: calc(100% - 30px);
	padding: 50px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.popup__title {
	font-size: 26px;
	line-height: 32px;
}
.popup-callback {
	padding: 50px 100px;
}
.popup-callback-form__policy {
	text-align: center;
}
.popup-calculation,
	.popup-cost,
	.popup-question {
	width: 720px;
	overflow: visible;
	overflow: initial;
}
.popup-calculation__content, .popup-cost__content, .popup-question__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.popup-calculation__content-col_left, .popup-cost__content-col_left, .popup-question__content-col_left {
	-webkit-flex-basis: 220px;
	    -ms-flex-preferred-size: 220px;
	        flex-basis: 220px;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.popup-calculation__content-col_right, .popup-cost__content-col_right, .popup-question__content-col_right {
	-webkit-flex-basis: 320px;
	    -ms-flex-preferred-size: 320px;
	        flex-basis: 320px;
}
.popup-calculation__content-journal, .popup-cost__content-journal, .popup-question__content-journal {
	display: block;
	width: 420px;
	margin-left: -230px;
	margin-bottom: -35px;
}
.popup-calculation-form__policy, .popup-cost-form__policy, .popup-question-form__policy {
	text-align: center;
}
.popup-consultation,
	.popup-gager {
	width: 720px;
	overflow: visible;
	overflow: initial;
}
.popup-consultation__content, .popup-gager__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.popup-consultation__content-col_left, .popup-gager__content-col_left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-flex-basis: 220px;
	    -ms-flex-preferred-size: 220px;
	        flex-basis: 220px;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.popup-consultation__content-col_right, .popup-gager__content-col_right {
	-webkit-flex-basis: 350px;
	    -ms-flex-preferred-size: 350px;
	        flex-basis: 350px;
}
.popup-consultation__content-master, .popup-gager__content-master {
	display: block;
	margin-left: -115px;
    margin-bottom: -81px;
}
.popup-consultation-form__policy, .popup-gager-form__policy {
	text-align: center;
}
.popup-policy {
	width: 720px;
	overflow: visible;
	overflow: initial;
}
.popup-policy__info {
	margin-top: 25px;
}
.popup-policy__info p {
	font-size: 16px;
	line-height: 22px;
	margin-top: 15px;
}
.popup-policy__info b {
	font-weight: 700;
	margin-bottom: 10px;
	display: inline-block;
}
.popup-material__info {
	margin-top: 25px;
}
.popup-material__info p {
	font-size: 16px;
	line-height: 22px;
	margin-top: 15px;
}
.popup-material__info b {
	font-weight: 700;
	margin-bottom: 10px;
	display: inline-block;
}
/* Анимации */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: translate3d(0, -10px, 0);
		        transform: translate3d(0, -10px, 0);
	}
	50% {
		-webkit-transform: translate3d(0, 10px, 0);
		        transform: translate3d(0, 10px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, -10px, 0);
		        transform: translate3d(0, -10px, 0);
	}
}
@keyframes spin {
	0% {
		-webkit-transform: translate3d(0, -10px, 0);
		        transform: translate3d(0, -10px, 0);
	}
	50% {
		-webkit-transform: translate3d(0, 10px, 0);
		        transform: translate3d(0, 10px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, -10px, 0);
		        transform: translate3d(0, -10px, 0);
	}
}
.no-mode-translate-fade-enter-active, .no-mode-translate-fade-leave-active {
	-webkit-transition: all 1s;
	transition: all 1s;
}
.no-mode-translate-fade-enter, .no-mode-translate-fade-leave-active {
	opacity: 0;
}
.no-mode-translate-fade-enter {
	-webkit-transform: translateX(31px);
	    -ms-transform: translateX(31px);
	        transform: translateX(31px);
}
.no-mode-translate-fade-leave-active {
	-webkit-transform: translateX(-31px);
	    -ms-transform: translateX(-31px);
	        transform: translateX(-31px);
}
@-webkit-keyframes slideme {
	0% { left: -30px; margin-left: 0px; }
	30% { left: 110%; margin-left: 80px; }
	100% { left: 110%; margin-left: 80px; }
}
@keyframes slideme {
	0% { left: -30px; margin-left: 0px; }
	30% { left: 110%; margin-left: 80px; }
	100% { left: 110%; margin-left: 80px; }
}
@media only screen and (max-width: 940px){
	.info{
		padding-bottom: 0;
	}
	.director{
		padding-bottom: 45px;
	}
	.director-inner{
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.director-inner__col_left{
		-webkit-flex-basis: 510px;
		    -ms-flex-preferred-size: 510px;
		        flex-basis: 510px;
	}
	.director-inner__col_right{
		margin: 0 auto;
		-webkit-flex-basis: 510px;
		    -ms-flex-preferred-size: 510px;
		        flex-basis: 510px;
	}
	.director-content{
		padding: 35px;
	}
	.contacts-inner{
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		max-width: 540px;
		width: 100%;
		margin: 0 auto;
	}
	.contacts-inner__col_left{
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
		height: 300px;
	}
	.contacts-inner__col_right{
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	}
	.contacts-inner__list-item{
		margin-top: 25px;
	}
	.contacts-inner__link{
		margin-top: 25px;
	}
	.footer__col_left{
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.footer__col_center{
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		    -ms-flex-order: 3;
		        order: 3;
		padding: 0;
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	}
	.footer__col_right{
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.popup-calculation,
	.popup-cost,
	.popup-question{
		width: 500px;
	}
	.popup-calculation__content-col_left, .popup-cost__content-col_left, .popup-question__content-col_left{
		display: none;
	}
	.popup-consultation,
	.popup-gager{
		width: 500px;
	}
	.popup-consultation__content-col_left, .popup-gager__content-col_left{
		display: none;
	}
}
@media only screen and (max-width: 1224px){
	.promo{
		background-position-x: 28%;
	}
}
@media only screen and (max-width: 1140px){}
@media only screen and (max-width: 1100px){
	.title_xl{
		font-size: 38px;
		line-height: 44px;
	}
	.title_l{
		font-size: 34px;
		line-height: 40px;
	}
	.promo{
		background-position-x: 20%;
	}
	.projects__journal{
		left: 0;
	}
	.guarantee__col_right{
		-webkit-flex-basis: -webkit-calc(100% - 515px);
		    -ms-flex-preferred-size: calc(100% - 515px);
		        flex-basis: calc(100% - 515px);
	}
	.guarantee__book{
		max-width: -webkit-calc(100% + 70px);
		max-width: calc(100% + 70px);
		margin-left: -70px;
	}
}
@media only screen and (max-width: 1080px){
	.promo__points-plus-hidden{
		left: -160px;
	}
	.promo__points-plus-hidden:before{
		left: -webkit-calc(50% - 10px);
		left: calc(50% - 10px);
	}
	.materials:after{
		display: none;
	}
	.materials__container{
		padding: 0 15px;
	}
	.materials__title{
		max-width: 540px;
		width: 100%;
	}
	.materials__col_left{
		padding: 70px;
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
		background: url("../img/materials/bg.jpg") center center no-repeat;
		background-size: cover;
		width: 100%;
		height: 445px;
		max-width: 718px;
	}
	.materials__col_right{
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	}
	.materials-items__item{
		margin-top: 25px;
	}
	.materials-items__item:nth-child(2){
		margin-top: 25px;
	}
	.materials-items__item-plus-hidden{
		right: -160px;
	}
	.materials-items__item-plus-hidden:before{
		right: -webkit-calc(50% - 10px);
		right: calc(50% - 10px);
	}
}
@media only screen and (max-width: 1024px){
	body{
		font-size: 18px;
		line-height: 24px;
	}
	.title_xl{
		font-size: 36px;
		line-height: 42px;
	}
	.title_l{
		font-size: 32px;
		line-height: 38px;
	}
	.promo__container{
		min-height: 600px;
		padding-bottom: 45px;
	}
	.promo__content{
		-webkit-flex-basis: 640px;
		    -ms-flex-preferred-size: 640px;
		        flex-basis: 640px;
	}
	.thanks-promo__content{
		-webkit-flex-basis: 680px;
		    -ms-flex-preferred-size: 680px;
		        flex-basis: 680px;
	}
	.order__col_left{
		margin-top: -200px;
	}
	.materials__col_left{
		padding: 75px;
	}
	.projects-slider{
		padding: 0 75px;
	}
	.projects-slider__arrow{
		background-size: contain;
		width: 55px;
		height: 20px;
	}
	.about-inner__background{
		padding: 75px;
	}
}
@media only screen and (max-width: 959px){
	body{
		font-size: 18px;
		line-height: 24px;
	}
	.form__input{
		font-size: 22px;
		line-height: 28px;
	}
	.order__info{
		position: relative;
		margin: 0 auto;
		margin-top: -60px;
		bottom: inherit;
		right: inherit;
		top: inherit;
		max-width: -webkit-calc(100% - 70px);
		max-width: calc(100% - 70px);
	}
	.order-form-inner{
		padding: 45px;
		padding-bottom: 60px;
	}
	.order-form-inner__title{
		text-align: center;
	}
	.order-form{
		margin: 0 auto;
	}
	.order-form__tarif{
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.order-form__tarif-item{
		margin: 10px;
	}
	.order-form__tarif-item:not(:last-child){
		margin-right: 0;
	}
	.order-form__field{
		margin: 0 auto;
		margin-top: 35px;
	}
	.order-form__policy{
		text-align: center;
	}
	.order__arrow{
		bottom: 45px;
	}
	.projects-slider{
		padding: 0 !important;
	}
	.projects-slider__arrow{
		display: none;
	}
	.projects__journal{
		display: none;
	}
	.guarantee__container{
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.guarantee__col_right{
		-webkit-flex-basis: 540px !important;
		    -ms-flex-preferred-size: 540px !important;
		        flex-basis: 540px !important;
		margin-top: 35px;
	}
	.guarantee__book{
		max-width: 100%;
		width: auto;
	}
	.reviews-slider{
		max-width: 540px;
	}
	.reviews-slider__slide-col_left{
		display: none;
	}
	.consultation{
		padding-top: 45px;
		margin-top: 0;
	}
	.consultation__container{
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.consultation__col_left{
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;
		padding-bottom: 15px;
	}
	.consultation__col_right{
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;
		-webkit-flex-basis: 440px;
		    -ms-flex-preferred-size: 440px;
		        flex-basis: 440px;
	}
}
@media only screen and (max-width: 1200px){
	.promo__points{
		display: none;
	}
	.promo__container{
		padding-top: 145px;
		min-height: 700px;
	}
	.order__container{
		padding-bottom: 0;
	}
	.order__col_left{
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		    -ms-flex-order: 2;
		        order: 2;
		z-index: 2;
		margin-top: -300px;
	}
	.order__col_right{
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1;
		z-index: 1;
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	}
	.order__journal{
		margin: 0 auto;
		max-width: 100%;
	}
}
@media only screen and (max-width: 910px){
	.suppliers-cols{
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.suppliers-cols__col_left{
		padding: 0;
	}
	.suppliers-cols__col_right{
		margin-top: 35px;
	}
}
@media only screen and (max-width: 768px){
	.form__input{
		font-size: 20px;
		line-height: 26px;
	}
	.title_xl{
		font-size: 34px;
		line-height: 40px;
	}
	.title_l{
		font-size: 28px;
		line-height: 34px;
	}
	.title_m{
		font-size: 28px;
		line-height: 34px;
	}
	.title_s{
		font-size: 22px;
		line-height: 28px;
	}
	.logo__logo{
		width: 85px;
	}
	.header-logo__col_right{
		display: none;
	}
	.promo{
		background-position-x: 35%;
		height: 100vh;
		max-height: 560px;
	}
	.promo__points-plus-hidden{
		width: 280px;
		left: -140px;
	}
	.promo__container{
		padding-bottom: 45px;
		min-height: 100%;
	}
	.promo__content{
		-webkit-flex-basis: 600px;
		    -ms-flex-preferred-size: 600px;
		        flex-basis: 600px;
	}
	.promo__cols{
		margin-top: 45px;
	}
	.thanks-promo__content{
		-webkit-flex-basis: 640px;
		    -ms-flex-preferred-size: 640px;
		        flex-basis: 640px;
	}
	.order{
		padding: 45px 0;
	}
	.order-form-inner{
		padding: 45px 25px;
		padding-bottom: 60px;
	}
	.why{
		padding: 45px 0;
	}
	.why-items{
		padding-top: 25px;
	}
	.why__btn-container{
		margin-top: 45px;
	}
	.materials__col_left{
		height: 360px;
	}
	.materials__desc {
		font-size: 18px;
		line-height: 24px
	}
	.materials-items__item-plus-hidden{
		width: 280px;
		right: -140px;
	}
	.projects{
		padding: 45px 0;
	}
	.projects-slider__slide-content{
		padding: 0 25px 25px 25px;
	}
	.projects-slider__dots{
		margin-top: 45px;
	}
	.projects-slider__dots-dot{
		height: 35px;
		width: 35px;
		font-size: 26px;
		line-height: 35px;
	}
	.projects-item__content{
		padding: 25px;
		padding-bottom: 110px;
	}
	.projects-item__content-round{
		right: 50%;
		margin-right: -60px;
	}
	.projects__btn-container{
		margin-top: 45px;
	}
	.guarantee{
		padding: 45px 0;
	}
	.guarantee__desc{
		font-size: 28px;
		line-height: 34px;
	}
	.guarantee__list-item{
		font-size: 22px;
		line-height: 28px;
	}
	.reviews{
		padding: 45px 0;
	}
	.info-items__item-title{
		font-size: 20px;
		line-height: 26px;
	}
	.consultation{
		padding: 45px 0;
	}
	.director{
		padding-top: 0;
	}
	.director-content{
		padding: 25px;
	}
	.suppliers{
		padding: 45px 0;
	}
	.suppliers-address__title{
		font-size: 22px;
		line-height: 28px;
	}
	.about{
		padding: 45px 0;
	}
	.about-inner__background{
		height: 360px;
	}
	.about-inner__round{
		width: 360px;
		height: 360px;
	}
	.contacts-inner__col_right{
		padding: 45px;
	}
	.contacts-inner__link{
		font-size: 22px;
		line-height: 28px;
	}
	.footer__col_left{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	}
	.footer__col_right{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	}
	.footer-contacts{
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.popup{
		padding: 25px;
	}
	.popup-calculation,
	.popup-cost,
	.popup-question{
		padding: 25px;
	}
	.popup-consultation,
	.popup-gager{
		padding: 25px;
	}
}
@media only screen and (max-width: 600px){
	.title_xl{
		font-size: 32px;
		line-height: 38px;
	}
}
@media only screen and (max-width: 479px){
	body{
		font-size: 16px;
		line-height: 22px;
	}
	.btn_xl{
		padding: 15px;
	}
	.title_xl{
		font-size: 28px;
		line-height: 34px;
	}
	.title_l{
		font-size: 24px;
		line-height: 30px;
	}
	.title_m{
		font-size: 24px;
		line-height: 30px;
	}
	.logo__logo{
		width: 75px;
	}
	.header-contacts__phone{
		font-size: 22px;
		line-height: 28px;
	}
	.header-contacts__callback{
		display: none;
	}
	.promo__container{
		font-size: 16px;
		line-height: 22px;
	}
	.promo__cols{
		margin-top: 35px;
	}
	.promo__btn-container{
		width: 100%;
	}
	.promo__btn{
		width: 100%;
	}
	.order-inner{
		padding: 10px;
	}
	.order-form__tarif-item{
		padding: 3px 10px;
		margin: 5px;
		font-size: 14px;
	}
	.materials__col_left{
		padding: 45px;
		height: auto;
	}
	.materials-items__item{
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	}
	.projects-slider__slide-content{
		width: 100%;
		padding: 0 15px 15px 15px;
	}
	.projects-slider__dots-dot{
		height: 30px;
		width: 30px;
		font-size: 22px;
		line-height: 30px;
	}
	.guarantee__desc{
		font-size: 24px;
		line-height: 30px;
	}
	.guarantee__list-item{
		font-size: 20px;
		line-height: 26px;
	}
	.consultation-master__inner{
		bottom: 10px;
		padding: 15px;
	}
	.consultation-master__picture{
		width: 220px;
	}
	.director-inner__picture{
		width: 210px;
	}
	.about-inner__background{
		padding: 45px;
		height: 260px;
	}
	.contacts-inner__col_right{
		padding: 25px;
	}
	.popup{
		padding: 15px;
	}
	.popup-calculation,
	.popup-cost,
	.popup-question{
		padding: 15px;
	}
	.popup-consultation,
	.popup-gager{
		padding: 15px;
	}
}
@media only screen and (max-width: 360px){
	body{
		font-size: 14px;
		line-height: 20px;
	}
	.form__input{
		font-size: 18px;
		line-height: 24px;
	}
	.title_xl{
		font-size: 24px;
		line-height: 30px;
	}
	.title_l{
		font-size: 22px;
		line-height: 28px;
	}
	.title_m{
		font-size: 22px;
		line-height: 28px;
	}
	.title_s{
		font-size: 20px;
		line-height: 26px;
	}
	.promo__container{
		font-size: 14px;
		line-height: 20px;
	}
	.materials__col_left{
		padding: 25px;
		padding-left: 45px;
	}
	.guarantee__desc{
		font-size: 22px;
		line-height: 28px;
	}
	.guarantee__list-item{
		font-size: 18px;
		line-height: 24px;
		margin-top: 15px;
	}
	.info-items__item-title{
		font-size: 18px;
		line-height: 24px;
	}
	.consultation-master__picture{
		width: 170px;
	}
	.director-inner__picture{
		width: 190px;
	}
	.suppliers-address__title{
		font-size: 20px;
		line-height: 26px;
	}
	.about-inner__background{
		padding: 25px;
		padding-left: 45px;
	}
	.contacts-inner__link{
		font-size: 20px;
		line-height: 26px;
	}
}
@media only screen and (max-width: 540px){
	.promo{
		background-position-x: 30%;
	}
	.promo__cols{
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		text-align: center;
	}
	.promo__cols-col{
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	}
	.promo__cols-col_left{
		padding-right: 0;
	}
	.order__col_left{
		margin-top: -150px;
	}
	.projects-item__content{
		padding-bottom: 130px;
	}
	.guarantee__book{
		max-width: -webkit-calc(100% + 70px);
		max-width: calc(100% + 70px);
		width: -webkit-calc(100% + 70px);
		width: calc(100% + 70px);
	}
	.guarantee-download{
		left: 50%;
		margin-left: -108px;
		bottom: 0;
	}
}