@import url('https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap'); /* Это для "Первую букву "J" в заголовке и лого сделать без верхней черточки", прости господи */

@font-face {
  font-family: 'ArialNova';
  src: url('../fonts/ArialNova-Bold.eot');
  src: url('../fonts/ArialNova-Bold.eot%3F') format('embedded-opentype'),
     url('../fonts/ArialNova-Bold.woff') format('woff'),
     url('../fonts/ArialNova-Bold.svg') format('svg');
  font-style: normal;
  font-weight: 700;
}

/*@font-face {
	font-family: 'ArialNarrow';
	src: url('../fonts/ArialNarrow-Bold.eot');
	src: url('../fonts/ArialNarrow-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/ArialNarrow-Bold.woff') format('woff'),
		 url('../fonts/ArialNarrow-Bold.svg#ArialNarrow-Bold') format('svg');
	font-style: normal;
	font-weight: 700;
}*/

@font-face {
	font-family: 'AXIS';
	src: url('../fonts/AXIS-ExtraBold.eot');
	src: url('../fonts/AXIS-ExtraBold.eot%3F') format('embedded-opentype'),
		 url('../fonts/AXIS-ExtraBold.woff') format('woff'),
		 url('../fonts/AXIS-ExtraBold.svg') format('svg');
	font-style: normal;
	font-weight: 800;
}


@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/MontserratRegular.woff2.html) format("woff2"), url(../fonts/MontserratRegular.woff) format("woff");
  font-style: normal;
  font-weight: 400
}

@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/MontserratBold.woff2.html) format("woff2"), url(../fonts/MontserratBold.woff) format("woff");
  font-style: normal;
  font-weight: 700
}


::selection {
  background: #8ed8ee
}

::-moz-selection {
  background: #8ed8ee
}

::-webkit-selection {
  background: #8ed8ee
}

.e_mob{display:none;}
body {
  font: normal normal 16px/1.8 Montserrat, Arial, Helvetica, serif;
  color: #000;
  min-width: 320px;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  background: repeating-linear-gradient(90deg, #eff2f8, #eff2f8 1px, #fff 1px, #fff 12.5%) 0 0 #fff
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0
}

main {
  overflow-x: hidden;
  /* flex-shrink: 0; */
  position: relative
}

p {
  margin-bottom: 25px
}

a {
  color: inherit;
  text-decoration: none
}

svg {
  width: 1rem;
  height: 1rem
}

.container-fluid {
  max-width: 1530px;
  margin: 0 auto;
  /* padding: 0 40px; */
}

@media screen and (max-width:1600px) {
  .container-fluid {
    padding: 0 40px;
  }
}

.center {
  margin: 0 auto;
  width: 100%;
  max-width: 1530px;
  text-align: left
}

.center._right {
  text-align: right;
}

._hidden, .hidden {
  display: none
}

form .errors {
  background: rgba(255, 0, 0, 0.43);
  padding: 10px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4
}

form ._error {
  border-color: red;
  background-color: #ffd8d8
}

a[href^="tel:"] {
  cursor: default;
  text-decoration: none
}

.button {
  background: #eee;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 83px;
  display: inline-block;
  transition: .2s;
  border: 0;
  cursor: pointer
}

.button:focus {
  opacity: .5
}

.button:hover {
  background: #8ed8ee
}

.title {
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 1.44;
  margin-bottom: 21px;
  margin-top: 0
}

.title__panel .title {
  margin-bottom: 0
}

footer {
  margin-top: auto;
  flex-shrink: 0;
  background: #1f222c;
  color: #fff;
  position: relative
}

.slick-dots {
  z-index: 5;
  position: absolute;
  bottom: 150px;
  right: 130px;
  padding: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  list-style: none;
  counter-reset: list
}

.slick-dots li {
  background: transparent;
  font-size: 0;
  border: 0;
  margin: 27px 0 0;
  border-radius: 100%;
  cursor: pointer;
  padding: 10px;
  transition: .3s;
  position: relative
}

.slick-dots li button {
  border: 0;
  background: #002bc2;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  padding: 0
}

.slick-dots li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #dbe1eb;
  border-radius: 100%;
  z-index: -1;
  transition: .3s;
  transform: scale(0)
}

.slick-dots li.slick-active:before, .slick-dots li:hover:before {
  transform: scale(1)
}

.slick-dots li:after {
  counter-increment: list;
  content: '0' counter(list);
  font-size: 12px;
  position: absolute;
  top: 1px;
  left: 38px;
  color: #9da8c4
}

.slick-list, .slick-track {
  height: 100%
}

.popup {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  position: fixed;
  height: 100%;
  overflow: auto;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 11
}

.popup__flex {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.popup__wrapper {
  padding: 47px 58px;
  border-radius: 50px;
  width: 750px;
  background: #002bc2;
  background: linear-gradient(-225deg, #002bc2 0%, #77cceb 100%);
  color: #fff
}

.input-text {
  display: block;
  border: 0;
  border-bottom: 1px solid;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 0;
  background: none;
  transition: .2s
}

.input-text::-webkit-input-placeholder {
  color: #fff
}

.input-text::-moz-placeholder {
  color: #fff
}

.input-text:-moz-placeholder {
  color: #fff
}

.input-text:-ms-input-placeholder {
  color: #fff
}

.input-text._popup {
  width: 41%;
  margin-bottom: 84px
}

.input-text._long {
  width: 100%;
  margin-bottom: 42px;
}

.input-text:focus {
  border-color: #8ed8ee
}

.input-text.error, .input-text._error {
  border-color: red
}

.input-policy {
  width: 45%;
  text-align: left;
  font-size: 14px;
  line-height: 1.4
}

.popup__close {
  position: absolute;
  top: 37px;
  right: 40px;
  font-size: 50px;
  line-height: 30px;
  cursor: pointer;
  transition: .2s;
  z-index: 1;
  font-family: serif
}

.popup__close:hover {
  color: #000
}

.popup__title {
  margin-bottom: 10px;
  font-size: 22px;
  text-align: left;
  font-weight: 700
}

.popup__subtitle {
  font-size: 14px;
  margin-bottom: 30px;
  text-align: left;
}

.popup__flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start
}

.content__text a:not([class]) {
  text-decoration: underline;
  color: #002bc2
}

.burger {
  display: none;
  width: 36px;
  height: 27px;
  padding: 0 10px;
  cursor: pointer;
  box-shadow: 0 0 0 35px #e8edf8;
  background: #e8edf8;
}

.burger i {
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
  transition: .3s;
}

.burger i:nth-child(1) {
  top: 0
}

.burger i:nth-child(2) {
  top: 50%;
  margin-top: -2px;
}

.burger i:nth-child(3) {
  bottom: 0
}

.burger._active i {
  background: grey
}

.burger._active i:nth-child(1) {
  top: 50%;
  opacity: 0
}

.burger._active i:nth-child(2) {
  background: transparent
}

.burger._active i:nth-child(3) {
  bottom: 50%;
  opacity: 0
}

.burger i:nth-child(2):after, .burger i:nth-child(2):before {
  content: '';
  display: block;
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  background: grey;
  transition: inherit;
  opacity: 0
}

.burger._active i:nth-child(2):after, .burger._active i:nth-child(2):before {
  opacity: 1
}

.burger._active i:nth-child(2):after {
  transform: rotate(45deg)
}

.burger._active i:nth-child(2):before {
  transform: rotate(-45deg)
}

header {
  /* position: relative; */
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 20px 0;
  background: #fff;
  box-shadow: 0 3px 13px hsla(226,6%,42%,.196);
  /* background: linear-gradient(180deg, #1f222c, transparent); */
  /* z-index: 9; */
}

/* header._index {
  position: fixed;
} */

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  /* padding-right: 0 !important */
}

.logo {
  display: flex;
  align-items: center;
}

.logo._header {
  /* margin-top: -20px; */
  text-align: left;
  align-items: left;
}

.logo._header img {
	display: inline-block;
	width: auto;
	/* height: 28px; */
	height: 40px;
	max-width: none;
	margin-left: 0;
	margin-right: 20px;
	background: none;
	border-radius: none;
}

.logo span {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: 'AXIS', sans-serif;
  color: #5bbce7
}

.header-menu {
  margin-left: 30px;
  color: #000;
  /* margin-top: -10px */
}

.header-menu__list {
  display: flex;
  list-style: none;
  padding: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700
}

.header-menu__item {
  position: relative
}

.header-menu__item:not(:last-child) {
  margin-right: 44px
}

.header-menu__item:not(.root-item):after {
  content: '';
  display: block;
  width: 0;
  height: 4px;
  background: #8ed8ee;
  position: absolute;
  bottom: -13px;
  left: 0;
  transition: .3s
}

