@font-face {
    font-family: MyriadPro Regular;
    src: url("fonts/MYRIADPRO-REGULAR.OTF") format("opentype");
}

@font-face {
    font-family: MyriadPro Bold;
    src: url("fonts/MYRIADPRO-BOLD.OTF") format("opentype");
}

@font-face {
    font-family: 'OpenSans Condensed';
    src: url('fonts/OpenSansCondensed-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans Condensed Bold';
    src: url('OpenSansCondensed-Bold.ttf') format('truetype');
}

html {
  background: #fff;
}
body {
  font-family: 'OpenSans Condensed','PT Serif', serif;
  color: #252b27;
  font-size: 16px;
}


a {
	color: #022658;
	transition: all 0.2s ease;
	cursor: pointer;
}

a:hover, a:focus {
	color: #c8aa4c;
	text-decoration: none;
}

*:focus {
    outline: none;
}

.clear {
	clear: both;
}

.container {
	width: 1600px;
}

h2.block_title {
	font-family: 'MyriadPro Bold';
	font-size: 46px;
	text-transform: uppercase;
	color: #022658;
	margin: 0;
	padding: 0;
	margin: 10px 0;
}

.header {
	position: relative;
	z-index: 2;
	padding: 10px 0;
	font-size: 16px;
	padding-bottom: 10px;
	transition: 0.3s;
	padding-top: 100px;
	margin-bottom: 40px;
}

.header.sticky {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	height: 50px;
	background: rgba(214,224,238,0.9);
	padding-top: 0px;
}

.top_tel {
	float: left;
	width: 250px;
	padding-top: 20px;
}

.top_tel a, .foot_tel a {
	color: #fff;
	font-family: 'MyriadPro Regular';
	font-size: 20px;
	line-height: 32px;
	padding-left: 25px;
	background: url(./images/phone_white.png) left center no-repeat;
	background-size: auto 90%;
}

.header.sticky .top_tel a {
	color: #022658;
	background: url(./images/phone_blue.png) left center no-repeat;
	background-size: auto 90%;
}

.header.sticky .top_tel {
	padding-top: 8px;
}

.top_menu {
	float: left;
	width: calc(100% - 470px);
	padding-top: 20px;
}

.header.sticky .top_menu {
	padding-top: 8px;
}

.top_menu .nav, .foot_menu .nav {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
}

.top_menu .nav > li, .foot_menu .nav > li {
	flex-basis: auto;
	flex-grow: 1;
	text-align: center;
	background: transparent;
}

.top_menu .nav > li a, .foot_menu .nav > li a {
	border: 0;
	color: #022658;
	padding: 1px 25px;
	font-size: 20px;
	background: transparent;
	height: 32px;
	display: inline-block;
	font-family: 'MyriadPro Regular';
	text-transform: uppercase;
	border: 2px solid transparent;
	border-radius: 20px 20px 0 20px;
}

.top_menu .nav > li a:hover, .top_menu .nav > li a:focus,
.foot_menu .nav > li a:hover, .foot_menu .nav > li a:focus {
	text-decoration: none;
	border: 2px solid #c8aa4c;
	
}

.top_logo {
	float: right;
	width: 215px;
	text-align: right;
}

.top_logo img {
	display: inline-block;
	max-width: 100%;
	transition: .3s;
}

.header.sticky .top_logo img {
	height: 46px;
	margin-top: 2px;
}


.table1 {
	width: 100%;
	border: 1px solid #e9e9e9;
}

.table1 td, .table1 th {
	padding: 15px;
	border: 1px solid #e9e9e9;
	background: #f6f4f4;
}

.table1 td:nth-child(2n), .table1 th:nth-child(2n) {
	background: #fff;
}

#top_top .container {
	position: relative;
	z-index: 1;
}

#top_top .container:before {
	content: '';
	display: block;
	width: 667px;
	height: 667px;
	background: url(./images/top_circle.png) center center no-repeat;
	position: absolute;
	top: -400px;
	left: -350px;
	z-index: -1;
}



.content.with_sticky {
	margin-top: 190px;
}

.footer {
	overflow: hidden;
	
}

.footer .container {
	position: relative;
	z-index: 2;
	padding-top: 100px;
	padding-bottom: 100px;
}

.footer .container:before {
	content: '';
	display: block;
	width: 667px;
	height: 667px;
	background: url(./images/foot_circle.png) center center no-repeat;
	position: absolute;
	top: 0px;
	right: -250px;
	z-index: -1;
}

.foot_logo {
	float: left;
	width: 220px;
	text-align: left;
}

