
@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style : normal;
         src : url("font-awesome/4.7.0/fonts/fontawesome-webfont.eot");
         src : url("font-awesome/4.7.0/fonts/fontawesome-webfont-1.eot") format("embedded-opentype"),
               url("font-awesome/4.7.0/fonts/fontawesome-webfont.woff2") format("woff2"),
               url("font-awesome/4.7.0/fonts/fontawesome-webfont.woff") format("woff"),
               url("font-awesome/4.7.0/fonts/fontawesome-webfont.ttf") format("truetype"),
               url("font-awesome/4.7.0/fonts/fontawesome-webfont.svg") format("svg");
}


.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;
			/*margin:0 auto;*/
}

.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;
}

html, body {
	font-family: 'Roboto', sans-serif;
}

body {
	cursor: url(img/cursor-up.png) 39 39, default;
	background: linear-gradient(to top, rgb(223,233,243,0.3) 0%, rgb(255,255,255,0.3) 100%), url(img/main-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 90%;
	color: #000;
}
.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: #179d56;
}

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: 15px;
	font-weight: 300;
	padding: 0 0 0 30px;
	padding: 0;
	text-align:left;
	color:#555;
}



.header_contacts {
	text-align: left;
}
.header_contacts a {
	font-size: 20px;
	font-weight: 400;
	color: #386fba;
	color:#111;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	padding: 0 0 0 30px;
}

.header_contacts a:before {
	content: "\f10b";
	font-size:32px;
	color:#386fba;
	color:#febf00;
	color:#111;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	margin-right:10px;
	vertical-align: baseline;
}

.header_contacts p {
	font-size: 14px;
	font-weight: 400;
	/*background-image: url("img/svg/007-at.svg");*/
	background-position: left 3px center;
	background-repeat: no-repeat;
	background-size: 20px;
	padding: 5px 0 5px 30px;
}



.why-us {
	max-width: 850px;
	margin: 45px auto 0;
}
.why-us .col-50 {
	width: 30%;
	text-align: center;
}
.why-us .col-50 .title {
	display: inline-block;
	font-size: 20px;
	text-transform:uppercase;
	line-height: 46px;
	color: #179d56;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
}

.why-us .col-50 .title.year:before {
	content: "";
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url("img/svg/004-calendar.svg") no-repeat center;
	-webkit-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
	margin: 0 8px -5px 0;
}

.why-us .col-50 .title.count:before {
	content: "";
	display: inline-block;
	width: 80px;
	height: 80px;
	background: url("img/svg/003-transport.svg") no-repeat center;
	-webkit-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
	margin: 0 8px -5px 0;
}

.why-us .col-50 .text {
	font-weight: 300;
	font-size: 15px;
	color:#333;
	
}

.main-btn {
	width: 100%;
	max-width: 550px;
	max-width: 400px;
	margin: 33px auto 0px;
	display: block;
	text-align: center;
	padding: 18px 15px;
	border-radius: 400px;
	/*background: #f44336;
	border-bottom: 3px solid #90241c;*/
	background: #ffde00;
	border-bottom: 0px solid #febf00;
	position: relative;
	transition: all 0.15s ease-in-out;
}

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: #d33a2e;
	background: #ffde00;
	margin-top:53px;
	border-bottom:1px solid #febf00;
	background: #D9354F;*/
	background: #F81F42;
	
}

.main-btn span {
	display: block;
	color: #fff;
}
.main-btn .main-naim {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
	/*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;
	padding-right: 0px;
	position: relative;
}

.main-btn .main-naim:after {
	/*content: "\f105";
	color:#fafafa;
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   text-decoration:none;
	position: absolute;*/
}

.btn-text{text-align:left; padding-left:50px}
.btn-text{text-align:center; padding-left:0px}

.btn-text:after {
	content: "\f105";
	font-size:38px;
	color: #111;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	position: absolute;
	top:23px;
	left:495px;
	display:none;
}


