@font-face {
    font-family: 'Museo Sans Cyrl 300';
    src: url('fonts/MuseoSansCyrl-300.woff2') format('woff2'),
        url('fonts/MuseoSansCyrl-300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans Cyrl 700';
    src: url('fonts/MuseoSansCyrl-700.woff2') format('woff2'),
        url('fonts/MuseoSansCyrl-700.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

.grass-blok-1 {
    position: absolute;
    bottom: -10%;
    left: -10%;
    -webkit-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	    overflow: hidden;
}
.grass-blok-2 {
    position: absolute;
    bottom: -10%;
   right: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	    overflow: hidden;
}
@media (max-width:500px) {
	.grass-blok-1, .grass-blok-2 {
		display:none;
	}
}
.hka {
	font-size:30px;
}
.hka2 {
	font-size:20px;
}

strong {
    font-family: 'Circe Extra Bold';
    font-weight: normal;
}
body {
    font-family: Circe;
    font-weight: normal;
}

.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.i-flex {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
}

.f-wrap {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.sb {
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.center {
	-webkit-justify-content: center;
	        justify-content: center;
}

.sa {
	-webkit-justify-content: space-around;
	        justify-content: space-around;
}

.ai-s {
	-webkit-align-items: flex-start;
	        align-items: flex-start;
}

.ai-c {
	-webkit-align-items: center;
	        align-items: center;
}

.ai-e {
	-webkit-align-items: flex-end;
	        align-items: flex-end;
}

.fd-col {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}


*{
	box-sizing: border-box;
}
.brdr {
	border-left: 2px solid white; 
    padding-left: 10px; 
    margin-left: 10px; 
}
.wedo {margin-top:110px!important}
.redtext {    font-family: 'Circe Extra Bold';
    font-weight: normal;
    font-size: 24px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;}
body {
	min-height: 100%;
	background-image: url("img/main-bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #000;
}
.btn-danger:after {
    content: "";
    margin-left: 60px;
    width: 30px;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -150px;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    overflow: hidden;
    position: relative;
}
.sect-marg {
	    margin: 110px auto!important;
}
.town {
	    color: white;
    text-align: center;
    font-size: 13px;
    text-decoration: underline;
    text-decoration-style: dashed;
	padding-right: 3px;
}
.container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}
h1 {
	font-size: 40px;
	line-height: 1.3;
	font-weight: 900;
	text-align: center;
	margin: 80px 0 0 0;
	font-family: 'Museo Sans Cyrl 700';
}
h1 span {
	color: #6eae0a;
}

h2 {
	color:#000000;
	font-weight: normal;
}

header {
	padding: 20px 0 0 0;
}
.header-logo-title {

}
.header-logo-title a {

}
.header-logo-title p {
	font-size: 17px;
	font-weight: 400;
	padding: 0 0 0 30px;
}
.header_contacts {
	text-align: left;
}
.header_contacts a {
	font-size: 28px;
	font-family: 'Museo Sans Cyrl 700';
	color: #000;
	background-image: url("img/svg/001-technology.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	padding: 0 0 0 30px;
}
.header_contacts p {
	font-size: 14px;
	font-weight: 400;
	background-image: url("img/svg/004-signs.svg");
	background-position: left 3px center;
	background-repeat: no-repeat;
	background-size: 20px;
	padding: 5px 0 5px 30px;
}



.why-us {
	max-width: 700px;
	margin: 60px auto 0;
	
}
.why-us .col-50 {
	width: 50%;
	text-align: center;
}
.why-us .col-50 .title {
	display: inline-block;
	font-size: 24px;
	line-height: 46px;
	color: #6eae0a;
	font-weight: 900;
	font-family: 'Museo Sans Cyrl 700';
}


.why-us .col-50 .text {
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
}

.main-btn {
     width: 100%;
    max-width: 600px;
    margin: 50px auto 90px;
    display: block;
    text-align: center;
    padding: 23px 15px;
    background: #FFDE00;
    border-radius: 20px;
    border-bottom: 3px solid #ffba00;
    position: relative;
}

main-btn {
overflow: hidden;
}
main-btn:after {
content: "";
margin-left: 60px;
width: 30px;
height: 300px;
background: #fff;
-webkit-animation-delay: 0.05s;
animation-delay: 0.05s;
position: absolute;
left: -40px;
top: -150px;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-transition: all 0.1s;
transition: all 0.1s;
-webkit-animation-name: slideme;
animation-name: slideme;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.main-btn:hover {
	    background: #ffd155;
}

.main-btn span {
	display: block;
	color: black;
}
.main-btn .main-naim {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	/*line-height: 42px;*/
	background-image: url("img/svg/005-right-arrow.svg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 12px;
	padding-right: 20px;
	position: relative;
}

.main-btn .main-naim:after {
	content: url("img/arrow.png");
	position: absolute;
	top: -135px;
    right: -140px;
}

.main-btn .sub-naim {
	font-weight: 400;

	font-size: 15px;
	/*line-height: 42px;*/
}

.our-works {
	padding: 20px 0 90px;
}

.our-works .title {
	text-align: center;
	overflow: hidden;
	margin-bottom: 30px;
}

.our-works .title span {
	display: inline-block;
	position: relative;
	font-size: 24px;
	font-weight: normal;
	padding: 0 25px;
	font-family: 'Museo Sans Cyrl 700';
}


.our-works .title span:before {
	left: 100%;
}

.our-works .title span:after {
	right: 100%;
}

.our-works .slider-container {
	padding: 0 65px;
}

.our-works .slick-slide {
	padding: 0 5px;
}

.our-works .slick-slide img {
	width: 100%;
	-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; -ms-transition: all 0.2s linear; transition: all 0.2s linear;
}

.our-works .slick-slide img:hover {
	opacity: 0.9;
	-webkit-filter: brightness(110%); filter: brightness(110%);-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-o-transition: all 0.2s linear;-ms-transition: all 0.2s linear;transition: all 0.2s linear;
}

.our-works .slick-arrow {
	display: block;
	width: 40px;
	height: 40px;
	background: none;
	border: 0;
	cursor: pointer;
	position: absolute;
	top: calc(50% - 20px);
	text-indent: -9999px;
}

.our-works .slick-prev {
	background: url("img/svg/003-arrows.svg") no-repeat center;
	-webkit-background-size: 100% 100%;
	     -o-background-size: 100% 100%;
	        background-size: 100% 100%;
	left: -65px;
}

.our-works .slick-next {
	background: url("img/svg/002-arrows-1.svg") no-repeat center;
	-webkit-background-size: 100% 100%;
	     -o-background-size: 100% 100%;
	        background-size: 100% 100%;
	right: -65px;
}

body.fixed {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.main-btn{
overflow: hidden;
position: relative;
}
.main-btn:after {
content: "";
margin-left: 60px;
width: 30px;
height: 300px;
background: #fff;
-webkit-animation-delay: 0.05s;
animation-delay: 0.05s;
position: absolute;
left: -40px;
top: -150px;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-transition: all 0.1s;
transition: all 0.1s;
-webkit-animation-name: slideme;
animation-name: slideme;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

/*feedback*/
.popup_bg{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #211722;
    z-index: 2000;
    display: none;
    cursor: pointer;
    opacity: 0.75;
}

.popup_window{
    width: 545px;
    padding: 6px;
    background: #D7D7D7;
    
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    left:50%;
    top: 20px;
    margin-left: -280px;
    position: absolute;
    z-index: 2001;
    display: none;
}

.popup_window__title{
    height: 97px;
    padding-top: 30px;
    text-align: center;
    color: #010506;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
}

.popup_window__content{
	/*
    border: 4px solid #f6f6f6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 20px;
    background: #ffffff;
    */
    text-align: center;
}

.popup_window__input{
    height: 70px;
    max-width: 400px;
    margin-bottom: 20px;
    border-style: none;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0);
    border-radius: 100px;
    background-color: #f2f2f2;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .04);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

.popup_window__input.valid_field,
.static_window__input.valid_field{

}

.error_field{
    border-color: #ff0000 !important;
}
div.error{
    display: none;
    height: 16px;
    margin-top: -8px;
    margin-bottom: -8px;
    margin-left: 10px;
    color: red;
}

.btn_submit_form {
	color: #010506;
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	font-weight: 700;
	display: block;
	background: url(img/popup-btn-unfocus.png) no-repeat 0 0;
	width: 275px;
	height: 59px;
	text-decoration: none;
	text-align: center;
	margin: 10px auto;
	border: 0;
	padding-bottom: 6px;
}

@media (max-width:500px) {
	.contac {
		text-align:center;
	}
	.manager, .roof-img {
		display:none;
	}
	.phn {
		    margin: 20px 0;
    
    text-align: center;
	}
}

.btn_submit_form:hover {
	background: url(img/popup-btn-focus.png) no-repeat 0 0;
}
.btn_submit_form:active {
	background: url(img/popup-btn-unfocus.png) no-repeat 0 0;
}
@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }

@keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }
  
  
  
  #wb_uid1, #wb_uid2, #wb_uid3, #wb_uid4, #wb_uid5, #wb_uid6, #wb_uid7, #wb_uid8, #wb_uid9, #wb_uid10, #wb_uid11, #wb_uid12, #wb_uid13, #wb_uid14, #wb_uid15, #wb_uid16, #wb_uid17, #wb_uid18, {color:white}
  
  
  
  
  
  
