* {
	margin: 0;
	padding: 0;
}

body, html {
	padding: 0px;
	margin: 0px;
	font-family: "FuturaRegular";
	min-width: 1260px;
}

.block_1 {
	position: relative;
	height: 768px;
}

.main_slider {
	position: absolute;
	width: 100%;
	height: 768px;
	background: #000;
}

.conteiner {
	width: 1170px;
	margin: 0 auto;
	position: relative;
}

.conteiner.ir {

}

.slide_1 {
	background-image: url(../img/12/4.jpg);
	height: 768px;
	width: 100%:;
}

.slide_2 {
	background-image: url(../img/12/2.jpg);
	height: 768px;
	width: 100%:;
}

.slide_3 {
	background-image: url(../img/12/3.jpg);
	height: 768px;
	width: 100%:;
}

.slide_4 {
	background-image: url(../img/12/1.jpg);
	height: 768px;
	width: 100%:;
}

.slines {
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.slines::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.4;
}

.none {
	display: none;
}


button.burger {
	width: 20px;
	height: 20px;
	border: none;
	background: transparent;
	left: 0px;
	position: absolute;
	cursor: pointer;
	z-index: 20;
	margin-top: 50px;
}
button.burger:focus {
	outline: none;
}
button.burger.burger1:after, button.burger.burger1:before,
button.burger.burger1 span {
	width: 100%;
	height: 4px;
	border-radius: 100px;
	position: absolute;
	left: 0px;
	background: #923cbe;
}
button.burger.burger1:after, button.burger.burger1:before {
	content: "";
}
button.burger.burger1:after {
	top: 0px;
	margin-top: 0px;
	-webkit-transition: 0.2s all 0.4s, -webkit-transform 0.2s;
	transition: 0.2s all 0.4s, -webkit-transform 0.2s;
	transition: transform 0.2s, 0.2s all 0.4s;
	transition: transform 0.2s, 0.2s all 0.4s, -webkit-transform 0.2s;
}
button.burger.burger1:before {
	bottom: 0px;
	margin-bottom: 0px;
	-webkit-transition: 0.2s all 0.4s, -webkit-transform 0.2s;
	transition: 0.2s all 0.4s, -webkit-transform 0.2s;
	transition: transform 0.2s, 0.2s all 0.4s;
	transition: transform 0.2s, 0.2s all 0.4s, -webkit-transform 0.2s;
}
button.burger.burger1 span {
	top: 50%;
	margin-top: -2px;
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.2s, svisibility 0.2s;
	transition: opacity 0.2s, svisibility 0.2s;
}
button.burger.burger1.on:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -2px;
	-webkit-transition: all 0.2s, 0.2s -webkit-transform 0.4s;
	transition: all 0.2s, 0.2s -webkit-transform 0.4s;
	transition: all 0.2s, 0.2s transform 0.4s;
	transition: all 0.2s, 0.2s transform 0.4s, 0.2s -webkit-transform 0.4s;
}
button.burger.burger1.on:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 50%;
	margin-bottom: -2px;
	-webkit-transition: all 0.2s, 0.2s -webkit-transform 0.4s;
	transition: all 0.2s, 0.2s -webkit-transform 0.4s;
	transition: all 0.2s, 0.2s transform 0.4s;
	transition: all 0.2s, 0.2s transform 0.4s, 0.2s -webkit-transform 0.4s;
}
button.burger.burger1.on span {
	visibility: hidden;
	-webkit-transition: opacity 0.4s, visibility 0.4s;
	transition: opacity 0.4s, visibility 0.4s;
	opacity: 0;
}
button.burger.burger2:after, button.burger.burger2:before,
button.burger.burger2 span {
	width: 100%;
	height: 4px;
	border-radius: 100px;
	position: absolute;
	display: block;
	background: #fff;
}
button.burger.burger2:after, button.burger.burger2:before {
	content: "";
	-webkit-transition: 0.3s width 0.4s;
	transition: 0.3s width 0.4s;
}
button.burger.burger2:after {
	top: 0px;
	left: 0px;
	margin-top: 0px;
}
button.burger.burger2:before {
	bottom: 0px;
	right: 0px;
	margin-bottom: 0px;
}
button.burger.burger2 span {
	top: 50%;
	margin-top: -2px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
button.burger.burger2 span:before {
	content: "";
	background: #fff;
	width: 100%;
	height: 4px;
	border-radius: 100px;
	position: absolute;
	left: 0px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
button.burger.burger2.on:after {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	width: 0%;
	left: 0px;
}
button.burger.burger2.on:before {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	width: 0%;
	right: 0px;
}
button.burger.burger2.on span {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.3s -webkit-transform 0.4s;
	transition: 0.3s -webkit-transform 0.4s;
	transition: 0.3s transform 0.4s;
	transition: 0.3s transform 0.4s, 0.3s -webkit-transform 0.4s;
}
button.burger.burger2.on span:before {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: 0.3s -webkit-transform 0.4s;
	transition: 0.3s -webkit-transform 0.4s;
	transition: 0.3s transform 0.4s;
	transition: 0.3s transform 0.4s, 0.3s -webkit-transform 0.4s;
}

/*end-burder*/


.logo {
	width: 350px;
	float: left;
	position: relative;
	margin-top: 25px;
	color:#fff;
	margin-left: 55px;
	z-index: 5;
}


.logo span {
	display: inline-block;
	position: relative;
	top: -14px;
	left: 10px;
	font-size: 20px;
	line-height: 28px;
	font-family: "Proxima_Nova_Light";
}
.clear {
	clear: both;
}

.adr {
	float: right;
	position: relative;
	width: 190px;
	text-align: right;
	margin-top: 35px;
	z-index: 3;
	color:#fff;
}
.adr .nomer {
	font-size: 18px;
	background: url(../img/phone_icon.png) no-repeat left;
	line-height: 25px;
}
.adr .call_back a{
	font-size: 18px;
	cursor: pointer;
	color:#b7202f;
}
.block_1.design .buttons_offer {
	margin-top: 250px;
}
.insta_head {
	float: right;
	position: relative;
	margin-left: 40px;
	margin-right: 130px;
	margin-top: 40px;
	z-index: 3;
}

.offer {
	font-family: "FuturaBold";
	font-size: 52px;
	color:#fff;
	text-transform: uppercase;
	padding-left: 100px;
	position: relative;
	top: 230px;
	padding-top: 1px;
}

.offer span {
	display: none;
	font-size: 59px;
}
.line_red {
	background: #b7202f;
	height: 2px;
	width: 85px;
	position: absolute;
	top:23px;
	left: 0px;
}
.descr_offer {
	color:#fff;
	font-size: 20px;
	line-height: 28px;
	padding-left: 100px;
	width: 630px;
	margin-top: 250px;
}
.descr_offer strong {
	color: #b7202f;
	font-size: 24px;
}
.butt_red {
	background: #b7202f;
	color:#fff;
	padding: 25px 60px;
	text-decoration: none;
	border-radius: 6px;
	font-size: 20px;
	display: inline-block;
	transition: all 0.2s;
	margin-right: 35px;
}
.butt_red:hover {
	background: #9f0e1c;
}
.buttons_offer {
	padding-left: 100px;
	margin-top: 70px;
	font-family: "ProximaNovaRegular";
}

.butt_thr {
	color:#fff;
	padding: 14px;
	text-decoration: none;
	border-radius: 6px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 19px;
	display: inline-block;
	margin-right: 35px;
	border: 2px solid #fff;
	transition: all 0.2s;
	background: none;
}

.butt_thr:hover {
	background: #fff;
	color: #b7202f;
}
.scroll_d {
	position: absolute;
	bottom: 0px;
	background: url(../img/mouse.png) no-repeat center 10px;
	width: 200px;
	text-align: center;
	color:#fff;
	height: 120px;
	cursor: pointer;
	transition: all 0.2s;
	left: 50%;
	margin-left: -100px;
	line-height: 170px;
}
.scroll_d:hover {
	background: url(../img/mouse.png) no-repeat center 0px;
}
.carusel_left {
	background: url(../img/duga_1.png) no-repeat;
	width: 125px;
	height: 1014px;
	top:0px;
	position: absolute;
	right: 60px;
}

.jeg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 100%;

}

.thr_1 {
	background-image: url(../img/12/4.jpg);
	width: 110px;
	height: 110px;
	cursor: pointer;
	top: 110px;
	right: -35px;
	position: absolute;
}

.thr_2 {
	background-image: url(../img/12/2.jpg);
	width: 110px;
	height: 110px;
	cursor: pointer;
	top: 265px;
	right: -65px;
	position: absolute;
}

.thr_3 {
	background-image: url(../img/12/3.jpg);
	width: 110px;
	height: 110px;
	cursor: pointer;
	top: 420px;
	right: -65px;
	position: absolute;
}

.thr_4 {
	background-image: url(../img/12/1.jpg);
	width: 110px;
	height: 110px;
	cursor: pointer;
	top: 580px;
	right: -55px;
	position: absolute;
}
.carusel_left>div:hover {
	border-color: #b7202f;
}
.carusel_left>div.active {
	border-color: #b7202f;
}
.carusel_left>div {
	border: 8px solid #000;
}
.carusel_left>div::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.4;
	border-radius: 50%;
}
.block_2 {
	background: #b7202f;
	padding-top: 70px;
	position: relative;
	padding-bottom: 65px;
}
.title_2 {
	color:#fff;
	font-size: 37px;
	text-transform: uppercase;
	line-height: 48px;
}
.title_2 span {
	font-size: 18px;
	display: block;
	top:-12px;
	position: relative;
}
form {
	margin-top: 20px;
}
form input {
	width: 250px;
	height: 50px;
	padding-left: 20px;
	background: #fff;
	border: none;
	font-size: 20px;
	border-radius: 4px;
	margin-right: 20px;
}
button {
	width: 230px;
	height: 50px;
	background: #18911b;
	border-radius: 4px;
	border: none;
	font-size: 20px;
	cursor: pointer;
	color:#fff;
}
button:hover {
	opacity: 0.85;
}
.books {
	background: url(../img/books.png) no-repeat;
	width: 592px;
	height: 478px;
	position: absolute;
	right: -80px;
	z-index: 2;
	bottom: -145px;
}
.man_1 {
	background: url(../img/man.png) no-repeat bottom;
	width: 575px;
	height: 864px;
	float: left;
	position: absolute;
}
.block_3_right {
	float: right;
	position: relative;
	width: 740px;
	padding-top: 65px;
}
.block_3 {
	height: 864px;
}
.title_b3 {
	font-size: 40px;
	font-family: "FuturaBold";
}
.punkt {
	width: 350px;
	float: left;
	position: relative;
	margin-bottom: 45px;
}
.nom {
	font-size: 64px;
	color: #b7202f;
	font-family: "FuturaBold";
	float: left;
	position: relative;
	height: 100px;
	width: 55px;
	text-align: center;
}
.text_punkt {
	font-size: 16px;
	padding-left: 55px;
}
.text_punkt h4 {
	font-size: 17px;
	margin-top: 17px;
	margin-bottom: 10px;
	font-family: "FuturaBold";
}
.cont_punks {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 70px;
}

