@font-face{font-family:"Avenir Next Cyr";font-weight:400;src:url(font/AvenirNextCyr-Regular.otf) format("opentype")}
@font-face{font-family:"Avenir Next Cyr";font-weight:500;src:url(font/AvenirNextCyr-Medium.otf) format("opentype")}
@font-face{font-family:"Avenir Next Cyr";font-weight:600;src:url(font/AvenirNextCyr-Demi.otf) format("opentype")}
@font-face {
	font-family: 'FontAwesome';
	src: url('font/fontawesome-webfont.eot');
	src: url('font/fontawesome-webfont.eot') format('embedded-opentype'), url('font/fontawesome-webfont.woff2') format('woff2'), url('font/fontawesome-webfont.woff') format('woff'), url('font/fontawesome-webfont.ttf') format('truetype'), url('font/fontawesome-webfont.svg') 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;color:inherit}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1.15;font-weight:400;font-size:18px;background-color:#324468;font-family:"Avenir Next Cyr";color: #fff;}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}
.clearfix::after,.clearfix:before{content:"";display:table}
.clearfix::after{clear:both}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
strong,b{font-weight:500}
a{text-decoration:none;transition:all .2s ease}
a:hover{transition:all .2s ease}
h1{font-size:54px;font-weight:500}
h2{font-size:44px;font-weight:500}
h3{font-size:35px;font-weight:500}
h4{font-size:27px;font-weight:500}
h5{font-size:18px;font-weight:500}
a[role="button"]{
	font-size: 24px;
	border-radius: 7px;
	background-color: #328bf8;
	padding: 20px 50px;
	display: inline-block;
	margin: 15px 0;
	border: 1px solid #328bf8;
}
a[role="button"]:hover {
	background-color: #0e64ce;
}
a[role="button"]:active {
	background-color: #12427b;
}
.hero {
	padding-bottom: 136px;
	position: relative;
	overflow: hidden;
	background-color: #2a3b56;
}
.hero .container{
	background: url(../img/hero_bg.png) 100% 50% no-repeat;
}
.logo{
	margin: 47px 0 45px;
	display: inline-block;
	font-size: 54px;
	font-weight: 400;
}
.logo:first-letter{
	color: #2d8cfe;
}	
.title h1 {
	line-height: 59px;
}
.title h1+p {
	line-height: 25px;
	padding: 20px 0 28px;
	color: #8692a3;
}
.hero a[role="button"], ul.descr_list > li .content_wrapper a[role="button"]{
	font-size: 21px;
}
.hero_char {
	padding: 15px;
}
.hero_char li {
	padding: 10px 0px 10px 0px;
	font-size: 15px;
	line-height: 20px;
	background-size: contain;
	height: 70px;
	position: relative;
}
.hero_char li span {
	width: 60%;
	position: absolute;
	top:50%;
	left:60px;
	transform: translate(0,-50%);
}
.hero_char li:nth-child(1){
	background: url('../img/li_h1-min.png') no-repeat 0% 50%;
}
.hero_char li:nth-child(2){
	background: url('../img/li_h2-min.png') no-repeat 0% 50%;

}
.hero_char li:nth-child(3){
	background: url('../img/li_h3-min.png') no-repeat 0% 50%;

}
.hero_char li:nth-child(4){	
	background: url('../img/li_h4-min.png') no-repeat 0% 50%;

}
.hero_char li:nth-child(5){
	background: url('../img/li_h5-min.png') no-repeat 0% 50%;

}
.hero:after,.hero:before,.site_example:after,.site_example:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	border-right: 25vw solid #324468;
	border-bottom: 45px solid #324468;
	border-top: 45px solid transparent;
	border-left: 25vw solid transparent;
}
.hero:before,.site_example:before {
	right: inherit;
	left: 0;
	border-left-color: #324468;
	border-right-color: transparent;
}
.grid{
	padding: 110px 0  156px;	
	text-align: center;
}
.grid h2{
	padding: 20px 0 65px;
}
.grid_list{
	background-color: #2a3b56;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-flow:row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-o-flex-flow: row wrap;
	flex-flow: row wrap;
	box-shadow: 0 2px 3px rgba(1, 1, 1, 0.3);
}
ul.grid_list li {padding: 0;}