.header-menu__item._active:after, .header-menu__item:hover:after {
  width: 12px
}
.header-menu__item.root-item>a::after {
	content: "\25BC";
	margin-left: 5px;
/* 	font-size: 125%; */
}
.header-menu__item.root-item>ul {
	display: none;
	position: absolute;
	margin: 0;
	padding: 10px 15px;
	background: #fff;
	list-style: none;
	z-index: 1;
}
.header-menu__item.root-item:hover>ul {
	display: block;
}
.header-menu__item.root-item>ul>li {
	margin: 0;
	padding: 5px 0;
	white-space: nowrap;
}
.header-menu__item.root-item>ul>li:after {
	bottom: 0;
}

/* .header__contacts {
  margin-right: 60px;
  margin-top: -10px
} */

.phone {
  text-align: right
}

.phone a {
  font-weight: 700;
  cursor: pointer;
}

.phone a:before {
  content: '24';
  color: #8ed8ee;
  margin-right: 10px;
  font-weight: 600;
}

.phone span {
  display: block;
  font-size: 12px
}

.header__contacts .phone {
  color: #000;
  line-height: 1;
}
.header__contacts .phone a:before {
  content: none;
  display: none;
}

.phone._contacts {
  text-align: left;
  font-weight: 600;
}

.email._contacts {
  text-align: left;
  font-weight: 600;
}

.phone._contacts a {
  color: black;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
}

.email._contacts a {
  color: black;
  text-decoration: none;
  font-weight: 400;
}

.feedback {
  color: #fff;
  padding: 22px 20px;
  cursor: pointer;
  transition: .3s
}

.feedback:hover {
  color: #000
}

.feedback svg {
  width: 22px;
  height: 22px
}

.feedback._header {
  display: none;
  padding: 10px 0 10px;
}

.feedback._header._index svg {
  fill: white;
}

.feedback._header svg {
  width: 110px;
  height: 50px;
  fill: black;
}

.feedback span {
  display: block;
  width: 90px;
  font-weight: 700;
  margin-top: 16px;
  line-height: 1.6
}

.screen {
  overflow: hidden;
/*   height: 100vh !important; */
  display: flex !important;
  flex-flow: column;
  justify-content: space-between;
}

.screen.promo {
  color: #fff
}

.screen.promo .promo__container {
  position: relative;
  background: #1f222c;
  display: flex;
  align-items: flex-end;
  height: 85vh;
  min-height: 450px;
  padding: 0 0 15vh;
}
.screen.promo .promo__container .promo-title {
  font-size: 4rem;
  line-height: 1.2;
}

@media screen and (max-width: 900px) {
  .screen.promo .promo__container {
    max-height: 700px;
  }
}

.promo__top {
  padding: 0;
  z-index: 1;
}

.promo-form-block {
	padding: 15px 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.34);
}

.promo-form-block .step:not(:first-child),
.promo-form-block .finish-step {
	display: none;
}

.promo-form-block .promo-title {
  /* max-width: 700px; */
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  font-family: 'ArialNova', sans-serif;
}

.promo-form-block .promo-sub-title {
  max-width: 580px;
  font-size: 13px;
  font-weight: 400;
/*   line-height: 1.6; */
  line-height: 1;
/*   font-family: 'Roboto', sans-serif; */
}

.promo-form-block .fields-wrapper {
/* 	margin-top: 80px; */
/* 	margin-top: 30px; */
/* 	margin-top: 20px; */
	margin-top: 10px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.promo-form-block .fields-wrapper .promo-prev-step {
	width: 100%;
	cursor: pointer;
}

.promo-form-block .fields-wrapper.show-return {
  flex-flow: column nowrap;
}

.promo-form-block .fields-wrapper .fieldset {
  display: flex;
  flex: 1;
  width: 100%;
}
.promo-form-block .fields-wrapper .fieldset.return-route {
  display: none;
}
.promo-form-block .fields-wrapper.show-return .fieldset.return-route {
	display: flex;
}


.promo-form-block .fields-wrapper .more-info {
  display: none;
  width: 100%;
}
.promo-form-block .fields-wrapper.show-more-info .more-info {
  display: block;
}

.promo-form-block .fields-wrapper .field-wrapper {
	position: relative;
	/* padding: 1px; */
}
.promo-form-block .fields-wrapper .fieldset {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.34);
}
/*.promo-form-block .fields-wrapper .fieldset .field-wrapper:nth-child(1),
.promo-form-block .fields-wrapper .fieldset .field-wrapper:nth-child(2) {
	width: 32%;
}
.promo-form-block .fields-wrapper .fieldset .field-wrapper:nth-child(3) {
	width: 27%;
}
.promo-form-block .fields-wrapper .fieldset .field-wrapper:nth-child(4) {
	width: 9%;
}*/
.promo-form-block .fields-wrapper .fieldset .field-wrapper:nth-child(1),
.promo-form-block .fields-wrapper .fieldset .field-wrapper:nth-child(2) {
	width: 30%;
}
.promo-form-block .fields-wrapper .fieldset .field-wrapper:nth-child(3) {
	width: 25%;
}
.promo-form-block .fields-wrapper .fieldset .field-wrapper:nth-child(4) {
	width: 15%;
}

.promo-form-block .fields-wrapper input {
	width: 100%;
	height: 58px;
	padding: 0 20px;
	color: #242424;
	font-size: 13px;
	font-weight: 500;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0!important; /* Будь проклят iOS Safari */
	/* box-shadow: 0 1px 15px rgba(0, 0, 0, 0.34); */
}
.promo-form-block .fields-wrapper input.empty {
  border-color: #f00;
/* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 15px rgba(255, 0, 0, 0.9); */
/* box-shadow: 0 0 10px rgba(255, 0, 0, 0.9); */
box-shadow: 0 0 5px rgba(255, 0, 0, 0.9);
}

/*.promo-form-block .fields-wrapper input:focus {
  border-color: #55c924;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(85, 201, 36, 0.6);
}*/

.promo-form-block .fields-wrapper input[name="flight[there][date]"],
.promo-form-block .fields-wrapper input[name="flight[back][date]"] {
	padding-left: 45px;
	background: url('../img/calendar-ico.svg') no-repeat 20px center #fff;
}
.promo-form-block .fields-wrapper input[type=number],
.jet-sharing-flight-page .block_booking .booking-block .prices .booking input[type=number] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	text-align: center;
}
.promo-form-block .fields-wrapper input[type=number]::-webkit-inner-spin-button,
.promo-form-block .fields-wrapper input[type=number]::-webkit-outer-spin-button,
.jet-sharing-flight-page .block_booking .booking-block .prices .booking input[type=number]::-webkit-inner-spin-button,
.jet-sharing-flight-page .block_booking .booking-block .prices .booking input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}
.promo-form-block .fields-wrapper .incr,
.promo-form-block .fields-wrapper .decr,
.jet-sharing-flight-page .block_booking .booking-block .prices .booking .incr,
.jet-sharing-flight-page .block_booking .booking-block .prices .booking .decr {
	position: absolute;
	top: 50%;
	width: 24px;
	height: 24px;
	border-radius: 100em;
	transform: translateY(-50%);
	background: no-repeat center #509fff;
	cursor: pointer;
}
.promo-form-block .fields-wrapper .decr.disable,
.jet-sharing-flight-page .block_booking .booking-block .prices .booking .decr.disable {
	background-color: #e0e1e1;
}
.promo-form-block .fields-wrapper .decr,
.jet-sharing-flight-page .block_booking .booking-block .prices .booking .decr {
	left: 6%;
	background-image: url(../img/minus.svg);
}
.promo-form-block .fields-wrapper .incr,
.jet-sharing-flight-page .block_booking .booking-block .prices .booking .incr {
	right: 6%;
	background-image: url(../img/plus.svg);
}

.js-placeholder .field-wrapper input[placeholder] + label,
.promo-form-block .fields-wrapper input + label,
.jet-sharing-flight-page .block_booking .booking-block input[placeholder] + label {
	position: absolute;
	top: 10%;
	left: 20px;
	right: 20px;
	font-size: 10px;
	transform: translateY(0);
	color: #aaa;
	font-weight: 500;
	line-height: 1;
	overflow: hidden;
	white-space: nowrap;
	pointer-events: none;
	opacity: 1;
	transition: top 0.2s ease-out;
	z-index: 1;
	text-align: left;
}
.js-placeholder .field-wrapper input[placeholder][name="date"] + label,
.promo-form-block .fields-wrapper input[name="flight[there][date]"] + label {
	left: 45px;
}
.js-placeholder .field-wrapper input[placeholder]:focus::placeholder,
.promo-form-block .fields-wrapper input:focus::placeholder,
.jet-sharing-flight-page .block_booking .booking-block input[placeholder]:focus::placeholder {
	opacity: 0;
}
.js-placeholder .field-wrapper input[placeholder]:not(:focus):placeholder-shown + label,
.promo-form-block .fields-wrapper input:not(:focus):placeholder-shown + label,
.jet-sharing-flight-page .block_booking .booking-block input[placeholder]:not(:focus):placeholder-shown + label {
	opacity: 0;
	top: 30%;
}
.promo-form-block .fields-wrapper .swap-btn {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(50%,-50%);
	z-index: 1;
	cursor: pointer;
}
.promo-form-block .fields-wrapper .swap-btn img {
	transition: all .3s ease;
}
.promo-form-block .fields-wrapper .swap-btn img:hover {
	transform: scale(1.1);
}