.foot_logo img {
	display: inline-block;
	max-width: 100%;
}

.foot_menu {
	float: left;
	width: 990px;
	padding-top: 20px;
}

.foot_tel {
	float: right;
	text-align: left;
	width: 200px;
	padding-top: 20px;
}



.mybut1 {
	display: inline-block;
	color: #000;
	font-family: 'MyriadPro Bold';
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 1px;
	padding: 15px 30px;
	border-radius: 30px 30px 0 30px;
	background: #c8aa4c;
	transition: 0.3s all;
	border: 0;
	text-align: center;
}

.mybut1:hover, .mybut1:focus {
	text-decoration: none;
	background: #e2c670;
	color: #000;
}

.mybut1:disabled {
	background: #ccc;
}


.form_send_message {
	margin: 100px auto;
	max-width: 400px;
	padding: 20px;
	background: #dae9f3;
	border: 1px solid #427494;
	text-align: center;
	color: #427494;
}

.form_send_message span {
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.burger_link {
	display: none;
}

/* Верхний блок*/

#top_block {
	position: relative;
	z-index: 1;
}

.top_block_left {
	float: left;
	position: relative;
	width: calc(100% - 490px);
	padding-top: 200px;
	height: 850px;
}

.top_block_left_pic {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}

.top_block_left_plashka {
	position: relative;
	display: inline-block;
	z-index: 1;
	transition: 3s all;
}

.top_block_left_plashka:hover {
	transform: rotate(-13deg);
}

.top_block_right {
	float: right;
	width: 490px;
	padding-left: 90px;
	padding-top: 140px;
}

.top_block_right h1 {
	position: relative;
	display: block;
	font-size: 76px;
	font-family: 'MyriadPro Bold';
	text-transform: uppercase;
	color: #022658;
	margin: 0;
	margin-bottom: 10px;
}

.top_block_right h1:before {
	content: '';
	display: block;
	width: 149px;
	height: 143px;
	background: url(./images/h1_galka.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: -80px;
	left: -60px;
	z-index: -1;
}

.top_block_right h3 {
	font-size: 27px;
	line-height: 34px;
	font-family: 'MyriadPro Regular';
	text-transform: uppercase;
	color: #022658;
	margin: 0;
	margin-bottom: 30px;
}

.top_block_right h3 span {
	color: #c8aa4c;
}

.top_block_right p {
	font-size: 29px;
	line-height: 34px;
	margin-bottom: 40px;
}

.top_block_right_tel {
	margin-top: 80px;
	margin-bottom: 20px;
}

.top_block_right_tel a {
	padding-left: 25px;
	font-size: 20px;
	font-family: 'MyriadPro Regular';
	background: url(./images/phone_blue.png) left center no-repeat;
	background-size: auto 90%;
}

.top_block_right_social a {
	display: inline-block;
	position: relative;
	margin-right: 10px;
	transition: .5s all;
}

.top_block_right_social a:hover {
	transform: translateY(-2px);
	webkit-filter: drop-shadow(2px 2px 5px #8db7f2);
    filter: drop-shadow(2px 2px 5px #8db7f2);
}

.top_block_right_social a img:nth-child(2) {
	opacity: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transition: .5s all;
	

}

.top_block_right_social a:hover img:nth-child(2) {
	opacity: 1;
}

/* Характеристики */

#block_har {
	margin-top: 60px;
}

.block_har_left {
	float: left;
	padding-top: 40px;
	width: 50%;
	padding-right: 50px;
}

.block_har_left h2 {
	font-size: 56px;
	font-family: 'MyriadPro Regular';
	color: #c8aa4c;
	text-transform: uppercase;
	margin: 0;
}

.block_har_left h3 {
	font-size: 26px;
	font-family: 'MyriadPro Regular';
	color: #022658;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 20px;
}

.har_line {
	width: 100%;
	display: table;
	transition: .5s;
}

.har_line:hover {
	background: #edf2f3;
}

.har_line > div {
	display: table-cell;
	border-bottom: 2px solid #dddddd;
	text-align: left;
	font-size: 28px;
	padding: 5px 0;
}

.har_line > div:nth-child(1) {
	width: 45%;
}

.har_line > div:nth-child(2) {
	padding-left: 20px;
}

.block_har_right {
	float: left;
	width: 50%;
}

.har_pic img {
	display: inline-block;
	max-width: 100%;
}

.har_pics {
	margin-top: 30px;
}

.har_pics > div {
	float: left;
	width: 25%;
	padding: 15px;
}

.har_pics > div img {
	display: inline-block;
	max-width: 100%;
	border-radius: 25px 25px 0 25px;
	transition: .5s all;
}

.har_pics > div img:hover {
	box-shadow: 0px 4px 8px 0px rgba(61, 129, 226, 0.4);
	transform: translateY(-5px);
}

#har_form {
	width: 100%;
	margin-top: 30px;
}

#har_form input[type=text], #har_form textarea {
	width: 100%;
	border: 1px solid #c8aa4c;
	border-radius: 40px 40px 40px 0;
	padding: 20px 40px;
	font-size: 28px;
}

