@charset "UTF-8";
:root {
  --font-family: "proxima-nova", sans-serif; }
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0; }

*, *:before, *:after {
  box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

nav, footer, header, aside {
  display: block; }

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input, button, textarea {
  font-family: inherit; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

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

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400; }
/*--------------------*/
html {
  scroll-behavior: smooth; }

body {
  background-color: #fff;
  color: #151515;
  height: 100%;
  font-size: 16px; }
  body.hidden {
    overflow: hidden; }

.wrapper {
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column; }

.page {
  flex: 1 0 auto;
  margin-top: 93px; }
  @media (max-width: 480px) {
  .page {
    margin-top: 70px; } }

._container {
  max-width: 1246px;
  padding: 0 15px;
  margin: 0 auto; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 98;
  padding: 15px 0;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12); }
  @media (max-width: 1200px) {
  .header {
    padding: 15px 0; } }
  @media (max-width: 480px) {
  .header {
    padding: 10px 0; } }
  .header__body {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  @media (max-width: 480px) {
      .header__logo img {
        height: 50px; } }
  .header__content {
    display: flex;
    align-items: center;
    column-gap: 40px; }
    @media (max-width: 1200px) {
  .header__content {
    display: none; } }
  .header__items {
    display: flex;
    align-items: center;
    column-gap: 24px; }
  .header__item {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #151515;
    position: relative; }
    .header__item::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: -3px;
      width: 0;
      height: 2px;
      background-color: #28347e;
      transition: width 0.5s ease-in-out; }
    .header__item:hover::after {
      width: 100%; }
  .header__phones {
    display: flex;
    flex-direction: column;
    row-gap: 5px; }
  .header__phone {
    display: flex;
    align-items: center;
    column-gap: 10px; }
    .header__phone:hover span {
      color: #28347e;
      text-decoration: underline; }
    .header__phone span {
      font-family: var(--font-family);
      font-weight: 600;
      font-size: 17px;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: #151515;
      transition: 0.4s; }
  .header .burger {
    display: none; }
    @media (max-width: 1200px) {
  .header .burger {
    display: block; } }

.menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  background-color: #fff;
  z-index: 99;
  transition: 0.8s;
  transform: translateX(-100%); }
  .menu.active {
    transform: translateX(0); }
  .menu__close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 40px;
    color: #bbb;
    cursor: pointer; }
  .menu__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px; }