.butt_priem {
	font-size: 15px;
	color:#fff;
	text-decoration: none;
	padding: 12px;
	padding-left: 100px;
	padding-right: 100px;
	background: #b7202f;
	border-radius: 6px;
	text-align: center;
	margin: 0 auto;
	display: table;
	transition: all 0.2s;
	top:20px;
	position: relative;
	cursor: pointer;
}
.butt_priem:hover {
	background: #9d1321;
}
.block_4 {
	background: url(../img/bg_2.jpg) no-repeat center;
	height: 825px;
	position: relative;
}
.title_b4 {
	color:#fff;
	text-align: center;
	font-size: 40px;
	font-family: "FuturaBold";
	line-height: 42px;
	padding-top: 85px;
}
.desc_b4 {
	color:#fff;
	text-align: center;
	margin-top: 40px;
	font-size: 19px;
	line-height: 30px;
}
.icon_b4 {
	width: 20%;
	text-align: center;
	float: left;
	position: relative;
	line-height: 19px;
	color:#fff;
	margin-right: 2.5%;
	margin-left: 2.5%;
	margin-top: 40px;
}
.icon_b4 p {
	font-size: 19px;
}
.progress {
	background: #fff;
	height: 14px;
	width: 100%;
	position: relative;
	margin-top: 40px;
	border-radius: 14px;
}
.icon_b4 img {
	margin-bottom: 22px;
}
.plus_prugress {
	width: 170px;
	float: left;
	position: relative;
	text-align: center;
	top:-25px;
}
.plus {
	margin: 0 auto;
	width: 34px;
	height: 34px;
	text-align: center;
	color:#fff;
	cursor: pointer;
	border-radius: 34px;
	background: #176d2c;
	font-size:24px;
	line-height: 36px;
}
.price_plus {
	color:#8a8988;
	position: relative;
	font-family: "FuturaBold";
	font-size: 24px;
	margin-top: 15px;
}
.price_plus span {
	font-size: 16px;
}
.plus_1 {
	margin-left: 55px;
}
.plus_2 {
	margin-left: 125px;
}
.plus_3 {
	margin-left: 125px;
}
.plus_4 {
	margin-left: 125px;
}
.progress_green {
	background: #176d2c;
	height: 14px;
	border-radius: 14px;
	width: 13%;
	position: absolute;
	left: 0px;
	top:0px;
}
.plus_prugress.active .price_plus {
	color:#176d2c;
}
.form_bottom {
	position: absolute;
	height: 215px;
	background: rgba(255,255,255,0.5);
	bottom: 0px;
	width: 100%;
	color:#fff;
}
.iccc {
	float: right;
	margin-top: -105px;
	margin-right: 35px;
}
.wats {
	display: inline-block;
	width: 20px;
	margin-bottom: -2px;
	height: 20px;
	background: url(../img/wv.png)no-repeat right;
}
.viber {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-bottom: -2px;
	margin-left: 3px;
	margin-right: 3px;
	background: url(../img/wv.png)no-repeat left;
}
.see_all {
	text-align: center;
	color: #000;
	position: relative;
	font-family: "FuturaBold";
	font-size: 23px;
	top: 20px;
	display: block;
	margin: 0 auto;
}
.title_formb {
	text-align: center;
	font-size: 33px;
	text-transform: uppercase;
	padding-top: 35px;
}
.title_formb span {
	font-size: 21px;
	font-family: "FuturaBold";
	display: block;
}
.form_bottom form input {
	width: 355px;
	height: 40px;
	font-size: 16px;
	outline: none;
}
.form_bottom form button {
	background: #b7202f;
	color:#fff;
	font-size: 16px;
	width: 330px;
	height: 40px;
}
.block_5 {
	background: url(../img/bg_3.jpg) no-repeat center;
	height: 514px;
	color:#fff;
}
.title_b5 {
	padding-top: 150px;
	text-align: center;
	font-family: "FuturaBold";
	font-size: 40px;
}
.block_5 p {
	color:#fff;
	font-size: 19px;
	line-height: 25px;
	width: 650px;
	margin: 0 auto;
	margin-top: 15px;
	text-align: center;
}
.block_5 .butt_priem {
	padding-left: 150px;
	padding-right: 150px;
	margin-top: 30px;
}
.block_6 {
	padding-top: 70px;
	padding-bottom: 60px;
	background: #161616;
}
#carousel .flex-active-slide {
	border: 2px solid #b7202f;
}
.text_slider_6 h3 {
	font-size: 35px;
	font-family: "FuturaBold";
}
.text_slider_6 .butt_red {
	margin: 0 auto;
	display: table;
	margin-top: 20px;
}
.text_slider_6 {
	position: absolute;
	width: 1170px;
	color:#fff;
	top:250px;
	text-align: center;
	z-index: 2;
}
.block_7 {
	padding-top: 80px;
	background: #ededed;
}
.man_2 {
	background: url(../img/man_2.png) no-repeat;
	width: 320px;
	height: 675px;
	float: right;
	position: relative;
}
.title_b7 {
	text-align: center;
	font-family: "FuturaBold";
	font-size: 40px;
}
.text_b7 {
	float: left;
	position: relative;
	width: 700px;
	margin-top: 120px;
}
.text_b7 p {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 24px;
}
.name_b7 {
	font-size: 25px;
	font-family: "FuturaBold";
	margin-bottom: 5px;
}
.pos_b7 {
	font-size: 16px;
	font-family: "FuturaBold";
	margin-bottom: 30px;
}
.block_8 {
	padding-top: 55px;
	padding-bottom: 55px;
}
.how_we {
	width: 17%;
	margin-top: 30px;
	float: left;
	position: relative;
}
.how_we p {
	color:#bababa;
	font-size: 16px;
	margin-top: 20px;
}
.how_we span {
	font-size: 18px;
	font-family: "FuturaBold";
	position: relative;
	top: -5px;
	left: 15px;
	display: inline-block;
	text-align: left;
}
.title_b8 {
	text-align: center;
	font-size: 40px;
	font-family: "FuturaBold";
}
.title_b8:after {
	background: url(../img/decor.png) no-repeat;
	width: 319px;
	height: 18px;
	content: " ";
	display: block;
	margin: 0 auto;
	position: relative;
}
.arr_how_we {
	background: url(../img//arrow_next.png) no-repeat;
	width: 17px;
	height: 59px;
	float: left;
	position: relative;
	margin-top: 30px;
	margin-right: 20px;
}
.howwe_3 {
	width: 21%;
}
.how_we.howwe_1 {
	width: 15%;
}
.how_we.howwe_2 {
	width: 17%;
}
.how_we.howwe_2 span, .how_we.howwe_1 span, .how_we.howwe_5 span {
	top:-15px;
}
.how_we.howwe_2 p {
	margin-top:12px;
}
#carousel li {
	cursor: pointer;
}
.how_we.howwe_1 p  {
	margin-top: 18px;
}
.how_we.howwe_4 p  {
	margin-top: 16px;
}
.how_we.howwe_5 p  {
	margin-top: 13px;
}
/*.how_we.howwe_3 span {
    color:#b7202f;
}*/
.how_we:hover span {
	color: #b7202f;
}
/*.how_we.howwe_3 p {
    color:#000;
}*/
.how_we:hover p {
	color: #000;
}
.block_9 {
	padding-top: 60px;
	padding-bottom: 40px;
}
.left_gallery {
	float: left;
	position: relative;
	margin-top: 60px;
	width: 740px;
}
.left_gallery ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.left_gallery li {
	width: 220px;
	height: 190px;
	margin-bottom: 20px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.left_gallery a:first-child li {
	background-image: url("../img/why_1.jpg");
}
.left_gallery a:nth-child(2) li{
	background-image: url("../img/why_2.jpg");
}
.left_gallery a:nth-child(3) li {
	background-image: url("../img/why_3.jpg");
}
.left_gallery a:nth-child(4) li {
	background-image: url("../img/why_4.jpg");
}
.left_gallery a:nth-child(5) li {
	background-image: url("../img/why_5.jpg");
}
.left_gallery a:last-child li {
	background-image: url("../img/why_6.jpg");
}
.right_text_b9 {
	float: right;
	position: relative;
	margin-top: 60px;
	width: 370px;
}
.right_text_b9 ul li {
	font-size: 18px;
	list-style-image: url(../img/ellips.png);
	margin-bottom: 25px;
	line-height: 20px;
	color:#000;
}
.right_text_b9 .butt_red {
	background: #b7202f;
	color: #fff;
	padding: 14px;
	text-decoration: none;
	border-radius: 4px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 19px;
	display: block;
	text-align: center;
	transition: all 0.2s;
	margin-top: 10px;
}
.right_text_b9 .butt_red:hover {
	opacity: 0.85;
}
.block_10 {
	background: url(../img/bg_4.jpg) no-repeat center;
	height: 527px;
}
.block_10 .conteiner {
	height: 527px;
}
.form_inter {
	background: rgba(0,0,0,0.9);
	left: 245px;
	top: 55px;
	border-radius: 5px;
	color:#fff;
	width: 430px;
	padding-top: 35px;
	padding-bottom: 45px;
	position: relative;
	text-align: center;
}
.title_form_int {
	font-size: 22px;
	padding-left: 20px;
	padding-right: 20px;
}
.line_white {
	width: 60%;
	margin: 0 auto;
	height: 3px;
	background: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}
.form_inter form input {
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 17px;
	width: 320px;
}
.form_inter form button {
	width: 340px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	background: #b7202f;
}
.girl {
	background: url(../img/devk.png) no-repeat;
	width: 308px;
	height: 497px;
	position: absolute;
	bottom: 0px;
	left: 630px;
	z-index: 2;
}
.title_girl {
	right: 0px;
	position: absolute;
	bottom: 60px;
	width: 240px;
	font-size: 23px;
	padding-left: 20px;
}
.title_girl p {
	font-size: 17px;
	background: url(../img/ellips.png) no-repeat 0px 3px;;
	background-size: 6px 6px;
	padding-left: 13px;
}
.title_girl span {
	padding-left: 13px;
}
.block_11 {
	padding-top: 80px;
	padding-bottom: 40px;
	min-height: 1000px;
}
.tabs {
	width: 1170px;
	margin: 0 0 30px;
	margin-top: 40px;
}
.tabs__caption {
	height: 28px;
	line-height: 25px;
	list-style: none;
}
.tabs__caption li {
	float: left;
	display: inline;
	margin: 0 1px -1px 0;
	padding: 0 13px 1px;
	color: #777;
	cursor: pointer;
	position: relative;
}
.tabs__caption li:hover,
.vertical .tabs__caption li:hover img, .vertical .tabs__caption li.active img {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-webkit-filter: grayscale(0);
}
.tabs__caption .active {
	color: #444;
	padding: 0 13px 2px;
}
.tabs__content {
	display: none;
	padding: 0 12px;
}
.tabs__content.active {
	display: block;
}
.vertical .tabs__caption {
	width: 377px;
	float: left;
	display: inline;
}
.vertical .tabs__caption li {
	padding: 0px;
	width: 357px;
	padding-bottom: 20px;
	font-size: 18px;
	padding-top: 20px;
	font-family: "FuturaBold";
	height: 80px;
	border-bottom: 2px solid #cdcdce;
}
.vertical .tabs__caption li img {
	width: 80px;
	margin-left: 15px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-filter: grayscale(1);
}
.vertical .tabs__caption .active {
	color: #444;
	margin-right: -1px;
}
.vertical .tabs__content {
	width: 610px;
	right: 42px;
	position: relative;
	text-align: center;
	float: right;
}
.tabs__caption span {
	display: inline-block;
	position: relative;
	top: -25px;
	left: 15px;
	line-height: 19px;
}
.preimus_designer {
	border-top:2px solid #000;
	border-bottom: 2px solid #000;
	padding-top: 25px;
	padding-bottom: 25px;
}
.title_designer {
	margin-top: 18px;
	font-family: "FuturaBold";
	font-size: 20px;
	margin-bottom: 12px;
}
.title_designer span {
	font-family:'futura';
	font-size: 20px;
	display: block;
	padding-top: 10px;
}
.preims_1 {
	width: 33%;
	text-align: center;
	font-size: 21px;
	float: left;
	position: relative;
}
.preims_1 span {
	display: block;
	margin-bottom: 5px;
	font-size: 25px;
	font-family: "FuturaBold";
}
.tabs__content p {
	opacity: 0.55;
	font-size: 19px;
	margin-top: 25px;
	text-align: left;
}
.uslugi_main {
	position: relative;
	padding-top: 20px;
}
.news-detail {
	margin-top: -20px;
	font-size: 17px;
	line-height: 23px;
}
.news-list b {
	font-size: 20px;
	height:55px;
	display:block;
	position:relative;
}
.news-list a {
	text-decoration: none;
	color:#000;
}
.news-date-time {
	display: block;
}
div.news-list img.preview_picture {
	margin: 0 15px 6px 0 !important;
}
.news-date-time {
	font-size: 14px;
}
.news-detail h3 {
	margin-top: 15px;
	margin-bottom: 7px;
	font-size: 24px;
}
.uslugi {
	width: 33%;
	position: relative;
	float: left;
	padding-top: 270px;
	text-align: center;
	color:#fff;
	font-family: "FuturaBold";
	font-size: 32px;
	height: 370px;
}
.butt_read_more {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	padding: 12px;
	padding-left: 50px;
	padding-right: 50px;
	background: #b7202f;
	border-radius: 6px;
	text-align: center;
	margin: 0 auto;
	font-family:'futura';
	display: table;
	transition: all 0.2s;
	top: 20px;
	position: relative;
	cursor: pointer;
}
.black_line {
	background: #000;
	font-size: 21px;
	color:#fff;
	padding: 15px;
	text-align: center;
	display: block;
}
.black_line:hover {
	opacity: 0.95;
}
.uslugi_main a {
	color:#fff;
	text-decoration: none;
}
.isluga_1 {
	background: url(../img/usl_1.jpg) no-repeat;
	background-size: cover;
}
.isluga_2 {
	background: url(../img/usl_2.jpg) no-repeat;
	background-size: cover;
}
.isluga_3 {
	background: url(../img/usl_3.jpg) no-repeat;
	background-size: cover;
}
.otz_block {
	width: 970px;
	margin-top: 20px;
	position: relative;
}
.img_otz {
	float: left;
	position: relative;
	width: 240px;
}
.text_otz {
	float: left;
	position: relative;
	width: 720px;
}
.block_13 {

	background: #f3f3f3;
}
.block_13 .conteiner {
	padding-top: 100px;
	height: 311px;
	padding-bottom: 110px;
}
.name_otz {
	margin-top: 25px;
	margin-bottom: 20px;
	font-family: "FuturaBold";
	font-size: 20px;
}
.text_otz p {
	font-size: 18px;
	line-height: 25px;
}
.vk_link {
	background: url(../img/vk.png) no-repeat;
	width: 39px;
	height: 39px;
	display: none;
	bottom: 15px;
	left: 15px;
	position: absolute;
}
.duga_2 {
	background: url(../img/duga_2.png) no-repeat;
	right: 50px;
	top:0px;
	width: 20px;
	height: 521px;
	position: absolute;
}
.duga_2 .jeg {
	width: 80px;
	height: 80px;
	position: relative;
	background-size: 80px 80px;
	cursor: pointer;
}

.duga_2 .jeg {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-filter: grayscale(1);
}
.duga_2 .jeg.active, .duga_2 .jeg:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-webkit-filter: grayscale(0);
}
.otz_d_1 {
	top:30px;
	right: 25px;
	background: url(../img/otzs/1.png) no-repeat;
}
.otz_d_2 {
	top:45px;
	right: 20px;
	background: url(../img/otzs/2.png) no-repeat;
}
.otz_d_3 {
	top:60px;
	right: 20px;
	background: url(../img/otzs/3.png) no-repeat;
}
.otz_d_4 {
	top: 76px;
	right: 22px;
	background: url(../img/otzs/4.png) no-repeat;
}
.otz_d_5 {
	top: 90px;
	right: 30px;
	background: url(../img/otzs/5.png) no-repeat;
}
div.h1 {
	width: 60%;
}
.block_14 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.new_main {
	width: 33%;
	float: left;
	position: relative;
	cursor: pointer;
	margin-top: 25px;
	transition: all 0.2s;
}
.new_main a {
	text-decoration: none;
}
.new_main:hover .date {
	background: #b7202f;
}
.new_main img {
	width: 100%;
	transition: all 0.2s;
}
.date {
	border: 1px solid #d1d1d1;
	display: inline-block;
	padding: 8px;
	color:#d1d1d1;
	margin-bottom: 20px;
	opacity: 1;
}
.new_main h3 {
	font-size: 20px;
	width: 90%;
	color:#000;
	text-decoration: none;
	font-family: "FuturaBold";
	margin-bottom: 25px;
}
.new_main p {
	width: 65%;
	color:#000;
	text-decoration: none;
	margin-bottom: 20px;
	font-size: 16px;
}
.img_news_main {
	height: 224px;
	transition: all 0.2s;
	position: relative;
	overflow: hidden;
}
.img_news_main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.new_main:hover .img_news_main {
	height: 240px;
	margin-top: -16px;
	transition: all 0.2s;
}
.block_15 {
	padding-top: 60px;
	padding-bottom: 90px;
}
.seo_text p {
	width: 70%;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
	font-size: 20px;
	line-height: 25px;
}
.block_16 {
	background: url(../img/bg_5.jpg) no-repeat center;
	height: 688px;
	color:#fff;
}
.contacts_block {
	display: flex;
	justify-content: center;
	padding-top: 90px;
	position: relative;
}
.keh {
	font-size: 29px;
	margin-right: 28px;
	float: left;
	height: 35px;
	font-family: "Proxima_Nova_Light";
	display: flex;

	margin-left: 28px;
	position: relative;
}
.keh:nth-child(1) img {
	top:-4px;
	position: relative;
}
.keh span {
	font-family: "futurabold";
	padding-left: 5px;
}
.keh img {
	margin-right: 10px;
}
.title_b16 {
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 90px;
}
.title_b16 span {
	font-family: "futurabold";
	display: block;
	font-size: 31px;
}
.form_texta {
	background: rgba(0,0,0,0.7);
	width: 100%;
	margin-top: 20px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.form_texta form {
	width: 1000px;
	margin: 0 auto;
}
.form_texta form input {
	width: 90%;
	height: 41px;
	font-size: 16px;
	outline: none;
	margin-bottom: 15px;
}
.left_form {
	float: left;
	position: relative;
	width: 50%;
}
.form_texta form textarea {
	width: 47%;
	float: right;
	padding:10px;
	border-radius: 6px;
	font-size: 16px;
	outline: none;
	position: relative;
	height: 133px;
}
.form_texta form button {
	width: 438px;
	height: 48px;
	text-align: center;
	margin: 0 auto;
	display: inherit;
	margin-top: 25px;
	background: #b7202f;
	color:#fff;
	font-size: 16px;
}
.nav_footer {
	background: #000;
	height: 54px;
}
.nav_footer ul li {
	display: inline-block;
	color:#fff;
	padding-top: 18px;
}
.nav_footer ul li a {
	color:#fff;
	text-decoration: none;
	font-size: 15px;
	padding-right: 50px;
}
footer {
	background: url(../img/bg_footer.jpg) no-repeat center;
	height: 166px;
	color:#fff;
}
.foot_widjet_1 {
	width: 465px;
	float: left;
	position: relative;
	padding-top: 35px;
}

.foot_widjet_1 p{
	font-size: 18px;
}
.foot_widjet_2 {
	width: 340px;
	float: left;
	position: relative;
	padding-top: 20px;
}
.foot_widjet_3 {
	float: right;
	position: relative;
	width: 300px;
	text-align: right;
	padding-top: 25px;
}

.foot_widjet_3 {
	font-size: 18px;
}

.footer_logo {
	color:#b7202f;
	font-size: 18px;
	margin-bottom: 17px;
}
.cory {
	font-size: 18px;
}
.nomer_footer {
	font-size: 18px;
	font-family: "Proxima_Nova_Light";
}
.footer_mail {
	font-size: 18px;
	color:#b7202f;
	margin-top: 7px;
}
.vk_f {
	background: url(../img/vk_2.png) no-repeat;
	width: 22px;
	height: 22px;
	display: inline-block;
	margin-top: 14px;
}
.insta_f {
	background: url(../img/insta_2.png) no-repeat;
	width: 24px;
	height: 24px;
	margin-top: 14px;
	display: inline-block;
}
.vimeo_f {
	background: url(../img/vimeo.png) no-repeat;
	width: 24px;
	height: 24px;
	margin-top: 14px;
	display: inline-block;
}
body.hidden {
	overflow: hidden;
}
.menu_white.active {
	width: 35%;
}
.menu_white {

	width: 0%;
	float: left;
	position: fixed;
	top: 0px;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	height: 100vh;
	z-index: 4;
}
.wrapper.active {
	background: rgba(0,0,0,0.9);
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 15;
}
.menu.active {
	display: block;
	width: 350px;
	z-index: 9999;
}
.menu {
	position: fixed;
	z-index: 20;
	display: none;
	transition: all 0.1s;
}
.menu ul li {
	list-style: none;
	margin-bottom: 40px;
}
.menu ul li:last-child {
	margin-bottom: 0;
}
.menu ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
	transition: all 0.2s;
}
button.burger.burger2.on span {
	background: #fff;
}
button.burger.burger2.on span:before {
	background: #fff;
}
.remodal form input {
	border: 1px solid #f2f2f2;
	margin: 0px;
	width: 400px;
	height: 50px;
	outline: none;
	font-size: 20px;
	margin-bottom: 20px;
}
.remodal form textarea {
	border: 1px solid #f2f2f2;
	margin: 0px;
	width: 400px;
	height: 100px;
	font-family: "FuturaRegular";
	outline: none;
	font-size: 23px;
	padding-left:20px;
	padding-top:10px;
	margin-bottom: 20px;
}
.remodal form button {
	display: block;
	margin-bottom: 25px;
	height: 50px;
	outline: none;
	background: #b7202f;
	width: 423px;
	font-family: "futurabold";
	font-size: 20px;
	margin-top: 5px;
}
.remodal {
	width: 815px;
	max-width: 815px !important;
	background: url(../img/remodal.jpg) no-repeat !important;
	min-height: 435px;
}
.remodal h3 {
	padding-top: 40px;
	font-size: 20px;
	font-family: "futurabold";
	margin-bottom: 10px;
}
.remodal p {
	font-style: italic;
	font-size: 20px;
	font-family: "Proxima_Nova_Light";
}

