@charset "utf-8";
html{
	overflow-y:scroll;
	overflow-x:hidden
}
html, body{
	height:100%
}
/*----------fonts--------------*/
@font-face {
    font-family: "Gilroy-Light";
    src: url("../fonts/Gilroy-Light.eot");
    src: url("../fonts/Gilroy-Light.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Gilroy-Light.woff") format("woff"),
    url("../fonts/Gilroy-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Gilroy-Extrabold";
    src: url("../fonts/Gilroy-Extrabold.eot");
    src: url("../fonts/Gilroy-Extrabold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Gilroy-Extrabold.woff") format("woff"),
    url("../fonts/Gilroy-Extrabold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "PTSans";
    src: url("../fonts/PTSans-Regular.eot");
    src: url("../fonts/PTSans-Regular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSans-Regular.woff") format("woff"),
    url("../fonts/PTSans-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "PTSans";
    src: url("../fonts/PTSans-Bold.eot");
    src: url("../fonts/PTSans-Bold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSans-Bold.woff") format("woff"),
    url("../fonts/PTSans-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: "PTSans";
    src: url("../fonts/PTSans-Italic.eot");
    src: url("../fonts/PTSans-Italic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSans-Italic.woff") format("woff"),
    url("../fonts/PTSans-Italic.ttf") format("truetype");
    font-style: italic;
    font-weight: normal;
}
@font-face {
    font-family: "PTSans";
    src: url("../fonts/PTSans-BoldItalic.eot");
    src: url("../fonts/PTSans-BoldItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSans-BoldItalic.woff") format("woff"),
    url("../fonts/PTSans-BoldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: bold;
}
/*----------/fonts--------------*/
body{
	font:16px/1.2 "PTSans", Arial, sans-serif;
	color:#000;
	text-align:left;
	background:#fff
}
input[type="text"], input[type="password"], textarea, input[type="email"], input[type="phone"], input[type="number"],
input[type="tel"]{
	font-family: "PTSans", Arial, sans-serif;
	font-size: 16px;
	display: block;
	padding: 5px 10px;
	height: 38px;
	width: 100%;
	border: 2px solid #ccc;
	border-radius: 3px;
	color: #000;
}
::-webkit-input-placeholder {color: rgba(0,0,0,.2); opacity:1;}
::-moz-placeholder          {color: rgba(0,0,0,.2); opacity:1;}/* Firefox 19+ */
:-moz-placeholder           {color: rgba(0,0,0,.2); opacity:1;}/* Firefox 18- */
:-ms-input-placeholder      {color: rgba(0,0,0,.2); opacity:1;}

:focus::-webkit-input-placeholder { color:transparent; }
:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
:-ms-input-placeholder { color:transparent; } /* IE 10+ */
a:focus, a:active, a:visited, :focus, :active, :visited, button:focus, button:visited, button:active{
	outline: none;
	text-decoration: none;
	outline-offset: inherit;

}
.b-nav__link:visited {
	color: #fff !important;
}
/*-----------------wrapper-------------------*/
.wrapper{
	min-height: 100%;
}
html.over{
	overflow: hidden;
}
.appendix{
	height: 164px;
	clear: both;
}
.color-red{
	color: #c90f45;
}
.d-block{
	display: block;
}
p{
	margin: 0 0 35px;
}
.transf{
	text-transform: uppercase;
}
h2{
	font-size: 16px;
	margin: 0 0 35px;
	font-weight: bold;
}
h3, h4{
	margin:0 0 25px;
	font-weight: bold;
}
.pl-md{
	padding:0 0 0 20px;
}
.title{
	color: #003760;
	font-size: 20px;
	margin: 0 0 40px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: bold;
}
.title-line{
	font-size: 16px;
	line-height: 1;
	color: #000;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 20px 18px 0;
	position: relative;
	margin: 0 0 30px;
	border-bottom: 4px solid #003760;
}
.title-line:after{
	content: "";
	position: absolute;
	bottom: -4px;
	left: -4000px;
	width: 4000px;
	height: 4px;
	z-index: 3;
	background-color: #003760;
}
.b-flex{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.b-flex--center{
	-webkit-box-align:center;
    -ms-flex-align:center;
        align-items:center;
}
.button-red, .button-blue{
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 15px;
	display: block;
	transition: all ease .5s;
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
	background-color: #c90f45;
	text-decoration: none;
}
.button-red--sm{
	font-size: 12px;
	padding: 6px 5px 7px;
}
.button-red:hover, .button-red:focus{
	background-color: #a90938;
	color: #fff;
	text-decoration: none;
}
.button-blue{
	background-color: #003760;
}
.button-blue:hover, .button-blue:focus{
	background-color: #012b4a;
	color: #fff;
	text-decoration: none;
}
.b-slogan{
	padding: 50px 0 0 0;
	color: #003760;
}
.b-slogan__title{
	font-family: "Gilroy-Extrabold";
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 30px;
	font-size: 45px;
	line-height: 1;
}
.b-slogan__list{
	margin: 0;
	padding: 0 0 0 25px;
}
.b-slogan__list li{
	list-style-type: none;
	font-size: 24px;
}
.b-slogan__list li a{
	color: #003760;
	text-decoration: none;
	transition: all ease .3s;
}
.b-slogan__list li a:hover{
	color: #c90f44;
	text-decoration: none;
}
.size-md{
	font-size: 50px;
}
.b-slogan__txt{
	font-family: "Gilroy-Light";
	text-transform: uppercase;
	font-size: 23px;
	margin: 0 0 40px;
}
.b-slogan__txt strong{
	font-family: "Gilroy-Extrabold";
	font-weight: normal;
	display: block;
}
.b-slogan .button-red{
	max-width: 460px;
	font-family: "Gilroy-Extrabold";
	font-weight: normal;
	border-radius: 30px;
}
.header-nav__shadow{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.8);
	z-index: 80;
	transition: all ease .3s;
	opacity: 0;
	visibility: hidden;
}
.header-nav__shadow.open{
	opacity: 1;
	visibility: visible;
	transition: all ease .5s;
}
/*-----------------Header-------------------*/
.header-top-line .container{
	height: 125px;
	position: relative;
}
.header-top-line__inner{
	font-size: 14px;
	padding: 30px 0 0 240px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
}
.b-items-lg{
	padding: 0 15px 0 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-flex: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
}
.b-items-lg .button-red{
	border-radius: 30px;
	margin: 6px 0 0 0;
}
.b-items{
	padding: 0 0 0 35px;
	position: relative;
}
.b-items__title{
	font-weight: bold;
}
.b-items--adress{
	max-width: 345px;
	width: 100%;
}
.b-items--adress .mail-link{
	display: inline-block;
	vertical-align: top;
	margin: 3px 0 0 0;
}
.b-items--adress .b-items--email{
	margin: 5px 0 0 -35px;
}
.b-items--adress .b-items--email::after{
	top: 2px;
}
.b-items--work{
	min-width: 245px;
}
.b-items--phone{
	min-width: 240px;
}
.b-items--adress:after{
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	z-index: 3;
	width: 19px;
	height: 27px;
	background: url(../img/adress-icon.png) 0 0 no-repeat;
}
.b-items--work:after{
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	z-index: 3;
	width: 25px;
	height: 24px;
	background: url(../img/time-icon.png) 0 0 no-repeat;
}
.b-items--phone:after{
	content: "";
	position: absolute;
	top: 2px;
	width: 25px;
	height: 25px;
	left: 0;
	z-index: 3;
	background: url(../img/phone-icon.png) 0 0 no-repeat;
}
.b-items--email:after{
	content: "";
	position: absolute;
	top: 1px;
	width: 24px;
	height: 18px;
	left: 0;
	z-index: 3;
	background: url(../img/mail-icon.png) 0 0 no-repeat;
}
a.mail-link, .mail-link, .mail-link:focus, a.mail-link:focus{
	color: #000;
	text-decoration: none;
}
a.mail-link:hover, .mail-link:hover{
	text-decoration: underline;
	color: #c90f45;
}
.b-phone{
	position: relative;
}
.b-phone__link{
	display: block;
	color: #000;
	text-decoration: none;
}
.b-phone__link:hover{
	color: #000;
	text-decoration: none;
}
.b-social{
	margin: 0 -3px;
}
.b-social__link{
	display: block;
	margin: 0 3px;
}
.b-social--pad_top{
	padding:8px 0 0 0;
}
.b-social__link img{
	display: block;
	max-width: 100%;
}
.b-social__link .b-social-img{
	max-width:30px;
	height:auto;
}
.b-items--phone .b-phone__inner{
	margin: 0 15px 0 0;
}
.b-items--phone .b-phone{
	margin: 0 0 6px;
}
.b-items--phone .button-red{
	margin: 0 0 0 -35px;
	font-family: "PTSans", Arial, sans-serif;
	font-weight: bold;
	border-radius: 30px;
}
.b-items--work .button-red{
	margin: 6px 0 0 -30px;
}
.header-nav{
	background-color: #003760;
	height: 50px;
}
.header-nav__fix{
	top: 0;
	left: 0;
	right: 0;
	z-index: 80;
	background-color: #003760;
}
.fixed .header-nav__fix{
	position: fixed;
}
.fixed .header-top-line .logo{
	transition: all ease .5s;
	opacity: 0;
	visibility: hidden;
}
.header-nav .container{
	position: relative;
}
.header-nav__inner{
	height: 50px;
	padding: 0 0 0 240px;
	position: relative;
}
.header-nav__inner .logo{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	transition: all ease .5s;
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	padding: 5px 10px;
}
.header-nav__inner .logo img{
	display: block;
	max-width: 100%;
	max-height: 40px;
}
.fixed .header-nav__inner{
	transition: all ease .5s;
	padding: 0 0 0 140px;
}
.fixed .header-nav__inner .logo{
	opacity: 1;
	visibility: visible;
}
.logo img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.header-top-line .logo{
	display: block;
	padding: 28px 0 0 0;
	position: absolute;
	top: 0;
	left: -15px;
	z-index: 8;
	background-color: #fff;
	width: 195px;
	height: 175px;
}
/*---------------Navigation-----------------*/
.b-nav{
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}
.b-nav__li{
	position: relative;
	list-style-type: none;
	height: 50px;
	text-align: center;
	display: table-cell;
}
.b-nav__li--drop:hover .b-nav__drop-h{
	display: block;
}
.b-nav__drop-h{
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	width: 230px;
	left: -30px;
	z-index: 50;
	background-color: #fff;
}
.b-nav__drop-h li{
	list-style-type: none;
	border-top: 1px solid #f2f5f7;
}
.b-nav__drop-h li:first-child{
	border-top: none;
}
.b-nav__drop-h li a{
	font-family: "Gilroy-Light";
	color: #003760;
	display: block;
	padding: 8px 30px;
	text-align: left;
	font-size: 14px;
}
.b-nav__drop-h li a {
	color: #003760 !important;
}
.b-nav__drop-h li a:hover, .b-nav__drop-h li a.b-nav__link--active_level{
	font-family: "Gilroy-Extrabold";
	color: #003760 !important;
	text-decoration: none;
	background-color: #f9e7ec;
}
.b-nav__link{
	font-size: 14px;
	color: #fff;
	height: 50px;
	padding: 0 15px;
	text-transform: uppercase;
	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;
}
.b-nav__link--active, .b-nav__link:hover{
	background-color: #c90f44;
}
.b-nav__link:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 5px;
	background-color: #c90f44;
	left: 0;
	z-index: 2;
	display: none;
}
.b-nav__link:before{
	content: "";
	position: absolute;
	bottom: -7px;
	left: 0;
	z-index: 2;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #c90f44 transparent;
	transition: all ease .3s;
	opacity: 0;
	visibility: hidden;
	display: none;
}
.b-nav__link--active:after{
	display: none;
}
.b-nav__link:hover:before, .b-nav__link--active:before{
	opacity: 1;
	visibility: visible;
	bottom: -13px;
	display: none;
}
.b-nav__link:hover, .b-nav__link--active{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}



/*--------------Main Contetn----------------*/
.mainContent{
	overflow: hidden;
}
.banner-wrap{
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	overflow: hidden;
}
.banner-wrap .container{
	height: 515px;
	position: relative;
}
.b-news-main{
	position: absolute;
	bottom: 40px;
	right: 0;
	z-index: 20;
}
.b-news-main__content{
	border-radius: 30px 0 0 30px;
	position: relative;
	padding: 0 15px 0 80px;
	font-size: 14px;
	height: 60px;
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
-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;
	background-color: rgba(255,255,255,.9);
}
.b-news-main__content:after{
	content: "";
	position: absolute;
	top: 0;
	right: -4000px;
	width: 4000px;
	bottom: 0;
	background-color: rgba(255,255,255,.9);
	z-index: 20;
}
.b-news-main__content:before{
	content: "!";
	position: absolute;
	top: -8px;
	left: 5px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 40px;
	background-color: #003760;
	z-index: 10;
	line-height: 56px;
}
.b-news-main__content strong{
	text-transform: uppercase;
}
.b-news-main__content p{
	margin: 0;
}
.b-main-info{
	position: relative;
	background-color: #f6f6f6;
}
.b-line-arrows{
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	z-index: 2;
}
.b-line-arrows__inner{
	height: 20px;
	background-color: #f6f6f6;
	position: relative;
	margin: 0 0 0 24px;
}
.b-line-arrows__inner:after{
	content: "";
	position: absolute;
	top: 0;
	right: -4000px;
	width: 4000px;
	height: 20px;
	background-color: #f6f6f6;
	z-index: 2;
}
.b-line-arrows__inner:before{
	content: "";
	position: absolute;
	top: 0;
	left: -4048px;
	width: 4000px;
	height: 20px;
	background-color: #f6f6f6;
	z-index: 2;
}
.b-arrows{
	position: absolute;
	top: 0;
	left: -48px;
	z-index: 3;
	display: block;
	height: 20px;
	width: 48px;
}
.b-arrows:after{
	content: "";
	position: absolute;
	top: 0;
	left: 24px;
	z-index: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 24px;
	border-color: transparent transparent #f6f6f6 transparent;
}
.b-arrows:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 0 24px;
	border-color: transparent transparent transparent #f6f6f6;
}
.b-main-info__inner{
	position: relative;
	padding: 45px 0 50px;
}
.b-main-info__inner:after{
	content: "";
	position: absolute;
	top: -20px;
	right: 0;
	width: 50%;
	bottom: 0;
	z-index: 3;
	background-color: #ebebeb;
}
.b-main-info__inner:before{
	content: "";
	position: absolute;
	top: -20px;
	z-index: 3;
	right: -4000px;
	width: 4000px;
	bottom: 0;
	background-color: #ebebeb;
}
.b-main-info__title{
	font-size: 20px;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #003760;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 35px 8px 0;
	border-bottom: 4px solid #c90f45;
	margin: 0 0 40px;
}
.b-main-info__title--blue-line{
	border-bottom-color: #003760;
}
.b-main-info__title--blue-line:after{
	content: "";
	position: absolute;
	bottom: -4px;
	left: -4000px;
	width: 4000px;
	height: 4px;
	z-index: 1;
	background-color: #003760;
}
.b-viza-list{
	margin: 0;
	padding: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-align:center;
    -ms-flex-align:center;
        align-items:center;
}
.b-viza-list > li{
	list-style-type: none;
	width: 50%;
	position: relative;
	padding: 0 0 0 50px;
	margin: 0 0 25px;
}
.b-viza-list > li:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 3;
	width: 27px;
	height: 27px;
	margin: -13px 0 0 0;
	background: url(../img/angle-circle-icon.png) 0 0 no-repeat;
}
.b-viza-list > li > a{
	font-size: 20px;
	color: #003760;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.b-viza-list > li > a:hover{
	color: #003760;
	text-decoration: underline;
}
.b-viza-col{
	position: relative;
	z-index: 5;
}
.b-viza-col .b-main-info__title{
	margin: 0 0 40px -15px;
	padding: 0 35px 8px;
}
.b-viza-col .b-viza-list{
	padding: 0 0 0 20px;
}
.b-country{
	padding: 0 0 0 20px;
	margin: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.b-country > li{
	margin: 0 0 15px;
	width: 50%;
	list-style-type: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
        align-items:center;
}
.b-country__flag{
	flex-basis: 50px;
	min-width: 50px;
	display: block;
	border-radius: 50%;
	height: 50px;
	overflow: hidden;
	margin: 0 30px 0 0;
	width: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.b-country__name{
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
	color: #003760;
	font-weight: bold;
}
.b-country__name:hover{
	color: #003760;
	text-decoration: none;
}
.btn-row{
	position: relative;
	z-index: 5;
	padding: 15px 0 0 0;
}
.btn-row .button-red,
.btn-row .button-blue{
	width: 50%;
}
/*-----------------about-------------------*/
.about{
	padding: 85px 0 0 0;
}
.about__content{
	position: relative;
	padding: 0 0 85px;
}
.about__content:after{
	content: "";
	position: absolute;
	bottom: 0;
	right: -400px;
	width: 750px;
	height: 14px;
	background-color: #003760;
	z-index: 3;
}
.about__text{
	padding: 45px 415px 0 0;
	text-align: justify;
}
.about__img-wrap{
	position: absolute;
	top: 0;
	max-width: 750px;
	width: 100%;
	right: -400px;
	z-index: 5;
}
.about__img-wrap img{
	display: block;
	width: 100%;
}
/*-----------------why-work-------------------*/
.why-work{
	background-color: #f6f6f6;
	padding: 70px 0;
}
.list-circle{
	margin: 0 0 0 60px;
	padding: 0;
}
.list-circle > li{
	list-style-type: none;
	margin: 0 0 35px;
	padding: 0 0 0 40px;
	position: relative;
}
.list-circle > li:after{
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #c90f45;
	overflow: hidden;
}
/*-----------------b-advantages-------------------*/
.b-advantages{
	padding: 50px 0 0;
	position: relative;
}
.b-advantages__list{
	margin: 0;
	padding: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.b-advantages__list > li{
	width: 290px;
	list-style-type: none;
	text-align: justify;
}
.b-advantages__img{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 290px;
    height: 290px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f6f6f6;
    margin: 0 0 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-box-align:center;
    -ms-flex-align:center;
        align-items:center;
}
.b-advantages__img img{
	display: block;
	max-width: 100%;
	height: auto;
}
.b-advantages__list > li h3{
	font-size: 18px;
	line-height: 1;
	margin: 0 0 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.line-top-blue{
	top: 0;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 5;
}
.line-top-blue__bg{
	position: relative;
	height: 16px;
	background-color: #003760;
	margin: 0 400px 0 0;
}
.line-top-blue__bg:after{
	content: "";
	position: absolute;
	top: 0;
	left: -4000px;
	width: 4000px;
	z-index: 3;
	height: 16px;
	background-color: #003760;
}
/*-----------------Footer-------------------*/
.contacts{
	padding: 55px 0 0 0;
}
.contacts__inner{
	position: relative;
}
.map{
	height: 600px;
}
.contacts__container{
	position:relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	height: auto;
}
.map__content{
	width: auto;
	padding: 35px 0 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
	background-color: rgba(255,255,255,.8);
}
.map__content .b-items{
	padding: 0 0 25px 35px;
}
.map__content .b-items--email{
	min-width: 260px;
}
.map__content .b-items--email .button-red{
	min-width: 225px;
	border-radius: 30px;
	position: absolute;
	bottom: 25px;
	left: 35px;
}
.map__content .b-items--phone .button-red{
	margin: 0 10px 0 0;
	min-width: 225px;
}
.social-contacts{
	padding: 15px 0 40px 35px;
}
.social-contacts__title{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.social-link{
	margin: 0 5px;
}
.social-link img{
	display: block;
	max-width: 100%;
}
.social-contacts__items{
	margin: 0 -5px;
}
/*-----------------sec-viza-------------------*/
.sec-viza__item .container{
	position: relative;
	z-index: 2;
}
.sec-viza__item{
	background-color: #f6f6f6;
	padding: 70px 0;
	position: relative;
}
.sec-viza__item:nth-child(even):after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	right: 0;
	background-color: #ebebeb;
}
.sec-viza__item:nth-child(odd):after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	left: 0;
	background-color: #ebebeb;
}
.sec-viza__item:first-child:after{
	display: none;
}
/*.sec-viza__item:nth-child(even){
	background-color: #efefef;
}*/
.sec-viza .title{
	margin: 0 0 65px;
}
.row-country .b-country{
	padding: 0;
} 
.row-country .b-country__flag{
	width: 30px;
	height: 30px;
	flex-basis: 30px;
	min-width: 30px;
	margin: 0 20px 0 0;
}
.row-country .b-country__name{
	font-size: 19px;
	text-transform: inherit;
	font-weight: normal;
	color: #000;
}
.row-country .b-country > li{
	width: 100%;
	margin: 0 0 10px;
}
.col-btn-country{
	padding: 35px 0 0 0;
}
.col-btn-country .button-red{
	width: 225px;
	margin: 0 auto;
	font-size: 14px;
	border-radius: 30px;
}
.b-exchange-rates{
	position: absolute;
	top: -70px;
    right: 15px;
	background-color: #fff;
	z-index: 10;
	padding: 10px 25px;
}
.b-exchange-rates__title{
	color: #003760;
    font-size: 20px;
    margin: 0 0 10px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
}
.b-exchange-rates__content{
	font-size: 16px;
	line-height: 1.2;
	position: relative;
	min-height: 47px;
	padding: 0 0 0 70px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -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;
}
.b-exchange-rates__content:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 51px;
	height: 47px;
	z-index: 1;
	background: url(../img/dollar-icon.png) 0 0 no-repeat;
}
.b-exchange-rates__content p{
	margin: 0;
}
.b-exchange-rates__date{
	text-transform: uppercase;
}
/*-----------------content-inner-------------------*/
.content-inner{
	background-color: #f6f6f6;
}
.content-inner--wh{
	background-color: #fff;
}
.content-inner{
	padding: 65px 0 0 0;
}
.contacts-page{
	padding: 30px 0 0 0;
}
.contacts-page .b-items{
	font-size: 18px;
}
.contacts-page .b-items--adress{
	padding: 5px 0 35px 35px;
	max-width: inherit;
}
.contacts-page .b-items--email{
	padding: 0 0 35px 35px;
}
.contacts-page .b-items--adress div{
	display: inline;
}
.contacts-page .b-items--phone{
	padding: 4px 0 55px 35px;
}
.contacts-page .b-items--phone .button-red{
	margin: 0 10px 0 0;
	padding: 14px 10px;
	font-size: 14px;
	width: 100%;
	max-width: 335px;
}
.contacts-page .b-social{
	margin: 0 -5px;
}
.contacts-page .b-social__link{
	margin: 0 5px;
}
.contacts-page .social-contacts{
	padding: 5px 0 55px 0;
}
.b-txt{
	padding: 0 0 20px;
}
.b-txt h2{
	padding: 30px 0 0 0;
}
.b-txt p{
	text-align: justify;
}
.b-txt__img-holder{
	float: right;
	margin: 0 -35% 35px 55px;
}
.b-txt__img-holder figure{
	display: block;
}
.b-txt__img-holder img{
	display: block;
	max-width: 100%;
	border-bottom: 10px solid #003760;
}
.b-txt__img-holder--left{
	float: left;
	margin: 0 55px 35px -35%;
}
.btn-more-holder{
	clear: both;
	padding: 40px 0;
}
.btn-more-holder .button-red{
	border-radius: 30px;
	max-width: 460px;
	margin: 0 auto;
	font-family: "Gilroy-Extrabold";
	font-weight: normal;
}
/*-----------------b-questions-------------------*/
.b-questions{
	margin: 0 0 30px;
}
.b-questions__name{
	display: block;
	color: #000;
	position: relative;
	padding: 8px 0 8px 70px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	transition: all ease .5s;
}
.b-questions__name:hover, .b-questions__name:focus{
	background-color: #f1f1f1;
	color: #000;
	text-decoration: none;
}
.b-questions__name.active{
	color: #c90f45;
}
.b-questions__name.active:hover, .b-questions__name.active:focus{
	background-color: transparent;
	color: #c90f45;
}
.b-questions__name:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 38px;
	margin: -6px 0 0 0;
	z-index: 3;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #003660;
}
.b-questions__name.active:after{
	left: 30px;
	margin: -3px 0 0 0;
	border-width: 6px 6px 0 6px;
	border-color: #c90f44 transparent transparent transparent;
}
.b-answer{
	display: none;
	background-color: #fff;
	border-radius: 25px;
	padding: 45px 100px 10px;
	position: relative;
	margin: 20px 0 25px;
}
.b-answer:after{
	content: "";
	position: absolute;
	top: -12px;
	left: 70px;
	z-index: 3;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 12px 12px;
	border-color: transparent transparent #ffffff transparent;
}
.b-advantages__list--wh .b-advantages__img{
	background-color: #fff;
}
.section-pay{
	padding: 25px 0 0 0;
}
.section-doc{
	padding: 65px 0 50px 0;
	background-color: #fff;
}
.why-work--inner{
	padding: 65px 0 55px;
}
.why-work--inner .btn-more-holder{
	padding: 15px 0 0 0;
}
/*-----------------menu-trigger------------------*/
.menu-trigger {
	width: 50px;
	height: 50px;
	transition: all 0.2s ease-in-out 0s;
	position: absolute;
	top: 50%;
	margin:-25px 0 0 0;
	right: 7px;
	z-index: 91;
	display: none;
}
.menu-trigger-icon {
  top: 50%;
  left: 8px;
  right: 8px;
  height: 3px;
  background-color: #c90f45;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear; }
  
  .menu-trigger-icon:before, .menu-trigger-icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #c90f45;
    height: 100%;
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
    -webkit-transition: -webkit-transform 0.2s linear;
    -moz-transition: -moz-transform 0.2s linear;
    transition: transform 0.2s linear; }
  .menu-trigger-icon:after {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px); }
    .menu-trigger.active .menu-trigger-icon {
  background-color: transparent; }
  .menu-trigger.active .menu-trigger-icon:before {
  	background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .menu-trigger.active .menu-trigger-icon:after {
  	background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
/*-----------------box-modal-------------------*/
.arcticmodal-container_i{
	width: 100%;
}
.box-modal{
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 15px rgba(0,0,0,.5);
	max-width: 450px;
	width: 100%;
	padding: 30px;
	margin: 0 auto;
	position: relative;
}
.box-modal__title{
	color: #bc224f;
    font-family: "Gilroy-Extrabold";
    font-size: 24px;
    margin: 0 0 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}
.box-modal__close{
	transition: all ease .5s;
	position: absolute;
	top: 2px;
	right: 5px;
	z-index: 10;
	cursor: pointer;
	font-size: 18px;
}
.box-modal__close:hover{
	color: #c90f45;
}
.box-modal__form input[type="text"], 
.box-modal__form input[type="phone"],
.box-modal__form input[type="tel"]{
	margin: 0 0 10px;
}
.submit {
    background-color: #c90f45;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: "Gilroy-Extrabold";
    font-size: 18px;
    line-height: 1;
    padding: 15px 10px 13px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    width: 100%;
    border: none;
    border-radius: 30px;
}
.submit:hover{
	background-color: #a90938;
	text-decoration: none;
	color: #fff;
}
/*-----------------receipt-list-------------------*/
.order-receipt{
	padding: 0 0 40px;
}
.receipt-list{
	margin: 0;
	padding: 0 0 0 50px;
}
.receipt-list li{
	position: relative;
	padding: 0 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	list-style-type: none;
	position: relative;
}
.receipt-list li p{
	margin: 0;
}
.receipt-list__count{
	position: relative;
	flex-basis: 66px;
	min-width: 66px;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	background-color: #c90f45;
	margin: 0 30px 0 0;
	overflow: hidden;
}
.receipt-list li:after{
	content: "";
	position: absolute;
	bottom: 18px;
	left: 26px;
	z-index: 5;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #c90f44 transparent transparent transparent;
}
.receipt-list li:last-child:after{
	display: none;
}
.receipt-list__txt{
	-webkit-box-flex: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
}
.receipt-list__count-number{
	font-size: 55px;
	color: #fff;
	font-weight: bold;
	position: relative;
	top: -2px;
	left: -8px;
}
/*-----------------sec-table-price-------------------*/
.sec-table-price{
	background-color: #fff;
	padding: 0 0 65px;
}
.sec-table-price__item{
	padding: 65px 0 0 0;
}
.title-line--lg{
	font-size: 20px;
	padding: 0 30px 11px 0;
	color: #003760;
	text-transform: uppercase;
}
.table-norm{
	width: 100%;
}
.table-norm tr th{
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 12px 10px;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
}
.table-norm tr td{
	padding: 15px 10px;
	text-align: center;
	border-bottom: 4px solid #dadada;
}
.bg-gray-cell{
	background-color: #dadada;
}
.table-over{
	overflow: hidden;
}
.table-over .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: transparent;
    margin: 0;
    height: 16px;
}
.mCSB_dragger_bar-top{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 30px;
	border-radius: 30px;
	background-color: #c90f45;
	cursor: pointer;
}
.mCSB_dragger_bar-top:after,
.mCSB_dragger_bar-bot:after{
	content: "";
	position: absolute;
	top: 50%;
	margin: -7px 0 0 0;
	right: 10px;
	z-index: 2;
	width: 8px;
	height: 14px;
	background: url('../img/arrows-wh.png') 0 0 no-repeat;
}
.mCSB_dragger_bar-top:before,
.mCSB_dragger_bar-bot:before{
	content: "";
	position: absolute;
	top: 50%;
	margin: -7px 0 0 0;
	left: 10px;
	z-index: 2;
	width: 8px;
	height: 14px;
	background: url('../img/arrows-wh.png') 0 0 no-repeat;
	transform: rotateY(180deg);
}
.mCSB_dragger_bar-bot{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 30px;
	border-radius: 30px;
	cursor: pointer;
	background-color: #c90f45;
}
.table-over .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
	height: 100%;
	border-radius: 0;
	background-color: #fff;
	margin: 0;
}
.table-over .mCSB_scrollTools.mCSB_scrollTools_horizontal{
	top: 0;
	height: auto;
}
.table-over .mCSB_scrollTools{
	opacity: 1;
}
.table-mrl{
	margin: 0 -4px;
}
.width-md{
	width: 35%;
}
.section-gray{
	background-color: #f6f6f6;
}
.section-gray .container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.section-gray__left-col, 
.section-gray__right-col{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 65px 0;
	-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
}
.section-gray__left-col{
	border-right: 8px solid #fff;
}
.section-gray__right-col{
	padding: 65px 0 65px 90px;
}
.section-gray__right-col{
	width: 60%;
}
.section-gray__left-col{
	width: 40%;
}
.section-gray__title{
	margin: 0 0 40px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003760;
	font-size: 20px;
	line-height: 1;
}
.doc-list{
	padding: 0 0 0 20px;
	margin: 0;
}
.doc-list li:first-child{
	margin: 0;
}
.doc-list li{
	margin: 15px 0 0 0;
	list-style-type: none;
	position: relative;
	padding: 0 0 0 50px;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.doc-list li:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 5;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	overflow: hidden;
	margin: -5px 0 0 0;
	background-color: #c90f45;
}
.doc-link{
	color: #000;
	text-decoration: underline;
}
.doc-link:hover{
	color: #c90f45;
	text-decoration: underline;
}
.doc-list li .doc-link{
	margin: 0 15px 0 0;
}
.doc-list li .download{
	min-width: 140px;
}
.download{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 25px 8px;
	background-color: #c90f45;
	text-decoration: none;
	border-radius: 25px;
	transition: all ease .5s;
}
.download:hover{
	color: #fff;
	background-color: #a90938;
	text-decoration: none;
}
.section-gray__right-col .button-blue{
	max-width: 490px;
	font-size: 16px;
	padding: 20px 15px;
	border-radius: 30px;
}
.sec-table-price--gray{
	background-color: #f6f6f6;
}
.content-inner--wh{
	background-color: #fff;
}
.sec-table-price--medical{
	padding: 0 0 15px;
}
.sec-table-price--medical .sec-table-price__item{
	padding: 15px 0 0 0;
}
.sec-table-price--medical .table-over{
	margin: 0 0 50px;
}
.sec-table-price__txt{
	padding: 15px 0;
}
.country-viza{
	padding: 0 0 50px;
}
.country-viza .b-country{
	padding: 0;
}
.country-viza .b-country > li{
	width: 25%;
}
.country-viza .b-country__flag {
    flex-basis: 30px;
    height: 30px;
    margin: 0 20px 0 0;
    min-width: 30px;
    width: 30px;
}
.country-viza .b-country__name {
    color: #000;
    font-size: 19px;
    font-weight: normal;
    text-transform: inherit;
}
.b-country__link{
	color: #000;
	text-decoration: none;
}
.b-country__link:hover{
	color: #000;
	text-decoration: underline;
}
/*-----------------section-doc-------------------*/
.section-doc{
	padding: 50px 0 45px 0;
	background-color: #f2f2f2;
}
.doc-list--normal{
	margin: 0 0 40px;
}
.doc-list--normal li{
	padding: 0 0 0 40px;
	margin: 10px 0 0 0;
	display: block;
}
.doc-link--red{
	color: #c90f45;
}
.doc-list--normal li::after{
	margin: 0;
	top: 4px;
}
.order-btn-holder{
	text-align: center;
}
.order-btn-holder .button-red {
    border-radius: 30px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    padding: 15px 25px;
}
.viza-one-page h2{
	margin: 0 0 15px;
}
.viza-one-page .table-over{
	margin: 0;
}
.viza-one-page .table-over tr:last-child td{
	border: none;
}
.table-over .mCSB_horizontal.mCSB_inside > .mCSB_container{
	margin-bottom: 0;
}
.section-attention{
	text-align: center;
	padding: 35px 0 5px;
	color: #c90f45;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #f6f6f6;
}
.section-attention h2{
	font-size: 25px;
	line-height: 1;
	margin: 0 0 20px;
}
.section-doc--wh{
	background-color: #fff;
}
.order-online-btn{
	padding: 20px 15px;
	font-size: 16px;
}
.b-main-info, .about, .why-work, .sec-viza{
	display: none;
}
.b-advantages .b-advantages-container{
	position: relative;
}
.b-advantages .b-exchange-rates{
	top: -50px;
	background-color: #ebebeb;
}
.b-news-list{
	margin: 0 -10px 40px;
	padding: 0;
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.b-news-list__li{
    list-style-type: none;
    margin: 0 0 20px;
    padding: 0 10px;
    overflow: hidden;
    width: 33.3%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.b-news-list__inner{
	border: 1px solid #efefef;
}
.b-news-list__img{
	height: 200px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: cover;
	overflow: hidden;
	margin: 0 0 20px;
}
.b-news-list__img img{
	width: 100%;
}
.b-news-list__content{
	margin: 0;
	padding: 0 20px 49px;
	position: relative;
}
.b-news-list__content:after{
	content: "";
	position: absolute;
	bottom: 49px;
	left: 20px;
	right: 20px;
	z-index: 5;
	height: 1px;
	background-color: #efefef;
	display: none;
}
.b-news-list__date{
	display: block;
    font-size: 12px;
    margin: 0 0 10px;
}
.b-news-list__name{
	color: #003760;
    display: inline-block;
    font-family: "Gilroy-Extrabold";
    margin: 0 0 10px;
    text-transform: uppercase;
    vertical-align: top;
    transition: all ease .3s;
}
.b-news-list__name:hover,
.b-news-list__name:focus{
	text-decoration: none;
	color: #c90f44;
}
.b-news-one__name{
	color: #003760;
    font-family: "Gilroy-Extrabold";
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 22px;
}
.b-news-one p{
	margin: 0 0 20px;
}
.b-news-list__txt{
	font-style: italic;
    padding: 10px 0;
	border-top: 1px solid #efefef;
}
.b-news-list__content .button-red{
	border-radius: 0;
	font-size: 14px;
	max-width: inherit;
	padding: 12px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
.back-link{
	display: inline-block;
	vertical-align: top;
	text-decoration: underline;
	color: #c90f44;
}
.back-link:hover, .back-link:focus{
	color: #c90f44;
	text-decoration: none;
}
.b-news-one__img{
	float: right;
	margin: 0 0 20px 20px;
	max-width: 400px;
}
.b-news-one__img img{
	display: block;
	max-width: 100%;
}
.b-news-one .b-news-list__date{
	font-size: 14px;
	margin: 0 0 10px;
}
.b-news-one{
	padding: 0 0 30px;
}
.b-breadcrumb{
	margin: 0 0 15px;
}
.b-breadcrumb__ul{
	margin: 0;
	padding: 0;
	font-size: 0;
}
.b-breadcrumb__li{
	font-size: 14px;
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px;
}
.b-breadcrumb__li + .b-breadcrumb__li:before{
	background-color: #000;
    content: "";
    display: inline-block;
    height: 1px;
    margin: 0 5px;
    vertical-align: middle;
    width: 6px;
}
.b-breadcrumb__link{
	color: #003760;
	text-decoration: none;
}
.b-breadcrumb__link:hover{
	color: #003760;
	text-decoration: underline;
}
.error-page{
	width: 100%;
	max-width: 800px;
	margin: 50px auto;
	overflow: hidden;
	min-height: 386px;
	background: url(../images/error-bg.png) 0 0 no-repeat;
}
.error-page__content{
	width: 400px;
	float: right;
	text-align: center;
}
.error-page__txt{
	font-size: 36px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	color: #c90f44;
	margin: 0 0 50px;
}
.error-page__img{
	margin: 0 0 15px;
}
.error-page__img img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.on-home{
	display: inline-block;
	vertical-align: top;
	background-color: #c90f44;
	padding: 15px 35px;
	border-radius: 30px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
.personal-data{
	padding: 0 0 15px;
}
.personal-data input[type="checkbox"]{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.personal-data__check{
	display: block;
	cursor: pointer;
	position: relative;
	margin: 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	padding: 2px 0 2px 28px;
}
.personal-data__check:after{
	content: "";
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 17px;
	border-radius: 2px;
	background-color: #fff;
	z-index: 1;
	border: 1px solid #c1c1c1;
}
.personal-data__check:before{
	content: "\f00c";
	font-family: 'FontAwesome';
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 2;
	color: #c90f45;
	font-size: 13px;
	line-height: 1;
	display: none;
}
.personal-data input[type="checkbox"]:checked + label.personal-data__check:before{
	display: block;
}
.personal-data__check_link{
	color: #054f86;
	text-decoration: underline;
	font-weight: bold;
}
.personal-data__check_link:hover,
.personal-data__check_link:focus{
	color: #054f86;
	text-decoration: none;
}
.bx_item_detail .title{
	margin: 0 0 20px;
}
.tab-info-list{
	margin: 0;
	padding: 0 0 10px;
}
.tab-info-list li{
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px;
}
.tab-info-list li a{
	color: #060606;
	font-weight: bold;
	text-decoration: none;
	display: block;
	cursor: pointer;
	font-size: 16px;
	line-height: 1;
	padding: 10px;
}
.tab-info-list li a:hover{
	color: #060606;
	text-decoration: none;
}
.tab-info-list li a.active{
	color: #c90f44;
	background-color: #f6f6f6;
}
.heading-panel{
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: bold;
	color: #0b3760;
	padding: 10px 20px;
	border-top: 3px solid #dadada;
	border-left: 3px solid #dadada;
	border-right: 3px solid #dadada;
}
.b-doc-list-title{
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: bold;
	color: #003760;
	margin: 0 20px 25px;
}
.container-pad-inner{
	padding: 0 15px;
}
.detail-doc-wrap{
	background-color: #f6f6f6;
	padding: 30px 0;
	position: relative;
	margin: 0 0 30px;
}
.detail-doc-wrap:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -4000px;
	width: 4000px;
	background-color: #f6f6f6;
	z-index: 1
}
.detail-doc-wrap:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -4000px;
	width: 4000px;
	background-color: #f6f6f6;
	z-index: 1
}
.detail-doc-wrap .b-answer{
	padding: 30px 12px 10px;
}
.detail-doc-wrap .doc-list--normal{
	margin: 0 0 20px;
}
.data-country__img{
	display: block;
	margin: 0 auto 20px;
	width: 100%;
}
.data-country-wrap{
	padding: 50px 0 0;
}
.data-country-wrap .title{
	margin: 0 0 35px;
}
.data-country__content{
	line-height: 1.4;
	text-align: justify;
}
/*-----------------b-news--two------------------*/
.b-news--two {
    padding: 30px 0 0 0;
}
.b-news-catalog_holder {
    position: relative;
}
.b-news-catalog-s {
    position: static;
    margin: 0 -3px;
}
.b-news-catalog-s .slick-arrow {
    position: absolute;
    top: -57px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    color: #cfcfcf;
    border: none;
    background: 0 0;
    cursor: pointer;
    font-size: 22px;
    line-height: 18px;
    transition: all ease .5s;
    padding: 0;
}
.b-news-catalog-s .slick-arrow:hover{
	background-color: #23527c;
	color: #fff;
}
.b-news-catalog-s .slick-next .fa {
    margin: -1px 0 0 2px;
}
.b-news-catalog-s .slick-prev .fa {
    margin: -1px 2px 0 0;
}
.b-news-catalog-s .slick-prev, .b-services-slider .slick-prev {
    right: 40px;
}
.b-news-catalog-s .slick-next {
    right: 0;
}
.b-news-catalog-s .slide{
	vertical-align: top;
}
.news-card-sm {
    margin: 0 3px;
}
.news-card-sm__inner {
    background-color: #fff;
    position: relative;
    padding: 0 0 50px;
}
.news-card-sm__name{
	font-family: Gilroy-Extrabold;
}
.news-card-sm__img, .news-card-sm__name{
    transition: all ease .5s;
    overflow: hidden;
}
.news-card-sm__img {
    display: block;
    height: 160px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.b-news-catalog-s .slick-active .news-card-sm__img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}
.b-news-catalog-s .slick-list {
    overflow: visible;
}
.news-card-sm__content {
    padding: 15px 20px 0;
    position: relative;
}
.news-card-sm__img img {
    display: none;
}
.news-card-sm__content {
    padding: 15px 20px 0;
    position: relative;
}
.news-card-sm__bg-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all ease .5s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 50%;
    -webkit-filter: blur(3px);
    filter: blur(3px);
}
.news-card-sm__bg-back {
    position: relative;
    z-index: 3;
}
.news-card-sm__name {
    display: block;
    color: #353535;
    font-size: 18px;
    text-decoration: none;
    margin: 0 0 5px;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-card-sm__name:hover{
	text-decoration: none;   
}
.news-card-sm__date, .news-link-wrap a {
    font-family: Gilroy-Light;
}
.news-card-sm__date {
    display: block;
    color: #353535;
    padding: 0 0 20px;
}
.news-card-sm__txt {
    text-align: justify;
    color: #787878;
    height: 118px;
    overflow: hidden;
    margin: 0 0 20px;
}
.news-card-sm__txt p {
    margin: 0 0 15px;
}
.b-popular-country{
	background-color: #f6f6f6;
	padding: 30px 0 25px;
	margin: 0 0 35px;
}
.b-popular-c-list{
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.b-popular-c-list h3{
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	color: #090909;
	margin: 0;
}
.b-popular-c-list li{
	width: 16.66%;
	list-style-type: none;
	text-align: center;
	position: relative;
}
.b-popular-c-list li .over-link{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	cursor: pointer;
}
.b-popular-c-img{
	margin: 0 auto 20px;
	width: 160px;
	position: relative;
}
.b-popular-c-img .flag{
	position: absolute;
	top: -20px;
	right: -15px;
	z-index: 5;
	display: block;
}
.b-popular-c-img-logo{
	width: 160px;
	height: 160px;
	border-radius: 50%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .3s;
}
.b-popular-c-list li:hover .b-popular-c-img-logo{
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	filter: none;
}
/*-----------------Footer-------------------*/
footer{
	border-bottom: 10px solid #fff;
	height: 164px;
	background-color: #fff;
	margin: -164px 0 0 0;
}
.footer-dop-info{
	display: none;
}
.footer__content > .container{
	position: relative;
}
.footer__content .logo{
	position: absolute;
	top: 0;
	left: -15px;
	z-index: 8;
	width: 195px;
	height: 154px;
	background-color: #fff;
	padding: 24px 0 0 0;
}
.footer__nav-holder{
	position: relative;
	top: 81px;
	background-color: #003760;
}
.footer__nav-holder .b-nav{
	padding: 0 0 0 240px;
}
.footer__nav-holder .b-nav__li{
	height: 82px;
}
.footer__nav-holder .b-nav__link{
	height: 82px;
}
.footer__nav-holder .b-nav__link::before,
.footer__nav-holder .b-nav__link::after{
	display: none;
}
.doc-list--pd-lg{
padding:0 0 0 60px;
}

.b-nav__link:visited {
	color: #fff !important;
} 

.b-nav__li--drop .b-nav__drop-h li a {
	color: #003760 !important;
}
.b-scheme-wrap{
	padding: 0 0 40px;
}
.b-scheme-list{
	margin: 0;
	padding: 0;
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.b-scheme-list li{
	position: relative;
	width: 20%;
	list-style-type: none;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.b-scheme-list li:after{
	content:"";
	position: absolute;
	top: 55px;
	left: -30px;
	width: 61px;
	height: 20px;
	z-index: 1;
	background: url(../img/arrows-scheme.png) 0 0 no-repeat;
}
.b-scheme-list li:first-child:after{
	display: none;
}
.b-scheme-list li span{
	color: #11385f;
}
.b-scheme-list li p{
	margin: 0;
}
.b-scheme-img{
	margin: 0 0 20px;
	height: 110px;
	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;
}
.b-scheme-img img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

table tr.head td{
background-color: #dadada;
border-bottom-color:#dadada;
}
table tr.nodd td, table tr.odd td{
border-bottom-color:#dadada;
}