@font-face {
    font-family: 'cuprumregular';
    src: url('../font/cuprum_allfont.ru-webfont.eot');
    src: url('../font/cuprum_allfont.ru-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/cuprum_allfont.ru-webfont.woff2') format('woff2'),
         url('../font/cuprum_allfont.ru-webfont.woff') format('woff'),
         url('../font/cuprum_allfont.ru-webfont.ttf') format('truetype'),
         url('../font/cuprum_allfont.ru-webfont.svg#cuprumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('../font/roboto-regular_allfont.ru-webfont.eot');
    src: url('../font/roboto-regular_allfont.ru-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-regular_allfont.ru-webfont.woff2') format('woff2'),
         url('../font/roboto-regular_allfont.ru-webfont.woff') format('woff'),
         url('../font/roboto-regular_allfont.ru-webfont.ttf') format('truetype'),
         url('../font/roboto-regular_allfont.ru-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotobold';
    src: url('../font/roboto-bold_allfont.ru-webfont.eot');
    src: url('../font/roboto-bold_allfont.ru-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-bold_allfont.ru-webfont.woff2') format('woff2'),
         url('../font/roboto-bold_allfont.ru-webfont.woff') format('woff'),
         url('../font/roboto-bold_allfont.ru-webfont.ttf') format('truetype'),
         url('../font/roboto-bold_allfont.ru-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoblack';
    src: url('../font/roboto-black_allfont.ru-webfont.eot');
    src: url('../font/roboto-black_allfont.ru-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-black_allfont.ru-webfont.woff2') format('woff2'),
         url('../font/roboto-black_allfont.ru-webfont.woff') format('woff'),
         url('../font/roboto-black_allfont.ru-webfont.ttf') format('truetype'),
         url('../font/roboto-black_allfont.ru-webfont.svg#robotoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
div.scrollup {
    position: fixed;
    color: #fff;
    background-color: #5b5b5b67;
    right: 30px;
    bottom: 300px;
    padding: 20px 20px;
    font-size: 20px;
	border-radius:100px;
    cursor: pointer;
    display: none;
    text-align: center;
    z-index: 999999;
	backdrop-filter: blur(20px);
}
div.scrollup:hover {
	background-color: #343434;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-chevron-up:before {
    content: "\f077";
}
.window12__menu {
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: 15px;
}
.flex {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
}
.window12__menu_ul li {
    color: #fff;
}
.window12__menu_ul li a {
    color: #fff;
}
.window12__menu_ul li {
    color: #fff;
}
.window12__menu {
    display: inline-block;
    margin-bottom: 15px;
    background: rgb(50 51 53 / 70%);
    border-radius: 100px;
}
.window12__menu_ul li {
    color: #fff;
    font-size: 14px;
    font-family: robotoregular;
}
.window12__menu_ul li a {
    color: #fff;
	font-size: 14px;
    font-family: robotoregular;
	text-decoration: underline;
}
.window12__menu_ul:hover li a {
	text-decoration: none;
}
.window12__menu_ul-strelka {
    margin: 0 5px;
}
.viget{
	width:100%;
	text-align:center;
	position:fixed;
	bottom:10px;
	left:0;
	display:none;
}
.viget__block_box img{
	width:40px;
	margin: 0 auto 3px;
}
.viget__block{
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    padding: 5px 0px 2px 0px;
    background: rgba(67,63,62,.7);
    border-radius: 30px;
	backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(10px);
}
.viget__block_box{
	flex-direction: column;
	justify-content:center;
	width:33%;
	text-align:center;
	font-size:14px;
	color:#fff;
}
.viget__block_box img.first__svg{
	width:45px;
	position:relative;
	top:3px;
}
.viget__block_box1 a{
	position:relative;
	top:-3px;
}
.viget__block_text{
	font-size:13px;
	color:#fff;
	font-family: 'cuprumregular'; 
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.block_time_main {
    padding: 50px 0 55px;
    text-align: center;
    background: url(../images/zebra.png) left 20px repeat-x,#433F3F;
}
.block_time{
	position:relative;
	color: #FFF;
}
.block_time h2{
	font-family: 'robotoregular';
	font-size: 36px;
    margin: 0px 0 40px;
    text-align: center;
}
.block_time p{
    font-size: 20px;
    font-family: 'robotoregular';
	line-height: 2;
	text-align: center;
	margin-bottom: 40px;
}
.block_time p a{
	text-decoration: underline;
    color: #29ABE2;
	font-size: 20px;
}
.block_time p a:hover{
	text-decoration: none;
}
.knopka_f{
	position:absolute;
	line-height: 35px;
    font-size: 18px;
    color: #FFF;
	width: 184px;
    height: 35px;
	font-family: 'Cuprumregular'; 
	background:rgba(255,255,255,.5);
	border-radius: 100px;
	cursor:pointer;
	width:200px;
	position: relative;
	margin:0 auto;
	top:200px;
}
.knopka_f:hover{
	text-decoration: underline;
}
*{
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img{
	border:none;
}
html,body {
	width: 100%;
	height: 100%;
	background:#fff;
	font-family: 'robotoregular';
	color: #343434;
	font-weight:normal;
	line-height: 1;
	font-size:12px;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
input, textarea ,button{outline:none;font-family: 'robotoregular';}
input:active, textarea:active,button:active {outline:none;}
a{
	text-decoration:none;
	font-size:12px;
	font-family: 'robotoregular';
	outline:none;
}
a:focus, a:hover {
    text-decoration: none;
	outline:none;
}
.flex{
	-webkit-display:flex;
	-moz-display:flex;
	display:flex;
	flex-wrap: wrap;
}
.animations{
	-moz-transition: all 0.5s ease;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
}
.wrapper{
	min-width:960px;
	width:100%;
}
.thankyou {
    background: url(../images/bg.jpg) no-repeat center right;
    background-size: cover;
    padding: 40px 0;
    color: #fff;
}
.wrapper__main{
	width:960px;
	margin:0 auto;
}
input[aria-invalid="false"]{
	background:#000;
}
.header__box{
	justify-content:space-between;
	padding:10px 0;
}
.header__box_left{
	align-items:center;
}
.header__box_text{
	padding:14px 0 14px 20px;
}
.header__box_logo{
	width:150px;
	margin-right:12px;
}
.header__box_text{
	line-height: 20px;
    font-size: 15px;
	width:264px;
	border-left:1px solid #323232;
}
.header__box_text span{
	font-family: 'robotobold';
}
.header__box_info ul{
	justify-content:flex-end;
	flex-direction:column;
	font-size: 14px;
}
.header__box_info li{
	text-align:right;
	color:#343434;
	line-height: 24px;
}
.header__box_info li span{
	color:#7f7f7f;
}
.header__box_info li a{
	color:#343434;
	font-size:14px;
}
.header__box_info-phone{
	align-items:center;
	justify-content:flex-end;
}
.header__box_info-phone p{
    line-height: 8px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
}
.header__box_info li.header__box_info-phone a{
	line-height: 34px;
    font-size: 28px;
    color: #2C2C2C;
    letter-spacing: -1px;
	font-family: 'robotoblack';
}
.header__box_info-phone img{
	width:29px;
	position: relative;
    left: -5px;
    top: 1px;
}
.header__box_info-buttons{
	justify-content:flex-end;
	align-items:center;
	padding:10px 0 4px;
	color: #2C2C2C;
	font-size: 13px;
}
.header__box_info-button{
	align-items:center;
	background: #FFE400;
	padding:8px 16px;
	border-radius:30px;
	font-family: 'robotobold';
	cursor:pointer;
}
.header__box_info-button:hover{
	opacity:.8;
}
.header__box_info-button1 img{
	width:20px;
	margin-right:10px;
}
.header__box_info-button2 img{
	width:20px;
	margin-right:4px;
}
.header__box_info-button2 svg{
	width: 40px;
    margin-right: 5px;
    position: relative;
    left: 1px;
}
.header__box_info-button2{
	margin-left:10px;
}
.menu{
	background: #fff;
}
.menu__main{
	justify-content:space-between;
}
.menu__main li{
	padding:16px 0;
	cursor: pointer;
}
.menu__main li a{
    font-size: 15px;
    color: #313131;
    font-family: 'robotobold';
}
.menu__main_first{
	position:relative;
}
.menu__main_podmenu{
	display:none;
	background:#fff;
	padding:8px 0 8px 20px;
	position:absolute;
	top:45px;
	left:0;
	z-index:100;
	box-shadow:0 0 10px rgba(0,0,0,.3);
	border-radius:10px;
}
.menu__main_podmenu li{
	padding:12px 0;
}
.menu__main_podmenu li a{
	line-height:1.8;
	text-transform:uppercase;
}
.menu__main li a:hover{
	color:#f9e700;
}
.menu__main_first:hover .menu__main_podmenu{
	display:block;
	width: 300px;
}
.window1{
	background:url(../images/bg.jpg) no-repeat center center;
    background-size: cover;
	padding:60px 0;
	color: #fff;
}
.window1 h1{
	line-height: 1.6;
    font-size: 38px;
	text-align:center;
	font-family: 'robotoblack';
	margin-bottom: 60px;
	text-shadow: 0px 1px 4px #282626ab;
}
.window1 h1 strong{
	display:block;
	font-size:28px;
}
.window1 h2{
	line-height: 24px;
    font-size: 20px;
	margin:20px 0 80px;
	text-align:center;
	font-family: 'robotoregular';
}
.window1__box{
	justify-content:space-between;
}
.window1__box_left{
	padding: 50px 0 0 10px;
	text-shadow: 0px 1px 4px #282626ab;
}
.window1__box_left li{
	font-size: 18px;
    line-height: 22px;
	margin-bottom:18px;
}
.window1__box_left li:last-child{
	margin-bottom:0;
}
.window1__box_left li span{
	font-size: 20px;
    line-height: 24px;
	font-family: 'robotobold';
}
.forma{
	width:384px;
	border-radius: 30px;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 15%);
}
.forma h3{
	line-height: 22px;
    font-size: 18px;
    color: #1e1e1e;
    text-align: center;
	font-family: 'robotoblack';
	padding-top: 5px;
}
.forma h3 span{
	display:block;
	padding-top: 5px;
}
.forma__top{
    padding:20px 20px 1px;
	background: #fff;
    border-radius: 15px 15px 0px 0px;
	text-align:center;
}
.forma__yellow{
	padding-top: 10px;
	font-size: 16px;
    line-height: 19px;
	color: #727272;
    text-align: center;
	font-family: 'robotobold';
	margin:0 0 14px;
}
.forma__box{
	line-height: 19px;
    font-size: 16px;
    color: #1e1e1e;
    font-family: 'cuprumregular';
	padding-left:30px;
	position:relative;
	margin-bottom:16px;
	text-align: left;
}
.forma__box::before{
	position:absolute;
	top:0;
	left:0;
	font-size: 30px;
    color: #1e1e1e;
	width:30px;
	height:32px;
	font-family: 'robotoblack';
	line-height:32px;
	text-align:left;
}
.forma__box1::before{
	content:'1';
	color: #1e1e1e;
}
.forma__box2::before{
	content:'2';
	color: #1e1e1e;
}
.forma__box3::before{
	content:'3';
	color: #1e1e1e;
}
.forma__box3{
	margin-bottom:0;
}
.forma__input{
	width: 310px;
    height: 43px;
    color: #000000;
    text-align: center;
    padding: 0 6px;
    background: #F2F2F2;
    border-radius: 8px;
    border: none;
    font-size: 16px;
}
.forma__input::-webkit-input-placeholder {color:#7F7F7F;}
.forma__input::-moz-placeholder          {color:#7F7F7F;}
.forma__input:-moz-placeholder           {color:#7F7F7F;}
.forma__input:-ms-input-placeholder      {color:#7F7F7F;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
.forma__button{
	height: 75px;
    width: 310px;
	cursor:pointer;
	justify-content:center;
	align-content: space-around;
	align-items:center;
	font-size: 16px;
	text-transform:uppercase;
	font-family: 'robotobold';
	background:#FFE400;
	border-radius:100px;
	border:none;
	margin-top:16px;
	position:relative;
	color:#323232;

}
.forma__button::before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,.2);
	width:100%;
	height:100%;
	border-radius:100px;
	display:none;
}
.forma__button:hover::before{
	display:block;
}
.forma__button span{
	display:block;
	text-transform:initial;
	font-size:15px;
	font-family: 'cuprumregular';
	margin-top:5px;
}
.forma__bottom{
	border-radius:0 0 15px 15px;
	background:#fff;
	padding:20px 20px 26px;
}
.forma__bottom .forma__box{
	color: #323232;
}
.forma__bottom .forma__box span{
	color: #ff7474;
}
.object{
	padding:100px 0;
	text-align: center;
}
.object h2{
	line-height: 51px;
    font-size: 35px;
	font-family: 'robotoblack';
}
.object h3{
	line-height: 19px;
    font-size: 16px;
    text-align: center;
    margin:40px 0 40px;
}
.object h3 span{
	font-family: 'robotobold';
}
.object__box{
	justify-content:space-between;
	flex-wrap:wrap;
}
.object__box_block{
	width:49%;
	margin-bottom:40px;
	font-family: 'robotobold';
}
.object__box_block-image{
	justify-content:center;
	align-items:center;
	overflow:hidden;
	height: 180px;
    border-radius: 10px;
}
.object__box_block-image1{
	align-items:flex-end;
}
.object__box_block h4{
	line-height: 24px;
    font-size: 20px;
	margin:16px 0 16px;
}
.object__box_block-button{
    width: 224px;
    border-radius: 100px;
    height:40px;
	background: #FFE400;
	line-height:40px;
	color: #2C2C2C;
	font-size: 14px;
	text-transform:uppercase;
	cursor:pointer;
	margin:0 auto;
}
.object__box_block-button:hover{
    opacity:.8;
}
.services{
	text-align:center;
}
.services h2{
	line-height: 58px;
    font-size: 40px;
	font-family: 'robotoblack';
	margin-bottom:50px;
}
.services__box{
	justify-content:space-between;
	flex-wrap:wrap;
}
.services__box_block{
	width:31%;
	margin-bottom:150px;
}
.services__box_block-image{
	overflow:hidden;
	height:200px;
	justify-content:center;
	align-items:center;
	box-shadow: 0px 8px 8px rgb(0 0 0 / 5%);
	position:relative;
	border-radius: 10px;
	cursor:pointer;
}
.services__box_block-image p{
	position:absolute;
	bottom:14px;
	left:20px;
	text-transform:uppercase;
	color: #FFF;
	line-height: 27px;
    font-size: 18px;
	font-family: 'robotoblack';
	text-align:left;
}
.services__box_block-image p span{
	color: #FFE400;
	display:block;
}
.services__box_block-image img{
	width:120%;
}
.services__box_block-image::before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: linear-gradient(to bottom,rgba(0, 0, 0, 0) 40%,#141414 );
}
.services__box_block-image:hover::before{
	background: linear-gradient(to bottom,rgba(0, 0, 0, 0.4) 40%,#141414 );
}
.services__box_block h3{
	line-height: 26px;
    font-size: 22px;
	font-family: 'robotoblack';
	margin:20px 0;
}
.services__box_block-button{
	font-family: 'robotobold';
	font-size: 14px;
	height:50px;
	line-height:50px;
}
.komplex{
	text-align:center;
	padding:100px 0 0;
}
.komplex h2{
	line-height: 51px;
	font-family: 'robotoblack';
	font-size: 35px;
}
.komplex h2 span{
	display:block;
}
.komplex h3{
	line-height: 22px;
    font-size: 24px;
    color: #7F7F7F;
	font-weight: bold;
    margin: 70px 0 70px;
}
.komplex h3.komplex__title{
	margin:50px 0 50px;
}
.komplex__box{
	justify-content:space-between;
	flex-wrap:wrap;
}
.komplex__box_block{
	width:31%;
	margin-bottom:70px;
}
.komplex__box_block h4{
	line-height: 19px;
    font-size: 16px;
	font-family: 'robotoblack';
	margin-bottom:20px;
}
.komplex__box_image{
	height:180px;
	overflow:hidden;
	justify-content:center;
	align-items:center;
	border-radius:10px;
}
.komplex__box_image img{
	width:100%;
}
.komplex__box_list{
	margin:5px 0;
}
.komplex__box_list li{
	line-height: 26px;
    font-size: 16px;
}
.komplex__box_list li span{
	font-family: 'robotoblack';
}
.komplex__box_block-button{
	font-family: 'robotobold';
	text-transform:none;
	font-size: 16px;
	height:50px;
	line-height:50px;
}
.measurer{
	padding:50px 0 40px;
	background: #323232;
}
.measurer__box{
	justify-content:space-between;
}
.measurer__box_left{
	text-align:center;
	color:#fff;
	width:286px;
}
.measurer__box_left-photo{
	justify-content:center;
	align-items:center;
	width:286px;
	height:286px;
	border-radius:50%;
	overflow:hidden;
}
.measurer__box_left-photo img{
	height:100%;
}
.measurer__box_left-name{
    font-size: 24px;
    line-height: 29px;
    padding-top: 6px;
}
.measurer__box_left-info{
    font-size: 18px;
    line-height: 26px;
    padding-top: 6px;
}
.measurer__box_left-info span{
	display:block;
}
.measurer__box_right{
	width:512px;
}
.measurer__box_right h2{
	line-height: 31px;
    font-size: 22px;
    color: #FFE400;
	font-family: 'robotoblack';
	margin:30px 0;
}
.measurer__box_right h2 span{
	display:block;
}
.measurer__box_right h3{
	font-size: 18px;
    line-height: 25px;
    color: #fff;
	font-style:italic;
}
.measurer__button{
	align-items:center;
	height:82px;
	width:326px;
	border-radius: 100px;
	margin-top:40px;
}
.measurer__button img{
	width:40px;
}
.measurer__button_text{
	text-align:center;
	font-size: 18px;
    line-height: 25px;
	margin-left:20px;
	font-family: 'robotobold';
}
.measurer__button_text span{
	font-size: 16px;
    line-height: 22px;
	font-family: 'robotoregular';
	margin-right: 12px;
}
.examples{
	padding:10px 0 40px;
	background: #f3f3f3;
}
.examples h2{
	line-height: 48px;
    font-size: 40px;
	font-family: 'robotoblack';
	text-align:center;
	margin-top: 80px;
}
.examples__box_tab{
	justify-content:space-between;
	align-items:center;
	margin:60px 0 30px;
}
.examples__box_tab-button{
	width:20%;
	height:44px;
	line-height:44px;
	border-radius:20px;
	background:#fff;
	text-align:center;
	font-size: 14px;
    color: #000000;
	font-family: 'robotoregular';
	cursor:pointer;
}
.examples__box_tab-button--active{
	background: #f9e700;
    color: #000000;
	cursor:initial;
}
.examples__block_arbeit{
	justify-content:space-between;
	margin-bottom:50px;
}
.examples__block_arbeit-galery{
	flex-wrap:wrap;
	width:49%;
}
.examples__block_arbeit-galery a{
	border-radius:10px;
	display:flex;
	justify-content:center;
	align-items: center;
	overflow:hidden;
	position:relative;
}
.examples__block_arbeit-galery a img{
	width:140%;
}
.examples__block_arbeit-galery a img.image__height{
	height:100%;
}
.examples__block_arbeit-galery a::before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	position: absolute;
    opacity: 0;
    display:block;
    background:url(../images/lupa.svg) no-repeat center, rgba(0,0,0,.4);
	background-size:30%;
    border-radius: 10px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    /* transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear; */
}
.examples__block_arbeit-galery--big{
	height:345px;
	width:100%;
	margin-bottom:10px;
}
.examples__block_arbeit-galery--mini{
	width:22%;
	height:80px;
	margin-right:4%;
}
.examples__block_arbeit-galery--mini:last-child{
	margin-right:0;
}
.examples__block_arbeit-galery a:hover::before{
	transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 1;
}
.examples__block_arbeit-info{
	width:48%;
	position:relative;
}
.examples__block_arbeit-info h3{
	line-height: 24px;
    font-size: 20px;
	font-family: 'robotobold';
	padding-bottom:20px;
}
.examples__block_arbeit-info--list{
	padding:24px 0;
}
.examples__block_arbeit-info--list li{
	font-size: 16px;
    line-height: 24px;
	color: #7F7F7F;
	font-family: 'robotoregular';
}
.examples__block_arbeit-info--list li span{
	color:#313131;
}
.examples__block_arbeit-info--price{
	color: #313131;
	font-size: 20px;
    line-height: 29px;
	font-family: 'robotoregular';
}
.examples__block_arbeit-info--price span{
	color: #006014;
	font-weight: bold;
}
.examples__block_arbeit-info--button{
	background: #FFE400;
    border-radius: 100px;
	height:52px;
	width:100%;
	bottom:0;
	left:0;
	position:absolute;
	font-size: 16px;
    color: #2C2C2C;
	font-family: 'robotobold';
	text-align:center;
	line-height:52px;
	box-shadow: 4px 4px 10px rgb(0 0 0 / 15%);
}
.examples__block_arbeit-info--button:hover{
	cursor:pointer;
	opacity:.8;
}
.examples__block_arbeit-galery a.examples__block_arbeit-galery--height{
	align-items:flex-start;
}
.opendiv2,.opendiv3,.opendiv4,.opendiv5,.opendiv6{display:none;}
.garant{
	padding:50px 0;
	background: #E6E6E6;
	text-align:center;
}
.garant h2{
	line-height: 53px;
    font-size: 44px;
	font-family: 'robotoblack';
	margin:14px 0 50px;
}
.garant__box{
	justify-content:space-between;
}
.garant__box li{
	width:23%;
	padding-top: 20px;
    padding-bottom: 20px;
	box-shadow: 4px 4px 10px rgb(0 0 0 / 15%);
    background: #323232;
    border-radius: 5px;
	color:#fff;
}
.garant__box h3{
	font-size: 14px;
    line-height: 17px;
	font-family: 'robotobold';
}
.garant__box h3 span,
.garant__box h4 span{
	display:block;
}
.garant__box h4{
	font-size: 14px;
    line-height: 17px;
}
.garant__box li div{
	width:110px;
	margin:30px auto 20px;
}
.garant__box li div img{
	width:60%;
}
.garant__button{
	position:relative;
	bottom:auto;
	margin:50px auto 0;
	width:306px;
}
.price{
	padding:70px 0 50px;
}
.price h2{
	line-height: 46px;
    font-size: 38px;
    text-align: center;
	font-family: 'robotoblack';
	margin-bottom:40px;
}
.price__box{
	text-align:center;
	width:960px;
	margin:0 auto 10px;
	background: #E6E6E6;
	padding:0 0 40px;
	border-radius: 20px;
}
.price__box_top{
	height:64px;
	font-size: 18px;
	font-family: 'robotoblack';
	line-height:65px;
	background: #FFE400;
    border-radius: 10px 10px 0px 0px;
}
.price__box_table{
	width:100%;
}
.price__box_table th:nth-child(2),
.price__box_table td:nth-child(2){
	border-right:2px solid #fff;
	border-left:2px solid #fff;
}
.price__box_table th{
	background: #313131;
	color:#fff;
	font-size: 16px;
	font-family: 'robotobold';
	height:38px;
	vertical-align:middle;
}
.price__box_table th:nth-child(1){
	width:50%;
}
.price__box_table th:nth-child(2){
	width:18%;
}
.price__box_table th:nth-child(3){
	width:32%;
}
.price__box_table td{
	color:#323232;
	font-size: 16px;
	min-height:76px;
	vertical-align:middle;
	border-bottom:2px solid #fff;
	line-height:1.2;
	padding:20px;
}
.price__box_table tr:last-child td{
	border-bottom:none;
}
.price__box_bottom{
	justify-content:flex-end;
	padding:0 20px;
}
.price__box_bottom-button{
	width:262px;
	height:64px;
	line-height: 22px;
    font-size: 16px;
    color: #2C2C2C;
	justify-content:center;
	align-items:center;
	box-shadow: 0px 3px 3px rgb(0 0 0 / 15%);
    background: #FFE400;
    border-radius: 100px;
	font-family: 'robotobold';
}
.price__box_bottom-button:hover{
	opacity:.8;
	cursor:pointer;
}
.sety{
	padding:100px 0 30px;
	position:relative;
	background:url(../images/bg2.jpg) no-repeat center center;
	background-size:cover;
}
.sety__box{
	justify-content:flex-end;
}
.sety__box_block{
	box-shadow: 4px 4px 10px rgb(0 0 0 / 15%);
	color:#fff;
	background:#313131cf;
	border-radius: 15px;
	width:420px;
	padding:30px 20px 60px;
}
.sety__box_block h2{
	margin-bottom:50px;
	text-align:center;
	line-height: 31px;
    font-size: 20px;
	font-family: 'robotobold';
}
.sety__box_block-text{
	line-height: 22px;
    font-size: 18px;
}
.sety__box_block-tel{
	margin:20px 0;
	line-height: 38px;
    font-size: 32px;
    color: #fff;
	font-family: 'robotobold';
	display:block;
}
.sety__box_block-bottom{
	padding-left:100px;
}
.sety__box_block-messanger{
	justify-content:space-between;
	padding-right:20px;
	text-align:center;
}
.sety__box_block-messanger li{
	
}
.sety__box_block-messanger li a{
	display:block;
	margin-bottom:2px;
}
.sety__box_block-messanger li img{
	width:64px;
}
.sety__box_block-messanger li a:hover img{
	opacity:.8;
}
.sety__box_block-messanger li p{
	line-height: 19px;
    font-size: 16px;
}
.sety__hand{
	position:absolute;
	bottom:0;
	left:51%;
	margin-left:-155px;
}
.montage{
	padding:100px 0 50px;
	text-align:center;
}
.montage h2{
	line-height: 48px;
    font-size: 40px;
	font-family: 'robotoblack';
	margin-bottom:50px;
}
.montage ul{
	justify-content:space-between;
	flex-wrap:wrap;
}
.montage ul li{
	width:32%;
	position:relative;
}
.montage__image{
	width:180px;
	height:180px;
	border-radius:50%;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
}
.montage ul li::before{
	content:'';
	position:absolute;
	top:155px;
	left:50%;
	margin-left:-25px;
	width:50px;
	height:50px;
	border-radius:50%;
	background: #FFE400;
	line-height:50px;
	font-size: 26px;
    color: #000;
	font-family: 'robotoblack';
	z-index:10;
}
.montage ul li:first-child::before{
	content:'1';
}
.montage ul li:nth-child(2)::before{
	content:'2';
}
.montage ul li:nth-child(3)::before{
	content:'3';
}
.montage ul li:nth-child(4)::before{
	display:none;
}
.montage ul li:nth-child(5)::before{
	content:'5';
}
.montage ul li:nth-child(6)::before{
	content:'6';
}
.montage ul li:nth-child(7)::before{
	content:'7';
}
.montage__image img{
	height:100%;
}
.montage ul h3{
	line-height: 22px;
    font-size: 18px;
	font-family: 'robotoblack';
	margin:30px 0 10px;
}
.montage__this{
	line-height: 19px;
    font-size: 16px;
    color: #000;
	padding:4px 10px;
	background: #E6E6E6;
	display:inline-block;
	border-radius: 5px;
}
.montage__text{
	line-height: 19px;
    font-size: 16px;
    color: #000;
	margin-top:20px;
	padding:0 18px;
	position:relative;
	padding-bottom:40px;
}
.montage__text a{
	font-size: 16px;
    color: #000;
	text-decoration:underline;
}
.montage ul li.montage__dashed{
	width:100%;
	border-bottom:1px dashed #000;
	height:1px;
	margin-bottom:40px;
}
.montage ul li:nth-child(3) .montage__text::before{
	content:'';
	position:absolute;
	right:0;
	bottom:0;
	width:1px;
	height:295px;
	border-right:1px dashed #000;
}
.montage__line{
	position:absolute;
	top:180px;
	height:1px;
	border-bottom:1px dashed #000;
}
.montage__line1{
	width:300px;
	left:50%;
}
.montage__line2{
	width:300px;
	left:50%;
}
.montage__line3{
	width:152px;
	left:50%;
}
.montage__line4{
	width:460px;
	left:0;
}
.montage__line5{
	width:300px;
	left:50%;
}
.montage ul li:nth-child(4)::after{
	content:'';
	position:absolute;
	left: -1px;
    top: 1px;
    width: 1px;
    height: 221px;
	border-right:1px dashed #000;
}
.video{
	padding-top: 76px;
    padding-bottom: 82px;
	text-align:center;
	background: #313131;
}
.video h3{
	line-height: 46px;
	font-size:38px;
	color:#fff;
	font-family: 'robotoblack';
	margin-bottom:70px;
}
.video__box{
	position:relative;
    border-radius: 10px;
	width:812px;
	margin:0 auto;
	height:445px;
	overflow:hidden;
	z-index:1;
	margin-bottom: 55px;
}
.video__box_video{
	width:100%;
	height:auto;
	position:relative;
	z-index:1;
}
.video__box_img{
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	width:100%;
	height:auto;
	z-index:50;
}
.video__box_play{
	position:absolute;
	transform: translate(-50%, -50%);
	left:50%;
	top:50%;
	width: 80px;
    height: 80px;
    border-radius: 50%;
	background: #333;
	border: 4px solid #3b4249;
	box-shadow: 0 0 10px rgb(255 255 255 / 25%);
	z-index:100;
	cursor:pointer;
	pointer-events: none;
}
.video__box:hover{
	cursor:pointer;
}
.video__box_play::before {
    content: "";
    text-shadow: 0.05em 0.05em 0.1em #000;
    text-align: center;
    position: absolute;
    left:66%;
	top:50%;
	transform: translate(-50%, -50%);
	border: 12px solid transparent; 
	border-left: 18px solid #fff;
}
.video__box:hover .video2__box_play{
	outline: 0;
    border-color: #fff;
    background: rgba(50,50,50,.75);
    box-shadow: 0 0 70px #fff;
}
.video1 {
	padding-top: 76px;
    padding-bottom: 82px;
	text-align:center;
	background: #313131;
}
.video1 h3{
	line-height: 46px;
	font-size:38px;
	color:#fff;
	font-family: 'robotoblack';
	margin-bottom:70px;
}
.video1__box{
	position:relative;
    border-radius: 10px;
	width:812px;
	margin:0 auto;
	height:445px;
	overflow:hidden;
	z-index:1;
	margin-bottom: 55px;
}
.video1__box_video{
	width:100%;
	height:auto;
	position:relative;
	z-index:1;
}
.video1__box_img{
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	width:100%;
	height:auto;
	z-index:50;
}
.video1__box_play{
	position:absolute;
	transform: translate(-50%, -50%);
	left:50%;
	top:50%;
	width: 80px;
    height: 80px;
    border-radius: 50%;
	background: #333;
	border: 4px solid #3b4249;
	box-shadow: 0 0 10px rgb(255 255 255 / 25%);
	z-index:100;
	cursor:pointer;
	pointer-events: none;
}
.video1__box:hover{
	cursor:pointer;
}
.video1__box_play::before {
    content: "";
    text-shadow: 0.05em 0.05em 0.1em #000;
    text-align: center;
    position: absolute;
    left:66%;
	top:50%;
	transform: translate(-50%, -50%);
	border: 12px solid transparent; 
	border-left: 18px solid #fff;
}
.video1__box:hover .video1__box_play{
	outline: 0;
    border-color: #fff;
    background: rgba(50,50,50,.75);
    box-shadow: 0 0 70px #fff;
}
.video2 {
	padding-top: 76px;
    padding-bottom: 82px;
	text-align:center;
	background: #313131;
}
.video2 h3{
	line-height: 46px;
	font-size:38px;
	color:#fff;
	font-family: 'robotoblack';
	margin-bottom:70px;
}
.video2__box{
	position:relative;
    border-radius: 10px;
	width:812px;
	margin:0 auto;
	height:445px;
	overflow:hidden;
	z-index:1;
	margin-bottom: 55px;
}
.video2__box_video{
	width:100%;
	height:auto;
	position:relative;
	z-index:1;
}
.video2__box_img{
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	width:100%;
	height:auto;
	z-index:50;
}
.video2__box_play{
	position:absolute;
	transform: translate(-50%, -50%);
	left:50%;
	top:50%;
	width: 80px;
    height: 80px;
    border-radius: 50%;
	background: #333;
	border: 4px solid #3b4249;
	box-shadow: 0 0 10px rgb(255 255 255 / 25%);
	z-index:100;
	cursor:pointer;
	pointer-events: none;
}
.video2__box:hover{
	cursor:pointer;
}
.video2__box_play::before {
    content: "";
    text-shadow: 0.05em 0.05em 0.1em #000;
    text-align: center;
    position: absolute;
    left:66%;
	top:50%;
	transform: translate(-50%, -50%);
	border: 12px solid transparent; 
	border-left: 18px solid #fff;
}
.video2__box:hover .video2__box_play{
	outline: 0;
    border-color: #fff;
    background: rgba(50,50,50,.75);
    box-shadow: 0 0 70px #fff;
}
.brigada{
	padding:100px 0 70px;
	text-align:center;
	font-family: 'robotoblack';
}
.brigada h2{
	line-height: 48px;
    font-size: 40px;
	margin-bottom:70px;
}
.brigada ul{
	justify-content:space-between;
}
.brigada ul li{
	width:31.5%;
}
.brigada__image{
	display:flex;
	justify-content:center;
	align-items:center;
	height: 220px;
	border-radius: 15px;
	overflow:hidden;
}
.brigada__image img{
	height:100%;
}
.brigada ul li p{
	line-height: 28px;
    font-size: 20px;
	margin-top:10px;
}
.brigada__button{
	width:264px;
	height:64px;
	justify-content:center;
	align-items:center;
	line-height: 19px;
    font-size: 16px;
    color: #2C2C2C;
	background: #FFE400;
	cursor:pointer;
	margin:40px auto 0;
	border-radius: 100px;
	font-family: 'robotobold';
}
.brigada__button:hover{
	opacity:.8;
}
.sert__image{
	display:flex;
	justify-content:center;
	align-items:center;
	height: 390px;
	border-radius: 15px;
	overflow:hidden;
}
.sert__image img{
    height: 100%;
    border: solid 2px #afafaf;
    border-radius: 10px;
}
.sert ul li p{
	line-height: 28px;
    font-size: 20px;
	margin-top:10px;
}
.sert__button{
	width:264px;
	height:64px;
	justify-content:center;
	align-items:center;
	line-height: 19px;
    font-size: 16px;
    color: #2C2C2C;
	background: #FFE400;
	cursor:pointer;
	margin:40px auto 0;
	border-radius: 100px;
	font-family: 'robotobold';
}
.sert__button:hover{
	opacity:.8;
}
.partners{
	padding:100px 0 50px;
	text-align:center;
}
.partners h2{
	font-size: 50px;
    line-height: 60px;
	font-family: 'robotoblack';
}
.partners h3{
	line-height: 28px;
    font-size: 20px;
    color: #7F7F7F;
	margin:44px 0 20px;
}
.partners h3 span{
	display:block;
}
.partners ul{
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:center;
}
.partners ul li{
	width:33%;
	margin-bottom:40px;
	display:flex;
	justify-content:center;
}
.answer{
	padding:100px 0;
	background: #E6E6E6;
}
.answer h2{
	font-size: 30px;
    line-height: 36px;
	text-align: center;
	font-family: 'robotoblack';
	margin-bottom:100px;
}
.answer__box{
	justify-content:space-between;
	align-items:center;
}
.answer__box_list{
	width:480px;
}
.answer__box_list li{
	margin-bottom:40px;
}
.answer__box_list li:last-child{
	margin-bottom:0;
}
.answer__box_list li p{
	line-height: 26px;
    font-size: 22px;
    color: #2A552B;
	font-family: 'robotoblack';
	margin-bottom:10px;
}
.answer__box_list li div{
	line-height: 22px;
    font-size: 18px;
}
.answer .forma__bottom{
	border-top:0;
}
.questions{
	padding:50px 0;
	text-align:center;
}
.questions h2{
	line-height: 45px;
    font-size: 32px;
	margin-bottom:50px;
	font-family: 'robotobold';
}
.questions h2 span{
	display:block;
}
.questions__form{
	padding:30px 70px 40px;
	width:466px;
	margin:0 auto;
	border:1px solid #C8C8C8;
	border-radius:10px;
	margin-top: 40px;
}
.questions__form h3{
	line-height: 22px;
    font-size: 18px;
	font-family: 'robotobold';
	padding-bottom:20px;
}
.questions__form h3 span{
	display:block;
}
.questions__form strong{
	display:block;
	text-align:left;
	font-style:italic;
	font-size: 16px;
	padding: 15px 0 15px 0;
}
.questions__message{
	height:115px;
	color: #7F7F7F;
    text-align: center;
    font-size: 16px;
	padding:10px;
	width:100%;
	background: #E6E6E6;
    border-radius: 5px;
	border:none;
	resize:none;
}
.questions__input{
	width:100%;
	background: #E6E6E6;
	border-radius: 5px;
	color: #7F7F7F;
}
.questions__message::-webkit-input-placeholder {color:#7F7F7F;}
.questions__message::-moz-placeholder          {color:#7F7F7F;}
.questions__message:-moz-placeholder           {color:#7F7F7F;}
.questions__message:-ms-input-placeholder      {color:#7F7F7F;}
.questions__form_text{
	margin:20px 0;
	line-height: 14px;
    font-size: 12px;
}
.questions__form_button{
	border:none;
	border-radius:30px;
	background:#FFE400;
	height:60px;
	font-size:20px;
	font-family: 'robotobold';
	width:100%;
	cursor:pointer;
	color: #323232;
	margin-top:15px;
}
.questions__form_button:hover{
	opacity:0.8;
}
.up{
    text-align: center;
	padding:22px 0;
	background: #313131;
}
.up a{
	line-height: 36px;
    font-size: 30px;
    color: #fff;
}
.up a:hover{
	text-decoration:underline;
}
.footer{
	padding:50px 0 10px;
}
.footer__box{
	justify-content:space-between;
	padding-bottom:100px;
}
.footer__box_block li:first-child{
	line-height: 24px;
    font-size: 20px;
	font-family: 'robotobold';
	margin-bottom:10px;
}
.footer__box_block li a{
	color: #343434;
	font-size: 14px;
    line-height: 32px;
}
.header__box_info--logo{
	width:100%;
	display:flex;
	justify-content:flex-end;
}
.header__box_info--logo .header__box_logo{
	margin-right:0;
}
.header__box_info2 .header__box_info-buttons{
	flex-direction:column;
	align-items:flex-end;
}
.header__box_info2 .header__box_info-buttons div{
	margin-bottom:10px;
}
.header__box_info2--list li span{
	display:block;
	color:#323232;
}
.header__box_info2--list li:last-child{
	line-height:1.2;
}
.footer__copy{
	line-height: 19px;
    font-size: 16px;
    text-align: center;
}
.fixed{
	position:fixed;
	background:rgb(255 255 255 / 90%);
	z-index:200;
	top:0;
	left:0;
	box-shadow: 0px 2px 2px rgb(0 0 0 / 5%);
	display:none;
	backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(10px);
}
.fixed__main{
	justify-content:space-between;
	height:55px;
	align-items:center;
}
.fixed__main .header__box_logo{
	width:80px;
	margin-left:10px;
}
.fixed__main a{
	line-height: 19px;
    font-size: 16px;
    color: #323232;
	font-family: 'robotobold';
}
.fixed__main li:last-child a{
	line-height: 26px;
    font-size: 22px;
    color: #2C2C2C;
	font-family: 'robotoblack';
}
.fixed__main li:last-child img{
	width:20px;
	top:8px;
}
.map{
	padding:50px 0 40px;
}
.map h1{
	line-height: 49px;
    font-size: 36px;
    text-align: center;
	margin-bottom:50px;
	font-family: 'robotoblack';
}
.map__box{
	justify-content:flex-start;
	padding:0 0px 100px;
}
.map__box_map{
	width:300px;
}
.map__box_list{
	margin-left:40px;
}
.map__box_list{
	
}
.map__box_list li{
	margin-bottom:20px;
}
.map__box_list li:last-child{
	margin-bottom:0;
}
.map__box_list li p{
	color:#6c6c6c;
	line-height:27px;
	font-size:18px;
	font-family: 'robotoregular';
}
.map__box_list li div,
.map__box_list li div a{
	line-height:27px;
	font-size:18px;
	font-family: 'robotobold';
	color:#313131;
}
.map__box_list li div span{
	display:block;
}
.bigmag {
    display: none;
    cursor: pointer;
    position: relative;
	width: 30px;
    height: 14px;
    list-style: none;
    margin: 0;
	padding:0;
}
.bigmag li {
    width: 30px;
    height: 2px;
    background: #313131;
    position: absolute;
    left: 0;
	-moz-transition: all 0.5s ease;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
}
.bigmag li:nth-child(1) {
    top: 0;
}
.bigmag li:nth-child(2) {
    top: 50%;
    margin-top: -1px;
}
.bigmag li:nth-child(3) {
    bottom: 0;
}
.answer__button,
.header__box_info-buttons--center{
	display:none;
}
.thankyou__box{
	text-align:center;
	padding:130px 0 0;
}
.thankyou__box h1{
	line-height: 57px;
    font-size: 42px;
	font-family: 'robotoblack';
	margin-bottom:50px;
}
.thankyou__box a{
	line-height: 35px;
    font-size: 26px;
    color: #29ABE2;
	text-decoration:underline;
	font-family: 'robotoblack';
}
.thankyou__box .footer__copy{
	margin:130px 0 0;
	padding-bottom:20px;
}
#fon{
	width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 1500;
    position: fixed;
	top:0;
}
.forma__summon{
	position:fixed;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	background: #fff;
    border-radius: 10px;
	padding: 24px 24px 40px;
	color:#313131;
	width:380px;
}
.forma__summon h3{
	line-height: 24px;
    font-size: 20px;
	text-align:center;
	font-family: 'robotobold';
}
.forma__summon h4{
	line-height: 21px;
    font-size: 16px;
	margin:20px 0;
	text-align:center;
}
.forma__summon_input{
	height: 40px;
    color: #000000;
    text-align: center;
    font-size: 16px;
	padding:0 10px;
	background: #E6E6E6;
	border:0;
	border-radius:30px;
	width:100%;
}
.forma__summon_button{
	background: #FFE400;
	border:0;
	border-radius:30px;
	width:100%;
	height: 60px;
    color: #323232;
	font-family: 'robotoblack';
	font-size: 18px;
	margin-top:10px;
}
.forma__summon_button:hover{
	opacity:.8;
	cursor:pointer;
}
.forma__summon_label{
	line-height: 12px;
    font-size: 12px;
	margin-bottom:10px;
	display:block;
}
.forma__close{
	width:42px;
	height:42px;
	font-size: 30px;
    color: #000;
    text-align: center;
	line-height:36px;
	position:absolute;
	top:-21px;
	right:-21px;
	background:#fff;
	border-radius:50%;
}
.forma__close:hover{
	cursor:pointer;
	color: #aeaeae;
}
.forma__summon_phone h3{
	margin-bottom:30px;
}
.forma__summon_phone h4{
	line-height: 14px;
    font-size: 12px;
	margin:10px 0;
}
.forma__payment{
	position:absolute;
	left:50%;
	top:100px;
	transform:translate(-50%, 0);
}
.forma__up{
	display:none;
	z-index:2000;
}
/*------------adaptive-----------------*/
@media screen and (max-width:960px){
.wrapper__main {
	width: 100%;
	padding:0 2%;
}
.window1 h1 b {
    display: block;
}
.window1 h1 span{
    display: block;
}
div.scrollup {
	position: fixed;
    color: #fff;
	background-color: rgb(62 58 58 / 30%);
    right: 6px;
    bottom: 200px;
    padding: 14px 14px;
    font-size: 20px;
    border-radius: 100px;
    cursor: pointer;
    display: none;
    text-align: center;
    z-index: 999999;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(10px);
}
.window1__box_left li span{
	font-size: 18px;
    line-height: 24px;
	font-family: 'robotobold';
}
.window12__menu {
    display: flex;
    margin-bottom: 15px;
    background: rgba(67, 63, 63, 0.4);
    border-radius: 100px;
}
.wrapper {
	min-width: 100%;
}
.price__box {
    width: 100%;
}
.map__box{
	flex-direction:column-reverse;
}
.map__box_map{
	width:100%;
}
.map__box_list {
    margin-left: 0;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	text-align: center;
}
.map__box_list li{
	width:50%;
}
.map__box_list li:last-child {
    margin-bottom: 20px;
}
.map__box {
    padding: 0 0 100px;
}
.komplex h3{
	line-height: 22px;
    font-size: 18px;
    color: #7F7F7F;
	font-weight: bold;
    margin: 40px 0 40px;
}
.forma__payment {
    position: absolute;
    left: 50%;
    top: 57px;
    transform: translate(-50%, 0);
}
}
@media screen and (max-width:940px){
.header__box_logo {
    width: 140px;
}
.header__box_text {
    font-size: 14px;
	width: 242px;
	padding: 14px 0 14px 12px;
}
.window1 h1 strong, h2 span{
	display:inline !important;
	font-size:18px;
}
.brigada h2 {
    line-height: 48px;
    font-size: 40px;
    margin-bottom: 30px;
    margin-top:20px;
}
.sert h2 {
    line-height: 48px;
    font-size: 40px;
    margin-bottom: 30px;
    margin-top:20px;
}
.video h3 {
    line-height: 46px;
    font-size: 38px;
    color: #fff;
    font-family: 'robotoblack';
    margin-bottom: 50px;
	margin-top: 20px;
}
.video1 h3 {
    line-height: 46px;
    font-size: 38px;
    color: #fff;
    font-family: 'robotoblack';
    margin-bottom: 50px;
	margin-top: 20px;
}
.video2 h3 {
    line-height: 46px;
    font-size: 38px;
    color: #fff;
    font-family: 'robotoblack';
    margin-bottom: 50px;
	margin-top: 20px;
}
.montage h2 {
    line-height: 48px;
    font-size: 40px;
    font-family: 'robotoblack';
    margin-bottom: 50px;
	margin-top:20px;
}
.brigada ul li p {
    line-height: 28px;
    font-size: 16px;
    margin-top: 10px;
}
.sert ul li p {
    line-height: 28px;
    font-size: 16px;
    margin-top: 10px;
}
.answer__box_list li p {
    line-height: 26px;
    font-size: 18px;
    color: #2A552B;
    font-family: 'robotoblack';
    margin-bottom: 10px;
	text-align: center;
}
.answer__box_list li div {
    line-height: 22px;
    font-size: 16px;
	text-align: center;
}
.answer__box_list {
    width: 100%;
    margin-bottom: 30px;
}
.fixed__main a {
    font-size: 14px;
}
.fixed__main li:last-child a {
    font-size: 20px;
}
.sety__hand {
    margin-left: -200px;
}
.montage__line,
.montage ul li:nth-child(3) .montage__text::before,
.montage ul li:nth-child(4)::after,
.montage ul li.montage__dashed{
    display:none;
}
.partners ul li img{
	max-width:100%;
}
.garant__box h4 {
	padding:0 10px;
}
.garant__box h4 span{
	display:inline;
}
.header__box_info--top li.header__box_info-phone img {
    width: 18px;
    top: 2px;
}
}
@media screen and (max-width:900px){
.garant__box {
    flex-wrap:wrap;
}
.menu__main li a {
    font-size: 13px;
    color: #FFF;
    font-family: 'robotobold';
}
.garant__box li {
    width:30%;
	margin:0 10% 10px;
}
}
@media screen and (max-width:835px){
.header__box_text{
	display:none;
}
.menu__main li a {
    font-size: 13px;
    color: #FFF;
    font-family: 'robotobold';
}
.header__box_left {
    width: 50%;
}
.header__box_left a{
	width:100%;
}
.header__box_logo {
    width: 40%;
	margin-right:0;
}
.footer__box {
    flex-direction:column;
    padding-bottom:50px;
}
.footer__box_block {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0px 20px 40px 20px;
}
.header__box_info2{
	display:flex;
	flex-direction:column;
	align-content:center;
}
.header__box_info2 .header__box_info--logo{
	justify-content: center;
}
.header__box_info2 .header__box_info ul,
.header__box_info2 .header__box_info-buttons{
    align-items: center;
}
.header__box_info2 .header__box_info li {
    text-align: center;
}
.header__box_info2 .header__box_info-buttons div {
    width:264px;
	height:64px;
	line-height:64px;
	padding:0 40px;
}
.header__box_info2 .header__box_info-buttons div img{
    width:30px;
}
.header__box_info2 .header__box_info-button2 {
    margin-left: 0;
}
.header__box_info2 .header__box_info-button2 img {
    width: 20px;
    margin-right: 10px;
}
.measurer__box {
    flex-direction:column-reverse;
}
section{
	padding: 40px 0 !important;
}
.measurer__box_right {
    width: 100%;
    text-align: center;
}
.measurer__box_left{
    margin: 20px auto;
}
.measurer__button {
    position: absolute;
	bottom:40px;
	left:50%;
	transform:translate(-50%, 0);
	margin:0;
}
.measurer{
	padding-bottom:120px !important;
	position:relative;
}
.examples__box_tab-button {
    width: 33%;
}
.examples__box_tab {
    flex-wrap:wrap;
	justify-content:center;
}
.video__box {
    width:100%;
}
.video1__box {
    width:100%;
}
.video2__box {
    width:100%;
}
.answer__button{
	display:flex;
	font-family: 'robotoblack';
}
.answer__forma,
.header__box_info-buttons--top{
	display:none;
}
.answer__box {
    flex-direction:column;
	align-items:center;
}
.answer__box_list {
    width: 100%;
}
.answer h2 {
    margin-bottom: 56px;
}
.partners ul li {
    padding: 0 10px;
}
.header__box_info-buttons--center{
	display:flex;
	align-items:center;
	flex-direction:column;
}
.header__box {
    align-items: center;
	padding: 10px;
}
.header__box_info--top ul li span{
	display:block;
	margin-bottom: -7px;
}
.header__box_info--top ul{
	align-items:center;
}
.header__box_info--top li {
    text-align: center;
	margin-bottom: -5px;
}
.window1__box .forma{
	display:none;
}
.header__box_info-buttons--center div{
	width:270px;
	height:64px;
	line-height:64px;
	padding:0 30px;
	margin-bottom:10px;
	font-size: 12px;
}
.header__box_info-button2 {
    margin-left: 0;
}
.header__box_info-buttons--center div img{
	width:30px;
}
.header__box_info-buttons--center .header__box_info-button1 img{
	position:relative;
	left:8px;
	margin-right:28px;
}
.header__box_info-buttons--center .header__box_info-button2 img {
    margin-right: 13px;
}
.window1__box_left {
	padding: 20px 0 20px 0;
	text-align:center;
	width: 100%;
}
.komplex__box_block {
    width: 48%;
}
.montage ul li {
    width: 48%;
}
.header__box_info2 ul{
	align-items:center;
}
.header__box_info2 li{
	text-align:center;
}
.video__box {
    height: auto;
	margin-bottom: 30px;
}
.video1__box {
    height: auto;
	margin-bottom: 30px;
}
.video2__box {
    height: auto;
	margin-bottom: 30px;
}
}
@media screen and (max-width:790px){
.window1{
		background:url(../images/bgm.jpg) no-repeat center center;
		background-size: cover;
		padding:40px 0;
		color: #fff;
}
.menu__main{
	display:flex !important;
	flex-direction:column;
	padding: 14px 22px;
	background:#fff;
	width:100%;
	left: 0;
    top: -370px;
    position: absolute;
	z-index:100;
	align-items: center;
}
.examples h2 {
    line-height: 48px;
    font-size: 40px;
    font-family: 'robotoblack';
    text-align: center;
    margin-top: 40px;
}
.header__box_info--top li.header__box_info-phone a {
    font-size: 20px;
}
.window1 h1 b{
	display:block;
}
.menu__main_active{
    top: 48px;
}
.menu__main_active.menu__main_active2{
	position: fixed;
	top: 55px;
	border-radius:0 0 10px 10px;
}
.menu__mobile{
	position:relative;
}
.menu__main li{
	border-bottom:2px solid #245628;
	padding:12px 0;
}
.menu__main li a{
	color: #343434;
	font-size:14px;
}
.header{
	position:relative;
	z-index:100;
	background:#fff;
}
.menu__mobile{
	position:relative;
	z-index:50;
}
.menu__main_podmenu {
	display:none;
}
.menu__main_first:hover .menu__main_podmenu {
    display:none;
}
.bigmag {
	display:block;
}
.bigmag__active li:nth-child(1) {
	transform: rotate(45deg) translate(4px,3px);
	-webkit-transform: rotate(45deg) translate(4px,3px);
	-o-transform: rotate(45deg) translate(4px,3px);
	-moz-transform: rotate(45deg) translate(4px,3px);
}
.bigmag__active li:nth-child(2) {
    opacity:0;
}
.bigmag__active li:nth-child(3) {
    transform: rotate(-45deg) translate(5px,-5px);
    -webkit-transform: rotate(-45deg) translate(5px,-5px);
    -o-transform: rotate(-45deg) translate(5px,-5px);
    -moz-transform: rotate(-45deg) translate(5px,-5px);
}
.menu__main_first a span{
	display:none;
}
.menu__mobile{
	display:flex;
	height:48px;
	align-items:center;
}
.menu__mobile .bigmag{
	position:relative;
}
.menu__mobile .bigmag::before{
	content:'МЕНЮ';
	position:absolute;
	top:0;
	left:calc(2% + 40px);
	font-size:14px;
	color:#313131;
}
.fixed__main li{
	display:none;
}
.fixed__main li:first-child{
	display:block;
}
.fixed__main li.header__box_info-phone{
	display:flex;
}
.fixed__mobile{
	display:flex;
	justify-content:space-between;
	align-items: center;
}
.fixed__mobile .bigmag li{
	background:#323232;
}
.fixed__main{
	width:calc(100% - 40px);
}
.sety__hand {
    margin-left: 0;
    left: 10%;
}
.services__box_block {
    width: 48%;
}
.services__box_block:last-child{
	margin:0 auto;
}
.header__box_left {
    width: 34%;
}
.header__box_logo {
    width: 80%;
    margin-left: 5px;
}
.price__box_bottom-button{
	margin-top:10px;
}
.header__box_info2 .header__box_logo{
	width:150px;
	margin: 30px;
}
.price__box_table th:nth-child(1) {
    width:calc(100% - 254px);
}
.price__box_table th:nth-child(2) {
    width:108px;
}
.price__box_table th:nth-child(3) {
    width:146px;
}
.price__box_table th span{
	display:block;
}
}
@media screen and (max-width:670px){
.sety__hand {
    left: 2%;
	width:174px;
}
.viget {
    display: block;
}
.brigada ul li {
    width: 100%;
	margin-bottom:40px;
}
.brigada ul {
    flex-wrap:wrap;
}
.brigada__image {
	width: 80%;
	margin:0 auto;
}
.brigada__image img {
    height:auto;
	width:100%;
}
.sert ul li {
    width: 100%;
	margin-bottom:40px;
}
.sert ul {
    flex-wrap:wrap;
}
.sert__image {
	width: 80%;
	height:100%;
	margin:0 auto;
}
.sert__image img {
    height:auto;
	width:180px;
}
.examples__box_tab-button {
    width:50%;
}
.examples__block_arbeit-galery--big {
    height: 300px;
}
h1{
    font-size: calc( (100vw - 320px)/(700 - 320) * (44 - 26) + 20px) !important;
	line-height: calc( (100vw - 320px)/(700 - 320) * (59 - 30) + 30px) !important;
	margin-bottom: 30px;
}
.window1 h1{
		margin-bottom: 30px;
}
.examples__block_arbeit-info--price {
    color: #7F7F7F;
    font-size: 16px;
    line-height: 29px;
    font-family: 'robotoregular';
}
h2{
    font-size: calc( (100vw - 320px)/(700 - 320) * (35 - 20) + 16px) !important;
	line-height: calc( (100vw - 320px)/(700 - 320) * (59 - 26) + 26px) !important;
	text-align:center;
	margin-top: 30px;
}
.video h3{
	font-size: calc( (100vw - 320px)/(700 - 320) * (35 - 20) + 20px) !important;
	line-height: calc( (100vw - 320px)/(700 - 320) * (59 - 26) + 26px) !important;
}
.video1 h3{
	font-size: calc( (100vw - 320px)/(700 - 320) * (35 - 20) + 20px) !important;
	line-height: calc( (100vw - 320px)/(700 - 320) * (59 - 26) + 26px) !important;
}
.video2 h3{
	font-size: calc( (100vw - 320px)/(700 - 320) * (35 - 20) + 20px) !important;
	line-height: calc( (100vw - 320px)/(700 - 320) * (59 - 26) + 26px) !important;
}
.window1 h2,
.sety__box_block h2,
.measurer__box_right h2{
    font-size: 16px !important;
	line-height: 27px !important;
	margin: 10px 0 10px;
}
.examples__block_arbeit{
    flex-direction:column;
}
.examples__block_arbeit-galery {
    width:100%;
}
.examples__block_arbeit-info {
    width:100%;
	position:initial;
}
.examples__block_arbeit-info--button {
    position: relative;
	margin:20px auto 0;
}
.examples__block_arbeit {
    padding-top:80px;
	position:relative;
}
.examples__block_arbeit-info h3{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.object__box_block {
    width: 100%;
}
.object__box_block-image {
	width:80%;
	margin:0 auto;
}
.object__box_block-image img{
	width:100%;
}
.services__box_block {
    width: 100%;
	margin-bottom: 50px;
}
.services__box_block-image {
	width: 80%;
	margin:0 auto;
}
.komplex__box_block {
    width: 100%;
}
.komplex__box_image {
	width: 80%;
	margin:0 auto;
}
.partners h3 span{
    display:inline;
}
.brigada__button {
    margin: 0px auto;
}
}
@media screen and (max-width:600px){
.garant__box li {
    width: 60%;
    margin: 0 20% 10px;
}
.montage ul li {
    width: 100%;
}
.questions__form {
    padding: 30px 10% 40px;
    width: 90%;
	margin-top: 50px;
}
.questions__form h3 span {
    display: inline;
}
.price__box_bottom{
	justify-content:center;
}
.examples__block_arbeit-info h3 {
    font-size: 16px;
}
.price__box_table td:first-child{
    padding: 20px 10px;
}
.header__box_left {
    width: 40%;
}
.map__box_list li{
	width:100%;
}
}
@media screen and (max-width:510px){
.price__box_table th:nth-child(1) {
    width: 50%;
}
.price__box_table th:nth-child(2) {
    width: 20%;
}
.price__box_table th:nth-child(3) {
    width: 30%;
}
.price__box_table th{
	font-size:12px;
}
.price__box_table td{
	font-size:14px;
}	
}
@media screen and (max-width:480px){
.sety__box_block-tel {
    margin: 10px 0;
    font-size: 20px;
}
.sety__box_block-messanger li img {
    width: 40px;
}
.sety__box_block-bottom {
    padding-left: 140px;
}
.sety__box_block-text {
    line-height: 14px;
    font-size: 12px;
}
.sety__box_block-messanger li p {
    line-height: 15px;
    font-size: 12px;
}	
}
@media screen and (max-width:440px){
.header__box_info--top li.header__box_info-phone a{
	font-size: 20px;
}
.header__box_info--top ul {
    font-size: 12px;
}
.window1__box_left li {
    font-size: 14px;
}
.header__box_info--top li.header__box_info-phone img {
    width: 18px;
	top: 2px;
}
.measurer__button {
    width: 300px;
}
.questions__form {
    width: 100%;
}
.brigada__image{
	width:100%;
	height:auto;
}
.partners h3 {
    font-size: 14px;
}
.sety__hand {
    left: 2%;
    width: 120px;
}
.sety__box_block-messanger{
    padding-right: 0;
}
.sety__box_block {
    width: 100%;
}
.sety__box_block-bottom {
    padding-left: 36%;
}
.komplex__box_image {
    width: 100%;
}
.komplex__box_image img{
	border-radius:10px;
}
.services__box_block-image {
    width: 100%;
}
.object__box_block-image {
    width: 100%;
}
.header__box_left {
    width:calc(100% - 172px);
}
.forma__close {
    right:auto;
	left:96%;
	transform:translate(-50%, 0);
}
.forma__up{
	width:90%;
}
.forma__input,
.forma__button{
	width:100%;
}
.forma__button {
    font-size: 14px;
}
}
@media screen and (max-width:400px){
.price__box_table th{
	font-size:10px;
}
.price__box_table td{
	font-size:12px;
}
.sety__box_block h2 {
    margin-bottom: 26px;
}
.sety__box_block-tel {
    font-size: 18px;
}
.sety__box_block h2{
    font-size: 16px !important;
}
.garant__box li {
    width: 80%;
    margin: 0 10% 10px;
}
.fixed__main li:last-child a{
    font-size: 16px;
}
.header__box_info-phone p {
    font-size: 10px;
}
.fixed__main .header__box_logo {
    width: 55px;
}	
}

.recaptcha-center {
  text-align: center; margin-top: 10px;
}
.g-recaptcha {
  display: inline-block;
}