#har_form input[type=text] {
	margin-bottom: 20px;
}

#har_form textarea {
	height: 125px;
}

.har_form_left {
	float: left;
	width: 280px;
}

.har_form_right {
	float: left;
	width: calc(100% - 280px);
	padding-left: 25px;
}

#har_file {
    display: none;
}

.custom-file-upload {
	margin-top: 15px;
	font-size: 26px;
    border: 0;
    display: block;
    padding-right: 40px;
    cursor: pointer;
	background: url(./images/har_file.png) right center no-repeat;
	background-size: auto 35px;
}

.har_form_submit {
	margin-top: 10px;
	text-align: center;
}

/* О конструкции */

#block_construct {
	margin-top: 60px;
}

#block_construct h2.block_title {
	text-align: right;
}


.block_construct_left {
	float: left;
	position: relative;
	width: calc(100% - 620px);
	height: 850px;
	margin-top: 60px;
}

.block_construct_pic {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}

.block_construct_plashka {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 36px;
	border: 2px solid #cecfce;
	bottom: -40px;
	left: 0;
}

.block_construct_plashka:after {
	content: '';
	display: block;
	width: 230px;
	height: calc(100% + 4px);
	position: absolute;
	background: #c8aa4c;
	top: -2px;
	left: 230px;
}

.block_construct_right {
	float: right;
	width: 620px;
	padding-left: 60px;
	padding-top: 30px;
}

.block_construct_right p {
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 30px;
}

.block_construct_right h4 {
	color: #022658;
	font-size: 27px;
	text-transform: uppercase;
	font-family: 'MyriadPro Regular';
}

.block_construct_right ul {
	padding: 0;
	font-size: 34px;
	line-height: 40px;
}

.block_construct_right ul li {
	list-style: none;
	position: relative;
	margin-bottom: 30px;
}

.block_construct_right ul li:before {
	content: '';
	display: block;
	position: absolute;
	left: -25px;
	top: 18px;
	background: #3d81e2;
	width: 10px;
	height: 10px;
	border-radius: 5px;
}

/* Наши работы*/

#block_works {
	margin-top: 40px;
}

.works_slider {
	margin-top: 30px;
}

.works_slider .slick-slide {
	padding: 0 25px;
}

.works_cont {
	background: #022658;
	border-radius: 100px;
	padding: 20px;
	padding-top: 80px;
}

.works_video iframe {
	width: 100%;
	height: 350px;
}

.works_name {
	text-align: center;
	font-size: 28px;
	line-height: 32px;
	font-family: 'MyriadPro Bold';
	text-transform: uppercase;
	color: #fff;
	display: flex;
	align-items: center;
    justify-content: center;
	height: 100px;
	
}

.works_name > div {
	display: flex;
}

/* Преимущества */

#block_preim {
	margin-top: 60px;
}

#block_preim h2.block_title {
	text-align: right;
}

.preim_cont {
	margin-top: 80px;
}

.preim_block {
	float: left;
	padding: 10px;
	width: 25%;
}

.preim_block1, .preim_block3 {
	width: 50%;
}

.preim_block > div {
	height: 380px;
	border-radius: 35px;
	padding: 30px;
}

.preim_block1 > div {
	color: #fff;
	background: #022658 url(./images/preim_bg1.png) center right 40px no-repeat;
	padding-right: 300px;
}

.preim_block2 > div {
	background: #edf2f3;
}

.preim_block3 > div {
	color: #fff;
	background: #c8aa4c url(./images/preim_bg2.png) center right 30px no-repeat;
	padding-right: 300px;
}

.preim_num {
	font-size: 50px;
	font-family: 'MyriadPro Regular';
	color: #3d81e2;
	margin-bottom: 30px;
}

.preim_block1 .preim_num {
	color: #c8aa4c;
}

.preim_block3 .preim_num {
	color: #022658;
}

.preim_block h2 {
	font-size: 34px;
	line-height: 34px;
	font-family: 'MyriadPro Regular';
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 30px;
}