.main-btn .sub-naim {
	font-weight: 400;
	text-transform: uppercase;
	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-interface.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/001-fast-forward.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;
}





@keyframes gradient {
  0% {
    background-position: 0% 20%;
  }
  50% {
    background-position: 100% 80%;
  }
  100% {
    background-position: 0% 20%;
  }
}

.main-btn {
	background: linear-gradient(135deg, #F81F42, #1e9bd1, #ccc, #F81F42, #1e9bd1);
	background-size: 400% 400%;
	animation: gradient  7s ease infinite;
	box-shadow: 0px 7px 18px 2px rgba(0, 0, 0, 0.25);
}





/*.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);
}
@-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; } }
  */
  
  
.slide p {
	background:#fff;
	padding:25px 15px 15px 25px;
}
/*.main-block{
	background:url("img/main-bg.jpg");
	background-size:cover;
}*/

.header-logo-title img {
	width:100px;
}


.logo {
	color:#3b73bf;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 34px;
	font-weight: bold;
}

h1 span {
	color: #D9354F;
	font-weight:700;
}

h1 {
	margin-top:0;
	color: #111; 
	padding:0 20px 20px 20px 20px;
	/*width:80%;*/
	margin:0 auto;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:24px;
	/*border-top:1px solid #333;
	border-bottom:1px solid #333;*/
	position:relative;
	text-shadow: 0 0px 10px #fafafa;
	}
	
hr{
	display:none;
	margin:15px auto;
	height: 1px;
	width: 160px;
	width: 840px;
	background: #ffde00;
	background: #111;
	border:none;
	
}

h2.first-title {
	/*text-shadow: 0 0px 10px #fafafa;*/
	line-height:normal!important;
	text-align:center;
	margin:80px 0 15px 0;
	font-size:52px; 
	text-transform:uppercase; 
	color: #333;
	font-weight:700;
	font-family: 'Roboto Condensed', sans-serif;
	
 
}
h2.first-title span {
	font-weight:700;
	color: #111;
	line-height:normal!important;
	/*background: linear-gradient(95deg, #F81F42 0%, #1e9bd1 50%, #F81F42 100%);*/
	background: linear-gradient(95deg, #F81F42 0%, #1e9bd1 100%);
    background-clip: border-box;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}

.fas, .far{color: #1e9bd1; display:none!important;}

.why-us .col-50 .title {color: #333;}

footer p{margin:40px auto 20px; text-align:center; font-size:13px; font-weight:300;color:#666;}

/*.main-btn span {text-shadow:0 1px 0px #90241c;}*/

@media screen and (max-width : 640px) {
	h2.first-title {
		font-size: 34px;
		margin: 30px 0 0px 0;
	}
	h1 {
		width:100%;
		font-size:24px!important;
	}
	.why-us .col-50 .text{
		font-size:15px!important;
		line-height:normal!important;
		font-weight:300!important;
}

.why-us .col-50 .title {
    font-size: 16px!important;
    line-height:normal!important;
    margin: 14px 0 6px 0!important;
}

footer p {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 300;
	margin-top:10px;
}



 
.btn-text {
    text-align: left;
    margin:0 auto;
	padding-left: 20px;
}

.btn-text::after {
	display:none;
    content: "\f105";
    font-size: 38px;
    color: #111;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    position: absolute;
    top: 15px;
    right: 20px;
	left:auto;
}

.main-btn:hover {
		margin: 30px auto;
		padding: 15px 10px;
		/*border-bottom: 4px solid #febf00!important*/;
		
	}


.btn-text {
    text-align: center;
    margin: 0 auto;
    padding-left: 5px;
	padding-right: 5px;
}
	
	
	
}


 
 .header-logo-title {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
 flex-direction: column;}

 @media screen and (min-width : 768px) {
	.ai-c { margin-top:20px; }
	
	h2.first-title { margin: 100px 0 15px 0; }
 
 }