.img_wrapper img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.img_wrapper {
	line-height: 0;
}
.content_wrapper {
	color: #a2b1c7;
	position: relative;
	padding: 4% 10%;
	height: 100%;

}
.content_wrapper p {
	position: absolute;
	bottom: 30%;
	width: 90%;
	margin: 0 auto;
	left: 0;
	right: 0;
	transform: translate(0, 50%);
}

.content_wrapper img {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.descr {
	padding:171px 0 205px;
	background-color: #e0e0e0;
	text-align: center;
	color: #324468;
	position: relative;
	overflow: hidden;
}
.descr h2 {
	color: #1c2a33;
	line-height: 1.11;
	padding: 10px 20% 15px;

}
.descr h2+p {
	padding: 10px 20% 15px;
	line-height: 1.39;
}
.descr:after,
.descr:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	border-left: 50vw solid #324468;
	border-top: 28px solid #324468;
	border-bottom: 28px solid transparent;
	border-right: 50vw solid transparent;
}
.descr:before{
	top:inherit;
	bottom: 0;
	border-right: 50vw solid #324468;
	border-bottom: 28px solid #324468;
	border-top: 28px solid transparent;
	border-left: 50vw solid transparent;
}
ul.descr_list {
	padding: 70px 0 50px;
}
ul.descr_list li {
	width: 15%;
	display: inline-block;
	vertical-align: top;
	margin: 15px 3px 33px;
}
.icon_wrap {
	width: 100%;
	height: 65px;
	margin-bottom:12px;
}
.icon_wrap +span {
	line-height: 1.43;
	font-size: 16px;
	word-wrap: break-word;
}

ul.descr_list li:nth-child(1) .icon_wrap{
	background: url(../img/descr_icon_01-min.png) 50% 50% no-repeat;
}
ul.descr_list li:nth-child(2) .icon_wrap{
	background: url(../img/descr_icon_02-min.png) 50% 50% no-repeat;
}
ul.descr_list li:nth-child(3) .icon_wrap{
	background: url(../img/descr_icon_03-min.png) 50% 50% no-repeat;
}
ul.descr_list li:nth-child(4) .icon_wrap{
	background: url(../img/descr_icon_04-min.png) 50% 50% no-repeat;
}
ul.descr_list li:nth-child(5) .icon_wrap{
	background: url(../img/descr_icon_05-min.png) 50% 50% no-repeat;
}
ul.descr_list li:nth-child(6) .icon_wrap{
	background: url(../img/descr_icon_06-min.png) 50% 50% no-repeat;
}
ul.descr_list li:nth-child(7) .icon_wrap{
	background: url(../img/descr_icon_07-min.png) 50% 50% no-repeat;
}
ul.descr_list li:nth-child(8) .icon_wrap{
	background: url(../img/descr_icon_08-min.png) 50% 50% no-repeat;
}
ul.descr_list li:nth-child(9) .icon_wrap{
	background: url(../img/descr_icon_09-min.png) 50% 50% no-repeat;
}
ul.descr_list li:nth-child(10) .icon_wrap{
	background: url(../img/descr_icon_10-min.png) 50% 50% no-repeat;
}

