@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
@font-face {
	font-family: "UniSansHeavyCaps"; 
	src: local("UniSansHeavyCaps"),
		 url('../fonts/UniSansHeavyCaps.ttf');
	src: local("UniSansHeavyCaps"),
		 url('../fonts/UniSansHeavyCaps.eot');
	src: local("UniSansHeavyCaps"),
		 url('../fonts/UniSansHeavyCaps.woff');
	src: local("UniSansHeavyCaps"),
		 url('../fonts/UniSansHeavyCaps.otf');
}
@font-face {
	font-family: "BebasNeuewebfont"; 
	src: local("BebasNeuewebfont"),
		 url('../fonts/bebas_neue_regular.ttf');
	src: local("BebasNeuewebfont"),
		 url('../fonts/bebas_neue_regular.eot');
	src: local("BebasNeuewebfont"),
		 url('../fonts/bebas_neue_regular.woff');
}
html{
	height: 100%;
}
a:hover,
a:focus{
	text-decoration: none;
}
button{
	outline: 0;
	border: 0;
	/*padding-top: 1px!important;*/
}
body{
	font-family:'Montserrat',sans-serif;
	background: url(/images/main-bg.png) #2c3848 no-repeat top center;
	height: auto !important;
	min-height: 100%;
	position: relative;
	padding-bottom: 365px;
	font-weight: normal;
}
.row{
	margin-left: 0;
	margin-right: 0;
}
.col-md-4,.col-md-6{
	padding: 0;
}
h1,h2,h3,h4,h5{
	margin: 0;
}
.container{
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
header{
	position: relative;
    z-index: 2;
	height: 200px;
	background: rgba(65,110,155,1);
	background: -moz-linear-gradient(top, rgba(65,110,155,1) 0%, rgba(65,110,155,0.4) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(65,110,155,1)), color-stop(100%, rgba(65,110,155,0.4)));
	background: -webkit-linear-gradient(top, rgba(65,110,155,1) 0%, rgba(65,110,155,0.4) 100%);
	background: -o-linear-gradient(top, rgba(65,110,155,1) 0%, rgba(65,110,155,0.4) 100%);
	background: -ms-linear-gradient(top, rgba(65,110,155,1) 0%, rgba(65,110,155,0.4) 100%);
	background: linear-gradient(to bottom, rgba(65,110,155,1) 0%, rgba(65,110,155,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#416e9b', endColorstr='#416e9b', GradientType=0 );
}
.logo{
	margin-top: 15px;
}
header .phones,
footer .phones{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: -4px;
    line-height: 24px;
}
header .phones span,
footer .phones span{
	font-size: 14px;
	display: block;
    margin-top: -4px;
	text-transform: uppercase;
}
header .phones img,
footer .phones img{
	margin-top: -4px;
}
header .phones a,
footer .phones a{
	color: #fff;
}
span.skype_c2c_container, span.skype_c2c_container *{
	color: #fff!important;
	font-size: 14px;
	font-family: 'Open Sans Condensed', sans-serif!important;
	font-weight: bold!important;
}
span.skype_c2c_container img{
	display: none!important;
}
.content span.skype_c2c_container, .content span.skype_c2c_container *{
	color: #3e4d53!important;
}
.lang-soc-wrapper{
	margin-top: 11px;
}
.languages{
	height: 39px;
	border: 2px solid #40ccff;
	border-radius: 30px;
	padding: 2px;
	float: left;
}
.languages a{
	display: block;
	float: left;
	width: 31px;
	height: 31px;
	border-radius: 30px;
	font-weight: bold;
	text-align: center;
	color: #fff;
    padding-top: 5px;
}
.languages a.active{
	background-color: #fff;
	color: #406c98;
}
.social{
	float: right;
}
.social a{
	display: block;
	width: 39px;
	height: 39px;
	float: right;
	margin-left: 7px;
	border-radius: 30px;
	background-color: #173061;
	background-position: center;
	background-repeat: no-repeat;
}
.social a.fb{
	background-image: url(/images/fb.png);
}
.social a.insta{
	background-image: url(/images/insta.png);
}
nav{
	position: relative;
    z-index: 2;
}
.main-menu{
	background-color: rgba(23, 48, 97, 0.9);
}
.main-menu ul,
.footer-menu ul{
	margin: 0;
	padding: 14px 0;
	list-style: none;
	text-align: center;
}
.main-menu ul li,
.footer-menu ul li{
	display: inline-block;
	margin: 2px 15px 2px 0;
}
.main-menu ul a,
.footer-menu ul a{
	font-size: 16px;
	font-weight: bold;
	color: #6ad7ff;
	text-transform: uppercase;
}
.main-menu ul a:hover,
.footer-menu ul a:hover{
	text-decoration: underline;
}
footer{
	position: absolute;
	width: 100%;
	height: 365px;
	bottom: 0;
	background-color: #1d568b;
	color: #5dbee2;
}
.footer-menu ul li{
	margin: 5px 9px 5px 0;
}
.footer-menu ul a{
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}
footer .phones{
	line-height: 26px;
    margin-top: 15px;
}
footer .address,
footer .copy{
	font-family: Arial;
	text-align: center;
	margin-top: 15px;
}
footer .copy{
	margin-top: 30px;
	line-height: 25px;
}
footer .copy a{
	color: #fff;
}
footer .copy a:hover{
	text-decoration: underline;
}
.content{
	padding-bottom: 40px;
	border-top: 5px solid #15a7d4;
	background: #d3d9db;
	background: -moz-linear-gradient(left, #d3d9db 0%, #f3f6f7 42%, #f3f6f7 65%, #d3d9db 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #d3d9db), color-stop(42%, #f3f6f7), color-stop(65%, #f3f6f7), color-stop(100%, #d3d9db));
	background: -webkit-linear-gradient(left, #d3d9db 0%, #f3f6f7 42%, #f3f6f7 65%, #d3d9db 100%);
	background: -o-linear-gradient(left, #d3d9db 0%, #f3f6f7 42%, #f3f6f7 65%, #d3d9db 100%);
	background: -ms-linear-gradient(left, #d3d9db 0%, #f3f6f7 42%, #f3f6f7 65%, #d3d9db 100%);
	background: linear-gradient(to right, #d3d9db 0%, #f3f6f7 42%, #f3f6f7 65%, #d3d9db 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d9db', endColorstr='#d3d9db', GradientType=1 );
}
h1{
	font-size: 24px;
	color: #5b6569;
	font-family: 'UniSansHeavyCaps';
	display: table;
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 37px;
}
h1:before,
h1:after{
	content: "";
	display: block;
	position: absolute;
	width: 54px;
	height: 11px;
	top: 5px;
	border-top: 3px solid #13abd7;
	border-bottom: 3px solid #13abd7;
}
h1:before{
	left: -62px;
}
h1:after{
	right: -62px;
}
#map{
	/*width: 100%;*/
	height: 300px;
	margin-top: 27px;
	margin-left: -20px;
    margin-right: -20px;
}
#contacts h2{
	color: #2d8fbc;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: 20px;
}
#contacts p, #contacts td{
	color: #3e4d53;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	line-height: 24px;
}
#contacts td {
	padding: 0 3px;
	text-align: left;
}
#contacts p span, #contacts td:first-child{
	font-weight: normal;
	text-align: right;
}
#contacts p a{
	color: #3e4d53;
}
#contacts p a:hover{
	text-decoration: underline;
}
.navigation{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 35px;
}
.navigation a{
	font-size: 24px;
	color: #5b6569;
	font-weight: bold;
	border-bottom: 1px dashed #5b6569;
	text-transform: uppercase;
	margin: 0 12px;
}
.navigation a:hover{
	border-bottom: none;
}
.navigation a.active{
	color: #13abd7;
	border-bottom: none;
}
.video-item{
	position: relative;
	margin-bottom: 20px;
}
.video-item img{
	width: 100%;
}
.video-item .player{
	position: absolute;
	width: 76px;
	height: 76px;
	top: 50%;
	left: 50%;
	margin-top: -38px;
	margin-left: -38px;
	border-radius: 50px;
	background-color: #2f3a4c;
}
.video-item .triangle{
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 24px solid #dbe0e1;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -7px;
}
.video-item .triangle:after{
    content: "";
    position: absolute;
    top: -10px;
    left: -22px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 18px solid #2f3a4c;
}
.photo-wrapper img{
	width: 32.33333%;
	display: block;
	float: left;
	margin: 1px;
}
#news h1{
	margin-bottom: 30px;
}
#news .item{
	border-top: 2px solid #13abd7;
	margin-bottom: 35px;
}
#news .date{
	width: 66px;
	height: 66px;
	float: left;
	text-align: center;
	color: #fff;
	background-color: #13abd7;
	font-size: 23px;
	line-height: 23px;
	padding-top: 8px;
}
#news .date span{
	font-weight: bold;
	display: block;
	font-size: 18px;
}
#news .title{
	padding-top: 21px;
	padding-left: 20px;
	overflow: hidden;
}
#news .title a{
	font-size: 20px;
	font-weight: bold;
	color: #176ea0;
	line-height: 20px;
}
#news .title a:hover{
	text-decoration: underline;
}
#news p{
	font-size: 18px;
	color: #3e4d53;
	line-height: 24px;
	margin-top: 20px;
	margin-bottom: 0;
}
.back{
	text-align: center;
	margin-bottom: 44px;
}
.back a{
	font-size: 16px;
	font-weight: bold;
	color: #5b6569;
}
.back span.glyphicon{
	background-color: #13abd7;
	width: 19px;
	height: 19px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	border-radius: 15px;
	padding-top: 3px;
	margin-right: 10px;
}
.back span.text{
	border-bottom: 1px dashed #5b6569;
}
.back a:hover span.text{
	border-bottom: none;
}
#news .date.one{
	display: none;
}
#news h2{
	font-size: 30px;
	font-weight: bold;
	color: #404b4f;
	overflow: hidden;
}
#news img{
	margin-top: 22px;
	max-width: 100%;
}
#news .description p{
	line-height: 30px;
	margin-top: 30px;
}
#news .description a{
	color: #1d568b;
}
#news .description a:hover{
	text-decoration: underline;
}
#service h1{
	margin-bottom: 37px;
}
#service .block{
	/*padding-top: 23px;*/
	padding: 23px 0;
	border-top: 2px solid #13abd7;
}
#service .bold{
	font-weight: bold;
	line-height: 24px;
	font-size: 20px;
	color: #384246;
	text-align: center;
}
#service .bold span{
	color: #176ea0;
}
#service .image-wrapper{
	text-align: center;
	margin-bottom: 20px;
}
#service h2{
	font-size: 24px;
	color: #176ea0;
	line-height: 30px;
	font-weight: bold;
}
#service p{
	color: #3e4d53;
	font-size: 18px;
	line-height: 30px;
}
#service .item p{
	margin-bottom: 35px;
	overflow: hidden;
}
#service .item:last-child p{
	margin-bottom: 0;
}
#about img{
	width: 100%;
	margin-top: 35px;
	margin-bottom: 40px;
}
#about p{
	font-size: 18px;
	color: #3e4d53;
	line-height: 30px;
	margin-bottom: 30px;
}
#about p span{
	color: #1e87b8;
	font-weight: bold;
}
#about ul{
	font-size: 18px;
	color: #3e4d53;
	line-height: 30px;
    margin-top: -20px;
    margin-bottom: 30px;
}
#port .back{
	margin-top: 30px;
	margin-bottom: 20px;
}
#port h2{
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	color: #176ea0;
	font-weight: bold;
}
#port .image{
	margin-left: -20px;
	width: -moz-calc(100% + 40px);
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-top: 23px;
    margin-bottom: 28px;
}
#port p{
	font-size: 18px;
	color: #3e4d53;
	line-height: 24px;
	margin-bottom: 24px;
}
#port p span{
	font-weight: bold;
}
.port-table{
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}
.port-table .item{
	overflow: hidden;	
    width: 50%;
    max-width: 290px;
    float: left;
}
.port-table .item .name{
	float: left;
	padding: 0 .4em 0 0;
	margin: 0;
	color: #3e4d53;
}
.port-table .value{
	color: #176ea0;
	padding: 0 0 0 .4em;
	float: left;
	width: 50%;
}
/*.port-table .item .fr{
	float: right;
	padding: 0 0 0 .4em;
	margin: 0;
}*/
.port-table .item:after{
	content: "";
	display: block;
	overflow: hidden;
	height: 1em;
	border-bottom: 1px dotted #5b6569;
}
#portmap{
	width: 640px;
	min-height: 500px;
	background: url(/images/map-port.png) no-repeat;
	background-size: contain;
	margin: 0 auto;
	position: relative;
}
.map-wrapper{
	overflow-x: auto;
    overflow-y: hidden;
}
.map-wrapper::-webkit-scrollbar { 
    display: none; 
}
#port-map .content{
	padding-left: 0;
	padding-right: 0;
}
.link-mark{
	font-size: 14px;
	font-family: 'BebasNeuewebfont';
	color: #68d7ff;
	position: absolute;
	text-transform: uppercase;
}
.link-mark:hover{
	color: #68d7ff;
	text-decoration: underline;
}
.link-mark.oral{
	left: 100px;
    top: 171px;
}
.link-mark.astana{
    left: 348px;
    top: 149px;
}
.link-mark.aktobe{
    left: 173px;
    top: 199px;
}
.link-mark.sary{
	left: 361px;
    top: 212px;
}
.link-mark.atyrau{
	left: 124px;
    top: 225px;
}
.link-mark.aktau{
    left: 104px;
    top: 301px;
}
.link-mark.ala{
    left: 433px;
    top: 295px;
}
.link-mark.aulie{
    left: 348px;
    top: 309px;
}
.link-mark.shym{
    left: 311px;
    top: 334px;
}
.link-mark:before{
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 10px;
	background-color: #0e3462;
	border: 3px solid #fff;
	position: absolute;
}
.link-mark.up:before{
	top: -15px;
    left: 50%;
    margin-left: -6px;
}
.link-mark.down:before{
	bottom: -11px;
    left: 50%;
    margin-left: -6px;
}
.link-mark.left:before{
	left: -17px;
    top: 3px;
}
.mark-text{
	position: absolute;
	top: 195px;
	width: 100%;
	max-width: 346px;
	min-height: 248px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.26);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.26);
    background-color: #fff;
    padding-bottom: 15px;
    display: none;
    z-index: 3;
}
.mark-text img{
	width: 100%;
}
.mark-text h3{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	color: #21709b;
	padding: 15px 15px 0 12px;
}
.mark-text p{
	font-size: 12px;
	font-family: Tahoma;
	color: #60707f;
	padding: 13px 15px 0 12px;
}
.mark-text .more{
	font-size: 14px;
	font-weight: bold;
	
	float: right;
	padding-right: 15px;
}
.mark-text .more a{
	color: #5b6569;
}
.mark-text .more span{
	background-color: #13abd7;
    width: 19px;
    height: 19px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    padding-top: 3px;
    margin-left: 10px;
}
#index .content{
	padding-left: 0;
	padding-right: 0;
	/*margin-top: 155px;*/
	border: 0;
	padding-bottom: 0;
}
#main-carousel{
	/*position: absolute;*/
	width: 100%;
    height: 435px;
    z-index: 1;
}
#main-carousel + header{
	position: absolute;
	top: 0;
	width: 100%;
}
#main-carousel + header + nav{
	position: absolute;
	width: 100%;
	top: 200px;
}
#main-carousel .item{
	width: 100%;
	height: 435px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*position: relative;*/
}
#main-carousel .item .text{
	width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
	bottom: 0;
	position: absolute;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	padding: 20px 20px 46px 20px;
	font-family: 'BebasNeuewebfont';
	border-top: 3px solid #40ccff;
	background-color: rgba(19, 23, 30, 0.7);
	text-align: center;
}
#main-carousel .item .text span{
	color: #40ccff;
}
#main-carousel .carousel-indicators{
	bottom: 5px;
}
#main-carousel .carousel-indicators li{
	width: 7px;
	height: 7px;
	border: 0;
	background-color: #fff;
	margin: 0 12px;
}
#main-carousel .carousel-indicators li.active{
	margin: -5px 8px;
    width: 18px;
    height: 18px;
}
.about .text{
	padding-top: 30px;
}
.about img{
	display: none;
	float: left;
}
.about h1{
	color: #13abd7;
    margin-bottom: 20px;
}
.about h1:before,
.about h1:after{
	border-color: #5b6569;
}
.about p{
	color: #5b626c;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	margin-bottom: 25px;
}
.about p a{
	color: #13abd7;
	text-decoration: underline;
}
.about p a:hover{
	text-decoration: none;
}
.advantage{
	background: url(/images/advan-bg.png) no-repeat center;
    background-size: cover;
	padding-bottom: 58px;
}
.advantage .item{
	width: 280px;
	height: 262px;
	margin: 25px auto 0;
}
.advantage .icon-wrapper{
	display: table;
	width: 185px;
	height: 185px;
	margin: 0 auto;
}
.advantage .icon{
	width: 185px;
	height: 185px;
	color: #fff;
	text-align: center;
	font-size: 23px;
	vertical-align: middle;
	display: table-cell;
	font-family: 'UniSansHeavyCaps';
	line-height: 30px;
	position: relative;
}
.advantage .icon:after{
	content: "";
	width: 130px;
    height: 130px;
    position: absolute;
    top: 28px;
    left: 28px;
	z-index: 1;
	background-color: #037aac;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.advantage .icon .big{
	font-size: 63px;
}
.advantage .icon img,
.advantage .icon span{
	z-index: 2;
	position: relative;
}
.advantage .text-wrapper{
    margin-top: -94px;
}
.advantage .text{
	font-size: 21px;
	color: #fff;
	font-family: 'UniSansHeavyCaps';
	text-align: center;
	border: 3px solid #037aac;
	height: 171px;
	width: 280px;
	padding-top: 96px;
    vertical-align: middle;
    display: table-cell;
}
.services{
	background: url(/images/service-bg.png) no-repeat center;
    background-size: cover;
    padding-bottom: 17px;
}
.services h1{
	color: #fff;
	margin-bottom: 20px;
}
.services h1:before,
.services h1:after{
	border-color: #fff;
}
.services .item{
	background-color: rgba(33, 46, 69, 0.72);
	margin-bottom: 17px;
	padding: 0 15px 25px;
	text-align: center;
}
.services .item .image-wrapper{
	height: 145px;
	width: 100%;
	display: table;
}
.services .item .image{
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
.services h2{
	color: #40ccff;
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'BebasNeuewebfont';
}
.services .separator{
	display: none;
}
.services .separator span{
	width: 5px;
	height: 5px;
	display: inline-block;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 1px;
}
.services p{
	color: #c2d9e0;
	display: none;
}
.map-port-wrapper{
	background-color: #2e8eb8;
	padding-top: 37px;
}
.map-port-wrapper h1{
	margin-top: 0;
	color: #fff;
}
.map-port-wrapper h1:after,
.map-port-wrapper h1:before{
	border-color: #fff;
}
.map-port-wrapper .map-wrapper{
	margin-top: -46px;
}
#index .gallery{
	background-color: #202935;
	padding-top: 37px;
	padding-bottom: 32px;
}
#index .gallery h1{
	color: #fff;
	margin-top: 0;
	margin-bottom: 32px;
}
#index .slick-slider img{
	max-height: 120px;
}
#index .slick-slider .slick-arrow{
	position: absolute;
    top: 1px;
    display: none!important;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 7;
	font-size: 23px;
	color: #fff;
	width: 48px;
	height: 48px;
	top: 50%;
	margin-top: -24px;
	background-color: #2786bb;
	border-radius: 40px;
}
#index .slick-slider .slick-arrow.slick-prev{
	left: 30px;
}
#index .slick-slider .slick-arrow.slick-next{
	right: 30px;
}
#index .slick-slider .slick-arrow.slick-prev:before{
	content: "\e257";
}
#index .slick-slider .slick-arrow.slick-next:before{	
	content: "\e258";
}
    
