@charset "UTF-8";
.section-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #ff8d30; }
  @media (min-width: 768px) {
    .section-title {
      font-size: 45px; } }

.section-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px; }
  .section-text--bold {
    font-weight: 700; }
  @media (min-width: 768px) {
    .section-text {
      font-size: 28px;
      line-height: 33px; }
      .section-text--bold {
        font-size: 21px;
        line-height: 25px; } }
  @media (min-width: 1440px) {
    .section-text {
      line-height: 33px; }
      .section-text--bold {
        line-height: 24px; } }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

.page {
  box-sizing: border-box; }

.page__body {
  font-family: "BloggerSans", "Arial", sans-serif;
  background-color: #edeff6; }

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 25px; }
  @media (min-width: 768px) {
    .container {
      padding: 0 40px; } }

ul {
  list-style: none; }

a {
  text-decoration: none; }

img,
svg {
  width: 100%;
  height: 100%; }

.visually-hidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

[tooltip] {
  position: relative; }
  [tooltip]:hover::before, [tooltip]:hover::after {
    opacity: 1; }
  [tooltip]::before, [tooltip]::after {
    transition: opacity 0.3s ease; }
  [tooltip]::before {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    z-index: 2;
    border-width: 0 8px 10px 8px;
    border-style: solid;
    border-color: transparent transparent #101d41 transparent;
    opacity: 0;
    transform: translateX(-50%); }
  [tooltip]::after {
    content: attr(tooltip);
    position: absolute;
    left: 50%;
    bottom: -10px;
    z-index: 2;
    min-width: 80px;
    padding: 15px 25px 15px 25px;
    background: #101d41;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    white-space: nowrap;
    border-radius: 5px;
    pointer-events: none;
    opacity: 0;
    transform: translateX(-50%) translateY(100%); }

