*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-text-size-adjust: 100%;
}

*[hidden] {
  display: none!important;
}

a,
address,
b,
blockquote,
body,
button,
dd,
div,
dl,
dt,
em,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
hr,
html,
i,
input,
ins,
legend,
li,
mark,
menu,
ol,
p,
strong,
td,
textarea,
th,
var,
video,
ul {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  font-size: 1em;
  font-style: normal;
  font-weight: inherit;
  font-family: inherit;
  text-align: inherit;
  color: inherit;
}

button,
fieldset,
hr,
img,
input,
textarea {
  border: none;
  background-color: transparent;
}

button::-moz-focus-inner {
  border: 0;
}

footer,
header,
main {
  display: block;
}

li {
  list-style: none;
}

html {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body > svg {
  position: absolute;
}

svg,
symbol {
  overflow: visible;
  fill: currentColor;
}

button {
  overflow: visible;
  cursor: pointer;
}

button,
input,
textarea {
  line-height: inherit;
}

a[href^="mailto:"] {
  white-space: nowrap;
}

b {
  font-weight: 700;
}

p {
  margin: 1em 0;
}

table {
  margin: 1em 0;
}

p:first-child,
table:first-child {
  margin-top: 0!important;
}

p:last-child,
table:last-child {
  margin-bottom: 0!important;
}

video,
img {
  max-width: 100%;
  height: auto;
  display: block;
}

figure p {
  margin: 0!important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

*::selection {
  background-color: #366465;
  color: #fff;
}

input,
button,
textarea,
select {
  font: inherit;
}

textarea {
  resize: none;
}

strong,
b {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

button {
  border: none;
  cursor: pointer;
}

input,
textarea {
  field-sizing: content;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.eot');
  src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff'), url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.eot');
  src: url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.woff') format('woff'), url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.eot');
  src: url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-SemiBold.woff2') format('woff2'), url('../fonts/Inter-SemiBold.woff') format('woff'), url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Regular.eot');
  src: url('../fonts/Unbounded-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Unbounded-Regular.woff2') format('woff2'), url('../fonts/Unbounded-Regular.woff') format('woff'), url('../fonts/Unbounded-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Medium.eot');
  src: url('../fonts/Unbounded-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Unbounded-Medium.woff2') format('woff2'), url('../fonts/Unbounded-Medium.woff') format('woff'), url('../fonts/Unbounded-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  position: relative;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #181818;
  background-color: #F4F3EE;
  min-width: 360px;
}

main {
  min-height: 100vh;
  overflow-x: clip;
}

.overflow {
  overflow: hidden;
}

.tac {
  text-align: center;
}

.d-flex {
  display: flex;
}

.home section {
  position: relative;
  margin: 140px 0;
}

.home section.hero {
  margin-top: 0;
}

.h1 {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 44px;
}

.h2-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.h2 {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 40px;
}

section .h2 {
  margin-bottom: 40px;
}

section .h2-box {
  margin-bottom: 40px;
}

section .h2-box .h2 {
  margin-bottom: 0;
}

.accent {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(223.8deg, #054042 9.93%, #042627 87.61%);
}

*:focus:not(:focus-visible) {
  outline: none !important;
}

input[type='submit'] {
  -webkit-appearance: none;
  appearance: none;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #ff622c;
  }

  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

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

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #ff622c;
  }

  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

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

@-webkit-keyframes scaleAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /* Starting size (100%) */
  }

  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    /* Scale up to 150% at the midpoint */
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /* Return to original size */
  }
}

@keyframes scaleAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /* Starting size (100%) */
  }

  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    /* Scale up to 150% at the midpoint */
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /* Return to original size */
  }
}

@-webkit-keyframes blink {
  from {
    opacity: 1;
  }

  to {
    opacity: 0.5;
  }
}

@keyframes blink {
  from {
    opacity: 1;
  }

  to {
    opacity: 0.5;
  }
}