.left_remodal {
	width: 463px;
	float: right;
	position: relative;
	text-align: left;
}
.block_1.remont {
	background: url(../img/remont/bg.jpg) no-repeat center;
	height: 830px;
}
.block_1.remont .insta_head {
	margin-right: 0px;
}
.rassch_m {
	color:#fff;
	background: url(../img/calculator.png) no-repeat left;
	width: 200px;
	float: left;
	cursor: pointer;
	position: relative;
	margin-top: 50px;
	height: 23px;
	z-index: 3;
	line-height: 23px;
	margin-left: 130px;
	font-size: 18px;
	padding-left: 30px;
}
header a {
	color:#fff;
	text-decoration: none;
}
.block_1.remont .buttons_offer {
	margin-top: 30px;
}
.block_3.remont, .block_3.design {
	height: 1010px;
}
.block_3.remont .conteiner, .block_3.design .conteiner {
	height: 1010px;
}
.block_3.remont .man_1, .block_3.design .man_1 {
	bottom: 0px;
}
.block_3.remont .title_b3, .block_3.design .title_b3 {
	text-align: center;
	padding-top: 60px;
}
.block_3.remont .cont_punks, .block_3.design .cont_punks {
	margin-top: 0px;
}
.portfolio.remont {
	background: #121212;
	padding-top: 50px;
	padding-bottom: 60px;
}
.title_port {
	color:#fff;
	font-size: 40px;
	margin-bottom: 30px;
	font-family: "futurabold";
	text-align: center;
}
.portfolio.remont .ports {
	float: left;
	position: relative;
	color:#fff;
	transition: all 0.2s;
}
.portfolio.remont .ports:hover {
	opacity: 0.85;
}
.portfolio.remont span {
	font-size: 15px;
	opacity: 0.7;
}
.title_port_remont {
	font-size: 17px;
	font-family: "futurabold";
	margin-top: 18px;
	margin-bottom: 1px;
}
.title_port_remont a {
	text-decoration: none;
	color:#fff;
}
.port_1 {
	margin-right: 16px;
}
.port_2 {
	margin-right: 15px;
}
.port_2 .title_port_remont  {
	width: 220px;
}
.port_3 {
	margin-bottom: 30px;
}
.block_10.work {
	background: url(../img/remont/bg_2.jpg) no-repeat center;
	height: 574px;
}
.worker {
	background: url(../img/remont/worker.png) no-repeat;
	width: 277px;
	height: 511px;
	position: absolute;
	bottom: 0px;
	left: 630px;
	z-index: 2;
}
.block_10.work .conteiner {
	height: 575px;
}
.block_10.work .form_inter {
	background: rgba(0,0,0,0.9);
	left: 195px;
	top: 95px;
	border-radius: 5px;
	color: #fff;
	width: 490px;
	padding-top: 35px;
	padding-bottom: 45px;
	position: relative;
	text-align: center;
}
.block_10.work .form_inter form input {
	width: 380px;
}
.block_10.work .form_inter form button {
	width: 400px;
}
.block_10.work .title_form_int {
	padding-left: 50px;
	padding-right: 50px;
}
.nav_list {
	list-style:none;
}

