*, 
*:before, 
*:after{
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}

img{
	height: auto;
	max-width: 100%;
}
figure {
	position: relative;
}
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus{
	color: #fff;
	text-decoration: none;
	outline: none;
}
figure img, 
figure video, 
figure object, 
figure embed {
	display:block;
	max-width: 100%;
}
.left{
	float: left;
}
.right{
	float: right;
}
.fixed{
	position: fixed;
}
.clear:before,
.clear:after,
.container:before,
.container:after,
.wrapper:before,
.wrapper:after {
    content: " ";
    display: table;
}
.clear:after,
.container:after,
.wrapper:after
 {
    clear: both;
}
/* IE6/7 support */
.clear,
.container,
.wrapper {
    *zoom: 1;
}
.padding-left-zero{
	padding-left: 0;
}
.padding-left-5{
	padding-left: 5px;
}
.padding-left-4{
	padding-left: 4px;
}
.padding-right-zero{
	padding-right: 0;
}
.padding-right-5{
	padding-right: 5px;
}
.padding-all-zero{
	padding: 0;
}
.vertical-middle{
	position:absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gorizontal-center{
	position:absolute;
	left:50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.middle-center{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
input:focus, input:active,
textarea:focus, textarea:active{
	outline: none;
}

input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
textarea::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
textarea:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}



body{
	font-family: 'HeliosCond';
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	color: #326292;
	background: #fff;
    overflow-x: hidden;
    position: relative;
    zoom:0.7;
}
.container-fluid{
	width: 93%;
	
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~HEADER~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
	padding-top: 32px;
}
header .container-fluid{
	width: 100%;
	max-width: 100%;
}
.logo{
	float: left;
}
.logo > a{
	display: inline-block;
	vertical-align: top;
    overflow:hidden;
}
.logo > a > img{
    width: 40%;
    margin-bottom: 2%;
    margin-left: 10px;
}
.lk-btn{
	float: right;
}
.lk-btn > a{
	display: inline-block;
	vertical-align: top;
	font-size: 35px;
	line-height: 39px;
	font-weight: 700;
	color: #fff;
	background: #326292;
	padding: 20px 105px;
	-webkit-box-shadow: 10px 10px 40px 0 rgba(0,0,0,0.4);
	box-shadow: 10px 10px 40px 0 rgba(0,0,0,0.4);
	-webkit-transition: box-shadow .4s;
    -moz-transition: box-shadow .4s;
    -o-transition: box-shadow .4s;
    transition: box-shadow .4s;
}
.lk-btn > a:hover{
	-webkit-box-shadow: 10px 10px 40px 0 rgba(0,0,0,0.6);
	box-shadow: 10px 10px 40px 0 rgba(0,0,0,0.6);
}	
.lkmobile{
display: none;
}


@media (max-width: 1199px){



}

@media (max-width: 991px){



}

@media (max-width: 767px){
    
    header {
        padding-top: 20px;
    }

.lk-btn{
	display: none;
    
}
.lkmobile{
    display:inline-block;
        position: absolute;
        top:20%;
        right:4%;
    }

}








/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-1~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-1{
	padding-top: 7%;
	padding-bottom: 10%;
	background: #326292 url(../img/bckground.png) no-repeat center bottom;
	background-size: cover;
    height: 100%;
}
h1{
	font-size: 100px;
	line-height: normal;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 4px 4px rgba(0,0,0,0.25);
    width: 100%;
    max-width: 45%;
}

.b-1-text{
	font-size: 30px;
	line-height: 34px;
	color: #fff;
	margin-bottom: 5%;
    margin-top:1%;
	width: 47%;
	max-width: 50%;
    border: none;
}

.b-1-text p{
	margin-bottom: 30px;
}	
.b-1-text a{
	color: #fff;
	-webkit-transition: text-shadow .4s;
    -moz-transition: text-shadow .4s;
    -o-transition: text-shadow .4s;
    transition: text-shadow .4s;
}
.b-1-text a:hover{
	text-shadow: 0 4px 4px rgba(255,255,255,0.25);
}	

.rec:before{
  content:"";
    display: inherit;
  position:absolute;
    top:29%;
height: 11px;
    width:100%;
    margin-left: 50px;
  background:#fff;
  padding:5px;
z-index:-1;
}


.color{
  display: block;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background: #EF742F;
	margin-bottom: 30px;
    margin-left:0%;
	-webkit-box-shadow: 0 0 0 6px rgba(255,255,255,0.1);
	box-shadow: 0 0 0 6px rgba(255,255,255,0.1);
	-webkit-transition: background .4s;
    -moz-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s;  
     z-index: 1;
    position: relative;
}


.color:hover{
	background: #326292;
}

.break{
    display: inline-block;
}
.menuBurger {
    display:none;
}

.b-1 ul {
	width: 35%;
	list-style-type: none;
	margin-bottom: 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
.b-1 ul:after {
	content: '';
	display: block;
	width: calc(100% - 30px);
	height: 10px;
	position: absolute;
	background-color: #fff;
	top: 32px;
	left: 10px;
	z-index: 0;
}
.b-1 ul li {
	position: relative;
	z-index: 1;
}
.b-1 ul li:first-child {
}
.b-1 ul a {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: #fff;
}
.b-1 ul a:hover i {
	background-color: #EF742F;
}
.b-1 ul a:hover span {
	color: #ffffff;
}
.b-1 ul i.active{background-color: #EF742F;}
.b-1 ul a:hover i.active{background-color: #326292;}
.b-1 ul i {
	display: block;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background: #fff;
	margin-bottom: 20px;
	transition: .3s;
	box-shadow: 0 0 0 6px rgba(255,255,255,0.1);
}
.b-1 ul span {
	display: flex;
	text-align: center;
	transition: .3s;
	font-size: 24px;
	font-weight: 700;
}

@media (max-width: 1499px){
.b-1 ul{width:45%}
	h1 {
	    font-size: 90px;
	    margin-bottom: 72px;
	}
	.b-1-text {
	    font-size: 24px;
	    line-height: 28px;
	    margin-bottom: 60px;
	}

	.lk-btn > a {
	    font-size: 32px;
	    line-height: 36px;
	    padding: 20px 65px;
	}    
        .color {
	    display: block;
	    width: 64px;
	    height: 64px;
	} 
}
@media (max-width: 1250px){
    	.b-1 ul > li > div > a {
	    
        left:-18%;
	}


    }
@media (max-width: 1199px){

	h1 {
	    font-size: 76px;
	    margin-bottom: 60px;
	}
	.logo > a > img {
	    display: block;
	}
	.b-1-text {
	    font-size: 22px;
	    line-height: 26px;
	    margin-bottom: 60px;
	}
	.b-1 ul span{font-size:20px}
    .color {
	    display: block;
	    width: 54px;
	    height: 54px;
	} 
	.b-1 {
	    padding-bottom: 140px;
	    background-size: cover;
	}


}


@media (max-width: 991px){
.b-1 ul:after{top: 27px;}
.b-1 ul i {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.b-1 ul span{font-size:18px}
	.logo > a > img {
	    display: block;
	}
	.lk-btn > a {
	    font-size: 24px;
	    line-height: 28px;
	    padding: 16px 30px;
	}
	h1 {
	    font-size: 60px;
	    margin-bottom: 50px;
        max-width: 50%;
	}
    .b-1-text {
	    font-size: 22px;
	    line-height: 26px;
	    margin-bottom: 60px;
        max-width: 45%;
	}
    .b-1-text p{
	margin-bottom: 18px;
}
    .color {
	    display: block;
	    width: 44px;
	    height: 44px;
	} 


	.b-1 {
	    padding-bottom: 95px;
	    background-size: cover;
	}

}
@media (max-width: 960px){
  .b-1-text {
	    font-size: 20px;
	    line-height: 26px;
	    margin-bottom: 60px;
        max-width: 45%;
	}

    }

@media (max-width: 767px){
.b-1 ul:after{display:none}
.b-1 ul{display:block;width: 100%;margin: 20px 0 0 0;}
	.b-1 {
	    padding-top: 30%;
	    padding-bottom: 10%;
	    background-image: url(../img/Zastavka_mobile.png);
	    height: 100%;
	}
    .break{
    display: none;
    content: " ";
}
	.logo > a > img {
	   max-width: 80%;
        min-width: 65%;
        margin-left: 3%;
	}
	.logo {
	    float: none;
	    text-align: left;
	    margin-bottom: 15px;
	}
	.lk-btn {
	    float: none;
	    text-align: center;
	}
	header {
	    padding-top: 15px;
	}
	h1 {
	    font-size: 50px;
	    margin-bottom: 20px;
        margin-top: 0px;
	    text-align: left;
        max-width:100%;
	}
	.b-1-text {
	    font-size: 20px;
	    line-height: 25px;
	    margin-bottom: 10px;
        min-width: 90%;
	}
	.b-1-text p {
	    margin-bottom: 10px;
	}

	.b-1 ul > li {
	    position: relative;
	    text-align: left;
	    margin-bottom: 20px;
	}
	.b-1 ul i{margin: 0 15px 0 0;width: 50px;height: 50px;}
	.b-1 ul li a{
	    position: relative;
	    text-align: left;
	    display: flex;
	    justify-content: flex-start;
	    align-items: center;
	    flex-direction: row;
	}
	.b-1 ul li a br{display:none}
.rec:before{
  display: none;
}

    .color {
	    display: inline-block;
	    vertical-align: middle;
	    width: 50px;
	    height: 50px;
	    margin-bottom: 0;
	    margin-right: 15px;
	}

}
    
    @media (max-width: 380px){
       	.b-1 {
	    padding-top: 30%;
	    padding-bottom: 70%;
        background-image: url(../img/Zastavka_mobile.png);
        height: 700px;
	}
        	.b-1-text {
	    font-size: 18px;
	}
        .b-1 ul{
        position:absolute;
        width:100%;
        margin-top: 20px;
    }
	.b-1 ul > li {
	    float: none;
	    width: 100%;
	    position: relative;
	    text-align: left;
	    padding: 0px;
	    margin-bottom: 20px;
        width:100%;
	}

            .b-1 ul > li > div > a{
    left:18%;
}
    .b-1 ul > li > div > a.first{
    left:18%;
}
       }
    }
    }

.slick-slide:focus{
	outline: none;
}






/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-2~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-2{
	padding-bottom: 0;
    padding-top:2%;
	background: #fff;
    border: none
}
h2{
	font-size: 75px;
	line-height: 79px;
	font-weight: 700;
	color: #326292;
	padding: 0;
	margin: 0;
	margin-bottom: 80px;
	position: relative;
}
h2:after{
	content: '';
	width: 180px;
	height: 5px;
	background: #326292;
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: 20px;
}
.b-2-box{
	position: relative;
}
.b-2-box:after{
	content: '';
	display: table;
	clear: both;
}
.b-2-box > .b-2-item:first-child{
	padding-right: 27px;
}	
.b-2-box > .b-2-item:last-child{
	padding-left: 3%;
}
.b-2-item{
	float: left;
	width: 50%;
}
.slider-for-box{
	margin-bottom: 8px;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}
.slider-for .slick-slide > a{
	display: block;
	height: 430px;
}
.slider-for .slick-slide > a img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}	

.slider-nav-box{
	position: relative;
	margin: 8px -8px;
}
.slider-nav-item{
	padding: 8px 8px;
	height: 205px;

}
.slider-nav-item > img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
	-webkit-transition: box-shadow .4s;
    -moz-transition: box-shadow .4s;
    -o-transition: box-shadow .4s;
    transition: box-shadow .4s;
}
.slider-nav-item > img:hover{
	-webkit-box-shadow: 0 0px 8px 0 rgba(0,0,0,0.25);
	box-shadow: 0 0px 8px 0 rgba(0,0,0,0.25);
}	

.b-2-item table{
	width: 100%;
	font-weight: 700;
	margin-bottom: 30px;
    margin-left: 0%;
}
.b-2-item table td{
	width: 50%;
	vertical-align: middle;
}
.b-2-item table tr > td:first-child{
	padding-right: 15px;
}
.b-2-item table tr > td:last-child{
	padding-left: 15px;
}
.b-2{
	font-size: 30px;
	line-height: 34px;
}
.b-2-item p{
	margin-bottom: 30px;
    margin-left:0%;
}
.b-2-item p > span{
	display: block;
	font-weight: 700;
}


h3{
	font-size: inherit;
	line-height: inherit;
	font-weight: 700;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

.b-2 ul{
	list-style-type: none;
	margin: 0 -15px;
	margin-bottom: 30px;
    margin-right:-7%;
	position: relative;
}
.b-2 ul:after{
	content: '';
	display: table;
	clear: both;
    
}
.b-2 ul > li{
	float: left;
	width: 49%;
	padding: 0 15px;
	padding-left: 71px;
	position: relative;
	margin-bottom: 40px;
}
.b-2 ul > li > span{
	display: block;
	width: 44px;
	height: 54px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -27px;
}
.b-2 ul > li > span img{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}	

.b-2 ul.full-width{
	margin-left: 0;
	margin-right: 0;
}
.b-2 ul.full-width > li {
    float: none;
    width: 100%;
    padding: 0px;
    padding-left: 71px;
    position: relative;
    margin-bottom: 40px;
}
.b-2 ul.full-width > li a{
	color: #326292;
	text-decoration: underline;
}	
.b-2 ul.full-width > li a:hover{
	text-decoration: none;
}	

.b-2 ul.full-width p{
	margin-bottom: 30px;
}




@media (max-width: 1499px){

	.slider-for .slick-slide > a {
	    display: block;
	    height: 320px;
	}
	.slider-nav-item {
	    padding: 8px 8px;
	    height: 140px;
	}
	h2 {
	    font-size: 70px;
	    line-height: 74px;
	    margin-bottom: 80px;
	}
	.b-2 {
	    font-size: 24px;
	    line-height: 28px;
	}
	.b-2-item p {
	    margin-bottom: 24px;
	}
	.b-2-item table {
	    margin-bottom: 24px;
	}

}

@media (max-width: 1199px){

	.b-2-box > .b-2-item:first-child {
	    padding-right: 15px;
	}
	.b-2-box > .b-2-item:last-child {
	    padding-left: 15px;
	}
	.slider-for .slick-slide > a {
	    display: block;
	    height: 270px;
	}
	.slider-nav-item {
	    padding: 8px 8px;
	    height: 120px;
	}
	.slider-for-box{
		margin-bottom: 14px;
	}
	.b-2 {
	    font-size: 22px;
	    line-height: 26px;
	}
	.b-2-item p {
	    margin-bottom: 22px;
         margin-left: 4%;
	}
	.b-2-item table {
	    margin-bottom: 22px;
        margin-left: 4%;
	}
	h2 {
	    font-size: 54px;
	    line-height: 58px;
	    margin-bottom: 80px;
	}

}


@media (max-width: 991px){

	h2 {
	    font-size: 44px;
	    line-height: 48px;
	    margin-bottom: 50px;
	}
	h2:after {
	    margin-top: 10px;
	}
	.slider-for .slick-slide > a {
	    display: block;
	    height: 220px;
	}
	.slider-nav-item {
	    padding: 8px 8px;
	    height: 90px;
	}
	.b-2 {
	    font-size: 18px;
	    line-height: 22px;
	}
	.b-2-item p {
	    margin-bottom: 18px;
	}
	.b-2-item table {
	    margin-bottom: 18px;
	}

}


@media (max-width: 767px){

	.b-2-item {
	    float: none;
	    width: 100%;
	}
	.b-2-box > .b-2-item:first-child {
	    padding-right: 0px;
	    margin-bottom: 60px;
        
	}
	.b-2-box > .b-2-item:last-child {
	    padding-left: 0px;
	}
	.slider-nav-box{
		display: none;
	}

	.b-2 ul.slick-dots {
	    position: absolute;
	    left: 0;
	    top: 100%;
	    display: block;
	    width: 100%;
	    padding: 0;
	    margin: 0;
	    margin-top: 20px;
	    list-style: none;
	    text-align: center;
	}
	.b-2 ul.slick-dots li {
		float: none;
	    position: relative;
	    display: inline-block;
	    vertical-align: top;
	    width: 10px;
	    height: 10px;
	    margin: 0 7px;
	    padding: 0;
	    cursor: pointer;
	    border-radius: 50%;
	}
	.slick-dots li button {
	    font-size: 0;
	    line-height: 0;
	    display: block;
	    width: 10px;
	    height: 10px;
	    padding: 0px;
	    cursor: pointer;
	    color: transparent;
	    border: 0;
	    outline: none;
	    background: #e1e4e7;
	    border-radius: 50%;
	    -webkit-transition: background .4s;
	    -o-transition: background .4s;
	    transition: background .4s;
	}
	.slick-dots li button:hover, .slick-dots li.slick-active button {
	    background: #326292;
	}
	.slider-for .slick-slide > a {
	    display: block;
	    height: auto;
        
	}

	h2 {
	    font-size: 30px;
	    line-height: 34px;
	    margin-bottom: 50px;
	}
	.b-2 {
	    font-size: 16px;
	    line-height: 20px;
	}
	.b-2-item p {
	    margin-bottom: 16px;
        margin-left:-3%;
	}
	.b-2-item table {
	    margin-bottom: 16px;
        margin-left:-3%;
        width: 80%;
	}

	.b-2 ul > li {
	    float: none;
	    width: 100%;
	    padding: 0px;
	    padding-left: 40px;
	    position: relative;
	    margin-bottom: 20px;
	}
	.b-2 ul.full-width > li {
	    float: none;
	    width: 100%;
	    padding: 0px;
	    padding-left: 40px;
	    position: relative;
	    margin-bottom: 20px;
	}
	.b-2 ul {
	    list-style-type: none;
	    margin: 0;
	    margin-bottom: 20px;
	    position: relative;
	}
	.b-2 ul > li > span {
	    display: block;
	    width: 30px;
	    height: 36px;
	    position: absolute;
	    left: 0px;
	    top: 50%;
	    margin-top: -18px;
	}
	.b-2 ul > li > span img{
		max-width: 30px;
		max-height: 34px;
	}
	h3{
		margin-bottom: 20px;
	}
	.b-2 ul.full-width p {
	    margin-bottom: 20px;
	}

}





/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-3~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-3{
	background: rgba(50,98,146,0.05);
    padding-top: 2%;
    font-size: 30px;
}


.b-3 ul{
	list-style-type: none;
	margin: 0 -15px;
	margin-bottom: 30px;
	position: relative;
}
.b-3 ul:after{
	content: '';
	display: table;
	clear: both;
}
.b-3 ul > li{
	float: left;
	width: 50%;
	padding-left: 71px;
	position: relative;
	margin-bottom: 5px;
   
}
.b-3 ul > li > span{
	display: block;
	width: 44px;
	height: 54px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -27px;
}
.b-3 ul > li > span img{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}	
.b-3 ul.full-width1{
	margin-left: 0;
	margin-right: 0;
    margin-top: 70px;
}
.b-3 ul.full-width1 > li {
    float: none;
    width: 100%;
    padding-bottom: 0;
    padding-left: 71px;
    position: relative;
    margin-bottom: 40px;
}
.b-3 ul.full-width1 > li a{
	color: #326292;
	text-decoration: underline;
}	
.b-3 ul.full-width1 > li a:hover{
	text-decoration: none;
}	

.b-3 ul.full-width{
	margin-left: 0;
	margin-right: 0;
}
.b-3 ul.full-width > li {
    float: none;
    width: 100%;
    padding-bottom: 0;
    padding-left: 71px;
    position: relative;
    margin-bottom: 15px;
}
.b-3 ul.full-width > li a{
	color: #326292;
	text-decoration: underline;
}	
.b-3 ul.full-width > li a:hover{
	text-decoration: none;
}	

.b-3 ul.full-width p{
	margin-bottom: 15px;
}
.b-3 ul.transport{
	margin-left: 0;
	margin-right: 0;
    list-style-type: disc;
}
.b-3 ul.transport > li {
    float: none;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0px;
    position: relative;
    margin-bottom: 0px;
    margin-left: 1.5%;
}




@media (max-width: 1499px){

	.b-3 {
	    font-size: 24px;
	    line-height: 28px;
	}
	.b-3-item p {
	    margin-bottom: 24px;
	}
	.b-3-item table {
	    margin-bottom: 24px;
	}

}

@media (max-width: 1199px){

	.b-3-box > .b-2-item:first-child {
	    padding-right: 15px;
	}
	.b-2-box > .b-2-item:last-child {
	    padding-left: 15px;
	}
	.slider-for .slick-slide > a {
	    display: block;
	    height: 270px;
	}
	.slider-nav-item {
	    padding: 8px 8px;
	    height: 120px;
	}
	.slider-for-box{
		margin-bottom: 14px;
	}
	.b-3 {
	    font-size: 22px;
	    line-height: 26px;
	}
	.b-3-item p {
	    margin-bottom: 22px;
	}
	.b-3-item table {
	    margin-bottom: 22px;
	}
	h2 {
	    font-size: 54px;
	    line-height: 58px;
	    margin-bottom: 80px;
	}
    .b-3 ul.transport > li {
    margin-left: 2%;
}

}


@media (max-width: 991px){

	h2 {
	    font-size: 44px;
	    line-height: 48px;
	    margin-bottom: 50px;
	}
	h2:after {
	    margin-top: 10px;
	}
	.slider-for .slick-slide > a {
	    display: block;
	    height: 220px;
	}
	.slider-nav-item {
	    padding: 8px 8px;
	    height: 90px;
	}
	.b-3 {
	    font-size: 18px;
	    line-height: 22px;
	}
	.b-3-item p {
	    margin-bottom: 18px;
	}
	.b-3-item table {
	    margin-bottom: 18px;
	}


}


@media (max-width: 767px){

	.b-3-item {
	    float: none;
	    width: 100%;
	}
	.b-3-box > .b-2-item:first-child {
	    padding-right: 0px;
	    margin-bottom: 60px;
	}
	.b-3-box > .b-2-item:last-child {
	    padding-left: 0px;
	}
	.slider-nav-box{
		display: none;
	}

	.b-3 ul.slick-dots {
	    position: absolute;
	    left: 0;
	    top: 100%;
	    display: block;
	    width: 100%;
	    padding: 0;
	    margin: 0;
	    margin-top: 20px;
	    list-style: none;
	    text-align: center;
	}
	.b-3 ul.slick-dots li {
		float: none;
	    position: relative;
	    display: inline-block;
	    vertical-align: top;
	    width: 10px;
	    height: 10px;
	    margin: 0 7px;
	    padding: 0;
	    cursor: pointer;
	    border-radius: 50%;
	}
	.slick-dots li button {
	    font-size: 0;
	    line-height: 0;
	    display: block;
	    width: 10px;
	    height: 10px;
	    padding: 0px;
	    cursor: pointer;
	    color: transparent;
	    border: 0;
	    outline: none;
	    background: #e1e4e7;
	    border-radius: 50%;
	    -webkit-transition: background .4s;
	    -o-transition: background .4s;
	    transition: background .4s;
	}
	.slick-dots li button:hover, .slick-dots li.slick-active button {
	    background: #326292;
	}
	.slider-for .slick-slide > a {
	    display: block;
	    height: auto;
	}

	h2 {
	    font-size: 30px;
	    line-height: 34px;
	    margin-bottom: 50px;
	}
	.b-3 {
	    font-size: 16px;
	    line-height: 20px;
	}
	.b-3-item p {
	    margin-bottom: 16px;
	}
	.b-3-item table {
	    margin-bottom: 16px;
	}


	.b-3 ul > li {
	    float: none;
	    width: 100%;
	    padding: 0px;
	    padding-left: 40px;
	    position: relative;
	    margin-bottom: 20px;
	}
	.b-3 ul.full-width > li {
	    float: none;
	    width: 100%;
	    padding: 0px;
	    padding-left: 40px;
	    position: relative;
	    margin-bottom: 20px;
	}
	.b-3 ul {
	    list-style-type: none;
	    margin: 0;
	    margin-bottom: 20px;
	    position: relative;
	}
	.b-3 ul > li > span {
	    display: block;
	    width: 30px;
	    height: 36px;
	    position: absolute;
	    left: 0px;
	    top: 50%;
	    margin-top: -18px;
	}
	.b-3 ul > li > span img{
		max-width: 30px;
		max-height: 34px;
	}
	h3{
		margin-bottom: 20px;
	}
	.b-3 ul.full-width p {
	    margin-bottom: 10px;
	}
.b-3 ul.full-width1 > li {
    float: none;
    width: 100%;
    padding-bottom: 0;
    padding-left: 71px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 0px;
}
    .b-3 ul.full-width1{
    margin-top: 0px;
}
     .b-3 ul.transport > li {
    margin-left: 4.5%;
}
}

	

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~BLOCK-4~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.b-4{
	padding-top:2%;
	padding-bottom: 50px;
	background: #fff;
}
.b-4 table{
	font-size: 30px;
	line-height: 25px;
	width: 100%;
}
.b-4 table th{
	background: rgba(50,98,146,0.1);
	font-weight: 700;
	padding: 32px 16px;
    text-align: left;
}
.b-4 table thead tr > th:first-child{
	padding-left: 2%;
    padding-right: 10px;
}	
.b-4 table thead tr > th:last-child{
	padding-right: 30px;
    text-align: center;
    padding-right: 10%;
}
.centric{
    text-align: right;
    padding:0 0;
}


.b-4 table td{
	font-weight: 400;
	text-align:right;
    border-bottom: 3px solid #ccc;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
}

.b-4 table tbody tr > td:nth-child(2n){
	padding-right: 5%;
    
}	
.b-4 table tbody tr > td:nth-child(2n+1){
	padding-right: 6%;
}

.b-4 table tbody tr > td:first-child{
	padding-right: 7%;
    min-width: 180px;	
}	
.b-4 table tbody tr > td:last-child{
	padding-right: 13%;
    padding-left: 0%;
}

.b-4 table tbody tr > td[colspan="7"]{
	padding-bottom: 10px;
	border-bottom: 3px solid #ccc;
    padding-top: 10px;
}	

.b-4 table p{
	margin-bottom: 25px;
}
.textik {
    text-align: left;
    width:100%;
}

.table-responsive {
    width: 100%;
    margin-bottom: 0px;
    overflow-y: hidden;
    border: 0;
}

.link-pdf{
	margin-bottom: 25px;
}
.link-pdf > a{
	display: inline-block;
	vertical-align: top;
	font-size: 30px;
	line-height: 20px;
	color: #326292;
	text-decoration: underline;
}
.link-pdf > a:hover{
	text-decoration: none;
}	
.b-3-links > a{
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 30px;
	color: #326292;
	padding-left: 70px;
	    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}
.b-3-links > a:hover{
	opacity: 0.7;
}	
.b-3-links > a:last-child{
	margin-right: 0;
    text-align: left;
}	
.b-3-links > a img{
	position:absolute;
	left: 0;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}	
	

@media (max-width: 1499px){

	.b-4 table {
	    font-size: 24px;
	    line-height: 28px;
	}
	.b-4 table th {
	    padding: 20px 15px;
	}
    .b-4 table thead tr > th:last-child{
    padding-right: 8%;
}
	.b-4 table td {
	    padding: 20px 15px;
	}
     .b-4 table tbody tr > td:last-child{
	padding-right: 8%;
}
	.b-4 table tbody tr > td[colspan="5"] {
	    padding-top: 0;
	    padding-bottom: 20px;
	}
    .b-4 .b-3-links > a {
	    font-size: 24px;
	    line-height: 28px;
	    margin-bottom: 0;
	}
    .b-3-links > a{
		padding-left: 50px;
		margin-right: 30px;
		font-size: 24px;
	    line-height: 28px;
	}

}

@media (max-width: 1199px){

    
    .b-4 table {
	    font-size: 20px;
	    line-height: 24px;
	}
        .b-4 table thead tr > th:last-child{
    padding-right: 7%;
}
	.b-4 table thead tr > th:first-child {
	    padding-left: 4%;
	}
    .b-4 table tbody tr > td:last-child{
	padding-right: 7%;
}
	.b-4 .b-3-links > a {
	    font-size: 20px;
	    line-height: 24px;
	    margin-bottom: 0;
	}
.link-pdf > a {
	    font-size: 20px;
	    line-height: 30px;
	}
    .b-3-links > a {
	    padding-left: 44px;
	    margin-right: 30px;
	    font-size: 20px;
	    line-height: 26px;
	}
}


@media (max-width: 991px){

	.b-4 table thead tr > th:first-child {
	    padding-left: 5%;
	    min-width: 90px;
	}
	.b-4 table thead tr > th:last-child {
	    padding-right: 15px;
	}

	.b-4 table thead tr > th:first-child {
	    padding-left: 8%;
	}
	.b-4 table {
	    font-size: 18px;
	    line-height: 22px;
	}
.link-pdf > a {
	    font-size: 18px;
	    line-height: 26px;
	}
    .b-3-links > a {
	    padding-left: 44px;
	    margin-right: 30px;
	    font-size: 18px;
	    margin-bottom: 15px;
	}
    .b-4 .b-3-links > a {
	    font-size: 18px;
	    line-height: 22px;
	}
}


@media (max-width: 767px){

	.b-4{
	padding-bottom: 30px;
}
    .link-pdf{
	margin-bottom: 10px;
}
    .b-4 table {
	    font-size: 16px;
	    line-height: 20px;
        margin-left:-2%;
        padding-top: 20px;
	}
    .b-4 table thead {
        display:none;
    }
    .b-4 table tr {
        display: block;
    }
    .b-4 table td {
        display: block;
        text-align: right;
        line-height: 20px;
        height: 25;
        border-bottom: 2px dotted rgba(50, 98, 146, 0.2);
    }
    .b-4 table tbody tr > td:nth-child(2n){
    padding-top: 0.5%;
    text-align: right;
        padding-right: 4%;
        padding-left: 4%;
}	
.b-4 table tbody tr > td:nth-child(2n+1){
    padding-top: 0.5%;
    padding-right: 4%;
    padding-left: 4%;
}

.b-4 table tbody tr > td:first-child{
    min-width: 180px;
    padding-top: 0.5%;
    text-align: right;
    padding-right: 4%;
    padding-left: 4%;
	
}	
.b-4 table tbody tr > td:last-child{
    border-bottom: 3px solid #ccc;
    text-align: right;
    padding-top: 8px;
    padding-bottom: 3px;
    padding-right: 20px;
    padding-left: 4%;

}
    
    .b-4 table tbody tr > td>a {
    position: absolute;
    top:0%;
    
}
    .textik {
    text-align: right;
    width:100%;

}

    .b-4 table td:before {
        content: attr(data-label);
        float:left;
        font-weight:bold;
        width:75%;
        text-align: left;
        line-height: 20px;
        margin-left:-1%;
    }
.b-4 table tbody tr > td[colspan="5"]{
	padding-top: 20px;
	padding-bottom: 20px;
    padding-left:3%;
	border-bottom: 3px solid #ccc;
    text-align: left;
    line-height: 20px;
    }
.b-3-links > a {
	    font-size: 16px;
	    line-height: 0px;
	    margin-bottom: 0;
        text-align: right;
	}
.link-pdf > a {
	    font-size: 16px;
	    line-height: 15px;
	}
.b-3-links > a {
	    padding-left: 44px;
	    margin-right: 0px;
	    font-size: 16px;
	    line-height: 24px;
	    margin-bottom: 1px;     
	}
.b-3-links > a > img {
	    height: 15px;
        top:-15%;
        
	}
}





/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~BLOCK-CONTACTS~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.map{
	height: 100%;
    width:200%;
    position:relative;
    left:50%;
    width:50%;
    z-index: 12;
    overflow: hidden;
    display:inline-block;
}
.b-contacts{
	position: relative;
    background: rgba(50, 98, 146, 0.05);
    height: 600px;
}
.contacts{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	overflow: hidden;
	z-index: 10;
}
.contacts-box{
	height: 600px;
	background: #f5f7f9;
	position: relative;
	padding-top: 100px;
	padding-right: 15px;
}
.contacts-box:before{
	content: '';
	width: 1000px;
	height: 100%;
	background: #f5f7f9;
	position: absolute;
	right: 100%;
	top: 0;
}	
.contacts-adr{
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 36px;
    min-width: 90%;
}

.contacts-adr > a{
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 100px;
	color: #326292;
	-webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}	
.contacts-adr > a:hover{
	opacity: 0.7;
}	
.contacts-adr > a img{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -43px;
	display: block;
}	

.contacts-adr > span{
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 100px;
	max-width: 40%;
}	
.contacts-adr > span img{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -43px;
	display: block;
}
.map_mobile{
	float: left;
}
.map_mobile > a{
	display: none;
	vertical-align: top;
	font-size: 19px;
	line-height: 39px;
	font-weight: 700;
	color: #326292;
	background:transparent;
	padding: 10px 60px;
    border: 2px solid #326292;

}
.map_mobile > a:hover{
	-webkit-box-shadow: 10px 10px 40px 0 rgba(0,0,0,0.6);
	box-shadow: 10px 10px 40px 0 rgba(0,0,0,0.6);
    background: #326292;
    color:#ffff;
    
}


@media (max-width: 1499px){

.map, .contacts-box{
	height: 600px;
}
    .b-contacts{
    height: 600px;
}
}

@media (max-width: 1199px){

    .map, .contacts-box{
	height: 600px;
    width:50%;
}

    .contacts-adr {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 36px;
    width: 50%;
}
.contacts-adr > a img{
	height: 70px;
	margin-top: -35px;
}
.contacts-adr > span img{
	height: 70px;
	margin-top: -35px;
}
.contacts-adr > a, .contacts-adr > span{
	padding-left: 80px;
}
    .contacts-adr > span{
	max-width: 100%;
}	
    


}


@media (max-width: 991px){
    .map, .contacts-box{
	height: 480px;
}
.contacts-adr {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 36px;
}
.contacts-adr > a img{
	height: 50px;
	margin-top: -25px;
}
.contacts-adr > span img{
	height: 50px;
	margin-top: -25px;
}
.contacts-adr > a, .contacts-adr > span{
	padding-left: 60px;
}
    .contacts-adr > span{
	max-width: 100%;
}	

}


@media (max-width: 767px){

.b-contacts{
	position: relative;
    background: rgba(50, 98, 146, 0.05);
    height:400px;
    width:100%;
}
.contacts-box{
	height: 400px;
	background: #f5f7f9;
	position: relative;
	padding-top: 20px;
	padding-right: 15px;
    width:95%;
}

.map  {
 display:none;
}
    
.contacts-adr {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
    width:100%;
}
.contacts-adr > a img{
	height: 40px;
	margin-top: -20px;
}
.contacts-adr > span img{
	height: 40px;
	margin-top: -20px;
}
.contacts-adr > a, .contacts-adr > span{
	padding-left: 50px;
}
    .contacts-adr > span{
	max-width: 100%;
}	
    .map_mobile > a{
	display: inline-block;
    }

}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~FOOTER~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.footer {
  background: #326292;
  color: #ffff;
  line-height: 70px;
  padding: 0 20px;
font-size: 30px;
width: 100%;
    position:absolute;
}
@media (max-width: 1499px){
	.footer {
	    font-size: 24px;
	}
@media (max-width: 1199px){   
    .footer {
	    font-size: 20px;
	}     
@media (max-width: 767px){
    .footer {
  line-height: 30px;
width: 100%;
top: 400px;
}
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~MODALS~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.modal-title{
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	color: #326292;
	text-align: center;
	margin-bottom: 30px;
}
.modal-wind{
	display: none;
	width: 500px;
}
.fancybox-content{
	padding: 60px;
	padding-top: 45px;
	border-radius: 0px;
	background: #fff;
}
.fancybox-slide--html .modal-wind .fancybox-close-small {
    padding: 0px;
}
.modal-wind .fancybox-button {
    width: 36px;
    height: 36px;
    color: #326292;
}





.modal-wind label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #326292;
    padding-left: 0;
}
.modal-wind label span{
	color: #ff0000;
}	
.modal-wind .form-group-btn {
    padding-top: 15px;
    text-align: center;
}
.modal-wind .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 12px 12px;
    font-size: 22px;
    line-height: 26px;
    color: #326292;
    background-color: #fff;
    background-image: none;
    border: 1px solid #326292;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.modal-wind .btn {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    border: 0;
    border-radius: 4px;
    color: #fff;

    background: #326292;
    padding: 22px 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
    -webkit-transition: box-shadow .4s;
    -moz-transition: box-shadow .4s;
    -o-transition: box-shadow .4s;
    transition: box-shadow .4s;
}

.modal-wind .btn:hover {
    -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.5);
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.5);
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none !important;
    outline-offset: 0px;
}





@media (max-width: 767px){

	.modal-wind{
		width: 290px;
	}
	.fancybox-content {
	    padding: 30px 20px;
	    padding-top: 40px;
	    border-radius: 0px;
	    background: #fff;
	}	
	.modal-title {
	    font-size: 26px;
	    line-height: 30px;
	    margin-bottom: 20px;
	}
	.modal-wind .form-group-btn {
	    padding-top: 10px;
	    text-align: center;
	}

.modal-wind label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #326292;
    padding-left: 0;
}
.modal-wind .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 12px;
    font-size: 18px;
    line-height: 22px;
}    
.modal-wind .btn {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    background: #326292;
    padding: 14px 10px;
}    

}	 