body{
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
		font-family: 'Noto Sans';
}


a,
button {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}

body a {
  outline: none !important;
  color: #e85f0c;
}
body a:hover,
body a:focus {
  
  outline: none;
  text-decoration: none;
  
}
body button,
body input[type="submit"] {
  cursor: pointer;
  outline: none !important;
}

li{
	line-height: 20px;
    color: #4a4a4a;
}


.form-group {
    margin-bottom: 10px;
}


.but_vak{
	background-image: linear-gradient(68deg, #fb5120 0%, #ffaf04 100%);
    color: #fff;
    text-transform: uppercase;
    max-width: 150px;
    width: 100%;
    height: 30px;
    display: block;
    border-radius: 8px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 20px;
}



.clients .zag{
	font-size: 34px;
    text-transform: uppercase;
    line-height: 1;
    color: #508bb3;
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    font-weight: 700;
    margin-top: 25px;
}
.clients .zag:before {
    content: "!";
    position: absolute;
    display: block;
    left: -37px;
    top: 0px;
    width: 44px;
    height: 4px;
    color: #c7a978;
}
.clients .but{
	background-image: linear-gradient(68deg, #fb5120 0%, #ffaf04 100%);
    color: #fff;
    text-transform: uppercase;
    max-width: 280px;
    width: 100%;
    height: 57px;
    display: block;
    border-radius: 8px;
    text-align: center;
    line-height: 57px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 15px;
}


.mup_top{
	background-color: #f5f0e7;
}


.about_menu{
	color: #508bb3;
    font-weight: 700;
    font-size: 24px;
    cursor: pointer;
}
.about_menu:hover{
	color: #c7a978;
}
.about p{
	font-size: 16px;
	color:#666;
}
.about .zag{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #508bb3;
}
.about .podzag{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #000;
}


.toolti {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
/* Tooltip text */
.toolti .tooltiptext{
  visibility: hidden;
  width: 420px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 6px;
 /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  font-size: 16px!important;
  text-align: left;
  font-weight: 500;
  line-height: 20px;
  top: -25px;
  left: 115%;
}
.toolti .tooltiptext2{
  visibility: hidden;
  width: 220px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  border-radius: 6px;
 /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  font-size: 14px!important;
  text-align: center;
  font-weight: 500;
  line-height: 20px;
  bottom: 100%;
  left: 20%; 
  margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

/* Show the tooltip text when you mouse over the tooltip container */
.toolti:hover .tooltiptext, .toolti:hover .tooltiptext2 {
  visibility: visible;
}
.toolti .tooltiptext::after{
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%; /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}
.toolti .tooltiptext2::after{
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}



.modal-dialog {
    max-width: 400px;
}
.modal-content {
    padding: 30px 10px;
}
button.btn-gradient {
    max-width: 300px;
}




.btn-menu {
	display: block;
	width: 30px;
	height: 30px;
	margin-left: 5px;
	background: url('../img/icons/menu.svg') 50% 50% no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}


.mobile-global {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 80px 20px;
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: transform 0.2s;
	-o-transition: transform 0.2s;
	transition: transform 0.2s;
	z-index: 1000;
}
.mobile-global.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.mobile-global-close {
	position: absolute;
	right: 35px;
	top: 30px;
	width: 16px;
	height: 16px;
	background: url('../img/icons/clear-button.svg') 0 0 no-repeat;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
	opacity: .6;
}
.mobile-phone {
	display: inline-block;
	font-size: 24px;
	color: #f96705;
	font-weight: 500;
	margin-bottom: 25px;
	line-height: 1;
}
.mobile-phone:hover {
	text-decoration: none;
	opacity: 0.8;
}
.mobile-global .mbtn-orangefull:hover {
	background: #332e2c;
	border-color: #332e2c;
	color: #fff;
}
.mobile-global .mbtn-orangefull:hover i {
	color: #fff;
}
.mobile-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile-menu-item {
	border-top: 1px solid #e6e6e6;
}
.mobile-menu-item:first-child {
	border-top: none;
}
.mobile-menu-link {
	display: block;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.3;
	text-transform: uppercase;
	padding: 15px 0;
	color: #332e2c;
}
.mobile-menu-link:hover {
	text-decoration: none;
}
.mobile-menu-item.mobile-menu-catalog .mobile-menu-link {
	position: relative;
	padding-right: 30px;
}
.mobile-menu-item.mobile-menu-catalog .mobile-menu-link::after {
	content: '';
	position: absolute;
	right: 7px;
	top: 50%;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background: url('../img/icons/arrow.svg') 50% 50% no-repeat;
	-webkit-background-size: 12px 12px;
	background-size: 12px 12px;
}
.mobile-global-item:first-child {
	padding-top: 0;
}
.mobile-global-item {
	padding-top: 30px;
}


header {
/*
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
*/
	background: #fff;
	
	z-index: 500;
}

.header-logo {
	display: block;
	width: 150px;
}

.menu-about {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 2px;
}

.menu-about-link {
    display: block;
    margin: 0 15px;
    line-height: 35px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
 color: #7595b8;
	position: relative;
}

.header-content{
	padding: 10px 0;
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1001;
    background-color: #fff;
}
.header-content .mail{
	font-size: 14px;
	color: #508bb3;
}
.header-content .tell{
	font-size: 14px;
	font-weight: 600;
}


.menu-about-li:hover .menu-about-link {
    text-decoration: none;
   color: #7595b8;
	
}

.menu-about-li:hover .menu-about-link:before {
    content: "";
	width: 41px;
height: 3px;
background-color: #e0d5c4;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.2s ease;
	
}



/*modal*/
.m-close{
	position: absolute;
    right: 20px;
    top: 20px;
    width: 16px;
    height: 16px;
    background: url(../img/icons/clear-button.svg) 50% 50% no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    opacity: 0.7;
}


.checkbox-d {
  position: relative;
  margin-top: 25px;
}
.checkbox-d input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.checkbox-d label {
  display: block;
  padding: 0 0 0 40px;
  margin: 0;
  position: relative;
  font-size: 9px;
  line-height: 1.4;
  color: rgba(68, 68, 68, 0.6);
  cursor: pointer;
}
.checkbox-d label::after {
  content: '';
  position: absolute;
  left: 0;
  top: -6px;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  border: 1px solid #dadada;
}
.checkbox-d input[type="checkbox"]:checked + label::after {
  background: url('../img/icons/checked.png') 50% 50% no-repeat;
  -webkit-background-size: 10px 10px;
  background-size: 10px 10px;
}
/*end checkbox*/

/*scroll*/
#scrollUp{
    background: #d7c3a0 none repeat scroll 0 0;
    bottom: 85px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 26px;
    height: 40px;
    line-height: 37px;
    position: fixed;
    right: 25px;
    text-align: center;
    width: 40px;
    z-index: 9999;
}
/*end scroll*/
/*footer*/
.footer{
	padding: 50px 0;
	background-color: #0a2d50;
}
.footer a{
	color: #e5d6be;
}
.footer .tell{
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}


/*footer end*/
/*contacts*/
.manager__text h4{
	    font-size: 16px;
    color: #0a2d50;
    font-weight: 700;
}
.manager__text:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
    top: 3px;
	width: 11px;
height: 11px;
background-color: #00ff00;
	border-radius: 50%;
}
.manager__text {
	position: relative;
	margin-bottom: 15px;
	padding-left: 25px;
}
.manager__text span{
	font-size: 11px;
font-weight: 400;
line-height: 16.47px;
	color: #0a2d50;
}
.manager-phone span{
	color: #0a2d50;

font-size: 16px;
font-weight: 700;
line-height: 16.47px;
}
.manager-phone img{
	margin-right: 10px;
}
.socials-list{
margin-top: 5px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
.socials-list i{
	color: #c7a978;
	font-size: 16px;
}
.socials-list a:hover i{
	color: #8d669e;
}
.manager-item{
	justify-content: space-between;
}
.manager-img{
	position: relative;
}
.manager-img img{
	width: 100%;
}
.manager-img:before{
	content: "";
	display: block;
	position: absolute;
	background: url("../img/icons/line-left.png") no-repeat;
	    height: 12px;
    width: 73px;
    left: -70px;
    top: 61px;
}
.manager-img.n4:before{
	display: none;
}
.contacts-info span{
	color: #0a2d50;

font-size: 16px;
font-weight: 400;
line-height: 24px;
}
.title{
	font-size: 34px;
	text-transform: uppercase;
	line-height: 1;
	color: #508bb3;
	position: relative;
	margin-bottom: 33px;
	width: 100%;
	font-weight: 700;
}
.right-title{
	text-align: right;
}
.right-title:before{
	content: "";
    position: absolute;
    display: block;
    right: -67px;
    top: 12px;
    width: 44px;
    height: 4px;
    background-color: #c7a978;
}
.left-title:before{
content: "";
    position: absolute;
    display: block;
    left: -67px;
    top: 12px;
    width: 44px;
    height: 4px;
    background-color: #c7a978;
}
.contacts{
background-color: #f5f0e7;
	padding-bottom: 145px;
	padding-top: 100px;
	/* -webkit-clip-path: polygon(0% 5%, 100% 0%, 100% 95%, 0% 100%);
      clip-path: polygon(0% 5%, 100% 0%, 100% 95%, 0% 100%); */
          margin-bottom: 0px;
}

/*Contacts end*/

/*our works*/
.our-works{
	padding: 50px 0;
}
.our-works__item{
	position: relative;
	padding: 30px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex !important;
	justify-content: center;
}
.our-works__item:before{
	content: "";
	width: 218px;
height: 204px;
border: 4px solid #c7a978;
opacity: 0.23;
	position: absolute;
right: 15px;
    top: 15px;
    z-index: -1;
	
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before{
	opacity: 1 !important;
}
.slick-prev:before{
	content: "";
	display: block;
	background: url("../img/icons/left-arrow.png") no-repeat;
	color: transparent !important;
	    background-size: 10px 17px;
}
.slick-next:before{
	content: "";
	display: block;
	background: url("../img/icons/right-arrow.png") no-repeat;
	color: transparent !important;
	    background-size: 10px 17px;
}
/*our works end*/

/*about company*/
.about-company{
	background-color: #eaf1f6;
	padding-top: 90px;
	padding-bottom: 100px;
	-webkit-clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 92%);
    clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 92%);
}
.about-company .block{
	height: 360px;
	overflow: hidden;
	overflow-y: scroll;
}

.team-img img{
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
}
.team-img{
	position: relative;
	z-index: 9;
}
.team-img:before{
	    content: "";
    z-index: -1;
    position: absolute;
    display: block;
       width: 320px;
    height: 300px;
    left: 15px;
    top: -15px;
    border: 4px solid #c7a978;
}
.team-text p{
	margin-bottom: 10px;
    line-height: 24px;
    color: #4a4a4a;
	font-size: 16px;
}
button.btn-gradient{
		background-image: linear-gradient(68deg, #fb5120 0%, #ffaf04 100%);
	color: #fff;
	text-transform: uppercase;
	max-width: 226px;
	width: 100%;
	height: 57px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	border: none;
}
.btn-gradient a{
	background-image: linear-gradient(68deg, #fb5120 0%, #ffaf04 100%);
	color: #fff;
	text-transform: uppercase;
	max-width: 226px;
	width: 100%;
	height: 57px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}
.btn-gradient{
	z-index: 99;
	position: relative;
}
.btn-gradient a span{
	position: relative;
}
.btn-gradient a span:before{
	content: "";
	background: url("../img/perezvon.png") no-repeat;
	display: block;
	position: absolute;
	    left: -30px;
    top: -5px;
    width: 100%;
    height: 25px;
}

.btn-gradient a:hover{
	transition: 0.2s ease;
	color: #fff;
	
}
.about-company-content ul li span{
	
}
.team-item-1, .team-item-2{
	margin: 30px 0;
}
.slider-nav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
	
}
.slider-nav button{
	border: none;
	background: transparent;
	-ms-text-align-last: auto;
	text-align-last: auto;
	color: #508bb3;
	text-transform: inherit;
	font-weight: 700;
	font-size: 24px;
	margin: 7px 0;
}
.slider-for ul.slick-dots{
		display: none !important	;	
}
.slick-dots li.slick-active button:before{
	color: #bea67c !important;
	opacity: 1 !important;
}
.slick-dots li button:before{
	color: #303030; !important;
	opacity: 1 !important;
}
.toggle-slick.active{
	color: #c7a978;
}

.toggle-slick{position: relative;}
.toggle-slick:before{
	    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 17px;
    background-color: #508bb3;
    left: -5px;
    top: 4px;
}
.toggle-slick.active:before{
	    content: "";
    position: absolute;
    display: block;
	 left: -5px;
    top: 4px;
	width: 4px;
height: 17px;
background-color: #c7a978;
}

/*about-company end*/

/*vipolneniie raboty*/
.work-slider-text h5{
color: #508bb3;
font-size: 15px;
font-weight: 700;
margin-top: 25px;
line-height: 1.2;
}
.work-slider-text p{
color: #7d7d7d;
font-size: 16px;
margin-top: 17px;
margin-bottom: 32px;
line-height: 1.2;
}
.work-slider-text a{
color: #508bb3;
text-transform: uppercase;
font-size: 14px;
position: relative;
}
.work-slider-text a:hover{
	color: #c7a978;
	transition: 0.2s ease;
}
.work-slider-text a:before{
	content: "";
	display: block;
	position: absolute;
	    width: 44px;
    height: 2px;
    background-color: #c7a978;
    bottom: -10px;
}
.work-slider-text{
line-height: 1.2;
max-width: 230px;
width: 100%;
}
.done-prj .our-works-slider .our-works__item:before{
	left: 15px;
}


.done-prj .our-works-slider .slick-prev, .done-prj .our-works-slider .slick-next{
	top: 140px !important;
}

.done-prj{
	background-color: #f5f0e7;
	padding: 100px 0;
	-webkit-clip-path: polygon(0% 5%, 100% 0%, 100% 95%, 0% 100%);
    clip-path: polygon(0% 5%, 100% 0%, 100% 95%, 0% 100%);
}
/*Выполненные работы конец*/
/*Как мы работаем*/
.how-work{
	padding: 100px 0;
}
.how-work-item__text span{
	color: #508bb3;
	font-size: 16px;
	font-weight: 700;
}
.how-work-item__img{
	min-height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.how-work-item{
	display: flex;
    flex-direction: column;
    justify-content: space-around;
    -ms-align-items: center;
    align-items: center;
    margin: 15px 0;
}
.how-work-item__text{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	line-height: 1.2;
position: relative;
    min-height: 60px;
    display: flex;
    align-items: flex-start;
}
.number-ie{
	font-size: 65px !important; 
	color: #ede3d4 !important;
	    margin-right: 15px;
    position: absolute;
    left: -75px;
    top: -15px;
}
.how-work-item__text-1:before{
	    content: "";
    display: block;
    position: absolute;
    background: url(../img/wa.png) no-repeat;
    width: 117px;
    height: 12px;
    right: -124px;
    z-index: 99;
    top: 12px;
}
.how-work-item__text-2:before{
	    content: "";
    display: block;
    position: absolute;
    background: url(../img/wa.png) no-repeat;
    width: 117px;
    height: 12px;
       right: -117px;
    z-index: 99;
    top: 12px;
}
.how-work-item__text-3:before{
	    content: "";
    display: block;
    position: absolute;
    background: url(../img/wa.png) no-repeat;
    width: 117px;
    height: 12px;
    right: -125px;
    z-index: 99;
    top: 12px;
}
.how-work-item__text-5:before{
	    content: "";
    display: block;
    position: absolute;
    background: url(../img/wa.png) no-repeat;
  width: 117px;
    height: 12px;
    right: -106px;
    z-index: 99;
    top: 5px;
}
.how-work-item__text-6:before{
	    content: "";
    display: block;
    position: absolute;
    background: url(../img/wa.png) no-repeat;
        width: 117px;
    height: 12px;
    right: -130px;
    z-index: 99;
    top: 5px;
}

/*Как мы работаем конец*/

/* ПОМОЖЕМ, ПОДСКАЖЕМ */
.help-text{
	max-width: 350px;
	width: 100%;
	color: #0a2d50;
	margin-top: 40px;
	margin-bottom: 45px;
}
.help-manager .manager-img:before{
	display: none;
}
.help-manager .manager__text h4{
	font-size: 24px;
}
.help-manager .manager__text:before{
	top: 7px;
}
.help-manager .manager-phone span{
	font-size: 24px;
}
.help-manager .socials-list i{
	font-size: 24px;
}
.help-manager .socials-list {
	margin-top: 10px;
}
.help{
	background-color: #eaf1f6;
	padding: 100px 0;
	    -webkit-clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 92%);
       clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 92%);
}
/* ПОМОЖЕМ, ПОДСКАЖЕМ end */


/* в каких условиях мы работаем */
.uslovia-list {
	list-style: decimal;
}
.uslovia .slider-for ul.slick-dots{
   display: none !important	;	
}
.uslovia .team-img:before{
	height: 300px;	
}
.uslovia .block {
    height: 360px;
    overflow: hidden;
    overflow-y: scroll;
}



/* в каких условиях мы работаем  end*/




/* Наши клиенты */
.clients-under-title a{
	position: relative;
	color: #508bb3;
	margin-bottom: 45px;
	display: block;
}
.clients-under-title a:before{
	content: "";
    display: block;
    position: absolute;
    width: 44px;
    height: 2px;
    background-color: #c7a978;
    bottom: -10px;
}
.clients-under-title span{
	color: #0a2d50;
	margin: 45px 0;
	display: block;
}  

/*потом удалить, как будут картинки клиентов*/
 .image-clients img{
 	width: 100%;
 }
 .image-clients{
 	    max-width: 600px;
    width: 100%;
    margin: 0 auto;
 }
 .clients{
     background-color: #f5f0e7;
    padding-bottom: 60px;
    padding-top: 180px;
    -webkit-clip-path: polygon(0% 13%, 100% 0%, 100% 86%, 0% 100%);
    clip-path: polygon(0% 13%, 100% 0%, 100% 86%, 0% 100%);
    margin-bottom: 90px;
    margin-top: -150px;
 }
 /* Наши клиенты  конец*/

 /* преимущества */
 .adv-item span{
 	display: block;
 }
 .adv-item span.adv-num{
color: #508bb3;
text-transform: uppercase;
font-weight: 700;
font-size: 48px;
text-align: center;
display: block;
 }
.adv-item span.adv-tex{
	color: #7595b8;
	font-size: 16px;
	margin-top: 15px;
	display: block;

 }
 .adv-item{
	padding: 35px 35px 30px 45px;
	box-shadow: 3px 4px 27px 5px rgba(80, 139, 179, 0.17);
	background-color: #ffffff;
	opacity: 1;
	margin: 15px 0;
    border-radius: 10px;
    text-align: center;
 }
 .advantages{
 	margin-bottom: -140px;
    z-index: 999;
    position: relative;
 }



 /*main slider*/
 .slider-info{
 	max-width: 645px;
 	width: 100%;
 	margin: 0 auto;
 }
 .main-sl-image{
 	/* padding: 100px 0;
 	padding-bottom: 200px; */
 }
 .main-sl-image-1{
 	background: url(../img/sl-1.jpg) no-repeat;
	-webkit-background-size: 	contain;
	background-size: 	contain;
	padding-top: 100px !important	;	
	padding-bottom: 200px !important	;	
	background-position: top;
	    clip-path: polygon(0% 0%, 100% 0%, 100% 86%, 0% 100%);
 }
  .main-sl-image-2{
 	background: url(../img/sl-1.jpg) no-repeat;
	-webkit-background-size: 	contain;
	background-size: 	contain;
	padding-top: 100px !important	;	
	padding-bottom: 200px !important	;	
	background-position: top;
	    clip-path: polygon(0% 0%, 100% 0%, 100% 86%, 0% 100%);
 }
  .main-sl-image-3{
 	background: url(../img/sl-1.jpg) no-repeat;
	-webkit-background-size: 	contain;
	background-size: 	contain;
	padding-top: 100px !important	;	
	padding-bottom: 200px !important	;	
	background-position: top;
	    clip-path: polygon(0% 0%, 100% 0%, 100% 86%, 0% 100%);
 }

 .main-title h1{
color: #7595b8;

font-size: 34px;
font-weight: 700;

text-transform: uppercase;
 }
 .main-title .buren-text{
color: #508bb3;
margin-bottom: 35px;
font-size: 102px;
font-weight: 700;
display: block;
margin-top: 20px;
text-transform: uppercase;
 }
.btn-main-slider{
 	max-width: 380px;
 	width: 100%;
 	text-align: center;
 }
 .btn-main-slider a{
 	max-width: 100%;
 	width: 100%;
 }
 .btn-main-slider a span:before{
 	left: -60px;
 }


 .main-banner{
 	    margin-bottom: -180px;
 	    position: relative;
 	}


 .main-slider .slick-dots{
 	display: -webkit-flex !important;
 	display: -moz-flex !important;
 	display: -ms-flex !important;
 	display: -o-flex !important;
 	display: flex !important;
 	   -webkit-flex-direction: column !important;
 	   -moz-flex-direction: column !important;
 	   -ms-flex-direction: column !important;
 	   -o-flex-direction: column !important;
 	   flex-direction: column !important;
   top: 200px !important;
    width: 10px !important;
        left: 50% !important	;
    margin-left: -575px !important	;
 }



.form-group input , .form-group textarea{
max-width: 420px;
width: 100%;
border: none;
padding-left: 40px;
box-shadow: inset 0px 0px 20px #efefef

}
.form-control{
	height: 45px !important;
}

 /*modal*/
 .m-title{
 	font-size: 30px;
 	text-transform: uppercase;
 	color: #508bb3;
 	margin-bottom: 30px;
 	text-align: center;
 }
 .form-asq{
 	    box-shadow: 2px 3px 5px 5px rgba(80, 139, 179, 0.21);
    background-color: #ffffff;
    padding: 35px 100px;
 }
 .form-asq__title h4{
color: #508bb3;

font-size: 25px;
font-weight: bold;

 }
 .form-asq__title span{
color: #0a2d50;
font-size: 14px;
font-weight: bold;
margin-top: 25px;
margin-bottom: 40px;
display: block;
 }

 input::-webkit-input-placeholder {
	color: #c7a978 !important; 
}
input::-moz-placeholder {
	color: #c7a978 !important;
}
 textarea::-webkit-input-placeholder {
	color: #c7a978 !important; 
}
textarea::-moz-placeholder {
	color: #c7a978 !important;
}

input::-webkit-input-placeholder {color: #c7a978; }
input:-ms-input-placeholder { color: #c7a978;}
input::-ms-input-placeholder { color: #c7a978; }
input::placeholder { color: #c7a978; } 
#contact-form{
	border-bottom: 0px solid #c7a978;
	padding-bottom: 0px;
}
.asq-quest{
	margin: 50px 0;
	position: relative;
}
.asq-quest:before{
    content: "";
    position: absolute;
    left: 50%;
    top: -95px;
    margin-left: -932px;
    display: block;
    background: url(../img/zadayvopros.png) no-repeat;
  
    width: 503px;
    height: 492px;
    z-index: 99;
}
.asq-number a{
color: #508bb3;

font-size: 23px;
font-weight: bold;

}
.asq-number span , .asq-social span{
	display: block;
	color: #c7a978;
font-size: 11px;
font-weight: bold;
margin-top: 10px;
}
.asq-social ul{
	max-width: 165px;
	width: 100%;
}
.asq-social ul i{
	font-size: 35px;
}
.asq-contacts {
	margin-top: 20px;
}
#contact-form .btn-gradient{
	margin: 0 auto;
}
.form-asq__title{
	padding-left: 100px;
}

.works-num-1{
    position: absolute;
    left: 350px;

    top: 70px;
    transform: rotate(270deg);
    font-size: 35px;
    font-weight: bold;
    color: #c7a978;
}
.works-num-2{
	position: absolute;
	right: 0;
	top: 80px;
	transform: rotate(270deg);
	font-size: 35px;
	font-weight: bold;
	color: #c7a978;
}
#uslovia > div > div.row > div.col-12.col-md-4.col-lg-4 > div.works-num-2 > span:nth-child(3){
	display: none;
}

.works-num-2:before{
content: "";
    position: absolute;
    right: auto;
    bottom: -3px;
    width: 2px;
    height: 35px;
    background-color: #c7a978;
    left: 65px;
    top: auto;
    transform: rotate(90deg);
}
#about-company > div > div.row > div.col-12.col-md-8.col-lg-8 > div.works-num-1 > span:nth-child(3){
	display: none;
}


.works-num-1:before{
content: "";
    position: absolute;
    right: auto;
    bottom: -3px;
    width: 2px;
    height: 35px;
    background-color: #c7a978;
    left: 65px;
    top: auto;
    transform: rotate(90deg);
}



#main > div.main-num-1 > span:nth-child(3){
	display: none;
}
.main-num-1{
	    position: absolute;
    left: 50%;
    top: 150px;
    transform: rotate(270deg);
    font-size: 35px;
    font-weight: bold;
    color: #c7a978;
    z-index: 999;
    margin-left: -580px;
}
.main-num-1:before{
	content: "";
    position: absolute;
    right: auto;
    bottom: -3px;
    width: 2px;
    height: 35px;
    background-color: #c7a978;
    left: 65px;
    top: auto;
    transform: rotate(90deg);
}