.promo-form-block .button-wrapper {
  /* padding: 1px; */
  align-self: flex-end;
}
.promo-form-block .fields-wrapper.show-return .button-wrapper {
  position: absolute;
  top: 110%;
}

.promo-form-block .button-wrapper input {
  display: inline-block;
  width: auto;
  height: 58px;
  padding: 20px 60px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  background: #0d3bb5;
  box-shadow: 0 2px 10px rgba(80, 159, 255, 0.3);
}


.promo-form-block .additional-buttons {
	/*margin-top: 10px;*/
	line-height: 1;
}

.promo-form-block .additional-buttons > div {
	display: inline-block;
  margin-top: 10px;
	margin-right: 30px;
	color: #000;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
}

.promo-form-block .order-info {
	display: none;
	/*display: flex;*/
	margin-top: 40px;
}
.promo-form-block .order-info .item {
	display: inline-block;
	max-width: 380px;
	padding-top: 40px;
	margin-right: 100px;
	margin-right: 6%;
	vertical-align: top;
}
.promo-form-block .order-info .item .ico {

}
.promo-form-block .order-info .item .text {
	margin-top: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
}

.promo-form-block .more-about-jetup {
	display: none;
	margin-top: 120px;
}
.promo-form-block .more-about-jetup a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	-webkit-transition: opacity .5s, visibility .5s, -webkit-transform .5s;
	transition: opacity .5s, visibility .5s, -webkit-transform .5s;
	transition: opacity .5s, transform .5s, visibility .5s;
	transition: opacity .5s, transform .5s, visibility .5s, -webkit-transform .5s;
	padding: 20px 0;
}
.promo-form-block .more-about-jetup a::after {
	display: block;
	content: "";
	background-image: url(../img/more-about-jetup-arr.svg);
	width: 17px;
	height: 13px;
	background-repeat: no-repeat;
	position: absolute;
	top: 50px;
	-webkit-animation: fly 7s infinite cubic-bezier(0.22, 0.61, 0.36, 1);
	animation: fly 7s infinite cubic-bezier(0.22, 0.61, 0.36, 1);
}

@-webkit-keyframes fly {
	0%, 100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translateY(-12px);
		transform: translateY(-12px)
	}

	0%, 20%, 40%, 60%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fly {
	0%, 100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translateY(-12px);
		transform: translateY(-12px)
	}

	0%, 20%, 40%, 60%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@media screen and (max-width: 950px) {
	.promo-form-block .fields-wrapper {
		justify-content: flex-end;
	}
	/* .promo-form-block .promo-sub-title {
		margin-top: 130px;
	} */
	.promo-form-block .fields-wrapper .fieldset {
		flex: auto;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.promo-form-block .step-2 .fields-wrapper .fieldset {
		justify-content: center;
	}
	.promo-form-block .fields-wrapper .fieldset .field-wrapper:nth-child(n) {
		width: 50%;
	}
	.promo-form-block .step-2 .fields-wrapper .fieldset .field-wrapper:nth-child(n) {
		min-width: 270px;
	}
	.promo-form-block .step-1 .fields-wrapper .button-wrapper {
		position: absolute;
		top: 110%;
	}
	.promo-form-block .step-2 .fields-wrapper .button-wrapper {
		width: 100%;
		text-align: center;
	}
  .block_compensation_program .bottom-text .hide_on_mobile {
    display: none;
  }
}

@media screen and (max-width: 500px) {
	.promo-form-block .promo-title {
		font-size: 40px;
	}
/*	.promo-form-block .fields-wrapper {
		margin-top: 40px;
	}*/
	.promo-form-block .fields-wrapper input {
		border-radius: 5px;
	}
	.promo-form-block .step-1 .fields-wrapper .button-wrapper,
	.promo-form-block .step-1 .fields-wrapper.show-return .button-wrapper {
		top: 100%;
		margin-top: 40px;
	}
	.promo-form-block .more-about-jetup {
		display: block;
	}
}





.block_booking-form .more-about-jetup {
  margin-top: 20px;
  padding-left: 50px;
  font-size: 16px;
}


.promo-slogan {
  padding-top: 16px
}

.promo-slogan__title {
  font-size: 96px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1f222c;
  text-shadow: 0 0 1px #6b7186, 0 0 1px #6b7186, 0 0 1px #6b7186, 0 0 1px #6b7186;
  line-height: 1;
  letter-spacing: 5px
}

.promo-slogan__title span {
  text-shadow: none;
  color: #fff;
  display: flex;
  align-items: center
}

.promo-slogan__title span:before {
  content: '';
  display: inline-block;
  width: 100px;
  height: 8px;
  background: #8ed8ee;
  margin-right: 30px
}

.promo-slogan__subtitle {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: right;
  margin-right: 5px;
  line-height: 2.3;
  letter-spacing: .8px
}

.promo__image {
  margin: -57px 0 0 122px;
  height: 565px;
  z-index: 1;
}

.promo__image .plane {
  max-width: 790px;
}

.promo__center {
  flex: 1;
  z-index: 1;
}

.promo__wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}

.promo__wrapper:before {
  content: '';
  display: block;
  background: transparent;
  /* background: black;*/
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  right: calc(100% + 130px)
}

.promo-item {
  width: 490px;
  height: 500px;
  margin-top: -60px;
  margin-top: -135px;
  margin-top: -210px;
  overflow: hidden;
  box-shadow: 0 12px 24px 0 rgba(21,56,95,.4);
}

.promo-item__text {
  position: absolute;
  top: 0;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding: 47px 48px 45px;
  z-index: 1
}

.promo-item__subtitle {
  font-size: 14px;
  margin-bottom: 7px;
  /*text-shadow: 1px 1px 5px rgba(0,0,0,0.8);*/
}

.promo-item__title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  flex: 1;
  line-height: 1.5;
  /*text-shadow: 1px 1px 5px rgba(0,0,0,0.8);*/
}

.promo-item__more {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 4px solid;
  padding-top: 31px;
  display: flex;
  align-items: center;
  /*text-shadow: 1px 1px 5px rgba(0,0,0,0.8);*/
}

.promo-item__more svg {
  width: 14px;
  margin-left: 12px
}

.promo-item__image {
  transition: 1s;
  width: 100%;
  height: 100%;
}

.promo-item__image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: .2;
}

.promo-item:last-child .promo-item__image::before {
  opacity: .3;
}

.promo-item:hover .promo-item__image {
  transform: scale(1.05);
}

.promo-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.screen.about {
  padding-top: 59px;
  padding-bottom: 28px;
  justify-content: center;
}

.about__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}

.about__left {
  margin-top: 6px;
  padding-right: 130px;
  flex: 1
}

.about__text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.8
}

.about__text p {
  margin-bottom: 24px
}

.about__text p b {
  font-size: 18px;
  line-height: 1.6
}

.about__slogan {
  display: flex;
  align-items: center;
  color: #002bc2;
  font-weight: 700;
  margin-bottom: 105px
}

.about__slogan svg {
  width: 23px;
  height: 23px;
  margin-right: 23px
}

.more {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  transition: .2s;
  /*color: #002bc2;*/
  color: #000;
}

.more:hover {
  color: #8ed8ee;
}

.more:before {
  content: '';
  display: block;
  width: 230px;
  height: 4px;
  background: #000;
  margin-right: 30px
}

.more._about {
  /*background: #E8EDF8;*/
  background: #8ed8ee;
  padding: 30px 120px 27px 0;
  display: inline-flex
}

.more._about:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100%;
  background: inherit
}

.more svg {
  margin-left: 10px
}

.about__image {
  margin-right: -95px;
  width: 100%
}

.about__image:before {
  content: '';
  display: block;
  position: absolute;
  width: 100vw;
  height: 325px;
  left: 260px;
  top: -60px;
  background: #e8edf8
}

.about__image:after {
  content: '';
  display: block;
  position: absolute;
  width: 360px;
  height: 182px;
  left: 130px;
  bottom: -100px;
  background: #e8edf8
}

.about__image img {
  z-index: 1;
  position: relative;
  width: 100%
}

.about__company {
  font-weight: 700;
  font-size: 72px;
  text-transform: uppercase;
  color: #e8edf8;
  position: absolute;
  bottom: 62px;
  left: -10px;
  z-index: -1
}