#nav_list_second:first-child{
	height: 734px;
}
.nav_list li {
	position:relative;
}
.nav_list>li:nth-child(2n-1) {
	background: #cad1e0;
}
.nav_list li>ul>li {
	font-size: 17px;
	padding-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}
.nav_list li a {
	padding:23px 25px 23px 20px;
	display:block;
	font-size:19px;
	font-weight:bold;
	color:#000;
	background: url(../img/plus.png) no-repeat 94% 50%;
	text-decoration:none;
}
.nav_list li span {
	width:0;
	height:0;
	position:absolute;

}
.nav_list li.active span {

}
.nav_list ul {
	margin:0;
	display:none;
}
.nav_list ul li {
	position:static;
	list-style: none;
}
.nav_list li ul li a {
	padding: 10px;
	font-size: 16px;
	padding-left: 25px;
}
.nav_list ul a  {
	padding-left:20px;
	font-size:12px;
	color:#8b8b8b;
	background:#ededed;
}
.accordeon {
	width: 355px;
	float: left;
	position: relative;
	margin-top: 70px;
}
.title_fin {
	font-size: 40px;
	font-family: "futurabold";
	text-align: center;
}
.accordeon_content {
	padding-top: 80px;
	padding-bottom: 80px;
}
.title_accordeon {
	background: #b7202f;
	color:#fff;
	text-align: center;
	border-radius: 4px;
	font-size: 24px;
	font-family: "futurabold";
	padding-top: 18px;
	padding-bottom: 22px;
}
.title_accordeon span {
	font-family:'futura';
	display: block;
	position: relative;
	top:7px;
}
.descr_accordeon {
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.descr_accordeon span {
	padding-bottom: 10px;
	font-size: 19px;
	font-family: "futurabold";
}
.descr_accordeon p {
	opacity: 0.6;
	font-size: 15px;
	margin-top: 10px;
}
.accordeon_content .butt_red {
	display: block;
	padding: 14px;
	margin: 0px;
	text-align: center;
	margin-top: 23px;
}
.accordeon_content .accordeon:nth-child(3) {
	margin-left: 50px;
	margin-right: 50px;
}
.dond_know {
	background: url(../img/remont/bg_3.jpg) no-repeat center;
	height: 237px;
	padding-top: 40px;
	padding-bottom: 50px;
	color:#fff;
}
.title_dk, .title_how_work  {
	text-align: center;
	font-size: 40px;
	font-family: "futurabold";
}
.dond_know p {
	line-height: 24px;
	font-size: 17px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 15px;
}
.how_work_rem {
	padding-top: 50px;
	padding-bottom: 40px;
}
.conteiner_hw {
	width: 900px;
	margin: 0 auto;
	margin-top: 60px;
}
.hw {
	width: 40%;
	float: left;
	margin-bottom: 60px;
	position: relative;
	margin-left: 10%;
}
.conteiner_hw .hw:nth-child(2n) {
	margin-left: 10%;
}
.conteiner_hw .hw:nth-child(2) .hw_icon, .conteiner_hw .hw:nth-child(4) .hw_icon  {
	padding-top: 20px;
	height: 50px;
}
.conteiner_hw .hw:nth-child(4) .text_hw {
	margin-top: 8px;
}
.hw_icon {
	background: #b7202f;
	width: 70px;
	height: 55px;
	border-radius: 70px;
	text-align: center;
	float: left;
	padding-top: 15px;
	position: relative;
	margin-right: 13px;
}
.text_hw {
	font-size: 20px;
	font-family: "futurabold";
	float: left;
	position: relative;
	width: 250px;
	margin-top: 15px;
}
.text_hw span {
	display: block;
	font-size: 17px;
	font-family:'futura';
	opacity: 0.6;
}
.block_8.remont {
	padding-bottom: 80px;
}
.srok {
	background: url(../img/remont/blank_bg.jpg) no-repeat;
	width: 575px;
	height: 400px;
	float: left;
	position: relative;
}
.kurse {
	background: url(../img/remont/img_work.jpg) no-repeat;
	width: 575px;
	height: 400px;
	float: right;
	position: relative;
}
.title_bloks {
	font-family: "futurabold";
	padding-left: 40px;
	padding-top: 80px;
	font-size: 37px;
}
.kurse .title_bloks {
	color:#fff;
}
.kurse p {
	color:#fff;
}
.srok p, .kurse p {
	padding-left: 40px;
	font-size: 20px;
	opacity: 0.9;
	margin-top: 15px;
	margin-bottom: 30px;
}
.srok .butt_red {
	margin-left: 40px;
}
.block_16.remont {
	background: url(../img/remont/bg_4.jpg) no-repeat;
	color:#000;
}
.block_1.design {
	background: url(../img/remont/design/bg.jpg) no-repeat;
	height: 805px;
}
.block_1.design .insta_head {
	margin-right: 0px;
}
.block_3.design .block_3_right {
	width: 600px;
}
.block_3.design .cont_punks .punkt:nth-child(2n) {
	margin-left: 0px;
}
.block_3.design .punkt {
	margin-bottom: 30px;
}
.accordeon_content .butt_red.buye {
	display: inline-block;
	width: 325px;
}
.knopka {
	text-align: center;
}
.free_block {
	background: #b7202f;
	padding-top: 50px;
	padding-bottom: 50px;
	color:#fff;
}
.free_block .free_cont:nth-child(2) {
	margin-left: 55px;
	margin-right: 55px;
}
.free_cont {
	width: 350px;
	float: left;
	font-family: "futurabold";
	font-size: 35px;
	position: relative;
	text-align: center;
}
.free_cont p {
	font-size: 25px;
	font-family:'futura';
	margin-top: 20px;
}
.opisanie {
	padding-top: 60px;
	padding-bottom: 60px;
}
.ops {
	margin-top: 60px;
}
.ops .tabs__content {
	width: 775px;
	padding: 0px;
	text-align: left;
	right: 0px;
}
.ops .tabs__content h4 {
	font-size: 19px;
	font-family: "futurabold";
}
.ops .tabs__content img {
	margin-top: 30px;
}
.ops.vertical .tabs__caption li {
	padding-top: 0px;
	padding-bottom: 0px;
	width: 370px;
	font-family:'futura';
	border-bottom: 0px;
	height: 40px;
	font-size: 15px;
}
.vertical.ops .tabs__caption {
	width: 300px;
	margin-top: 25px;
}
.ops.vertical .tabs__caption li span {
	border-bottom: 1px solid #000;
}
.vertical.ops .tabs__caption .active {
	color: #b7202f;
	font-family: "futurabold";
}
.how_work_rem.disain {
	padding-top: 120px;
}
.how_work_rem.disain .hw:nth-child(1) .text_hw, .how_work_rem.disain .hw:nth-child(2) .text_hw, .how_work_rem.disain .hw:nth-child(3) .text_hw, .how_work_rem.disain .hw:nth-child(4) .text_hw {
	margin-top: 4px;
}
.how_work_rem.disain .hw:nth-child(1) .text_hw span, .how_work_rem.disain .hw:nth-child(2) .text_hw span, .how_work_rem.disain .hw:nth-child(3) .text_hw span .how_work_rem.disain .hw:nth-child(4) .text_hw span {
	margin-top: 5px;
}
.t_xot {
	text-align: center;
	font-size: 20px;
	padding-top:35px;
	font-family: "futurabold";
}
.how_work_rem.disain {
	padding-bottom: 70px;
}
.block_1.works {
	background: url(../img/work/bg.jpg) no-repeat center;
	height: 635px;
}
.block_1.works .insta_head {
	margin-right: 0px;
}
.block_1.works .offer {
	padding-top: 150px;
	top: 0px;
}
.block_1.works .offer a {
	text-decoration: none;
}
.back_butt {
	background: rgba(0,0,0,0.8);
	color:#fff;
	width: 145px;
	font-size: 15px;
	font-family:'futura';
	text-decoration: none;
	line-height: 35px;
	padding-left: 10px;
	text-transform: none;
	height: 35px;
	margin-bottom: 30px;
}
.block_1.works .offer {
	padding-left: 30px;
}
.back_butt img {
	position: relative;
	top: 1px;
	margin-right: 10px;
}
.back_butt:hover {
	opacity: 0.85;
}
.block_1.works .offer p {
	font-size: 32px;
	margin-top: 25px;
}
.block_1.works .buttons_offer {
	margin-top: 20px;
	padding-left: 30px;
}
.works_b {
	padding-top: 50px;
	padding-bottom: 50px;
}
.text_work {
	float: left;
	position: relative;
	margin-top: 40px;
	width: 730px;
}
.works_b  p {
	line-height: 28px;
	font-size: 17px;
	margin-bottom: 20px;
}
.gallery_img {
	width: 380px;
	float: right;
	margin-top: 40px;
	position: relative;
}
.gallery_img img {
	margin-bottom: 20px;
}
.works_b .butt_red {
	margin-right: 0px;
}
.block_3.works .block_3_right {
	width: 1120px;
	padding-top: 0px;
}
.block_3.works .title_b3 {
	text-align: center;
	font-size: 40px;
}
.block_3.works .block_3_right .cont_punks .punkt:nth-child(5) {
	margin-left: 200px;
}
.block_3.works {
	height: 500px;
}
.block_1.text {
	height: 470px;
	background: url(../img/work/bg.jpg) no-repeat center;
}
.block_1.text .insta_head {
	margin-right: 0px;
}
.block_1.text a {
	text-decoration: none;
}
.block_1.text .offer {
	padding-left: 30px;
	margin-top: 0px;
}
.block_1.text .buttons_offer {
	padding-left: 30px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica,sans-serif;
	margin: 0em; */
font-weight: normal;
	line-height: normal;
}
::-webkit-input-placeholder {color:#000;}
::-moz-placeholder          {color:#000;}/* Firefox 19+ */
:-moz-placeholder           {color:#000;}/* Firefox 18- */
:-ms-input-placeholder      {color:#000;}
#map {
	background: url(../img/map.jpg) no-repeat center;
	background-size: cover;
	height: 720px;
}
#map .contacts_block .keh {
	font-size: 46px;
	color:#fff;
	margin-bottom: 50px;
}
#map .contacts_block {
	width: 54%;
	margin: 0 auto;
	padding-top: 250px;
}
#map .insta_head {
	margin-right: 0px;
}
.header {
	height:80px;
	top:-80px;
	width: 100%;
	position: absolute;
	transition: top 0.21s;
	margin-top: 80px;
}
.header.fixed {
	width:100%;
	position: fixed;
	top: 0;
	background:rgba(0,0,0,0.75);
	margin-top: 0px;
	z-index: 999;
}
.wrap  {
	transition: top 0.21s;
}

header {
	/*width: 1170px;*/
	margin: 0 auto;
	position: relative;
}
.header.fixed .logo {
	margin-top: 7px;
}
.header.fixed button.burger {
	margin-top: 30px;
}
.header.fixed .adr {
	margin-top: 25px;
}
.header.fixed .insta_head {
	margin-top: 27px;
}
.header.fixed .rassch_m {
	margin-top: 32px;
}
.offer.texts {
	top: 0px;
	padding-top: 120px;
}
.buttons_offer.texts {
	margin-top: 30px;
}
#form_body p.check.active {
	background: #ec2b32 url(../img/ok.png) 50% 50% no-repeat;
	text-indent: -999px;
	overflow: hidden;
}
#form_body p.check {
	margin-right: 19px;
	color: #fff;
	font-size: 20px;
	background-color: #a9a9a9;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 43px;
	float: left;
}
#form_body .form-left {
	font-size: 15px;
	color: #545454;
}
#form_body h5 {
	line-height: 44px;
	color: #000;
	float: left;
	margin-right: 38px;
	font-size: 22px;
	font-weight: 400;
	width: 400px;
	display: inline-block;
	font-family: "FuturaBold";
	position: relative;
}
#form_body .radio_box label {
	height: 34px;
	cursor: pointer;
	line-height: 40px;
	font-size: 17px;
	margin-right: -5px;
	display: inline-block;
	padding: 0 10px;
}
.radioAreaChecked, .radioArea input[checked="checked"] {
	background-position: right -37px;
}
.radioArea, .radioAreaChecked {
	background: url(../img/form_sprite.png) no-repeat scroll right -1px transparent;
}
.radioAreaChecked, .radioArea {
	width: 18px;
	height: 18px;
	display: inline-block;
	position: relative;
	top: 3px;
	margin-right: 12px;
	margin-bottom: -2px;
}
#form_body .radio_box input {
	width: 18px;
	border: 1px solid #ccc;
	height: 18px;
	background: #ccc;
	margin-right: 9px;
}
#form_body input#square {
	width: 200px;
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 0px;
	margin-left: 10px;
	font-size: 17px;
}
input[type=radio] {
	position: absolute;
	left: -10000px;
}
.f_line {
	width: 1px;
	height: 35px;
	display: block;
}
.know_price {
	background: #ec2b32;
	color:#fff;
	width: 250px;
	padding: 0px;
	height: 50px;
	margin-top: 40px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}