.btn {
  position: relative;
  display: inline-block;
  border: 1px solid rgba(5, 64, 66, 0.1);
  border-radius: 4px;
  font-size: 14px;
  line-height: 1;
  padding: 16px 36px;
  text-align: center;
  color: #FCFAF4;
  background: linear-gradient(223.8deg, #054042 9.93%, #042627 87.61%);
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}

.btn span {
  position: relative;
}

.btn span::after {
  display: block;
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FCFAF4;
  right: -16px;
  top: 50%;
  margin-top: -2px;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(254.98deg, #054042 25.55%, #065558 84.76%);
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: inherit;
  z-index: -1;
}

.btn:hover::before,
.btn:active::before,
.btn:focus::before {
  opacity: 1;
}

.btn-online {
  padding-right: 52px;
}

.btn-o {
  background: transparent;
  border: 1px solid rgba(5, 64, 66, 0.1);
  color: #042F31;
}

.btn-o:hover,
.btn-o:active,
.btn-o:focus {
  color: #fff;
}

.btn-o span::after {
  background: #042F31;
}

.btn-o:hover span::after,
.btn-o:active span::after,
.btn-o:focus span::after {
  background: #fff;
}

.btn-up {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 4px;
  z-index: 10;
  font-size: 0;
  color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-adds {
  overflow: unset;
  color: #042A2B;
  padding-right: 55px;
}

.btn-adds:hover,
.btn-adds:active,
.btn-adds:focus {
  color: #042A2B;
}

.btn-adds::before {
  content: '';
  width: 24px;
  height: 24px;
  opacity: 1;
  inset: unset;
  right: 16px;
  top: 50%;
  margin-top: -12px;
  background: url(../img/arrow-prev.svg) no-repeat center;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.btn-adds::after {
  position: absolute;
  left: 0;
  bottom: -20px;
  content: 'pets, food, etc.';
  font-size: 14px;
  color: rgba(24, 24, 24, 0.7);
}

.btn-adds.active::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.btn-link {
  font-size: 16px;
  font-weight: 600;
  color: #042F31;
}

.btn-link span {
  position: relative;
  padding-right: 30px;
}

.btn-link span::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 19px;
  top: 0;
  right: 0;
  background: url(../img/arrow-left.svg) no-repeat center;
}

.burger {
  display: none;
  position: relative;
  z-index: 23;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 5px;
  border-radius: 4px;
  background-color: #054042;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.burger:focus {
  outline: none;
}

.burger > span {
  display: inline-block;
  width: 14px;
  height: 1px;
  background: #FCFAF4;
  position: relative;
  transition: background 0.5s 0.5s;
}

.burger > span:before,
.burger > span:after {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  background: #FCFAF4;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: top 0.5s 0.5s, -webkit-transform 0.5s;
  transition: top 0.5s 0.5s, transform 0.5s;
  transition: top 0.5s 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.burger > span:before {
  width: 100%;
  top: -5px;
}

.burger > span:after {
  width: 100%;
  top: 5px;
}

.burger-close {
  position: relative;
}

.burger-close > span {
  transition: background 0.5s;
  background: transparent;
}

.burger-close > span:before,
.burger-close > span:after {
  width: 100%;
  transition: top 0.5s, -webkit-transform 0.5s 0.5s;
  transition: top 0.5s, transform 0.5s 0.5s;
  transition: top 0.5s, transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
  top: 0;
}

.burger-close > span:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}

.burger-close > span:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}

.soc {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 4px;
  border: 1px solid rgba(5, 64, 66, 0.1);
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}

.soc svg path {
  fill: #181818;
}

.soc:hover svg path {
  fill: #fff;
}

.soc::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(223.8deg, #054042 9.93%, #042627 87.61%);
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: inherit;
  z-index: -1;
}

.soc:hover::before,
.soc:active::before,
.soc:focus::before {
  opacity: 1;
}

.soc__btns {
  display: flex;
  gap: 8px;
  align-items: center;
}

.form {
  text-align: left;
}

.form__row {
  display: flex;
  text-align: left;
  gap: 20px;
}

.form .form__row + .form__row {
  margin-top: 10px;
}

.form__row-1 .form__input {
  padding-left: 48px;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.form__row-2 {
  margin-bottom: 32px;
}

.form__row-5 {
  flex-wrap: wrap;
  gap: 10px;
}

.form .form__row-last {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.form__btns {
  margin-bottom: 40px;
  display: flex;
  gap: 20px;
}

.form__adds {
  display: none;
}

.form__adds .form__row {
  margin-top: 24px;
}

.form__adds .form__row + .form__row {
  margin-top: 24px;
}

.form .label {
  width: 100%;
}

.form__box {
  width: 100%;
  position: relative;
  z-index: 20;
  padding: 24px 20px;
  border-radius: 4px;
  background-color: rgba(252, 250, 244, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.form__box .form__row {
  justify-content: center;
  align-items: flex-end;
  gap: 16px;
}

.form__box .form__item {
  position: relative;
  flex-basis: 176px;
  flex-grow: 1;
}

.form__box .form__input {
  height: 50px;
  background-color: #FCFAF4;
}

.form__box label {
  margin-bottom: 8px;
  font-size: 15px;
  color: #042F31;
}

.form__box .nice-select {
  background: #FCFAF4 url(../img/takeoff.svg) no-repeat 14px center;
}

.form__item {
  position: relative;
  min-width: 0;
}

.location-field {
  position: relative;
  z-index: 30;
}

.location-input {
  background-image: url(../img/takeoff.svg);
  background-repeat: no-repeat;
  background-position: 14px center;
  padding-left: 48px;
}

.location-suggestions {
  position: fixed;
  z-index: 10000;
  overflow: hidden;
  overflow-y: auto;
  max-height: 360px;
  border: 1px solid rgba(5, 64, 66, 0.12);
  border-radius: 4px;
  background: #FCFAF4;
  box-shadow: 0 8px 24px rgba(4, 38, 39, 0.14);
}

.location-suggestion {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  box-sizing: border-box;
  padding: 8px 16px 8px 54px;
  border: 0;
  background: transparent;
  color: #042F31;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.location-suggestion.location-city {
  font-weight: 600;
}

.location-suggestion.location-airport {
  padding-left: 78px;
  font-size: 13px;
}

.location-suggestion__icon {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background: url(../img/location.svg) center / 22px 22px no-repeat;
  pointer-events: none;
}

.location-suggestion.location-airport .location-suggestion__icon {
  left: 38px;
  width: 20px;
  height: 20px;
  background-image: url(../img/plane.svg);
  background-size: 24px auto;
}

.location-suggestion__content {
  display: block;
  min-width: 0;
  flex: 1 1 auto;
}

.location-suggestion__title-line {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
  line-height: 1.15;
}

.location-suggestion__title {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.location-suggestion__code {
  flex: 0 0 40px;
  margin-left: auto;
  color: rgba(24, 24, 24, 0.55);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: left;
}

.location-suggestion__country {
  display: block;
  margin-top: 1px;
  color: rgba(24, 24, 24, 0.55);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.15;
}

.location-suggestion:hover,
.location-suggestion:focus {
  background: rgba(5, 64, 66, 0.08);
  outline: 0;
}

.location-suggestion + .location-suggestion {
  border-top: 1px solid rgba(5, 64, 66, 0.1);
}

.js-form-error {
  width: 100%;
  margin-top: 12px;
  color: #a3312d;
  font-size: 13px;
}

.form .plus,
.form .minus {
  position: absolute;
  bottom: 10px;
  font-size: 30px;
}

.form .plus {
  right: 40px;
}

.form .minus {
  right: 20px;
}

.form__submit {
  height: 50px;
}

.form__input {
  display: block;
  width: 100%;
  min-width: 0;
  height: 50px;
  padding: 16px 14px;
  border: 1px solid rgba(5, 64, 66, 0.1);
  border-radius: 4px;
  color: rgba(24, 24, 24, 0.7);
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
}

.form__input:focus {
  border: 1px solid #042627;
}

.form__input[type="number"] {
  padding-right: 65px;
}

.form__input[name="land"] {
  background-image: url(../img/land.svg);
}

.form__input[name="cal"] {
  background-image: url(../img/cal.svg);
}

.form__input[name="guests"] {
  background-image: url(../img/user.svg);
}

.form label {
  display: block;
  margin-bottom: 10px;
}

.form__checkbox {
  flex-shrink: 0;
  margin-right: 8px;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #3A3A3A;
  border-radius: 5px;
}

.form__checkbox::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #3A3A3A;
  border-radius: 3px;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}

.form__checkbox:checked::before {
  opacity: 1;
  visibility: visible;
}

.form__checkbox + label {
  margin-bottom: 0;
}

.form .form__checkbox-text a {
  text-decoration: underline;
  transition: color 0.3s ease;
}

.form .form__checkbox-text a:hover {
  color: #042E30;
}

.form textarea.form__input {
  padding: 10px 14px;
  width: 100%;
  height: 112px;
}

.form__contacts {
  display: flex;
  gap: 56px;
}

.form__contact {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  flex-direction: column;
}

.form__contact-name {
  font-size: 20px;
  font-weight: 500;
  width: 100%;
}

.form__contact-tel {
  font-size: 16px;
  color: rgba(24, 24, 24, 0.7);
}

.nice-select {
  padding-left: 48px;
  width: 100%;
  height: 50px;
  line-height: 48px;
  color: rgba(24, 24, 24, 0.7);
  font-size: 14px;
  background: url(../img/takeoff.svg) no-repeat 14px center;
}

.nice-select .option {
  color: #042627;
}

.flatpickr-day {
  color: rgba(24, 24, 24, 0.7);
}

span.flatpickr-weekday {
  color: #181818;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: linear-gradient(223.8deg, #054042 9.93%, #042627 87.61%);
  border-radius: 4px;
  border: none;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #E4E7E1;
}

.arrows {
  display: flex;
  align-items: center;
  gap: 8px;
}

.arrow {
  width: 48px;
  height: 48px;
  padding: 10px;
  border: 1px solid #0540421A;
  border-radius: 4px;
  background: url(../img/arrow-prev.svg) no-repeat center;
  font-size: 0;
  cursor: pointer;
}

.arrow-o {
  border: 1px solid rgba(244, 243, 238, 0.1);
  background: url(../img/arrow-prev-w.svg) no-repeat center;
}

.arrow-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.popup {
  width: 600px;
  padding: 40px;
  background-color: #F4F3EE;
  border-radius: 4px;
}

.popup__title {
  margin-bottom: 24px;
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 20px;
  width: 95%;
}

.popup__subtitle {
  font-size: 18px;
  color: rgba(24, 24, 24, 0.7);
}

.popup .btn {
  margin-top: 40px;
  width: 100%;
}

.popup__form .form__row {
  flex-wrap: wrap;
  gap: 10px;
}

.popup__form .form__row + .form__row {
  margin-top: 24px;
}

.popup__form .form__item {
  flex-grow: 1;
}

.popup__form .form__input {
  flex-basis: 250px;
  flex-grow: 1;
  padding: 20px 14px;
}

.popup__form label {
  font-size: 14px;
}

.popup#success {
  padding-top: 200px;
  background: #F4F3EE url(../img/popup-img.svg) no-repeat center 20px;
}

.fancybox-slide--html .fancybox-close-small {
  color: #053334;
  opacity: 1;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 24px 0;
  z-index: 3;
}

.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header .logo {
  position: relative;
  z-index: 21;
}

.header .logo img {
  width: 214px;
  height: auto;
}

.header__menu {
  margin-left: auto;
  margin-right: auto;
}

.header__nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 14px;
  color: rgba(24, 24, 24, 0.7);
}

.header__nav ul li {
  padding: 12px;
}

.header__nav ul a {
  transition: color 0.3s ease;
}

.header__nav ul a:hover {
  text-decoration: underline;
  color: #042E30;
}

.header__btns {
  margin: 0 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.header.open {
  height: 100vh;
  padding: 0;
}

.header.open .header__content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  padding: 26px;
  align-items: flex-start;
  background: #FCFAF4;
  overflow-y: auto;
}

.header.open .logo {
  padding: 10px 0;
}

.header.open .header__menu {
  display: block;
  position: absolute;
  left: 26px;
  top: 98px;
}

.header.open .header__menu ul {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #181818;
}

.header.open .header__menu ul li {
  padding-left: 0;
}

.header.open .header__btns {
  position: absolute;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  z-index: 21;
  left: 26px;
  top: 400px;
  width: calc(100% - 26px);
  justify-content: flex-start;
}

.header.open .btn {
  display: block;
  margin-top: 15px;
  width: calc(100% - 26px);
}

.hero {
  position: relative;
  padding-top: 100px;
  padding-bottom: 40px;
  background: #EFE8E0 url(../img/hero-bg.jpg) no-repeat center bottom / cover;
  overflow: hidden;
}

.hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 700px;
  padding-top: 65px;
}

.hero__descr {
  margin-top: 20px;
  max-width: 341px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  color: rgba(24, 24, 24, 0.7);
  margin-bottom: 20px;
}

.hero__obj {
  position: relative;
  left: 0;
  align-self: flex-start;
  will-change: transform;
}

.hero__clouds {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 110%;
  align-self: flex-start;
  will-change: transform;
}

.hero .form__box {
  position: relative;
  margin-top: auto;
  z-index: 20;
}

.about {
  background-image: url(../img/about-bg.svg);
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: top;
  background-size: 60% auto;
}

.about__content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.about__text {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(41.66666666666667% - 20px);
  margin-left: calc(58.333333333333336% + 10px);
}

.about .h2 {
  margin-bottom: 20px;
}

.about__descr {
  margin-top: 20px;
  font-size: 18px;
  color: rgba(24, 24, 24, 0.7);
}

.about__descr b {
  font-weight: 400;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(223.8deg, #054042 9.93%, #042627 87.61%);
}

.about__btn {
  margin-top: 60px;
}

.about__cards {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 60px;
}

.about__card {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 20px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 24px;
  border: 1px solid #0540421A;
  background-color: rgba(252, 250, 244, 0.6);
  border-radius: 4px;
}

.about__name {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  color: rgba(24, 24, 24, 0.7);
}

.about__name::before {
  display: block;
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-image: linear-gradient(223.8deg, #054042 9.93%, #042627 87.61%);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about__digit {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(223.8deg, #054042 9.93%, #042627 87.61%);
}

.features .arrows {
  display: none;
}

.features__box {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
}

.features__item {
  position: relative;
  min-height: 300px;
  background-color: #9F9596;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  cursor: pointer;
}

.features__item:nth-child(1) {
  grid-column: 1 / span 4;
}

.features__item:nth-child(2) {
  grid-column: 5 / span 3;
}

.features__item:nth-child(3) {
  grid-column: 8 / span 3;
}

.features__item:nth-child(4) {
  grid-column: 1 / span 3;
}

.features__item:nth-child(5) {
  grid-column: 4 / span 3;
}

.features__item:nth-child(6) {
  grid-column: 7 / span 4;
}

.features__title {
  position: absolute;
  opacity: 1;
  left: 0;
  bottom: 0;
  padding: 24px;
  font-size: 20px;
  font-weight: 500;
  color: #F4F3EE;
  z-index: 2;
  transition: 0.3s;
}

.features__overlay {
  position: absolute;
  inset: 0;
  padding: 24px;
  background: rgba(0, 0, 0, 0.75);
  font-size: 18px;
  line-height: 1.2;
  color: #FCFAF4;
  opacity: 0;
  transition: 0.3s;
}

.features__item.active .features__overlay {
  opacity: 1;
}

.features__item.active .features__title {
  opacity: 0;
}

.team .arrows {
  display: none;
}

.team__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.team__item {
  width: 630px;
  display: flex;
  gap: 8px;
}

.team__pic {
  position: relative;
  border-radius: 4px;
  width: 262px;
  flex-shrink: 0;
}

.team__pic img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.team__info {
  padding: 24px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  color: #F4F3EE;
}

.team__name {
  position: relative;
  padding-left: 14px;
  font-size: 20px;
  font-weight: 500;
}

.team__name::before {
  display: block;
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FCFAF4;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.team__pos {
  margin-top: 8px;
}

.team__descr {
  display: flex;
  flex-direction: column;
  padding: 24px;
  font-size: 16px;
  color: rgba(24, 24, 24, 0.7);
  border-radius: 4px;
  border: 1px solid rgba(5, 64, 66, 0.1);
}

.team__text {
  margin-bottom: auto;
}

.team__text p {
  margin-bottom: 0;
}

.team__text p + p {
  margin-top: 8px;
}

.team__link {
  margin-top: 24px;
}

.fleet__pic {
  position: relative;
  padding: 20px;
  background: url(../img/fleet-bg.png) no-repeat center / contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fleet__pic img {
  position: relative;
  z-index: 1;
  height: 600px;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.fleet__pic img:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.fleet__pic .circle {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  border: 1px solid rgba(24, 24, 24, 0.3);
  border-radius: 50%;
  -webkit-animation: radar 2s infinite;
          animation: radar 2s infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.fleet__pic .circle-2 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes radar {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(7.5);
            transform: scale(7.5);
    opacity: 0;
  }
}

@keyframes radar {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(7.5);
            transform: scale(7.5);
    opacity: 0;
  }
}

.fleet__pic:hover .circle-1,
.fleet__pic:hover .circle-2 {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.fleet__name {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 32px;
}

.fleet .container {
  position: relative;
}

.fleet__text {
  position: absolute;
  top: 0;
  z-index: 2;
  max-width: 310px;
}

.fleet .h2 {
  margin-bottom: 0;
}

.fleet__descr {
  margin-top: 24px;
}

.fleet .arrows {
  position: absolute;
  top: 200px;
  z-index: 3;
}

.fleet__btn {
  padding: 20px 70px;
  position: absolute;
  right: 20px;
  top: 0;
}

.fleet__table {
  margin-top: 32px;
  border-top: 1px solid #DCE1DD;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.fleet__cell {
  width: 246px;
  padding-left: 36px;
  background-repeat: no-repeat;
  background-position: left top;
}

.fleet__par {
  color: rgba(24, 24, 24, 0.7);
}

.fleet__num {
  font-weight: 500;
}

.guidance {
  font-size: 18px;
}

.guidance__content {
  padding: 80px 20px;
  background: #FCFAF4 url(../img/guidance-bg.jpg) no-repeat center right / cover;
}

.guidance__top {
  margin-bottom: 32px;
}

.guidance__bottom {
  margin-top: 24px;
  color: rgba(24, 24, 24, 0.7);
}

.guidance__top,
.guidance__bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 490px;
}

.guidance__btn {
  display: inline-block;
  margin-top: 40px;
}

.dest {
  background: linear-gradient(223.8deg, #054042 9.93%, #042627 87.61%);
}

.dest__content {
  height: 782px;
  position: relative;
}

.dest__list {
  height: 480px;
}

.dest__pic {
  display: block;
  margin-left: auto;
  max-width: calc(100% - 220px);
  height: 600px;
}

.dest__text {
  position: absolute;
  top: 100px;
  left: 0;
  color: #FCFAF4;
}

.dest__subtitle {
  margin-bottom: 24px;
  font-size: 18px;
}

.dest__title {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 40px;
}

.dest .arrows {
  position: absolute;
  top: 252px;
  left: 0;
  z-index: 2;
}

.dest .form__box {
  position: absolute;
  left: 0;
  bottom: 60px;
  z-index: 20;
}

.steps .h2 {
  margin-bottom: 67px;
}

.steps__list {
  position: relative;
  display: flex;
  gap: 40px;
  counter-reset: steps 0;
}

.steps__list::after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #DCE1DD;
  left: 0;
  top: 0;
  z-index: -1;
}

.steps__item {
  padding-top: 90px;
  position: relative;
  opacity: 0.7;
  counter-increment: steps 1;
  transition: opacity 0.3s ease;
}

.steps__item:hover {
  opacity: 1;
}

.steps__item::before {
  position: absolute;
  left: 0;
  top: 47px;
  content: "0" counter(steps);
  color: #042627;
  font-size: 20px;
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
}

.steps__item::after {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #053335;
  border: 8px solid #DCE1DD;
  border-radius: 50%;
}

.steps__item.slick-active {
  opacity: 1;
}

.steps__title {
  font-weight: 500;
  font-size: 20px;
}

.steps__descr {
  margin-top: 8px;
  font-size: 16px;
  color: rgba(24, 24, 24, 0.7);
}

.services__content {
  padding: 40px;
  background: #D1C9BC url(../img/services-bg.jpg) no-repeat center right / cover;
  border-radius: 4px;
  min-height: 478px;
}

.services__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.services__item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 20px);
  padding: 20px;
  background-color: rgba(252, 250, 244, 0.9);
  border-radius: 4px;
}

.services__pic {
  margin-bottom: 20px;
  width: 40px;
  height: 40px;
}

.services__title {
  font-size: 20px;
  font-weight: 500;
}

.services__descr {
  margin-top: 8px;
  color: rgba(24, 24, 24, 0.7);
}

.safety .h2 {
  margin-bottom: 60px;
}

.safety__box {
  display: grid;
  grid-template-columns: 30% 40% 1fr;
  grid-template-areas: "a c d" "b c d";
  gap: 20px;
}

.safety__item {
  position: relative;
  background-color: #9F9596;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.safety__item:nth-child(1) {
  grid-area: a;
  min-height: 227px;
}

.safety__item:nth-child(2) {
  grid-area: b;
  min-height: 172px;
}

.safety__item:nth-child(3) {
  grid-area: c;
}

.safety__item:nth-child(4) {
  grid-area: d;
}

.safety__title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px;
  font-size: 20px;
  font-weight: 500;
  color: #F4F3EE;
}

.flight {
  background: url(../img/flight-bg.jpg) no-repeat center bottom / cover;
  overflow: hidden;
}

.flight__content {
  position: relative;
  padding: 80px 0;
  height: 700px;
}

.flight .h2 {
  max-width: 480px;
  margin-bottom: 0;
}

.flight .h2 span {
  display: block;
}

.flight__obj {
  will-change: transform;
}

.contact .form {
  font-size: 14px;
}

.contact .form__row-5 .form__item {
  flex-grow: 0;
}

.contact .form__item {
  flex-basis: 176px;
  flex-grow: 1;
}

.footer {
  padding: 60px 0;
  font-size: 14px;
  background-color: #E9E5DF;
}

.footer a:not([class]):hover {
  text-decoration: underline;
  color: #042E30;
}

.footer__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.footer__left {
  width: 295px;
  display: flex;
  flex-direction: column;
}

.footer .logo img {
  width: 214px;
  height: auto;
}

.footer__descr {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.footer__develop {
  margin-top: auto;
}

.footer__develop a {
  text-decoration: underline;
}

.footer__center {
  width: 340px;
  display: flex;
  justify-content: space-between;
  gap: 130px;
}

.footer__menu li + li {
  margin-top: 14px;
}

.footer__wrap {
  display: flex;
  flex-direction: column;
}

.footer__btns {
  margin-top: 30px;
  gap: 12px;
}

.footer__contacts {
  margin-bottom: auto;
}

.footer__contacts p {
  margin: 0;
}

.footer__contacts p + p {
  margin-top: 14px;
}

.footer__right {
  width: 305px;
  display: flex;
  flex-direction: column;
}

.footer__right .btn {
  margin-bottom: auto;
  width: 100%;
}

.footer__copyright {
  margin-top: 20px;
}

.footer__copyright li + li {
  margin-top: 8px;
}

@media screen and (min-width: 769px) {
  .features__item:hover .features__overlay {
    opacity: 1;
  }

  .features__item:hover .features__title {
    opacity: 0;
  }
}

@media screen and (max-width: 1010px) {
  .header__btns {
    display: none;
  }

  .header .btn {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .location-suggestions {
    max-height: none;
  }

  /* Fullscreen location popup for mobile */
  .location-popup {
    position: fixed;
    inset: 0;
    z-index: 20000;
    display: flex;
    flex-direction: column;
    background: #fff;
    overflow: hidden;
  }

  .location-popup[hidden] {
    display: none;
  }

  .location-popup__header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 56px;
    flex: 0 0 56px;
    border-bottom: 1px solid rgba(5, 64, 66, 0.08);
  }

  .location-popup__title {
    font-size: 16px;
    font-weight: 600;
    color: #042F31;
  }

  .location-popup__close {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    font-size: 22px;
    line-height: 32px;
    color: #042F31;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .location-popup__search {
    flex: 0 0 auto;
    padding: 16px;
  }

  .location-popup__input-wrap {
    position: relative;
  }

  .location-popup__input-wrap::before {
    content: '';
    position: absolute;
    left: 14px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background: url(../img/location.svg) center / 18px 18px no-repeat;
    opacity: 0.5;
    pointer-events: none;
  }

  .location-popup__input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 14px 40px 14px 44px;
    border: 1px solid rgba(5, 64, 66, 0.1);
    border-radius: 8px;
    background: #f5f5f5;
    font-size: 16px;
    color: #042F31;
    box-sizing: border-box;
    outline: none;
  }

  .location-popup__input:focus {
    border-color: #042627;
    background: #fff;
  }

  .location-popup__clear {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    font-size: 18px;
    color: rgba(24, 24, 24, 0.4);
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
  }

  .location-popup__clear.is-visible {
    display: flex;
  }

  .location-popup__results {
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px 0;
  }

  .location-popup .location-suggestion {
    padding: 12px 16px 12px 54px;
  }

  .location-popup .location-suggestion.location-airport {
    padding-left: 54px;
  }

  .location-popup .location-suggestion__icon {
    left: 16px;
  }

  .location-popup .location-suggestion.location-airport .location-suggestion__icon {
    left: 16px;
  }

  .home section {
    margin: 60px 0;
  }

  .h1 {
    font-size: 26px;
  }

  .h2 {
    font-size: 24px;
  }

  section .h2 {
    margin-bottom: 28px;
  }

  section .h2-box {
    margin-bottom: 28px;
  }

  .btn {
    font-size: 13px;
    padding: 16px 38px;
  }

  .btn-up {
    width: 44px;
    height: 44px;
    padding: 5px;
    bottom: 10px;
    right: 20px;
  }

  .btn-link {
    font-size: 13px;
  }

  .burger {
    display: flex;
  }

  .soc {
    width: 40px;
    height: 40px;
  }

  .form__row {
    flex-wrap: wrap;
    gap: 8px;
  }

  .form__row-1 .form__input {
    padding-left: 38px;
  }

  .form .form__row-last {
    display: block;
  }

  .form__box {
    padding: 16px;
  }

  .form__box .form__row {
    flex-wrap: wrap;
    gap: 8px;
  }

  .form__box .form__item {
    flex-basis: 100px;
  }

  .form__box .form__item-from,
  .form__box .form__item-land {
    flex-basis: 100%;
  }

  .form__box label {
    display: none;
  }

  .form__item-from,
  .form__item-land {
    flex-basis: 100%;
  }

  .form__submit {
    width: 100%;
  }

  .form__input {
    padding: 12px 14px;
    font-size: 13px;
  }

  .form__contacts {
    display: block;
    border-bottom: 1px solid #DCE1DC;
  }

  .form__contact {
    align-items: center;
    flex-direction: row;
  }

  .form__contact {
    padding: 20px 0;
    border-top: 1px solid #DCE1DC;
  }

  .form__contact .btn-link {
    margin-left: auto;
  }

  .form__contact-name {
    font-size: 18px;
  }

  .form__contact-tel {
    font-size: 13px;
  }

  .nice-select {
    font-size: 13px;
  }

  .arrow {
    width: 32px;
    height: 32px;
  }

  .popup {
    padding: 24px 20px;
  }

  .popup__subtitle {
    font-size: 15px;
  }

  .popup .btn {
    margin-top: 24px;
  }

  .popup__form .form__input {
    padding: 16px 10px;
  }

  .popup__form label {
    font-size: 13px;
  }

  .popup#success {
    padding-top: 150px;
  }

  .header {
    padding: 16px 0;
  }

  .header__content {
    padding: 10px;
    border-radius: 4px;
    background: rgba(252, 250, 244, 0.3);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }

  .header .logo img {
    width: 137px;
  }

  .header__menu {
    display: none;
  }

  .hero__content {
    min-height: 50vh;
    height: auto;
    padding-top: 34px;
  }

  .hero__descr {
    font-size: 15px;
  }

  .hero__clouds {
    max-width: unset;
    width: 500px;
    left: 50%;
    margin-left: -250px;
  }

  .hero .form__box {
    margin-top: 50px;
  }

  .about {
    background-position-x: center;
    background-position-y: center;
    background-size: 100% auto;
    padding-bottom: 66px;
  }

  .about__text {
    width: calc(100% - 20px);
  }

  .about__text {
    margin-left: calc(0% + 10px);
  }

  .about .h2 {
    margin-bottom: 12px;
  }

  .about__descr {
    margin-top: 12px;
    font-size: 15px;
  }

  .about__btn {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);
  }

  .about__cards {
    margin-top: 168px;
  }

  .about__card {
    width: calc(50% - 20px);
  }

  .about__card {
    padding: 16px;
    margin-top: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .about__name {
    padding-left: 11px;
    font-size: 13px;
  }

  .about__digit {
    font-size: 24px;
  }

  .features .arrows {
    display: flex;
  }

  .features__box {
    display: block;
  }

  .features__item {
    width: 280px;
    margin-right: 10px;
  }

  .features__title {
    font-size: 18px;
  }

  .team .arrows {
    display: flex;
  }

  .team__box {
    display: block;
  }

  .team__item {
    display: block;
    width: unset;
  }

  .team__pic {
    display: flex;
    align-items: stretch;
    gap: 12px;
    width: 100%;
  }

  .team__pic img {
    width: 120px;
    height: auto;
  }

  .team__info {
    width: 100%;
    padding: 20px;
    position: static;
    color: rgba(24, 24, 24, 0.7);
    border: 1px solid rgba(5, 64, 66, 0.1);
    border-radius: 4px;
    font-size: 13px;
  }

  .team__name {
    font-size: 18px;
    color: #181818;
  }

  .team__name::before {
    background: linear-gradient(223.8deg, #054042 9.93%, #042627 87.61%);
  }

  .team__descr {
    margin-top: 12px;
    padding: 16px;
    font-size: 13px;
  }

  .fleet__pic img {
    height: 300px;
  }

  .fleet__name {
    font-size: 20px;
  }

  .fleet .container {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .fleet__text {
    display: block;
    max-width: 324px;
  }

  .fleet__descr {
    margin-top: 12px;
    font-size: 15px;
  }

  .fleet .arrows {
    top: 450px;
    right: 20px;
  }

  .fleet__btn {
    top: unset;
    bottom: 0;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
  }

  .fleet__table {
    display: block;
    padding: 16px 0;
    font-size: 13px;
  }

  .fleet__cell {
    padding-right: 15px;
    width: 130px;
    margin-right: 5px;
  }

  .guidance {
    font-size: 15px;
  }

  .guidance__content {
    padding-top: 100px;
    padding-bottom: 40px;
    background: #FCFAF4 url(../img/guidance-bg-m.jpg) no-repeat center top / contain;
  }

  .guidance__top {
    margin-bottom: 16px;
  }

  .guidance__bottom {
    margin-top: 16px;
  }

  .guidance__btn {
    margin-top: 28px;
  }

  .dest .slick-list {
    margin-right: -20px;
  }

  .dest__pic {
    max-width: 100%;
    height: 480px;
  }

  .dest__text {
    top: unset;
    bottom: 40px;
  }

  .dest__subtitle {
    margin-bottom: 8px;
    font-size: 15px;
  }

  .dest__title {
    font-size: 24px;
  }

  .dest .arrows {
    left: unset;
    right: 0;
    top: 420px;
  }

  .dest .form__box {
    bottom: 34px;
  }

  .steps .h2 {
    margin-bottom: 30px;
  }

  .steps__list::after {
    display: block;
    top: 10px;
  }

  .steps__list {
    display: block;
  }

  .steps__item {
    padding-top: 55px;
    width: 270px;
    margin-right: 20px;
  }

  .steps__item::before {
    top: 30px;
    font-size: 13px;
  }

  .steps__item::after {
    width: 18px;
    height: 18px;
    border: 6px solid #DCE1DD;
    top: 10px;
    left: 10px;
  }

  .steps__title {
    font-size: 18px;
  }

  .steps__descr {
    font-size: 13px;
  }

  .services {
    margin: 0;
    padding: 40px 0;
    background: #D1C9BC url(../img/services-bg-m.jpg) no-repeat center top / cover;
  }

  .services .h2 {
    margin-bottom: 20px;
  }

  .services__content {
    padding: 0;
    background: transparent;
    min-height: auto;
  }

  .services__item {
    width: calc(100% - 20px);
  }

  .services__item {
    padding: 16px;
    display: flex;
    gap: 22px;
  }

  .services__item + .services__item {
    margin-top: 10px;
  }

  .services__pic {
    margin-bottom: 0;
    width: 24px;
    height: 24px;
  }

  .services__title {
    font-size: 18px;
  }

  .services__descr {
    font-size: 13px;
  }

  .safety .h2 {
    margin-bottom: 28px;
  }

  .safety__box {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "a a" "b c" "d d";
    gap: 12px;
  }

  .safety__item {
    min-height: 150px;
  }

  .safety__item:nth-child(1) {
    min-height: 130px;
  }

  .safety__item:nth-child(2) {
    min-height: 130px;
  }

  .safety__title {
    padding: 16px;
    font-size: 18px;
  }

  .flight__content {
    max-height: 50vh;
    padding: 40px 0;
  }

  .flight .h2 {
    max-width: 100%;
  }

  .contact .form__row {
    flex-wrap: wrap;
  }

  .contact .form__item {
    flex-basis: 140px;
  }

  .contact .form__item-from,
  .contact .form__item-land {
    flex-basis: 100%;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 5px;
  }

  .footer__content {
    display: block;
  }

  .footer__left {
    width: 100%;
  }

  .footer .logo img {
    width: 280px;
  }

  .footer__develop {
    display: none;
  }

  .footer__center {
    margin-top: 32px;
    width: 100%;
    justify-content: flex-start;
    gap: 60px;
  }

  .footer__right {
    margin-top: 32px;
    width: 100%;
    display: block;
  }

  .footer__right .btn {
    width: calc(100% - 60px);
  }

  .footer__copyright {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .dest__content {
    height: 680px;
  }

  .dest__pic {
    height: 400px;
  }

  .dest .arrows {
    top: 320px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