.subtitle {
  font-weight: 700;
  font-size: 155px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #8ed8ee;
  opacity: .3;
  text-shadow: 20px 30px 30px rgba(0, 0, 0, 0.15);
  position: absolute;
  line-height: 1;
  user-select: none;
}

.subtitle._about {
  opacity: .6;
  bottom: -79px;
  left: 41px;
  z-index: 1;
}

.title__panel {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  align-items: center
}

.title__panel._h1 {
  align-items: flex-start
}

.screen.guarantee {
  padding-top: 7vh;
}

.guarantee__desc {
  background: url(../img/bg_guarantee.jpg);
  color: #fff;
  padding: 61px 0;
  margin-right: calc(50% - 765px)
}

.guarantee__desc:before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 301px;
  left: calc(100% - 100px);
  top: -160px;
  background: #e8edf8;
  z-index: -1
}

.guarantee__text {
  width: 494px;
  margin-left: 90px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 1.3px
}

.subtitle._guarantee {
  top: -24px;
  left: 680px
}

.arrows {
  display: flex
}

.arrows._guarantee {
  background: #8ed8ee;
  color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 37px 60px
}

.arrows._guarantee:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100%;
  background: inherit
}

.arrow svg {
  width: 40px
}

.arrow {
  cursor: pointer;
  transition: .3s
}

.arrow:hover {
  color: #002bc2
}

.arrow._prev {
  margin-right: 30px
}

.guarantee__slider {
  padding: 61px 0 52px
}

.guarantee__wrapper {
  display: flex;
  justify-content: space-between
}

.guarantee-item {
  width: 25%;
  padding-right: 60px
}

.guarantee-item__icon {
  color: #002bc2;
  margin-bottom: 24px
}

.guarantee-item__icon svg {
  width: 23px;
  height: 23px
}

.guarantee-item__title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
}

.about__desc {
  background: url(../img/bg_guarantee.jpg);
  color: #fff;
  padding: 61px 0;
  /*margin-right: calc(50% - 765px);*/
}

.about_text {
  /*margin-left: 90px;*/
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 1.3px;
  margin-bottom: 0;
}

.subtitle.__about {
  top: -60px;
  left: 680px
}

.about__slider {
  padding: 61px 0 52px;
  border-bottom: 1px solid rgba(0, 43, 194, 0.3);
  margin-bottom: 50px;
}

.about__wrapper-slide {
  display: flex;
  justify-content: space-between
}

.about-item {
  width: 25%;
  padding-right: 60px
}

.about-item__icon {
  color: #002bc2;
  margin-bottom: 24px
}

.about-item__icon img {
  width: 200px;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.arrows._about {
  background: #8ed8ee;
  color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 37px 60px;
}

.about__desc-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.arrows {
  display: flex
}

.arrows._guarantee {
  background: #8ed8ee;
  color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 37px 60px
}

.arrows._guarantee:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100%;
  background: inherit
}

.footer__wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between
}
.footer__column._logo {
  max-width: 400px;
}
.logo._footer {
  /* flex-flow: column; */
  margin: 15px 0;
}

.logo._footer img {
  /*width: 40px;
  height: 40px;*/
	display: inline-block;
	width: auto;
	height: 28px;
	max-width: none;
	margin-left: 0;
	margin-right: 20px;
	background: none;
	border-radius: none;
}

.logo._footer span {
  font-size: 28px;
  line-height: 1;
}

.footer__column._menu {
  max-width: 600px;
  margin: 0 15px;
}

.footer__column._buttons {
  display: flex
}

.footer-menu {
  padding: 15px 0;
}

.footer-menu__list {
  /* display: flex; */
  list-style: none;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.footer-menu__item {
  /* display: inline-block;
  width: 100%; */
  margin-bottom: 5px;
  transition: .3s
}

.footer-menu__item:not(:last-child) {
  margin-right: 40px;
}

.footer-menu__item._active, .footer-menu__item:hover {
  color: #8ed8ee
}

.footer__bottom {
  display: flex;
  padding-bottom: 30px;
  font-size: 12px;
}

.footer__privacy {
  text-decoration: underline;
  margin-left: 20px;
}

.footer__privacy:hover {
  text-decoration: none
}

.footer__column._contacts {
  padding-top: 10px;
  text-align: left;
}

.footer__column._contacts .social {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  margin-bottom: 5px;
  line-height: 1;
}
.footer__column._contacts .social img {
  max-width: 100%;
}
.footer__column._contacts .social ul {
  margin: 0;
  padding: 0 5px;
  list-style: none;
}
.footer__column._contacts .social ul li {
  display: inline-block;
  padding: 0 5px;
}
.footer__column._contacts .social ul li a {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: #5bbce7;
  border-radius: 4px;
}

.phone._footer a:before {
  content: '24'
}

.phone._footer {
  margin-bottom: 5px;
  text-align: left;
}
.email._footer {
  display: block;
  margin-bottom: 5px;
  /* text-align: right;
  font-size: 12px;
  margin-top: 12px; */
}

footer hr {
  margin: 5px 0;
}

.pay-online._footer {
  display: flex;
  margin: 6px 0;
  font-size: 14px;
  justify-content: flex-end;
  font-weight: 600;
}

.pay-online._footer:hover a{
  text-decoration: underline;
}

.feedback._footer {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

.feedback._footer svg {
  order: 1;
  margin-left: 20px;
}

.email._footer:hover {
  text-decoration: underline
}

.feedback._download {
  background: #8ed8ee;
  color: #000
}

.feedback._download:hover {
  background: #002bc2;
  color: #fff
}

.feedback._footer span {
  margin-top: 8px;
  line-height: 1.5
}

.feedback._footer._download span {
  width: 120px
}

.duptitle {
  font-size: 14px;
  color: #002bc2;
  background: #e8edf8;
  padding: 23px 47px;
  min-width: 490px
}

.duptitle:after {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: inherit
}

.news__list {
  display: flex;
  flex-wrap: wrap;
  min-height: 445px;
}

.news-item {
  width: 360px;
  height: 413px;
  margin-bottom: 31px;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%
}

.news-item:not(:nth-child(4n)) {
  margin-right: 30px
}

.news-item__text {
  display: flex;
  flex-flow: column;
  padding: 46px 47px 30px;
  height: 100%;
  background: rgba(232, 237, 248, 0.91);
  transition: .3s
}

.news-item__text._hotels {
  background: transparent;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  color: #fff;
}

.news-item:hover .news-item__text {
  background: rgba(0, 43, 194, 0.3);
  color: #fff
}

.news-item__date {
  font-size: 14px;
  margin-bottom: 11px;
  text-transform: lowercase
}

.news-item__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.44;
  text-transform: uppercase;
  height: 200px;
  overflow: hidden;
  margin-bottom: 55px;
}

.news-item__more {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 22px;
  border-top: 2px solid;
  display: flex;
  align-items: center
}

.news-item__more svg {
  margin-left: 15px;
  width: 11px
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 18px 0
}

.pagination__arrow svg {
  width: 39px
}

.pagination__arrow._disabled {
  opacity: .3
}

.pagination__link {
  padding: 25px 36px;
  font-size: 18px;
  font-weight: 700
}

.pagination__link:after {
  content: attr(data-number);
  position: absolute;
  top: 6px;
  left: -2px;
  font-weight: 700;
  font-size: 72px;
  line-height: 1;
  color: #e8edf8;
  z-index: -1;
  opacity: 0;
  transition: .3s
}

.pagination__link._active:after, .pagination__link:hover:after {
  opacity: 1
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0 18px;
  padding: 0;
  list-style: none;
}

.breadcrumbs__separator {
  margin: 5px 14px 0;
  color: #8ed8ee
}

.breadcrumbs__separator svg {
  width: 23px;
  height: 23px
}

a.breadcrumbs__link:hover {
  text-decoration: underline;
}

.content {
  padding-bottom: 76px
}

.pagination__arrow {
  margin-right: 10px
}

.tab__titles {
  display: flex;
  margin-bottom: 50px
}

.tab__title {
  padding: 23px 30px;
  background: #e8edf8;
  cursor: pointer;
  transition: .3s;
  width: 230px
}

.tab__title._active, .tab__title:hover {
  background: #8ed8ee
}

.tab__title svg {
  width: 28px;
  height: 23px;
  margin-bottom: 12px
}

.tab__title span {
  display: block;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase
}

.tab__content {
  display: none
}

.tab__content._active {
  display: block
}

.helicopter-gallery {
  margin: 50px 0 76px;
  display: flex
}

.helicopter-gallery__item {
  width: 50%;
  display: flex;
  align-items: flex-end
}

.helicopter-gallery__image {
  width: 360px
}

.helicopter-gallery__image img {
  width: 100%
}

.helicopter-gallery__text {
  padding: 0 160px 0 30px;
  flex: 1
}

.helicopter-gallery__text svg {
  width: 30px;
  height: 23px;
  color: #002bc2;
  margin-bottom: 24px
}

.helicopter-gallery__text span {
  display: block;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #8b9bbf;
  line-height: 1.44
}

.helicopter-features {
  margin-bottom: 44px
}

.helicopter-features__wrapper {
  display: flex;
  margin-top: 45px;
}

.helicopter-features__item {
  width: 25%;
  padding-right: 87px
}

.helicopter-features__top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 25px
}