.know_price:hover {
	opacity: 0.85;
}
#ajax_form {
	background: url(../img/form_rasch.jpg) no-repeat;
	width: 290px;
	height: 363px;
	padding-top: 35px;
	padding-left: 30px;
	margin-top: 20px;
	padding-right: 30px;
}
#ajax_form p {
	line-height: 22px;
}
#ajax_form input {
	width: 95%;
	padding-left: 5%;
	margin-bottom: 15px;
	height: 42px;
	font-size: 15px;
}
#ajax_form input#f_submit {
	width: 100%;
	background: #ec2b32;
	height: 50px;
	cursor: pointer;
	padding: 0px;
	color:#fff;
}
#ajax_form input#f_submit:hover {
	opacity: 0.85;
}
#note1 {
	background: url(../img/maner.png) no-repeat;
	width: 235px;
	height: 433px;
	position: absolute;
	bottom: -50px;
	left: 320px;
}
.tabs__content2 {
	display: none;
}
.tabs__content2.active {
	display: block;
}
.tabs__caption.rasch li {
	font-size: 18px;
	color:#000;
	padding: 0px !important;
	margin-left: 45px;
	padding-right: 25px;
	font-family: "FuturaBold";
}
.tabs__caption.rasch li.active {
	border-bottom: 4px solid #ec2b32;
	padding: 0px !important;
}
.tabs__content2 {
	margin-top: 55px;
}
.tabs__caption.rasch li:first-child {
	margin-left: 0px;
}
.works_b .tabs {
	margin-top: 0px;
}
.feedback {
	color: #b7202f;
	padding: 9px;
	text-decoration: none;
	border-radius: 6px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 19px;
	display: inline-block;
	margin-right: 35px;
	border: 2px solid #b7202f;
	transition: all 0.2s;
	background: none;
	position:relative;
	top:40px;}
.feedback:hover {
	background:#b7202f;
	color:#fff;}

.smet_b7 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 80px;
}

.smet_b7_img {
	background: url(../img/smet_b.png) no-repeat;
	width: 127px;
	height: 159px;
	margin-right: 30px;
}

.smet_b7 a {
	font-size: 23px;
	color: #000;
	font-family: "FuturaBold";
	line-height: 26px;
}

.smet_b7 a:hover {
	color: #b7202f;
	transition: all 0.2s ease-in-out;
}
.sending-letter {
	position: fixed;
	bottom: 50px;
	left: -100%;
	background-color: #fff;
	border: 2px solid #000;
	padding: 25px 30px;
	max-width: 450px;
	z-index: 100;
	text-align: center;
	transition: all 0.4s ease-in-out;
}
.sending-letter.active {
	left: 50px;
}
.sending-letter span {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
}
.sending-button {
	margin: 15px 0 0;
	background-color: #b7202f;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	padding: 15px 20px;
	transition: all 0.2s ease-in-out;
}
.sending-button:hover {
	background-color: #9d1321;
}








.new_main p {
	display: none;
}

header {
	width: 1200px;
}
.insta_head {
	margin-right: 40px !important;
}
.adr .nomer {
	font-size: 25px;
	background: none;
}
.block_1 .wrap .conteiner {
	width: 1200px;
}
.block_1 .wrap {
	margin-left: -200px;
}
.books {
	right: -60px !important;
}
.rassch_m {
	background: #b7202f;
	color: #fff;
	padding: 15px 30px;
	text-decoration: none;
	border-radius: 6px;
	font-size: 18px;
	display: inline-block;
	transition: all 0.2s;
	width: auto;
	margin-top: 30px;
	height: auto;
	line-height: inherit;
	overflow: hidden;
	transition: all 0.2s ease-in-out;
}
.rassch_m:hover {
	background: #9f0e1c;
}
.header.fixed .rassch_m {
	margin-top: 16px;
}