.example1 {
	position: relative;
	padding:90px 0 0;
	overflow: hidden;
}
.example1:after, .example2:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0;
	border-right: 50vw solid #1c2a33;
	border-bottom: 28px solid #1c2a33;
	border-top: 28px solid transparent;
	border-left: 50vw solid transparent;
}
.example2:after{
	border-right-color:#e0e0e0;
	border-bottom-color: #e0e0e0;
}
.example1 h3, .example2 h3{
	padding: 40px 0;
	width: 100%;
	max-width: 400px;
}
.example1 h3 ~ p, .example2 h3 ~ p{
	padding-bottom: 25px;
	width: 100%;
	line-height: 1.3;
	max-width: 325px;
	color: #a2b1c7;
}
.example1 h3 ~ p:last-child, .example2 h3 ~ p:last-child{
	padding-bottom: 120px;
}
.example1 .container, .example2 .container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items:flex-end;
	flex-wrap: wrap;
}
.img_site_wrap img {
	max-width: 100%;
	vertical-align: bottom;
	display: inline-block;
}
.img_site_wrap {
	margin-bottom: -20px;
}
.example2{
	padding: 110px 0 0;
	position: relative;
	overflow: hidden;
	background-color: #1c2a33;
}

.site_example {
	padding:130px 0 674px;
	background: url(../img/site_example-min.png) #e0e0e0 no-repeat 50% 120%;
	position: relative;
	overflow: hidden;
}
.site_example h2 {
	color: #333;
	text-align: center;
	max-width: 850;
	margin: 0 auto;
	line-height: 1.27;
}