.helicopter-features__icon svg {
  width: 30px;
  height: 20px;
  color: #002bc2
}

.helicopter-features__number {
  font-weight: 700;
  font-size: 72px;
  line-height: 50px;
  color: #e8edf8
}

.helicopter-features__text {
  line-height: 1.8
}

.helicopter-feedback__button {
  background: #002bc2;
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding: 45px 50px;
  width: 360px;
  height: 466px;
  overflow: hidden;
  margin: -17px 0 0 22px;
  line-height: 1.5;
  cursor: pointer;
  transition: .3s
}

.helicopter-feedback__button:hover {
  background: #8ed8ee;
  color: #000
}

.helicopter-feedback__button:before {
  content: '?';
  position: absolute;
  top: -50px;
  right: -20px;
  font-size: 340px;
  line-height: 1;
  font-weight: 700;
  color: #002bc2;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  transition: .3s
}

.helicopter-feedback__button:hover:before {
  color: #000
}

.helicopter-feedback__button span {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase
}

.engine {
  position: absolute;
  top: -130px;
  right: 0;
  z-index: -1;
  user-select: none;
}

.airplane__text {
  padding-right: 190px;
  margin-bottom: 72px
}

.airplane_icon-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 72px;
  flex-wrap: wrap;
}

.airplane_icon_item img {
  max-width: 250px;
  width: 100%;
}

.airplane_icon_item {
  display: flex;
  flex-direction: column;
  width: calc(100% / 4 - 20px);
}

.airplane_icon_item-img {
  flex: 1;
}

.h2, h2 {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 10px
}

.airplane-steps {
  display: flex;
  margin-top: 70px;
  margin-bottom: 40px
}

.airplane-steps:before, .airplane-steps:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 1px;
  background: #002bc2
}

.airplane-steps:before {
  left: 0
}

.airplane-steps:after {
  right: 0
}

.airplane-steps__item {
  width: 25%;
  cursor: pointer;
  padding-left: 7px;
  padding-right: 80px
}

.airplane-steps__item:before, .airplane-steps__item:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 44px;
  background: #002bc2
}

.airplane-steps__item:before {
  width: 1px;
  height: 130px
}

.airplane-steps__item:after {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  margin-top: 124px;
  margin-left: -4px
}

.airplane-steps__icon {
  width: 74px;
  height: 74px;
  background: #e8edf8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002bc2;
  border-radius: 100%;
  border: 1px solid;
  box-shadow: 0 0 0 8px #e8edf8;
  z-index: 1;
  margin-top: -34px;
  transition: .3s
}

.airplane-steps__item:hover .airplane-steps__icon, .airplane-steps__item._active .airplane-steps__icon {
  background: #002bc2;
  color: #fff;
  box-shadow: 0 0 0 9px #002bc2;
  border-color: #002bc2
}

.airplane-steps__icon svg {
  width: 31px;
  height: 21px
}

.airplane-steps__number {
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  color: #e8edf8;
  padding-left: 61px;
  transition: .3s;
  margin-bottom: 9px;
  margin-top: 16px
}

.airplane-steps__item:hover .airplane-steps__number, .airplane-steps__item._active .airplane-steps__number {
  color: #002bc2
}

.airplane-steps__title {
  font-weight: 700;
  font-size: 18px;
  padding-left: 60px
}

.airplane-steps__content {
  display: none;
  min-height: 160px;
}

.airplane-steps__content._active {
  display: block;
}

.content ul {
  list-style: none;
  padding: 0
}

.content ul li {
  position: relative;
  margin-bottom: 6px
}

.content ul li:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #8ed8ee;
  vertical-align: middle;
  margin-right: 10px
}

.airplane-list {
  /*margin-top: 74px;*/
  margin-bottom: 61px
}

.airplane-item {
	padding-top: 50px;
  display: flex;
  align-items: center
}

.airplane-item__image {
  margin-right: 70px;
  width: 320px;
  text-align: center
}

.airplane-item__text {
  flex: 1
}

.airplane-item__title {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 9px
}

.airplane-item__desc {
  border-bottom: 4px solid #e8edf8;
  padding-bottom: 25px;
  margin-bottom: 28px
}

.airplane-item__model {
  margin-bottom: 22px
}

.airplane-item__model ul {
  column-fill: auto;
  column-count: 4;
  height: 230px
}

.airplane-item__model .order-btn {
	display: inline-block;
	padding: 20px 30px;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #e8edf8;
	cursor: pointer;
}

.guarantee__desc._aircraft:before {
  display: none
}

.guarantee__desc._aircraft {
  margin-top: 30px
}

.compensation__figure {
  position: absolute;
  top: 18px;
  right: 83px;
  user-select: none;
}

.compensation__figure._min-icon {
  top: -10px;
  right: 50px;
}

.compensation__figure._min-icon img {
  width: 170px;
}

.compensation-top {
  display: flex;
  margin-bottom: 51px;
  margin-top: 75px
}

.compensation-top__left {
  flex: 1;
  padding-right: 160px
}

.compensation-top__left .h2 {
  margin-bottom: 29px
}

.compensation-top__left p {
  margin-bottom: 35px
}

.compensation-top__right {
  padding-right: 82px
}

.compensation-top__airplane {
  position: absolute;
  top: 36px;
  right: -272px;
  user-select: none;
}

.compensation-summary__item {
  padding-left: 60px;
  margin-bottom: 20px
}

.compensation-summary__icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #002bc2
}

.compensation-summary__icon svg {
  width: 23px;
  height: 23px
}

.compensation-summary__title {
  margin-bottom: 9px
}

.compensation-summary__number {
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  color: #002bc2
}

.compensation-summary__desc {
  font-weight: 700;
  font-size: 24px
}

.compensation-blue {
  background: rgba(183, 234, 249, 0.8);
  padding-top: 50px;
  padding-bottom: 20px
}

.compensation-blue._pseudo {
  margin-bottom: 70px
}

.compensation-blue._pseudo:before, .compensation-blue._pseudo:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: inherit
}

.compensation-blue._pseudo:before {
  right: 100%
}

.compensation-blue._pseudo:after {
  left: 100%
}

.compensation-mini {
  padding-right: 250px;
  margin-bottom: 81px
}

.compensation-blue._bottom {
  width: 498px;
  padding-right: 50px;
  padding-left: 50px;
  margin-bottom: 145px
}

.compensation-green__left {
  position: absolute;
  bottom: 336px;
  left: -187px;
  user-select: none;
}

.compensation-green__right {
  position: absolute;
  bottom: 445px;
  right: -200px;
  user-select: none;
}

main._green {
  background: url(../img/bg-compensation.jpg) 50% 100% no-repeat;
  background-size: 100% auto
}

.up {
  display: none;
  position: fixed;
  bottom: 280px;
  right: 130px;
  color: #002bc2;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  transform: rotate(-90deg);
  transform-origin: 100% 0;
  cursor: pointer;
  padding: 20px;
  z-index: 5
}

.up svg {
  width: 21px;
  height: 22px;
  margin-left: 20px;
  transition: .3s;
  vertical-align: middle
}

.up:hover svg {
  margin-left: 30px;
  margin-right: -10px
}

.up span {
  vertical-align: middle
}

.up._index {
  right: 75px;
  bottom: 50%;
}

.icon {
  position: absolute;
  width: 22px;
  height: 21px;
  background: url(../img/bg_airplane.svg);
  z-index: -1;
  margin-left: -11px
}

.icon._dark {
  background: url(../img/bg_airplane_dark.svg);
  z-index: 1;
}

.icon._dark:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  width: 1px;
  height: 350px;
  height: 100vh;
  background: #3d4357
}

.icon._promo1 {
  top: 290px;
  left: 50%
}

.icon._promo2 {
  top: 200px;
  left: 62.5%
}

.icon._promo3 {
  top: -50px;
  left: 75%
}

.icon._promo4 {
  top: 300px;
  left: 87.5%
}

.figure {
  position: absolute;
  z-index: -1;
  user-select: none;
}

.figure._1 {
  top: 50px;
  right: -291px;
}

.figure._2 {
  top: 440px;
  left: -285px;
}

.figure._3 {
  top: 995px;
  right: -296px;
}

.icon._about1 {
  bottom: 130px;
  left: 25%
}

.icon._about2 {
  bottom: 160px;
  left: 50%
}

.icon._about3 {
  bottom: 160px;
  left: 87.5%
}

.icon._guarantee1 {
  top: 120px;
  left: 37.5%
}

.icon._guarantee2 {
  top: 120px;
  left: 62.5%
}