@media (min-width: 640px){
	body{
		padding-bottom: 300px;
	}
	.container{
		padding-left: 30px;
		padding-right: 30px;
	}
	header{
		height: 155px;
	}
	.logo-wrapper{
		float: left;
	}
	.logo{
		margin-top: 20px;
	}
	.lang-soc-wrapper{
		margin-top: 25px;
		float: right;
	}
	.languages{
		margin-right: 18px;
	}
	header .phones{
		text-align: left;
	    margin-top: 20px;
	}
	.phones div{
		float: left;
		margin-left: 12px;
	}
	.phones .image{
		display: block;
		width: 39px;
		height: 39px;
		background: url(/images/phone.png) #173061 no-repeat center;
		border-radius: 30px;
		margin-left: 0;
		margin-right: -5px;
		margin-top: 3px;
	}
	header .phones span{
		margin-left: 52px;
	}
	nav{
		padding-bottom: 27px;
	}
	.main-menu ul{
		text-align: left;
		padding: 7px 0;
	}
	.main-menu ul li{
		position: relative;
		padding-left: 22px;
		margin-top: 4px;
		margin-bottom: 4px;
	}
	.main-menu ul li:before{
		content: "";
		display: block;
		position: absolute;
		width: 8px;
	    height: 10px;
	    left: 0;
	    top: 6px;
	    background: #fff;
	    -webkit-transform: rotate(48deg);
	    -moz-transform: rotate(48deg);
	    -o-transform: rotate(48deg);
	    transform: rotate(48deg);
	}
	footer{
		height: 300px;
	}
	.footer-menu ul{
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.footer-menu ul li{
		margin: 7px 0;
		padding: 0 20px;
		position: relative;
	}
	.footer-menu ul li:after{
		content: "";
		display: block;
		width: 1px;
		height: 15px;
		background-color: #159ccf;
		position: absolute;
		right: 0;
		top: 3px;
	}
	.footer-menu ul li:last-child:after{
		display: none;
	}
	footer .phones{
		width: 323px;
		margin-left: auto;
		margin-right: auto;
	}
	footer .address{
		margin-top: 10px;
	}
	footer .copy{
		margin-top: 25px;
	}
	footer .copy div{
		float: left;
	}
	footer .copy div:last-child{
		float: right;
	}
	h1{
		font-size: 36px;
	}
	h1:after,
	h1:before{
		top: 10px;
	}
	#map{
		margin-left: 0;
	    margin-right: 0;
	}
	.video-item{
		/*padding: 0 25px;*/
		margin-bottom: 25px;
		max-width: 535px;
		margin-left: auto;
		margin-right: auto;
	}
	.photo-wrapper img{
		margin: 2px;
	}
	#news .title a{
		font-size: 24px;
		line-height: 24px;
	}
	#news p{
		margin-top: 0;
		padding-left: 85px;
	}
	#news .date.one{
		display: block;
		margin-right: 27px;
	}
	#news h2{
		padding-left: 0px;
	}
	#news .description p:first-child{
		margin-top: 10px;
	}
	#news .description p{
		padding-left: 0;
	}
	#service .image-wrapper{
		float: left;
		width: 145px;
		margin-right: 20px;
		margin-bottom: 0;
	    padding-top: 11px;
	}
	#port .image{
		margin-left: 0;
		width: 100%;
	}
	.map-wrapper{
		padding-left: 50px;
	}
	#main-carousel + header + nav{
		top: 155px;
	}
	#main-carousel{
	    height: 410px;
	}
	#main-carousel .item{
		height: 410px;
	}
	#main-carousel .item .text{
		width: 185px;
		padding-bottom: 20px;
	}
	#main-carousel .carousel-indicators{
		bottom: 25px;
	}
	.about .text{
		overflow: hidden;
		padding-left: 30px;
		padding-top: 40px;
	}
	.about h1{
		margin-top: 30px;
		text-align: left;
		margin-left: 0;
		width: 100%;
	}
	.about h1:before{
		display: none;
	}
	.about h1:after{
		width: -moz-calc(100% - 48px);
	    width: -webkit-calc(100% - 48px);
	    width: calc(100% - 48px);
	}
	.about img{
		display: block;
		width: 185px;
	}
	.advantage{
		padding-bottom: 40px;
	}
	.advantage > .container{
		text-align: justify;
	}
	.advantage .item{
		display: inline-block;
		width: 185px;
		height: 172px;
		margin-top: 55px;
	}
	.advantage .icon-wrapper{
		width: 122px;
		height: 122px;
	}
	.advantage .icon{
		font-size: 15px;
		line-height: 21px;
		width: 122px;
		height: 122px;
	}
	.advantage .icon:after{
		width: 85px;
	    height: 85px;
	    top: 18px;
	    left: 18px;
	}
	.advantage .icon .big{
		font-size: 42px;
	}
	.advantage .icon img{
		max-width: 55%;
	}
	.advantage .text-wrapper{
		margin-top: -63px;
	}
	.advantage .text{
		font-size: 14px;
		height: 113px;
		padding-top: 60px;
	}
	.services > .container{
		text-align: justify;
	}
	.services .item{
		display: inline-block;
		width: 185px;
		height: 273px;
		vertical-align: top;
	}
	.services .item .image-wrapper{
		height: 100px;
	}
	.services .item .image img{
		max-width: 36%;
	}
	.services .item h2{
		font-size: 18px;
	}
	.services .item .separator{
		display: block;
	    margin-top: -3px;
	    margin-bottom: 2px;
	}
	.services .item p{
		display: block;
		overflow: hidden;
	    height: 120px;
	}
	#index .slick-slider img{
		max-height: 180px;
	}
	#index .gallery{
		padding-top: 90px;
	}
	#index .slick-slider:before,
	#index .slick-slider:after{
		content: '';
		display: block;
		width: 115px;
		height: 180px;
		background-size: cover;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		z-index: 2;
	}
	#index .slick-slider:before{
		left: 0;
		background-image: url(/images/slider-before.png);
		background-position: top right;
	}
	#index .slick-slider:after{
		right: 0;
		background-image: url(/images/slider-after.png);
		background-position: top left;
	}
	#index .slick-slider .slick-arrow{
		display: inline-block!important;
	}
}
@media (min-width: 1000px){
	body{
		padding-bottom: 255px;
	}
	.container{
		width: 1000px;
		padding: 0;
		margin: 0 auto;
	}
	.content{
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 60px;
	}
	header{
		height: 95px;
	}
	.logo{
		float: left;
	}
	header .phones{
		float: left;
		margin-left: 65px;
	}
	.languages{
		margin-right: 43px;
	}
	.main-menu ul{
		text-align: center;
	    padding: 6px 0;
	}
	.main-menu ul li{
		margin-top: 2px;
		margin-right: 30px;
	}
	footer{
		height: 255px;
	}
	.footer-menu ul{
		padding-top: 58px;
	}
	.footer-menu ul li{
		padding: 0 18px;
	}
	.footer-menu ul li:first-child{
		padding-left: 0;
	}
	.footer-menu ul li:last-child{
		padding-right: 0;
	}
	.footer-contacts{
		position: absolute;
		width: 400px;
	    left: 50%;
	    margin-left: -200px;
	}
	footer .phones{
		margin-top: 7px;
	}
	footer .copy{
		margin-top: 0;
	}
	.navigation{
		margin-bottom: 55px;
	}
	.photo-wrapper img{
		width: 24.55%;
	}
	#news .item{
		padding-right: 70px;
	}
	#portmap{
		width: 950px;
		height: 650px;
		background-size: initial;
	}
	.link-mark{
		font-size: 20px;
	}
	.link-mark.oral{
		left: 151px;
		top: 251px;
	}
	.link-mark.atyrau {
	    left: 176px;
	    top: 345px;
	}
	.link-mark.astana{
        left: 517px;
	    top: 223px;
	}
	.link-mark.aktobe{
        left: 261px;
        top: 287px;
	}
	.link-mark.sary{
		left: 538px;
		top: 314px;
	}
	.link-mark.aktau{
		left: 149px;
		top: 448px;
	}
	.link-mark.ala{
	    left: 640px;
	    top: 443px;
	}
	.link-mark.aulie{
	    left: 517px;
	    top: 463px;
	}
	.link-mark.shym{
	    left: 465px;
	    top: 500px;
	}
	.link-mark.astana:before{
		width: 16px;
	    height: 16px;
	    bottom: -14px;
	    margin-left: -8px;
	}
	#oral{
		left: 175px;
	    top: 251px;
	    right: initial;
	}
	#astana{
		top: -5px;
	    left: 550px;
	    right: initial;
	}
	#aktobe{
		left: 292px;
	    top: 19px;
	    right: initial;
	}
	#sary{
		top: 47px;
	    left: 582px;
	    right: initial;
	}
	#atyrau{
		top: 96px;
	    left: 172px;
	    right: initial;
	}
	#aktau{
		top: 200px;
	    left: 146px;
	    right: initial;
	}
	#ala{
		top: 220px;
	    left: 309px;
	    right: initial;
	}
	#aulie{
		top: 236px;
	    left: 561px;
	    right: initial;
	}
	#shym{
		top: 272px;
	    left: 504px;
	    right: initial;
	}
	#index > .container{
		width: 100%;
	}
	#main-carousel + header + nav{
		top: 95px;
	}
	#main-carousel .item .text{
		width: 320px;
		font-size: 40px;
		line-height: 42px;
		text-align: left;
		padding: 25px;
	}
	.about{
		padding-bottom: 65px;
	}
	.about .text{
		padding-left: 50px;
	}
	.about img{
		width: 320px;
	}
	.advantage{
		padding-bottom: 75px;
	}
	.advantage .item{
		width: 320px;
		height: 300px;
	}
	.advantage .icon-wrapper{
		width: 210px;
		height: 210px;
	}
	.advantage .icon{
		font-size: 26px;
		line-height: 30px;
		width: 210px;
		height: 210px;
	}
	.advantage .icon:after{
		width: 145px;
	    height: 145px;
	    top: 32px;
	    left: 32px;
	}
	.advantage .icon .big{
		font-size: 72px;
	}
	.advantage .text-wrapper{
		margin-top: -107px;
	}
	.advantage .text{
		font-size: 24px;
		height: 197px;
	    padding-top: 103px;
		width: 320px;
	}
	.services{
		padding-bottom: 60px;
	}
	.services h1 {
	    margin-top: 50px;
	    margin-bottom: 30px;
	}
	.services .item{
		width: 320px;
		height: 420px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.services .item .image-wrapper{
		height: 180px;
	}
	.services .item .image img{
		max-width: 100%;
	}
	.services .item h2{
		font-size: 30px;
	}
	.services .item .separator{
		margin-top: -1px;
	    margin-bottom: 5px;
	}
	.services .separator span{
		width: 7px;
		height: 7px;
		margin: 0 2px;
	}
	#index .gallery{
		padding: 50px 0;
	}

	#index .slick-slider img{
		max-height: 332px;
	}
	#index .slick-slider:before,
	#index .slick-slider:after{
		width: 220px;
		height: 332px;
	}
	#index .slick-slider .slick-arrow.slick-prev{
		left: 50px;
	}
	#index .slick-slider .slick-arrow.slick-next{
		right: 50px;
	}
}
@media (min-width: 1400px){
	body{
		background-size: contain;
	}
}