.preim_block p {
	font-size: 28px;
	line-height: 34px;
}

/* Трехслойные сэндвич-панели */

#block_treh {
	margin-top: 60px;
	overflow: hidden;
}


.block_treh_left {
	float: left;
	width: 620px;
	padding-right: 60px;
	padding-top: 80px;
}

.block_treh_left p {
	font-size: 36px;
	line-height: 50px;
}

.block_treh_left p span {
	color: #c8aa4c;
}

.block_treh_right {
	float: left;
	position: relative;
	width: calc(100% - 620px);
	height: 850px;
	margin-top: 80px;
}

.block_treh_pic {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.block_treh_plashka {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 36px;
	border: 2px solid #cecfce;
	bottom: -40px;
	right: 0;
}

.block_treh_plashka:after {
	content: '';
	display: block;
	width: 230px;
	height: calc(100% + 4px);
	position: absolute;
	background: #c8aa4c;
	top: -2px;
	right: 230px;
}

/* Опорные балки и колонны  */

#block_opor {
	margin-top: 60px;
}

#block_opor h2.block_title {
	text-align: right;
}


.block_opor_left {
	float: left;
	position: relative;
	width: calc(100% - 620px);
	height: 850px;
	margin-top: 60px;
}

.block_opor_pic {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}

.block_opor_plashka {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 36px;
	border: 2px solid #cecfce;
	bottom: -40px;
	left: 0;
}

.block_opor_plashka:after {
	content: '';
	display: block;
	width: 230px;
	height: calc(100% + 4px);
	position: absolute;
	background: #c8aa4c;
	top: -2px;
	left: 230px;
}

.block_opor_right {
	float: right;
	width: 620px;
	padding-left: 60px;
	padding-top: 60px;
}

.block_opor_right p {
	font-size: 36px;
	line-height: 50px;
	margin-bottom: 30px;
}

.block_opor_right p span {
	color: #c8aa4c;
}


/* Отзывы */

#block_otzivi {
	margin-top: 80px;
	background: url(./images/otzivi_bg1.jpg) left center no-repeat, url(./images/otzivi_bg2.jpg) right top no-repeat;
	background-size: 15% auto, 30% auto;
}

.otzivi_slider {
	margin-top: 60px;
	margin-bottom: 120px;
}

.otzivi_slider .slick-track
{
    display: flex !important;
}

 .slick-slide
{
    height: inherit !important;
	padding: 5px;
}

.otzivi_slider .slick-prev::before, .otzivi_slider .slick-next::before {
	content: '';
}

.otzivi_slider .slick-prev {
	left: calc(50% - 80px);
	top: auto;
	bottom: -100px;
	width: 72px;
	height: 71px;
	background: url(./images/slide_prev.png) center center no-repeat;
	transform: none;
	cursor: pointer;
	transition: .5s;
}

.otzivi_slider .slick-next {
	right: calc(50% - 80px);
	top: auto;
	width: 72px;
	height: 71px;
	bottom: -100px;
	background: url(./images/slide_next.png) center center no-repeat;
	transform: none;
	cursor: pointer;
	transition: .5s;
}