.white-button {
  padding: 17px 34px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #28347e;
  border-radius: 60px;
  background: #fff;
  transition: 0.5s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .white-button:hover {
    box-shadow: 0 0 20px #fff; }
  @media (max-width: 480px) {
  .white-button {
    font-size: 16px;
    padding: 15px 30px; } }

section {
  margin-top: 90px; }
  @media (max-width: 480px) {
  section {
    margin-top: 60px; } }

.main {
  margin-top: 0;
  height: calc(100vh - 93px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  @media (max-width: 480px) {
  .main {
    height: calc(100vh - 70px); } }
  .main__video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media (max-width: 480px) {
  .main__video {
    height: 70%; } }
  .main__pagination {
    position: absolute;
    left: 50% !important;
    bottom: 45px !important;
    z-index: 2 !important;
    transform: translateX(-50%) !important;
    display: inline-flex !important;
    align-items: center;
    column-gap: 12px;
    width: auto !important;
    padding: 11px 70px;
    border: 1px solid #696969;
    border-radius: 60px; }
    @media (max-width: 480px) {
  .main__pagination {
    border-radius: 40px !important;
    padding: 9px 50px !important;
    bottom: 20px !important; } }
    .main__pagination .swiper-pagination-bullet {
      opacity: 1 !important;
      margin: 0 !important;
      border-radius: 50% !important;
      background-color: rgba(255, 255, 255, 0.3);
      width: 7px !important;
      height: 7px !important; }
      .main__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #fff; }
  .main::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 16, 16, 0.6); }
    @media (max-width: 480px) {
  .main::after {
    background: linear-gradient(180deg, rgba(16, 16, 16, 0) 26.36%, #000 69.05%); } }
  .main__container {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 480px) {
  .main__container {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 70px; } }
  .main__more {
    position: absolute;
    right: 15px;
    bottom: 0;
    z-index: 1; }
    @media (max-width: 1200px) {
  .main__more {
    display: none; } }
  @media (max-width: 767px) {
    .main__body {
      display: flex;
      flex-direction: column;
      align-items: center; } }
  .main__title {
    max-width: 600px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 54px;
    line-height: 111%;
    color: #fff;
    margin-bottom: 25px; }
    @media (max-width: 480px) {
  .main__title {
    font-size: 30px;
    margin-bottom: 15px;
    text-align: center; } }
  .main__text {
    max-width: 604px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 135%;
    color: #dadada;
    margin-bottom: 32px; }
    @media (max-width: 480px) {
  .main__text {
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center; } }
    .main__text span img {
      height: 18px;
      margin-top: 8px; }
  @media (max-width: 480px) {
    .main__button {
      align-self: center; } }

.fixed-items {
  position: fixed;
  right: 13px;
  bottom: 23px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  z-index: 99; }

.title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 40px;
  line-height: 125%;
  color: #151515;
  margin-bottom: 32px; }
  @media (max-width: 480px) {
  .title {
    font-size: 30px;
    margin-bottom: 25px; } }
  .title::after {
    content: "";
    display: block;
    margin-top: 15px;
    height: 4px;
    width: 40px;
    background-color: #28347e; }

.why__body {
  display: flex;
  align-items: start;
  margin: 0 -35px; }
  @media (max-width: 992px) {
    .why__body {
      flex-direction: column;
      row-gap: 30px; } }
  .why__image {
    padding: 0 35px;
    flex: 0 0 50%; }
  .why__image img {
    width: 100%; }
  .why__content {
    padding: 40px 35px 0;
    flex: 1 0 50%; }
  @media (max-width: 992px) {
    .why__content {
      padding-top: 0; } }
  .why__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 19px;
    line-height: 147%;
    color: #555;
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
  @media (max-width: 767px) {
    .why__text {
      font-size: 16px; } }

.blue-button {
  padding: 17px 34px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border-radius: 60px;
  background: #28347e;
  transition: 0.5s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .blue-button:hover {
    box-shadow: 0 0 20px #28347e; }
  @media (max-width: 480px) {
  .blue-button {
    font-size: 16px;
    padding: 15px 30px; } }

.what__body {
  padding: 94px 72px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 992px) {
    .what__body {
      padding: 60px 40px; } }
  @media (max-width: 480px) {
    .what__body {
      padding: 60px 20px; } }
  .what__body::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(308deg, rgba(232, 232, 232, 0.6) 0%, rgba(232, 232, 232, 0.6) 50%);
    transform: rotate(-180deg); }
  .what__title {
    position: relative;
    z-index: 1;
    max-width: 510px; }
  .what__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 19px;
    line-height: 147%;
    color: #555;
    margin-bottom: 32px;
    max-width: 551px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    position: relative;
    z-index: 1; }
  @media (max-width: 767px) {
    .what__text {
      font-size: 16px; } }
  .what__buttom {
    position: relative;
    z-index: 1; }

.countries__items-wrapper {
  position: relative; }
  .countries__item img {
    width: 100%; }
  @media (max-width: 480px) {
    .countries__arrows {
      display: flex;
      align-items: center;
      column-gap: 10px;
      margin-top: 20px; } }
  .countries__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    cursor: pointer; }
  @media (max-width: 480px) {
    .countries__arrow {
      transform: translateY(0);
      position: initial; } }
  .countries__arrow.swiper-button-disabled {
    opacity: 0.5; }
  .countries__prev {
    left: -55px; }
  .countries__next {
    right: -55px; }

.form-wrapper__container {
  display: grid;
  grid-template-columns: 555px 1fr;
  gap: 15px; }
  @media (max-width: 1150px) {
    .form-wrapper__container {
      grid-template-columns: 1fr; } }

.form {
  padding: 43px 66px;
  background-color: #28347e; }
  @media (max-width: 767px) {
  .form {
    padding: 40px 20px; } }
  .form__title {
    color: #fff; }
  .form__title::after {
    background-color: #fff; }
  .form__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 19px;
    line-height: 147%;
    color: #fff;
    margin-bottom: 25px; }
  .form__inputs {
    display: flex;
    column-gap: 10px;
    margin-bottom: 20px; }
  @media (max-width: 550px) {
    .form__inputs {
      display: grid;
      grid-template-columns: 1fr;
      row-gap: 10px; } }
  .form__input:first-child {
    width: 153px; }
  .form__input:nth-child(2) {
    width: 168px; }
  @media (max-width: 550px) {
    .form__input {
      width: 100% !important; } }
  .form__input input {
    padding: 10px 19px;
    height: 100%;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: #fff;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    width: 100%; }
    .form__input input::placeholder {
      color: #fff; }
  .form__button {
    width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 10px;
    background-color: #fff;
    transition: 0.5s;
    cursor: pointer; }
  .form__button:hover {
    box-shadow: 0 0 20px #fff; }
  .form__bottom {
    display: flex;
    align-items: center;
    column-gap: 15px; }
  @media (max-width: 480px) {
    .form__bottom {
      flex-direction: column;
      align-items: start;
      row-gap: 20px; } }
  .form__socials {
    display: flex;
    align-items: center;
    column-gap: 7px; }
  .form__info {
    display: flex;
    align-items: center;
    column-gap: 40px; }
  .form__info-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    text-transform: lowercase;
    color: rgba(255, 255, 255, 0.4);
    max-width: 55px; }
  .form__info-right {
    position: relative;
    display: flex;
    flex-direction: column; }
  .form__info-right::before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.15); }
  .form__info-call {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    text-transform: lowercase;
    color: rgba(255, 255, 255, 0.4); }
  .form__info-phone {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 118%;
    color: #fff; }

.advantages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px; }
  @media (max-width: 767px) {
  .advantages {
    grid-template-columns: 1fr; } }
  .advantages__item {
    padding: 63px 27px;
    border: 1px solid #ebebeb; }
  @media (max-width: 767px) {
    .advantages__item {
      padding: 30px 20px; } }
  .advantages__image {
    margin-bottom: 15px; }
  .advantages__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    color: #151515;
    margin-bottom: 7px; }
  .advantages__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 131%;
    color: #777; }

.how__body {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 120px;
  align-items: center; }
  @media (max-width: 1020px) {
    .how__body {
      grid-template-columns: 1fr;
      row-gap: 30px; } }
  .how__items {
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
  .how__item {
    padding: 30px 40px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 131%;
    color: #151515;
    border: 1px solid #e2e2e2;
    transition: 0.4s;
    cursor: pointer; }
  @media (max-width: 480px) {
    .how__item {
      padding: 20px 15px;
      font-size: 18px; } }
  .how__item.active {
    color: #28347e;
    border: 1px solid #28347e; }
  .how__content {
    display: none; }
  .how__content.active {
    display: block; }
  .how__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 19px;
    line-height: 147%;
    color: #555;
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
  @media (max-width: 767px) {
    .how__text {
      font-size: 16px; } }

.useful__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; }
  @media (max-width: 992px) {
    .useful__items {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 600px) {
    .useful__items {
      grid-template-columns: 1fr; } }
  .useful__item {
    position: relative;
    display: block; }
  .useful__item:hover .useful__name {
    text-shadow: 0 0 10px #fff; }
    .useful__item:hover .useful__name::after {
      width: 55px; }
  .useful__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .useful__name {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 22px;
    line-height: 118%;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px 30px;
    transition: 0.4s; }
  @media (max-width: 480px) {
    .useful__name {
      font-size: 19px;
      padding: 25px 20px; } }
  .useful__name::after {
    content: "";
    width: 19px;
    height: 4px;
    background-color: #fff;
    display: block;
    margin-top: 15px;
    transition: 0.4s; }

.reviews__items-wrapper {
  position: relative; }
  .reviews .swiper-slide {
    height: auto;
    position: relative;
    height: 500px; }
  @media (max-width: 480px) {
    .reviews .swiper-slide {
      height: 400px; } }
  .reviews .swiper-slide:hover .review {
    opacity: 1;
    cursor: pointer; }
  .reviews__item {
    height: 100%; }
  .reviews .review-sl {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
  .reviews .review-sl::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.48%, #000 100%); }
  .reviews .review-sl__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top; }
  .reviews .review-sl__content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding: 30px; }
    @media (max-width: 480px) {
    .reviews .review-sl__content {
      padding: 25px 15px; } }
  .reviews .review-sl__button {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px; }
  .reviews .review-sl__title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 28px;
    line-height: 114%;
    color: #fff;
    margin-bottom: 5px; }
  .reviews .review-sl__text {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    color: #bebebe; }
  @media (max-width: 480px) {
    .reviews__arrows {
      display: flex;
      align-items: center;
      column-gap: 10px;
      margin-top: 20px; } }
  .reviews__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    cursor: pointer; }
  @media (max-width: 480px) {
    .reviews__arrow {
      transform: translateY(0);
      position: initial; } }
  .reviews__arrow.swiper-button-disabled {
    opacity: 0.5; }
  .reviews__prev {
    left: -55px; }
  .reviews__next {
    right: -55px; }

.review {
  display: flex;
  align-items: start;
  column-gap: 22px;
  padding: 40px 30px;
  background-color: #f4f4f4;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transition: 0.5s; }
  .review__image {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%; }
  .review__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top; }
  .review__name {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 28px;
    line-height: 114%;
    color: #151515;
    margin-bottom: 10px; }
  .review__tarif {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    color: #777;
    margin-bottom: 14px; }
  .review__excerpt {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #777; }
  @media (max-width: 480px) {
    .review__excerpt {
      font-size: 14px; } }
  .review__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #777;
    display: block; }
  @media (max-width: 480px) {
    .review__text {
      font-size: 14px; } }
  .review__button {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #000058;
    margin-top: 20px;
    cursor: pointer; }

.partners__items-wrapper {
  position: relative; }
  .partners__item {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9e9e9;
    padding: 10px; }
  .partners__item img {
    max-width: 100%;
    max-height: 100%; }
  @media (max-width: 480px) {
    .partners__arrows {
      display: flex;
      align-items: center;
      column-gap: 10px;
      margin-top: 20px; } }
  .partners__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    cursor: pointer; }
  @media (max-width: 480px) {
    .partners__arrow {
      transform: translateY(0);
      position: initial; } }
  .partners__arrow.swiper-button-disabled {
    opacity: 0.5; }
  .partners__prev {
    left: -55px; }
  .partners__next {
    right: -55px; }

.footer {
  background: #0b1448;
  padding: 40px 0 37px; }
  @media (max-width: 767px) {
  .footer {
    padding: 30px 0 15px; } }
  .footer__body {
    display: flex;
    align-items: start;
    justify-content: space-between; }
  @media (max-width: 767px) {
    .footer__body {
      flex-direction: column;
      row-gap: 30px; } }
  .footer__content {
    display: flex;
    align-items: start;
    column-gap: 90px; }
  @media (max-width: 767px) {
    .footer__content {
      flex-direction: column;
      row-gap: 30px; } }
  .footer__nav {
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 22px;
    column-gap: 40px; }
  @media (max-width: 1200px) {
    .footer__nav {
      display: none; } }
  .footer__nav a {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: #fff; }
  .footer__contacts {
    display: flex;
    flex-direction: column; }
  .footer__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px; }
  .footer__address {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 8px;
    max-width: 210px; }
  .footer__phone {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 17px;
    line-height: 224%;
    color: #fff; }
  .footer__email {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    color: rgba(255, 255, 255, 0.7); }
  .footer__socials {
    display: flex;
    column-gap: 15px; }
  .footer__foot {
    display: flex;
    align-items: center;
    gap: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
    margin-top: 40px; }
  @media (max-width: 767px) {
    .footer__foot {
      padding-top: 15px;
      margin-top: 25px; } }
  .footer__foot a {
    display: flex;
    align-items: center;
    justify-content: center; }
  .footer__foot span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    color: #fff; }

.block__body {
  display: flex;
  align-items: center;
  margin: 0 -50px; }
  @media (max-width: 992px) {
    .block__body {
      flex-direction: column;
      row-gap: 30px;
      align-items: start; } }
  .block__image {
    flex: 0 0 52%;
    padding: 0 50px; }
  .block__image img, .block__image iframe {
    width: 100%; }
  .block__content {
    flex: 1 0 48%;
    padding: 0 50px; }
  .block__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 19px;
    line-height: 147%;
    color: #555;
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
  @media (max-width: 767px) {
    .block__text {
      font-size: 16px; } }
  .block__button {
    margin-top: 32px; }
  @media (max-width: 480px) {
    .block__button {
      margin-top: 20px; } }

.block-reverse .block__body {
  flex-direction: row-reverse; }
  @media (max-width: 992px) {
    .block-reverse .block__body {
      flex-direction: column;
      align-items: start;
      row-gap: 30px; } }
  .block-reverse .block__image {
    flex: 1 0 48%; }
  .block-reverse .block__content {
    flex: 0 0 52%; }

.charters__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; }
  @media (max-width: 480px) {
    .charters__items {
      gap: 10px; } }
  .charters__image {
    padding-bottom: 140%;
    position: relative;
    overflow: hidden;
    border: 5px solid #000;
    display: block; }
  .charters__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.prices__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px; }
  @media (max-width: 1100px) {
    .prices__items {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767px) {
    .prices__items {
      grid-template-columns: 1fr; } }
  .prices__item {
    display: flex;
    flex-direction: column;
    border: 1px solid #e2e2e2; }
  .prices__name {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 131%;
    color: #151515;
    padding: 20px 40px;
    border-bottom: 1px solid #e2e2e2; }
  @media (max-width: 480px) {
    .prices__name {
      padding: 20px;
      font-size: 21px; } }
  .prices__item:nth-child(2) .prices__name {
    background: #25456d !important;
    color: #fff !important; }
  .prices__item:nth-child(2) .prices__content {
    background: #25456d !important;
    color: #fff !important; }
  .prices__item:nth-child(2) .prices__image_image {
    background: #25456d !important;
    color: #fff !important; }
  .prices__item:nth-child(2) .prices__price {
    color: white !important;
    color: #fff !important; }
  .prices__content {
    padding: 25px 40px;
    flex-grow: 1;
    display: flex;
    flex-direction: column; }
  @media (max-width: 480px) {
    .prices__content {
      padding: 20px; } }
  .prices__price {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 30px;
    line-height: 163%;
    text-transform: uppercase;
    color: #151515;
    margin-bottom: 20px; }
  @media (max-width: 480px) {
    .prices__price {
      font-size: 25px; } }
  .prices__include {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    margin-bottom: 16px; }
  .prices__include-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 5px;
    position: relative; }
  .prices__include-item svg {
    flex-shrink: 0; }
  .prices__include-item::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 1px;
    width: 100%;
    background-color: #e2e2e2; }
  .prices__include-item span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 121%;
    color: #777; }
    @media (max-width: 480px) {
    .prices__include-item span {
      font-size: 15px; } }
  .prices__error {
    flex-grow: 1;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    row-gap: 16px; }
  .prices__error-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 5px;
    position: relative; }
  .prices__error-item svg {
    flex-shrink: 0; }
  .prices__error-item:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 1px;
    width: 100%;
    background-color: #e2e2e2; }
  .prices__error-item span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 121%;
    color: #c7c7c7; }
    @media (max-width: 480px) {
    .prices__error-item span {
      font-size: 15px; } }
  .prices__button {
    width: 100%; }

.country__body {
  display: grid;
  grid-template-columns: 227px 1fr;
  gap: 84px;
  align-items: start; }
  @media (max-width: 1050px) {
    .country__body {
      grid-template-columns: 200px 1fr;
      gap: 40px; } }
  @media (max-width: 767px) {
    .country__body {
      grid-template-columns: 1fr;
      gap: 30px; } }
  .country__items {
    display: flex;
    flex-direction: column;
    border: 1px solid #e5e5e5; }
  .country__items-title {
    padding: 24px 19px;
    display: flex;
    align-items: center;
    column-gap: 15px; }
  .country__items-title span {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #151515; }
  .country__items-list a {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #151515;
    padding: 12px 19px;
    display: block;
    border-top: 1px solid #e5e5e5; }
    @media (max-width: 480px) {
    .country__items-list a {
      font-size: 15px; } }
    .country__items-list a.active {
      font-weight: 800;
      color: #28347e; }
  .country__content {
    display: flex;
    flex-direction: column; }
  .country__block:not(:first-child) {
    margin-top: 60px; }
    @media (max-width: 480px) {
    .country__block:not(:first-child) {
      margin-top: 40px; } }
  .country__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #777;
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
  .country__text strong {
    color: #151515; }
  @media (max-width: 992px) {
    .country__text {
      font-size: 18px; } }
  @media (max-width: 480px) {
    .country__text {
      font-size: 16px; } }
  .country__text ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding-left: 40px; }
    @media (max-width: 480px;) {
    .country__text ul {
      padding-left: 25px; } }
  .country__text li {
    font-size: 18px;
    list-style-type: disc; }
    @media (max-width: 480px;) {
    .country__text li {
      font-size: 16px; } }
  .country__images {
    margin-top: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px; }
  @media (max-width: 992px) {
    .country__images {
      gap: 15px; } }
  .country__image {
    position: relative;
    padding-bottom: 70%;
    overflow: hidden;
    display: block; }
  .country__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
    height: 100%; }
  .country__list {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    margin-top: 40px; }
  .country__list-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    padding-bottom: 12px; }
  @media (max-width: 480px) {
    .country__list-title {
      padding-bottom: 5px; } }
  .country__list-title p {
    display: inline; }
  .country__list-title span:first-child {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #151515; }
    @media (max-width: 480px) {
      .country__list-title span:first-child {
        font-size: 18px;
        line-height: 140%; } }
    .country__list-title span.country__list-plus {
      font-family: var(--font-family);
      font-weight: 600;
      font-size: 30px;
      line-height: 1;
      color: #151515; }
    @media (max-width: 480px) {
      .country__list-title span.country__list-plus {
        font-size: 26px; } }
  .country__list-hidden {
    display: none; }
  .country__list-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
    line-height: 140%;
    color: #777;
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
  @media (max-width: 992px) {
    .country__list-text {
      font-size: 16px; } }
  @media (max-width: 480px) {
    .country__list-text {
      font-size: 15px;
      margin-top: 10px; } }

.useful-page__body {
  display: grid;
  grid-template-columns: 227px 1fr;
  gap: 20px;
  align-items: start; }
  @media (max-width: 767px) {
    .useful-page__body {
      grid-template-columns: 1fr;
      row-gap: 40px; } }
  .useful-page__items {
    display: flex;
    flex-direction: column;
    border: 1px solid #e5e5e5;
    padding: 10px 0; }
  @media (max-width: 480px) {
    .useful-page__items {
      padding: 0; } }
  .useful-page__item {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #151515;
    padding: 14px 19px;
    position: relative; }
  @media (max-width: 480px) {
    .useful-page__item {
      padding: 14px 15px; } }
  .useful-page__item:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #e5e5e5; }
  .useful-page__item.active {
    font-weight: 800;
    color: #28347e; }
  .useful-page__list {
    display: flex;
    flex-direction: column;
    row-gap: 90px; }
  .useful-page__name, .useful-page .country__list {
    padding-left: 70px; }
  @media (max-width: 992px) {
    .useful-page__name, .useful-page .country__list {
      padding-left: 0; } }
  .useful-page__text {
    padding-left: 70px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #777;
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
  .useful-page__text strong {
    color: #151515; }
  @media (max-width: 767px) {
    .useful-page__text {
      font-size: 16px; } }
  @media (max-width: 992px) {
    .useful-page__text {
      padding-left: 0; } }
  .useful-page__text ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
  .useful-page__text li {
    padding-left: 27px;
    position: relative; }
    .useful-page__text li::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 8px;
      width: 15px;
      height: 12px;
      background: url("../themes/demo/assets/images/check.svg") center / contain no-repeat; }

.item-page-useful {
  display: flex;
  align-items: start;
  margin: 0 -20px;
  position: relative; }
  @media (max-width: 1150px) {
  .item-page-useful {
    flex-direction: column;
    align-items: start;
    row-gap: 30px; } }
  .item-page-useful:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -45px;
    width: 100%;
    height: 1px;
    background-color: #e8e8e8; }
  .item-page-useful__image {
    flex: 0 0 30%;
    padding: 0 20px; }
  .item-page-useful__image img {
    width: 100%; }
  .item-page-useful__content {
    flex: 0 0 70%;
    padding: 0 20px; }
  .item-page-useful__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #777;
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
  @media (max-width: 480px) {
    .item-page-useful__text {
      font-size: 16px; } }
  .item-page-useful__text .red-big {
    color: red;
    font-size: 22px; }
    @media (max-width: 480px;) {
    .item-page-useful__text .red-big {
      font-size: 18px; } }
  .item-page-useful ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
  .item-page-useful li {
    padding-left: 27px;
    position: relative; }
  .item-page-useful li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 15px;
    height: 12px;
    background: url("../themes/demo/assets/images/check.svg") center / contain no-repeat; }

.contacts__body {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 77px; }
  @media (max-width: 1200px) {
    .contacts__body {
      grid-template-columns: 1fr;
      gap: 0; } }
  .contacts__title {
    padding-top: 65px; }
  @media (max-width: 1200px) {
    .contacts__title {
      padding-top: 0; } }
  .contacts__content {
    display: grid;
    grid-template-columns: 6fr 4fr;
    gap: 20px;
    align-items: start; }
  @media (max-width: 992px) {
    .contacts__content {
      grid-template-columns: auto; } }
  .contacts__items {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    padding: 35px 50px;
    border: 1px solid #c0c0c0; }
  @media (max-width: 992px) {
    .contacts__items {
      padding: 30px 20px; } }
  .contacts__socials {
    padding: 35px 50px 145px;
    border: 1px solid #c0c0c0; }
  @media (max-width: 992px) {
    .contacts__socials {
      padding: 30px 20px; } }
  .contacts__socials-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: #444;
    margin-bottom: 30px; }
  @media (max-width: 480px) {
    .contacts__socials-title {
      margin-bottom: 15px; } }
  .contacts__socials-items {
    display: flex;
    align-items: center;
    column-gap: 22px; }
  @media (max-width: 480px) {
    .contacts__socials-items {
      column-gap: 12px; } }
  .contacts__socials-item {
    display: block; }

.contact__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #444;
  margin-bottom: 4px; }
  .contact__text {
    display: flex;
    align-items: center;
    column-gap: 50px; }
  @media (max-width: 480px) {
    .contact__text {
      column-gap: 30px; } }
  .contact__text svg {
    flex-shrink: 0; }
  .contact__text span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 28px;
    line-height: 150%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #444; }
    @media (max-width: 480px) {
    .contact__text span {
      font-size: 20px; } }

#contactForm_forms_flash .close, #modalForm_forms_flash .close {
  display: none; }
  #contactForm_forms_flash p, #modalForm_forms_flash p {
    color: lightgreen;
    font-size: 18px;
    font-family: var(--font-family);
    line-height: 133%;
    margin-bottom: 15px; }
  @media (max-width: 480px) {
    #contactForm_forms_flash p, #modalForm_forms_flash p {
      font-size: 16px;
      margin-bottom: 10px; } }

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 21, 21, 0.314);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  padding: 10px;
  display: none; }
  .modal.active {
    display: flex; }
  .modal__body {
    padding: 70px 50px;
    background-color: #fff;
    border-radius: 20px;
    position: relative; }
  @media (max-width: 767px) {
    .modal__body {
      padding: 30px 15px; } }
  .modal__close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 40px;
    color: #bbb;
    background-color: transparent;
    cursor: pointer; }
  @media (max-width: 480px) {
    .modal__close {
      font-size: 30px;
      top: 10px;
      right: 15px; } }
  .modal__title {
    margin-bottom: 20px;
    font-size: 35px; }
  @media (max-width: 480px) {
    .modal__title {
      font-size: 25px; } }
  .modal__text {
    max-width: 500px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;
    color: #444;
    margin-bottom: 20px; }
  @media (max-width: 480px) {
    .modal__text {
      font-size: 14px; } }
  .modal__inputs {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "a b" "c c"; }
  .modal__input:first-child {
    grid-area: a; }
  .modal__input:nth-child(2) {
    grid-area: b; }
  .modal__input:nth-child(3) {
    grid-area: c; }
  .modal__input input {
    width: 100%;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    color: #151515;
    padding: 18px 13px 16px;
    border-radius: 10px;
    background: #e8ecf2; }
    .modal__input input::placeholder {
      color: #828282; }
  .modal__button {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 40px 13px;
    margin-top: 25px;
    border-radius: 10px;
    transition: 0.5s;
    background: #0b1448; }
  .modal__button:hover {
    box-shadow: 0 0 20px #0b1448; }

#modalForm_forms_flash p {
  color: green; }

#more {
  border-top: 80px solid transparent;
  margin-top: -80px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.block__image--iframe {
  position: relative;
  padding-bottom: 35%; }
  @media (max-width: 992px) {
  .block__image--iframe {
    position: initial;
    padding-bottom: 0; } }
  @media (max-width: 992px) {
  .block__image--iframe {
    width: 100%;
    height: 500px;
    flex: 1 0 auto !important; } }
    @media (max-width: 992px) and (max-width: 480px) {
    .block__image--iframe {
      height: 350px; } }
  .block__image--iframe iframe {
    position: absolute;
    left: 50px;
    top: 0;
    width: calc(100% - 100px);
    height: 100%;
    object-fit: cover; }
  @media (max-width: 992px) {
    .block__image--iframe iframe {
      height: 100%;
      position: initial;
      width: 100%;
      max-width: 500px; } }

.menu__phones {
  display: flex;
  flex-direction: column;
  row-gap: 10px; }

.contact__text-phones {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: start; }

.contact__text-flex {
  display: flex;
  align-items: center;
  column-gap: 50px; }
  @media (max-width: 480px) {
  .contact__text-flex {
    column-gap: 30px; } }

.video-reviews__items-wrapper {
  position: relative; }
  .video-reviews__item {
    padding-bottom: 130%;
    position: relative; }
  .video-reviews__item .video-js, .video-reviews__item video {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; }
  @media (max-width: 480px) {
    .video-reviews__arrows {
      display: flex;
      align-items: center;
      column-gap: 10px;
      margin-top: 20px; } }
  .video-reviews__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    cursor: pointer; }
  @media (max-width: 480px) {
    .video-reviews__arrow {
      transform: translateY(0);
      position: initial; } }
  .video-reviews__arrow.swiper-button-disabled {
    opacity: 0.5; }
  .video-reviews__prev {
    left: -55px; }
  .video-reviews__next {
    right: -55px; }

.why--main .why__image {
  flex: 0 0 40%; }
  .why--main .why__body {
    flex: 0 0 60%; }

.chart-slider__items-wrapper {
  position: relative; }
  .chart-slider__item {
    padding-bottom: 140%;
    position: relative;
    overflow: hidden;
    border: 5px solid #000;
    display: block; }
  .chart-slider__item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media (max-width: 480px) {
    .chart-slider__arrows {
      display: flex;
      align-items: center;
      column-gap: 10px;
      margin-top: 20px; } }
  .chart-slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    cursor: pointer; }
  @media (max-width: 480px) {
    .chart-slider__arrow {
      transform: translateY(0);
      position: initial; } }
  .chart-slider__arrow.swiper-button-disabled {
    opacity: 0.5; }
  .chart-slider__prev {
    left: -55px; }
  .chart-slider__next {
    right: -55px; }

.main__more {
  transition: 0.3s; }
  .main__more::after {
    content: "";
    position: absolute;
    display: block;
    top: 15px;
    left: 1px;
    height: 46px;
    width: 1px;
    background: #fff;
    z-index: 1;
    animation: from-to-anim 2s infinite linear; }
  .main__more:hover {
    opacity: 0.5 !important; }

@keyframes from-to-anim {
  from {
    top: 15px; }

  to {
    top: 100%; } }

.price-bank img {
  max-width: 100%; }

.price-banks {
  margin-bottom: 30px;
  width: 100%; }
