@import url('reset.css');
@import url('fonts.css');
@import url('my_anim.css');


body{
	-webkit-text-size-adjust: 100%;
	font-family: HPSimplified-Light;
	color: #fff;
	font-size: 20px;
	background-color: #12151F;
	overflow-x: hidden;
	background-image: url('../img/bg-left.png'), url('../img/bg-big.jpg');
	background-position: -3px top, center top;
	background-repeat: no-repeat, no-repeat;
	min-width: 1280px;
}
.sections{
    background-image: url('../img/bg-right.png');
    background-position: right -305px;
    background-repeat: no-repeat;
}
li{
	list-style: none;
}
a{
	color: #fff;
	text-decoration: none;
}
.flex{
	display: flex;
}
.fdc{
	flex-direction: column;
}
.aic{
	align-items: center;
}
.jcsb{
	justify-content: space-between;
}
.px1200{
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}
header{
	padding-top: 90px;
}
.mail{
	font-size: 23px;
	margin-left: 40px;
	margin-right: 55px;
}
.kaz, .ru{
	margin-left: 15px;
}
menu a{
	height: 49px;
	background-color: rgba(51, 63, 100, 0.2);
	font-size: 15px;
	text-transform: uppercase;
	width: 32%;
	text-align: center;
	line-height: 49px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
menu a:hover{
	background-color: rgba(51, 63, 100, 0.4);
}
menu{
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
}
menu img{
	vertical-align: middle;
	padding-right: 10px;
	position: relative;
	top: -2px;
}
.h2{
	height: 62px;
	display: inline-block;
	padding: 0 35px;
	line-height: 62px;
	position: relative;
	margin-top: 60px;
	margin-bottom: 20px;
	font-family: OpenSans-CondLight;
}


h2{
	position: relative;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 400;
}

.partner-description
{
	margin-top: -85px;
}


.partner-product
{
	padding-bottom:56px;
}

.partner-product-main
{

}


.partner-product-container 
{
	display:flex;
	width: 79%;
	margin-top: 2px;
}

.partner-product-logo
{
	margin-top: -13px;
	padding-right: 8px;
}

.partner-product-logo img
{
	height: 150px;
	padding: 10px;

}

.partner-product-text 
{
	margin-left: 162px;
	padding: 10px;
}



.about-expert {
	padding-left: 110px;
	position: relative;
	margin-bottom: 37px;
}

.about-expert p{
	line-height: 1.3;
	margin-top: 20px;
}

.about-expert-text{
	max-width: 900px;
}

.about-expert-3d{
	position: absolute;
	left: 700px;
}


.mk-plus {
	position: relative;
}
.mk-plus li, .develop li{
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 47px;
	background: url(../img/item.png) left 2px no-repeat;
	line-height: 1.3;
}
.mk-plus-text{
	margin-left: 300px;
}
.mk-plus ul, .develop ul{
	margin-top: 30px;
}




.mk-entr{
	margin-top: 150px;
	position: relative;
}

.mk-entr ul{
	max-width: 405px;
}

.mk-entr-text
{
	margin-left: 300px;
}

.about{
	padding-left: 110px;
	position: relative;
	margin-bottom: 130px;
}

.about p{
	line-height: 1.3;
	margin-top: 20px;
}

.about-text{
	max-width: 500px;
}

.about-3d{
	position: absolute;
	left: 700px;
}


.animation{
	animation: animation-img 2.5s infinite ease-in-out;
	position: absolute;
}
.animation1{
	animation: animation-img 2.5s ease-in-out 2s infinite;
	position: absolute;
}
.animation3{
	animation: animation-img 2.5s infinite ease-in-out;
}
.consultation > span{
	position: absolute;
	left: 90px;
	top: 55px;
}
.develop .about-3d{
	left: 750px;
	top: -30px;
}
.consultation {
	position: relative;
}
.consultation li, .develop li{
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 47px;
	background: url(../img/item.png) left 2px no-repeat;
	line-height: 1.3;
}
.consultation-text{
	margin-left: 700px;
}
.consultation ul, .develop ul{
	margin-top: 30px;
}





.develop{
	margin-top: 150px;
}

.develop ul{
	max-width: 405px;
}

.projects .consultation-text {
	margin-left: 669px;
	margin-top: 200px;
}
footer{
	background-color: #0E111A;
	margin-top: 150px;
	position: relative;
	padding: 75px 0 55px 0;
	overflow: hidden;
	z-index: 11;
}

.f-col1 div{
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 15px;
}
.f-col1 a:not(.politics){
	font-size: 24px;
	margin-top: 10px;
	display: inline-block;
}
.f-col1{
	margin-right: 70px;
	width: 18%;
}
h3{
	text-transform: uppercase;
	font-size: 13px;
	padding: 0 10px 20px 10px;
	border-bottom: 1px solid #008f65;
	margin-bottom: 25px;
	font-weight: 400;
}
.footer > div{
	float: left;
}
.f-col{
	margin-left: 55px;
}
.f-col2{
	width: 18%;
}
.f-col3{
	width: 25%;
}
.f-col4{
	width: 19%;
}
.f-col > div{
	font-size: 13px;
	padding: 0 10px;
	margin-bottom: 10px;
	line-height: 1.2;
	max-width: 188px;
}
.lang{
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.lang span{
	height: 1px;
	background-color: #fff;
	width: 0px;
}
.lang-active span{
	width: 100%;
}
.lang:hover span {
	animation: lang-animation .3s ease forwards;
}


nav {
	position: fixed;
	top: 50%;
	margin-top: -121px;
	z-index:10;
	left: calc((100% - 1200px)/2);
	/*from center*/
	height: 230px;
	justify-content: center;
}
nav a{
	color: #fff;
	font-family: BebasNeue-Book;
	font-size: 40px;
	display: flex;
	align-items: center;
	margin-top: 7px;
    /*transition: all 0.3s ease;*/
	position: relative;
	z-index: 2;
}
.menu-bg{
	position: absolute;
	background: url(../img/menu.png) center center no-repeat;
	width: 266px;
	height: 266px;
	display: none;
	margin-left: -133px;
}
.active .menu-bg{
	display: block;
	z-index: 0;
}
nav a.active{
	height: 150px;
	/*line-height: 150px;*/
	animation: menu1 1s;
	margin-top: 12px;
	margin-bottom: 7px;
	z-index: 1;
}

.menu-item-point{
	display: flex;
	align-items: center;
	margin-right: 17px;
	height: 16px;
	width: 16px;
	border-radius: 8px;
	position: relative;
	z-index: 1;
}
.menu-item-point span{
	height: 4px;
	width: 4px;
	border-radius: 2px;
	display: block;
	background-color: #fff;
	margin: 0 auto;
}
nav a.active .menu-item-point span, nav a.active .menu-item-point{
	height: 100%;
}
nav a:not(.active):hover .menu-item-number{
	display: block;
	opacity: 0.5;
	position: absolute;
	left: 33px;
	animation: menuNum 1s;
}
nav a:not(.active):hover .menu-item-point span{
	transform: scale(2);
	animation: menuCircle 0.5s;
}

.menu-item-number{
	display: none;
	opacity: 0;
}
nav a.active .menu-item-number{
	display: block;
	opacity: 1;
	animation: menu2 1s;
}
.phone, .mail{
	position: relative;
}
.phone div, .mail div{
	position: absolute;
	width: 192px;
	height: 195px;
	margin-left: -90px;
}
.phone a, .mail a{
	position: relative;
	z-index: 1;
}
.phone img, .mail img{
	display: block;
	margin: 89px auto;
}
.mail a{
	margin-left: 25px;
}
.phone a{
	margin-left: 23px;
}
.phone div:before, .mail div:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	z-index: -1;
	background: url(../img/header-icon.png) center center no-repeat;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.phone:hover div:before, .mail:hover div:before {
	opacity: 1;
}
.phone img{
	position: relative;
	top: -2px;
}

.paral{
	position: absolute;
	transform: skew(-20deg);
	background-color: #008F65;
}

.paral1{
	height: 100%;
	width: 100%;
	left: 0;
	box-shadow: 0 0 35px 10px rgba(0, 143, 84, 0.3);
}
.paral2{
	width: 76px;
	height: 41px;
	opacity: .2;
	top: 7px;
    left: -10px;
}
.animated .paral2{
    animation-name: paral2, paral2a;
    animation-duration: 2s, 1s;
    animation-iteration-count: infinite, 1;
}
.paral3{
	width: 78px;
	height: 42px;
	opacity: .1;
	top: 33px;
}
.animated .paral3{
	animation-name: paral3, paral3a;
	animation-duration: 2s, 1s;
	animation-iteration-count: infinite, 1;
}
.paral4{
	width: 78px;
	height: 42px;
	left: -19px;
	opacity: .1;
	animation: paral4 2s infinite linear;
}
.animated .paral4{
	animation-name: paral4, paral4a;
	animation-duration: 2s, 1s;
	animation-iteration-count: infinite, 1;
}
.paral5{
	width: 101px;
	height: 13px;
	opacity: .2;
	top: -7px;
	animation: paral5 2s infinite linear;
}
.animated .paral5{
	animation-name: paral5, paral5a;
	animation-duration: 2s, 1s;
	animation-iteration-count: infinite, 1;
}
.paral6{
	width: 76px;
	height: 41px;
	right: -15px;
	opacity: .2;
	top: 7px;
}
.animated .paral6{
	animation-name: paral6, paral6a;
	animation-duration: 2s, 1s;
	animation-iteration-count: infinite, 1;
}
.paral7{
	width: 78px;
	height: 42px;
	left: -25px;
	opacity: .1;
	top: 33px;
}
.animated .paral7{
	animation-name: paral7, paral7a;
	animation-duration: 2s, 1s;
	animation-iteration-count: infinite, 1;
}
.paral8{
	width: 78px;
	height: 42px;
	right: -35px;
	opacity: .1;
	top: -17px;
}
.animated .paral8{
	animation-name: paral8, paral8a;
	animation-duration: 2s, 1s;
	animation-iteration-count: infinite, 1;
}
.paral9{
	width: 101px;
	height: 13px;
	right: 70px;
	opacity: .2;
	top: -7px;
}
.animated .paral9{
	animation-name: paral9, paral9a;
	animation-duration: 2s, 1s;
	animation-iteration-count: infinite, 1;
}
.projects > span{
	left: 140px;
	top: 25px;
}

.nav-hid{
	opacity: 0;
}

.about-footer{
	cursor: pointer;
}

.politics-bg{
	background-image: none;
}
.politics-block{
	padding: 30px;
	line-height: 1.3;
	max-width: 1000px;
	margin: 0 auto;
}
.politics-title{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}
.politics-block p{
	margin-bottom: 15px;
}
.politics-title-inner{
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 30px;
}

.close{
	position: fixed;
	right: 10px;
	top: 10px;
	background: url(../img/close.svg) center center no-repeat #161D27;
	width: 55px;
	height: 55px;
	background-size: 27px;
}

/*tablet*/
.tablet nav, .mobile nav{
	display: none !important;
}
.tablet .about, .mobile .about{
	padding-left: 0;
}
.tablet .about-3d, .mobile .about-3d{
	left: 590px;
}
.tablet .consultation .animation1, .mobile .consultation .animation1{
	left: -50px;
}
.tablet .develop .about-3d, .mobile .develop .about-3d{
	left: 630px;
}
/*end tablet*/
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	nav{
		display: none !important;
	}
	.about{
		padding-left: 0;
	}
	.about-3d{
		left: 590px;
	}
	.animation1{
		left: -50px;
	}
	.about-3d {
		left: 630px;
	}
}


.mob-product-block {
	padding: 0 20px 40px 20px;
	font-size: 15px;
}

.mobile.portraitz body{
	background: url(../img/bg-mob2.jpg) top center no-repeat;
	background-size: cover;
}

.vert-block{
	display: none;
}
.mobile.portrait .vert-block{
	display: block;
	height: 100%;
}
.mobile.portrait .main-block{
	display: none;
}
.mobile.portrait{
	position: relative;
	height: 100%;
}
.mobile.portrait body{
	height: 100%;
	position: relative;
}
.politics-bg, .mobile.portrait body{
	min-width: inherit;
}

.swiper-slide{
	padding: 0 20px 40px 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.swiper{
	height: calc(100% - 60px);
}
.header-mob{
	height: 40px;
	align-items: center;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	z-index: 101;
	padding-top: 20px;
}
.lang-mob a{
	font-size: 11px;
	text-transform: uppercase;
	width: 30px;
	height: 20px;
	line-height: 20px;
	border-radius: 7px;
	border: 1px solid rgba(255,255,255,0.05);
	text-align: center;
	display: block;
}
.active-lang-block{
	display: none;
	position: absolute;
	margin-top: 5px;
}
.active-lang-block a:last-child{
	margin-top: 5px;
}
.lang-mob-vis .active-lang-block{
	display: block;
}
.lang-mob-vis a{
	background-color: rgba(255,255,255,0.05);
}
.burger{
	width: 23px;
	background: url(../img/burger.svg) center center no-repeat;
	background-size: 23px;
	height: 23px;
}
.burger-close{
	background-image: url(../img/menu-close.svg);
	background-size: 17px;
}
.vert-block .h2{
	transform: scale(0.5);
	margin-top: 0;
	white-space: nowrap;
	margin-bottom: 0px;
}
.h2-mob{
	display: flex;
	justify-content: center;
}

.swiper-slide{
	font-size: 14px;
}
.swiper-slide p{
	line-height: 1.3;
	margin-bottom: 14px;
}
.slide2 > div{
	width: 100%;
}
.slide2 > div ul li{
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 23px;
	background: url(../img/item.png) left 5px no-repeat;
	background-size: 21px;
	line-height: 1.3;
}
.swiper-slide > div > img{
	max-width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2%;
}
.swiper-slide img.mw-img{
	max-width: 65%;
	margin-bottom: 4%;
}
.swiper-blur{
	filter: blur(8px);
}
.menu-mob-block{
	position: fixed;
	top: 0;
	width: 100%;
	display: none;
	height: 100vh;
	background-color: rgba(31, 33, 40, 0.8);
	z-index: 100;
	text-align: center;
	padding-top: 130px;
	box-sizing: border-box;
}

.contacts-mob > div{
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 10px;
}
.contacts-mob-phone{
	font-size: 27px;
}
.contacts-mob-phone + a{
	font-size: 17px;
}
.contacts-mob{
	line-height: 1.5;
}
.menu-mob-block hr{
	width: 250px;
	margin: 30px auto;
	background-color: rgba(255,255,255,0.2);
	border-top: none;
}
.menu-mob li{
	text-transform: uppercase;
	font-size: 11px;
	display: block;
	margin-bottom: 25px;
}
.menu-mob-active{
	color: #008f65;
}
.green-links{
	color: #fff;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.green-links:hover{
	color: #008f65;
}
.to-top{
	cursor: pointer;
}














@media only screen and (max-height : 700px) {
	.swiper-wrapper .swiper-slide:last-child img.mw-img{
		max-width: 52%;
		margin-bottom: 1%;
	}
}

@media only screen and (min-height : 799px) {
	.swiper-slide {
		font-size: 15px;
	}
	.slide2 > div ul li{
		margin-bottom: 9px;
	}
}




@media only screen and (max-width : 1200px) {

}


@media only screen and (max-width : 992px) and (min-width: 768px) {

}
@media only screen and (max-width : 992px) {

}
@media only screen and (max-width : 768px) {

}
@media only screen and (max-width : 480px) {

}




	





