.otzivi_slider .slick-prev:hover, .otzivi_slider .slick-next:hover {
	filter: drop-shadow(0 0 0.75rem #053374);
}

.otziv_cont {
	background: #edf2f3;
	border-radius: 25px;
	padding: 30px 20px;
	height: 100%;
}

.otziv_name {
	position: relative;
	padding-left: 120px;
	height: 110px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 30px;
	font-family: 'MyriadPro Regular';
}

.otziv_name img {
	position: absolute;
	width: 95px;
	left: 0;
	top: 0;
}

.otziv_text {
	margin-top: 15px;
	font-size: 26px;
	line-height: 32px;
}

.nestandart {
	margin-top: 200px;
	background: #edf2f3 url(./images/nestandart_bg.png) right center no-repeat;
	background-size: auto 100%;
	border-radius: 0 70px 70px 0;
	padding: 80px;
	height: 650px;
	position: relative;
}

.nestandart h2 {
	font-size: 56px;
	line-height: 58px;
	font-family: 'MyriadPro Bold';
	color: #022658;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	display: block;
	margin-bottom: 40px;
}

.nestandart h2:before {
	content: '';
	display: block;
	width: 149px;
	height: 143px;
	background: url(./images/h1_galka.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: -80px;
	left: -60px;
	z-index: -1;
}

.nestandart .mybut1 {
	font-size: 34px;
	border-radius: 35px 35px 35px 0;
	padding: 30px 30px;
}

.nestandart_contacts {
	margin-top: 120px;
}

.nestandart_tel {
	font-size: 46px;
	font-family: 'MyriadPro Regular';
}

.nestandart_mail {
	font-size: 34px;
	font-family: 'MyriadPro Regular';
	color: #2b2f2c;
}

.nestandart_mail:hover {
	color: #c8aa4c;
}

.nestandart_social {
	display: inline-block;
	border: 1px solid #c8aa4c;
	border-radius: 30px;
	padding: 5px 15px;
	position: absolute;
	top: calc(50% - 20px);
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.nestandart_social a {
	display: inline-block;
	position: relative;
	margin: 0 7px;
	transition: .5s all;
}

.nestandart_social a:hover {
	transform: translateY(-2px);
	webkit-filter: drop-shadow(2px 2px 5px #8db7f2);
    filter: drop-shadow(2px 2px 5px #8db7f2);
}

.nestandart_social a img:nth-child(2) {
	opacity: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transition: .5s all;
	

}

.nestandart_social a:hover img:nth-child(2) {
	opacity: 1;
}


/* Карта с контактами */

#block_contacts {
	margin-top: 120px;
	margin-bottom: 80px;
}

.contacts_map {
	position: relative;
}

.contacts_cont {
	position: absolute;
	top: 30px;
	left: 120px;
	width: calc(100% - 240px);
	border: 1px solid #e7e7e7;
	background: #fff;
	padding: 30px 20px;
	box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}

.contacts_block {
	float: left;
	width: 25%;
	padding-left: 90px;
	position: relative;
	font-family: 'MyriadPro Regular';
}

.contacts_block img {
	position: absolute;
	top: 0;
	left: 0;
}

.contacts_block h2 {
	font-family: 'MyriadPro Bold';
	margin: 0;
	font-size: 20px;
	margin-bottom: 15px;
}

.contacts_hint {
	text-align: right;
	font-size: 24px;
	margin-top: 10px;
}

/* Попап */

#popup_form h2 {
	font-family: 'MyriadPro Bold';
	text-transform: uppercase;
	color: #022658;
	text-align: center;
	font-size: 26px;
	margin-bottom: 20px;
}


#popup_form input[type="text"] {
	width: 100%;
	border: 1px solid #c8aa4c;
	border-radius: 20px 20px 20px 0;
	padding: 10px 20px;
	font-size: 22px;
	margin-bottom: 20px;
}

.popup_submit button.mybut1 {
	display: block;
	width: 100%;
}

.float_but {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
}

.float_but > a {
	display: inline-block;
	border: 1px solid #0082e6;
	background: #fff;
	padding: 5px;
	border-radius: 50% 50%;
	transition: .5s;
}

.float_but > a:hover {
	transform: translateY(-5px);
	border-color: #000;
}




/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------АДАПТАЦИЯ----------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (max-width:1600px){
	
	.container {
		width: 100%;
	}

}

@media (max-width:1400px){
	
	.foot_menu {
	width: calc(100% - 420px);
}
	
	.preim_block > div {
	height: 420px;
}

.nestandart {
	margin-top: 170px;
	padding: 50px;
	height: 540px;
}

.nestandart_contacts {
	margin-top: 60px;
}

.footer .container::before {
	right: -370px;
}

}

@media (max-width:1200px){
	
.foot_tel {
	width: 170px;
}

.footer .container {
	padding-top: 50px;
	padding-bottom: 40px;
}

.footer .container::before {
	right: -350px;
}
	
.contacts_map iframe {
	height: 450px;
}

.contacts_block {
	padding-left: 70px;
}
	
#block_contacts {
	margin-top: 80px;
	margin-bottom: 60px;
}

.contacts_cont {
	top: 30px;
	left: 40px;
	width: calc(100% - 80px);
}
	
.nestandart h2 {
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 40px;
}

.nestandart .mybut1 {
	font-size: 26px;
	padding: 25px 30px;
}

.nestandart {
	margin-top: 130px;
	padding: 50px;
	height: 450px;
}

.nestandart_contacts {
	margin-top: 40px;
}

.nestandart_tel {
	font-size: 40px;
}

.nestandart_mail {
	font-size: 30px;
}
	
.otziv_name {
	padding-left: 110px;
	font-size: 24px;
}

.otziv_text {
	margin-top: 10px;
	font-size: 20px;
	line-height: 26px;
}
	
#block_otzivi {
	margin-top: 60px;
	background-size: 20% auto, 35% auto;
}

.otzivi_slider {
	margin-top: 40px;
	margin-bottom: 80px;
}

.otzivi_slider .slick-prev {
	left: calc(50% - 60px);
	bottom: -70px;
	width: 50px;
	height: 50px;
	background-size: contain;
}

.otzivi_slider .slick-next {
	right: calc(50% - 60px);
	bottom: -70px;
	width: 50px;
	height: 50px;
	background-size: contain;
}
	
#block_opor {
	margin-top: 40px;
}