.repeat {
	padding: 81px 0 124px;
	text-align: center;
	position: relative;
}
.repeat .flagman {
	padding: 60px 0 40px;
}
.repeat .flagman li {
	padding-top: 220px;
	margin-top: 50px;
}
.repeat .flagman li:nth-child(1){
	background: url(../img/site_for_hours-min.png) no-repeat 50% 55%;
}
.repeat .flagman li:nth-child(2){
	background: url(../img/money_char-min.png) no-repeat 50% 45%;
}
.repeat .flagman li:nth-child(3){
	background: url(../img/clients-min.png) no-repeat 50% 5%;
}
.mksite {
	background-color: #1c2a33;
	padding: 45px 0;
	line-height: 1.3;
}
.mksite .col-md-9 a {
	color: #8692a3;
}
.mksite .col-md-3 a {
	margin: 0;
}
/*---------------------------*/
/*--footer
-----------------------------*/
.footer {
	min-height: 60px;
	padding: 0 18px;
	text-align: center;
	line-height: 1.25;
	font-size: 13px;
}
.footer-lnk-l {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.footer-lnk-l > li {
	display: inline-block;
}
.footer-lnk,  .js-lang-handler-text {
	display: inline-block;
	vertical-align: middle;
	padding: 14px 9px;
}
.footer-lnk:hover {
	color: #7A919E;
}
.footer-right {
	list-style: none;
	float: right;
}
.footer-cards {
	margin: 0 20px 0 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	line-height: 50px;
}
.footer-cards img {
	width: 30px;
	margin-left: 5px;
	vertical-align: middle;
}
.footer-cards img:first-child {
	margin-left: 0;
}
.footer-socials {
	display: inline-block;
	vertical-align: middle;
}
.footer-socials ul.ul-socials-list {
	margin: 0;
	padding: 0;
}
.footer-socials li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}
.footer-socials li:first-child {
	margin-left: 0;
}
.footer-socials .ul-socials-list__item {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin: 10px 0;
	color: #444;
	line-height: 24px;
	text-align: center;
	border: 2px solid #FFF;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition-property: background, color, border;
	transition-property: background, color, border;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.footer-socials .ul-socials-list__item:hover {
	color: #FFFFFF;
	border-color: #338FFF;
	background: #338FFF;
}
.footer-socials .ul-socials-list__item--vkontakte:hover {
	border-color: #4C75A3;
	background: #4C75A3;
}
.footer-socials .ul-socials-list__item--odnoklassniki:hover {
	border-color: #F48C33;
	background: #F48C33;
}
.footer-socials .ul-socials-list__item--facebook:hover {
	border-color: #425399;
	background: #425399;
}
.footer-socials .ul-socials-list__item--twitter:hover {
	border-color: #01B5F0;
	background: #01B5F0;
}
.footer-socials .ul-socials-list__item--google:hover {
	border-color: #CC4A41;
	background: #CC4A41;
}
.footer-socials .ul-socials-list__item--instagram:hover {
	border-color: #31668E;
	background: #31668E;
}
.footer-socials .ul-socials-list__icon {
	margin: 0;
	padding: 0;
	font-size: 13px;
}
.icon-content-social-vkontakte:before {
	content:"\f189";
}
.icon-content-social-odnoklassniki:before {
	content:"\f263";
}
.icon-content-social-facebook:before {
	content:"\f09a";
}
.icon-content-social-twitter:before {
	content:"\f099";
}
.icon-content-social-instagram:before {
	content:"\f16d";
}
.ul-socials-list__icon {
	line-height: 28px;
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width:1200px){
	.footer-right , .footer-lnk-l{
		float: none;
	}
	.content_wrapper img {
		top:25px;
	}
	.hero .container{
		background-size: 50vw;
	}
}
@media screen and (max-width:991px) {
	.hero.clearfix {
		background: url(../img/hero_bg.png) #2a3b56 110% 50% no-repeat;
		background-size: 50vw;
	}
	.hero .container{
		background-size: 0;
	}
	ul.grid_list li:nth-child(2), 
	ul.grid_list li:nth-child(4){
		border-bottom:1px solid #324468;
	}
	h1{
		font-size: 44
	}
	h2{
		font-size: 35px;
	}
	h3{
		font-size: 27px;
	}
	a[role="button"]{
		padding: 17px 25px;
		font-size: 19px;
	}
	.repeat .flagman li{
		background-size: 50%!important;
		background-position: center!important;
	}
	.repeat .flagman {
		padding: 10px 0 50px;
	}
	.example1 h3 ~ p:last-child, .example2 h3 ~ p:last-child {
		padding-bottom: 50px;
	}
	.example1, .example2 {
		padding: 0px 0 0;
	}
	.example2 h3 {
		padding: 10px 0 40px;
	}
}
@media screen and (max-width:767px) {
	.hero.clearfix {
		background-size: 0;
	}
	.example2 h3 {
		padding: 40px 0;
	}
	.example1, .example2 {
		padding: 70px 0 0;
	}
	.repeat .flagman li {
		background-size: 32%!important;
	}
	section.mksite div div {
		padding: 10px;
	}
	.content_wrapper img {
		display: none;
	}
	.content_wrapper p {
		position: absolute;
		font-size: 16px;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		bottom: initial;
	}
	ul.descr_list li {
		width: 120px;
	}
	.descr h2, .descr h2+p {
		padding: 10px 0;
	}
}
@media screen and (max-width:575px) {
	section.mksite {
		text-align: center;
	}
	.repeat {
		padding: 50px 0;
	}
	.site_example {
		padding: 40px 0 320px;
		background-size: 100%;
		background-position: 50% 110%;
	}
	.footer-lnk, .js-lang-handler-text {
		padding: 6px 5px;
	}
	.footer {
		padding: 20px;
	}
	.repeat .flagman li:nth-child(1) {
		margin: 0;
	}
}
@media screen and (max-width:420px) {
	.example1, .example2 {
		padding: 50px 0 0;
	}
	.title h1+p {
		padding: 25px 0;
	}
	.repeat .flagman li {
		background-size: 150px!important;
	}
	.hero {
		background: #2a3b56;
		padding-bottom: 60px;
	}
	.grid, .descr {
		padding: 60px 0 100px;
	}
	.site_example {
		padding:30px 0 220px ;
	}
	.hero .title h1 {
		font-size: 40px;
		line-height: 1.2!important;
	}
	h2 {
		font-size: 31px;
	}
	h3{
		font-size: 25px;
	}
	.hero a[role="button"], ul.descr_list > li .content_wrapper a[role="button"] {
		font-size: 20px;
	}

	ul.grid_list li {
		width: 100%;
	}
	.content_wrapper p {
		position: relative;
		padding: 20px 10px 10px;
		transform: none;
		left: 0;
		top: 0;
		min-height: 110px;
	}

	.content_wrapper img {
		display: none;
	}
}