.buttons_offer {
	display: flex;
	align-items: center;
}
.buttons_offer .butt_red {
	position: relative;
	overflow: hidden;
}
.buttons_offer .butt_red:before,
.buttons_offer .butt_red:after,
.rassch_m:before,
.rassch_m:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 300px;
	margin-top: -150px;
	margin-left: -150px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	opacity: 0;
	z-index: 1;
}
.buttons_offer .butt_red:before,
.rassch_m:before {
	-webkit-animation: pulse 4s 1.5s infinite;
	animation: pulse 4s 1.5s infinite;
}
.buttons_offer .butt_red:after,
.rassch_m:after {
	-webkit-animation: pulse 4s 2s infinite;
	animation: pulse 4s 2s infinite;
}
@-webkit-keyframes pulse {
	0% {
		opacity: 1;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}
@keyframes pulse {
	0% {
		opacity: 1;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}
.adr {
	margin-right: 130px;
}
.adr .call_back a {
	font-size: 21px;
}
.descr_offer strong {
	color: #fff;
}
/*Forms*/
.forming-box {
	padding: 50px 150px 50px 0;
	border: 4px solid #fff;
	border-radius: 10px;
	width: 800px;
	text-align: center;
	position: relative;
}
.forming-box:before {
	content: "";
	display: block;
	position: absolute;
	right: -290px;
	top: -40px;
	width: 504px;
	height: 355px;
	background: url("/bitrix/templates/disain_inter/img/fom1.png")
}
.forming-title {
	display: inline-block;
	color: #fff;
	font-size: 35px;
}
.forming-title__count {
	margin: 20px 0 30px;
	color: #fff;
	font-size: 45px;
	position: relative;
	display: inline-block;
}
.forming-title__count:before {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	right: -60px;
	width: 41px;
	height: 64px;
	background: url("/bitrix/templates/disain_inter/img/form-arrow.png")
}
.forming-btn {
	display: block;
	background: #fff;
	width: 200px;
	margin: 0 auto;
	text-align: center;
	color: #000;
	text-decoration: none;
	border-radius: 5px;
	padding: 20px;
	font-size: 20px;
	transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.forming-btn:hover {
	background: #000;
	color: #fff;
}
.new-form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 100px;
	background: url("/bitrix/templates/disain_inter/img/formbg.jpg") center center / cover no-repeat;
}
.new-form__title {
	color: #fff;
	font-size: 45px;
	width: 820px;
	text-align: center;
}
.new-form__title span {
	color: #b7202f;
}
.new-form__text {
	display: block;
	font-size: 22px;
	color: #fff;
	margin: 30px 0 50px;
}
.new-form__box {
	display: flex;
	margin-top: 0;
}
.new-form__box button {
	width: 350px;
	font-size: 16px;
	background: #b7202f;
	transition: background 0.2s ease-in-out;
}
.new-form__box input {
	font-size: 16px;
}
.new-form__box button:hover {
	background: #000;
}
.all-proj {
	display: block;
	margin: 30px auto 0;
	background-color: #b7202f;
	color: #fff;
	text-decoration: none;
	width: 250px;
	text-align: center;
	font-size: 19px;
	padding: 20px;
	border-radius: 5px;
	transition: background-color 0.2s ease-in-out;
}
.all-proj:hover {
	background-color: #9f0e1c;
}
/*Social*/
.social {
	display: flex;
	justify-content: flex-end;
	margin: 20px 0 0;
}
.social a {
	width: 32px;
	height: 32px;
	margin: 0 15px 0 0;
	transition: transform 0.3s ease-in-out;
}
.social a:hover {
	transform: translateY(-5px);
}
.social a:last-child {
	margin: 0;
}
.social-vk {
	background: url("/bitrix/templates/mila/img/ic1.png")
}
.social-fb {
	background: url("/bitrix/templates/mila/img/ic2.png")
}
.social-inst {
	background: url("/bitrix/templates/mila/img/ic3.png")
}

/************* screens (mila -- front) **************************/
.menu {
	top: 0;
	bottom: 0;
}
.menu ul {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.descr_offer {
	max-width: 100%;
}
.sending-letter {
	left: -9999999px;
}
.otz_block, .text_otz, .form_texta form, .form_texta form button, .foot_widjet_1, .forming-box, .block_3_right, .block_5 p, .text_slider_6, .new-form__title, .tabs, .otz_block, .left_remodal, .new-form__title {
	max-width: 100%;
}
.block_13, .sending-letter, .block_14, .block_15, .block_16, .nav_footer, footer, .block_12 {
	overflow: hidden;
}
.cont_punks:after, .slider-mobile:after, .slider-mobile-2:after {
	content: '';
	display: table;
	clear: both;
}

.slider-mobile, .slider-mobile-2:after {
	position: relative;
	width: 100%;
}
.cont_punks .slider-mobile, .cont_punks .slider-mobile-2 {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.slick-slide {
	outline: none;
}
.slider-mobile .slick-arrow, .slider-mobile-2 .slick-arrow {
	background: url('../images/left-arrow-chevron.svg') center center / 100% 100% no-repeat, transparent;
	position: absolute;
	z-index: 9;
	text-indent: -99999px;
	width: 18px;
	height: 30px;
	top: 15px;
	border: 0;
	cursor: pointer;
	display: block;
	opacity: .6;
	margin: 0;
	padding: 0;
@include transition(.5s);
}
.slider-mobile.dark .slick-arrow, .slider-mobile-2.dark .slick-arrow {
	background: url('../images/left-arrow-chevron-light.svg') center center / 100% 100% no-repeat, transparent;
}
.slider-mobile .slick-arrow.slick-prev, .slider-mobile .slick-arrow.prev, .slider-mobile-2 .slick-arrow.slick-prev, .slider-mobile-2 .slick-arrow.prev {
	left: 0;
}
.slider-mobile .slick-arrow.slick-next, .slider-mobile .slick-arrow.next, .slider-mobile-2 .slick-arrow.slick-next, .slider-mobile-2 .slick-arrow.next {
	right: 0;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.slider-mobile .slick-arrow:hover, .slider-mobile .slick-arrow:active, .slider-mobile .slick-arrow:focus, .slider-mobile-2 .slick-arrow:hover, .slider-mobile-2 .slick-arrow:active, .slider-mobile-2 .slick-arrow:focus {
	opacity: 1;
}
.block_6 .flexslider .slides > li {
	position: relative;
}

.tabs__caption .spoiler.mobile-only {
	display: none;
}

.remodal form textarea {
	max-width: 100%;
	box-sizing: border-box;
}

.burger-title {
	font-size: 6px;
    margin-top: 25px;
    text-transform: uppercase;
}
.call_back-mob_tel{
	display: none;
}
/*********SIDEMENU******/

.sidemenu {
	position: fixed;
	display: none;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.sidemenu.active,
.sidemenu.enter,
.sidemenu.exit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.sidemenu-content,
.sidemenu.enter,
.sidemenu.exit {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.sidemenu-content {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	width: 270px;
	height: 100%;
	box-sizing: border-box;
	padding: 26px 32px 70px 38px;
	background: rgba(3, 3, 3, .97);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.sidemenu-content.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.sidemenu-content.enter,
.sidemenu-content.exit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.sidemenu-content.enter,
.sidemenu-content.exit,
.sidemenu-shadow {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.sidemenu-shadow {
	display: none;
	width: calc(100% - 270px);
	height: 100%;
	background-color: #181818;
	opacity: .5;
	z-index: 2
}

.sidemenu-shadow.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.sidemenu-shadow.enter,
.sidemenu-shadow.exit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.sidemenu-logo {
	width: 127px;
	height: 66px;
	margin: 0 0 auto;
	min-height: 66px;
	background: #fff
}

.sidemenu-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
	margin: 0;
	list-style: none
}

.sidemenu-menu li {
	width: 100%;
	margin-bottom: 20px
}

.sidemenu-menu li a {
	color: #fff;
	font-size: 18px;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.sidemenu-menu li:hover a {
	color: #b72130;
}

.sidemenu-tel {
	margin: auto auto 0
}
.sidemenu-tel .nomer {
	font-size: 22px;
	text-align: center;
	font-family: 'Futura'
}

.sidemenu-btn-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 25px auto 0;
	text-decoration: none;
}
.sidemenu-btn-1 .rassch_m {
	width: 100%;
	margin: 0;
	text-align: center
}

.sidemenu-btn-2 {
	margin: 17px auto 0
}
.sidemenu-btn-2 div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sidemenu-btn-2 a {
	width: 100%;
	text-align: center;
	text-decoration: none
}
.headerAdd {
	display: none;
}


/*************FIRST MEDIA***************/
@media (max-width: 1333px) {
	#page-wrapper {
		overflow: hidden;
	}
}
@media (max-width: 1300px) {
	header, .block_1 .wrap .conteiner, html, body, #page-wrapper, .conteiner {
		width: 100%;
	}
	#page-wrapper, body, html {
		min-width: 100%;
	}
	.adr {
		margin-right: 0;
	}
	button.burger {
		margin-left: 16px;
	}
	.block_1 .wrap {
		margin: 0;
	}
	.conteiner {
		padding: 0 20px;
		box-sizing: border-box;
	}
}
@media (max-width: 1230px) {
	.accordeon {
		width: 31.5%;
	}
	.accordeon_content .accordeon:nth-child(3) {
		margin-left: 2%;
		margin-right: 2%;
	}
}
@media (max-width: 1200px) {
	.man_1 {
		background: url(../img/man.png) left center / 100% auto no-repeat;
		width: 240px;
	}
	.block_3 {
		height: initial;
		height: auto;
	}
	.butt_priem {
		position: static;
	}
	.cont_punks {
		margin-bottom: 2rem;
	}

	.plus_prugress {
		width: 14.8%;
	}
	.plus_1 {
		margin-left: 4.7%;
	}
	.plus_2, .plus_3, .plus_4 {
		margin-left: 10%;
	}

	.left_gallery {
		width: 64.1%;
	}
	.right_text_b9 {
		width: 32%;
	}
	.left_gallery li {
		width: 100%;
	}
	.left_gallery .example-image-link {
		width: 33%;
		display: block;
	}

	.vertical .tabs__content {
		width: 50.08%;
	}
	.vertical .tabs__caption {
		width: 32.2%;
	}
	.tabs.vertical:after, .block_11 .conteiner:after {
		content: '';
		display: table;
		clear: both;
	}
	.vertical .tabs__content {
		position: static;
		padding-bottom: 2rem;
	}

	.nav_footer ul li {
		padding-right: 4%;
	}
	.nav_footer ul li:last-child {
		padding-right: 0;
	}
	.nav_footer ul li a {
		padding-right: 0;
		white-space: nowrap;
		display: block;
	}

	.foot_widjet_1 {
		width: 40%;
	}
	.foot_widjet_2, .foot_widjet_3 {
		width: 30%;
	}
	footer {
		height: initial;
		height: auto;
		background: url(../img/bg_footer.jpg) center center / cover no-repeat;
	}
}
@media (max-width: 1180px) {
	.arr_how_we {
		display: none;
	}
	.how_we {
		margin-right: 2%;
	}
	.how-we:last-of-type {
		margin-right: 0;
	}
}
@media (max-width: 1100px) {
	.how_we span {
		position: static;
		display: block;
		text-align: center;
	}
	.how_we img {
		display: block;
		margin: 0 auto 1rem auto;
	}
}
@media (max-width: 1060px) {
	.rassch_m {
		margin-left: 6%;
	}
	.nav_footer ul li {
		padding-right: 2%;
	}
}
@media (max-width: 1020px) {
	.contacts_block {
		flex-direction: column;
		align-items: center;
		padding-top: 3rem;
	}
	.keh {
		margin: 0 0 1rem 0;
	}
	.title_b16 {
		margin: 3rem 0 0;
	}
}
@media (max-width: 1000px) {
	.forming-box {
		box-sizing: border-box;
		padding: 0;
		border: 0;
		width: 100%;
	}
	.forming-box:before {
		position: static;
		margin: 0 auto;
		max-width: 100%;
		background: url(/bitrix/templates/disain_inter/img/fom1.png) top left / 100% auto no-repeat;
	}

	.new-form__box input {
		width: 31%;
	}
	.new-form__box button {
		width: 37%;
	}
	.new-form__box {
		width: 100%;
	}
	.new-form {
		padding: 2rem 4%;
	}
}
@media (max-width: 995px) {
	header .logo span {
		display: none;
	}
	.rassch_m {
		margin-left: 0;
	}
}
@media (max-width: 980px) {
	.logo {
		width: 140px;
	}

	.block_3_right, .man_1 {
		float: none;
		position: static;
	}
	.man_1 {
		display: none;
	}
	.block_3_right {
		padding: 2rem 0 0;
		width: 100%;
	}
	.block_3_right .title_b3 {
		text-align: center;
	}
	.cont_punks {
		margin: 2rem 0;
	}

	.nom {
		float: none;
		width: initial;
		width: auto;
		height: initial;
		height: auto;
	}
	.slider-mobile .slick-slide, .slider-mobile-2 .slick-slide {
		text-align: center;
	}
	.slider-mobile, .slider-mobile-2 {
		padding: 0 25px;
	}
	.text_punkt {
		padding: 0;
	}

	.progress, .plus_prugress {
		display: none;
	}
	.icon_b4 img {
		margin: 0 auto 1rem auto;
	}
	.icon_b4 {
		margin-top: 0;
	}
	.economy-slider {
		margin: 2rem 0;
	}
	.block_4, .block_5 {
		height: initial!important;
		height: auto!important;
	}
	.block_4 {
		position: static;
		padding: 2rem 0;
	}
	.block_5 {
		padding: 1rem 0;
	}
	.title_b5 {
		padding-top: 0;
	}
	.title_b4 {
		padding-top: 1rem;
	}
}
@media (max-width: 920px) { /* modal*/
	.remodal .remodal-close {
		background: url(../img/close.png) center center no-repeat, rgba(183, 32, 47,.5);
		top: 10px;
		right: 10px;
		width: 36px;
		height: 36px;
	}
}
@media (max-width: 880px) {
	.accordeon {
		width: 100%;
		position: relative;
	}
	.accordeon_content .accordeon:nth-child(3) {
		margin-left: 0;
		margin-right: 0;
	}
	.spoiler-sign {
		display: block;
		position: absolute;
		right: 20px;
		top: 29px;
	}
	.spoiler-sign:before, .spoiler-sign:after {
		content: '';
		display: block;
		background: #fff;
		width: 22px;
		height: 2px;
	}
	.toggle.open .spoiler-sign:after {
		opacity: 0;
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	.spoiler-sign:after {
		opacity: 1
		display: block;
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transition: transform .5s ease-in-out;
		-webkit-transition: -webkit-transform .8s ease-in-out, opacity .5s ease-in-out;
		-ms-transition: -ms-transform .8s ease-in-out, opacity .5s ease-in-out;
		transition: transform .8s ease-in-out, opacity .5s ease-in-out;
		margin-top: -2px;
	}
	.spoiler {
		height: 0;
		margin: 0;
		visibility: hidden;
		opacity: 0;
		transition: all .5s ease;
	}
	.spoiler.toggled {
		height: 100%;
		margin: 18px 0;
		opacity: 1;
		visibility: visible;
	}

	.left_gallery, .right_text_b9 {
		width: 100%;
		float: none;
	}
	.right_text_b9 ul {
		padding-left: 20px;
		box-sizing: border-box;
	}
	.right_text_b9 {
		margin-top: 2rem;
	}
	.block_9 {
		padding: 1rem 0;
	}
	.right_text_b9 .butt_red {
		margin-right: 0;
	}

	.tabs__content {
		display: none!important;
	}
	.vertical .tabs__caption li {
		width: 100%;
		height: initial;
		height: auto;
	}
	.vertical .tabs__caption {
		width: 100%;
		float: none;
		position: static;
	}
	.tabs__caption .toggle.open .spoiler.mobile-only {
		display: block;
	}
	.title_designer {
		text-align: center;
	}
	.title_designer span, .preimus_designer span {
		position: static;
		padding: 0;
	}
	.preimus_designer {
		border-bottom: 0;
		padding-bottom: 0;
	}
	.preimus_designer div[class^="preims_"], .toggle:not(.open) .tabs__caption-title {
		font-family: "Futura";
	}

	.nav_footer {
		display: none;
	}

	.title_accordeon {
		font-size: 18px;
		line-height: .9;
		padding-top: 10px;
		padding-bottom: 17px;
	}
}
@media (max-width: 850px) {
	.carusel_left {
		display: none;
	}
	.line_red {
		display: none;
	}
	div.h1 {
		width: 100%;
	}
	.offer {
		font-size: 40px;
	}
	.offer, .descr_offer, .buttons_offer {
		padding-left: 0;
	}

	.new-form__box {
		flex-direction: column;
	}
	.new-form__box input, .new-form__box button {
		width: 100%;
		margin: 0 0 10px 0;
		box-sizing: border-box;
	}
	.new-form__text {
		text-align: center;
	}
}
@media (max-width: 780px) {
	.header {
		padding: 0 20px;
		box-sizing: border-box;
	}
	header {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	header .clear {
		display: none;
	}
	.header.fixed .logo, .header.fixed button.burger, .header.fixed .rassch_m, .header.fixed .adr {
		margin: 0;
	}
	.header.fixed, header, .header {
		height: 70px;
	}
	.header.fixed .logo {
		width: 77px;
	}
	.header.fixed .adr .call_back a, .header.fixed .rassch_m {
		width: 40px;
		height: 40px;
	}
	.header.fixed .rassch_m, .rassch_m:hover, .rassch_m:active, .rassch_m:focus {
		background-size: 13px 16px;
	}
	.header.fixed .adr .call_back a {
		background-size: 16px 16px;
	}
	.insta_head {
		display: none;
	}
	.rassch_m, .rassch_m:hover, .rassch_m:active, .rassch_m:focus {
		background-image: url(../images/calc-i.png);
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: center center;
		border: 2px solid #fff;
	}
	.rassch_m {
		float: none;
	}
	button.burger {
		position: relative;
		margin: 0;
	}
	.logo {
		margin: 0;
		width: 97px;
		float: none;
		position: static;
	}
	.logo img {
		width: 100%;
		display: block;
	}
	.adr {
		float: none;
		margin: 0;
		width: initial;
		width: auto;
		position: static;
	}
	.adr .nomer {
		display: none;
	}
	.adr .call_back a {
		background-image: url(../images/phone-i.png);
		border-radius: 5px;
		background-color: rgb(183, 32, 47);
	}
	.adr .call_back a, .rassch_m {
		text-indent: -9999999px;
		font-size: 0;
		background-position: center center;
		background-repeat: no-repeat;
		width: 50px;
		height: 50px;
		padding: 0;
		margin: 0;
		display: block;
		box-sizing: border-box;
		transition: background .3s ease, width .3s ease, height .3s ease;
	}

	.left_form, .form_texta form textarea {
		width: 100%;
		float: none;
		box-sizing: border-box;
	}
	.form_texta form input {
		width: 100%;
		box-sizing: border-box;
	}
	.block_16 {
		height: initial;
		height: auto;
		background: url(../img/bg_5.jpg) center center / cover no-repeat;
	}

	.header-btns-wrap {
		display: flex;
	}
	.header-btns-wrap * {
		flex-shrink: 0;
	}
	.header-btns-wrap .adr, .header.fixed .adr {
		margin-left: 10px;
	}
	.burger-title {
		margin-left: 25px;
		font-size: 12px;
		font-family: "Futura";
		display: block;
	}
	.call_back-mob_tel{
		display: block;
	}
	.adr .call_back a.call_back-desc_tel{
		display: none;
	}
}

@media (max-width: 780px) {
	.conteiner.header {
		position: fixed;
		height: 52px;
		background-color: #b72130;
		z-index: 99;
	}
	.headerAdd {
		display: flex;
		position: relative;
		z-index: 50
	}
	header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 100%;
	}
	header .rassch_m, header .logo {
		display: none;
	}
	header .header-btns-wrap .adr {
		display: flex;
		align-items: center;
		margin: 0;
	}
	header .adr .nomer {
		display: flex;
		order: 2;
		font-size: 16px;
		font-family: 'Futura';
	}
	header .adr .call_back {
		order: 1;
		width: 35px;
		height: 35px;
		margin-right: 17px
	}
	header .adr .call_back a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 35px;
		height: 35px;
		border-radius: 2px;
		border: 1px solid;
		border-color:#ffffff;
		background-image: none;
	}
	header .header-btns-wrap {
		order: 1
	}
	button.burger.burger2 {
		width: 70px;
		height: 16px;
		display: flex;
		align-items: center;
		order: 2
	}
	button.burger.burger2:before, button.burger.burger2:after, button.burger.burger2 span {
		max-width: 20px;
		height: 3px !important;
		margin: 0 !important;
		left: 0;
		transition: all 0.3s ease-in-out
	}
	button.burger.burger2 span {
		top: unset;
	}
	button.burger.burger2 span:before {
		content: none
	}
	.burger-title {
		margin-top: 0px;
		margin-left: 33px;
		font-size: 14px;
	}
	button.burger.burger2.active:before {
		transform: rotate(45deg);
		top: 6px
	}
	button.burger.burger2.active:after {
		transform: rotate(-45deg);
		top: 6px
	}
	button.burger.burger2.active span {
		opacity: 0
	}
	.headerAdd-logo {
		position: relative;
		top: 75px;
		left: 16px;
		width: 107px;
		height: 56px;
	}
	.headerAdd-logo img {
		width: 100%;
	}
	.headerAdd-calc {
		position: absolute;
		display: flex;
		align-items: center;
		top: 80px;
		width: 165px;
		height: 50px;
		left: unset;
		right: -5px;
		padding: 10px 0 10px 17px;
		border-radius: 2px;
		background-color: rgba(0, 0, 0, 0.5);
		box-sizing: border-box;
		text-decoration: none;
	}
	.headerAdd-calc svg {
		width: 21px;
		height: 30px;
	}
	.headerAdd-calc span {
		position: relative;
		top: 2px;
		width: 68px;
		margin-left: 18px;
		font-family: 'Futura';
		font-size: 16px;
		line-height: 14px;
		color: #fff;
	}
	.sidemenu {
		top: 52px;
	}
	.sidemenu-content {
		width: 100%;
		overflow: auto;
	}
	.sidemenu-logo, .sidemenu-shadow.active {
		display: none;
	}
	.sidemenu-menu li a {
		display: block;
		width: 100%;
		text-align: center;
	}
	.sidemenu .rassch_m {
		display: flex;
		align-items: center;
		justify-content: center;
		background-image: none;
		background-color: #b7202f;
		text-indent: unset;
		font-size: 18px;
		border: none;
	}
	.sidemenu .adr .call_back a.call_back-desc_tel {
		display: flex;
		justify-content: center;
		width: 100%;
		height: unset;
		background-image: none;
		background-color: transparent;
		text-indent: unset;
		font-size: 16px;
	}
	.sidemenu-btn-2 {
		margin-top: 30px;
	}
	.sidemenu-btn-1 {
		margin-top: auto;
	}
	.sidemenu-menu {
		margin: auto;
	}

	.call_back__mobile {
		display: block !important;
		width: 161px;
		font-size: 20px;
		position: absolute;
		right: 0;
		top: 133px;
		text-align: center;
		text-decoration: none;
		color: #b72130;
	}
}


@media (max-width: 760px) {
	[class*="foot_widjet_"]{
		width: 100%!important;
		padding-top: 0!important;
	} 
	.foot_widjet_3,.foot_widjet_4{
		text-align: center!important;
	}
	.foot_widjet_4 .social,.foot_widjet_4 .rassch_m{margin-right: auto!important;}
	.footer_bottom{flex-direction: column;padding: 30px 0!important;}
	.logo img{max-width: 130px;margin: auto;}
	.buttons_offer {
		flex-direction: column;
	}
	.buttons_offer .butt_red {
		margin: 0 0 1rem 0;
	}
	.butt_thr {
		margin: 0;
	}
	.scroll_d {
		text-indent: -99999px;
		height: 75px;
	}

	.title_b3 {
		font-size: 28px;
	}

	.block_4 {
		background: url(../img/bg_2.jpg) center center / cover no-repeat;
	}

	.text_slider_6 {
		position: static;
		margin-bottom: 2rem;
	}
	.block_6 .flex-direction-nav a {
		top: 64%;
	}
	.block_6 #carousel {
		display: none;
	}

	.block_8 .how_we {
		width: 100%;
		margin: 0 0 2rem 0;
	}
	.block_8 .how_we p {
		text-align: center;
	}
	.block_8 .how_we.howwe_1 {
		margin-top: 2rem;
	}
	.block_8 {
		padding: 1rem 0;
	}
	.title_b8:after {
		background: url(../img/decor.png) left top / 100% auto no-repeat;
		max-width: 100%;
	}

	.uslugi {
		width: 100%;
		height: 270px;
		float: none;
		padding: 0;
		position: static;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
	}

	.foot_widjet_1, .foot_widjet_2, .foot_widjet_3 {
		width: 100%;
		float: none;
		padding: 0 0 1rem 0;
	}
	.foot_widjet_3 {
		text-align: center;
	}
	.social {
		justify-content: center;
	}
	footer {
		padding: 2rem 0;
		text-align: center;
	}

	/* modal */
	.left_remodal {
		float: none;
		position: static;
		margin: 0 auto;
		padding: 2%;
		box-sizing: border-box;
	}
	.remodal-wrapper .remodal {
		background: #fff!important;
	}
	.remodal form button, .remodal form input {
		max-width: 100%;
		box-sizing: border-box;
	}
	.remodal {
		height: initial;
		height: auto;
	}

	.block_5, .block_12, .block_11 {
		display: none;
	}

	.block_6 section.slider {
		margin: 0 -20px;
	}
	.block_6 section.slider img {
		min-height: 350px;
		max-height: 350px;
		width: auto;
		min-width: 100%;
		object-fit: cover;
	}
	.text_slider_6 h3 {
		font-size: 30px;
		font-family: "Futura";
	}
	.text_slider_6 .butt_red {
		background: 0;
		border-bottom: 1px solid #fff;
		border-radius: 0;
		display: table!important;
		width: initial!important;
		width: auto;
		padding: 0!important;
	}

	.block_2 .forming-box .forming-title, .block_2 .forming-box .forming-title__count {
		display: inline-block;
	}
}
@media (max-width: 680px) {
	.img_otz {
		float: none;
		margin: 0 auto;
		width: 100px;
	}
	.img_otz img {
		display: block;
		width: 100%;
		border-radius: 50%;
	}
	.text_otz {
		width: 80%;
		margin: 0 auto;
		text-align: center;
		float: none;
	}
	.otz_block:not(.none) {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.block_13 .conteiner {
		height: initial;
		height: auto;
		padding: 2rem 0;
	}
	.feedback {
		margin: 1rem auto;
		position: static;
		display: table;
	}
	.duga_2, .duga_2 .jeg {
		position: static;
	}
	.duga_2 {
		background: 0;
		display: flex;
		justify-content: center;
		width: initial;
		width: auto;
		height: initial;
		height: auto;
	}
	.duga_2 .jeg {
		width: 30px;
		height: 30px;
		margin-right: 10px;
		background-size: 100% 100%;
	}
	.duga_2 .jeg:last-of-type {
		margin-right: 0;
	}

	.new_main {
		width: 100%;
	}
}
@media (max-width: 550px) {
	.block_5 .butt_priem {
		padding: 12px;
		width: 100%;
		box-sizing: border-box;
	}
	.title_b4, .title_b5 {
		font-size: 28px;
		padding: 0;
		line-height: 1.2;
	}
	.desc_b4 {
		margin-top: 1rem;
		line-height: 1.2;
	}
	.icon_b4 {
		margin: 0;
	}

}
@media (max-width: 500px) {
	.preimus_designer div[class^="preims_"] {
		float: none;
		position: static;
		margin-bottom: 2rem;
		width: 100%;
	}
	.preimus_designer .preims_1:nth-last-of-type(2) {
		margin: 0!important;
	}
	.preimus_designer {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.tabs_caption .spoiler {
		margin-bottom: 0;
	}
	.tabs_caption {
		display: table;
		height: initial;
		height: auto;
		padding-bottom: 3rem;
	}

	.sidemenu-menu {
		margin: 0 0 0 0;
	}

	.sidemenu-btn-1 {
		margin-top: 0;
		position: relative;
		bottom: 10%;
	}
	.sidemenu-btn-2 {
		margin-top: 0;
		position: relative;
		bottom: 13.5%;
	}

}
@media (max-width: 480px) {

	.menu_firstLevel {
		display: none;
	}


	.forming-title__count:before {
		display: none;
	}
	.forming-box:before {
		height: 279px;
	}
	.block_2 {
		padding: 2rem 0;
	}
	.forming-title, .forming-title__count {
		text-align: left;
		font-size: 22px;
	}
	.forming-title__count {
		margin: 0 0 1.5rem 0;
	}
	.forming-box {
		text-align: left;
	}
	.forming-btn {
		width: 100%;
		box-sizing: border-box;
		text-align: center;
		padding: 15px;
	}

	.butt_priem {
		width: 100%;
		padding: 12px;
		box-sizing: border-box;
		text-align: center;
	}

	.block_6 .flex-direction-nav a {
		top: 63%;
	}

	.title_accordeon {
		text-align: left;
		padding-left: 20px;
	}
	.accordeon {
		margin-top: 1.5rem;
	}
	.accordeon_content {
		padding: 2rem 0;
	}

	.left_gallery .example-image-link {
		width: 49%;
	}
	.left_gallery li {
		margin-bottom: 4%;
	}

	.new-form__title {
		font-size: 27px;
	}

	div[class^="title_b"]:after {
		display: none;
	}

	.uslugi {
		font-size: 26px;
	}

	.seo_text p {
		width: 100%;
	}

	.keh {
		font-size: 24px;
	}
	.title_b16 span {
		font-size: 24px;
	}
}
@media (max-width: 450px) and (min-width: 321px) {
	.offer {
		top: 150px;
	}
	.descr_offer {
		margin-top: 160px;
	}
}
@media (max-width: 380px) {
	div.h1 {
		width: 60%;
		font-size: 33px;
		line-height: 37px;
	}
	.buttons_offer .butt_red, .buttons_offer .butt_thr {
		padding: 14px 5px;
		width: 100%;
		text-align: center;
		box-sizing: border-box;
	}
	.buttons_offer {
		margin: 1rem 0 0;
	}

	.offer {
		top: 110px;
		font-size: 28px;
	}
	.descr_offer {
		margin-top: 125px;
	}
	.descr_offer strong, .descr_offer {
		font-size: 16px;
		line-height: 24px;
	}

	.scroll_d {
		height: 85px;
	}
	.block_1 {
		height: 665px;
	}

	.forming-box:before {
		height: 210px;
	}

	.title_b3 {
		font-size: 26px;
	}
	.nom {
		font-size: 46px;
	}
	.text_punkt h4 {
		font-size: 14px;
		margin: 0 auto;
		text-align: center;
		width: 80%;
		margin-top: 0;
	}
	.slider-mobile .slick-arrow, .slider-mobile-2 .slick-arrow {
		top: 20px;
	}
	.text_punkt {
		font-size: 14px;
	}

	.text_slider_6 .butt_red {
		width: 100%;
		box-sizing: border-box;
		text-align: center;
		padding: 15px;
	}
	.block_6 .flex-direction-nav a {
		top: 59%;
	}
	.block_6 {
		padding: 2.5rem 0;
	}
	.text_slider_6 h3, .title_b8 {
		font-size: 28px;
	}

	.tabs__caption-title {
		width: 160px;
	}
	.text_slider_6 h3, .title_b8, .text-slider_6 .butt_red {
		font-size: 20px;
	}
	.seo_text p {
		margin-top: 1rem;
	}
}
@media (max-height: 320px) {
	.text_slider_6 h3, .title_b8, .text-slider_6 .butt_red {
		font-size: 16px!important;
	}
}

.fancybox-controls {
	bottom: 0;
	top: initial!important;
	top: auto!important;
}
.fancybox-button--thumbs, .fancybox-button--fullscreen, .fancybox-button--play, .fancybox-infobar__body {
	display: none!important;
}
.fancybox-button--close {
	position: fixed!important;
	top: 0;
	right: 0;
}
.fancybox-button--left {
	margin-right: 12px!important;
}
.fancybox-button--right {
	margin-left: 12px!important;
}
.fancybox-button--left, .fancybox-button--right, .fancybox-button--close {
	background: #d42438!important;
	width: 40px!important;
	height: 40px!important;
	border-radius: 0!important;
}
.fancybox-button--close::before, .fancybox-button--close::after {
	width: 21px;
	top: calc(50% - 2px);
	left: calc(50% - 10px);
}
.fancybox-button--left::after, .fancybox-button--right::after {
	width: 14px!important;
	height: 14px!important;
}
.fancybox-button--left::after {
	left: 16px!important;
	top: 13px!important;
}
.fancybox-button--right::after {
	right: 16px!important;
	top: 13px!important;
}

@media (max-width: 800px) {
	body .fancybox-button--left, body .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close), body .fancybox-button--left, body .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close) {
		display: block !important;
	}
	.fancybox-infobar {
		display: flex!important;
		justify-content: center;
		margin-bottom: 2vh;
	}
}

.burger.burger2.on {
	position: fixed;
	right: 20px;
	left: auto;
	top: 20px;
	z-index: 99999;
}
.header.fixed button.burger.on, .header button.burger.on {
	margin: 0;
}
.burger.burger2.on .burger-title {
	display: none;
}
.conteiner.header.active .logo, .conteiner.header.active .header-btns-wrap {
	display: none;
}
.conteiner.header.active {
	background: 0;
}

.menu.active {
	width: auto;
	left: 0;
	right: 60px;
}

.header.fixed.z-index-lower {
	z-index: 9999;
}
.menu.active {
	text-align: center !important;
	right: 20px !important;
}
/*************NEW MEDIA***************/

.call_back__mobile {
	display: none;
}


@media only screen and (max-width: 651px) {
	.form .btn-theme {
		margin: 0;
	}

	.form .btn-theme {
		margin: 10px 0!important;
	}

	.form input {
		max-width: 400px;
		padding: 10px;
	}
}