.block_opor_left {
	width: calc(100% - 540px);
	height: 500px;
	margin-top: 40px;
}

.block_opor_pic img {
	height: 500px;
}

.block_opor_plashka {
	border: 1px solid #cecfce;
	bottom: -36px;
}

.block_opor_plashka:after {
	width: 160px;
	left: 160px;
}

.block_opor_right {
	width: 540px;
	padding-left: 40px;
	padding-top: 60px;
}

.block_opor_right p {
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 20px;
}

	
#block_treh {
	margin-top: 40px;
}

.block_treh_left {
	width: 540px;
	padding-right: 40px;
	padding-top: 50px;
}

.block_treh_left p {
	font-size: 26px;
	line-height: 36px;
}

.block_treh_plashka {
	border: 1px solid #cecfce;
	bottom: -36px;
}

.block_treh_plashka:after {
	width: 160px;
	right: 160px;
}

.block_treh_right {
	width: calc(100% - 540px);
	height: 500px;
	margin-top: 40px;
}

.block_treh_pic img {
	height: 500px;
}
	
#block_preim {
	margin-top: 40px;
}

.preim_cont {
	margin-top: 50px;
}

.preim_block > div {
	height: 300px;
	padding: 20px;
}

.preim_num {
	font-size: 40px;
	margin-bottom: 20px;
}

.preim_block h2 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 20px;
}

.preim_block p {
	font-size: 20px;
	line-height: 28px;
}

.preim_block1 > div {
	background-size: 150px auto; 
	padding-right: 250px;
}

.preim_block3 > div {
	background-size: 150px auto; 
	padding-right: 220px;
}
	
#block_works {
	margin-top: 20px;
}

.works_slider {
	margin-top: 20px;
}

.works_slider .slick-slide {
	padding: 0 15px;
}

.works_cont {
	border-radius: 60px;
	padding: 15px;
	padding-top: 50px;
}

.works_name {
	font-size: 22px;
	line-height: 26px;
	height: 80px;
}

.works_video iframe {
	height: 300px;
}
	
#block_construct {
	margin-top: 40px;
}

.block_construct_left {
	height: 500px;
	width: calc(100% - 540px);
	margin-top: 40px;
}

.block_construct_left img {
	height: 500px;
}

.block_construct_plashka {
	border: 1px solid #cecfce;
	bottom: -36px;
}

.block_construct_plashka:after {
	width: 160px;
	left: 160px;
}

.block_construct_right {
	width: 540px;
	padding-left: 40px;
	padding-top: 10px;
}

.block_construct_right p {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 15px;
}

.block_construct_right ul {
	font-size: 24px;
	line-height: 28px;
}

.block_construct_right ul li {
	margin-bottom: 15px;
}

	
#block_har {
	margin-top: 40px;
}

h2.block_title {
	font-size: 36px;
}

.block_har_left {
	padding-top: 20px;
	padding-right: 40px;
}

.block_har_left h2 {
	font-size: 40px;
}

.block_har_left h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.har_line > div {
	border-bottom: 1px solid #dddddd;
	font-size: 20px;
	padding: 4px 0;
}

.har_pics {
	margin-top: 20px;
}

.har_pics > div {
	padding: 10px;
}

#har_form {
	margin-top: 20px;
}

#har_form input[type="text"] {
	margin-bottom: 15px;
}

#har_form input[type="text"], #har_form textarea {
	padding: 12px 30px;
	font-size: 20px;
}

#har_form textarea {
	height: 85px;
}

.custom-file-upload {
	margin-top: 10px;
	font-size: 17px;
	line-height: 17px;
}


	
	.top_block_left {
	height: 500px;
	padding-top: 120px;
	width: calc(100% - 380px);
}

.top_block_left_pic img {
	height: 500px;
}

.top_block_left_plashka img {
	width: 180px;
}

.top_block_right h1 {
	font-size: 54px;
}

.top_block_right h1:before, .nestandart h2:before {
	width: 95px;
	height: 90px;
	top: -50px;
	left: -42px;
}

.top_block_right {
	padding-left: 60px;
	padding-top: 50px;
	width: 380px;
}

.top_block_right h3 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 20px;
}

.top_block_right p {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 30px;
}

