﻿body
{
	font-family:'Roboto Condensed',sans-serif
}
p
{
	font-size:20px;
	color:#313131
}
*
{
	margin:0;
	padding:0
}
.flex
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.flex.sb
{
	-webkit-box-pack:justify;
-ms-flex-pack:justify;
	justify-content:space-between
}
.flex.center
{
	-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center
}
.text-block
{
	display:block
}
.container
{
	max-width:1200px;
	width:100%;
-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 auto;
	padding:0 15px
}
a
{
	text-decoration:none
}
button,input,textarea
{
	outline:none
}
ul
{
	list-style:none
}
h10
{
	font-size:45px;
	font-weight:700;
	color:#000;
	text-transform:uppercase;
	line-height:48px;
	font-family:'Roboto',sans-serif
}
h10 .text-block
{
	font-size:34px;
	text-transform:none
}
h10 .green
{
	color:#76ae0a;
	display:inline
}
h11
{
	font-size:16px;
	
	color:#000;
	line-height:20px;
	
}
h11 .text-block
{
	font-size:16px;
	text-transform:none
}
h11 .green
{
	color:#76ae0a;
	display:inline
}

h2
{
	font-size:40px;
	font-weight:700;
	color:#000;
	line-height:44px;
	font-family:'Roboto',sans-serif
}
h2 .green
{
	color:#76ae0a
}
.btnlend
{
	position:relative;
	width:300px
}
.btnlend-after
{
	width:300px;
	height:62px;
	background:#cdcdcd;
	position:absolute;
	top:5px;
	right:-5px;
	z-index:1
}
.btnlend-default
{
	width:300px;
	height:62px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
-webkit-box-pack:center;
-ms-flex-pack:center;
	justify-content:center;
	color:#fff;
	font-weight:700;
	font-size:22px;
	position:relative;
	background:-webkit-gradient(linear,left top,left bottom,from(#85c115),to(#629104));
	background:-o-linear-gradient(top,#85c115 0%,#629104 100%);
	background:linear-gradient(to bottom,#85c115 0%,#629104 100%);
-webkit-transition:.3s;
-o-transition:.3s;
	transition:.3s;
	z-index:2
}
.btnlend-default:hover
{
	background:-webkit-gradient(linear,left top,left bottom,from(#629104),to(#629104));
	background:-o-linear-gradient(top,#629104 0%,#629104 100%);
	background:linear-gradient(to bottom,#629104 0%,#629104 100%);
-webkit-transition:.3s;
-o-transition:.3s;
	transition:.3s
}
.header
{
	padding:30px 0
}
.header-block
{
	height:120px;
-webkit-box-align:start;
-ms-flex-align:start;
	align-items:flex-start;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
	justify-content:space-between
}
.header-block .slog
{
	text-align:right;
	position:relative
}
.header-block .slog:before
{
	content:'';
	width:76px;
	height:53px;
	background:url(/statica/img/slog.png);
	position:absolute;
	left:-50px;
	top:8px
}
.header-block .slog p
{
	font-size:16px;
	line-height:24px;
	font-weight:700;
	position:relative
}
.header-block .slog p:before
{
	content:'';
	width:7px;
	height:7px;
	border-radius:50%;
	border:1px solid #76ae0a;
	position:absolute;
	left:19px;
	top:6px;
	background:#fff;
-webkit-animation:fill 1s linear;
	animation:fill 1s linear;
-webkit-animation-delay:1.5s;
	animation-delay:1.5s;
-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards
}
.header-block .slog p:nth-child(2):before
{
	-webkit-animation-delay:1s;
	animation-delay:1s;
	left:-5px
}
.header-block .slog p:nth-child(3):before
{
	-webkit-animation-delay:0;
	animation-delay:0;
	left:-29px
}
.header-block .socials p
{
	font-size:16px;
	color:#656565;
	text-align:center;
	margin-bottom:8px
}
.header-block .socials-block a
{
	margin:0 6px;
-webkit-transition:.3s;
-o-transition:.3s;
	transition:.3s
}
.header-block .socials-block a:hover
{
	-webkit-transform:scale(1.1);
-ms-transform:scale(1.1);
	transform:scale(1.1);
-webkit-transition:.3s;
-o-transition:.3s;
	transition:.3s
}
.header-block .phone
{
	text-align:center
}
.header-block .phone a
{
	font-size:22px;
	font-weight:700;
	color:#000
}
.header-block .phone button
{
	width:200px;
	height:45px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
	font-size:18px;
	color:#000;
	background:transparent;
	border:1px solid #76ae0a;
-webkit-box-pack:center;
-ms-flex-pack:center;
	justify-content:center;
	cursor:pointer;
	margin-top:8px
}
.header-block .phone button:before
{
	content:'';
	background:url(/statica/img/phone.png);
	width:24px;
	height:24px;
	display:inline-block;
	margin:-2px 10px 0 0
}
.header-block .phone button:hover
{
	background:#5c8905;
	color:#fff
}
.header-block .phone button:hover:before
{
	background:url(/statica/img/phone2.png)}@-webkit-keyframes fill
{
	0%
{
	background:#fff
}
100%
{
	background:#76ae0a
}
}@keyframes fill
{
	0%
{
	background:#fff
}
100%
{
	background:#76ae0a
}
}.logo
{
	-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center
}
.logo img
{
	margin-right:12px
}
.logo .big
{
	font-size:26px;
	font-weight:700;
	line-height:30px
}
.logo p
{
	font-size:18px;
	line-height:22px
}
.menu
{
	-webkit-box-pack:center;
-ms-flex-pack:center;
	justify-content:center
}
.menu li
{
	margin:0 10px
}
.menu li:nth-child(2n)
{
	margin-top:40px
}
.menu li a
{
	font-size:20px;
	color:#000 !important
}
.menu li a:after
{
	content:'';
	width:100%;
	height:1px;
	background:#c5c5c5 !important;
	display:block;
	margin-top:7px
}
.menu li a:hover:after
{
	background:#5c8905 !important;
}
.menu li.hidden
{
	display:none
}
.section1
{
	padding:90px 0 80px;
	background:#f5f5f5 url(/statica/img/bg1.png) no-repeat;
	background-position:70% 25px;
	position:relative
}
.section1.cust
{
	background:#f5f5f5;
	position:relative
}
.section1 p
{
	margin:48px 0;
	line-height:30px
}
.section1 .left
{
	width:100%}.items
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
-webkit-box-pack:center;
-ms-flex-pack:center;
	justify-content:center;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
	width:100%}.items.dev
{
	background:#f5f5f5 url(/statica/img/bg2.png) center no-repeat;
	background-size:contain;
	position:absolute;
	top:0;
	right:100px;
	width:600px;
	height:100%}.items__inner
{
	position:relative;
	width:100%;
	max-width:800px;
	height:100%}.items__layer .items__item
{
	position:absolute
}
.items__layer:nth-child(1) .items__item
{
	top:-70px;
	left:100px
}
.items__layer:nth-child(2) .items__item
{
	top:-70px;
	left:430px
}
.items__layer:nth-child(3) .items__item
{
	top:150px;
	left:250px
}
.items__layer.cust:nth-child(1) .items__item
{
	top:150px;
	left:-78px
}
.items__layer.cust:nth-child(2) .items__item
{
	top:8px;
	left:100px
}
.items__layer.cust:nth-child(3) .items__item
{
	top:10px;
	left:280px
}
.items__layer.cust:nth-child(4) .items__item
{
	top:215px;
	left:366px
}
.items__layer.cust:nth-child(5) .items__item
{
	top:342px;
	left:224px
}
.items__layer.cust:nth-child(6) .items__item
{
	top:354px;
	left:38px
}
.section2
{
	padding:30px 0 80px
}
.section2 h2
{
	margin:90px 0 45px
}
.section2 .right
{
	margin:95px 0 0 287px
}
.section2 .right .btnlend
{
	display:none
}
.section2 .right p
{
	font-size:24px;
	font-weight:700;
	margin-bottom:40px
}
.section2 .right .list
{
	-webkit-box-align:start;
-ms-flex-align:start;
	align-items:flex-start
}
.section2 .right .list-item li
{
	margin-bottom:18px
}
.section2 .right .list-item img
{
	margin-right:15px
}
.section2 .right .list-item p
{
	font-size:18px
}
.section2 .right .list-item:first-child
{
	margin-right:55px
}
.breadcrumbs
{
	font-size:18px;
	color:#878787
}
.breadcrumbs a
{
	color:#878787
}
.breadcrumbs a:after
{
	content:'/';
	margin:0 3px
}
.section3
{
	padding:85px 0 90px
}
.works
{
	-webkit-box-pack:justify;
-ms-flex-pack:justify;
	justify-content:space-between;
	padding:25px 0 0;
	position:relative
}
.works:before
{
	content:'';
	width:1001px;
	height:231px;
	background:url(/statica/img/works.png);
	background-size:cover;
	position:absolute;
	top:-20px;
	left:8px
}
.works.cust
{
	padding:130px 0 0
}
.works.cust:before
{
	content:'';
	width:1038px;
	height:329px;
	background:url(/statica/img/works2.png);
	background-size:cover;
	position:absolute;
	top:-15px;
	left:8px
}
.works.cust .works-item:nth-child(7)
{
	margin-top:-100px
}
.works.cust .works-item:nth-child(7):before
{
	top:-50px;
	left:-4px;
-webkit-animation-delay:3s;
	animation-delay:3s
}
.works.cust .works-item:nth-child(6)
{
	margin-top:-40px
}
.works.cust .works-item:nth-child(6):before
{
	top:-48px;
	left:-4px;
-webkit-animation-delay:2.5s;
	animation-delay:2.5s
}
.works.cust .works-item:nth-child(5):before
{
	top:-35px;
	left:-4px;
-webkit-animation-delay:2s;
	animation-delay:2s
}
.works.cust .works-item:nth-child(4)
{
	margin-top:40px
}
.works.cust .works-item:nth-child(4):before
{
	top:-30px;
	left:-2px;
-webkit-animation-delay:1.5s;
	animation-delay:1.5s
}
.works.cust .works-item:nth-child(3)
{
	margin-top:90px
}
.works.cust .works-item:nth-child(3):before
{
	top:-45px;
	left:-4px;
-webkit-animation-delay:1s;
	animation-delay:1s
}
.works.cust .works-item:nth-child(2)
{
	margin-top:150px
}
.works.cust .works-item:nth-child(2):before
{
	top:-33px;
	left:-2px;
-webkit-animation-delay:.5s;
	animation-delay:.5s
}
.works.cust .works-item:nth-child(1)
{
	margin-top:220px
}
.works.cust .works-item:nth-child(1):before
{
	top:-46px;
	left:-1px
}
.works-item
{
	position:relative
}
.works-item:before
{
	content:'';
	width:15px;
	height:15px;
	border:2px solid #76ae0a;
	border-radius:50px;
	position:absolute;
-webkit-animation:fill .5s linear;
	animation:fill .5s linear;
-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards
}
.works-item .num
{
	font-size:26px;
	font-weight:700;
	color:#76ae0a
}
.works-item p
{
	font-size:20px;
	line-height:28px
}
.works-item p .green
{
	font-size:20px;
	text-transform:uppercase;
	color:#76ae0a;
	font-weight:700;
	display:block
}
.works-item:nth-child(5):before
{
	top:-55px;
	left:-4px;
-webkit-animation-delay:2s;
	animation-delay:2s
}
.works-item:nth-child(4)
{
	margin-top:40px
}
.works-item:nth-child(4):before
{
	top:-40px;
	left:-2px;
-webkit-animation-delay:1.5s;
	animation-delay:1.5s
}
.works-item:nth-child(3)
{
	margin-top:90px
}
.works-item:nth-child(3):before
{
	top:-45px;
	left:-4px;
-webkit-animation-delay:1s;
	animation-delay:1s
}
.works-item:nth-child(2)
{
	margin-top:150px
}
.works-item:nth-child(2):before
{
	top:-53px;
	left:-2px;
-webkit-animation-delay:.5s;
	animation-delay:.5s
}
.works-item:nth-child(1)
{
	margin-top:220px
}
.works-item:nth-child(1):before
{
	top:-46px;
	left:-1px
}
.anim .works-item:before
{
	-webkit-animation:none;
	animation:none
}
.anim2 .works-item:before
{
	-webkit-animation:none;
	animation:none
}
.anim3 .works-item:before
{
	-webkit-animation:none;
	animation:none
}
.anim4 .works-item:before
{
	-webkit-animation:none;
	animation:none
}
.section4
{
	padding:45px 0;
	background:-webkit-gradient(linear,left top,right top,from(#fff),to(#dadada));
	background:-o-linear-gradient(left,#fff 0%,#dadada 100%);
	background:linear-gradient(to right,#fff 0%,#dadada 100%)}.section4 .add
{
	-webkit-box-pack:center;
-ms-flex-pack:center;
	justify-content:center
}
.section4 .add.cust
{
	-webkit-box-pack:justify;
-ms-flex-pack:justify;
	justify-content:space-between
}
.section4 .add.cust .add-item
{
	margin-right:0
}
.section4 .add-item
{
	text-align:center;
	margin-bottom:35px
}
.section4 .add-item:first-child
{
	margin-right:205px
}
.section4 .add-item:nth-child(2)
{
	margin-right:145px
}
.section4 .add-item img
{
	margin-right:-70px
}
.section4 .add-item p
{
	font-size:20px;
	margin-top:10px;
	font-weight:700
}
.section4 .btnlend-block
{
	-webkit-box-pack:center;
-ms-flex-pack:center;
	justify-content:center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.section5
{
	padding:120px 0 112px
}
.section5 h2
{
	margin-bottom:45px
}
.section5 .left
{
	margin-right:250px
}
.section5 .right h3
{
	font-size:24px;
	font-weight:700;
	margin-bottom:28px
}
.section5 .right .ad-list img
{
	margin-right:15px;
	margin-top:9px
}
.section5 .right .ad-list li
{
	margin-bottom:20px;
	font-size:18px ;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
-webkit-box-align:start;
-ms-flex-align:start;
	align-items:flex-start
}
.section5 .right .btnlend
{
	display:none
}
.section6
{
	padding:72px 0 80px;
	background:-webkit-gradient(linear,left top,right top,from(#dadada),to(#fff));
	background:-o-linear-gradient(left,#dadada 0%,#fff 100%);
	background:linear-gradient(to right,#dadada 0%,#fff 100%)}.section6 .left
{
	margin-right:90px;
	padding:50px 0 0
}
.section6 h2
{
	margin-bottom:42px
}
.section6 .report
{
	margin-top:40px;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	font-size:18px;
	color:#000
}
.section6 .report img
{
	margin-right:10px
}
.section6 .report span
{
	text-decoration:underline
}
.tabs-nav
{
	margin-bottom:40px
}
.tabs-nav a
{
	font-size:20px;
	font-weight:700;
	text-align:center;
	color:#000;
	padding:10px 22px;
	border-top:1px solid #c2c2c2;
	border-bottom:1px solid #c2c2c2;
	position:relative
}
.tabs-nav a:after
{
	content:'';
	width:10px;
	height:15px;
	background:url(/statica/img/arr.png);
	position:absolute;
	top:50%;
	right:-8px;
-webkit-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
	transform:translate(0,-50%)}.tabs-nav a:last-child:after
{
	display:none
}
.tabs-nav a.active
{
	border-top:2px solid #76ae0a;
	border-bottom:2px solid #76ae0a
}
.tabs-content-item.hidden
{
	display:none
}
.tabs-content .ad-list li
{
	margin-bottom:12px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center
}
.tabs-content .ad-list li img
{
	margin-right:15px
}
.tabs-content .ad-list li li
{
	margin-bottom:15px;
	font-size:18px !important
}
.tabs-content .ad-list:first-child
{
	margin-right:52px
}
.section7
{
	padding:90px 0 75px
}
.section7 h2
{
	text-align:center;
	margin-bottom:40px
}
.section7 .btnlend-block
{
	margin-top:45px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
-webkit-box-pack:center;
-ms-flex-pack:center;
	justify-content:center
}
.cases-wrap
{
	max-width:1040px;
	width:100%;
	margin:0 auto
}
.cases-it
{
	position:relative;
	width:350px;
	height:450px;
-webkit-transition:all .3s;
-o-transition:all .3s;
	transition:all .3s;
	padding-top:10px
}
.cases-it:hover .cases-item
{
	margin-top:-10px;
-webkit-transition:margin .3s;
-o-transition:margin .3s;
	transition:margin .3s
}
.cases-it:hover .cases-item-block
{
	padding-bottom:50px;
-webkit-transition:all .3s;
-o-transition:all .3s;
	transition:all .3s
}
.cases-item
{
	width:330px;
	min-height: 350px;
	padding:5px;
	background:-webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(35%,#fff),to(#ececec));
	background:-o-linear-gradient(top,#fff 0%,#fff 35%,#ececec 100%);
	background:linear-gradient(to bottom,#fff 0%,#fff 35%,#ececec 100%);
	margin:0 10px;
-webkit-transition:all .3s;
-o-transition:all .3s;
	transition:all .3s
}
.cases-item-block
{
	height: 430px;
 padding:24px 20px 28px;
-webkit-transition:padding .3s;
-o-transition:padding .3s;
	transition:padding .3s;
	border:0;
-webkit-box-sizing:border-box;
	box-sizing:border-box;
-webkit-box-shadow:inset 0 0 0 1px #83bd14;
	box-shadow:inset 0 0 0 1px #83bd14;
	position:relative
}
.cases-item-block::before,.cases-item-block::after
{
	-webkit-box-sizing:inherit;
	box-sizing:inherit;
	content:"";
	position:absolute;
	width:100%;
	height:100%}.cases-img
{
	text-align:center;
	margin-bottom:20px
}
.cases-img img
{
	margin:0 auto
}
.cases h4
{
	font-size:22px;
	font-weight:700;
	text-align:center;
	margin-bottom:20px
}
.cases ul li 
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
-webkit-box-align:start;
-ms-flex-align:start;
	align-items:flex-start;
	margin-bottom:8px
}
.cases ul li img
{
	margin-right:9px;
	margin-top:6px
}
.cases ul li p
{
	font-size:18px;
	line-height:24px
}
.cases-btnlend
{
	margin-top:30px
}
.cases-btnlend a
{
	width:200px;
	height:45px;
	font-size:18px;
	color:#000;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
-webkit-box-pack:center;
-ms-flex-pack:center;
	justify-content:center;
	border:2px solid #76ae0a;
	margin:0 auto;
-webkit-transition:.3s;
-o-transition:.3s;
	transition:.3s;
	position:relative;
	z-index:2
}
.cases-btnlend a:hover
{
	background:#5c8905;
	color:#fff !important;
-webkit-transition:.3s;
-o-transition:.3s;
	transition:.3s
}
.draw
{
	-webkit-transition:color .25s;
-o-transition:color .25s;
	transition:color .25s
}
.draw::before,.draw::after
{
	border:2px solid transparent;
	width:0;
	height:0
}
.draw::before
{
	top:0;
	left:0
}
.draw::after
{
	bottom:0;
	right:0
}
.draw:hover::before,.draw:hover::after
{
	width:100%;
	height:100%}.draw:hover::before
{
	border-top-color:#83bd14;
	border-right-color:#83bd14;
-webkit-transition:width .25s ease-out,height .25s ease-out .25s;
-o-transition:width .25s ease-out,height .25s ease-out .25s;
	transition:width .25s ease-out,height .25s ease-out .25s
}
.draw:hover::after
{
	border-bottom-color:#83bd14;
	border-left-color:#83bd14;
-webkit-transition:border-color 0 ease-out 0.5s,width .25s ease-out 0.5s,height .25s ease-out .75s;
-o-transition:border-color 0 ease-out 0.5s,width .25s ease-out 0.5s,height .25s ease-out .75s;
	transition:border-color 0 ease-out 0.5s,width .25s ease-out 0.5s,height .25s ease-out .75s
}
.section8
{
	padding:70px 0 80px;
	background:-webkit-gradient(linear,left top,right top,from(#fff),to(#dadada));
	background:-o-linear-gradient(left,#fff 0%,#dadada 100%);
	background:linear-gradient(to right,#fff 0%,#dadada 100%)}.section8 h2
{
	text-align:center;
	margin-bottom:45px
}
.section8 .brif
{
	max-width:970px;
	width:100%;
	margin:0 auto;
	background:#fff url(/statica/img/brif.png) no-repeat;
	background-position:left top;
	padding:10px;
-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.section8 .brif-block
{
	border:1px solid #76ae0a;
	padding:40px 40px 30px;
-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.section8 .brif-header
{
	-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
-webkit-box-pack:center;
-ms-flex-pack:center;
	justify-content:center;
	margin-bottom:62px
}
.section8 .brif-header h3
{
	font-size:25px;
	font-weight:700
}
.section8 .brif-num
{
	font-size:20px;
	font-weight:700;
	color:#777;
	margin-right:25px
}
.section8 .brif-num span
{
	font-size:30px;
	color:#76ae0a
}
.section8 .brif-wrap
{
	max-width:605px;
	width:100%;
	margin-left:auto
}
.section8 .brif-form
{
	margin-bottom:40px
}
.section8 .brif-form .form-step
{
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
	justify-content:space-between
}
.section8 .brif-form .brif-item
{
	width:290px;
	height:60px;
	border:1px solid #ccc;
	margin-bottom:32px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
-webkit-box-sizing:border-box;
	box-sizing:border-box;
-webkit-box-pack:start;
-ms-flex-pack:start;
	justify-content:flex-start
}
.section8 .brif-form .brif-item label
{
	padding-right:15px;
	font-size:20px;
	margin-left:16px;
	cursor:pointer;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center
}
.section8 .brif-form .brif-item label:before
{
	content:'';
	width:27px;
	height:27px;
	background:url(/statica/img/r1.png);
	display:inline-block;
	margin-right:40px
}
.section8 .brif-form .brif-item input
{
	display:none
}
.section8 .brif-form .brif-item input:checked+label:before
{
	background:url(/statica/img/r2.png)}.section8 .brif .brif-next
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
-webkit-box-pack:end;
-ms-flex-pack:end;
	justify-content:flex-end
}
.section8 .brif .brif-next a img
{
	margin-left:20px
}
.section9
{
	padding:175px 0 60px
}
.section9 h2
{
	text-align:center;
	margin-bottom:42px
}
.section9 .questions
{
	-webkit-box-pack:justify;
-ms-flex-pack:justify;
	justify-content:space-between;
-ms-flex-wrap:wrap;
	flex-wrap:wrap;
-webkit-box-align:start;
-ms-flex-align:start;
	align-items:flex-start;
	height:530px
}
.section9 .questions-wrap
{
	max-width:570px;
	width:100%}.section9 .questions-item
{
	width:100%;
	margin-bottom:28px;
	cursor:pointer
}
.section9 .questions-item-header
{
	width:100%;
	height:58px;
	border:1px solid #76ae0a;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
	padding:0 26px;
-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:relative
}
.section9 .questions-item-header h4
{
	font-weight:700;
	font-size:20px;
	margin-left:20px
}
.section9 .questions-item-header .plus
{
	font-size:30px;
	font-weight:600;
	color:#76ae0a;
	margin-left:auto
}
.section9 .questions-item-header .plus:after
{
	content:'+'}.section9 .questions-item.open .plus:after
{
	content:'-'}.section9 .questions-item.open .questions-item-answer
{
	display:block
}
.section9 .questions-item-answer
{
	padding:18px 32px 10px 62px;
	display:none
}
.section9 .questions-item-answer p
{
	font-size:16px;
	color:#6b6b6b;
	line-height:24px
}
.section10
{
	background:-webkit-gradient(linear,left top,right top,from(#dadada),to(#fff));
	background:-o-linear-gradient(left,#dadada 0%,#fff 100%);
	background:linear-gradient(to right,#dadada 0%,#fff 100%);
    margin-top: 114px;
}


.section10 .article
{
	height:160px;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
	justify-content:space-between
}
.section10 .article h3
{
	font-size:22px;
	font-weight:700
}
.section11
{
	padding:85px 0 90px
}
.section11 h2
{
	text-align:center;
	margin-bottom:30px
}
.section11 .parthners
{
	max-width:1030px;
	width:100%;
	margin:0 auto
}
.section11 .parthners-block
{
	padding:10px;
	margin:0 30px
}
.section11 .parthners-item
{
	border:1px solid #76ae0a;
	background:#fffffb;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
-webkit-box-pack:center;
-ms-flex-pack:center;
	justify-content:center;
	height:120px;
	width:270px;
-webkit-transition:.3s;
-o-transition:.3s;
	transition:.3s
}
.section11 .parthners-item:hover
{
	-webkit-transform:scale(1.1);
-ms-transform:scale(1.1);
	transform:scale(1.1);
-webkit-transition:.3s;
-o-transition:.3s;
	transition:.3s
}
.section11 .parthners .slick-prev
{
	left:-60px
}
.footer
{
	background:#dadada
}
.footer-block
{
	padding:32px 0 40px;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
	justify-content:space-between;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center
}
.footer-item .note
{
	font-size:20px;
	margin-top:14px
}
.footer-list a
{
	font-size:20px;
	line-height:36px;
	color:#000
}
.footer-list a:hover
{
	text-decoration:underline
}
.footer-phone
{
	max-width:352px;
	width:100%;
	text-align:center
}
.footer-phone a
{
	font-size:30px;
	font-weight:700;
	color:#000;
	font-family:'Roboto',sans-serif
}
.footer-phone button
{
	width:100%;
	height:62px;
	background:#5c8905;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
-webkit-box-pack:center;
-ms-flex-pack:center;
	justify-content:center;
	color:#fff;
	font-weight:700;
	font-size:18px;
	border:none;
	cursor:pointer;
	margin:17px 0 27px;
-webkit-transition:.3s;
-o-transition:.3s;
	transition:.3s
}
.footer-phone button:hover
{
	background:#76ae0a;
-webkit-transition:.3s;
-o-transition:.3s;
	transition:.3s
}
.footer-phone .footer-socials
{
	-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
-webkit-box-pack:center;
-ms-flex-pack:center;
	justify-content:center
}
.footer-phone .footer-socials p
{
	font-size:16px;
	color:#5e5e5e
}
.footer-phone .footer-socials a
{
	margin-left:14px;
-webkit-transition:.3s;
-o-transition:.3s;
	transition:.3s
}
.footer-phone .footer-socials a:hover
{
	-webkit-transform:scale(1.1);
-ms-transform:scale(1.1);
	transform:scale(1.1);
-webkit-transition:.3s;
-o-transition:.3s;
	transition:.3s
}
.overflow,.overflow2, .overflow3, .overflow4
{
	position:fixed;
	width:100%;
	height:100%;
	z-index:5;
	top:0;
	left:0;
	display:none;
	background:rgba(255,255,255,0.6)}.overflow .modal,.overflow2 .modal, .overflow3 .modal, .overflow4 .modal
{
	position:absolute;
	top:50%;
	left:50%;
-webkit-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	background:#fff;
	padding:8px;
	height:375px;
	width:470px;
	border:1px solid #e1e1e1;
-webkit-box-shadow:0 11px 16px 0 rgba(0,0,0,0.16);
	box-shadow:0 11px 16px 0 rgba(0,0,0,0.16)}.overflow .modal-block,.overflow2 .modal-block, .overflow3 .modal-block, .overflow4 .modal-block
{
	border:1px solid #a5cf53;
	height:100%;
	padding:48px 52px 75px;
-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background:url(/statica/img/check2.png) no-repeat;
	background-position:87px 170px;
	position:relative
}
.overflow .modal-block .close,.overflow2 .modal-block .close, .overflow3 .modal-block .close, .overflow4 .modal-block .close
{
	position:absolute;
	cursor:pointer;
	background:transparent;
	border:none;
	top:16px;
	right:16px
}
.overflow .modal-block form input,.overflow2 .modal-block form input, .overflow3 .modal-block form input, .overflow4 .modal-block form input
{
	border:none;
	border-bottom:1px solid #000;
	width:100%;
	color:#838383;
	font-size:16px;
	padding:10px 0
}
.overflow .modal-block form input:nth-child(5),.overflow2 .modal-block form input:nth-child(5), .overflow3 .modal-block form input:nth-child(5), .overflow4 .modal-block form input:nth-child(5)
{
	margin:25px 0 75px
}
.overflow .modal-block form button,.overflow2 .modal-block form button, .overflow3 .modal-block form button, .overflow4 .modal-block form button
{
	width:175px;
	height:64px;
	background:transparent;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
-webkit-box-pack:center;
-ms-flex-pack:center;
	justify-content:center;
	border:none;
	font-size:22px;
	font-weight:700;
	color:#000;
	cursor:pointer;
-webkit-transition:.3s;
-o-transition:.3s;
	transition:.3s;
	margin:18px auto 0;
	color:#fff
}
.thanks
{
	display:none;
	text-align:center
}
.thanks p
{
	margin-top:30px
}
.link
{
	display:none;
	text-align:center
}
.link p
{
	margin:30px 0 50px
}
.link a
{
	margin:0 auto
}
.mob
{
	display:none
}
.m-menu
{
	display:none;
	width:40px;
	background:transparent;
	border:none;
	cursor:pointer;
	margin-left:60px
}
.m-menu:before
{
	display:none
}
.m-menu span
{
	display:block;
	height:5px;
	border-radius:5px;
	background:#6b9f07;
	margin:5px 0;
	width:100%}.mob-item
{
	display:none
}
.caption
{
	background:#f5f5f6
}
.caption-block
{
	height:280px;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
	justify-content:space-between
}
.portfolio
{
	padding:35px 0 20px
}
.portfolio-block
{
	margin:35px 0 0
}
.portfolio-nav
{
	margin-bottom:45px
}
.portfolio-nav a
{
	font-size:26px;
	text-transform:uppercase;
	font-weight:700;
	color:#000;
	margin-right:115px;
	border-bottom:3px solid #b7b7b7
}
.portfolio-nav a.active
{
	border-bottom:3px solid #84bf14
}
.portfolio-nav a:last-child
{
	margin-right:0
}
.portfolio-nav a:hover
{
	border-bottom:3px solid #84bf14
}
.portfolio-content-item
{
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
	justify-content:space-between;
	display:none
}
.portfolio-content-item.active
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.portfolio-content-item .p-item
{
	position:relative;
	max-width:370px;
	border:1px solid #e1e1e1;
	margin-bottom:35px
}
.portfolio-content-item .p-item:before
{
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	border:1px solid #84bf14;
	display:block;
	max-width:342px;
	max-height:375px;
-webkit-box-sizing:border-box;
	box-sizing:border-box;
	top:50%;
	left:50%;
-webkit-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
-webkit-transition:.3s;
-o-transition:.3s;
	transition:.3s
}
.portfolio-content-item .p-item:hover:before
{
	border:2px solid #84bf14;
-webkit-transition:.3s;
-o-transition:.3s;
	transition:.3s
}
.portfolio-content-item .p-item:hover .p-item-title
{
	color:#4b7103;
	text-decoration:underline
}
.portfolio-content-item .p-item-img
{
	height:295px;
	line-height:0;
	width:100%}.portfolio-content-item .p-item-img img
{
	height:295px;
	width:100%;
-o-object-fit:cover;
	object-fit:cover
}
.portfolio-content-item .p-item-title
{
	-webkit-transition:.3s;
-o-transition:.3s;
	transition:.3s
}
.portfolio-content-item .p-item-info
{
	padding:24px 30px 35px;
-webkit-box-sizing:border-box;
	box-sizing:border-box;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
	justify-content:space-between;
	width:100%;
	position:relative;
	z-index:2
}
.portfolio-content-item .p-item-info a
{
	color:#000;
	font-size:20px;
	font-weight:700
}
.cc
{
	font-size:30px
}
.section5.seo .section5-block
{
	-webkit-box-pack:justify;
-ms-flex-pack:justify;
	justify-content:space-between;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center
}
.section5.seo .left
{
	margin-right:0
}
.section5.seo .left .list-item
{
	font-size:20px;
	font-weight:700
}
.section5.seo .left .list-item img
{
	margin-right:15px;
	margin-top:2px
}
.section5.seo .left .list-item li
{
	margin-bottom:6px;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.section5.seo .right
{
	max-width:475px;
	width:100%}.section5.seo .right .btnlend
{
	display:block;
	width:100%}.section5.seo .right .btnlend-after
{
	max-width:475px;
	width:100%}.section5.seo .right .btnlend-default
{
	max-width:475px;
	width:100%}.platforms
{
	padding-top:50px
}
.platforms h2
{
	text-align:center
}
.platforms-block
{
	-webkit-box-pack:justify;
-ms-flex-pack:justify;
	justify-content:space-between;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
	padding-top:20px
}
.section8.seo
{
	background:#fff
}
.section6.seo .tabs-nav a
{
	padding:20px 45px
}
.section6.seo h2
{
	text-align:center
}
.section6.seo .report
{
	-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
	flex-direction:column;
	margin-top:0
}
.section6.seo .report img
{
	margin-bottom:10px
}
.section6.seo .tabs
{
	padding-bottom:40px;
	height:530px
}
.section6.seo .btnlend
{
	margin:0 auto
}
.seo-search
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
	justify-content:space-between;
	width:100%;
	margin-bottom:40px
}
.seo-search:last-child
{
	border-top:1px solid #ccc;
	padding-top:55px
}
.seo-search form
{
	max-width:900px;
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
-webkit-box-align:start;
-ms-flex-align:start;
	align-items:flex-start
}
.seo-search form input
{
	height:75px;
	background:#fff;
	border:2px solid #76ae0a;
	border-radius:10px;
	max-width:740px;
	width:100%;
-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 32px;
	font-size:28px;
	font-weight:700;
	color:#000;
	font-family:'Roboto Condensed',sans-serif;
	border-right:none
}
.seo-search form input::-webkit-input-placeholder
{
	color:#000
}
.seo-search form input::-moz-placeholder
{
	color:#000
}
.seo-search form input:-moz-placeholder
{
	color:#000
}
.seo-search form input:-ms-input-placeholder
{
	color:#000
}
.seo-search form button
{
	min-width:160px;
	height:75px;
	background:url(/statica/img/sbtnlend.png) no-repeat;
	background-size:contain;
	border:none;
	color:#fff;
	font-size:20px;
	margin-left:-6px;
	cursor:pointer
}
.seo-search form button span
{
	margin-left:-15px
}
.training h10
{
	font-size:43px
}
.training2
{
	padding:70px 0 55px;
	background:-webkit-gradient(linear,left top,right top,from(#dadada),to(#fff));
	background:-o-linear-gradient(left,#dadada 0%,#fff 100%);
	background:linear-gradient(to right,#dadada 0%,#fff 100%)}.training2 h2
{
	text-align:center;
	margin-bottom:50px
}
.simple
{
	-webkit-box-align:start;
-ms-flex-align:start;
	align-items:flex-start;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
	justify-content:space-between
}
.simple-item
{
	max-width:370px;
	width:100%;
	height:330px;
	background:#fff;
	padding:11px;
-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:55px
}
.simple-item-block
{
	border:1px solid #76ae0a;
	height:100%;
	padding:28px 20px 10px;
-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.simple-item-block h3
{
	text-align:center;
	font-size:25px;
	font-weight:700
}
.simple-item-price
{
	margin:35px 0 12px;
	text-align:center;
	font-size:20px
}
.simple-item-price span
{
	font-size:30px;
	font-weight:700;
	color:#76ae0a
}
.simple-item .program
{
	text-align:center;
	margin-bottom:40px;
	text-align:center
}
.simple-item .program a
{
	color:#000;
	font-size:20px;
	text-decoration:underline
}
.simple-item .btnlend
{
	width:255px;
	margin:0 auto
}
.simple-item .btnlend .btnlend-default,.simple-item .btnlend .btnlend-after
{
	width:100%;
	font-size:18px
}
.ask
{
	max-width:515px;
	height:70px;
	border:1px solid #76ae0a;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
	justify-content:space-between;
	padding:0 24px;
-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 auto
}
.ask p
{
	font-size:22px;
	font-weight:700
}
.ask a
{
	margin-left:12px;
	line-height:0;
-webkit-transition:.3s;
-o-transition:.3s;
	transition:.3s
}
.ask a:hover
{
	-webkit-transform:scale(1.1);
-ms-transform:scale(1.1);
	transform:scale(1.1);
-webkit-transition:.3s;
-o-transition:.3s;
	transition:.3s
}
.after
{
	padding:90px 0
}
.after h2
{
	text-align:center;
	margin-bottom:55px
}
.after-block
{
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
-webkit-box-pack:center;
-ms-flex-pack:center;
	justify-content:center
}
.after-item
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
	margin:0 20px 28px
}
.after-item p
{
	font-size:20px;
	font-weight:700;
	line-height:26px
}
.after .btnlend
{
	margin:25px auto 0
}
.training3
{
	padding:70px 0 65px;
	background:-webkit-gradient(linear,left top,right top,from(#fff),to(#dadada));
	background:-o-linear-gradient(left,#fff 0%,#dadada 100%);
	background:linear-gradient(to right,#fff 0%,#dadada 100%)}.training3 h2
{
	text-align:center;
	margin-bottom:45px
}
.training3 .simple-item
{
	height:280px;
-webkit-transition:all .3s;
-o-transition:all .3s;
	transition:all .3s;
	border:1px solid transparent;
-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.training3 .simple-item:hover
{
	cursor:pointer;
	border:1px solid #76ae0a;
-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.training3 .simple
{
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.training3 .btnlend
{
	margin:0 auto
}
.lesson
{
	text-align:center;
	font-size:20px;
	font-weight:700;
	color:#797979
}
.simple-item-list
{
	margin-top:22px
}
.simple-item-list li
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
	margin-bottom:5px;
-webkit-box-pack:center;
-ms-flex-pack:center;
	justify-content:center
}
.simple-item-list li span
{
	font-size:18px;
	margin-left:15px
}
.simple-item-list li .green
{
	margin:0;
	color:#5b8805;
	font-weight:700
}
.simple-item-list.cust
{
	margin:32px 0
}
.simple-item-list.cust span
{
	font-size:20px
}
.btnlend-brif a
{
	font-size:18px;
	font-weight:700;
	color:#000;
	text-decoration:underline;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
-webkit-box-pack:center;
-ms-flex-pack:center;
	justify-content:center
}
.btnlend-brif a img
{
	margin-right:14px
}
.tran
{
	background:#fff;
	padding:85px 0 30px
}
.teather
{
	padding:30px 0 90px
}
.teather h2
{
	text-align:center;
	margin-bottom:45px
}
.teather-block
{
	-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center
}
.teather-block .left
{
	max-width:270px;
	width:100%;
	position:relative;
	margin-right:85px
}
.teather-block .left:after
{
	content:'';
	width:270px;
	height:270px;
	background:#76ae0a;
	position:absolute;
	top:7px;
	right:-7px
}
.teather-block .left img
{
	width:100%;
	height:auto;
	position:relative;
	z-index:2
}
.teather-block .right
{
	width:100%}.teather-block .right h4
{
	font-size:26px;
	font-weight:700;
	padding:20px 0 0 35px
}
.teather-block .right .flex
{
	-webkit-box-pack:justify;
-ms-flex-pack:justify;
	justify-content:space-between;
-webkit-box-align:start;
-ms-flex-align:start;
	align-items:flex-start
}
.teather-block .right ul li
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
	margin-bottom:18px;
	position:relative
}
.teather-block .right ul li:first-child:after
{
	content:'';
	width:1px;
	height:22px;
	background:#76ae0a;
	position:absolute;
	left:11px;
	top:22px
}
.teather-block .right ul li .circle
{
	width:20px;
	height:20px;
	min-width:20px;
	max-height:20px;
	border-radius:50%;
	border:1px solid #76ae0a;
	background:#fff;
	display:inline-block;
	margin-right:15px
}
.teather-block .right ul li .circle.active
{
	-webkit-animation:fill 3.5s forwards;
	animation:fill 3.5s forwards
}
.teather-block .right ul li p
{
	font-size:20px
}
.whom
{
	background:-webkit-gradient(linear,left top,right top,from(#dadada),to(#fff));
	background:-o-linear-gradient(left,#dadada 0%,#fff 100%);
	background:linear-gradient(to right,#dadada 0%,#fff 100%);
	padding:80px 0
}
.whom .portfolio-nav
{
	text-align:center
}
.whom h2
{
	text-align:center;
	margin-bottom:50px
}
.whom p
{
	font-size:20px;
	line-height:30px
}
.release
{
	padding:100px 0 0
}
.release h2
{
	text-align:center;
	margin-bottom:40px
}
.gallery
{
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
	justify-content:space-between;
-webkit-box-align:start;
-ms-flex-align:start;
	align-items:flex-start
}
.gallery-item
{
	margin-bottom:30px
}
.dev-list
{
	-webkit-box-pack:justify;
-ms-flex-pack:justify;
	justify-content:space-between;
	width:100%}.dev-list-item
{
	max-width:380px;
	width:100%}.dev-list-item h3
{
	font-size:20px;
	margin-bottom:22px
}
.dev-list .ad-list li
{
	margin-bottom:10px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center
}
.dev-list .ad-list li span
{
	font-size:18px !important;
	margin-left:15px
}
.dev-block
{
	-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
	margin-bottom:40px
}
.dev-block .simple-item
{
	margin:0 80px 0 0;
	border:1px solid transparent;
-webkit-transition:all .3s;
-o-transition:all .3s;
	transition:all .3s
}
.dev-block .simple-item:hover
{
	border:1px solid #76ae0a;
-webkit-transition:all .3s;
-o-transition:all .3s;
	transition:all .3s
}
.dev-block .btnlend
{
	margin:0 auto
}
.center
{
	margin:0 auto
}
.white
{
	background:#fff
}
.develop
{
	padding:130px 0 120px
}
.develop h2
{
	margin-bottom:35px
}
.develop .btnlend
{
	width:370px;
	margin-left:auto
}
.develop .btnlend .btnlend-default
{
	width:370px
}
.develop .btnlend .btnlend-after
{
	width:370px
}
.ul-block ul
{
	margin-right:55px
}
.ul-block ul li
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
	margin-bottom:15px
}
.ul-block ul li span
{
	font-size:18px;
	margin-left:15px
}
.projects
{
	padding:40px 0 80px
}
.projects h2
{
	text-align:center;
	margin-bottom:60px
}
.projects-slider
{
	margin-bottom:70px!important
}
.projects-slider .slick-next
{
	right:-50px
}
.projects-slider .slick-dots
{
	z-index:3;
	bottom:-40px
}
.projects-slider .slick-dots li
{
	width:10px;
	height:10px;
	border-radius:50%;
	background:#acacac
}
.projects-slider .slick-dots li.slick-active
{
	background:#76ae0a
}
.projects-slider-item-block
{
	-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
-webkit-box-pack:center;
-ms-flex-pack:center;
	justify-content:center
}
.projects-slider .left
{
	margin-right:80px;
	position:relative;
	padding:0;
	max-width:540px;
	width:100%}.projects-slider .left img
{
	width:100%;
	height:auto
}
.projects-slider .right h3
{
	font-size:24px;
	margin-bottom:25px
}
.projects-slider .right ul
{
	margin-bottom:18px
}
.projects-slider .right ul li
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center
}
.projects-slider .right ul li span
{
	font-size:18px;
	margin-left:15px
}
.projects-slider .right .btnlend
{
	width:220px;
	margin-top:25px
}
.projects-slider .right .btnlend-default
{
	width:220px
}
.projects-slider .right .btnlend-after
{
	width:220px
}
.proff-block
{
	-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
	justify-content:space-between
}
.proff-block .left img
{
	margin-right:15px
}
.proff-block h3
{
	font-size:30px;
	font-weight:700
}
.proff-block h3 .green
{
	color:#76ae0a
}
@media (max-width: 2560px)
{
	.items.dev
{
	right:520px
}
}@media (max-width: 2100px)
{
	.items.dev
{
	right:300px
}
}@media (max-width: 1920px)
{
	.items.dev
{
	right:0
}
}@media (max-width: 1700px)
{
	.section1.cust
{
	background-position:88% 55px
}
}@media (max-width: 1500px)
{
	.section1.cust
{
	background-position:96% 55px
}
}@media (max-width: 1320px)
{
	.section1.cust
{
	background-position:104% 55px
}
}@media (max-width: 1200px)
{
	.items.dev
{
	width:540px;
	right:-60px
}
.container
{
	max-width:950px
}
.section1
{
	background-position:172px 74px;
	overflow:hidden
}
.menu li a
{
	font-size:17px
}
.items__layer:nth-child(2) .items__item
{
	left:310px
}
.items__layer:nth-child(1) .items__item
{
	left:40px
}
.items__layer:nth-child(3) .items__item
{
	left:160px
}
.section3
{
	overflow:hidden
}
.section3 h2
{
	margin-bottom:30px
}
.section6 .left img.img-pc
{
	max-width:350px;
	width:100%}.section2 .right
{
	margin:95px 0 0 110px
}
.works-item p
{
	font-size:18px;
	line-height:24px
}
.works:before
{
	width:950px;
	background-size:contain;
	background-repeat:no-repeat
}
.works-item:nth-child(1)
{
	margin-top:209px
}
.works-item:nth-child(2)
{
	margin-top:157px
}
.works-item:nth-child(3)
{
	margin-top:106px
}
.works-item:nth-child(4)
{
	margin-top:66px
}
.works-item:nth-child(5)
{
	margin-top:48px
}
.section4 .add-item
{
	width:33%}.section4 .add-item:first-child
{
	margin-right:0
}
.section4 .add-item:nth-child(2)
{
	margin-right:0
}
.section4 .add
{
	-webkit-box-pack:justify;
-ms-flex-pack:justify;
	justify-content:space-between
}
.section5 .left
{
	margin-right:0
}
.section5 .flex
{
	-webkit-box-pack:justify;
-ms-flex-pack:justify;
	justify-content:space-between
}
.cases-wrap
{
	max-width:800px
}
.cases-it
{
	width:260px;
	margin:0 5px;
	height:475px
}
.cases-item
{
	width:100%;
-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin:0
}
.section11 .parthners-block
{
	margin:0 8px
}
.section11 .parthners
{
	max-width:795px
}
.section11 .parthners-item
{
	width:230px
}
.footer-phone
{
	max-width:290px
}
.section9 .questions-wrap
{
	max-width:100%}.section8 .brif-wrap
{
	max-width:550px
}
.section8 .brif-form .brif-item
{
	max-width:260px
}
.portfolio-nav a
{
	font-size:24px
}
.seo-search form
{
	max-width:715px
}
.simple-item
{
	max-width:300px
}
.simple-item .btnlend
{
	width:235px
}
.teather-block .right ul li p
{
	font-size:16px
}
.teather-block .left
{
	margin-right:50px
}
.section1.cust
{
	background-position:157% 55px
}
.proff-block
{
	-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
	flex-direction:column
}
.proff-block .left
{
	-webkit-box-ordinal-group:3;
-ms-flex-order:2;
	order:2
}
.proff-block h3
{
	-webkit-box-ordinal-group:2;
-ms-flex-order:1;
	order:1;
	margin-bottom:30px
}
.works.cust .works-item:nth-child(2)
{
	margin-top:164px
}
.works.cust .works-item:nth-child(3)
{
	margin-top:112px
}
.works.cust .works-item:nth-child(4)
{
	margin-top:88px
}
.works.cust .works-item:nth-child(5)
{
	margin-top:32px
}
.works.cust .works-item:nth-child(6)
{
	margin-top:5px
}
.works.cust .works-item:nth-child(6):before
{
	top:-31px
}
.works.cust .works-item:nth-child(7)
{
	margin-top:-39px
}
.works.cust .works-item:nth-child(7):before
{
	top:-31px
}
.dev-block .simple-item
{
	margin:0 40px 0 0
}
.dev-list-item h3
{
	font-size:19px
}
.develop .flex
{
	-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
	flex-direction:column;
-webkit-box-align:start;
-ms-flex-align:start;
	align-items:flex-start
}
.develop .btnlend
{
	margin:30px auto 0
}
.projects-slider
{
	max-width:800px;
	width:100%;
	margin:0 auto
}
.projects-slider .right h3
{
	font-size:20px
}
.projects-slider-item-block .left
{
	max-width:530px;
	width:100%;
	padding:0;
	margin-right:30px
}
.projects-slider-item-block .left .cent
{
	margin:0 auto;
	max-width:450px;
	width:100%}.projects-slider .right .btnlend-after
{
	display:none
}
}@media (max-width: 950px)
{
	.container
{
	max-width:750px
}
.header-block
{
	-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
	flex-direction:column;
	height:auto;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center
}
.header-block .socials
{
	-webkit-box-ordinal-group:3;
-ms-flex-order:2;
	order:2;
	display:none
}
.header-block .socials p
{
	display:none
}
.header-block .slog
{
	-webkit-box-ordinal-group:4;
-ms-flex-order:3;
	order:3
}
.header-block .phone
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
-webkit-box-ordinal-group:3;
-ms-flex-order:2;
	order:2;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
	margin-bottom:25px
}
.header-block .phone a
{
	display:none
}
.header-block .phone a.m-menu
{
	display:block
}
.header-block .phone button
{
	margin:0
}
.mob
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
	margin:15px 0
}
.mob a
{
	color:#000;
	font-size:18px;
	font-weight:700;
	margin-right:20px
}
.menu
{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:-webkit-gradient(linear,left top,right top,from(#fff),to(#dadada));
	background:-o-linear-gradient(left,#fff 0%,#dadada 100%);
	background:linear-gradient(to right,#fff 0%,#dadada 100%);
	padding:30px 0 12px;
	z-index:4
}
.menu li
{
	margin:0 0 18px;
	text-align:center
}
.menu li:nth-child(2n)
{
	margin:0 0 18px
}
.menu li a
{
	font-size:18px;
	font-weight:700
}
.menu li a:after
{
	display:none
}
.menu li.hidden
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	text-align:left
}
.menu li.hidden .logo
{
	margin:0 auto
}
.menu .m-close
{
	background:transparent;
	border:none;
	cursor:pointer;
	position:fixed;
	top:52px;
	right:100px
}
.logo-text
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center
}
.logo .big
{
	font-size:40px
}
.logo p
{
	font-size:14px;
	line-height:18px;
	margin-right:10px
}
h10
{
	font-size:40px
}
.section1
{
	background-position:170px 170px;
	background-size:contain
}
.items__layer:nth-child(2) .items__item
{
	left:210px
}
.items__layer:nth-child(1) .items__item
{
	left:25px
}
.items__layer:nth-child(3) .items__item
{
	left:110px;
	bottom:0
}
.section2 .right
{
	margin:95px 0 0 85px
}
.section2 .right .list
{
	-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
	flex-direction:column
}
.section2 .right .list ul
{
	margin-right:0
}
.section4 .add-item p
{
	font-size:18px
}
.section5 .left
{
	max-width:385px;
	width:100%}.section6-block
{
	-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
	flex-direction:column
}
.section6 .left
{
	margin-right:0;
	text-align:center;
	margin-bottom:50px;
	padding:0
}
.cases-it
{
	width:305px
}
.cases-wrap
{
	max-width:620px
}
.cases-wrap .slick-prev
{
	left:-60px
}
.section8 .brif
{
	background:#fff
}
.section8 .brif-wrap
{
	max-width:100%}.section8 .brif-form .brif-item
{
	max-width:295px
}
.section11 .parthners-item
{
	width:175px
}
.section11 .parthners
{
	max-width:595px
}
.section11 .parthners-block
{
	margin:0
}
.footer-block
{
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
-webkit-box-pack:start;
-ms-flex-pack:start;
	justify-content:flex-start
}
.footer-block .footer-list
{
	margin:0 0 0 50px
}
.works
{
	-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
	flex-direction:column;
	padding:0 0 0 70px
}
.works-item
{
	margin:0 0 20px!important
}
.works-item:nth-child(1):before
{
	left:-49px;
	z-index:3;
	top:5px
}
.works-item:nth-child(2):before
{
	left:-49px;
	z-index:3;
	top:7px
}
.works-item:nth-child(3):before
{
	left:-49px;
	z-index:3;
	top:7px
}
.works-item:nth-child(4):before
{
	left:-49px;
	z-index:3;
	top:7px
}
.works-item:nth-child(5):before
{
	left:-49px;
	z-index:3;
	top:7px
}
.works:before
{
	display:none
}
.works:after
{
	content:'';
	width:1px;
	height:450px;
	background:#b7b7b7;
	position:absolute;
	left:30px;
	top:10px
}
.section3
{
	padding:20px 0 90px
}
.portfolio-nav
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
	flex-direction:column
}
.portfolio-nav a
{
	display:inline-block;
	margin:0 0 20px;
	max-width:256px;
	width:100%}.portfolio-content-item
{
	-webkit-box-pack:center;
-ms-flex-pack:center;
	justify-content:center
}
.seo-search
{
	-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
	flex-direction:column;
-webkit-box-align:start;
-ms-flex-align:start;
	align-items:flex-start
}
.section6.seo .report
{
	-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
	flex-direction:row;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
	margin:25px 0
}
.section6.seo .report img
{
	margin-bottom:0
}
.section6.seo .tabs-nav a
{
	padding:20px 10px;
-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:33%}.platforms-block
{
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
-ms-flex-pack:distribute;
	justify-content:space-around
}
.simple
{
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.teather-block
{
	-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
	flex-direction:column;
-webkit-box-align:start;
-ms-flex-align:start;
	align-items:flex-start
}
.teather-block .left
{
	margin:0 auto 30px
}
.whom .portfolio-nav a
{
	text-align:left;
	max-width:280px
}
.gallery-item:first-child,.gallery-item:last-child
{
	width:100%}.gallery-item:first-child img,.gallery-item:last-child img
{
	width:100%}.section1.cust
{
	background:none
}
.section1.cust .items
{
	display:none
}
.works.cust
{
	padding:0 0 0 70px
}
.works.cust:after
{
	content:'';
	height:560px
}
.works.cust .works-item:nth-child(1):before
{
	left:-49px;
	top:5px
}
.works.cust .works-item:nth-child(2):before
{
	left:-49px;
	top:8px
}
.works.cust .works-item:nth-child(3):before
{
	left:-49px;
	top:8px
}
.works.cust .works-item:nth-child(4):before
{
	left:-49px;
	top:8px
}
.works.cust .works-item:nth-child(5):before
{
	left:-49px;
	top:8px
}
.works.cust .works-item:nth-child(6):before
{
	left:-49px;
	top:8px
}
.works.cust .works-item:nth-child(7):before
{
	left:-49px;
	top:8px
}
.dev-block .simple-item
{
	margin:0 auto 40px
}
.projects-slider
{
	max-width:650px
}
.projects-slider-item-block .left .cent
{
	max-width:100%}.projects-slider-item-block .left
{
	max-width:440px
}
}@media (max-width: 767px)
{
	.container
{
	max-width:100%}.section1
{
	padding:35px 0;
	background:none
}
.section1 .btnlend
{
	margin:0 auto
}
.section1-block
{
	-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
	flex-direction:column
}
.section1 p
{
	text-align:center;
	margin-top:35px
}
.section1 .items
{
	display:none
}
h10
{
	text-align:center
}
h10 .green
{
	display:block
}
.section2-block
{
	-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
	flex-direction:column
}
.section2 .right
{
	margin:0 auto;
	width:100%;
	max-width:290px
}
.section2 .right .btnlend
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin:25px auto 0
}
.section2 .left .btnlend
{
	display:none
}
.section2 h2
{
	margin:40px 0 35px
}
h2
{
	text-align:center
}
.section3
{
	padding:20px 0 50px
}
.section4 .add
{
	-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
	flex-direction:column;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center
}
.section4 .add-item
{
	width:100%}.section5
{
	padding:55px 0 50px
}
.section5-block
{
	-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
	flex-direction:column;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center
}
.section5 .right .btnlend
{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin:40px auto 0
}
.section5 .left .btnlend
{
	display:none
}
.section6
{
	padding:40px 0 30px
}
.section6 .tabs
{
	max-width:475px;
	width:100%;
	margin:0 auto
}
.section6 .report
{
	-webkit-box-pack:center;
-ms-flex-pack:center;
	justify-content:center
}
.section7
{
	padding:62px 0
}
.section7 .btnlend-block
{
	margin-top:0
}
.cases-wrap
{
	max-width:355px
}
.cases-it
{
	width:auto
}
.section8
{
	padding:42px 0 60px
}
.section8 .brif-form .form-step
{
	-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
	flex-direction:column
}
.section8 .brif-form .brif-item
{
	max-width:100%;
	width:100%}.section9
{
	padding:60px 0 50px
}
.section10 .article
{
	height:200px;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
	flex-direction:column;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
-webkit-box-pack:center;
-ms-flex-pack:center;
	justify-content:center
}
.section10 .article .btnlend
{
	margin-top:15px
}
.section11
{
	padding:65px 0 70px
}
.section11 .parthners
{
	max-width:320px
}
.section11 .parthners-item
{
	width:300px;
	margin:0
}
.section11 .parthners-item:hover
{
	-webkit-transform:none;
-ms-transform:none;
	transform:none
}
.section11 .parthners-block
{
	padding:10px
}
.footer-block
{
	-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
	flex-direction:column
}
.footer-block .footer-list
{
	margin:25px 0;
	text-align:center
}
.footer-phone button
{
	font-size:15px
}
.footer-phone .footer-socials
{
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.footer-phone .footer-socials p
{
	width:100%;
	margin-bottom:15px
}
.footer-phone .footer-socials a
{
	margin:0 7px
}
.mob-item
{
	background:url(/statica/img/bg1.png) no-repeat;
	background-size:contain;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	height:340px;
	position:relative;
-ms-flex-pack:distribute;
	justify-content:space-around
}
.mob-item img
{
	width:87px;
	height:132px
}
.mob-item img:nth-child(2)
{
	margin-top:190px
}
.caption-block
{
	height:auto;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
	flex-direction:column;
-webkit-box-pack:center;
-ms-flex-pack:center;
	justify-content:center;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
	padding:40px 0
}
.section6.seo .tabs
{
	max-width:100%}.teather-block .right .flex
{
	-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
	flex-direction:column
}
.simple
{
	-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
	flex-direction:column;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center
}
.simple-item
{
	height:auto;
	margin-bottom:26px
}
.simple-item-block
{
	padding:28px 20px 35px
}
.simple.cust .simple-item
{
	height:auto
}
.simple.cust .simple-item-block
{
	padding:12px 20px 15px;
	position:relative
}
.simple.cust .simple-item-block:after
{
	content:'+';
	font-size:40px;
	color:#76ae0a;
	font-weight:700;
	position:absolute;
	right:10px;
	top:10px
}
.simple.cust .simple-item .lesson
{
	text-align:left;
	font-size:16px
}
.simple.cust .simple-item h3
{
	text-align:left;
	font-size:20px
}
.simple.cust .simple-item .simple-item-list
{
	display:none
}
.section1.cust .mob-item
{
	background:url(/statica/img/bg3.png) center no-repeat;
	background-size:contain;
	padding-bottom:20px
}
.section1.cust .mob-item img
{
	display:none
}
.proff-block .left img
{
	max-width:140px;
	margin:0 5px
}
.dev-list
{
	-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
	flex-direction:column
}
.dev-list ul
{
	margin-bottom:30px
}
.projects-slider-item-block
{
	-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
	flex-direction:column
}
.projects-slider-item-block .left
{
	margin:0
}
.projects-slider-item-block .right
{
	width:100%;
	padding:80px 0 0
}
.projects-slider .slick-prev
{
	left:50px;
	top:365px;
	z-index:4
}
.projects-slider .slick-next
{
	right:50px;
	top:365px;
	z-index:4
}
.projects-slider .slick-dots
{
	bottom:315px
}
.projects-slider .right .btnlend
{
	margin:30px auto 0
}
}@media (max-width: 600px)
{
	.gallery-item
{
	height:300px
}
.gallery-item img
{
	width:100%;
	height:100%;
	margin:0 auto
}
}@media (max-width: 500px)
{
	.tabs-nav a
{
	font-size:14px;
	padding:8px;
	width:25%}.tabs-nav a:nth-child(3)
{
	width:35%}.tabs-content-item
{
	-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
	flex-direction:column
}
.tabs-content-item ul
{
	margin:0
}
.cases-it
{
	width:290px
}
h2
{
	font-size:35px
}
.logo img
{
	width:60px;
	height:60px
}
.footer-item .note
{
	text-align:center
}
.section11 .parthners
{
	max-width:290px
}
.section11 .parthners-item
{
	width:288px
}
.section11 .parthners-block
{
	padding:0
}
.section10 .article h3
{
	text-align:center
}
.section9 .questions-item-header h4
{
	font-size:18px
}
.section9 .questions-item-answer
{
	padding:12px 12px 10px 22px
}
.section8 .brif-block
{
	padding:15px 10px
}
.brif-next .btnlend-default,.brif-next .btnlend-after
{
	width:100%}.section8 .brif-form
{
	margin-bottom:0
}
.section8 .brif-form .brif-item
{
	margin-bottom:10px
}
.section8 .brif-header
{
	margin-bottom:25px
}
.mob-item
{
	background-size:cover;
	background-position:center
}
.header-block .socials-block a
{
	margin:0 5px
}
.header-block .socials-block a img
{
	width:32px;
	height:32px
}
.menu .m-close
{
	top:10px;
	right:10px
}
.mob
{
	-webkit-box-pack:justify;
-ms-flex-pack:justify;
	justify-content:space-between;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
	align-items:center;
	width:100%}.mob a
{
	margin-right:0
}
.overflow .modal
{
	width:380px
}
.overflow .modal-block
{
	padding:48px 30px 75px
}
.cases-wrap
{
	max-width:290px
}
.seo-search form input
{
	height:45px;
	font-size:12px;
	padding:0 8px
}
.seo-search form input::-webkit-input-placeholder
{
	color:#000
}
.seo-search form input::-moz-placeholder
{
	color:#000
}
.seo-search form input:-moz-placeholder
{
	color:#000
}
.seo-search form input:-ms-input-placeholder
{
	color:#000
}
.seo-search form button
{
	height:45px;
	min-width:95px
}
.section5.seo .right .btnlend-default
{
	font-size:16px
}
.ask
{
	-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
	flex-direction:column;
	padding:15px;
	height:auto
}
.ask p
{
	margin-bottom:20px
}
.after-block
{
	-webkit-box-pack:start;
-ms-flex-pack:start;
	justify-content:flex-start
}
.teather-block .right ul li:first-child:after
{
	height:40px;
	top:20px
}
.teather-block .right ul li .circle
{
	position:relative;
	z-index:2
}
.ask p
{
	text-align:center
}
.release
{
	padding-top:50px
}
.section1.cust .mob-item
{
	height:245px
}
.proff-block .left
{
	margin-bottom:30px
}
.proff-block .left img
{
	max-width:84px
}
.section1.cust .mob-item
{
	background-position:center top
}
.develop .btnlend
{
	width:300px
}
.develop .btnlend .btnlend-default
{
	width:300px;
	font-size:20px
}
.develop .btnlend .btnlend-after
{
	width:300px
}
.develop
{
	padding:50px 0 25px
}
.overflow .modal-block,.overflow2 .modal-block
{
	background-position:60px 155px
}
.projects-slider .slick-prev
{
	left:50px;
	top:355px;
	z-index:4
}
.projects-slider .slick-next
{
	right:50px;
	top:355px
}
}@media (max-width: 430px)
{
	.projects-slider .slick-prev
{
	left:50px;
	top:325px;
	z-index:4
}
.projects-slider .slick-next
{
	right:50px;
	top:325px
}
}@media (max-width: 380px)
{
	.section1 p
{
	font-size:18px
}
.mob-item
{
	background-position:-280px center
}
.section2
{
	padding-bottom:40px
}
.overflow .modal
{
	width:290px;
	height:335px
}
.overflow .modal-block
{
	padding:48px 20px 55px
}
.caption-block img
{
	width:100%}.portfolio-content-item .p-item-info
{
	padding:24px 21px 35px 20px
}
.portfolio-content-item .p-item
{
	max-width:290px
}
.portfolio-content-item .p-item:before
{
	max-width:270px
}
.portfolio-nav
{
	margin-bottom:25px
}
.section6.seo .tabs-nav a
{
	padding:20px 5px
}
.section5.seo .right .btnlend-default
{
	font-size:15px
}
.projects-slider .slick-prev,.projects-slider .slick-next
{
	top:260px;
	z-index:4
}
.overflow .modal-block,.overflow2 .modal-block
{
	background-size:contain;
	background-position:10px 155px
}
.overflow .modal-block form button,.overflow2 .modal-block form button
{
	font-size:17px;
	margin:-20px auto 0
}
.projects-slider-item-block .left img
{
	max-width:290px
}
}li img
{
	margin-right:15px;
	font-size:16px !important;
	color:#6b6b6b;
	line-height:24px
}
.section9 .questions-item-answer li
{
	font-size:16px;
	color:#6b6b6b;
	line-height:24px
}
.menu li
{
	position:relative
}
.menu li:hover ul
{
	display:block
}
.menu li ul
{
	position:absolute;
	top:31px;
	left:0;
	background:#fff;
	padding:15px 10px;
	width:300px;
	display:none;
	z-index:3;
	border:1px solid #c5c5c5
}

.menu li ul li a:after
{
	display:none
}
.menu li ul li:nth-child(2)
{
	margin-top:20px
}
.works.cust .works-item:nth-child(3):before
{
	top:-30px
}
div.bx-yandex-map
{
	width:100%!important
}
@media (max-width: 950px)
{
	.menu li ul
{
	position:static;
	display:block;
	border:none;
	margin:20px auto 0;
	background:transparent;
	padding:0
}
}.contact
{
	text-align:center;
	font-size:20px
}
.er404
{
	max-width:500px;
	max-height:625px;
	margin:0 auto
}


		.cases-btnlend
{
	
	position: absolute;

	left: 50%;

	bottom: 30px;

	transform: translate(-50%,0);

	z-index: 3;

}


	@media(max-width: 1200px)
{
	
		.cases-item-block
{
	
			height: 440px;

		}
		.section9 .questions
{
	
			height: auto;

		}
}


	@media (max-width: 767px)
{
	
		.section11 
{
	
			padding: 0 0 70px;

		}
	}
	
	/*PROJECT PAGE*/
.project-serv 
{
	
	background: linear-gradient(to right, #dadada 0%, #fff 100%);

	padding: 55px 0 50px 0;

}


.project-serv h2 
{
	
	text-align: center;

	margin-bottom: 40px;

}


.project-serv a 
{
	
	font-size: 22px;

	color: #222;

	transition: 0.3s;

	font-weight: bold;

}


.project-serv a:hover 
{
	
	color: #76ae0a;

	transition: 0.3s;

}


.project-serv .after-item 
{
	
	margin: 0;

}


.project-serv .after-block 
{
	
	justify-content: space-around;

}


.project 
{
	
	padding-bottom: 75px;

}


.project .h10 
{
	
	text-align: center;

	margin-bottom: 60px;

}


.project .h10 .text-block 
{
	
	font-size: 32px;

}


.project-slider 
{
	
	justify-content: space-between;

	align-items: center;

}


.project-slider-item 
{
	
	min-width: 200px;

	max-width: 200px;

	text-align: center;

}


.project-slider-item .project-img 
{
	
	width: 170px;

	height: 102px;

	object-fit: cover;

}


.project-slider-item:hover span 
{
	
	color: #76ae0a;

	transition: 0.3s;

}


.project-slider-item span 
{
	
	display: block;

	font-size: 16px;

	color: #222;

	text-decoration: underline;

	margin: 15px 0;

	transition: 0.3s;

}


.project-slider-center 
{
	
	max-width: 620px;

	width: 100%;

}


.project-slider-center p 
{
	
	font-size: 18px;

	line-height: 30px;

}


.project-slider-center .project-link 
{
	
	display: flex;

	align-items: center;

	justify-content: center;

	font-weight: bold;

	margin-bottom: 45px;

}


.project-slider-center .project-link span 
{
	
	font-size: 20px;

	margin-right: 10px;

}


.project-slider-center .project-link a 
{
	
	color: #76ae0a;

	font-size: 26px;

	text-decoration: underline;

}


.project-info 
{
	
	padding: 80px 0 70px 0;

}


.project-info h2 span 
{
	
	font-size: 30px;

}


.project-info-title 
{
	
	justify-content: space-between;

	align-items: center;

	margin-bottom: 60px;

}


.project-info-nav 
{
	
	justify-content: space-between;

	margin-bottom: 25px;

	align-items: center;

}


.project-info-nav a 
{
	
	font-size: 16px;

	color: #585858;

	text-decoration: underline;

	transition: 0.3;

}


.project-info-nav a:hover 
{
	
	color: #000;

	transition: 0.3;

}


.project-info-nav a.active 
{
	
	font-size: 20px;

	color: #000;

	text-decoration: none;

	font-weight: bold;

}


.project-info-content img 
{
	
	width: 100%;

	display: none;

}


.project-info-content img.active 
{
	
	display: block;

}


@media (max-width: 1200px) 
{
	
	.project-slider-center 
{
	
		max-width: 415px;

	}
}


@media (max-width: 950px) 
{
	
	.project-slider 
{
	
		flex-wrap: wrap;

	}

	.project-slider-center 
{
	
		max-width: 100%;

		order: 1;

		margin-bottom: 30px;

	}

	.project-slider-item 
{
	
		order: 2;

	}

	.project-serv .after-item 
{
	
		margin-bottom: 20px;

	}

	.project-info-title 
{
	
		flex-direction: column;

	}

	.project-info-title h2 
{
	
		margin-bottom: 30px;

	}

	.project-info-nav 
{
	
		flex-direction: column;

		align-items: flex-start;

	}

	.project-info-nav a 
{
	
		margin: 0 0 18px 0;

	}
}


@media (max-width: 600px) 
{
	
	.project-serv .after-block 
{
	
		flex-direction: column;

	}

	.project .h10 
{
	
		margin-bottom: 30px;

	}

	.project .h10 h10 
{
	
		font-size: 30px;

		line-height: 38px;

	}

	.project .h10 h10 .text-block 
{
	
		font-size: 22px;

		line-height: 32px;

	}

	.project-slider-center p 
{
	
		font-size: 16px;

		line-height: 26px;

	}

	.project-slider-center .project-link 
{
	
		margin-bottom: 30px;

	}

	.project-slider-center .project-link span 
{
	
		font-size: 16px;

	}

	.project-slider-center .project-link a 
{
	
		font-size: 20px;

	}

	.project-slider-item 
{
	
		min-width: 140px;

		max-width: 140px;

	}

	.project-slider-item .project-img 
{
	
		width: 100%;

	}

	.project-slider-item span 
{
	
		font-size: 14px;

	}

	.project-info-title h2 
{
	
		font-size: 26px;

	}

	.project-info-title h2 span 
{
	
		font-size: 30px;

	}

	.project-info 
{
	
		padding: 45px 0 60px 0;

	}

	.project-serv a 
{
	
		font-size: 20px;

	}

	.project-info-nav 
{
	
		align-items: center;

	}

	.project-serv .after-item 
{
	
		width: 290px;

		margin: 0 auto 20px auto;

	}
}

.menu li ul li a:after {
    content: '';
    width: 90%;
    height: 1px;
    background: #c5c5c5;
    display: block;
    margin-top: 7px;
}