@font-face {
  font-family: "BloggerSans";
  src: local("BloggerSans-Light"), url("../fonts/BloggerSans-Light.woff2") format("woff2"), url("../fonts/BloggerSans-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300; }

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

@font-face {
  font-family: "BloggerSans";
  src: local("BloggerSans-Medium"), url("../fonts/BloggerSans-Medium.woff2") format("woff2"), url("../fonts/BloggerSans-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: "BloggerSans";
  src: local("BloggerSans-Bold"), url("../fonts/BloggerSans-Bold.woff2") format("woff2"), url("../fonts/BloggerSans-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700; }

.header {
  height: 55px;
  padding: 20px 25px;
  background-color: #161c35; }
  @media (min-width: 768px) {
    .header {
      height: 130px;
      padding: 20px 40px;
      background-color: #182044; } }
  @media (min-width: 1440px) {
    .header {
      padding: 46px 60px 15px 60px;
      background-color: #161c35; } }
  .header--catalog, .header--form {
    background-color: #182044; }
  .header--fix {
    position: fixed;
    top: 0;
    z-index: 20000;
    width: 100%;
    height: 55px;
    background-color: #ffffff; }
    @media (min-width: 768px) {
      .header--fix {
        height: 90px; } }
    @media (min-width: 1440px) {
      .header--fix {
        padding-top: 15px; } }
    .header--fix .page-nav__link {
      color: #161c35; }
    .header--fix .page-nav__wrapper::before {
      background-color: #161c35; }
    .header--fix .toggle__line::before,
    .header--fix .toggle__line::after {
      background-color: #cccccc; }
    .header--fix .page-logo {
      background-image: url("../img/page-logo-mobile-dark.png");
      background-repeat: no-repeat;
      background-size: 100%; }
      @media (min-width: 768px) {
        .header--fix .page-logo {
          width: 166px;
          background-image: url("../img/page-logo-tablet-dark.png"); } }
      @media (min-width: 1440px) {
        .header--fix .page-logo {
          width: 198px;
          background-image: url("../img/page-logo-desktop-dark.png"); } }
    .header--fix .page-logo__img {
      display: none; }
    .header--fix + .page__main {
      padding-top: 55px; }
      @media (min-width: 768px) {
        .header--fix + .page__main {
          padding-top: 132px; } }
  .header--open {
    height: auto;
    background-color: #ffffff; }
    .header--open .page-nav__wrapper {
      height: 480px; }
      @media (min-width: 768px) {
        .header--open .page-nav__wrapper {
          height: 746px; } }
    .header--open .page-logo {
      background-image: url("../img/page-logo-mobile-dark.png");
      background-repeat: no-repeat; }
      @media (min-width: 768px) {
        .header--open .page-logo {
          width: 166px;
          background-image: url("../img/page-logo-tablet-dark.png"); } }
    .header--open picture {
      opacity: 0;
      pointer-events: none; }
      @media (min-width: 1440px) {
        .header--open picture {
          display: block; } }

.page-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .page-nav {
      margin: 0 auto; } }

.page-nav__wrapper {
  position: relative;
  z-index: 22;
  width: calc(100% + 50px);
  height: 0;
  margin: 20px -25px 0 -25px;
  padding: 0 25px;
  overflow: hidden;
  will-change: height;
  background-color: #ffffff; }
  @media (min-width: 768px) {
    .page-nav__wrapper {
      width: calc(100% + 80px);
      margin: 20px -40px 0 -40px;
      padding: 0 40px 0 96px; } }
  @media (min-width: 1440px) {
    .page-nav__wrapper {
      top: 2px;
      display: flex;
      align-items: center;
      flex-grow: 1;
      width: auto;
      height: auto;
      margin: 0 0 0 40px;
      padding: 0 0 0 105px;
      transform: none;
      background-color: transparent; }
      .page-nav__wrapper::before {
        position: absolute;
        content: "";
        left: 0;
        top: 10px;
        width: 60px;
        height: 2px;
        background-color: #ffffff; } }

.page-nav__menu {
  display: none; }
  .page-nav__menu .menu__button--single {
    width: 188px;
    margin-right: 4px;
    font-size: 20px; }
    @media (min-width: 768px) {
      .page-nav__menu .menu__button--single {
        margin: 0; } }
  .page-nav__menu .menu__button--call,
  .page-nav__menu .menu__button--mail {
    display: none; }
    @media (min-width: 1440px) {
      .page-nav__menu .menu__button--call,
      .page-nav__menu .menu__button--mail {
        display: flex; } }
  @media (min-width: 768px) {
    .page-nav__menu {
      display: flex; } }
  @media (min-width: 1440px) {
    .page-nav__menu {
      margin: 3px 0 0 auto;
      order: 3; } }

.page-nav__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-top: 54px;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  color: #161c35;
  text-transform: uppercase;
  text-align: center;
  background-color: #ffd74b;
  border-radius: 25px;
  transition: all 0.3s ease; }
  @media (min-width: 768px) {
    .page-nav__button {
      display: none; } }

.page-nav__list {
  margin-top: 60px;
  list-style: none;
  text-align: center; }
  @media (min-width: 768px) {
    .page-nav__list {
      margin-top: 68px;
      text-align: left; } }
  @media (min-width: 1440px) {
    .page-nav__list {
      display: flex;
      margin: 0;
      transform: none; } }

.page-nav__contacts {
  margin-top: 50px; }
  .page-nav__contacts .contacts__span {
    color: #192144; }
  @media (min-width: 768px) {
    .page-nav__contacts {
      margin-top: 136px; } }
  @media (min-width: 1440px) {
    .page-nav__contacts {
      display: none; } }

@media (min-width: 1440px) {
  .page-nav__item:not(:last-child) {
    margin-right: 34px; } }

.page-nav__link {
  position: relative;
  display: block;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  color: #192144;
  text-transform: uppercase;
  transition: all 0.3s ease; }
  .page-nav__link:hover {
    color: #ffd74b; }
  .page-nav__link:active {
    opacity: 0.3; }
  @media (min-width: 768px) {
    .page-nav__link {
      font-size: 60px;
      line-height: 71px; } }
  @media (min-width: 1440px) {
    .page-nav__link {
      overflow: hidden;
      font-size: 20px;
      line-height: 20px;
      color: #ffffff; }
      .page-nav__link:hover span {
        transform: translateY(-100%);
        will-change: transform; }
      .page-nav__link span {
        position: relative;
        display: inline-block;
        vertical-align: top;
        transition: transform 0.3s; }
        .page-nav__link span::before {
          position: absolute;
          top: 100%;
          content: attr(data-hover);
          transform: translate3d(0, 0, 0); } }

.page-nav__socials {
  display: flex;
  margin-top: 30px; }
  .page-nav__socials .page-nav__item:not(:last-child) {
    margin-right: 27px; }
    @media (min-width: 768px) {
      .page-nav__socials .page-nav__item:not(:last-child) {
        margin-right: 35px; } }
  .page-nav__socials .socials__social {
    background-color: transparent; }
    .page-nav__socials .socials__social--vk svg {
      width: 31px;
      height: 16px; }
    .page-nav__socials .socials__social--fb svg {
      width: 14px;
      height: 28px; }
    .page-nav__socials .socials__social--insta svg {
      width: 24px;
      height: 24px; }
  @media (min-width: 768px) {
    .page-nav__socials {
      margin: 112px 0 0 0px;
      justify-content: flex-start; } }
  @media (min-width: 1440px) {
    .page-nav__socials {
      display: none; } }

.page-logo {
  display: block;
  width: 100px;
  height: 15px; }
  @media (min-width: 768px) {
    .page-logo {
      width: 166px;
      height: 42px; } }
  @media (min-width: 1440px) {
    .page-logo {
      width: 200px;
      height: 52px; } }

.toggle {
  position: relative;
  display: block;
  width: 25px;
  height: 11px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media (min-width: 768px) {
    .toggle {
      top: 2px;
      left: 12px; } }
  @media (min-width: 1440px) {
    .toggle {
      display: none; } }
  .toggle:focus, .toggle:active {
    outline: none; }
  .toggle__line {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    background-color: transparent; }
    .toggle__line::before, .toggle__line::after {
      position: absolute;
      content: "";
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #ffffff;
      border-radius: 1.5px;
      transition: transform 0.3s ease-out; }
    .toggle__line::before {
      top: -5px; }
    .toggle__line::after {
      bottom: -5px; }

.toggle--active .toggle__line {
  background-color: transparent; }

.toggle--active .toggle__line::before {
  top: 0;
  background-color: #cccccc;
  transform: rotate(-135deg); }

.toggle--active .toggle__line::after {
  top: 0;
  background-color: #cccccc;
  transform: rotate(135deg); }

.menu {
  position: relative;
  justify-content: center; }

.menu__button {
  display: flex;
  width: 190px;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  color: #161c35;
  text-transform: uppercase;
  text-align: center;
  background-color: #ffd74b;
  border-radius: 25px;
  transition: all 0.3s ease; }
  .menu__button:hover {
    background-color: #ffbd30; }
  .menu__button:active {
    background-color: #ffbd30;
    color: rgba(22, 28, 53, 0.3); }
  @media (min-width: 1440px) {
    .menu__button {
      display: block;
      width: 188px;
      margin: 0;
      order: 1;
      font-size: 20px;
      transform: none; } }
  .menu__button--single {
    padding: 10px 0; }
  .menu__button--call, .menu__button--mail {
    width: 40px;
    height: 40px;
    border-radius: 50px; }
    .menu__button--call:hover, .menu__button--mail:hover {
      background-color: #f26926; }
    @media (min-width: 1440px) {
      .menu__button--call, .menu__button--mail {
        width: 50px;
        height: 50px; } }
    @media (min-width: 1440px) {
      .menu__button--call, .menu__button--mail {
        display: flex; } }
  .menu__button--call {
    background-color: #ff8d30; }
    .menu__button--call:active svg {
      opacity: 0.3; }
    .menu__button--call svg {
      width: 18px;
      height: 18px;
      transition: opacity 0.3s ease; }
  .menu__button--mail {
    background-color: #ffbd30; }
    .menu__button--mail:active {
      background-color: #ff8d30; }
      .menu__button--mail:active svg {
        opacity: 0.3; }
    .menu__button--mail svg {
      width: 16px;
      height: 14px; }

.base-input {
  padding: 20px 30px 24px 25px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #444444;
  border-radius: 10px;
  border: 4px solid #ffffff;
  transition: all 0.3s ease; }
  .base-input:hover {
    background-color: #edeff6; }
  .base-input:focus {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff; }
    .base-input:focus::-moz-placeholder {
      color: #ffffff; }
    .base-input:focus:-ms-input-placeholder {
      color: #ffffff; }
    .base-input:focus::placeholder {
      color: #ffffff; }
  @media (min-width: 768px) {
    .base-input {
      padding: 17px 50px 24px 36px;
      font-size: 24px;
      line-height: 24px;
      border-radius: 20px; } }
  .base-input:focus {
    outline: none; }
  .base-input::-moz-placeholder {
    opacity: 0.3; }
  .base-input:-ms-input-placeholder {
    opacity: 0.3; }
  .base-input::placeholder {
    opacity: 0.3; }

input::-webkit-textfield-decoration-container,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input::-webkit-outer-spin-button {
  -webkit-appearance: none; }

.form {
  position: relative;
  margin-top: -30px;
  padding: 30px 0 43px 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #d4d9eb; }
  @media (min-width: 768px) {
    .form {
      padding: 48px 0 100px 0; } }
  @media (min-width: 1440px) {
    .form {
      padding: 51px 0 130px 0;
      border-top-left-radius: 60px;
      border-top-right-radius: 60px; } }

.form__container {
  position: relative; }
  @media (min-width: 768px) {
    .form__container {
      padding: 0 75px; } }
  @media (min-width: 1440px) {
    .form__container {
      padding: 0 60px; } }

.form__form {
  margin-top: 32px; }
  @media (min-width: 768px) {
    .form__form {
      margin-top: 60px; } }

.form__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #1d2e5b; }
  @media (min-width: 768px) {
    .form__title {
      font-size: 36px;
      line-height: 36px; } }

.form__indicators {
  position: absolute;
  right: 20px;
  top: 3px;
  display: flex; }
  @media (min-width: 768px) {
    .form__indicators {
      right: 55px; } }
  @media (min-width: 1440px) {
    .form__indicators {
      top: 195px;
      right: 220px;
      flex-direction: column; } }

.form__item {
  position: relative;
  display: flex;
  padding-left: 20px;
  font-size: 0;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase; }
  .form__item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    transform: translateY(-50%);
    background-color: rgba(29, 46, 91, 0.6);
    border-radius: 50%; }
    @media (min-width: 768px) {
      .form__item::before {
        width: 6px;
        height: 6px; } }
  @media (min-width: 768px) {
    .form__item {
      padding-left: 30px; } }
  @media (min-width: 1440px) {
    .form__item {
      margin-bottom: 15px;
      font-size: 20px; } }
  .form__item--active {
    color: #000000; }
    .form__item--active::before {
      background-color: #1d2e5b; }

.modal {
  position: absolute;
  z-index: 22;
  padding: 25px;
  overflow: hidden;
  text-align: center;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px 0 rgba(29, 46, 91, 0.14);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease; }
  .modal-opened {
    opacity: 1;
    pointer-events: all; }
  @media (min-width: 768px) {
    .modal {
      padding: 50px 90px 90px 90px; } }
  @media (min-width: 1140px) {
    .modal {
      padding: 50px; } }

.modal__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 59px;
  margin: auto -25px -25px -25px;
  background-color: #f3f4f8; }
  @media (min-width: 768px) {
    .modal__footer {
      min-height: 108px;
      margin: auto -90px -90px -90px; } }
  @media (min-width: 1140px) {
    .modal__footer {
      margin: auto -50px -50px -50px; } }

.modal__close {
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  color: #1d2e5b;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease; }
  .modal__close:active {
    opacity: 0.3; }
  @media (min-width: 768px) {
    .modal__close {
      font-size: 24px;
      text-transform: none; } }

.button {
  position: relative;
  padding: 21px 23px 23px 23px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #1d2e5b;
  background-color: #ffd74b;
  border-radius: 10px;
  border: none;
  transition: all 0.3s ease;
  cursor: pointer; }
  @media (min-width: 768px) {
    .button {
      padding: 26px 25px 30px 32px;
      font-size: 24px;
      line-height: 24px;
      border-radius: 20px; } }
  .button:hover {
    background-color: #ffbd30; }
  .button:active {
    color: rgba(29, 46, 91, 0.3);
    background-color: #ffbd30; }
    .button:active::after {
      opacity: 0.3; }
  .button::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 19px;
    width: 14px;
    height: 14px;
    background-image: url("../img/icons/icon-triangle.svg");
    background-repeat: no-repeat;
    transform: translateY(-50%);
    transition: all 0.3s ease; }
    @media (min-width: 768px) {
      .button::after {
        right: 32px; } }

.socials {
  justify-content: center;
  align-items: center; }
  .socials .page-nav__item:not(:last-child) {
    margin-right: 27px; }
    @media (min-width: 768px) {
      .socials .page-nav__item:not(:last-child) {
        margin-right: 35px; } }
  @media (min-width: 768px) {
    .socials {
      justify-content: flex-start; } }

.socials__social {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background-color: #ffd74b;
  border-radius: 50%;
  transition: all 0.3s ease; }
  .socials__social:hover {
    background-color: #ffbd30; }
  .socials__social:active svg {
    opacity: 0.3; }
  .socials__social svg {
    transition: all 0.3s ease; }
  @media (min-width: 768px) {
    .socials__social {
      width: 62px;
      height: 62px; } }
  .socials__social--fb svg {
    width: 11px;
    height: 21px; }
    @media (min-width: 768px) {
      .socials__social--fb svg {
        width: 14px;
        height: 26px; } }
  .socials__social--vk svg {
    width: 23px;
    height: 12px; }
    @media (min-width: 768px) {
      .socials__social--vk svg {
        width: 28px;
        height: 18px; } }
  .socials__social--insta svg {
    width: 18px;
    height: 18px; }
    @media (min-width: 768px) {
      .socials__social--insta svg {
        width: 22px;
        height: 22px; } }

.contacts__item {
  width: 270px; }
  @media (min-width: 768px) {
    .contacts__item {
      width: 100%; } }
  @media (min-width: 1440px) {
    .contacts__item {
      width: auto; } }

.contacts__icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background-color: #121936;
  border-radius: 50%;
  transition: all 0.3s ease; }
  @media (min-width: 768px) {
    .contacts__icon {
      width: 68px;
      height: 68px; } }
  @media (min-width: 1440px) {
    .contacts__icon {
      width: 90px;
      height: 90px; } }
  .contacts__icon--call svg {
    width: 16px;
    height: 15px; }
    @media (min-width: 768px) {
      .contacts__icon--call svg {
        width: 27px;
        height: 26px; } }
    @media (min-width: 1440px) {
      .contacts__icon--call svg {
        width: 31px;
        height: 30px; } }
  .contacts__icon--mail svg {
    width: 18px;
    height: 12px; }
    @media (min-width: 768px) {
      .contacts__icon--mail svg {
        width: 28px;
        height: 19px; } }
    @media (min-width: 1440px) {
      .contacts__icon--mail svg {
        width: 37px;
        height: 25px; } }
  .contacts__icon svg {
    transition: fill 0.3s ease; }

.contacts__link {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #ffd74b;
  text-transform: uppercase; }
  .contacts__link:hover .contacts__span {
    color: #ff8d30; }
  .contacts__link:hover svg {
    fill: #ff8d30; }
  .contacts__link:active .contacts__span {
    color: rgba(255, 141, 48, 0.3); }
  .contacts__link:active svg {
    fill: rgba(255, 141, 48, 0.3); }
  @media (min-width: 768px) {
    .contacts__link {
      font-size: 28px;
      line-height: 28px; } }

.contacts__span {
  margin-left: 15px;
  transition: color 0.3s ease; }
  @media (min-width: 768px) {
    .contacts__span {
      margin-left: 22px; } }
  @media (min-width: 1440px) {
    .contacts__span {
      margin-left: 31px; } }

.intro {
  padding-bottom: 39px;
  background-color: #161c35;
  background-image: url("../img/globe-back-mobile.jpg");
  background-repeat: no-repeat;
  background-position: 0 -54px;
  background-size: 100% 474px;
  border-top: 1px solid transparent; }
  @media (min-width: 768px) {
    .intro {
      background-color: #182044;
      background-image: url("../img/globe-back-tablet@1x.jpg");
      background-position: center 252px;
      background-size: inherit; } }
  @media (min-width: 1440px) {
    .intro {
      background-color: #161c35;
      background-image: url("../img/globe-back-desktop@1x.jpg");
      background-position: center -132px; } }

@media (min-width: 768px) {
  .intro__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-template-areas: "slogan slogan" "quote illustration" "steps steps"; } }

@media (min-width: 1440px) {
  .intro__container {
    grid-template-columns: 1.5fr 1fr 1fr;
    grid-template-rows: repeat(2, 282px);
    grid-template-areas: "slogan illustration quote" "steps steps steps"; } }

.intro__slogan {
  display: block;
  max-width: 238px;
  margin: 33px auto 0 auto;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #ffffff;
  text-align: center; }
  @media (min-width: 768px) {
    .intro__slogan {
      grid-area: slogan;
      max-width: 400px;
      font-size: 60px;
      line-height: 70px; } }
  @media (min-width: 1440px) {
    .intro__slogan {
      max-width: 497px;
      padding: 40px 0 0 58px;
      text-align: left; } }

.intro__illustration {
  position: relative;
  left: 55px;
  top: 12px;
  width: 192px;
  height: 255px; }
  @media (min-width: 768px) {
    .intro__illustration {
      top: 38px;
      left: -71px;
      grid-area: illustration;
      width: 372px;
      height: 451px; } }
  @media (min-width: 1440px) {
    .intro__illustration {
      top: -21px;
      left: 7px;
      width: 431px;
      height: 640px; } }

.intro__controls {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: -8px; }
  @media (min-width: 768px) {
    .intro__controls {
      display: none; } }

.intro__link {
  width: 100%;
  max-width: 190px;
  padding: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #161c35;
  background-color: #ffd74b;
  border-radius: 25px; }

.intro__menu {
  display: flex;
  margin-top: -8px; }
  @media (min-width: 768px) {
    .intro__menu {
      display: none; } }

.intro__wrapper {
  position: relative;
  z-index: 2;
  max-width: 170px;
  margin: 26px 0 0 25px;
  color: #ffffff; }
  @media (min-width: 768px) {
    .intro__wrapper {
      grid-area: quote;
      max-width: 300px;
      margin: 0;
      padding: 89px 0 0 33px; } }
  @media (min-width: 1440px) {
    .intro__wrapper {
      padding: 85px 0 0 66px;
      max-width: 330px; } }

.intro__quote {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: #ffffff; }
  @media (min-width: 768px) {
    .intro__quote {
      font-size: 28px;
      line-height: 33px; } }

.intro__quote-author {
  display: block;
  margin-top: 18px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  color: #ffffff; }
  .intro__quote-author br {
    display: none; }
  @media (min-width: 768px) {
    .intro__quote-author {
      margin-top: 46px;
      font-size: 21px;
      line-height: 25px; }
      .intro__quote-author br {
        display: block; } }

.intro__steps {
  position: relative;
  z-index: 1;
  margin-top: 31px;
  overflow: hidden;
  border-radius: 10px; }
  @media (min-width: 768px) {
    .intro__steps {
      grid-area: steps;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 140px 140px;
      margin-top: 38px;
      border-radius: 20px; } }
  @media (min-width: 1440px) {
    .intro__steps {
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: auto;
      margin-top: 107px;
      padding: 0 20px; } }

.intro__step {
  position: relative;
  display: block;
  height: 160px;
  padding: 22px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #161c35;
  border-radius: 10px; }
  .intro__step:not(:first-child) {
    margin-top: -80px; }
  @media (min-width: 768px) {
    .intro__step {
      height: 140px;
      padding: 28px 33px;
      font-size: 24px;
      line-height: 24px;
      border-radius: 0; }
      .intro__step:not(:first-child) {
        margin-top: 0; } }
  @media (min-width: 1440px) {
    .intro__step {
      height: 107px;
      border-radius: 20px; } }
  .intro__step::before {
    position: absolute;
    right: 22px;
    top: 21px;
    color: #ffffff; }
    @media (min-width: 768px) {
      .intro__step::before {
        font-size: 30px;
        line-height: 30px;
        left: 34px;
        top: inherit;
        bottom: 24px; } }
    @media (min-width: 1440px) {
      .intro__step::before {
        left: 269px;
        bottom: 57px;
        font-size: 24px;
        line-height: 24px; } }
  .intro__step--1 {
    background-color: #ff8d30; }
    .intro__step--1::before {
      content: "1"; }
    @media (min-width: 768px) {
      .intro__step--1 {
        margin-right: -16px; } }
  .intro__step--2 {
    background-color: #ffa530; }
    .intro__step--2::before {
      content: "2"; }
      @media (min-width: 1440px) {
        .intro__step--2::before {
          left: 300px; } }
    @media (min-width: 768px) {
      .intro__step--2 {
        border-top-left-radius: 20px; } }
    @media (min-width: 1440px) {
      .intro__step--2 {
        margin: 0 -30px 0 -15px; } }
  .intro__step--3 {
    background-color: #ffbd30; }
    .intro__step--3::before {
      content: "3"; }
      @media (min-width: 1440px) {
        .intro__step--3::before {
          left: 300px; } }
    @media (min-width: 768px) {
      .intro__step--3 {
        margin-right: -16px; } }
    @media (min-width: 1440px) {
      .intro__step--3 {
        margin-right: -60px; } }
  .intro__step--4 {
    height: 80px;
    background-color: #ffd74b; }
    .intro__step--4::before {
      content: "4"; }
    @media (min-width: 768px) {
      .intro__step--4 {
        height: 140px;
        border-bottom-left-radius: 20px; } }
    @media (min-width: 1440px) {
      .intro__step--4 {
        height: 107px;
        margin-left: 15px; } }

.about-us {
  min-height: 353px;
  padding: 30px 24px;
  background-color: #192144;
  background-image: url("../img/about-us-mobile@1x.png");
  background-repeat: no-repeat;
  background-position: center 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px; }
  @media (min-width: 768px) {
    .about-us {
      min-height: 741px;
      padding: 103px 34px 20px 34px;
      background-image: url("../img/about-us-tablet@1x.png");
      background-position: 83% 56px;
      border-bottom-left-radius: 60px;
      border-bottom-right-radius: 60px; } }
  @media (min-width: 1440px) {
    .about-us {
      min-height: 764px;
      padding: 150px 34px 20px 89px;
      background-image: url("../img/about-us-desktop@1x.png");
      background-position: 93% 99px; } }

.about-us__container {
  position: relative; }
  .about-us__container::before {
    position: absolute;
    content: "";
    top: -67px;
    left: -29px;
    z-index: 0;
    display: none;
    width: 212px;
    height: 212px;
    background-color: #141b3b;
    border-radius: 20px; }
    @media (min-width: 1440px) {
      .about-us__container::before {
        display: block; } }

.about-us__title {
  position: relative;
  z-index: 1; }

.about-us__text {
  position: relative;
  z-index: 1;
  max-width: 400px;
  margin-top: 20px;
  color: #ffffff; }
  @media (min-width: 768px) {
    .about-us__text {
      max-width: 300px;
      margin-top: 53px; }
      .about-us__text--bold {
        margin-top: 31px; } }
  @media (min-width: 1440px) {
    .about-us__text {
      max-width: 640px;
      margin-top: 70px; }
      .about-us__text--bold {
        max-width: 470px;
        margin-top: 38px; } }

.about-us__button {
  display: none; }
  @media (min-width: 768px) {
    .about-us__button {
      display: inline-block;
      margin-top: 55px;
      min-width: 276px; } }
  @media (min-width: 1440px) {
    .about-us__button {
      margin-top: 92px; } }

.destinations {
  position: relative;
  z-index: 6;
  padding: 68px 0 34px 0;
  background-color: #edeff6;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px; }
  @media (min-width: 768px) {
    .destinations {
      padding: 78px 0 80px 0;
      background-image: url("../img/destinations-background-tablet@1x.png");
      background-repeat: no-repeat;
      background-position: 92% 80px;
      border-bottom-left-radius: 60px;
      border-bottom-right-radius: 60px; } }
  @media (min-width: 1440px) {
    .destinations {
      padding-bottom: 138px;
      background-position: 95% 90px; } }

@media (min-width: 1440px) {
  .destinations__container {
    display: grid;
    grid-template-columns: 1fr 1fr; } }

.destinations__inner {
  order: 1; }
  @media (min-width: 1440px) {
    .destinations__inner {
      padding: 92px 0 0 142px; } }

.destinations__title {
  margin-left: 25px; }
  @media (min-width: 768px) {
    .destinations__title {
      margin-left: 33px; } }
  @media (min-width: 1440px) {
    .destinations__title {
      margin: 0; } }

.destinations__text {
  max-width: 195px;
  margin: 21px 0 0 25px; }
  @media (min-width: 321px) {
    .destinations__text {
      max-width: 100%; } }
  @media (min-width: 768px) {
    .destinations__text {
      max-width: 350px;
      margin: 70px 0 0 35px; } }
  @media (min-width: 769px) {
    .destinations__text {
      max-width: 100%;
      margin: 70px 0 0 35px; } }
  @media (min-width: 1440px) {
    .destinations__text {
      max-width: 350px;
      margin: 70px 0 0 0; } }

.destinations__list {
  display: grid;
  grid-gap: 10px;
  justify-items: center;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  margin-top: 61px; }
  @media (min-width: 768px) {
    .destinations__list {
      position: relative;
      grid-template-columns: repeat(auto-fill, minmax(616px, 1fr));
      margin-top: 107px; }
      .destinations__list::before {
        position: absolute;
        content: "";
        left: 0;
        top: -38px;
        width: 141px;
        height: 141px;
        background-color: #e2e5f1;
        border-radius: 20px; } }
    @media (min-width: 768px) and (min-width: 1440px) {
      .destinations__list::before {
        left: -73px;
        top: -71px; } }
  @media (min-width: 1440px) {
    .destinations__list {
      display: block;
      margin: 82px 0 0 91px;
      order: -1; }
      .destinations__list::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 100%;
        height: 81px;
        background-image: url("../img/fade-desktop.png");
        background-repeat: no-repeat; } }

.destination__item {
  justify-self: normal;
  align-self: flex-end; }

.destinations__card {
  position: relative;
  width: 270px;
  height: 190px;
  overflow: hidden;
  border-radius: 10px; }
  @media (min-width: 768px) {
    .destinations__card {
      display: flex;
      flex-direction: row-reverse;
      width: 616px;
      height: 140px;
      border-radius: 20px; } }
  @media (min-width: 1440px) {
    .destinations__card {
      width: 560px;
      margin-bottom: 10px; } }
  .destinations__card::before {
    position: absolute;
    content: "";
    top: 86px;
    left: 25px;
    z-index: 1;
    width: 35px;
    height: 24px;
    background-size: 100%;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .destinations__card::before {
        left: inherit;
        right: 150px;
        top: 17px;
        width: 70px;
        height: 47px;
        border-radius: 7px; } }
    @media (min-width: 1440px) {
      .destinations__card::before {
        right: 152px;
        top: 23px; } }
  .destinations__card--thailand::before {
    background-image: url("../img/flags/flag-thailand.png"); }
  .destinations__card--france::before {
    background-image: url("../img/flags/flag-france.png"); }
  .destinations__card--czech::before {
    background-image: url("../img/flags/flag-czech.png"); }

.destinations__image {
  margin-top: -1px; }

.destinations__details {
  position: relative;
  display: flex;
  height: 89px;
  align-items: baseline;
  margin-top: -15px;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 10px; }
  @media (min-width: 768px) {
    .destinations__details {
      height: 100%;
      flex-direction: column;
      flex-grow: 1;
      margin: 0;
      padding: 27px 29px;
      border-radius: 0; } }
  @media (min-width: 1440px) {
    .destinations__details {
      padding: 20px 30px; } }

.destinations__wrapper {
  width: 162px; }
  @media (min-width: 768px) {
    .destinations__wrapper {
      width: 100%; } }

.destinations__caption {
  font-size: 21px;
  font-weight: 700;
  line-height: 21px;
  color: #000000; }
  @media (min-width: 768px) {
    .destinations__caption {
      font-size: 24px;
      line-height: 24px; } }

.destinations__quote {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: rgba(68, 68, 68, 0.3); }
  @media (min-width: 768px) {
    .destinations__quote {
      margin-top: 6px;
      font-size: 20px;
      line-height: 20px; } }

.destinations__views {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(22, 28, 53, 0.3); }
  @media (min-width: 768px) {
    .destinations__views {
      margin-top: 20px;
      padding-left: 29px;
      font-size: 20px;
      line-height: 20px; } }
  @media (min-width: 1440px) {
    .destinations__views {
      margin-top: 26px;
      padding-left: 32px; } }
  .destinations__views::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 14px;
    height: 14px;
    background-image: url("../img/icons/icon-user.svg");
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%); }
    @media (min-width: 768px) {
      .destinations__views::before {
        width: 18px;
        height: 20px; } }

.destinations__button {
  display: block;
  max-width: 400px;
  margin-top: 13px; }
  .destinations__button--desktop {
    display: none; }
    @media (min-width: 1440px) {
      .destinations__button--desktop {
        display: block;
        width: 276px;
        margin-top: 102px; } }
  @media (min-width: 768px) {
    .destinations__button {
      max-width: 619px;
      margin: 37px 0 0 34px;
      padding: 28px 25px 30px 33px; } }
  @media (min-width: 769px) {
    .destinations__button {
      margin: 28px auto 0 auto; } }
  @media (min-width: 1440px) {
    .destinations__button {
      display: none; } }

.companions {
  position: relative;
  z-index: 5;
  margin-top: -30px;
  padding: 30px 0;
  background-color: #192144;
  background-image: url("../img/companions-back-1-mobile.png"), url("../img/companions-back-2-mobile.png");
  background-repeat: no-repeat;
  background-position: 0 27.3%, 86% 64px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px; }
  @media (min-width: 768px) {
    .companions {
      margin-top: -60px;
      padding: 60px 0 87px 0;
      background-image: url("../img/companions-back-1-tablet.png"), url("../img/companions-back-2-tablet.png");
      background-position: 84% 141px, 41px 41.4%;
      border-bottom-left-radius: 60px;
      border-bottom-right-radius: 60px; } }
  @media (min-width: 1440px) {
    .companions {
      padding-bottom: 133px;
      background-position: 16.4% 85%, 42% 29.4%; } }

@media (min-width: 1440px) {
  .companions__container {
    display: grid;
    grid-template-columns: 1fr 1fr; } }

.companions__inner {
  padding: 64px 0 0 23px; }
  @media (min-width: 768px) {
    .companions__inner {
      padding: 146px 0 0 33px; } }
  @media (min-width: 1440px) {
    .companions__inner {
      max-width: 540px;
      padding: 135px 0 0 88px; } }

.companions__text {
  margin-top: 21px;
  max-width: 220px;
  color: #ffffff; }
  @media (min-width: 321px) {
    .companions__text {
      max-width: 100%; } }
  @media (min-width: 768px) {
    .companions__text {
      max-width: 475px;
      margin: 68px 0 0 2px;
      line-height: 34px; } }
  @media (min-width: 769px) {
    .companions__text {
      max-width: 100%; } }
  @media (min-width: 768px) {
    .companions__text--bold {
      margin-top: 39px;
      max-width: 265px;
      line-height: 24px; } }
  @media (min-width: 769px) {
    .companions__text--bold {
      max-width: 100%; } }

.companions__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  grid-gap: 10px;
  justify-items: center;
  margin-top: 56px; }
  @media (min-width: 768px) {
    .companions__list {
      padding: 5px 13px 0 13px; } }
  @media (min-width: 1440px) {
    .companions__list {
      padding: 76px 0px 0 9px;
      grid-gap: 20px; } }

.companions__button {
  display: block;
  width: 100%;
  max-width: 616px;
  margin-top: 19px; }
  @media (min-width: 768px) {
    .companions__button {
      margin: 81px 0 0 34px; } }
  @media (min-width: 1440px) {
    .companions__button {
      display: none; } }
  .companions__button--desktop {
    display: none; }
    @media (min-width: 1440px) {
      .companions__button--desktop {
        display: block;
        max-width: 280px;
        margin: 88px 0 0 4px; } }

.user-card {
  position: relative;
  width: 270px;
  height: 428px;
  border-radius: 10px;
  transition: all 0.3s ease; }
  @media (min-width: 768px) {
    .user-card {
      width: 285px;
      height: 483px;
      border-radius: 20px; } }
  @media (min-width: 1440px) {
    .user-card:hover {
      box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.16); }
      .user-card:hover .user-card__image img {
        transform: scale(1.1); } }

.user-card__level {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url("../img/icons/icon-ellipse.svg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%; }
  .user-card__level span {
    position: relative;
    top: 2px;
    left: -1px;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff; }
    .user-card__level span::before {
      position: absolute;
      content: "";
      top: -2px;
      left: -2px;
      width: 30px;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.3); }
  @media (min-width: 768px) {
    .user-card__level {
      top: 20px;
      left: 22px; } }

.user-card__label {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff; }

.user-card__image {
  width: 270px;
  height: 270px;
  overflow: hidden; }
  .user-card__image img {
    transition: transform 1s ease; }
  @media (min-width: 768px) {
    .user-card__image {
      width: 285px;
      height: 286px;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px; } }

.user-card__details {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 158px;
  padding: 17px;
  background: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }
  @media (min-width: 768px) {
    .user-card__details {
      height: 198px;
      padding-bottom: 25px;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px; } }

.user-card__list {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .user-card__list--flags {
    margin-top: -26px; }
    @media (min-width: 768px) {
      .user-card__list--flags {
        margin-top: -30px; } }
  .user-card__list--tags {
    margin-top: 13px; }
    @media (min-width: 768px) {
      .user-card__list--tags {
        margin-top: 20px; } }
  .user-card__list--type {
    flex-grow: 1;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 14px; }
    @media (min-width: 768px) {
      .user-card__list--type {
        margin-top: 24px; } }

.user-card__flag {
  width: 35px;
  height: 24px; }
  .user-card__flag:not(:last-child) {
    margin-right: 20px; }

.user-card__name {
  position: relative;
  margin-top: 7px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #1d2e5b;
  transition: all 0.3s ease;
  cursor: pointer; }
  .user-card__name:hover {
    opacity: 0.7; }
  .user-card__name:active {
    opacity: 0.3; }
  @media (min-width: 768px) {
    .user-card__name {
      margin-top: 12px;
      font-size: 24px; } }
  .user-card__name::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -16px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    transform: translateY(-50%); }
    @media (min-width: 768px) {
      .user-card__name::before {
        width: 8px;
        height: 8px; } }
  .user-card__name[data-status="offline"]::before {
    background-color: #f97676; }
  .user-card__name[data-status="online"]::before {
    background-color: #81e31e; }

.user-card__tag {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #444444;
  letter-spacing: -0.6px; }
  .user-card__tag:not(:last-child) {
    margin-right: 5px; }

.user-card__type img {
  opacity: 0.15; }

.user-card__type[data-active] img {
  opacity: 1; }

.user-card__type--plane {
  margin-right: 17px; }

.user-card__type--bus {
  margin-right: 12px; }

.user-card__type--bicycle {
  margin-right: 8px; }

.rates {
  position: relative;
  z-index: 5;
  min-height: 490px;
  margin-top: -40px;
  padding: 90px 0 20px 25px; }
  .rates::before {
    position: absolute;
    content: "";
    right: 25px;
    top: 77px;
    width: 100px;
    height: 100px;
    background-image: url("../img/rates-image-mobile.png");
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .rates::before {
        bottom: 45px;
        right: 85px;
        top: inherit;
        z-index: 2; } }
    @media (min-width: 1440px) {
      .rates::before {
        bottom: 36%;
        right: 132px;
        width: 198px;
        height: 198px;
        background-image: url("../img/rates-image-desktop.png"); } }
  .rates::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 1px;
    background-color: #edeff6;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px; }
    @media (min-width: 768px) {
      .rates::after {
        height: 60px;
        border-bottom-left-radius: 60px;
        border-bottom-right-radius: 60px; } }
  @media (min-width: 768px) {
    .rates {
      min-height: 595px;
      padding: 120px 0 30px 0;
      border-bottom-left-radius: 60px;
      border-bottom-right-radius: 60px; } }
  @media (min-width: 1440px) {
    .rates {
      min-height: 790px;
      padding: 152px 0 30px 0; } }

.rates__title {
  display: flex;
  align-items: center;
  width: 107px;
  height: 72px; }
  @media (min-width: 450px) {
    .rates__title {
      width: auto; } }
  @media (min-width: 768px) {
    .rates__title {
      height: auto;
      justify-content: center; } }

.rates__list {
  position: relative;
  margin-top: 46px; }
  @media (min-width: 768px) {
    .rates__list {
      padding-left: 90px;
      margin-top: 86px; }
      .rates__list::before {
        position: absolute;
        content: "";
        right: 0;
        top: -40px;
        width: 198px;
        height: 285px;
        background-color: rgba(226, 229, 241, 0.9);
        border-radius: 20px; } }
  @media (min-width: 1440px) {
    .rates__list {
      padding-left: 180px;
      margin-top: 149px;
      width: 85%; }
      .rates__list::before {
        top: -48px;
        width: 446px;
        height: 300px; } }
  @media (min-width: 1920px) {
    .rates__list {
      width: 100%; } }
  .rates__list--modal {
    margin-top: 28px;
    text-align: left; }
    .rates__list--modal .rates__item {
      padding-right: 0; }
      .rates__list--modal .rates__item::before {
        display: none; }
    .rates__list--modal::before {
      display: none; }
    @media (min-width: 768px) {
      .rates__list--modal {
        margin-top: 47px;
        padding: 0; } }

.rates__item {
  position: relative;
  width: 82%;
  margin-bottom: 6px;
  padding: 11px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  color: #444444;
  border-top: 1px solid #e1e3e9; }
  @media (min-width: 768px) {
    .rates__item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      height: 66px;
      margin: 0;
      padding: 13px 35px 13px 0;
      font-size: 28px;
      line-height: 28px; } }
  @media (min-width: 1440px) {
    .rates__item {
      padding: 10px 161px 14px 0; } }
  .rates__item:last-child {
    border-bottom: 1px solid #e1e3e9; }
  .rates__item::before {
    position: absolute;
    content: "1";
    right: -43px;
    top: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    color: #ffffff;
    background-color: #ff8d30;
    border-radius: 50%; }
    @media (min-width: 768px) {
      .rates__item::before {
        left: -90px;
        top: 0;
        width: 68px;
        height: 68px; } }
    @media (min-width: 1440px) {
      .rates__item::before {
        top: -2px; } }
  .rates__item--second::before {
    content: "2";
    background-color: #ffbd30; }
  .rates__item--third::before {
    content: "3";
    background-color: #ffd74b; }

.rates__price {
  display: block;
  margin-top: 5px; }
  @media (min-width: 768px) {
    .rates__price {
      display: inline-block;
      margin-top: 0; } }

.rates__link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: 27px;
  font-size: 16px;
  font-family: inherit;
  font-weight: 700;
  line-height: 16px;
  color: #132576;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease; }
  .rates__link:hover {
    color: rgba(19, 37, 118, 0.7); }
    .rates__link:hover::before {
      opacity: 0.7; }
  .rates__link:active, .rates__link:focus {
    color: rgba(19, 37, 118, 0.3);
    outline: none; }
    .rates__link:active::before, .rates__link:focus::before {
      opacity: 0.3; }
  @media (min-width: 768px) {
    .rates__link {
      margin-top: 60px;
      padding-left: 90px;
      font-size: 20px;
      line-height: 20px; }
      .rates__link::before {
        position: absolute;
        content: "";
        left: 21px;
        top: -3px;
        z-index: 1;
        width: 26px;
        height: 26px;
        background-image: url("../img/icons/icon-businessman.svg");
        background-repeat: no-repeat;
        transition: all 0.3s ease; }
      .rates__link::after {
        position: absolute;
        content: "";
        left: 0;
        top: -25px;
        width: 68px;
        height: 68px;
        background-color: #e2e5f1;
        border-radius: 50%; } }
  @media (min-width: 1440px) {
    .rates__link {
      margin: 58px 0 0 90px; } }

.rates__modal {
  bottom: 18px;
  left: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  min-height: 443px; }
  @media (min-width: 768px) {
    .rates__modal {
      bottom: 29px;
      left: 40px;
      right: 40px;
      min-height: 526px; } }
  @media (min-width: 1440px) {
    .rates__modal {
      bottom: 125px;
      left: 50%;
      max-width: 750px;
      transform: translateX(-50%); } }

.cta {
  position: relative;
  z-index: 3;
  min-height: 533px;
  margin-top: -30px;
  padding: 99px 0 10px 0;
  background-color: #192144;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px; }
  @media (min-width: 768px) {
    .cta {
      min-height: 775px;
      margin-top: -60px;
      padding: 141px 0 30px 0;
      border-bottom-left-radius: 60px;
      border-bottom-right-radius: 60px; } }
  @media (min-width: 1440px) {
    .cta {
      min-height: 810px;
      padding: 174px 0 30px 0; } }

.cta__title {
  text-align: center; }

.cta__text {
  margin-top: 20px;
  padding: 0 40px;
  color: #ffffff;
  text-align: center; }
  @media (min-width: 768px) {
    .cta__text {
      margin-top: 70px; }
      .cta__text br {
        display: none; } }
  @media (min-width: 768px) {
    .cta__text {
      max-width: 655px;
      margin: 69px auto 0 auto; } }
  .cta__text--bottom {
    margin-top: 28px;
    padding: 0; }
    @media (min-width: 768px) {
      .cta__text--bottom {
        margin-top: 55px; } }
    @media (min-width: 1440px) {
      .cta__text--bottom {
        margin-top: 66px; } }

.cta__link {
  color: #ffd74b;
  border-bottom: 1px solid;
  transition: all 0.3s ease; }
  .cta__link:hover {
    color: #ff8d30; }
  .cta__link:active {
    color: rgba(255, 141, 48, 0.3); }

.cta__form {
  display: flex;
  height: 62px;
  margin-top: 30px; }
  @media (min-width: 768px) {
    .cta__form {
      height: 80px;
      margin-top: 68px;
      padding: 0 36px; } }
  @media (min-width: 1440px) {
    .cta__form {
      margin-top: 60px;
      padding: 0 93px; } }

.cta__input {
  flex-grow: 1; }

.cta__button {
  width: 60px;
  margin-left: -25px;
  flex-shrink: 0; }
  @media (min-width: 768px) {
    .cta__button {
      width: 80px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; } }
  @media (min-width: 1440px) {
    .cta__button {
      width: 323px;
      padding: 24px 25px 28px 34px;
      text-align: left; } }
  .cta__button span {
    display: none; }
    @media (min-width: 1440px) {
      .cta__button span {
        display: inline-block;
        vertical-align: middle; } }

.cta__contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 18px; }
  @media (min-width: 768px) {
    .cta__contacts {
      margin-top: 42px;
      padding-left: 35px;
      align-items: flex-start; } }
  @media (min-width: 1440px) {
    .cta__contacts {
      margin-top: 45px;
      padding: 0 246px;
      flex-direction: row;
      justify-content: space-between; } }

.map__container {
  position: relative;
  z-index: 2;
  padding: 30px 25px 20px 25px;
  margin-top: -30px;
  min-height: 238px;
  background-color: #ffd74b;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px; }
  @media (min-width: 768px) {
    .map__container {
      margin-top: -60px;
      padding: 60px 75px 20px 75px;
      min-height: 384px;
      border-bottom-left-radius: 60px;
      border-bottom-right-radius: 60px; } }
  @media (min-width: 1440px) {
    .map__container {
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 262px;
      padding: 75px 100px 20px 249px; } }

.map__address {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 61px;
  max-width: 250px;
  margin-top: 31px;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 22px;
  color: #1d2e5b;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .map__address {
      max-width: 100%;
      margin-top: 67px;
      padding-left: 93px;
      font-size: 28px;
      line-height: 28px; } }
  @media (min-width: 1440px) {
    .map__address {
      margin-top: 0;
      margin-right: 148px;
      padding-left: 120px; } }
  .map__address::before {
    position: absolute;
    content: "";
    left: 0;
    width: 45px;
    height: 45px;
    background-image: url("../img/icons/icon-mark.svg");
    background-repeat: no-repeat;
    background-size: 100%; }
    @media (min-width: 768px) {
      .map__address::before {
        width: 68px;
        height: 68px; } }
    @media (min-width: 1440px) {
      .map__address::before {
        width: 90px;
        height: 90px; } }

.map__button {
  display: block;
  margin-top: 34px;
  padding: 18px 19px 20px 19px;
  color: #1d2e5b;
  border: 3px solid #1d2e5b;
  background-color: transparent; }
  .map__button:hover {
    background-color: #192144;
    color: #ffffff; }
    .map__button:hover::after {
      background-image: url("../img/icons/icon-triangle-white.svg"); }
  .map__button:active {
    color: rgba(255, 255, 255, 0.3); }
    .map__button:active::after {
      opacity: 0.3; }
  @media (min-width: 768px) {
    .map__button {
      height: 80px;
      margin-top: 65px;
      padding: 23px 19px 20px 35px; } }
  @media (min-width: 1440px) {
    .map__button {
      width: 324px;
      margin-top: 0; } }

.map__interactive {
  height: 424px;
  margin-top: -54px;
  overflow: hidden;
  background-image: url("../img/background-map-mobile.jpg");
  background-repeat: no-repeat;
  background-size: 100%; }
  @media (min-width: 768px) {
    .map__interactive {
      height: 581px;
      margin-top: -47px;
      background-image: url("../img/background-map-tablet.jpg"); } }
  @media (min-width: 1440px) {
    .map__interactive {
      height: 584px;
      margin-top: -122px;
      background-image: url("../img/background-map-desktop.jpg"); } }

.page-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 239px;
  margin-top: -110px;
  padding: 36px 25px 0 25px;
  background-color: #ffffff;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px; }
  @media (min-width: 768px) {
    .page-footer {
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      min-height: 140px;
      margin-top: -70px;
      padding: 46px 38px 0 38px;
      border-top-right-radius: 60px;
      border-top-left-radius: 60px; } }
  @media (min-width: 1440px) {
    .page-footer {
      min-height: 154px;
      margin-top: -66px;
      padding: 40px 60px 0 60px; } }
  .page-footer--catalog {
    margin-top: 47px; }
    @media (min-width: 768px) {
      .page-footer--catalog {
        margin-top: 61px; } }
    @media (min-width: 1440px) {
      .page-footer--catalog {
        margin-top: 76px; } }
  .page-footer--form {
    margin-top: -30px; }
    @media (min-width: 768px) {
      .page-footer--form {
        margin-top: -60px; } }

.page-footer__logo {
  margin: 0 auto; }
  @media (min-width: 768px) {
    .page-footer__logo {
      margin: 10px 0 0 0; } }

.page-footer__socials {
  display: flex;
  margin-top: 41px; }
  @media (min-width: 768px) {
    .page-footer__socials {
      margin: 0 0 0 -9px; } }
  @media (min-width: 1440px) {
    .page-footer__socials {
      margin: 6px 0 0 -45px; } }

.page-footer__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px; }
  .page-footer__link:hover .page-footer__span,
  .page-footer__link:hover .page-footer__icon {
    opacity: 0.6; }
  .page-footer__link:active .page-footer__span,
  .page-footer__link:active .page-footer__icon {
    opacity: 0.3; }
  .page-footer__link::before {
    position: absolute;
    content: "";
    top: -12px;
    width: 100%;
    height: 2px;
    background-color: #f2f2f2; }
    @media (min-width: 768px) {
      .page-footer__link::before {
        display: none; } }
  @media (min-width: 768px) {
    .page-footer__link {
      width: 157px;
      margin: 17px 0 0 0; } }
  @media (min-width: 1440px) {
    .page-footer__link {
      width: 155px;
      margin: 23px 0 0 0; } }

.page-footer__span {
  color: #444444;
  transition: opacity 0.3s ease; }
  @media (min-width: 768px) {
    .page-footer__span {
      font-size: 20px;
      line-height: 20px; } }

.page-footer__icon {
  width: 27px;
  height: 34px;
  transition: opacity 0.3s ease; }

.select {
  order: 1;
  padding: 24px 25px 20px 25px;
  background-color: #ffd74b;
  border-radius: 20px; }
  @media (min-width: 768px) {
    .select {
      padding: 34px; } }
  @media (min-width: 1440px) {
    .select {
      width: 285px;
      padding: 43px 42px 48px 48px;
      border: none; } }

.select__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  color: #1d2e5b;
  letter-spacing: 0.4px; }
  @media (min-width: 768px) {
    .select__title {
      font-size: 30px;
      line-height: 30px;
      letter-spacing: 0; } }

.select__wrapper {
  margin-top: 24px; }
  @media (min-width: 768px) {
    .select__wrapper {
      margin-top: 40px;
      padding-top: 26px;
      border-top: 1px solid #f3c72b; } }
  @media (min-width: 1440px) {
    .select__wrapper {
      margin-top: 0;
      border: none; } }

.select__group {
  padding: 9px 0 10px 0;
  border-top: 1px solid #f3c72b; }
  @media (min-width: 768px) {
    .select__group {
      display: flex;
      margin-bottom: 7px;
      border: none; } }
  @media (min-width: 1440px) {
    .select__group {
      flex-direction: column;
      margin-bottom: 3px; } }
  @media (min-width: 768px) {
    .select__group--transport {
      padding-top: 6px; }
      .select__group--transport .select__subtitle {
        margin-right: 2px; } }
  @media (min-width: 1440px) {
    .select__group--transport {
      padding-top: 9px; }
      .select__group--transport .select__subtitle {
        margin-right: 7px; } }
  @media (min-width: 768px) {
    .select__group--level {
      margin-top: -5px;
      padding-top: 0;
      padding-bottom: 36px;
      border-bottom: 1px solid #f3c72b; } }
  @media (min-width: 1440px) {
    .select__group--level {
      margin-top: 0;
      padding-top: 9px;
      padding-bottom: 10px;
      border: none; }
      .select__group--level .select__inner {
        padding-top: 20px; } }

.select__subtitle {
  position: relative;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: #1d2e5b;
  text-transform: uppercase;
  text-align: left;
  background: transparent;
  border: none;
  transition: opacity 0.3s ease;
  will-change: opacity;
  cursor: pointer; }
  @media (min-width: 768px) {
    .select__subtitle {
      width: 120px;
      margin-right: 7px;
      font-size: 20px;
      font-weight: 500;
      line-height: 20px; } }
  @media (min-width: 1440px) {
    .select__subtitle {
      width: auto; } }
  .select__subtitle.is-active::before {
    transform: translateY(-50%) rotate(180deg); }
  .select__subtitle:hover {
    opacity: 0.6; }
  .select__subtitle:active {
    opacity: 0.3; }
  .select__subtitle:focus {
    outline: none; }
  .select__subtitle::before {
    position: absolute;
    content: "";
    right: -1px;
    top: 50%;
    width: 10px;
    height: 6px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    background-image: url("../img/icons/icon-arrow-down.svg");
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .select__subtitle::before {
        display: none; } }
    @media (min-width: 1440px) {
      .select__subtitle::before {
        display: block; } }

.select__inner {
  padding: 13px 0 9px 0; }
  @media (min-width: 768px) {
    .select__inner {
      display: flex;
      padding: 0; } }
  @media (min-width: 1440px) {
    .select__inner {
      display: block;
      padding: 26px 0; } }
  .select__inner--transport {
    display: flex; }
    @media (min-width: 1440px) {
      .select__inner--transport {
        padding: 20px 0; } }

.select__choices {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  will-change: height; }
  @media (min-width: 768px) {
    .select__choices {
      height: auto;
      flex-grow: 1; } }
  @media (min-width: 1440px) {
    .select__choices {
      height: 0; } }

.select__submit {
  width: 100%;
  margin-top: 5px;
  padding: 12px;
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  line-height: 17px;
  color: #161c35;
  text-transform: uppercase;
  text-align: center;
  border-radius: 25px;
  border: none;
  background-color: #ffffff;
  transition: all 0.3s ease;
  cursor: pointer; }
  .select__submit:hover {
    box-shadow: 0 6px 3px 0 rgba(0, 0, 0, 0.14); }
  .select__submit:active {
    outline: none;
    background-color: #f3c72b;
    box-shadow: none;
    color: rgba(22, 28, 53, 0.2); }
  @media (min-width: 768px) {
    .select__submit {
      margin: 30px 0 0 0;
      padding: 15px;
      font-size: 20px;
      line-height: 20px; } }
  @media (min-width: 1440px) {
    .select__submit {
      margin-top: 4px; } }

.select__label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #000000; }
  .select__label:not(:last-child) {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .select__label:not(:last-child) {
        margin-bottom: 0;
        width: 34.5%; } }
    @media (min-width: 1440px) {
      .select__label:not(:last-child) {
        width: auto;
        margin-bottom: 16px; } }
  .select__label:hover .select__span {
    opacity: 0.6; }
  .select__label:active .select__span {
    opacity: 0.3; }
  .select__label:active .select__control {
    opacity: 0.3; }

.select__control {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: #ffffff;
  transition: all 0.3s ease; }
  .select__control::before {
    position: absolute;
    content: "";
    display: none;
    width: 9px;
    height: 9px;
    background-image: url("../img/icons/icon-check.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (min-width: 768px) {
      .select__control::before {
        width: 11px;
        height: 11px; } }
  @media (min-width: 768px) {
    .select__control {
      width: 24px;
      height: 24px; } }

.select__checkbox {
  display: none; }
  .select__checkbox:checked + .select__control::before {
    display: block; }

.select__span {
  margin-left: 9px;
  transition: opacity 0.3s ease;
  will-change: opacity; }
  @media (min-width: 768px) {
    .select__span {
      margin-left: 12px;
      font-size: 20px;
      line-height: 20px; } }

.select__button {
  display: none; }
  .select__button:checked + .select__control .select__icon {
    fill: #1d2e5b; }
  .select__button:checked:hover + .select__control .select__icon {
    opacity: 0.7; }
  .select__button:checked:active + .select__control {
    background-color: #e2e5f1; }
    .select__button:checked:active + .select__control .select__icon {
      opacity: 0.3; }
  .select__button + .select__control {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transition: box-shadow 0.3s ease;
    cursor: pointer; }
    .select__button + .select__control:hover {
      box-shadow: 0 2px 6px 0 rgba(22, 28, 53, 0.17); }
      .select__button + .select__control:hover .select__icon {
        fill: #b2b2b2; }
    .select__button + .select__control:active {
      background-color: #e2e5f1; }
      .select__button + .select__control:active .select__icon {
        fill: #161c35;
        opacity: 0.3; }
    @media (min-width: 768px) {
      .select__button + .select__control {
        width: 44px;
        height: 44px; } }

.select__icon {
  width: 17px;
  height: 16px;
  fill: #d9d9d9;
  transition: all 0.3s ease; }
  @media (min-width: 768px) {
    .select__icon {
      width: 23px;
      height: 22px; } }

.select__fieldset {
  position: relative;
  display: flex;
  border: none; }
  .select__fieldset--number::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 11px;
    width: 11px;
    background-color: #ffffff;
    transform: translate(-50%, -50%); }
  .select__fieldset--number::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 1px;
    width: 16px;
    background-color: #e1e3e9;
    transform: translate(-50%, -50%); }
  @media (min-width: 768px) {
    .select__fieldset--number {
      width: 148px; } }
  @media (min-width: 1440px) {
    .select__fieldset--number {
      width: 100%; } }
  .select__fieldset--range {
    margin-top: 25px;
    margin-right: 2px; }
    @media (min-width: 768px) {
      .select__fieldset--range {
        flex-grow: 1;
        margin-right: auto;
        margin-top: 22px;
        order: -1; } }
    @media (min-width: 1440px) {
      .select__fieldset--range {
        margin-top: 35px;
        margin-right: 2px; } }

.select__input {
  width: 50%;
  padding: 7px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 13px;
  color: #1d2e5b;
  text-align: center;
  border: 1px solid #e1e3e9;
  transition: all 0.3s ease;
  -moz-appearance: textfield; }
  .select__input:hover {
    border-color: #cbced9; }
  .select__input:focus {
    outline: none;
    border-color: #161c35; }
  .select__input:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
  .select__input:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  @media (min-width: 768px) {
    .select__input {
      padding: 10px;
      font-size: 20px;
      line-height: 20px; } }

.select__bar {
  position: relative;
  height: 2px;
  width: 100%;
  background-color: rgba(29, 46, 91, 0.2); }
  @media (min-width: 768px) {
    .select__bar {
      width: 82%;
      height: 3px; } }
  @media (min-width: 1440px) {
    .select__bar {
      width: 100%; } }

.select__scale {
  position: absolute;
  right: 0;
  height: 2px;
  width: 68%;
  background-color: #1d2e5b; }
  @media (min-width: 768px) {
    .select__scale {
      width: 64%;
      height: 3px; } }
  @media (min-width: 1440px) {
    .select__scale {
      width: 70%; } }

.select__circle {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background-color: #1d2e5b;
  cursor: pointer;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease; }
  .select__circle:hover {
    transform: scale(1.2) translateY(-50%);
    -moz-transform: scale(1.2) translateY(-50%); }
  .select__circle:active {
    outline: none;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.24); }
  .select__circle:focus {
    outline: none; }
  .select__circle--max {
    right: 0; }
  @media (min-width: 768px) {
    .select__circle {
      width: 13px;
      height: 13px; } }

.catalog__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  justify-items: center;
  grid-gap: 9px;
  margin-top: 28px; }
  @media (min-width: 768px) {
    .catalog__container {
      grid-template-columns: repeat(auto-fit, minmax(688px, 1fr));
      grid-row-gap: 40px;
      grid-column-gap: 10px; } }
  @media (min-width: 1440px) {
    .catalog__container {
      grid-template-columns: repeat(auto-fit, minmax(951px, 1fr));
      grid-row-gap: 27px;
      justify-items: left; } }

.catalog__wrapper {
  padding-top: 18px;
  text-align: center; }
  @media (min-width: 768px) {
    .catalog__wrapper {
      padding-top: 49px; } }
  @media (min-width: 1440px) {
    .catalog__wrapper {
      padding-top: 63px; } }

.catalog__button {
  position: relative;
  padding-left: 29px;
  height: 25px;
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  color: #1d2e5b;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  cursor: pointer; }
  .catalog__button:hover::before {
    opacity: 0.6; }
  .catalog__button:active::before {
    opacity: 0.3; }
  .catalog__button::before {
    position: absolute;
    content: "";
    left: -3px;
    top: 50%;
    width: 18px;
    height: 18px;
    background-image: url("../img/icons/icon-plus.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
    transition: opacity 0.3s ease; }
    @media (min-width: 768px) {
      .catalog__button::before {
        left: -7px;
        width: 26px;
        height: 26px; } }
  @media (min-width: 768px) {
    .catalog__button {
      padding-left: 44px;
      font-size: 20px;
      line-height: 20px; } }
  @media (min-width: 1440px) {
    .catalog__button {
      margin-left: -69px; } }

.companion-card {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 16px;
  grid-template-areas: "avatar details" "countries countries" "transport transport" "button button";
  width: 270px;
  padding: 15px 0 23px 0;
  border-radius: 20px;
  background-color: #ffffff; }
  .companion-card:hover .companion-card__image img {
    transform: scale(1.1); }
  @media (min-width: 768px) {
    .companion-card {
      grid-template-columns: 1.5fr 2fr 1fr;
      grid-template-rows: 1.5fr 0.5fr;
      grid-column-gap: 30px;
      grid-template-areas: "avatar details transport" "countries countries countries";
      width: 688px;
      min-height: 333px;
      padding: 35px 0 17px 0; } }
  @media (min-width: 1440px) {
    .companion-card {
      grid-template-columns: 285px 1fr 1fr;
      grid-template-rows: 1.5fr 1fr;
      grid-column-gap: 55px;
      grid-template-areas: "avatar details countries" "avatar details transport";
      width: 951px;
      min-height: 286px;
      padding: 0; } }

.companion-card__image {
  grid-area: avatar;
  width: 70px;
  height: 70px;
  margin-left: 18px;
  overflow: hidden;
  border-radius: 50%; }
  .companion-card__image img {
    transition: transform 1s ease; }
  @media (min-width: 768px) {
    .companion-card__image {
      width: 190px;
      height: 190px;
      margin-left: 35px;
      border-radius: 20px; } }
  @media (min-width: 1440px) {
    .companion-card__image {
      width: 285px;
      height: 100%;
      margin: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; } }

.companion-card__group--1 {
  grid-area: details;
  padding-right: 30px; }
  @media (min-width: 768px) {
    .companion-card__group--1 {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding-right: 0; } }
  @media (min-width: 1440px) {
    .companion-card__group--1 {
      padding-top: 43px; } }

.companion-card__group--2 {
  position: relative;
  grid-area: countries;
  margin-top: 13px;
  padding-left: 15px; }
  .companion-card__group--2::before {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    height: 1px;
    width: 100%;
    background-color: #edeff6; }
    @media (min-width: 1440px) {
      .companion-card__group--2::before {
        display: none; } }
  @media (min-width: 768px) {
    .companion-card__group--2 {
      margin: 17px 0 0 0;
      padding-left: 7px; }
      .companion-card__group--2 .companion-card__caption {
        margin-left: 65px; } }
  @media (min-width: 1440px) {
    .companion-card__group--2 {
      margin-top: 51px;
      padding: 0; } }

.companion-card__group--3 {
  display: flex;
  justify-content: space-between;
  grid-area: transport; }
  @media (min-width: 768px) {
    .companion-card__group--3 {
      flex-direction: column;
      align-items: center;
      margin-top: -14px;
      padding-left: 22px; } }
  @media (min-width: 1440px) {
    .companion-card__group--3 {
      flex-direction: row;
      align-items: flex-start;
      margin: 0;
      padding: 9px 45px 0 0px; } }
  .companion-card__group--3 .companion-card__caption {
    margin-left: 16px; }

.companion-card__wrapper {
  position: relative; }
  .companion-card__wrapper::before {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    height: 1px;
    width: 120%;
    background-color: #edeff6; }
    @media (min-width: 768px) {
      .companion-card__wrapper::before {
        display: none; } }
  .companion-card__wrapper:last-child {
    padding-right: 12px; }
    @media (min-width: 768px) {
      .companion-card__wrapper:last-child {
        margin: 2px 0 0 3px;
        padding: 0; } }
    @media (min-width: 1440px) {
      .companion-card__wrapper:last-child {
        margin: 0; } }
  @media (min-width: 768px) {
    .companion-card__wrapper .companion-card__caption {
      display: none; } }

.companion-card__name {
  position: relative;
  display: block;
  margin-top: -2px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 20px;
  color: #1d2e5b;
  cursor: pointer; }
  .companion-card__name:hover {
    opacity: 0.7; }
  .companion-card__name:active {
    opacity: 0.3; }
  .companion-card__name::before {
    position: absolute;
    content: "";
    top: 50%;
    right: -8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    transform: translateY(-50%); }
    @media (min-width: 768px) {
      .companion-card__name::before {
        left: calc(100% + 23px);
        width: 8px;
        height: 8px; } }
    @media (min-width: 1440px) {
      .companion-card__name::before {
        left: -26px; } }
  .companion-card__name[data-status="offline"]::before {
    background-color: #f97676; }
  .companion-card__name[data-status="online"]::before {
    background-color: #81e31e; }
  @media (min-width: 768px) {
    .companion-card__name {
      display: inline-block;
      vertical-align: top;
      margin: -5px 0 0 3px;
      padding-right: 0;
      font-size: 30px;
      font-weight: 700;
      line-height: 30px;
      letter-spacing: 0; }
      .companion-card__name br {
        display: none; } }
  @media (min-width: 1440px) {
    .companion-card__name {
      margin: 0 0 0 6px;
      transition: all 0.3s ease; } }

.companion-card__tags {
  display: flex;
  flex-wrap: wrap;
  margin: 12px 0 0 -79px; }
  @media (min-width: 768px) {
    .companion-card__tags {
      margin: 20px 0 0 6px;
      order: 1; } }

.companion-card__tag {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #444444;
  letter-spacing: -0.6px; }
  .companion-card__tag:not(:last-child) {
    margin-right: 5px; }
  @media (min-width: 768px) {
    .companion-card__tag {
      font-size: 20px;
      line-height: 23px;
      letter-spacing: 0.1px; } }

.companion-card__controls {
  display: flex;
  align-items: center;
  margin: 2px 0 0 -37px; }
  @media (min-width: 768px) {
    .companion-card__controls {
      margin: 47px 0 0 0;
      order: 2; } }

.companion-card__like {
  position: relative;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background-color: #edeff6;
  cursor: pointer;
  transition: all 0.3s ease; }
  .companion-card__like::before {
    position: absolute;
    content: "";
    top: 52%;
    left: 50%;
    width: 12px;
    height: 12px;
    background-image: url("../img/icons/icon-heart.svg");
    background-repeat: no-repeat;
    transform: translate(-50%, -50%); }
    @media (min-width: 768px) {
      .companion-card__like::before {
        width: 20px;
        height: 20px; } }
  .companion-card__like:focus {
    outline: none; }
  .companion-card__like--active {
    background-color: #f9eaea; }
    .companion-card__like--active::before {
      background-image: url("../img/icons/icon-heart-fill.svg"); }
    .companion-card__like--active:hover {
      background-color: #f9d8d8; }
    @media (min-width: 768px) {
      .companion-card__like--active:hover::before {
        opacity: 0.3; } }
  @media (min-width: 768px) {
    .companion-card__like {
      width: 50px;
      height: 50px; }
      .companion-card__like:hover::before {
        opacity: 1; }
      .companion-card__like:active::after {
        opacity: 0.1; } }

.companion-card__count {
  margin-left: 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  color: #161c35;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .companion-card__count {
      font-size: 20px;
      line-height: 20px; } }

.companion-card__caption {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  padding: 0 11px;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  color: #444444;
  text-transform: lowercase; }
  .companion-card__caption::before {
    position: absolute;
    content: "";
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    -webkit-backface-visibility: visible;
            backface-visibility: visible; }
  @media (min-width: 1440px) {
    .companion-card__caption {
      display: none; } }

.companion-card__countries {
  margin: 17px 0 0 10px; }
  @media (min-width: 768px) {
    .companion-card__countries {
      display: flex;
      flex-wrap: wrap;
      margin: 19px 0 0 28px; } }
  @media (min-width: 1440px) {
    .companion-card__countries {
      margin: 0;
      flex-direction: column; } }

.companion-card__country {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding-left: 40px;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  color: #1d2e5b; }
  .companion-card__country::before {
    position: absolute;
    content: "";
    left: 0;
    width: 26px;
    height: 18px;
    background-size: 100%; }
    @media (min-width: 768px) {
      .companion-card__country::before {
        width: 35px;
        height: 24px; } }
  .companion-card__country[data-country="SL"]::before {
    background-image: url("../img/flags/flag-shrilanka.png"); }
  .companion-card__country[data-country="TA"]::before {
    background-image: url("../img/flags/flag-thailand.png"); }
  .companion-card__country[data-country="SE"]::before {
    background-image: url("../img/flags/flag-seyshels.png"); }
  .companion-card__country[data-country="BE"]::before {
    background-image: url("../img/flags/flag-belgium.png"); }
  .companion-card__country[data-country="CZ"]::before {
    background-image: url("../img/flags/flag-czech.png"); }
  .companion-card__country[data-country="GE"]::before {
    background-image: url("../img/flags/flag-germany.png"); }
  .companion-card__country[data-country="US"]::before {
    background-image: url("../img/flags/flag-usa.png"); }
  .companion-card__country[data-country="DO"]::before {
    background-image: url("../img/flags/flag-dominica.png"); }
  .companion-card__country[data-country="GB"]::before {
    background-image: url("../img/flags/flag-britain.png"); }
  .companion-card__country[data-country="AU"]::before {
    background-image: url("../img/flags/flag-australia.png"); }
  @media (min-width: 768px) {
    .companion-card__country {
      margin-right: 27px;
      padding-left: 47px;
      font-size: 20px;
      line-height: 20px; } }
  @media (min-width: 1440px) {
    .companion-card__country {
      margin: 0 0 17px 0;
      padding-left: 53px; } }

.companion-card__button {
  display: block;
  width: calc(100% - 40px);
  height: 52px;
  padding: 12px;
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1d2e5b;
  border: none;
  border-radius: 25px;
  background-color: #ffd74b;
  cursor: pointer;
  transition: all 0.3s ease; }
  .companion-card__button:hover {
    background-color: #ffbd30; }
  .companion-card__button:active {
    color: rgba(29, 46, 91, 0.3);
    outline: none; }
  .companion-card__button:focus {
    outline: none; }
  @media (min-width: 768px) {
    .companion-card__button {
      width: auto;
      font-size: 20px; } }
  .companion-card__button--tablet {
    display: none; }
    @media (min-width: 768px) {
      .companion-card__button--tablet {
        display: block;
        min-width: 150px; } }
  .companion-card__button--mobile {
    grid-area: button;
    align-self: flex-end;
    height: 40px;
    margin: 14px auto 0 auto; }
    @media (min-width: 768px) {
      .companion-card__button--mobile {
        display: none; } }

.companion-card__types {
  display: flex;
  margin: 13px 0 0 21px; }
  @media (min-width: 768px) {
    .companion-card__types {
      flex-direction: column;
      margin-left: 4px; } }
  @media (min-width: 1440px) {
    .companion-card__types {
      flex-direction: row;
      margin: 16px 0 0 -6px; } }

.companion-card__type {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 1px;
  background-color: #edeff6;
  border-radius: 50%; }
  .companion-card__type img {
    opacity: 0.15; }
  .companion-card__type[data-active] img {
    opacity: 1; }
  .companion-card__type--plane img {
    width: 14px;
    height: 16px; }
    @media (min-width: 768px) {
      .companion-card__type--plane img {
        width: 23px;
        height: 22px; } }
  .companion-card__type--bus img {
    width: 13px;
    height: 16px; }
    @media (min-width: 768px) {
      .companion-card__type--bus img {
        width: 19px;
        height: 20px; } }
  .companion-card__type--bicycle img {
    width: 14px;
    height: 17px; }
    @media (min-width: 768px) {
      .companion-card__type--bicycle img {
        width: 26px;
        height: 25px; } }
  .companion-card__type--run img {
    width: 13px;
    height: 17px; }
    @media (min-width: 768px) {
      .companion-card__type--run img {
        width: 23px;
        height: 24px; } }
  @media (min-width: 768px) {
    .companion-card__type {
      margin-top: -1px;
      background-color: transparent; } }

.companion-card__level {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin: 7px 0 0 22px;
  font-size: 24px;
  line-height: 24px;
  background-image: url("../img/icons/icon-ellipse.svg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%; }
  .companion-card__level span {
    position: relative;
    top: 2px;
    left: -1px;
    display: none;
    font-size: 14px;
    line-height: 14px;
    color: rbga(#000000, 0.4); }
    .companion-card__level span::before {
      position: absolute;
      content: "";
      top: -2px;
      left: -2px;
      width: 30px;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.1); }
    @media (min-width: 768px) {
      .companion-card__level span {
        display: block; } }
  @media (min-width: 768px) {
    .companion-card__level {
      width: 62px;
      height: 62px;
      margin: 0; } }

.companion-card__label {
  height: 20px; }
  @media (min-width: 768px) {
    .companion-card__label {
      height: auto; } }

.pagination {
  margin-top: 20px;
  background-color: #ffffff; }
  @media (min-width: 768px) {
    .pagination {
      display: flex;
      justify-content: space-between;
      margin-top: 53px;
      padding: 25px 28px;
      border-radius: 20px; } }
  @media (min-width: 1440px) {
    .pagination {
      margin-top: 74px;
      padding-right: 37px; } }

.pagination__list {
  display: none; }
  @media (min-width: 768px) {
    .pagination__list {
      display: flex; } }

.pagination__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%; }
  .pagination__item--active {
    background-color: #ffd74b; }

.pagination__link {
  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #1d2e5b;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease; }
  .pagination__link:hover {
    opacity: 0.6; }
  .pagination__link:focus {
    outline: none; }

.pagination__buttons {
  position: relative;
  display: flex;
  height: 51px;
  overflow: hidden;
  border-radius: 20px; }
  .pagination__buttons::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    z-index: 1;
    width: 1px;
    height: 100%;
    background-color: #edeff6;
    transform: translateX(-50%); }
    @media (min-width: 768px) {
      .pagination__buttons::before {
        display: none; } }
  @media (min-width: 768px) {
    .pagination__buttons {
      width: auto; } }

.pagination__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  border: none;
  background-color: #ffffff;
  cursor: pointer;
  transition: opacity 0.3s ease; }
  .pagination__button:hover {
    opacity: 0.6; }
  .pagination__button:active {
    opacity: 0.3; }
  .pagination__button:focus {
    outline: none; }
  .pagination__button svg {
    width: 20px;
    height: 17px; }
  .pagination__button--prev svg {
    transform: rotate(180deg); }
  @media (min-width: 768px) {
    .pagination__button--prev {
      margin-right: 18px; } }
  @media (min-width: 768px) {
    .pagination__button {
      width: 25px; } }

.container.page-main__container {
  margin-top: 21px; }
  @media (min-width: 1440px) {
    .container.page-main__container {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      padding: 0 60px; } }

.page-main__header {
  position: relative;
  padding: 36px 25px 0 25px;
  background-color: #182044;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px; }
  @media (min-width: 768px) {
    .page-main__header {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      padding: 106px 75px 0 75px;
      border-bottom-left-radius: 60px;
      border-bottom-right-radius: 60px; } }
  @media (min-width: 1440px) {
    .page-main__header {
      padding: 106px 124px 0 126px; } }
  .page-main__header--form {
    padding-top: 40px;
    margin-top: -4px; }
    @media (min-width: 768px) {
      .page-main__header--form {
        padding-top: 110px; } }

.page-main__title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 16px;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  color: #ffffff; }
  .page-main__title::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 5px;
    border-radius: 4px;
    background-color: #ff8d30; }
    @media (min-width: 768px) {
      .page-main__title::after {
        bottom: -4px;
        height: 8px; } }
  @media (min-width: 768px) {
    .page-main__title {
      padding-bottom: 94px;
      font-size: 60px;
      line-height: 20px; } }

.page-main__link {
  position: relative;
  display: none;
  margin-top: 7px;
  padding-right: 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
  transition: opacity 0.3s ease; }
  .page-main__link::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 32px;
    height: 16px;
    background-image: url("../img/icons/icon-arrow-band.svg");
    background-repeat: no-repeat;
    transform: translateY(-50%); }
  .page-main__link:focus {
    outline: none; }
  @media (min-width: 768px) {
    .page-main__link {
      display: inline-block;
      vertical-align: top; }
      .page-main__link:hover {
        opacity: 0.6; }
      .page-main__link:active {
        opacity: 0.3; } }

.filtering {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 70px;
  margin-top: -15px;
  padding: 35px 25px 10px 25px;
  overflow: hidden;
  background-color: #e2e5f1;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px; }
  @media (min-width: 768px) {
    .filtering {
      height: 179px;
      margin-top: -40px;
      padding: 101px 71px 10px 71px;
      border-bottom-right-radius: 60px;
      border-bottom-left-radius: 60px; } }
  @media (min-width: 1440px) {
    .filtering {
      padding: 100px 118px 10px 80px; } }
  .filtering--expanded {
    height: auto; }
    .filtering--expanded .filtering__toggle::before {
      width: 16px;
      height: 16px;
      background-image: url("../img/icons/icon-close.svg"); }
      @media (min-width: 768px) {
        .filtering--expanded .filtering__toggle::before {
          width: 22px;
          height: 18px;
          background-size: contain; } }
    @media (min-width: 768px) {
      .filtering--expanded .filtering__toggle::after {
        content: "Свернуть"; } }
    .filtering--expanded .filtering__container {
      display: flex; }

.filtering__title {
  position: relative;
  padding-left: 26px;
  order: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  color: #192144; }
  .filtering__title::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 15px;
    height: 10px;
    background-image: url("../img/icons/icon-filter.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    transform: translateY(-50%); }
    @media (min-width: 1440px) {
      .filtering__title::before {
        width: 23px;
        height: 15px; } }
  @media (min-width: 768px) {
    .filtering__title {
      display: none; } }
  @media (min-width: 1440px) {
    .filtering__title {
      display: block;
      margin-right: 30px;
      padding-left: 45px;
      font-size: 20px;
      line-height: 20px; } }

.filtering__countries {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 30px 0 0 25px;
  order: 3; }
  @media (min-width: 768px) {
    .filtering__countries {
      width: auto;
      margin: 0;
      flex-direction: row;
      order: 2; } }

.filtering__item {
  margin-bottom: 10px;
  opacity: 0.3; }
  @media (min-width: 768px) {
    .filtering__item {
      margin: 0 29px 0 0; } }
  @media (min-width: 1440px) {
    .filtering__item {
      margin-right: 32px; } }
  .filtering__item--active {
    opacity: 1; }

.filtering__text {
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  color: #192144;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease; }
  .filtering__text:focus {
    outline: none; }
  @media (min-width: 768px) {
    .filtering__text {
      font-size: 20px;
      line-height: 20px; }
      .filtering__text:hover {
        opacity: 0.6; }
      .filtering__text:active {
        opacity: 0.3; } }

.filtering__toggle {
  position: relative;
  font-family: inherit;
  order: 2;
  width: 17px;
  height: 23px;
  margin-left: auto;
  margin-top: -4px;
  background-color: transparent;
  border: none;
  cursor: pointer; }
  .filtering__toggle::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    transform: translateY(-50%);
    background-image: url("../img/icons/icon-dots.svg");
    background-repeat: no-repeat;
    background-size: 100%; }
    @media (min-width: 768px) {
      .filtering__toggle::before {
        width: 30px;
        height: 6px;
        right: -28px;
        top: 50%;
        left: inherit;
        transform: translateY(-50%); } }
  .filtering__toggle:focus {
    outline: none; }
  @media (min-width: 768px) {
    .filtering__toggle {
      width: 185px;
      height: 22px;
      margin: -2px 30px 0 auto;
      order: 3; }
      .filtering__toggle:hover {
        opacity: 0.6; }
      .filtering__toggle:active {
        opacity: 0.3; }
      .filtering__toggle::after {
        position: absolute;
        content: "Показать все";
        top: 50%;
        right: 27px;
        font-size: 20px;
        font-weight: 700;
        line-height: 20px;
        text-transform: uppercase;
        color: #192144;
        white-space: nowrap;
        transform: translateY(-50%); } }
  @media (min-width: 1440px) {
    .filtering__toggle {
      margin-top: -3px; } }

.filtering__container {
  position: relative;
  z-index: 22;
  display: none;
  justify-content: center;
  align-items: center;
  order: 4;
  flex-direction: column;
  width: 100%;
  padding: 28px 25px;
  background-color: #e2e5f1; }
  @media (min-width: 768px) {
    .filtering__container {
      flex-direction: row;
      flex-wrap: wrap;
      padding: 60px 0 80px 0; } }

.filtering__wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 220px; }
  @media (min-width: 768px) {
    .filtering__wrapper {
      max-width: 380px;
      align-self: flex-start; } }
  @media (min-width: 1440px) {
    .filtering__wrapper {
      max-width: 100%; } }

.filtering__group {
  flex-grow: 1;
  margin: -1px 0 0 -5px; }
  .filtering__group--fixed {
    margin-left: 0; }
  @media (min-width: 768px) {
    .filtering__group {
      margin: 0 10px 10px 0; } }
  @media (min-width: 1440px) {
    .filtering__group {
      width: 220px;
      margin-bottom: 50px; } }

.filtering__letter {
  position: relative;
  width: 44px;
  height: 40px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #1d2e5b;
  background-color: #ffffff;
  border: none;
  border: 1px solid #cbced9; }
  .filtering__letter:active, .filtering__letter:focus {
    outline: none; }
  @media (min-width: 768px) {
    .filtering__letter {
      width: 60px;
      height: 60px;
      font-size: 60px;
      font-weight: 700;
      line-height: 60px;
      opacity: 0.3;
      background-color: transparent;
      border: none; } }
  @media (min-width: 1440px) {
    .filtering__letter {
      color: #192144;
      opacity: 1; } }
  .filtering__letter--active {
    color: #ffffff;
    background-color: #1d2e5b;
    border-color: #1d2e5b; }
    @media (min-width: 768px) {
      .filtering__letter--active {
        opacity: 1;
        color: #1d2e5b;
        background-color: transparent; } }

.filtering__list {
  display: none; }
  @media (min-width: 1440px) {
    .filtering__list {
      display: block;
      margin-top: 40px; } }

@media (min-width: 768px) {
  .filtering__box {
    margin-bottom: 8px; } }

.filtering__country {
  font-family: inherit;
  font-size: 16px;
  line-height: 22px;
  color: #444444;
  text-align: left;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease; }
  .filtering__country:hover {
    opacity: 0.6; }
  .filtering__country:active {
    opacity: 0.3; }
  .filtering__country:focus {
    outline: none; }
  @media (min-width: 768px) {
    .filtering__country {
      font-size: 20px;
      line-height: 30px; } }

.filtering__content {
  width: 220px;
  margin-top: 15px; }
  .filtering__content .filtering__list {
    display: block; }
  @media (min-width: 768px) {
    .filtering__content {
      width: 145px;
      margin: 0 0 0 auto; } }
  @media (min-width: 1440px) {
    .filtering__content {
      display: none; } }

.filtering__close {
  display: block;
  width: calc(100% + 50px);
  max-width: 270px;
  margin: 30px -25px 0 -25px;
  padding: 10px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  color: #192144;
  background-color: #d6daed;
  background-image: url("../img/icons/icon-close.svg");
  background-repeat: no-repeat;
  background-position: 76px center;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease; }
  .filtering__close:hover {
    background-color: #c8cee8; }
  .filtering__close:active {
    color: rgba(25, 33, 68, 0.3);
    background-color: #c8cee8; }
  @media (min-width: 768px) {
    .filtering__close {
      max-width: 100%;
      height: 100px;
      margin-top: 80px;
      font-size: 20px;
      background-size: 22px 24px;
      background-position: 38% center; } }
  @media (min-width: 1440px) {
    .filtering__close {
      background-position: 43% center; } }

.profile {
  padding-top: 24px; }
  @media (min-width: 768px) {
    .profile {
      padding-top: 66px; } }
  @media (min-width: 1440px) {
    .profile {
      position: relative;
      padding-top: 0;
      margin-top: -190px; } }

.profile__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 0.5fr 1fr 1fr;
  grid-template-areas: "level avatar" "button button" "tags tags" "transport transport"; }
  @media (min-width: 768px) {
    .profile__container {
      padding: 0 75px;
      grid-template-columns: 0.4fr 1fr 0.4fr;
      grid-template-rows: 1fr 1.5fr 1.5fr;
      grid-template-areas: "level transport avatar" "button button button" "tags tags tags"; } }
  @media (min-width: 1440px) {
    .profile__container {
      padding: 0 60px;
      grid-template-columns: 2fr 0.3fr;
      grid-template-rows: 1fr 0.6fr;
      grid-template-areas: "level avatar" "tags transport"; } }

.profile__level {
  position: relative;
  display: flex;
  grid-area: level;
  justify-self: center;
  flex-direction: column;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 38px;
  line-height: 38px;
  background-image: url("../img/icons/icon-ellipse-tiny.svg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%; }
  .profile__level span {
    position: relative;
    top: 9px;
    left: 0;
    font-size: 18px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4); }
    .profile__level span::before {
      position: absolute;
      content: "";
      top: -6px;
      left: 50%;
      width: 51px;
      height: 2px;
      background-color: rgba(0, 0, 0, 0.1);
      transform: translateX(-50%); }
      @media (min-width: 1440px) {
        .profile__level span::before {
          background-color: #ffffff; } }
    @media (min-width: 768px) {
      .profile__level span {
        top: 7px; } }
    @media (min-width: 1440px) {
      .profile__level span {
        color: #ffffff; } }
  @media (min-width: 768px) {
    .profile__level {
      width: 94px;
      height: 94px;
      justify-self: flex-start; } }
  @media (min-width: 1440px) {
    .profile__level {
      width: 95px;
      height: 95px;
      margin: 43px -54px 0 0;
      justify-self: flex-end; } }

.profile__label {
  margin-top: 20px; }
  @media (min-width: 1440px) {
    .profile__label {
      margin-top: 15px;
      color: #ffffff; } }

.profile__image {
  grid-area: avatar;
  justify-self: center; }
  .profile__image img {
    width: 100px;
    height: 100px;
    border-radius: 50%; }
    @media (min-width: 768px) {
      .profile__image img {
        width: 94px;
        height: 94px;
        border-radius: 5px; } }
    @media (min-width: 1440px) {
      .profile__image img {
        width: 190px;
        height: 190px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; } }
  .profile__image .profile__button {
    display: none; }
    @media (min-width: 1440px) {
      .profile__image .profile__button {
        display: block;
        height: 47px;
        margin-top: -4px;
        letter-spacing: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0; } }
  @media (min-width: 768px) {
    .profile__image {
      justify-self: flex-end; } }
  @media (min-width: 1440px) {
    .profile__image {
      justify-self: center; } }

.profile__button {
  display: block;
  grid-area: button;
  width: 100%;
  height: 40px;
  margin-top: 5px;
  font-family: inherit;
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
  color: #161c35;
  text-transform: uppercase;
  text-align: center;
  border: none;
  border-radius: 20px;
  background-color: #dfe3f0;
  cursor: pointer;
  transition: opacity 0.3s ease; }
  .profile__button:hover {
    opacity: 0.6; }
  .profile__button:active {
    opacity: 0.3; }
  .profile__button:focus {
    outline: none; }
  @media (min-width: 768px) {
    .profile__button {
      margin-top: 46px;
      height: 60px;
      letter-spacing: 1.8px;
      border-radius: 10px; } }
  @media (min-width: 1440px) {
    .profile__button {
      display: none; } }

.profile__section {
  padding: 0 28px 27px 25px;
  text-align: center;
  border: 1px solid #cbced9;
  border-radius: 10px; }
  @media (min-width: 768px) {
    .profile__section {
      display: flex;
      flex-direction: column-reverse; } }
  .profile__section--tags {
    grid-area: tags;
    margin-top: 23px; }
    @media (min-width: 768px) {
      .profile__section--tags {
        margin-top: 11px;
        align-self: flex-start;
        padding: 28px 39px 18px 39px; }
        .profile__section--tags .profile__title {
          top: 28px; } }
    @media (min-width: 1440px) {
      .profile__section--tags {
        max-width: 652px;
        margin: 26px 0 0 64px; }
        .profile__section--tags .profile__title {
          margin: 0;
          text-align: left;
          letter-spacing: 1px; }
        .profile__section--tags .profile__title::before {
          left: -18px;
          width: 82px;
          transform: none; } }
  .profile__section--transport {
    grid-area: transport;
    height: 61px;
    padding-bottom: 0;
    margin-top: 25px; }
    .profile__section--transport .profile__title::before {
      width: 110px; }
      @media (min-width: 768px) {
        .profile__section--transport .profile__title::before {
          width: 152px; } }
    @media (min-width: 768px) {
      .profile__section--transport {
        width: 309px;
        height: 92px;
        margin: 0 0 0 -2px;
        justify-self: center; } }
    @media (min-width: 1440px) {
      .profile__section--transport {
        width: 384px;
        margin: 26px 0 0 0; } }

.profile__title {
  position: relative;
  top: -10px;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #1d2e5b;
  text-transform: uppercase; }
  .profile__title::before {
    position: absolute;
    content: "";
    left: 50%;
    z-index: -1;
    width: 70px;
    height: 110%;
    background-color: #edeff6;
    transform: translateX(-50%); }
  @media (min-width: 768px) {
    .profile__title {
      top: 10px;
      font-size: 20px;
      font-weight: 500;
      line-height: 20px;
      letter-spacing: 1.8px; } }

.profile__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4px;
  list-style: none; }

.profile__tag {
  margin-right: 4px;
  font-size: 16px;
  line-height: 18px;
  color: rgba(68, 68, 68, 0.6); }
  @media (min-width: 768px) {
    .profile__tag {
      margin-right: 6px;
      font-size: 20px;
      line-height: 22px; } }

.profile__inner {
  display: flex;
  justify-content: center;
  margin-top: -5px; }
  @media (min-width: 768px) {
    .profile__inner {
      margin-bottom: 4px; } }

.profile__checkbox {
  display: none; }
  .profile__checkbox:checked + .profile__control .profile__icon {
    fill: #1d2e5b; }
  .profile__checkbox:checked:hover + .profile__control .profile__icon {
    opacity: 0.7; }
  .profile__checkbox:checked:active + .profile__control {
    background-color: #e2e5f1; }
    .profile__checkbox:checked:active + .profile__control .profile__icon {
      opacity: 0.3; }
  .profile__checkbox + .profile__control {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ffffff;
    transition: box-shadow 0.3s ease;
    cursor: pointer; }
    .profile__checkbox + .profile__control:hover {
      box-shadow: 0 2px 6px 0 rgba(22, 28, 53, 0.17); }
      .profile__checkbox + .profile__control:hover .profile__icon {
        fill: #b2b2b2; }
    .profile__checkbox + .profile__control:active {
      background-color: #e2e5f1; }
      .profile__checkbox + .profile__control:active .profile__icon {
        fill: #161c35;
        opacity: 0.3; }
    @media (min-width: 768px) {
      .profile__checkbox + .profile__control {
        width: 44px;
        height: 44px; } }

.profile__icon {
  width: 17px;
  height: 16px;
  fill: #d9d9d9;
  transition: all 0.3s ease; }
  @media (min-width: 768px) {
    .profile__icon {
      width: 23px;
      height: 22px; } }

.plans {
  margin-top: 10px;
  padding: 25px 0 50px 0;
  background-color: #dfe3f0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px; }
  @media (min-width: 768px) {
    .plans {
      margin-top: 16px;
      padding: 50px 0 97px 0; } }
  @media (min-width: 1440px) {
    .plans {
      margin-top: 43px;
      padding-bottom: 81px;
      border-top-left-radius: 60px;
      border-top-right-radius: 60px; } }

.plans__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #1d2e5b; }
  @media (min-width: 768px) {
    .plans__title {
      font-size: 36px;
      line-height: 36px; } }

.plans__container {
  margin-top: 32px; }
  @media (min-width: 768px) {
    .plans__container {
      margin-top: 52px;
      padding: 0 75px; } }
  @media (min-width: 1440px) {
    .plans__container {
      padding: 0 58px 0 58px; } }

.plans__list {
  margin-top: 60px; }

.plans__plan {
  width: 100%;
  min-height: 154px;
  margin-bottom: 9px;
  padding: 23px 25px 24px 23px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 10px; }
  @media (min-width: 768px) {
    .plans__plan {
      padding: 38px 33px 16px 40px; } }
  @media (min-width: 1440px) {
    .plans__plan {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      min-height: 97px;
      margin-bottom: 14px;
      padding: 34px 33px 16px 43px; } }

.plans__header {
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #1d2e5b; }
  @media (min-width: 768px) {
    .plans__header {
      justify-content: space-between;
      align-items: baseline;
      font-size: 24px;
      line-height: 24px; } }

.plans__countries {
  display: flex;
  margin-left: 5px; }
  @media (min-width: 768px) {
    .plans__countries {
      order: 1;
      margin: 0; } }
  @media (min-width: 1440px) {
    .plans__countries {
      order: 2;
      margin-left: 36px; } }

.plans__country {
  margin-right: 5px; }
  @media (min-width: 768px) {
    .plans__country {
      margin-right: 7px; } }

@media (min-width: 768px) {
  .plans__number {
    order: 2;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px; } }

@media (min-width: 1440px) {
  .plans__number {
    order: 1; } }

.plans__content {
  margin: 20px 0 0 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #1d2e5b;
  text-transform: uppercase;
  letter-spacing: 0.9px; }
  .plans__content b {
    font-weight: 500; }
  @media (min-width: 768px) {
    .plans__content {
      display: flex;
      width: calc(100% + 73px);
      align-items: baseline;
      justify-content: space-between;
      margin: 37px -33px 0 -40px;
      padding: 17px 33px 0 40px;
      border-top: 1px solid rgba(203, 206, 217, 0.3);
      font-size: 20px;
      line-height: 20px;
      letter-spacing: 2px; } }
  @media (min-width: 1440px) {
    .plans__content {
      width: 600px;
      margin: 0;
      padding: 0;
      border: none; } }

@media (min-width: 1440px) {
  .plans__companions {
    margin-right: 36px; } }

.plans__date {
  display: flex;
  align-items: center;
  margin-top: 5px; }
  .plans__date b:first-child {
    margin-right: 6px; }
    @media (min-width: 768px) {
      .plans__date b:first-child {
        margin-right: 9px; } }
  .plans__date b:last-child {
    margin-left: 5px; }
    @media (min-width: 768px) {
      .plans__date b:last-child {
        margin-left: 9px; } }
  @media (min-width: 768px) {
    .plans__date {
      margin: 0;
      letter-spacing: 1px; } }
  @media (min-width: 1440px) {
    .plans__date {
      margin: 0 130px 0 0; } }

.plans__dash {
  position: relative;
  display: block;
  width: 13px;
  height: 100%; }
  .plans__dash::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1d2e5b;
    transform: translateY(-50%); }
  @media (min-width: 768px) {
    .plans__dash {
      width: 19px; } }

.plans__button {
  margin-top: 24px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: opacity 0.3s ease; }
  .plans__button:hover {
    opacity: 0.6; }
  .plans__button:active {
    opacity: 0.3; }
  .plans__button:focus {
    outline: none; }
  @media (min-width: 768px) {
    .plans__button {
      margin: 0 5px 0 0;
      font-size: 20px;
      line-height: 20px;
      letter-spacing: 2px; } }
  @media (min-width: 1440px) {
    .plans__button {
      margin-right: 10px;
      letter-spacing: 1.6px; } }

.step {
  display: none;
  margin-bottom: 10px;
  padding: 22px 25px;
  border-radius: 10px;
  background-color: #ffffff; }
  @media (min-width: 768px) {
    .step {
      padding: 44px 40px 56px 40px;
      border-radius: 30px; } }
  @media (min-width: 1440px) {
    .step {
      padding: 95px 160px 106px 160px;
      border-radius: 60px; } }
  .step--active {
    display: block; }

.step__title {
  font-size: 20px;
  line-height: 20px;
  color: #1d2e5b; }
  @media (min-width: 768px) {
    .step__title {
      font-size: 36px;
      line-height: 36px; } }
  @media (min-width: 1440px) {
    .step__title br {
      display: none; } }

.step__text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 22px;
  color: #444444; }
  @media (min-width: 768px) {
    .step__text {
      margin-top: 37px;
      padding-right: 20px;
      font-size: 20px;
      line-height: 24px; } }
  @media (min-width: 1440px) {
    .step__text {
      max-width: 581px;
      margin-top: 35px;
      padding-right: 0; } }

.step__group {
  margin-top: 19px; }
  @media (min-width: 768px) {
    .step__group {
      margin-top: 39px;
      padding-top: 24px;
      border-top: 1px solid #e1e3e9; } }
  @media (min-width: 1440px) {
    .step__group {
      display: flex;
      align-items: center;
      margin-top: 56px;
      padding-top: 30px; } }
  .step__group--relative {
    position: relative;
    top: -36px; }
    @media (min-width: 768px) {
      .step__group--relative {
        top: 0;
        margin-top: 26px; } }
    @media (min-width: 1440px) {
      .step__group--relative {
        margin-top: 15px;
        padding: 0 0 33px 0;
        border-top: none;
        border-bottom: 1px solid #e1e3e9; } }
  @media (min-width: 768px) {
    .step__group--calendar {
      margin-top: 2px;
      margin-bottom: 48px;
      border-top: none; } }
  @media (min-width: 1440px) {
    .step__group--calendar {
      display: block;
      margin-top: -33px;
      padding-top: 0; } }
  .step__group--country {
    position: relative;
    margin: 0; }
    .step__group--country:not(:last-child) {
      padding-bottom: 25px; }
      .step__group--country:not(:last-child)::before {
        position: absolute;
        content: "";
        top: 12px;
        left: -12px;
        width: 2px;
        height: 100%;
        background-color: #1d2e5b; }
        @media (min-width: 768px) {
          .step__group--country:not(:last-child)::before {
            left: inherit;
            right: -34px;
            top: 44px; } }
        @media (min-width: 1440px) {
          .step__group--country:not(:last-child)::before {
            right: 150px;
            top: 50px; } }
    @media (min-width: 768px) {
      .step__group--country {
        border: none; } }
    @media (min-width: 1440px) {
      .step__group--country {
        flex-direction: column;
        align-items: stretch; } }

.step__fieldset {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .step__fieldset {
      margin-top: 34px;
      padding: 20px 33px 50px 0;
      border-top: 1px solid #cbced9; } }
  @media (min-width: 1440px) {
    .step__fieldset {
      margin-top: 55px;
      padding-top: 40px; } }

.step__subtitle {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #1d2e5b;
  text-transform: uppercase;
  letter-spacing: 1.4px; }
  .step__subtitle span {
    opacity: 0.3; }
    @media (min-width: 768px) {
      .step__subtitle span {
        letter-spacing: 0; } }
    @media (min-width: 1440px) {
      .step__subtitle span {
        position: relative;
        left: 254px;
        opacity: 1; } }
  @media (min-width: 768px) {
    .step__subtitle {
      font-size: 20px;
      line-height: 18px;
      letter-spacing: 2px; } }
  @media (min-width: 1440px) {
    .step__subtitle {
      width: 221px;
      letter-spacing: 0; } }

.step__inner {
  position: relative;
  margin-top: 10px; }
  @media (min-width: 768px) {
    .step__inner {
      margin-top: 26px; } }
  @media (min-width: 1440px) {
    .step__inner {
      width: 180px;
      margin: 0; } }

.step__input-number {
  width: 100%;
  padding: 11px 42px;
  font-family: inherit;
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  color: #1d2e5b;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #cbced9;
  background-color: transparent;
  transition: all 0.3s ease; }
  .step__input-number:hover {
    border-color: #959bb2; }
    .step__input-number:hover ~ .step__btn svg {
      fill: #959bb2; }
  .step__input-number:active {
    border-color: #161c35; }
  .step__input-number:focus {
    border-color: #161c35;
    outline: none; }
    .step__input-number:focus ~ .step__btn svg {
      fill: #161c35; }
  .step__input-number:disabled {
    background-color: #ffffff; }
  @media (min-width: 768px) {
    .step__input-number {
      padding: 21px 66px;
      font-size: 20px;
      line-height: 20px; } }
  @media (min-width: 1440px) {
    .step__input-number {
      padding: 21px 60px; } }

.step__btn {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer; }
  .step__btn svg {
    width: 14px;
    height: 14px;
    transition: fill 0.3s ease; }
    @media (min-width: 768px) {
      .step__btn svg {
        width: 20px;
        height: 20px; } }
  .step__btn:hover svg {
    fill: #999999; }
  .step__btn:active {
    outline: none; }
    .step__btn:active svg {
      fill: #e5e5e5; }
  .step__btn:focus {
    outline: none; }
  .step__btn--less {
    left: 0; }
  .step__btn--more {
    right: 0; }
  @media (min-width: 768px) {
    .step__btn {
      width: 66px; } }
  @media (min-width: 1440px) {
    .step__btn {
      width: 60px; } }

.step__checkbox {
  position: relative;
  bottom: -98px;
  display: flex;
  align-items: center;
  margin-top: 10px; }
  @media (min-width: 768px) {
    .step__checkbox {
      bottom: 0;
      margin-top: 26px; } }
  @media (min-width: 1440px) {
    .step__checkbox {
      margin: 0 0 0 auto; } }

.step__input-checkbox {
  display: none; }
  .step__input-checkbox:checked + .step__control::before {
    display: block; }

.step__control {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #cbced9;
  transition: all 0.3s ease;
  cursor: pointer; }
  .step__control::before {
    position: absolute;
    content: "";
    display: none;
    width: 9px;
    height: 9px;
    background-image: url("../img/icons/icon-check.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (min-width: 768px) {
      .step__control::before {
        width: 11px;
        height: 11px; } }
  .step__control:hover {
    border-color: #959bb2; }
  .step__control:active {
    background-color: #e2e5f1;
    border-color: #e2e5f1; }
    .step__control:active::before {
      opacity: 0.3; }
  @media (min-width: 768px) {
    .step__control {
      width: 36px;
      height: 36px; } }

.step__span {
  margin-left: 13px;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  color: #1d2e5b; }
  @media (min-width: 768px) {
    .step__span {
      margin-left: 22px;
      font-size: 20px;
      font-weight: 500;
      line-height: 20px;
      text-transform: uppercase;
      letter-spacing: 2px; } }

.step__controls {
  margin-top: 22px; }
  @media (min-width: 768px) {
    .step__controls {
      display: flex;
      justify-content: space-between;
      margin-top: 0; } }
  @media (min-width: 1440px) {
    .step__controls {
      margin-top: 56px; } }

.step__button {
  width: 100%;
  padding: 5px;
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #1d2e5b;
  border: none;
  background-color: #ffd74b;
  border-radius: 20px;
  cursor: pointer; }
  .step__button::after {
    opacity: 0; }
  @media (min-width: 768px) {
    .step__button {
      max-width: 284px;
      height: 80px;
      padding: 21px 33px 25px 33px;
      font-size: 24px;
      line-height: 24px;
      text-transform: none;
      text-align: left; }
      .step__button::after {
        opacity: 1; } }
  .step__button--simple {
    position: relative;
    background-color: transparent;
    transition: opacity 0.3s ease; }
    .step__button--simple:hover {
      opacity: 0.7; }
    .step__button--simple:active {
      opacity: 0.3;
      outline: none; }
    @media (min-width: 768px) {
      .step__button--simple {
        padding-right: 40px;
        text-align: right;
        line-height: 22px; }
        .step__button--simple::before {
          position: absolute;
          content: "";
          top: 45%;
          left: 65px;
          width: 14px;
          height: 14px;
          background-image: url("../img/icons/icon-triangle.svg");
          background-repeat: no-repeat;
          transform: translateY(-50%) rotate(300deg);
          transition: all 0.3s ease; } }

.step__heading {
  position: relative;
  margin-top: 33px; }

.step__input-date {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 9px 30px 11px 30px;
  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #1d2e5b;
  text-align: center;
  border: none;
  border-top: 1px solid #d6daed;
  border-bottom: 1px solid #d6daed; }
  .step__input-date::-webkit-calendar-picker-indicator {
    display: none; }
  .step__input-date:focus {
    outline: none; }
  @media (min-width: 768px) {
    .step__input-date {
      padding: 22px 64px 25px 64px;
      font-size: 36px;
      line-height: 36px; } }
  @media (min-width: 1440px) {
    .step__input-date {
      border-top: none; } }

.step__arrow {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 21px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  opacity: 0.3;
  transform: translateY(-50%);
  transition: opacity 0.3s ease; }
  .step__arrow svg {
    transition: opacity 0.3s ease; }
  .step__arrow:hover svg {
    opacity: 0.5; }
  .step__arrow:active svg {
    opacity: 0.1; }
  .step__arrow:focus {
    outline: none; }
  @media (min-width: 768px) {
    .step__arrow--prev {
      left: 12px; } }
  @media (min-width: 1440px) {
    .step__arrow--prev {
      left: -10px; } }
  .step__arrow--next {
    right: 0; }
    @media (min-width: 768px) {
      .step__arrow--next {
        right: 12px; } }
    @media (min-width: 1440px) {
      .step__arrow--next {
        right: -10px; } }
  @media (min-width: 768px) {
    .step__arrow {
      width: 30px;
      height: 36px; } }
  @media (min-width: 1440px) {
    .step__arrow {
      width: 35px;
      height: 30px; } }

.step__table {
  width: 100%;
  margin-top: 21px;
  border-collapse: collapse; }
  @media (min-width: 768px) {
    .step__table {
      margin-top: 38px; } }
  @media (min-width: 1440px) {
    .step__table {
      margin-top: 17px; } }
  .step__table th {
    padding-bottom: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #444444; }
    .step__table th:nth-child(6), .step__table th:nth-child(7) {
      color: #ff5c23; }
    @media (min-width: 768px) {
      .step__table th {
        font-size: 18px; } }
    @media (min-width: 1440px) {
      .step__table th {
        padding: 0 0 20px 16px; } }
  .step__table span {
    display: block;
    width: 7px;
    margin: 0 auto;
    overflow: hidden; }
    @media (min-width: 768px) {
      .step__table span {
        width: auto; } }
    @media (min-width: 1440px) {
      .step__table span {
        text-align: left; } }
  .step__table td {
    width: 31px;
    height: 31px;
    text-align: center;
    border: 1px solid #d6d9e6; }
    @media (min-width: 768px) {
      .step__table td {
        width: 77px;
        height: 69px;
        font-size: 18px; } }
    @media (min-width: 1440px) {
      .step__table td {
        width: 142px;
        height: 71px;
        padding: 10px 0 0 15px;
        vertical-align: top;
        text-align: left; } }

.step__choices {
  position: relative;
  margin-top: 21px; }
  @media (min-width: 768px) {
    .step__choices {
      padding: 42px 0;
      border-top: 1px solid #e1e3e9; }
      .step__choices::after {
        position: absolute;
        content: "";
        top: 0;
        right: 143px;
        width: 1px;
        height: 100%;
        background: linear-gradient(180deg, #e1e3e9 80%, white 100%); } }

.step__choice {
  position: relative;
  display: flex; }
  .step__choice:not(:last-child) {
    margin-bottom: 22px; }
    .step__choice:not(:last-child)::after {
      position: absolute;
      content: "";
      right: 48px;
      bottom: -15px;
      width: 9px;
      height: 10px;
      background-image: url("../img/icons/icon-choice-arrow-down.svg");
      background-repeat: no-repeat; }
      @media (min-width: 768px) {
        .step__choice:not(:last-child)::after {
          display: none; } }
  @media (min-width: 768px) {
    .step__choice:last-child {
      padding-right: 167px; } }

.step__choice-button {
  position: relative;
  flex-grow: 1;
  height: 43px;
  padding: 10px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #1d2e5b;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.3px;
  white-space: nowrap;
  background-color: #edeff6;
  border-radius: 4px;
  border: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease; }
  .step__choice-button:hover {
    border-color: #959bb2; }
  .step__choice-button[data-selected="true"] ~ .step__flag {
    display: inline-block; }
  .step__choice-button[data-selected="true"]::before {
    right: -4px;
    z-index: 2;
    background-color: #1d2e5b;
    border-color: #1d2e5b; }
  .step__choice-button::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 48px;
    z-index: 2;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #cbced9;
    background-color: #ffffff;
    transform: translateY(-50%); }
    @media (min-width: 768px) {
      .step__choice-button::before {
        right: -32px !important;
        width: 14px;
        height: 14px; } }
  .step__choice-button::after {
    position: absolute;
    content: "";
    right: 15px;
    top: 50%;
    z-index: 2;
    width: 14px;
    height: 14px;
    background-image: url("../img/icons/icon-plus.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.3;
    transform: translateY(-50%); }
    @media (min-width: 768px) {
      .step__choice-button::after {
        right: 25px;
        width: 21px;
        height: 21px; } }
  .step__choice-button--white {
    background-color: transparent;
    border-color: #cbced9; }
    .step__choice-button--white::after {
      width: 16px;
      height: 12px;
      background-image: url("../img/icons/icon-choice-arrow.svg");
      background-position: center; }
      @media (min-width: 768px) {
        .step__choice-button--white::after {
          width: 20px;
          height: 20px; } }
  .step__choice-button--add {
    margin: 0;
    background-color: #edeff6;
    transition: all 0.3s ease; }
    .step__choice-button--add:hover {
      background-color: #edeff6;
      border-color: #edeff6; }
    .step__choice-button--add:active {
      background-color: #dfe3f0; }
    @media (min-width: 768px) {
      .step__choice-button--add::before {
        background-color: #edeff6; } }
    @media (min-width: 1440px) {
      .step__choice-button--add {
        background-color: transparent; } }
  @media (min-width: 768px) {
    .step__choice-button {
      height: 70px;
      padding: 25px;
      font-size: 20px;
      line-height: 20px; } }
  .step__choice-button[data-country="Чехия"] ~ .step__flag::after {
    background-image: url("../img/flags/flag-czech.png"); }
  .step__choice-button[data-country="Австралия"] ~ .step__flag::after {
    background-image: url("../img/flags/flag-australia.png"); }
  .step__choice-button[data-country="Бельгия"] ~ .step__flag::after {
    background-image: url("../img/flags/flag-belgium.png"); }
  .step__choice-button[data-country="Доминика"] ~ .step__flag::after {
    background-image: url("../img/flags/flag-dominica.png"); }
  .step__choice-button[data-country="Германия"] ~ .step__flag::after {
    background-image: url("../img/flags/flag-germany.png"); }
  .step__choice-button[data-country="Сейшелы"] ~ .step__flag::after {
    background-image: url("../img/flags/flag-seyshels.png"); }
  .step__choice-button[data-country="Шри-Ланка"] ~ .step__flag::after {
    background-image: url("../img/flags/flag-shrilanka.png"); }
  .step__choice-button[data-country="Таиланд"] ~ .step__flag::after {
    background-image: url("../img/flags/flag-thailand.png"); }
  .step__choice-button[data-country="США"] ~ .step__flag::after {
    background-image: url("../img/flags/flag-usa.png"); }
  .step__choice-button[data-country="Великобритания"] ~ .step__flag::after {
    background-image: url("../img/flags/flag-britain.png"); }

.step__flag {
  position: relative;
  display: none;
  width: 53px;
  height: 43px;
  vertical-align: top;
  margin-left: -1px;
  border: 1px solid #cbced9;
  border-radius: 4px; }
  .step__flag::before {
    position: absolute;
    content: "";
    left: -91px;
    top: 50%;
    width: 90px;
    height: 36px;
    background-image: url("../img/fade-mobile.png");
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateY(-50%); }
  .step__flag::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 35px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100%;
    transform: translate(-50%, -50%); }
    @media (min-width: 768px) {
      .step__flag::after {
        width: 70px;
        height: 47px; } }
  @media (min-width: 768px) {
    .step__flag {
      display: block;
      width: 168px;
      height: 70px;
      border: none; } }

.step__countries {
  position: absolute;
  top: 0;
  z-index: 22;
  display: none;
  width: 100%; }
  @media (min-width: 768px) {
    .step__countries {
      padding-right: 167px; } }
  @media (min-width: 1440px) {
    .step__countries {
      padding-right: 0; } }
  .step__countries--active {
    display: block; }
    .step__countries--active ~ .step__close {
      display: none; }

.step__country {
  font-size: 16px;
  font-family: inherit;
  line-height: 22px;
  color: #444444;
  text-align: left;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer; }
  .step__country:hover {
    color: #1d2e5b; }
  .step__country:active {
    color: #1d2e5b;
    opacity: 0.3;
    outline: none; }
  @media (min-width: 768px) {
    .step__country {
      font-size: 20px;
      line-height: 20px; } }

.step__wrapper {
  background-color: #ffffff; }
  @media (min-width: 768px) {
    .step__wrapper {
      padding: 35px 27px;
      box-shadow: 0 8px 16px 0 rgba(54, 80, 148, 0.18);
      border-right: 1px solid #d6d9e6; } }

.step__letters {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff; }
  @media (min-width: 1440px) {
    .step__letters {
      width: auto;
      border-collapse: separate;
      border-spacing: 16px; } }

.step__letters-cell {
  width: 45px;
  height: 43px;
  border: 1px solid #cbced9;
  transition: border 0.3s ease; }
  .step__letters-cell:hover {
    border-color: #959bb2; }
  @media (min-width: 768px) {
    .step__letters-cell {
      width: 55px;
      height: 70px; } }
  @media (min-width: 1440px) {
    .step__letters-cell {
      width: 60px;
      height: 70px; } }

.step__letter {
  display: block;
  width: 100%;
  height: 100%;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  background-color: #ffffff;
  border: none; }
  .step__letter:hover {
    cursor: pointer; }
  .step__letter--active {
    background-color: #edeff6; }
    @media (min-width: 768px) {
      .step__letter--active {
        color: #ffffff;
        background-color: #1d2e5b; } }

.step__content {
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #cbced9;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }
  .step__content::-webkit-scrollbar {
    width: 10px;
    height: 2px;
    background-color: #edeff6; }
  .step__content::-webkit-scrollbar-thumb {
    background-color: #959bb2;
    border-radius: 25px; }
  @media (min-width: 768px) {
    .step__content {
      position: absolute;
      top: 71px;
      right: -33px;
      height: calc(100% - 71px);
      overflow-y: scroll;
      scrollbar-width: thin;
      border: none;
      border-bottom-left-radius: 0;
      box-shadow: 8px 8px 16px 0 rgba(54, 80, 148, 0.18); } }
  @media (min-width: 1440px) {
    .step__content {
      right: 0;
      padding: 25px; } }

@media (min-width: 768px) {
  .step__list {
    width: 160px; } }

@media (min-width: 1440px) {
  .step__list {
    width: 300px; } }

.step__box {
  margin-bottom: 7px; }

.step__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 10px 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #1d2e5b; }
  @media (min-width: 768px) {
    .step__header {
      padding: 25px; } }

.step__caption {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff; }
  @media (min-width: 768px) {
    .step__caption {
      font-size: 20px;
      line-height: 20px; } }

.step__cross {
  width: 9px;
  height: 9px;
  border: none;
  background-color: transparent;
  background-image: url("../img/icons/icon-cross.svg");
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.3s ease; }
  .step__cross:hover {
    opacity: 1; }
  .step__cross:active {
    opacity: 0.1;
    outline: none; }
  @media (min-width: 768px) {
    .step__cross {
      width: 21px;
      height: 21px; } }

.step__close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 21px;
  height: 21px;
  border: none;
  border-radius: 50%;
  background-color: #edeff6;
  background-image: url("../img/icons/icon-close.svg");
  background-repeat: no-repeat;
  background-size: 9px 9px;
  background-position: center;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease; }
  .step__close:hover {
    opacity: 1; }
  .step__close:active {
    opacity: 0.1;
    outline: none; }
  @media (min-width: 768px) {
    .step__close {
      top: 50%;
      right: 0;
      width: 22px;
      height: 24px;
      background-color: transparent;
      background-size: 22px 24px;
      transform: translateY(-50%); } }

.step__head {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .step__head .step__flag {
    display: block;
    width: 35px;
    height: 24px;
    background-size: contain;
    border: none; }
    .step__head .step__flag::after {
      display: none; }
    .step__head .step__flag::before {
      position: absolute;
      content: "";
      left: inherit;
      right: 33px;
      top: 50%;
      z-index: 1;
      width: 45px;
      height: 100%;
      background-image: url("../img/fade-mobile.png");
      background-repeat: no-repeat;
      transform: translateY(-50%); }
      @media (min-width: 768px) {
        .step__head .step__flag::before {
          right: -40px;
          width: 14px;
          height: 14px;
          border-radius: 50%;
          background-image: none;
          background-color: #1d2e5b; } }
      @media (min-width: 1440px) {
        .step__head .step__flag::before {
          right: 144px; } }
    @media (min-width: 768px) {
      .step__head .step__flag {
        width: 70px;
        height: 47px; } }
    .step__head .step__flag[data-country="Чехия"] {
      background-image: url("../img/flags/flag-czech.png"); }
    .step__head .step__flag[data-country="Австралия"] {
      background-image: url("../img/flags/flag-australia.png"); }
    .step__head .step__flag[data-country="Бельгия"] {
      background-image: url("../img/flags/flag-belgium.png"); }
    .step__head .step__flag[data-country="Доминика"] {
      background-image: url("../img/flags/flag-dominica.png"); }
    .step__head .step__flag[data-country="Германия"] {
      background-image: url("../img/flags/flag-germany.png"); }
    .step__head .step__flag[data-country="Сейшелы"] {
      background-image: url("../img/flags/flag-seyshels.png"); }
    .step__head .step__flag[data-country="Шри-Ланка"] {
      background-image: url("../img/flags/flag-shrilanka.png"); }
    .step__head .step__flag[data-country="Таиланд"] {
      background-image: url("../img/flags/flag-thailand.png"); }
    .step__head .step__flag[data-country="США"] {
      background-image: url("../img/flags/flag-usa.png"); }
    .step__head .step__flag[data-country="Великобритания"] {
      background-image: url("../img/flags/flag-britain.png"); }

.step__legend {
  position: relative;
  padding-left: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: #1d2e5b; }
  .step__legend::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #1d2e5b;
    transform: translateY(-50%); }
    @media (min-width: 768px) {
      .step__legend::before {
        display: none; } }
  .step__legend::after {
    position: absolute;
    content: "";
    top: 50%;
    left: -12px;
    width: 12px;
    height: 2px;
    background-color: #1d2e5b;
    transform: translateY(-50%); }
    @media (min-width: 768px) {
      .step__legend::after {
        display: none; } }
  @media (min-width: 768px) {
    .step__legend {
      padding-left: 0;
      font-size: 30px;
      font-weight: 700;
      line-height: 30px; } }

.step__textarea {
  width: 100%;
  height: 220px;
  margin-top: 18px;
  padding: 10px 14px;
  font-size: 16px;
  font-family: inherit;
  line-height: 22px;
  color: #444444;
  border: 1px solid #cbced9;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease; }
  .step__textarea:hover {
    border-color: #959bb2; }
  .step__textarea:active {
    border-color: #161c35; }
  .step__textarea::-moz-placeholder {
    opacity: 0.3; }
  .step__textarea:-ms-input-placeholder {
    opacity: 0.3; }
  .step__textarea::placeholder {
    opacity: 0.3; }
  @media (min-width: 768px) {
    .step__textarea {
      padding: 20px;
      height: 140px;
      font-size: 20px;
      line-height: 20px; } }
  @media (min-width: 1440px) {
    .step__textarea {
      max-width: 730px; } }