.top_block_right_tel {
	margin-top: 30px;
}

.mybut1 {
	font-size: 18px;
	padding: 12px 25px;
}
	
	.header {
	padding-top: 50px;
	margin-bottom: 30px;
}

.top_tel a, .foot_tel a {
	font-size: 18px;
}

.top_tel {
	width: 190px;
}

.top_logo {
	width: 160px;
}

.top_menu {
	width: calc(100% - 350px);
}

.top_menu .nav > li a, .foot_menu .nav > li a {
	padding: 1px 10px;
	font-size: 18px;
	height: 30px;
	border-radius: 15px 15px 0 15px;
}

#top_top .container::before {
	top: -430px;
	left: -400px;
}
	
}


@media (max-width:1024px){
	
#block_contacts {
	margin-top: 40px;
	margin-bottom: 40px;
}

.contacts_cont {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
}

.contacts_map iframe {
	height: 380px;
}
	
.nestandart {
	margin-top: 120px;
	padding: 40px;
	height: auto;
	background: #edf2f3;
	border-radius: 50px;
}

.nestandart h2 {
	font-size: 36px;
	line-height: 42px;
	width: 430px;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 20px;
}

.nestandart .mybut1 {
	font-size: 22px;
	padding: 20px 25px;
	display: block;
	width: 350px;
	margin: 0 auto;
}

.nestandart_contacts {
	margin-top: 30px;
	text-align: center;
}

.nestandart_social {
	display: block;
	border: 1px solid #c8aa4c;
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	width: 160px;
	margin: 0 auto;
	margin-top: 30px;
}

}

@media (max-width:992px){
	
.foot_logo {
	float: none;
	width: 100%;
	text-align: center;
}

.foot_menu {
	width: 100%;
	float: none;
	text-align: center;
}

.foot_tel {
	float: none;
	text-align: center;
	width: 100%;
}

.foot_tel a {
	color: #022658;
	padding-left: 25px;
	background: url(./images/phone_blue.png) left center no-repeat;
	background-size: auto 90%;
}

.footer .container::before {
	display: none;
}

.footer .container {
	padding-top: 20px;
	padding-bottom: 30px;
}
	
.contacts_block {
	width: 50%;
	padding-left: 80px;
	height: 120px;
}

.contacts_hint {
	text-align: center;
	font-size: 22px;
}
	
.block_opor_plashka:after {
	width: 100px;
	left: 0px;
}
	
.block_treh_plashka:after {
	width: 100px;
	right: 0px;
}
	
#block_preim {
	margin-top: 30px;
}

.preim_cont {
	margin-top: 30px;
}

.preim_block {
	width: 50%;
}

.preim_block1, .preim_block3 {
	width: 100%;
}

.preim_num {
	margin-bottom: 10px;
}

.preim_block > div {
	height: 250px;
}

.preim_block1 > div {
	background-size: auto 120px;
	padding-right: 200px;
}

.preim_block3 > div {
	background-size: auto 120px;
	padding-right: 200px;
}
	
	#block_construct {
	margin-top: 30px;
}

.block_construct_plashka:after {
	width: 100px;
	left: 0px;
}
	
	#block_har {
	margin-top: 30px;
}
	
	.block_har_left {
	padding-right: 0px;
	float: none;
	width: 100%;
	padding-top: 5px;
}

.block_har_right {
	float: none;
	width: 100%;
}

.har_pic {
	max-width: 550px;
	margin: 0 auto;
}

.custom-file-upload {
	min-height: 35px;
}
	
	.content, .content.with_sticky {
		margin-top: 50px;
	}
	
	#top_top .container:before {
	display: none;
}
	
	.header {
	padding-top: 0px;
	margin-bottom: 0px;
	position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 50px;
}

.header .container {
	padding: 0;
}

.top_tel a {
	color: #022658;
	background: url(./images/phone_blue.png) left center no-repeat;
	background-size: auto 90%;
}

.top_tel {
	padding-top: 10px;
	margin-left: 15px;
	margin-bottom: 8px;
}
	
.burger_link {
	display: block;
}

.burger_link a.burger_menu1 {
	display: block;
	height: 32px;
	width: 40px;
	position: absolute;
	top: 10px;
	right: 15px;
	background: url(./images/menu_cat.png) center center no-repeat;
}

.top_menu .nav {
	display: block;
	width: 100%;
	text-align: center;
	z-index: 200;
	position: relative;
}

.top_menu .nav > li {
	display: block;
	
}




.top_menu .nav > li a {
	text-transform: uppercase;
}