.icon._guarantee3 {
  bottom: 180px;
  left: 62.5%
}

.icon._compensation1 {
  top: 0;
  left: 62.5%
}

.icon._compensation2 {
  top: 330px;
  left: 75%
}

.icon._news1 {
  top: 0;
  left: 62.5%
}

.icon._aircraft1 {
  top: 340px;
  left: 62.5%
}

.icon._aircraft2 {
  top: 210px;
  left: 75%
}

.icon._aircraft3 {
  bottom: 110px;
  left: 37.5%
}

.icon._aircraft4 {
  bottom: 110px;
  left: 62.5%
}

.slick-vertical .slick-slide {
  border: 0
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*height: 100vh;*/
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
}

.mobile__feedback {
  display: none;
  border-top: 2px solid #c7c7c7;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 20px;
  margin-top: 20px;
  cursor: pointer
}

.mobile__feedback svg {
  margin: 0 0 -3px 5px;
  width: 14px;
  color: #8ed8ee
}

.news-detail__date {
  margin-bottom: 40px
}

.more._back {
  justify-content: flex-end
}

.guarantee__main {
  flex-shrink: 0
}

.main-slider {
  height: 100vh
}

.main-slider__wrapper {
  height: 100%
}

.header-menu__item._mobile {
  display: none
}

.gallery {
  margin: 50px 0;
}

.gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.gallery__four {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
}

.gallery-item {
  width: 23.5%;
  display: block;
  margin-bottom: 20px;
}

.gallery-item img {
  width: 100%;
}

.gallery-item._big {
  width: 49%;
}

.gallery-item._outer:not(:nth-child(4n+2)) {
  margin-right: 2%;
}

.gallery-item._inner {
  width: 48%;
}

.gallery-item._inner:nth-child(2n+1) {
  margin-right: 4%;
}

.errortext, .notetext {
  text-align: left;
  display: block;
  background: #fff;
  padding: 10px;
}

.fancybox-navigation {
  height: 100%;
}

.catering__wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 66px;
}

.catering__left {
  padding-right: 120px;
}

.catering__left b {
  font-size: 18px;
}

.catering__image {
  margin: 0 -194px 0 0;
}

.catering__image:before {
  content: '';
  display: block;
  position: absolute;
  top: -91px;
  left: 250px;
  width: 100vw;
  height: 325px;
  background: #e8edf8;
  z-index: -1;
}

.subtitle._catering {
  bottom: -35px;
  left: 130px;
}

.float {
  position: fixed;
  bottom: 100px;
  right: 60px;
  z-index: 1;
}

.float._index {
  bottom: 60px;
  right: 90px;
}

.float._active {
  z-index: 10;
}

.float-button {
  display: block;
  width: 70px;
  height: 70px;
  color: #fff;
  border-radius: 100%;
  background: #363636;
  cursor: pointer;
}

a.float-button {
  display: none;
}

.float-button:not(:first-child) {
  margin-top: 20px;
}

.float-button._telegram {
  background: #08c;
}

.float-button._viber {
  background: #8f5db7;
}

.float-button._whatsapp {
  background: #25d366;
}

.float-button._phone {
  background: #8d8d8d;
}

.float-button._email {
  background: #168de2;
}

.float-button._close {
  font-size: 60px;
  font-family: serif;
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  animation: pulse 1.5s infinite;
}

.float-button._close._active {
  animation: none;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(54, 54, 54, 0.5)
  }

  70% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)
  }
}

.float-button:hover span {
  opacity: .5;
}

a.float-button:before, a.float-button:after {
  display: block;
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  opacity: 0;
  transition: .3s;
}

a.float-button:before {
  content: attr(data-title);
  background: rgba(255, 255, 255, 0.3);
  transform: translate(0px, -50%);
  white-space: nowrap;
  width: 100px;
  border-radius: 5px;
}

a.float-button:after {
  content: '';
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 7px solid rgba(255, 255, 255, 0.3);
  transform: translate(14px, -50%);
}

a.float-button:hover:before, a.float-button:hover:after {
  opacity: 1;
}

.float-button span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: .2s;
}

.float-button__icon {
  height: 100%;
}

.float-button__cross {
  display: none;
  height: 100%;
}

.float-button svg {
  width: 30px;
  height: 30px;
}

body._overflow {
  overflow: hidden;
}

.layout__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.layout__item {
  width: 45%;
  margin-bottom: 40px;
}

.layout__item img {
  width: 100%;
}

font.tablebodytext {
  display: none !important;
}

hr {
  border: 0;
  border-top: 4px solid #e8edf8;
  margin: 25px 0;
}

.airplane__bg {
  height: 653px;
  margin-bottom: 77px;
  background-size: cover;
  background-position: center;
}

.airplane__bg._1 {
  background-image: url('../img/bg_airplane1_1.jpg');
}

.airplane__bg._1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: .2;
}

.airplane__bg._2 {
  /*background-image: url('../img/bg_airplane2.jpg');*/
  background-image: url('../img/bg_airplane2-1.jpg');
}

.airplane__bg._2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.3;
}

.airplane__bg-text {
  font-size: 96px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 0 0 1px #002bc2, 0 0 1px #002bc2, 0 0 1px #002bc2, 0 0 1px #002bc2;
}

.airplane__bg-text._1 {
  color: #d5eaeb;
  padding-top: 176px;
}

.airplane__bg-text._2 {
  color: #cce9ef;
  padding-top: 305px;
  width: 60%;
}

.hotel-text {
  margin-bottom: 30px;
}

.__bg-blue {
  background: #8ed8ee;
  border-radius: 10px;
  padding: 0 5px;
}

.__bg-green {
  background: #9cc600;
  border-radius: 10px;
  padding: 0 5px;
}

.about_list-icon {
  display: flex;
  justify-content: space-around;
}

.text_with-border {
  padding: 20px;
  border: 1px solid #002bc2;
  border-radius: 10px;
}

.more.__about {
  margin: 30px 0;
}

.menu-sections {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  justify-content: center;
}

.menu-section__title {
  padding: 15px 30px;
  background: #e8edf8;
  font-weight: bold;
  text-decoration: underline;
}

.menu-section__title._active {
  background: #8ed8ee;
}

.clarification {
  font-size: 13px;
}

.social-contacts {
  display: flex;
}

.social-icon_contacts {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  transition: .4s;
}

.social-icon_contacts:not(:last-child) {
  margin-right: 10px;
}

.social-icon_contacts:hover {
  opacity: .8;
}

.contacts_telegram {
  background: #08c;
}

.contacts_viber {
  background: #8f5db7;
}

.contacts_whatsapp {
  background: #25d366;
}

.social-icon_contacts svg {
  color: white;
  width: 20px;
  height: 20px;
}

.feedback_append._download._footer._copy-feedback{display: none}

/*  ANIMATION GRADIENT  */

