html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img{
	max-width: 100%;
	vertical-align: middle;
	opacity: 1;
	transition: opacity .3s;
}
img[data-src] {
	opacity: 0;
}
input:focus,
textarea:focus,
button:focus,
select:focus{
	outline: none;
}
*::-webkit-input-placeholder {
	color: #505f73;
	opacity: 1;
}
*:-moz-placeholder {
	color: #505f73;
	opacity: 1;
}
*::-moz-placeholder {
	color: #505f73;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #505f73;
	opacity: 1;
}
.input_white *::-webkit-input-placeholder {
	color: #fff;
}
.input_white *:-moz-placeholder {
	color: #fff;
}
.input_white *::-moz-placeholder {
	color: #fff;
}
.input_white *:-ms-input-placeholder {
	color: #fff;
}
.input_error *::-webkit-input-placeholder {
	color: #db422c;
}
.input_error *:-moz-placeholder {
	color: #db422c;
}
.input_error *::-moz-placeholder {
	color: #db422c;
}
.input_error *:-ms-input-placeholder {
	color: #db422c;
}
.input_active::-webkit-input-placeholder {
	color: rgba(0,0,0,0)!important;
}
.input_active:-moz-placeholder {
	color: rgba(0,0,0,0)!important;
}
.input_active::-moz-placeholder {
	color: rgba(0,0,0,0)!important;
}
.input_active:-ms-input-placeholder {
	color: rgba(0,0,0,0)!important;
}
ul,li,ol{
	list-style: none;
	margin: 0;
	padding: 0;
}
.b-overflow{
	overflow: hidden;
}
.fonts-loaded,
.fonts-loaded *{
	font-family: "Open Sans", sans-serif!important;
	color: rgba(0,0,0,0)!important;
}
body{
	font-family: "FontG", sans-serif;
	font-weight: 400;
	font-size: 17px;
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
	color: #505f73;
	line-height: 1.6em;
	background-color: #fff;
	margin: 0 auto;
}
br,
span,
b{
	line-height: inherit;
}
b{
	font-weight: 700;
}
p{
	margin: 0;
}
a{
	color: #505f73;
}
a{
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a,
a:focus{
	outline: none; 
}
a:hover,
a:focus{
	text-decoration: none;
}
*[class*="__icon"],
*[class*="__img"]{
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.b-wrap{
	white-space: nowrap;
}
.b-text-white,
.b-text-white .link:not(.b-color),
.b-text-white .link.b-color:hover{
	color: #fff;
}
.b-text-white .link:hover,
.b-text-dark .link:hover,
.link:hover{
	color: #2993d1;
}
.link.link_underline{
	text-decoration: underline;
}
.link.link_underline:active{
	text-decoration: none;
}
.link:active{
	text-decoration: underline;
}
.b-text-dark,
.b-text-dark .link{
	color: #505f73;
}
.b-link{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1.5px;
	color: #2993d1;
}
.b-link:hover{
	color: #e51619;
}
.b-color{
	color: #2993d1;
}
.b-color-2{
	color: #e51619;
}
.container{
	position: relative;
	z-index: 9;
}
@media only screen and (min-width : 1200px) {
	.container{
		max-width: 1200px;
	}
}
@media only screen and (max-width : 1199px) {
	body{
		font-size: 16px;
	}
}
@media only screen and (max-width : 991px) {
	br{
		display: none;
	}
	br.mob{
		display: unset;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}

/*HEADING*/
h1,h2,h3,h4,h5,h6{
	font-weight: 400;
}
.h1,.h2,.h3,.h4,.h5,.h6{
	margin: 0;
	font-weight: 700;
	line-height: 1.4em;
	color: #162a54;
}
.h1,
.h2{
	font-size: 45px;
	line-height: 1.2em;
}
.h2{
	text-align: center;
}
.h2 + *[class*='__subtitle']{
	text-align: center;
	font-weight: 400;
	margin-top: 30px;
	line-height: 1.45em;
}
@media only screen and (min-width : 576px) {
	.h2.h2_left{
		text-align: left;
	}
}
.h2__fz38{
	display: block;
	font-size: 38px;
	line-height: 1.3em;
}
.h3{
	font-size: 24px;
}
.h3.h3_fz-25{
	font-size: 25px;
}
.h4{
	font-size: 20px;
}
.h5{
	font-size: 18px;
}
.h6{
	font-size: 16px;
}
@media only screen and (max-width : 1199px) {
	.h1,
	.h2{
		font-size: 40px;
	}
	.h2__fz38{
		font-size: 34px;
	}
	.h2 + *[class*='__subtitle']{
		margin-top: 25px;
	}
	.h3{
		font-size: 22px;
	}
	.h3.h3_fz-25{
		font-size: 23px;
	}
	.h4{
		font-size: 19px;
	}
}
@media only screen and (max-width : 991px) {
	.h1,
	.h2{
		font-size: 36px;
	}
	.h2__fz38{
		font-size: 30px;
	}
	.h2 + *[class*='__subtitle']{
		margin-top: 20px;
	}
}
@media only screen and (max-width : 767px) {
	.h1,
	.h2{
		font-size: 32px;
	}
	.h2__fz38{
		font-size: 32px;
	}
	.h2 + *[class*='__subtitle']{
		margin-top: 15px;
	}
	.h3{
		font-size: 20px;
	}
	.h3.h3_fz-25{
		font-size: 21px;
	}
	.h4{
		font-size: 18px;
	}
}
@media only screen and (max-width : 575px) {
	.h1,
	.h2{
		font-size: 28px;
	}
	.h2__fz38{
		font-size: 28px;
	}
}
/*/HEADING*/

/*FORM*/
.form{
	text-align: center;
}
.form .row{
	margin: 0 -11px;
}
.form .row > div[class*='col']{
	padding: 0 11px;
}
.form__bg.item-bg{
	padding-top: 50px;
	padding-bottom: 20px;
}
.form__top{
	margin-bottom: 45px;
}
.form__info{
	margin: 25px auto 0;
	line-height: 1.5em;
}
.form__input{
	text-align: left;
}
.form__label{
	padding-left: 25px;
	margin-bottom: 18px;
}
.form__subtitle.form__descr,
.form__descr{
	line-height: 1.6em;
	padding-top: 15px;
}
.form__info{
	font-size: 12px;
}
.form__info,
.form__info .link:not(:hover){
	color: #9da9c1;
}
.input{
	width: 100%;
	margin: 0 auto 25px;
	position: relative;
}
.input::before,
.input__icon{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 18px;
	width: 34px;
	height: 34px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 11;
}
.input.input_textarea::before{
	top: 15px;
	bottom: auto;
}
.input.input_name::before{
	background-image: url(../img/icons/input-name.png);
}
.input.input_phone::before{
	background-image: url(../img/icons/input-phone.png);
}
.input.input_email::before{
	background-image: url(../img/icons/input-email.png);
}
.input.input_country::before{
	background-image: url(../img/icons/input-country.png);
}
.input.input_purpose::before{
	background-image: url(../img/icons/input-purpose.png);
}
.input.input_renouncement::before{
	background-image: url(../img/icons/input-renouncement.png);
}
.input.input_last-years::before{
	background-image: url(../img/icons/input-check.png);
}
.input.input_btn::before{
	display: none;
}
.input__icon{
}
.input__icon.input__icon_flag{
	-webkit-background-size: contain;
	background-size: contain;
}
.input.active-flag .input__icon.input__icon_flag{
	background-color: #f6f6f6;
}
.input__input{
	height: 60px;
	width: 100%;
	max-width: 100%;
	background-color: #f6f6f6;
	border: 1px solid transparent;
	box-shadow: inset 0.8px 0.6px 3px rgba(143, 143, 143, 0.21);
	border-radius: 30px;
	text-align: left;
	color: #505f73;
	font-size: 18px;
	font-family: "FontG";
	font-weight: 400;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.input__input,
.jq-selectbox__select{
	padding: 0 10px 0 65px;
}
.input.input_select .input__input{
	padding: 0;
}
.input.input_textarea .input__input{
	height: 110px;
	min-height: 110px;
	padding-top: 15px;
	resize: vertical;
	vertical-align: top;
}
.input.input_btn{
	margin-top: 5px;
	margin-bottom: 0;
}
.input__input:focus{
	border-color: #2993d1;
}
.input_error .input__input,
.input_error:not(.input){
	background-color: #ffeaea!important;
	border-color: #db422c!important;
}
.btn{
	display: inline-block;
	text-align: center;
	border: none;
	white-space: normal;
	cursor: pointer;
	padding: 5px 50px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	font-family: "FontG";
	min-width: 330px;
	background-color: #d01718;
	background-image: linear-gradient(-10deg, #d01718 0%, #ff868a 100%);
	border-radius: 45px;
	box-shadow: #b71a1c 0px 6px 0px;
	position: relative;
	top: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn:hover{
	background-image: linear-gradient(-10deg, #d01718 0%, #d01718 100%);
}
@media only screen and (min-width : 992px) {
	.btn_big{
		min-width: 390px;
	}
	.btn.btn_big .btn__center{
		height: 80px;
	}
}
.btn.btn_max{
	width: 100%;
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.btn.btn_border:not(:hover){
	background-color: transparent;
	color: #505f73;
}
.btn:active{
	top: 2px;
	box-shadow: none;
}
.btn__center{
	height: 66px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
@media only screen and (max-width : 1199px) {
	.form__bg.item-bg{
		padding-top: 40px;
	}
	.form__label{
		margin-bottom: 13px;
	}
	.input__input{
		font-size: 17px;
	}
}
@media only screen and (max-width : 1199px) and (min-width : 991px) {
	.form__label{
		font-size: 17px;
	}
}

@media only screen and (max-width : 991px) {
	.form__bg.item-bg{
		padding-top: 30px;
	}
	.form__label{
		margin-bottom: 10px;
	}
	.btn{
		min-width: 1px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.input__input{
		font-size: 16px;
	}
}
@media only screen and (max-width : 767px) {
	.form__label{
		margin-bottom: 5px;
	}
	.input__input{
		height: 50px;
	}
	.btn{
		font-size: 14px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/FORM*/

/*SECTION*/
.bg-1{
	background-color: #eef4fa;
}
section.section_pt-0,
.section.section_pt-0{
	padding-top: 0;
}
section.section_pb-0,
.section.section_pb-0{
	padding-bottom: 0;
}
section,
.section{
	padding: 120px 0 140px;
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.section_bg-bottom + *{
	margin-top: -40px;
}
.section__bg-bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 273px;
	background-image: url(../img/bg/section-bottom.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 70px;
	z-index: 3;
}
.section__btn-wrap{
	margin-top: 50px;
	text-align: center;
}
@media only screen and (max-width : 1199px) {
	section,
	.section{
		padding: 100px 0 120px;
	}
}
@media only screen and (max-width : 991px) {
	section,
	.section{
		padding: 80px 0;
	}
	section.section_bg-bottom,
	.section.section_bg-bottom{
		padding-bottom: 120px;
	}
}
@media only screen and (max-width : 767px) {
	section,
	.section{
		padding: 60px 0;
	}
}
@media only screen and (max-width : 575px) {
}
/*/SECTION*/

/*ITEMS*/
.item-bg{
	background-color: white;
	border-radius: 20px;
	box-shadow: 0 20px 81px rgba(22, 64, 88, 0.2);
	padding: 45px 50px;
}
.items{
	margin-top: 40px;
}
.wrap,
.items.items_carousel{
	margin-top: 60px;
}
.items__item{
	display: block;
	margin: 30px auto 0;
	position: relative;
}
.items.items_carousel .items__item{
	margin-top: 0;
}
.items__img,
.wrap__img{
	display: block;
	background-color: #505f73;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.items__img::before,
.wrap__img::before{
	content: '';
	position: relative;
	display: block;
	padding-top: 72%;
}
.items__descr,
.wrap__descr{
	margin-top: 15px;
}
.items__descr:first-child,
.wrap__descr:first-child{
	margin-top: 0;
}
@media only screen and (max-width : 1199px) {
	.item-bg{
		padding: 35px;
	}
	.items{
		margin-top: 25px;
	}
	.wrap,
	.items.items_carousel{
		margin-top: 45px;
	}
}
@media only screen and (max-width : 991px) {
	.item-bg{
		padding: 30px;
	}
	.items{
		margin-top: 15px;
	}
	.wrap,
	.items.items_carousel{
		margin-top: 35px;
	}
}
@media only screen and (max-width : 767px) {
	.item-bg{
		padding: 25px 20px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/ITEMS*/

/*NAV*/
.nav{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 998;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow-y: scroll;
	padding: 55px 0;
	font-size: 15px;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.nav.active{
	visibility: visible;
	opacity: 1;
}
.nav__close.fancybox-close{
	position: absolute;
	top: 0;
	right: 5px;
}
.nav__location{
	margin: 30px 0;
}
.nav__contacts .header-links{
	text-align: left;
	margin: 30px 0;
}
.menu{
	margin-top: 50px;
}
.menu__item{
	margin-top: 20px;
}
.menu__link{
	font-size: 21px;
	font-weight: 700;
}
@media only screen and (max-width : 1399px) {
	.nav__logo{
		padding-left: 50px;
	}
}
@media only screen and (max-width : 1199px) {
	.nav{
		padding: 30px 0;
		font-size: 14px;
	}
	.menu{
		margin-top: 30px;
	}
	.menu__item{
		margin-top: 15px;
	}
}
@media only screen and (max-width : 991px) {
	.nav__logo{
		max-width: 450px;
	}
	.menu__item{
		margin-top: 10px;
	}
	.menu__link{
		font-size: 18px;
	}
}
@media only screen and (max-width : 767px) {
	.nav__logo{
		max-width: 470px;
		padding: 0;
	}
}
@media only screen and (max-width : 575px) {
	.nav__logo{
		max-width: 260px;
	}
}
/*/NAV*/

/*HEADER*/
.header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	padding: 55px 0;
	font-size: 15px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.header + *::before{
	content: '';
	position: relative;
	display: block;
	height: 205px;
}
.header .container{
	position: static;
}
.header__hamburger{
	margin-right: 20px;
}
@media only screen and (min-width : 1400px) {
	.header__hamburger{
		margin-left: -75px;
		min-width: 75px;
		margin-right: 0;
	}
}
.header__logo{
	margin-top: -15px;
}
.header__right{
	text-align: right;
}
.header__location{
	margin-top: 5px;
	margin-left: -35px;
}
.logo__img{
	display: inline-block;
	margin-right: 20px;
}
.logo__img:hover{
	opacity: .8;
}
.logo__text{
	padding-top: 15px;
	text-align: left;
}
.logo__title{
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 1em;
	font-weight: 800;
	text-transform: uppercase;
	color: #162a54;
	margin-bottom: 15px;
}
.logo__descr{
	line-height: 1.5em;
}
.location{
	padding-left: 25px;
	position: relative;
	text-align: left;
	font-size: 14px;
	/* line-height: 1.3em; */
}
.location::before{
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 19px;
	background-image: url(../img/icons/location.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
}
.phone__link{
	font-size: 30px;
	line-height: 1em;
	font-weight: 700;
	color: #162a54;
}
.phone.phone_fz-24 .phone__link{
	font-size: 24px;
	line-height: 1.5em;
	letter-spacing: .5px;
}
.phone__time{
	margin-top: 5px;
}
.phone-time__item{
	font-size: 14px;
	line-height: 1.3em;
	/* white-space: break-spaces; */
}
@media only screen and (max-width : 1199px) {
	.header{
		font-size: 14px;
		padding: 30px 0;
	}
	.header + *::before{
		height: 160px;
	}
	.header__logo .logo__img{
		max-width: 85px;
		margin-right: 10px;
	}
	.header__logo .logo__title{
		font-size: 21px;
	}
	.header__location{
		margin-left: 0;
		margin-right: -30px;
	}
	.phone__link{
		font-size: 24px;
	}
}
@media only screen and (max-width : 991px) {
	.header + *::before{
		height: 135px;
	}
	.header__location{
		margin: 20px auto;
		display: inline-block;
	}
	.logo__title{
		margin-bottom: 10px;
	}
}
@media only screen and (max-width : 767px) {
	.header{
		text-align: center;
	}
	.header + *::before{
		height: 150px;
	}
	.header__right{
		text-align: left;
		margin-top: 20px;
	}
	.header__hamburger{
		margin-right: 0;
		margin-left: 10px;
	}
	.header__logo .logo__img{
		max-width: 70px;
	}
	.header__logo .logo__title{
		font-size: 20px;
	}
	.logo__title{
		margin-bottom: 5px;
	}
	.phone__time{
		margin-top: 0;
	}
}
@media only screen and (max-width : 575px) {
	.header + *::before{
	}
	.header__logo{
		max-width: 250px;
	}
	.header__logo .logo__img{
		max-width: 60px;
		margin-right: 5px;
	}
	.header__logo .logo__text{
		margin-right: -15px;
		padding-top: 10px;
	}
	.header__logo .logo__title{
		font-size: 14px;
	}
	.header__logo .logo__descr{
		font-size: 11px;
	}
}
/*/HEADER*/

/*MAIN*/
.s-main{
	min-height: 920px;
	padding-top: 25px;
}
.s-main.section_bg-bottom{
	padding-bottom: 150px;
}
@media only screen and (min-width : 1200px) {
	.main{
		margin-right: -30px;
	}
}
.main__list{
	margin-top: 25px;
}
.main-list__item{
	line-height: 1.3em;
	font-weight: 400;
	margin-top: 10px;
}
.main__btn-wrap{
	margin-top: 30px;
}
.s-main__img{
	position: absolute;
	left: 50%;
	margin-left: 120px;
	bottom: 0;
	overflow: hidden;
}
.s-main__img img{
	position: relative;
	top: 35px;
	max-width: none;
}
@media only screen and (max-width : 1199px) {
	.s-main{
		min-height: 800px;
	}
	.s-main__img img{
		max-height: 700px;
	}
}
@media only screen and (max-width : 991px) {
	.s-main{
		min-height: 700px;
	}
	.s-main__img{
		margin-left: 80px;
	}
	.s-main__img img{
		max-height: 600px;
	}
}
@media only screen and (max-width : 767px) {
	.s-main{
		min-height: 650px;
	}
	.s-main__img{
		margin-left: 90px;
	}
	.s-main__img img{
		max-height: 400px;
	}
}
@media only screen and (max-width : 575px) {
	.s-main{
		min-height: 1px;
		background-position: -200px center;
	}
	.main{
		max-width: 340px;
	}
	.main__list{
		max-width: 60%;
		margin: 40px 0;
	}
	.s-main__img{
		margin-left: -30px;
		bottom: 30px;
	}
	.s-main__img img{
		top: 0;
		max-height: 400px;
	}
}
@media only screen and (max-width : 400px) {
	.main{
		max-width: 290px;
	}
	.main-list__item{
		font-size: 17px;
	}
}
/*/MAIN*/

/*MENU HAMBURGER*/
.menu-overflow{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}
.menu-overflow.active,
.menu-overflow.active-sub{
	visibility: visible;
	opacity: 1;
}
.menu-hamburger{
	display: inline-block;
	cursor: pointer;
	padding: 10px;
	margin: 0 -10px;
	position: relative;
	z-index: 999;
}
.menu-hamburger__hamburger{
	position: relative;
	width: 30px;
	height: 20px;
	display: inline-block;
	text-indent: -9999px;
	box-shadow: none;
	cursor: pointer;
	vertical-align: middle;
	z-index: 9;
}
.menu-hamburger__hamburger:focus {
	outline: none;
}
.menu-hamburger__hamburger span{
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #2993d1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.menu-hamburger__hamburger:hover span,
.menu-hamburger.active .menu-hamburger__hamburger span:nth-child(2),
.menu-hamburger.active .menu-hamburger__hamburger span:nth-child(3){
	background-color: #2993d1;   
}
.menu-hamburger__hamburger span:nth-child(1) {
	top: 50%;
	margin-top: -1px;
}
.menu-hamburger__hamburger span:nth-child(2) {
	top: 0;
}
.menu-hamburger__hamburger span:nth-child(3) {
	bottom: 0;
}
.menu-hamburger.active .menu-hamburger__hamburger span:nth-child(1) {
	background: none;
	transition-duration: 0s, 0s;
}
.menu-hamburger.active .menu-hamburger__hamburger span:nth-child(2),
.menu-hamburger.active .menu-hamburger__hamburger span:nth-child(3){
	transition-duration: 0s, 0.5s;
}
.menu-hamburger.active .menu-hamburger__hamburger span:nth-child(2) {
	top: 50%;
	margin-top: -1px;
	transition-property: top, transform;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-hamburger.active .menu-hamburger__hamburger span:nth-child(3) {
	bottom: 50%;
	margin-bottom: -1px;
	transition-property: bottom, transform;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*/MENU HAMBURGER*/

/*VIDEO*/
.video{
	position: relative;
}
.video__link{
	display: block;
	position: relative;
}
.video__img{
	z-index: 2;
	background-color: #2993d1;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 95%/20%;
	padding-top: 39%;
	position: relative;
}
.video__img img{
	opacity: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.video.video_img .video__link:hover .video__img img{
	opacity: .5;
}
.video__play{
	display: block;
	position: relative;
	width: 88px;
	height: 88px;
	background-color: white;
	box-shadow: 0 20px 81px rgba(139, 150, 167, 0.18);
	border-radius: 50%;
	margin: auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	z-index: 3;
	transition: all .3s;
}
.video__link:hover .video__play{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.video.video_img .video__play{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.video.video_img .video__link:hover .video__play{
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	-o-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}
.video__play::before,
.video__play::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	z-index: 2;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.video__play::before{
	width: 72px;
	height: 72px;
	background-color: white;
	box-shadow: 0 20px 81px #8b96a7;
	border-radius: 50%;
}
.video__play::after{
	right: 3px;
	background-image: url(../img/icons/play.png);
	background-position: center;
	background-repeat: no-repeat;
}
.video__label{
	margin-top: 15px;
	background: rgba(2, 2, 2, 0.8);
	padding: 15px 20px;
	color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.video__label:hover{
	color: #2993d1;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/VIDEO*/

/*SELECT*/
.jq-selectbox{
	z-index: auto !important;
}
.jq-selectbox.opened{
	border-radius: 30px 30px 0 0;
}
.jq-selectbox__select-text{
	line-height: 60px;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 30px;
	width: 0;
	height: 0;
	border-top: 6px solid #6d6d6d;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.jq-selectbox__dropdown{
	z-index: 12;
}
.jq-selectbox li{
	padding: 10px 10px 10px 65px;
	color: #282828;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3em;
	-webkit-background-size: 25px;
	background-size: 25px;
	background-position: 20px center;
	background-repeat: no-repeat;
}
.jq-selectbox li.selected{
	background-color: rgba(41, 147, 209, .2);
}
.jq-selectbox li:hover{
	background-color: rgba(41, 147, 209, .2);
}
.jq-selectbox li.sel{
	background-color: rgba(41, 147, 209, .9);
	color: #fff;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
	.jq-selectbox__select-text{
		line-height: 50px;
	}
	.jq-selectbox__trigger-arrow{
		right: 15px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/SELECT*/

/*SOC*/
.soc-list{
	margin: 0 -7px 0;
}
.soc-list__item{
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px;
}
.soc-list__link{
	display: block;
	position: relative;
	top: 0;
	text-align: center;
	transition: all .3s;
}
.soc-list__link:hover{
	top: -3px;
}
.soc-list__link:hover{
	border-color: #d9b00d;
}
@media only screen and (max-width : 1199px) {
}		
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/SOC*/

/*SOC BUTTON*/
.soc-button{
}
.soc-button .row{
	margin: 0 -10px;
}
.soc-button .row > div[class*='col']{
	padding: 0 10px;
}
.soc-button-list__item{
	margin-top: 20px;
}
.soc-button-list__link{
	border: 2px solid  #eef4fa;
	background-color: #eef4fa;
	border-radius: 33px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	height: 65px;
	padding: 5px 20px;
	position: relative;
	top: 0;
}
.bg-1 .soc-button-list__link{
	background-color: #fff;
	border-color: #fff;
}
.soc-button-list__link:hover{
	box-shadow: 0 5px 10px rgba(22, 64, 88, 0.1);
}
.soc-button-list__link:active{
	top: 3px;
	box-shadow: none;
	box-shadow: 0 5px 10px rgba(22, 64, 88, 0.03);
}
.soc-button-list__text{
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	font-weight: 700;
	color: #162a54;
	transition: all .3s;
}
.soc-button-list__link img{
	max-width: 30px;
}
/*/SOC BUTTON*/


.city-wrap {
  color: #484848;
  font-size: 15px;
  /* line-height: 49px; */
  font-weight: 500;
  }
  .city-wrap .city-opener {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #484848;
    padding: 0;
    font-weight: bold;
    }
    .city-wrap .city-opener:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      border-style: solid;
      border-width: 4px 3.5px 0 3.5px;
      border-color: #484848 transparent transparent transparent;
      margin-left: 3px;
      }
  @media all and (max-width: 1279px) {
    .city-wrap {
      font-size: 13px; } }
  @media all and (max-width: 1024px) {
    .city-wrap {
      /* float: none; */
      } }
      
      
.modal-window {
  width: 1210px;
  background: #fff;
  padding: 45px 65px;
  z-index: 100;
  display: none;
  margin: auto;
  }
  .modal-window.modal-middle {
    padding: 0;
    width: 853px; }
  .modal-window.modal-personal {
    padding: 45px 65px;
    width: 730px; }
  .modal-window.modal-small {
    /*padding: 45px 65px;*/
    width: 520px; }
    .modal-window.modal-small h4 {
      font-size: 28px; }
  .modal-window.modal-window_file {
    width: 954px;
    padding: 56px 72px 52px; }
  @media all and (max-width: 1279px) {
    .modal-window {
      width: 95vw; }
      .modal-window.modal-window_file {
        width: 95vw;
        padding: 30px 20px; } }
  @media all and (max-width: 1024px) {
    .modal-window.modal-middle {
      width: 740px; } }
  @media all and (max-width: 767px) {
    .modal-window {
      width: 95vw;
      padding: 25px 15px; }
      .modal-window.modal-personal {
        width: 95vw;
        padding: 25px 15px; }
      .modal-window.modal-middle {
        width: 95vw; }
      .modal-window.modal-small {
        width: 95vw; } }

.city-select__header, .country-select__header {
  margin-bottom: 40px; }
  .city-select__header h2, .country-select__header h2 {
    float: left;
    margin: 0 50px 0 0;
    font-size: 30px;
    font-weight: 800; }
  @media all and (max-width: 767px) {
    .city-select__header h2, .country-select__header h2 {
      float: none;
      display: block;
      font-size: 24px;
      margin-bottom: 10px; } }

input:disabled, input[readonly] {
  background-color: #f6f5f5;
}

.city-search, .promo-search, .country-search {
  float: left;
  width: 237px;
  position: relative;
  margin-top: 5px; }
  .city-search .text-focused > label, .promo-search .text-focused > label, .country-search .text-focused > label,
  .city-search .text-active > label,
  .promo-search .text-active > label,
  .country-search .text-active > label {
    display: none; }
  .city-search .text-active .btn-clear, .promo-search .text-active .btn-clear, .country-search .text-active .btn-clear {
    display: block; }
  .city-search .text-field, .promo-search .text-field, .country-search .text-field {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ababab;
    height: 30px; }
    .city-search .text-field::-webkit-input-placeholder, .promo-search .text-field::-webkit-input-placeholder, .country-search .text-field::-webkit-input-placeholder {
      color: transparent; }
    .city-search .text-field:-moz-placeholder, .promo-search .text-field:-moz-placeholder, .country-search .text-field:-moz-placeholder {
      color: transparent; }
    .city-search .text-field::-moz-placeholder, .promo-search .text-field::-moz-placeholder, .country-search .text-field::-moz-placeholder {
      color: transparent; }
    .city-search .text-field:-ms-input-placeholder, .promo-search .text-field:-ms-input-placeholder, .country-search .text-field:-ms-input-placeholder {
      color: transparent; }
    .city-search .text-field:focus::-webkit-input-placeholder, .promo-search .text-field:focus::-webkit-input-placeholder, .country-search .text-field:focus::-webkit-input-placeholder {
      color: #988e8e; }
    .city-search .text-field:focus:-moz-placeholder, .promo-search .text-field:focus:-moz-placeholder, .country-search .text-field:focus:-moz-placeholder {
      color: #988e8e; }
    .city-search .text-field:focus::-moz-placeholder, .promo-search .text-field:focus::-moz-placeholder, .country-search .text-field:focus::-moz-placeholder {
      color: #988e8e; }
    .city-search .text-field:focus:-ms-input-placeholder, .promo-search .text-field:focus:-ms-input-placeholder, .country-search .text-field:focus:-ms-input-placeholder {
      color: #988e8e; }
  .city-search .text:focus + label, .promo-search .text:focus + label, .country-search .text:focus + label {
    display: none; }
  .city-search .submit, .promo-search .submit, .country-search .submit {
    background: url(../images/bg-submit.svg) no-repeat 0 0/16px 17px;
    width: 16px;
    height: 17px;
    text-indent: -9999px;
    overflow: hidden;
    border: 0;
    font-size: 0;
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 0; }
  .city-search .text-value, .promo-search .text-value, .country-search .text-value {
    position: absolute;
    top: 5px;
    left: 0; }
  .city-search .btn-clear, .promo-search .btn-clear, .country-search .btn-clear {
    position: absolute;
    top: 7px;
    right: 25px;
    background: url(../images/btn-clear.svg) no-repeat 0 0/13px 14px;
    width: 13px;
    height: 14px;
    display: none;
    cursor: pointer; }

.results-cols {
  -webkit-columns: 100px 5;
  /* Chrome, Safari, Opera */
  -moz-columns: 100px 5;
  /* Firefox */
  columns: 100px 5;
  column-gap: 30px;
  vertical-align: top;
  }
  .results-cols .column {
    padding-bottom: 20px;
    display: inline-block;
    width: 100%; }
  .results-cols .title-letter {
    float: left;
    font-weight: 500;
    margin: 0 8px 0 0;
    width: 20px; }
  @media all and (max-width: 1279px) {
    .results-cols {
      webkit-columns: 100px 4;
      /* Chrome, Safari, Opera */
      -moz-columns: 100px 4;
      /* Firefox */
      columns: 100px 4; } }
  @media all and (max-width: 1024px) {
    .results-cols {
      webkit-columns: 100px 3;
      /* Chrome, Safari, Opera */
      -moz-columns: 100px 3;
      /* Firefox */
      columns: 100px 3;
      margin-top: 100px;
      } }
  @media all and (max-width: 767px) {
    .results-cols {
      webkit-columns: 100px 2;
      /* Chrome, Safari, Opera */
      -moz-columns: 100px 2;
      /* Firefox */
      columns: 100px 2;
      } }
  @media all and (max-width: 479px) {
    .results-cols {
      webkit-columns: 100px 1;
      /* Chrome, Safari, Opera */
      -moz-columns: 100px 1;
      /* Firefox */
      columns: 100px 1; } }

.city-list {
  overflow: hidden; }
  .city-list li {
    margin-bottom: 5px; }
  .city-list a {
    color: #3a62d7; }
    .city-list a:hover {
      color: #1b222b; }

.part-results-list {
  -webkit-columns: 100px 5;
  /* Chrome, Safari, Opera */
  -moz-columns: 100px 5;
  /* Firefox */
  columns: 100px 5;
  column-gap: 30px;
  padding-bottom: 80px;
  vertical-align: top; }
.part-results-list.offices {
  -webkit-columns: 100px 1;
  /* Chrome, Safari, Opera */
  -moz-columns: 100px 1;
  /* Firefox */
  columns: 100px 1; }
  .part-results-list li {
    margin-bottom: 5px; }
  .part-results-list a {
    color: #3a62d7; }
    .part-results-list a:hover {
      color: #1b222b; }
  @media all and (max-width: 1279px) {
    .part-results-list {
      webkit-columns: 100px 4;
      /* Chrome, Safari, Opera */
      -moz-columns: 100px 4;
      /* Firefox */
      columns: 100px 4; } }
  @media all and (max-width: 1024px) {
    .part-results-list {
      webkit-columns: 100px 3;
      /* Chrome, Safari, Opera */
      -moz-columns: 100px 3;
      /* Firefox */
      columns: 100px 3; } }
  @media all and (max-width: 767px) {
    .part-results-list {
      webkit-columns: 100px 2;
      /* Chrome, Safari, Opera */
      -moz-columns: 100px 2;
      /* Firefox */
      columns: 100px 2; } }
  @media all and (max-width: 479px) {
    .part-results-list {
      padding-bottom: 40px;
      webkit-columns: 100px 1;
      /* Chrome, Safari, Opera */
      -moz-columns: 100px 1;
      /* Firefox */
      columns: 100px 1; } }

.part-results {
  display: none; }

.no-results, .country-modal-no-results {
  display: none; }
  .no-results h3, .country-modal-no-results h3 {
    font-size: 19px;
    font-weight: 500;
    margin: 0 0 6px; }
  .no-results p, .country-modal-no-results p {
    font-size: 17px;
    margin: 0 0 24px; }

.fancy-media-wrap .fancybox-slide > * {
  vertical-align: top; }
.fancybox-is-open .fancybox-slide > * {
    vertical-align: top;
}
.no-results-form {
  padding: 0 0 70px; }
  .no-results-form .form-col {
    float: left;
    width: 188px;
    margin: 0 20px 0 0; }
  .no-results-form label {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 4px; }
  .no-results-form .text-field {
    height: 41px;
    border: 1px solid #bcbcbc;
    border-radius: 3px;
    padding: 0 10px;
    width: 100%;
    background: none; }
  .no-results-form .submit {
    border: 0;
    width: 155px;
    height: 44px;
    font-size: 15px;
    padding: 0;
    margin: 22px 0 0 5px;
    cursor: pointer; }
  @media all and (max-width: 767px) {
    .no-results-form {
      padding-bottom: 30px; }
      .no-results-form .form-col {
        width: 100%;
        float: none;
        margin-bottom: 20px; }
      .no-results-form .submit {
        margin: 0; } }

.modal-frame {
  display: flex;
  flex: 1;
  min-height: 580px; }
  .modal-frame .modal-image-section {
    background: #82b2dd;
    width: 456px;
    padding: 38px 90px 0 52px;
    overflow: hidden;
    position: relative; }
    .modal-frame .modal-image-section.modal-image-section_map {
      padding: 0; }
    .modal-frame .modal-image-section h2 {
      font-size: 30px;
      margin: 0 0 6px;
      font-weight: 800;
      color: #fff;
      position: relative;
      z-index: 3; }
    .modal-frame .modal-image-section p {
      color: #fff;
      margin: 0;
      font-size: 19px;
      position: relative;
      z-index: 3; }
    .modal-frame .modal-image-section .image {
      position: absolute;
      bottom: 0;
      left: 0; }
      .modal-frame .modal-image-section .image img {
        display: block;
        margin: 0 auto; }
  .modal-frame .modal-text-section {
    width: 395px; }
  .modal-frame .feedback-form, .modal-frame .main-form {
    padding: 42px 73px 42px 58px; }
  @media all and (max-width: 1024px) {
    .modal-frame .modal-image-section {
      padding: 28px 30px 0 32px; }
    .modal-frame .feedback-form, .modal-frame .main-form {
      padding: 32px 30px 42px 30px; } }
  @media all and (max-width: 767px) {
    .modal-frame {
      display: block; }
      .modal-frame .modal-image-section {
        width: 100%;
        padding-bottom: 20px;
        padding: 28px 15px 20px; }
        .modal-frame .modal-image-section .image {
          display: none; }
        .modal-frame .modal-image-section h2 {
          font-size: 24px;
          margin: 0 0 6px;
          font-weight: 800;
          color: #fff;
          position: relative;
          z-index: 3; }
        .modal-frame .modal-image-section p {
          color: #fff;
          margin: 0;
          font-size: 15px;
          position: relative;
          z-index: 3; }
        .modal-frame .modal-image-section.modal-image-section_map {
          height: 200px; }
      .modal-frame .modal-text-section {
        width: 100%; }
      .modal-frame .feedback-form, .modal-frame .main-form {
        padding: 32px 15px 42px; } }

.promo-alert {
  position: absolute;
  bottom: 32px;
  left: 17px;
  width: 195px;
  background: #fff;
  border-radius: 10px;
  font-size: 15px;
  line-height: 19px;
  padding: 20px 19px;
  animation: fadeOut 0.5s 1 ease-in-out;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  opacity: 0; }
  .promo-alert p {
    margin: 0; }
    .promo-alert p a {
      text-decoration: underline;
      color: #3a62d7; }
      .promo-alert p a:hover {
        text-decoration: none; }
  .promo-alert:before {
    position: absolute;
    top: -17px;
    left: 13px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #e0ac2d url(../images/ico-alert.svg) no-repeat 50% 50%/19px 21px;
    content: ''; }
  @media all and (max-width: 1279px) {
    .promo-alert {
      display: none; } }

@media all and (max-width: 767px) {
  .fancybox-close-small {
    top: -25px !important;
    right: 0 !important; } }

@media all and (max-width: 767px) {
  .fancybox-close-small:after {
    background: none !important;
    content: 'Ãƒâ€”' !important;
    color: #fff; } }

.price-value {
  font-family: "alsrubl"; line-height: 0; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.promo-box__wrap .sub-title {
  display: block;
  padding: 1px 0 0;
  font-size: 19px; }

@media all and (max-width: 1024px) {
  .promo-box__wrap .sub-title {
    font-size: 15px;
    margin-bottom: 20px; } }

.promo-search-wrap {
  max-width: 256px;
  position: relative; }

.promo-search {
  width: 236px;
  margin-top: 0;
  float: none; }
  .promo-search .text-value {
    font-size: 19px;
    top: 1px; }
  .promo-search .text-field {
    font-size: 19px; }
  .promo-search .text-active .btn-clear-short {
    display: block; }
  .promo-search .btn-clear-short {
    position: absolute;
    top: 7px;
    right: 25px;
    background: url(../images/btn-clear.svg) no-repeat 0 0/13px 14px;
    width: 13px;
    height: 14px;
    display: none;
    cursor: pointer; }

.promo-search__popup {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  width: 100%;
  z-index: 10;
  padding: 16px 0;
  display: none; }
  .promo-search__popup .country-list {
    -webkit-columns: 100px 1;
    /* Chrome, Safari, Opera */
    -moz-columns: 100px 1;
    /* Firefox */
    columns: 100px 1;
    column-gap: 0px;
    vertical-align: top; }
  .promo-search__popup .country-list__item {
    padding: 0; }
  .promo-search__popup .country-list__link {
    padding: 4px 16px;
    display: block;
    white-space: nowrap; }
    .promo-search__popup .country-list__link:hover {
      background: #f6f5f5; }

.full-results-short {
  display: none;
  max-height: 200px;
  overflow: auto; }

.no-results-short {
  padding: 0 20px;
  display: none; }
  .no-results-short .no-results-form {
    padding-bottom: 0; }
  .no-results-short p {
    font-size: 14px;
    line-height: 19px;
    margin: 0 0 20px; }
  .no-results-short .form-col {
    float: none;
    margin: 0 0 14px;
    width: 100%; }
  .no-results-short .no-results__submit {
    margin: 0; }

.no-results__submit {
  height: 43px;
  min-height: 43px;
  padding: 8px 29px;
  font-size: 15px; }

.promo-box {
  margin: 0 0 30px; }

.promo-cities {
  margin: 0 0 42px; }
  @media all and (max-width: 1024px) {
    .promo-cities {
      margin-bottom: 10px; } }

.city-item {
  height: 487px;
  position: relative; }
  .city-item:hover .city-item__bg-hover {
    opacity: 1; }
  .city-item:hover .city-item__text-box .btn-white {
    color: #fff;
    background: #3a62d7; }
  .city-item.city-item__color1 .city-item__text-box {
    background: #822d48;
    background: -moz-linear-gradient(top, #822d48 0%, #8f364c 100%);
    background: -webkit-linear-gradient(top, #822d48 0%, #8f364c 100%);
    background: linear-gradient(to bottom, #822d48 0%, #8f364c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#822d48', endColorstr='#8f364c',GradientType=0 ); }
  .city-item.city-item__color1 .city-item__bg {
    background: #f8977f;
    background: -moz-linear-gradient(top, #f8977f 0%, #fac796 69%, #fac796 100%);
    background: -webkit-linear-gradient(top, #f8977f 0%, #fac796 69%, #fac796 100%);
    background: linear-gradient(to bottom, #f8977f 0%, #fac796 69%, #fac796 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8977f', endColorstr='#fac796',GradientType=0 ); }
  .city-item.city-item__color1 .city-item__bg-hover {
    background: #f8977f;
    background: -moz-linear-gradient(top, #f8977f 0%, #fac796 29%, #fac796 100%);
    background: -webkit-linear-gradient(top, #f8977f 0%, #fac796 29%, #fac796 100%);
    background: linear-gradient(to bottom, #f8977f 0%, #fac796 29%, #fac796 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8977f', endColorstr='#fac796',GradientType=0 ); }
  .city-item.city-item__color2 .city-item__bg-image img {
    width: 130%;
    margin: 0 -14% 0 -16%; }
  .city-item.city-item__color2 .city-item__text-box {
    background: #5f2058;
    background: -moz-linear-gradient(top, #5f2058 0%, #792773 100%);
    background: -webkit-linear-gradient(top, #5f2058 0%, #792773 100%);
    background: linear-gradient(to bottom, #5f2058 0%, #792773 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f2058', endColorstr='#792773',GradientType=0 ); }
  .city-item.city-item__color2 .city-item__bg {
    background: #a86ea4;
    background: -moz-linear-gradient(top, #a86ea4 0%, #ffd8a1 69%, #ffd8a1 100%);
    background: -webkit-linear-gradient(top, #a86ea4 0%, #ffd8a1 69%, #ffd8a1 100%);
    background: linear-gradient(to bottom, #a86ea4 0%, #ffd8a1 69%, #ffd8a1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a86ea4', endColorstr='#ffd8a1',GradientType=0 ); }
  .city-item.city-item__color2 .city-item__bg-hover {
    background: #a86ea4;
    background: -moz-linear-gradient(top, #a86ea4 0%, #ffd8a1 29%, #ffd8a1 100%);
    background: -webkit-linear-gradient(top, #a86ea4 0%, #ffd8a1 29%, #ffd8a1 100%);
    background: linear-gradient(to bottom, #a86ea4 0%, #ffd8a1 29%, #ffd8a1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a86ea4', endColorstr='#ffd8a1',GradientType=0 ); }
  .city-item.city-item__color3 .city-item__bg-image img {
    width: 138%;
    margin: 0 -31% 0 -7%; }
  .city-item.city-item__color3 .city-item__text-box {
    background: #245c79;
    background: -moz-linear-gradient(top, #245c79 0%, #297b8d 100%);
    background: -webkit-linear-gradient(top, #245c79 0%, #297b8d 100%);
    background: linear-gradient(to bottom, #245c79 0%, #297b8d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#245c79', endColorstr='#297b8d',GradientType=0 ); }
  .city-item.city-item__color3 .city-item__bg {
    background: #32405e;
    background: -moz-linear-gradient(top, #28344c 0%, #aaebc1 79%, #aaebc1 100%);
    background: -webkit-linear-gradient(top, #28344c 0%, #aaebc1 79%, #aaebc1 100%);
    background: linear-gradient(to bottom, #5cc4ef 0%, #aaebc1 79%, #aaebc1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32405e', endColorstr='#aaebc1',GradientType=0 );
    }
  .city-item.city-item__color3 .city-item__bg-hover {
    background: #32405e;
    background: -moz-linear-gradient(top, #28344c 0%, #aaebc1 29%, #aaebc1 100%);
    background: -webkit-linear-gradient(top, #28344c 0%, #aaebc1 29%, #aaebc1 100%);
    background: linear-gradient(to bottom, #5cc4ef 0%, #aaebc1 29%, #aaebc1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32405e', endColorstr='#aaebc1',GradientType=0 );
    }
  .city-item.city-item__color4 .city-item__bg-image img {
    width: 150%;
    margin: 0 -23% 0 -26%; }
  .city-item.city-item__color4 .city-item__text-box {
    background: #1d4e68;
    background: -moz-linear-gradient(top, #1d4e68 0%, #3c879d 100%);
    background: -webkit-linear-gradient(top, #1d4e68 0%, #3c879d 100%);
    background: linear-gradient(to bottom, #681d1d 0%, #9d3c3c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4e68', endColorstr='#3c879d',GradientType=0 );
    }
  .city-item.city-item__color4 .city-item__bg {
    background: #559ab6;
    background: -moz-linear-gradient(top, #559ab6 0%, #e1f4f4 69%, #e1f4f4 100%);
    background: -webkit-linear-gradient(top, #559ab6 0%, #e1f4f4 69%, #e1f4f4 100%);
    background: linear-gradient(to bottom, #fac796 0%, #f4e1e1 69%, #f4e1e1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#559ab6', endColorstr='#e1f4f4',GradientType=0 );
    }
  .city-item.city-item__color4 .city-item__bg-hover {
    background: #559ab6;
    background: -moz-linear-gradient(top, #559ab6 0%, #e1f4f4 29%, #e1f4f4 100%);
    background: -webkit-linear-gradient(top, #559ab6 0%, #e1f4f4 29%, #e1f4f4 100%);
    background: linear-gradient(to bottom, #559ab6 0%, #e1f4f4 29%, #e1f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#559ab6', endColorstr='#e1f4f4',GradientType=0 ); }
  @media all and (max-width: 1024px) {
    .city-item {
      margin-bottom: 20px; } }

.city-item__text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 18px 23px;
  height: 200px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap; }
  .city-item__text-box .btn-white {
    display: block;
    width: 100%;
    margin: 0;
    transition: all 0.4s; }

.city-item__country {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 26px;
  font-weight: 800;
  display: block;
  width: 100%;
  margin-bottom: 7px; }

.city-item__price-wrap {
  width: 100%; }

.city-item__price {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  color: #fff; }

.city-item__text-c {
  width: 100%; }

.city-item__price-note {
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px; }

.city-item__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 289px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  overflow: hidden; }
  .city-item__bg-image img {
    display: block;
    width: 110%;
    height: auto;
    margin: 0 auto;
    margin: 0 -5%; }

.city-item__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 289px;
  z-index: 0;
  transition: all 0.4s;
  opacity: 1; }

.city-item__bg-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 289px;
  z-index: 0;
  transition: all 0.4s;
  opacity: 0; }