.top_menu .nav > li a {
	padding: 10px;
	height: auto;
}

.top_menu {
	display: none;
	width: 100%;
	background: #fff;
	border-bottom: 2px solid #edf2f3;
	padding-top: 0;
}

.header.sticky .top_menu {
	padding-top: 0;
}

.top_logo {
	display: none;
}

}

@media (max-width:767px){
	
.block_opor_right {
	width: 100%;
	padding-left: 0px;
	padding-top: 15px;
	float: none;
}

.block_opor_right p {
	font-size: 22px;
	line-height: 28px;
}

.block_opor_left {
	float: none;
	width: 100%;
	height: 300px;
	margin-top: 40px;
}

.block_opor_left img {
	height: 300px;
}
	
.block_construct_right {
	width: 100%;
	padding-left: 0px;
	padding-top: 15px;
	float: none;
}	

.block_construct_right p {
	font-size: 20px;
	line-height: 26px;
}

.block_construct_right ul {
	font-size: 20px;
	line-height: 26px;
}

.block_construct_left {
	float: none;
	position: relative;
	width: 100%;
	height: 300px;
	margin-top: 40px;
}

.block_construct_left img {
	height: 300px;
}

#block_works {
	margin-top: 60px;
}

.block_treh_left {
	width: 100%;
	padding-right: 0px;
	padding-top: 20px;
	float: none;
}

.block_treh_left p {
	font-size: 22px;
	line-height: 28px;
}

.block_treh_right {
	float: none;
	position: relative;
	width: 100%;
	height: 300px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.block_treh_right img {
	height: 300px;
}

}

@media (max-width:480px){
	
.foot_menu .nav {
	display: block;
}

.foot_menu .nav > li {
	display: block;
	text-align: center;
	margin: 10px 0;
}
	
.contacts_block {
	width: 100%;
	float: none;
	padding-left: 70px;
	height: auto;
	margin-bottom: 40px;
}
	
.nestandart {
	margin-top: 100px;
	padding: 30px;
}

.nestandart h2 {
	font-size: 32px;
	line-height: 38px;
	width: 280px;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 10px;
}

.nestandart .mybut1 {
	font-size: 18px;
	letter-spacing: 0;
	padding: 20px 5px;
	width: 100%;
}

.nestandart_tel {
	font-size: 28px;
}

.nestandart_mail {
	font-size: 20px;
}
	
#block_otzivi {
	background-size: 35% auto, 50% auto;
}
	
#block_treh {
	margin-top: 30px;
}
	
.preim_block {
	width: 100%;
	float: none;
	padding: 10px 0;
}

.preim_block > div {
	height: auto;
}

.preim_block1 > div {
	background: #022658 url(./images/preim_bg1.png) center right 20px no-repeat;
	background-size: 80px auto;
	padding-right: 100px;
}

.preim_block3 > div {
	background: #c8aa4c url(./images/preim_bg2.png) center right 15px no-repeat;
	background-size: 80px auto;
	padding-right: 100px;
}
	


.works_name {
	height: auto;
}

.works_video iframe {
	height: 250px;
}
	

	
	h2.block_title {
	font-size: 28px;
	text-align: center !important;
}

.har_line {
	display: block;
	margin-bottom: 20px;
}

.har_line > div:nth-child(1) {
	width: 100%;
	color: #8a9cb5;
	font-weight: bold;
	display: block;
	border-bottom: 0;
}

.har_line > div:nth-child(2) {
	width: 100%;
	display: block;
}

.har_pics > div {
	width: 50%;
}

.har_form_left {
	float: none;
	width: 100%;
}

.har_form_right {
	float: none;
	width: 100%;
	padding-left: 0px;
}

.har_form_submit {
	margin-top: 25px;
}

#har_form {
	margin-top: 30px;
}
	
	.top_block_left {
	height: 300px;
	padding-top: 50px;
	width: 100%;
	margin-top: 30px;
}

.top_block_left_pic img {
	height: 300px;
}

.top_block_right {
	width: 100%;
	float: none;
	padding-left: 0px;
}

.top_block_right h1 {
	width: 240px;
	margin: 0 auto;
}

.top_block_right h1:before, .nestandart h2:before {
	width: 60px;
	height: 60px;
	top: -20px;
	left: -25px;
}

.top_block_right h3 {
	text-align: center;
}

.top_block_right p {
	text-align: center;
}


.top_block_right .mybut1 {
	display: block;
	width: 260px;
	margin: 0 auto;
}

.top_block_right_tel {
	text-align: center;
}

.top_block_right_social {
	text-align: center;
}

}