.video-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
}
/*.video-container,
.animation-gradient {
	display: flex;
	position: absolute;
	min-height: 100vh;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #1f222c;
	overflow: hidden;
	z-index: 0;
}*/
.video-container::before {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
	/* background: rgba(0,0,0,.4); */
/* 	background: linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,.3)); */
background: rgba(0,0,0,.35);
  z-index: 1;
}
/* .video-container video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
} */
.video-container video {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/* @media screen and (max-width: 1000px) {
	.video-container video {
		left: calc( 50% - 80px );
	}
} */


.animation-gradient {
	display: flex;
	position: absolute;
	min-height: 100vh;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #1f222c;
	overflow: hidden;
	z-index: 0;
}
.animation-gradient::before {
  width: 100%;
  height: 100%;
  background: #6fc7ea;
  opacity: 0.8;
  /*content: "";*/
}

.animation-gradient .animation-gradient_item {
  position: absolute;
  width: .001vmin;
  height: .001vmin;
  border-radius: 50%;
  opacity: .25;
}

.animation-gradient .animation-gradient_item:nth-child(1) {
  -webkit-box-shadow: 0 0 45vmax 45vmax #9bdff9;
  box-shadow: 0 0 45vmax 45vmax #9bdff9;
  -webkit-animation: saturate 0s .5s linear infinite, move1 18s .5s ease infinite;
  animation: saturate 0s .5s linear infinite, move1 9s .5s ease infinite;
}

.animation-gradient .animation-gradient_item:nth-child(2) {
  -webkit-box-shadow: 0 0 45vmax 45vmax #00679e;
  box-shadow: 0 0 45vmax 45vmax #00679e;
  -webkit-animation: saturate 15s .5s linear infinite, move2 25s .5s ease infinite;
  animation: saturate 5s 0s linear infinite, move2 15s 0s ease infinite;
}

.animation-gradient .animation-gradient_item:nth-child(3) {
  -webkit-box-shadow: 0 0 45vmax 45vmax #070912;
  box-shadow: 0 0 45vmax 45vmax #070912;
  -webkit-animation: saturate 20s 0s linear infinite, move3 15s 0s ease infinite;
  animation: saturate 10s 0s linear infinite, move3 8s 0s ease infinite;
  opacity: .2;
}

@media screen and (max-width: 600px) {
  .animation-gradient .animation-gradient_item:nth-child(1) {
    -webkit-box-shadow: 0 0 30vmax 30vmax #9bdff9;
    box-shadow: 0 0 30vmax 30vmax #9bdff9;
    -webkit-animation: saturate 0s .5s linear infinite, move1 18s .5s ease infinite;
    animation: saturate 0s .5s linear infinite, move1 9s .5s ease infinite;
  }

  .animation-gradient .animation-gradient_item:nth-child(2) {
  . feedback . _header svg -webkit-box-shadow: 0 0 30 vmax 30 vmax #00679e;
    box-shadow: 0 0 30vmax 30vmax #00679e;
    -webkit-animation: saturate 15s .5s linear infinite, move2 25s .5s ease infinite;
    animation: saturate 5s 0s linear infinite, move2 15s 0s ease infinite;
  }

  .animation-gradient .animation-gradient_item:nth-child(3) {
    -webkit-box-shadow: 0 0 30vmax 30vmax #070912;
    box-shadow: 0 0 30vmax 30vmax #070912;
    -webkit-animation: saturate 20s 0s linear infinite, move3 15s 0s ease infinite;
    animation: saturate 10s 0s linear infinite, move3 8s 0s ease infinite;
    opacity: .2;
  }
}


@-webkit-keyframes hue {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

@keyframes hue {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

@-webkit-keyframes move1 {
  0% {
    top: 0;
    left: 50vw;
  }
  25% {
    left: 0;
  }
  50% {
    top: 100vh;
  }
  75% {
    left: 100vw;
  }
  100% {
    top: 0;
    left: 50vw;
  }
}

@keyframes move1 {
  0% {
    top: 0;
    left: 50vw;
  }
  25% {
    left: 0;
  }
  50% {
    top: 100vh;
  }
  75% {
    left: 100vw;
  }
  100% {
    top: 0;
    left: 50vw;
  }
}

@-webkit-keyframes move2 {
  0% {
    top: 50vh;
    left: 100vw;
  }
  25% {
    top: 100vh;
  }
  50% {
    left: 0;
  }
  75% {
    top: 0;
  }
  100% {
    top: 50vh;
    left: 100vw;
  }
}

@keyframes move2 {
  0% {
    top: 50vh;
    left: 100vw;
  }
  25% {
    top: 100vh;
  }
  50% {
    left: 0;
  }
  75% {
    top: 0;
  }
  100% {
    top: 50vh;
    left: 100vw;
  }
}

@-webkit-keyframes move3 {
  0% {
    top: 100vh;
    left: 50vw;
  }
  25% {
    left: 100vw;
  }
  50% {
    top: 0;
  }
  75% {
    left: 0;
  }
  100% {
    top: 100vh;
    left: 50vw;
  }
}

@keyframes move3 {
  0% {
    top: 100vh;
    left: 50vw;
  }
  25% {
    left: 100vw;
  }
  50% {
    top: 0;
  }
  75% {
    left: 0;
  }
  100% {
    top: 100vh;
    left: 50vw;
  }
}

.promo__center::before {
  content: "";
  position: absolute;
  width: calc(100vw - 2vw);
  top: 0;
  right: 0;
  bottom: -2px;
  background: white;
}

/*  END   */

@media screen and (max-width: 1920px) and (max-height: 960px) and (min-width: 1024px) {
  .promo-item {
    max-height: calc(100vh - 460px);
  }

}

@media screen and (max-width: 1500px) and (min-width: 1024px) {
  .promo__wrapper {
    padding-bottom: 20px;
  }

  .promo-item {
      max-height: calc(100vh - 400px);
  }
}
@media screen and (max-width: 720px) {
	.e_desc{display:none!important;}
	.e_mob{display:block;}
  .feedback_append._download._footer._copy-feedback {
    display: block;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 20px;
    cursor: pointer;
    background: #fff;
    padding: 0;
    width: max-content;
  }
  .feedback_append.feedback._footer._download._copy-feedback span {width: auto;}

  .feedback_append.feedback._footer._download._copy-feedback span:hover,
  .feedback._download._copy-feedback:hover{color: black;}
}



.ui-autocomplete {
	color: #242424;
	font-size: 13px;
	font-weight: 500;
	text-align: left;
	max-height: 195px;
	overflow-y: scroll;
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
	display: flex;
	justify-content: space-between;
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper span {
	padding: 0 10px;
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper .icao {
	color: #b8b4b4;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
/*    border: 1px solid #e6f2ff;
    background: #e6f2ff;*/
	background: #03798f;
	border: 1px solid #03798f;
	color: #242424;
	font-size: 13px;
	font-weight: 500;
}



.addToHomeScreenInfo {
	display: none;
}
.addToHomeScreenInfo img {
	max-width: 100%;
}
.addToHomeScreenInfo .aths-overlay {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(56,68,87,0.8);
	z-index: 999;
}
.addToHomeScreenInfo .aths-content {
	position: fixed;
	left: .625rem;
	right: .625rem;
	bottom: .625rem;
	max-width: 440px;
	margin: 0 auto;
	padding: 15px;
	background: #fff;
	border-radius: 5px;
	color: #000;
	z-index: 1000;
}
.addToHomeScreenInfo .aths-close-btn {
	position: absolute;
	top: 0px;
	right: 8px;
	color: #000;
	font-size: 36px;
	line-height: 1;
	font-family: serif;
	cursor: pointer;
	z-index: 1;
}
.addToHomeScreenInfo .aths-title {
	padding-right: 20px;
	color: #0092DD;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}
.addToHomeScreenInfo .aths-wrapper {
	margin-top: 10px;
	display: grid;
	grid-gap: 15px;
	grid-template-columns: 50px auto;
}
.addToHomeScreenInfo .aths-ico {
	padding-top: 5px;
}
.addToHomeScreenInfo .aths-ico img {
	border-radius: 10px;
}
.addToHomeScreenInfo .aths-text {
	font-size: 16px;
	text-align: left;
	line-height: 1.4;
}
.addToHomeScreenInfo .aths-text img {
	width: 16px;
	margin: 0 5px;
	vertical-align: baseline;
}



.popup._route-description {
	
}
.popup._route-description .popup__title {
	margin-bottom: 30px;
	text-transform: uppercase;
}
.popup._route-description .field-wrapper {
	position: relative;
	margin: 20px 0;
}
.popup._route-description .input-text {
	width: 100%;
	height: 58px;
	margin: 0;
	padding: 0 20px;
	color: #242424;
	font-size: 13px;
	font-weight: 600;
	border: 1px solid #fff;
	background-color: #fff;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.34);
}
.popup._route-description .input-text::-webkit-input-placeholder {
  color: #242424
}
.popup._route-description .input-text::-moz-placeholder {
  color: #242424
}
.popup._route-description .input-text:-moz-placeholder {
  color: #242424
}
.popup._route-description .input-text:-ms-input-placeholder {
  color: #242424
}
.popup._route-description .input-text[name="date"] {
	padding-left: 45px;
	background: url(../img/calendar-ico.svg) no-repeat 20px center #fff;
}
.popup._route-description .input-text[type=number] {
	font-size: 20px;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	text-align: center;
}
.popup._route-description .input-text[type=number]::-webkit-inner-spin-button,
.popup._route-description .input-text[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}
.popup._route-description .field-wrapper .incr,
.popup._route-description .field-wrapper .decr {
	position: absolute;
	top: 50%;
	width: 24px;
	height: 24px;
	border-radius: 100em;
	transform: translateY(-50%);
	background: no-repeat center #509fff;
	cursor: pointer;
}
.popup._route-description .field-wrapper .decr.disable {
	background-color: #e0e1e1;
}
.popup._route-description .field-wrapper .decr {
	left: 6%;
	background-image: url(../img/minus.svg);
}
.popup._route-description .field-wrapper .incr {
	right: 6%;
	background-image: url(../img/plus.svg);
}
.popup._route-description .fields-wrapper {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 3fr 2fr;
	margin: 20px 0;
}
.popup._route-description .fields-wrapper .field-wrapper {
	margin: 0;
}
.popup._route-description .popup__flexbox {
	margin-top: 30px;
}
.popup._route-description .button {
	height: 58px;
	font-size: 14px;
	padding: 0 50px;
	text-transform: uppercase;
}
.popup._route-description .input-text.error,
.popup._route-description .input-text.empty {
	border-color: #f00;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

@media screen and (max-width:400px){
	.popup._route-description .fields-wrapper {
		grid-template-columns: 100%;
	}
}



.block_difference {
	
}
.block_difference .difference {
	background: #f3f4f8;
}
.block_difference .difference .slide {
	padding: 30px;
	text-align: left;
}
.block_difference .difference .slide .title {
	
}
.block_difference .difference .slide .text {
	
}
.block_difference .difference .slide .image {
	margin-top: 30px;
}
.block_difference .difference .slide .image img {
	max-width: 100%;
}
@media screen and (min-width:800px){
	.block_difference {
		display: none;
	}
}




.block_index_slides {
	/*display: none;*/
}
.main_page_blocks img {
	max-width: 100%;
}
.main_page_blocks .page-block {
	padding: 60px 0;
	text-align: left;
	overflow: hidden;
	font-size: 1vmax;
}
.main_page_blocks .page-block .row {
	display: flex;
	flex-flow: row wrap;
	margin: 0;
	gap: 20px;
}
.main_page_blocks .page-block .row:not(.no-bg) {
  background-color: #e7e9ed;
  /* box-shadow: 0 3px 13px hsla(226,6%,42%,.196); */
  box-shadow: 0 12px 24px 0 rgba(21,56,95,.4);
}
.main_page_blocks .block_index_slides .index_slides {
	box-shadow: 0 12px 24px 0 rgba(21,56,95,.4);
}
.main_page_blocks .block_index_slides .index_slides .slick-track,
.main_page_blocks .block_index_slides .index_slides .page-block {
  display: flex;
  height: auto;
}
.main_page_blocks .block_index_slides .index_slides .page-block .row {
  box-shadow: none;
}
.main_page_blocks .page-block .image-wrapper,
.main_page_blocks .page-block .content-wrapper {
	width: auto;
	padding: 0;
}
.main_page_blocks .page-block .image-wrapper {
	width: 60%;
  flex: 2;
}
.main_page_blocks .page-block .content-wrapper {
	width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 3vw;
}
.main_page_blocks .page-block .title {
	text-transform: none;
  font-size: 32px;
	line-height: 1.3;
}
.main_page_blocks .page-block .text {
	font-size: 16px;
}
.main_page_blocks .page-block .text .bold {
	font-weight: bold;
}
.main_page_blocks .page-block .text a {
	text-decoration: underline;
}
.main_page_blocks .page-block .small-text {
  font-size: 14px;
}
.main_page_blocks .page-block .image-wrapper {
  position: relative;
  min-height: 570px;
  overflow: hidden;
}
.main_page_blocks .page-block .image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%,-50%);
}
.main_page_blocks .page-block .row.no-bg .image-wrapper {
  box-shadow: 0 12px 24px 0 rgba(21,56,95,.4);
}

.main_page_blocks .page-block .image-wrapper .img:nth-child(1) {grid-area: first;}
.main_page_blocks .page-block .image-wrapper .img:nth-child(2) {grid-area: second;}
.main_page_blocks .page-block .image-wrapper .img:nth-child(3) {grid-area: third;}
.main_page_blocks .page-block .image-wrapper .img:nth-child(4) {grid-area: fourth;}
.main_page_blocks .page-block .image-wrapper .img {
  position: relative;
  overflow: hidden;
}
/* .main_page_blocks .page-block .image-wrapper img:nth-child(5) { grid-area: fifth; } */
.main_page_blocks .page-block .image-wrapper.multy {
  display: grid;
  grid-gap: 20px;
}
.main_page_blocks .page-block .image-wrapper.images-2 {
  grid-template-columns: 1fr 1fr;
}
.main_page_blocks .page-block .image-wrapper.images-3 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas:
      'first second'
      'first third';
}
.main_page_blocks .page-block .image-wrapper.images-4 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas:
      'first second'
      'first third'
      'first fourth';
}

.main_page_blocks .page-block .image-wrapper .after-image {
	margin-top: 20px;
}
.main_page_blocks .page-block .image-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main_page_blocks .page-block .bottom-text {
	padding: 0 15px;
}
.main_page_blocks .page-block a.arrow {
	font-size: 1.2vmax;
	color: #002bc2;
}
.main_page_blocks .page-block a.arrow:hover {
	color: inherit;
}


.main_page_blocks .block_page-title {
  padding: 100px 0;
}
.main_page_blocks .block_page-title .page-title {
  font-size: 50px;
  text-align: center;
  line-height: 1.2;
}




.block_index_slides {
	position: relative;
	/* margin-top: 40px; */
	padding: 60px 0;
}
.main_page_blocks .block_index_slides  .page-block {
  padding: 0;
  overflow: initial;
}
/*
.block_index_slides .arrows._index_slides {
	position: initial;
	width: fit-content;
	margin-left: auto;
}
.block_index_slides .arrows._index_slides:after {
	
}
*/
.block_index_slides .arrows {
	position: initial;
}
.block_index_slides .arrows .arrow {
	position: absolute;
	top: 50%;
	font-size: 50px;
	line-height: 1;
	transform: translateY(-50%);
  color: #0d39b6;
}
.block_index_slides .arrows .arrow._prev {
	left: 10px;
}
.block_index_slides .arrows .arrow._next {
	right: 10px;
}
.block_index_slides .slick-dots {
	position: relative;
	display: flex;
	flex-flow: row;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
}
.block_index_slides .slick-dots li {
	margin: 0 2px;
}
.block_index_slides .slick-dots li:after {
	content: none;
}

.block_index_slides .index_slides_counter {
  display: none;
	position: absolute;
	/*top: 0;*/
	right: 40px;
	bottom: 100%;
	padding: 10px 0;
	color: #393b41;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	z-index: 1;
}
.block_index_slides .index_slides_counter span {
	color: #0d39b6;
}

.block_index_slides .index_slides_content {
  margin-bottom: 20px;
}
.block_index_slides .index_slides_content ul {
	display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: bold;
  line-height: 1.2;
}
.block_index_slides .index_slides_content ul li {
  cursor: pointer;
}
.block_index_slides .index_slides_content ul li.active {
  color: #0a3bb4;
}



@media screen and (max-width:1000px) {
  .main_page_blocks .page-block .row {
    flex-direction: column;
  }
  .main_page_blocks .page-block .image-wrapper,
  .main_page_blocks .page-block .content-wrapper {
    flex: none;
    width: 100%;
  }
  .main_page_blocks .page-block.slide .image-wrapper {
    /* min-height: 50vw; */
    min-height: 400px;
    height: 35vh;
  }
  .main_page_blocks .page-block:not(.slide) .image-wrapper {
    min-height: auto;
  }
  .main_page_blocks .page-block:not(.slide) .image-wrapper img {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    /* object-fit: cover; */
    transform: none;
  }
  .main_page_blocks .page-block .content-wrapper {
    padding: 4vw;
    order: 2;
  }
  .block_index_slides .index_slides_counter {
    display: block;
  }
  .block_index_slides .index_slides_content {
    display: none;
  }
}

@media screen and (max-width:800px) {
  .block_index_slides,
  .main_page_blocks .page-block {
    padding: 30px 0;
  }
}
	
@media screen and (max-width:950px){
  .promo-form-block {
    padding-bottom: 70px;
  }
	/* .main_page_blocks .page-block .image-wrapper,
	.main_page_blocks .page-block .content-wrapper {
		width: 50%;
	} */
}
@media screen and (max-width:700px){
	/* .block_index_slides {
		padding: 0 30px;
	} */
	.block_index_slides .arrows .arrow {
		font-size: 30px;
	}
	.main_page_blocks .page-block .image-wrapper,
	.main_page_blocks .page-block .content-wrapper {
		width: 100%;
	}
	.main_page_blocks .page-block .image-wrapper {
		order: 1;
	}
}
@media screen and (max-width:600px){
  .main_page_blocks .page-block .content-wrapper .title {
    font-size: 20px;
  }
  .main_page_blocks .page-block .content-wrapper .text {
    font-size: 14px;
  }
  .main_page_blocks .page-block .content-wrapper .text p {
    margin-bottom: 10px;
  }
}
/*@media screen and (min-width:800px){
	.block_index_slides {
		display: none;
	}
}*/



.promo__container .promo-icons-block {
	margin-top: -60px;
	z-index: 1;
}
.promo__container .promo-icons-block .icons {
	text-align: right;
}
.promo__container .promo-icons-block .icons img {
	margin: 0 10px;
	height: 64px;
}


/*.promo__container .language-switcher {
	margin-top: -60px;
	z-index: 1;
}
.promo__container .language-switcher .languages {
	text-align: right;
}*/
.language-switcher {
	padding: 0 10px;
}
.language-switcher a {
	display: inline-flex;
	width: 28px;
	height: 28px;
	align-items: center;
	justify-content: center;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	background: #fff;
	border-radius: 3px;
	text-decoration: none;
}



.footer__column._payments {
	margin-left: auto;
	padding: 15px 0;
	text-align: center;
}
.footer__column._payments img {
	display: inline-block;
	width: auto;
	height: 40px;
	background: none;
	border-radius: 0;
}

