@charset "UTF-8";
@font-face {
  font-weight: 400;
  font-family: "Blogger Sans";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/bloggersans.woff") format("woff"), url("../fonts/bloggersans.woff2") format("woff2");
}

@font-face {
  font-weight: 700;
  font-family: "Blogger Sans";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/bloggersans-bold.woff") format("woff"), url("../fonts/bloggersans-bold.woff2") format("woff2");
}

@font-face {
  font-weight: 500;
  font-family: "Blogger Sans";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/bloggersans-medium.woff") format("woff"), url("../fonts/bloggersans-medium.woff2") format("woff2");
}

@font-face {
  font-weight: 300;
  font-family: "Blogger Sans";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/bloggersans-light.woff") format("woff"), url("../fonts/bloggersans-light.woff2") format("woff2");
}

@font-face {
  font-weight: 400;
  font-family: "Blogger Sans";
  font-style: italic;
  font-display: swap;
  src: url("../fonts/bloggersans-italic.woff") format("woff"), url("../fonts/bloggersans-italic.woff2") format("woff2");
}

@font-face {
  font-weight: 700;
  font-family: "Blogger Sans";
  font-style: italic;
  font-display: swap;
  src: url("../fonts/bloggersans-bolditalic.woff") format("woff"), url("../fonts/bloggersans-bolditalic.woff2") format("woff2");
}

@font-face {
  font-weight: 300;
  font-family: "Blogger Sans";
  font-style: italic;
  font-display: swap;
  src: url("../fonts/bloggersans-lightitalic.woff") format("woff"), url("../fonts/bloggersans-lightitalic.woff2") format("woff2");
}

@font-face {
  font-weight: 500;
  font-family: "Blogger Sans";
  font-style: italic;
  font-display: swap;
  src: url("../fonts/bloggersans-mediumitalic.woff") format("woff"), url("../fonts/bloggersans-mediumitalic.woff2") format("woff2");
}

body {
  min-width: 320px;
  /*  width: 768px;*/
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Blogger Sans", sans-serif;
  font-style: normal;
  color: #192144;
  background-color: #edeff6;
}

img {
  max-width: 100%;
  height: auto;
}

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  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;
  background-position: 0 0;
}

.container {
  width: 320px;
  padding: 0 25px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .container {
    width: 768px;
    padding: 0 40px;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 1440px;
    padding: 0 60px;
  }
}

.page-header {
  background-color: #161c34;
}

.page-header--scroll {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.page-main--scroll {
  margin-top: 73px;
}

@media (min-width: 768px) {
  .page-main--scroll {
    margin-top: 133px;
  }
}

@media (min-width: 1440px) {
  .page-main {
    margin-top: -20px;
  }
  .page-main--scroll {
    margin-top: 102px;
  }
}

.site-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}

.site-list__link {
  color: #192144;
  text-decoration: none;
}

@media (min-width: 768px) {
  .site-list {
    font-size: 60px;
    line-height: 71px;
    text-align: left;
  }
}

@media (min-width: 1440px) {
  .site-list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    line-height: 30px;
    padding-top: 15px;
  }
  .site-list__item {
    margin-right: 35px;
  }
  .site-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .site-list__link {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  .site-list__link:hover, .site-list__link:focus {
    color: #ffd74b;
  }
  .site-list__link:active {
    color: rgba(255, 215, 75, 0.5);
  }
  .site-list__item span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .site-list__item span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    /*		    font-weight: 700;*/
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .site-list__link:hover span,
  .site-list__link:focus span {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.user-list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 270px;
}

.user-list__authorization {
  display: block;
  box-sizing: border-box;
  text-align: center;
  font-size: 17px;
  line-height: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #192144;
  padding: 14px 10px;
  padding-bottom: 7px;
  background-color: #ffd74b;
  border-radius: 30px;
  text-transform: uppercase;
}

.user-list__authorization:hover, .user-list__authorization:focus {
  background-color: #ffbd30;
}

.user-list__authorization:active {
  background-color: #ffbd30;
  color: rgba(25, 33, 68, 0.4);
}

.intro__user-list .user-list__authorization {
  padding: 6px 5px;
  padding-bottom: 3px;
}

@media (min-width: 768px) {
  .user-list {
    width: 190px;
  }
  .user-list__authorization {
    font-size: 20px;
  }
}

.contact {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 240px;
}

.contact__link {
  position: relative;
  text-decoration: none;
  display: block;
  color: #192144;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 65px;
}

.contact__link::before {
  content: "";
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  top: 0;
  left: 0;
  background-color: #121936;
  border-radius: 50%;
}

.contact__link svg {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 12px;
  left: 12px;
}

@media (min-width: 768px) {
  .contact {
    width: 400px;
    font-size: 28px;
    line-height: 28px;
  }
  .contact__link {
    padding-left: 93px;
    padding-top: 22px;
    padding-bottom: 20px;
    font-weight: 700;
  }
  .contact__link::before {
    width: 70px;
    height: 70px;
  }
  .contact__link--call {
    text-transform: uppercase;
  }
  .contact__link svg {
    position: absolute;
    display: block;
    width: 30px;
    height: 27px;
    top: 22px;
    left: 22px;
  }
}

@media (min-width: 1440px) {
  .contact__link {
    padding-top: 34px;
    padding-bottom: 30px;
    padding-left: 123px;
  }
  .contact__link::before {
    width: 90px;
    height: 90px;
  }
  .contact__link svg {
    position: absolute;
    display: block;
    width: 40px;
    height: 27px;
    top: 32px;
    left: 25px;
  }
  .contact__link--call svg {
    height: 35px;
    top: 30px;
  }
}

.social {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 115px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.social__item {
  margin-right: 15px;
}

.social__item:nth-child(3n) {
  margin-right: 0px;
}

.social__link {
  display: block;
  width: 30px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.social__link--facebook {
  background-image: url("../img/facebook.svg");
  width: 20px;
}

.social__link--vkontakte {
  background-image: url("../img/vk.svg");
}

.social__link--instagram {
  background-image: url("../img/instagram.svg");
}

.communication {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
}

.communication__link {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.communication__link::before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  top: 10px;
  left: 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.communication__link:active::before {
  opacity: 0.3;
}

.communication__link--call {
  background-color: #ff8d30;
}

.communication__link--call::before {
  background-image: url("../img/topmenu-phone.svg");
}

.communication__link--call:hover, .communication__link--call:focus {
  background-color: #f26926;
}

.communication__link--call:active {
  background-color: #f26926;
}

.communication__link--mail {
  background-color: #ffbd30;
}

.communication__link--mail::before {
  background-image: url("../img/topmenu-mail.svg");
}

.communication__link--mail:hover, .communication__link--mail:focus {
  background-color: #ff8d30;
}

.communication__link--mail:active {
  background-color: #ff8d30;
}

@media (min-width: 768px) {
  .communication__link {
    width: 50px;
    height: 50px;
  }
  .communication__link::before {
    top: 15px;
    left: 15px;
  }
}

.main-nav {
  position: relative;
  background-color: #161c36;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 28px;
  padding-bottom: 26px;
}

.main-nav.main-nav--scroll {
  -webkit-transition: 1s;
  transition: 1s;
  background-color: #ffffff;
}

.main-nav__logo {
  display: block;
  position: relative;
  z-index: 3;
}

.main-nav__logo-image {
  width: 100px;
  height: 19px;
}

.main-nav__toggle {
  position: absolute;
  top: 26px;
  right: 20px;
  z-index: 1;
  display: block;
  width: 35px;
  height: 21px;
  z-index: 3;
  background-color: transparent;
  cursor: pointer;
  border: none;
}

.main-nav--closed .main-nav__toggle::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  box-shadow: 0 8px 0 0 #ffffff;
}

.main-nav--scroll .main-nav__toggle::before {
  background-color: #cccccc;
  box-shadow: 0 8px 0 0 #cccccc;
}

.main-nav--opened .main-nav__toggle {
  width: 29px;
}

.main-nav--opened .main-nav__toggle::before, .main-nav--opened .main-nav__toggle::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 4px;
  width: 19px;
  height: 2px;
  background-color: #cccccc;
}

.main-nav--opened .main-nav__toggle::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  box-shadow: none;
}

.main-nav--opened .main-nav__toggle::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.main-nav--opened .main-nav__wrapper {
  padding: 40px 25px;
  padding-top: 120px;
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 2;
}

.main-nav--closed .main-nav__list,
.main-nav--closed .main-nav__user-list,
.main-nav--closed .main-nav__contact,
.main-nav--closed .main-nav__communication,
.main-nav--closed .main-nav__social {
  display: none;
}

.main-nav__communication {
  display: none;
}

.main-nav__list {
  margin-bottom: 55px;
}

.main-nav__user-list {
  margin: 0 auto;
  margin-bottom: 50px;
}

.main-nav__contact {
  margin: 0 auto;
  margin-bottom: 40px;
}

.main-nav__social {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .main-nav {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 43px;
    padding-bottom: 40px;
    background-color: #182044;
  }
  .main-nav__toggle {
    top: 56px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .main-nav--opened .main-nav__wrapper {
    padding-left: 95px;
    padding-top: 190px;
    padding-right: 95px;
    top: 0px;
  }
  .main-nav__logo-image {
    width: 166px;
    height: 42px;
  }
  .main-nav--closed .main-nav__user-list,
  .main-nav--opened .main-nav__user-list {
    display: block;
    position: absolute;
    right: 40px;
    margin: 0;
  }
  .main-nav--opened .main-nav__user-list {
    top: 40px;
  }
  .main-nav--closed .main-nav__user-list {
    top: 40px;
  }
  .main-nav__list {
    margin-bottom: 150px;
  }
  .main-nav__contact {
    margin: 0;
    margin-bottom: 130px;
  }
  .main-nav__social {
    margin: 0;
  }
}

@media (max-width: 1439px) {
  .main-nav--opened {
    background-color: #ffffff;
  }
}

@media (min-width: 1440px) {
  .main-nav {
    width: 1320px;
    margin: 0 auto;
    padding-top: 47px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: flex;
    background-color: #161c34;
  }
  .main-nav--scroll a {
    color: #192144;
  }
  .main-nav--closed .main-nav__wrapper,
  .main-nav--opened .main-nav__wrapper {
    width: auto;
    position: static;
    display: -webkit-box;
    display: flex;
    background-color: transparent;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .main-nav--closed .main-nav__list,
  .main-nav--closed .main-nav__communication {
    display: -webkit-box;
    display: flex;
  }
  .main-nav--closed .main-nav__user-list,
  .main-nav--opened .main-nav__user-list {
    position: static;
  }
  .main-nav__logo {
    padding-right: 100px;
    margin-right: 42px;
  }
  .main-nav__list {
    margin-bottom: 0;
    margin-right: 295px;
  }
  .main-nav__logo-image {
    box-sizing: border-box;
    width: 200px;
    height: 52px;
  }
  .main-nav__contact {
    display: none;
  }
  .main-nav__social {
    display: none;
  }
  .main-nav__toggle {
    display: none;
  }
}

.section-title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 23px;
  color: #ff8d30;
}

@media (min-width: 768px) {
  .section-title {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 40px;
  }
}

.button {
  position: relative;
  display: block;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  width: 270px;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  border-radius: 10px;
  color: #1d2e5b;
  background-color: #ffd74b;
}

.button::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 25px;
  top: 24px;
  border: 7px solid transparent;
  border-left-color: #1d2e5b;
  border-right: 0;
}

.button:hover, .button:focus {
  background-color: #ffbd30;
}

.button:active {
  background-color: #ffbd30;
  color: rgba(29, 46, 91, 0.4);
}

.button:active::after {
  opacity: 0.4;
}

@media (min-width: 768px) {
  .button {
    width: 620px;
    font-size: 24px;
    line-height: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 20px;
  }
  .button::after {
    border: 9px solid transparent;
    border-left-color: #1d2e5b;
    border-right: 0;
    top: 34px;
    right: 40px;
  }
}

@media (min-width: 1440px) {
  .button {
    width: 275px;
  }
}

.reviews__item {
  margin: 0;
  padding: 0;
  width: 160px;
}

.reviews__text {
  margin: 0;
  font-weight: 300;
  margin-bottom: 20px;
}

.reviews__author-name {
  margin: 0;
  font-weight: 700;
}

@media (min-width: 768px) {
  .reviews__item {
    width: 260px;
  }
  .reviews__text {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 40px;
  }
  .reviews__author-name {
    font-size: 21px;
    line-height: 25px;
  }
}

.intro {
  position: relative;
  background-color: #161c36;
  color: #ffffff;
  padding-top: 20px;
  background-image: url("../img/globe-back-mobile@1x.jpg");
  background-repeat: no-repeat;
  background-position: center -160px;
  background-size: 100% 569px;
}

.intro__wrapper {
  background-image: url("../img/traveller-illustration-mobile@1x.png");
  background-repeat: no-repeat;
  background-position: 80px 130px;
  background-size: 192px 265px;
  padding-bottom: 110px;
}

.intro__wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.intro__title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-bottom: 245px;
}

.intro__user-list {
  width: 190px;
}

.intro__reviews {
  margin-left: 25px;
}

@media (min-width: 768px) {
  .intro {
    background-color: #182044;
    padding-top: 30px;
    background-image: url("../img/globe-back-tablet@1x.jpg");
    background-position: center bottom;
    background-size: auto 612px;
  }
  .intro__wrapper {
    background-image: url("../img/traveller-illustration-tablet@1x.png");
    background-position: 280px bottom;
    background-size: 372px 451px;
    padding-bottom: 350px;
  }
  .intro__wrap {
    display: none;
  }
  .intro__title {
    font-size: 60px;
    line-height: 70px;
    width: 415px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 90px;
  }
  .intro__reviews {
    margin-left: 35px;
  }
}

@media (min-width: 1440px) {
  .intro {
    padding-top: 0;
    background-color: #161c34;
    background-image: url("../img/globe-back-desktop@1x.jpg");
    background-size: auto;
    background-position: center bottom;
  }
  .intro__wrapper {
    padding-top: 120px;
    padding-bottom: 330px;
    background-image: url("../img/traveller-illustration-desktop@1x.png");
    background-size: 431px 640px;
    background-position: 600px bottom;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .intro__title {
    text-align: left;
    margin: 0;
    margin-top: -10px;
    margin-left: 70px;
  }
  .intro__reviews {
    margin-left: 0px;
    margin-right: 30px;
  }
}

.recommendation {
  background-color: #192144;
  padding-bottom: 40px;
}

.recommendation__list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: -80px;
}

.recommendation__item {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  padding: 22px 25px;
  padding-bottom: 40px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  position: relative;
  margin-top: -27px;
}

.recommendation__item:nth-child(1) {
  background-color: #ff8d30;
}

.recommendation__item:nth-child(2) {
  background-color: #ffa530;
}

.recommendation__item:nth-child(3) {
  background-color: #ffbd30;
}

.recommendation__item:last-child {
  padding-bottom: 10px;
  background-color: #ffd74b;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.recommendation__text {
  width: 155px;
  margin: 0;
  margin-bottom: 10px;
}

.recommendation__number {
  color: #ffffff;
}

@media (min-width: 768px) {
  .recommendation {
    padding-bottom: 95px;
  }
  .recommendation__wrapper {
    padding: 0;
  }
  .recommendation__list {
    width: 700px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: -140px;
  }
  .recommendation__item {
    width: 360px;
    font-size: 24px;
    line-height: 24px;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    padding: 33px;
    padding-bottom: 28px;
  }
  .recommendation__item:first-child {
    border-top-right-radius: 0;
  }
  .recommendation__item:nth-child(2) {
    margin-left: -20px;
  }
  .recommendation__item:nth-child(3) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 20px;
  }
  .recommendation__item:last-child {
    padding-bottom: 28px;
    margin-left: -20px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .recommendation__item:nth-child(3) .recommendation__text {
    width: 200px;
  }
  .recommendation__number {
    font-size: 30px;
  }
}

@media (min-width: 1440px) {
  .recommendation {
    padding-bottom: 120px;
  }
  .recommendation__list {
    width: 1320px;
    margin-top: -230px;
    flex-wrap: nowrap;
  }
  .recommendation__item {
    width: 360px;
    padding-bottom: 18px;
    padding-right: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    border-top-right-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0px;
  }
  .recommendation__item:nth-child(2) {
    margin-left: -40px;
    padding-right: 50px;
    padding-bottom: 18px;
  }
  .recommendation__item:nth-child(3) {
    padding-right: 50px;
    margin-left: -20px;
    border-top-left-radius: 20px;
    padding-bottom: 18px;
  }
  .recommendation__item:last-child {
    padding-right: 30px;
    width: 320px;
    border-radius: 20px;
    padding-bottom: 18px;
  }
  .recommendation__number {
    font-size: 24px;
    align-self: flex-start;
  }
}

.about {
  background-color: #192144;
  padding-top: 30px;
  padding-bottom: 65px;
  background-image: url("../img/about-mobile@1x.png");
  background-position: left top;
  background-repeat: no-repeat;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.about__title {
  padding-left: 25px;
  margin-bottom: 21px;
}

.about__text {
  padding-left: 25px;
  color: #ffffff;
  font-weight: 300;
}

.about__text--bold {
  font-weight: 700;
}

.about__btn {
  display: none;
}

@media (min-width: 768px) {
  .about {
    padding-top: 40px;
    padding-bottom: 88px;
    background-image: url("../img/about-tablet@1x.png");
    background-position: center top;
    border-bottom-left-radius: 55px;
    border-bottom-right-radius: 55px;
  }
  .about__text {
    width: 300px;
    padding-left: 35px;
    font-size: 28px;
    line-height: 33px;
  }
  .about__text--bold {
    margin-bottom: 50px;
    font-size: 21px;
    line-height: 25px;
  }
  .about__title {
    padding-left: 35px;
    margin-bottom: 40px;
  }
  .about__btn {
    display: block;
    width: 275px;
    margin-left: 40px;
  }
}

@media (min-width: 1440px) {
  .about {
    padding-top: 130px;
    background-image: url("../img/about-desktop@1x.png");
    background-position: center bottom;
    padding-bottom: 163px;
  }
  .about__title {
    padding-left: 70px;
    margin-bottom: 60px;
  }
  .about__text {
    width: 615px;
    padding-left: 70px;
    margin-bottom: 40px;
  }
  .about__text--bold {
    width: 420px;
    margin-bottom: 50px;
    margin-bottom: 80px;
  }
  .about__btn {
    margin-left: 70px;
  }
}

.country-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.country-list__wrapper {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
          align-items: baseline;
  background-color: #ffffff;
  padding: 20px;
  padding-top: 25px;
  padding-bottom: 18px;
  border-radius: 10px;
  margin-top: -10px;
}

.country-list__item {
  width: 270px;
  margin-bottom: 10px;
}

.country-list__item:last-child {
  margin-bottom: 0px;
}

.country-list__image {
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.country-list__name {
  margin: 0;
}

.country-list__name a {
  color: #161c35;
  font-size: 21px;
  line-height: 21px;
  font-weight: 700;
  text-decoration: none;
}

.country-list__text {
  margin: 0;
  color: rgba(68, 68, 68, 0.3);
  line-height: 18px;
  font-weight: 500;
  width: 100%;
}

.country-list__companion-counter {
  position: relative;
  color: rgba(68, 68, 68, 0.3);
  line-height: 30px;
  font-weight: 500;
  padding-left: 20px;
}

.country-list__companion-counter::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  left: 0;
  top: 7px;
  background-image: url("../img/user.svg");
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 768px) {
  .country-list__item {
    width: 620px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    margin-left: auto;
    margin-right: auto;
  }
  .country-list__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-top: 0px;
    width: 435px;
    padding: 30px;
    padding-top: 30px;
    padding-bottom: 18px;
    box-sizing: border-box;
    border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .country-list__image {
    width: 185px;
    height: 140px;
    flex-shrink: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .country-list__name a {
    font-size: 24px;
    line-height: 24px;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .country-list__text {
    -webkit-box-ordinal-group: 3;
            order: 2;
    font-size: 20px;
    line-height: 17px;
  }
  .country-list__companion-counter {
    -webkit-box-ordinal-group: 4;
            order: 3;
    font-size: 20px;
    line-height: 30px;
    padding-left: 33px;
  }
  .country-list__companion-counter::after {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 1440px) {
  .country-list__wrapper {
    width: 375px;
  }
  .country-list__item {
    width: 560px;
  }
}

.flags-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: wrap;
}

.flags-list__item {
  position: relative;
  margin-right: 19px;
}

.flags-list__item:last-child {
  margin-right: 0;
}

.flags-list__title {
  display: none;
  position: absolute;
  z-index: 1;
  color: #ffffff;
  margin: 0;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 16px 22px;
  background-color: #101d41;
  font-size: 20px;
  line-height: 24px;
}

.flags-list__title::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid #101d41;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.flags-list__item:hover .flags-list__title,
.flags-list__item:focus .flags-list__title {
  display: block;
}

.transport {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.transport__item {
  position: relative;
  margin-right: 15px;
}

.transport__item:last-child {
  margin-right: 0px;
}

.transport__item svg {
  fill: #d9d9d9;
}

.transport__item--active svg {
  fill: #1d2e5b;
}

.transport__title {
  display: none;
  position: absolute;
  color: #ffffff;
  margin: 0;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 16px 22px;
  background-color: #101d41;
  font-size: 20px;
  line-height: 24px;
  z-index: 2;
}

.transport__title::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid #101d41;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.transport__item:hover .transport__title,
.transport__item:focus .transport__title {
  display: block;
}

.destinations {
  position: relative;
  background-color: #edeff6;
  padding-top: 73px;
  padding-bottom: 35px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  z-index: 1;
}

.destinations__title {
  padding-left: 25px;
}

.destinations__text {
  color: #444444;
  width: 200px;
  font-weight: 300;
  padding-left: 25px;
  margin-bottom: 56px;
}

.destinations__country-list {
  margin-bottom: 20px;
}

.destinations__country-list li:last-child {
  position: relative;
}

.destinations__country-list li:last-child::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 90px;
  /*  	background-image: linear-gradient(transparent 30%, #edeff6)*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(255, 255, 255, 0)), to(#edeff6));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 30%, #edeff6);
  background: linear-gradient(rgba(255, 255, 255, 0) 30%, #edeff6);
}

@media (min-width: 768px) {
  .destinations {
    background-image: url("../img/destinations-bg-tablet@1x.png");
    background-repeat: no-repeat;
    background-position: center 80px;
    padding-bottom: 80px;
    border-bottom-right-radius: 55px;
    border-bottom-left-radius: 55px;
  }
  .destinations__title {
    padding-left: 35px;
    margin-bottom: 56px;
  }
  .destinations__country-list {
    margin-bottom: 45px;
  }
  .destinations__text {
    width: 340px;
    padding-left: 35px;
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 105px;
  }
  .destinations__to-all {
    margin: 0 auto;
    padding-left: 35px;
  }
}

@media (min-width: 1440px) {
  .destinations {
    padding-top: 160px;
    padding-bottom: 135px;
    background-image: url("../img/destinations-bg-desktop@1x.png");
  }
  .destinations__wrapper {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .destinations__text-wrap {
    -webkit-box-ordinal-group: 3;
            order: 2;
    padding-top: 5px;
  }
  .destinations__country-list {
    -webkit-box-ordinal-group: 2;
            order: 1;
    margin-left: 70px;
    margin-right: 140px;
    margin-bottom: 0;
  }
  .destinations__to-all {
    -webkit-box-ordinal-group: 4;
            order: 3;
    margin: 0;
    margin-left: 805px;
    margin-top: -72px;
  }
}

.hashtags-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
}

.hashtags-list__item {
  margin-right: 5px;
}

.hashtags-list__item:last-child {
  margin-right: 0;
}

.hashtags-list a {
  color: #444444;
  text-decoration: none;
}

@media (min-width: 768px) {
  .hashtags-list {
    width: 230px;
    font-size: 20px;
    line-height: 24px;
  }
}

.progress {
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 1;
}

.progress::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 34px;
}

.progress svg {
  width: 60px;
  height: 60px;
  fill: rgba(0, 0, 0, 0.4);
  /*2 * π * R  = C
	2*3,14*28,5 = 178,98
	*/
  stroke-dasharray: 178.98;
  /*178.98*(1-0.99) = 1.7898*/
}

.progress--99 svg {
  stroke-dashoffset: 5.7898;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.progress--80 svg {
  stroke-dashoffset: 35.796;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.progress__num {
  position: absolute;
  top: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.progress__text {
  position: absolute;
  color: rgba(255, 255, 255, 0.6);
  bottom: 9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14px;
  line-height: 14px;
}

.people {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.people__img {
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.people__wrapper {
  background-color: #ffffff;
  padding-bottom: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.people__item {
  position: relative;
  width: 270px;
  margin-bottom: 10px;
}

.people__item:last-child {
  margin-bottom: 0px;
}

.people__item:hover, .people__item:focus {
  box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.08);
}

.people__item:hover .people__img {
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
  -webkit-transition: 1s;
  transition: 1s;
}

.people__pic {
  display: block;
  overflow: hidden;
}

.people__progress {
  left: 15px;
  top: 16px;
}

.people__name-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}

.people__name-wrapper:hover,
.people__name-wrapper:focus {
  opacity: 0.5;
}

.people__name-wrapper:active {
  opacity: 0.3;
}

.people__indicator {
  margin: 0;
  padding: 0;
  position: relative;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.people__indicator--off {
  background-color: #f97676;
}

.people__indicator--on {
  background-color: #81e31e;
}

.people__name {
  font-size: 21px;
  line-height: 21px;
  font-weight: 700;
  margin-left: 12px;
  margin-top: 0;
  margin-bottom: 0;
}

.people__name a {
  text-decoration: none;
  color: #1d2e5b;
}

.people__flags-list {
  margin-top: -10px;
  margin-bottom: 5px;
}

.people__hashtags-list {
  margin: 0 45px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .people {
    width: 620px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .people__item {
    width: 285px;
    margin-bottom: 0px;
  }
  .people__img {
    width: 285px;
    height: 285px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .people__wrapper {
    padding-bottom: 22px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .people__flags-list {
    margin-top: -12px;
    margin-bottom: 10px;
  }
  .people__name {
    font-size: 24px;
    line-height: 24px;
  }
  .people__name-wrapper {
    margin-bottom: 20px;
  }
  .people__hashtags-list {
    margin: 0 auto;
    margin-bottom: 25px;
  }
}

@media (min-width: 1440px) {
  .people {
    width: 625px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.companion {
  position: relative;
  background-color: #192144;
  padding-top: 95px;
  padding-bottom: 28px;
  margin-top: -20px;
  background-image: url("../img/companion-back@1x.png");
  background-repeat: no-repeat;
  background-position: left 60px;
  background-size: auto;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.companion__title {
  padding-left: 25px;
  margin-bottom: 20px;
}

.companion__text {
  color: #ffffff;
  width: 215px;
  font-weight: 300;
  padding-left: 25px;
  margin-bottom: 20px;
}

.companion__text--bold {
  font-weight: 700;
  margin-bottom: 55px;
}

.companion__to-all {
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .companion {
    padding-top: 190px;
    padding-bottom: 90px;
    margin-top: -50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-image: url("../img/companion-back-tablet@1x.png");
    background-position: 30% 130px;
  }
  .companion__title {
    padding-left: 35px;
    margin-bottom: 60px;
  }
  .companion__text {
    width: 480px;
    font-size: 28px;
    line-height: 33px;
    padding-left: 35px;
    margin-bottom: 35px;
  }
  .companion__text--bold {
    width: 260px;
    font-size: 21px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 60px;
  }
  .companion__list {
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .companion__to-all {
    margin: 0 auto;
  }
}

@media (min-width: 1440px) {
  .companion {
    padding-top: 183px;
    padding-bottom: 137px;
    background-image: url("../img/companion-back-desktop@1x.png");
    background-position: 8% 120px;
  }
  .companion__wrapper {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .companion__text-wrap {
    margin-left: 35px;
    margin-right: 142px;
  }
  .companion__list {
    margin: 0;
  }
  .companion__to-all {
    margin: 0;
    width: 280px;
    margin-left: 70px;
    margin-top: -77px;
  }
}

.table {
  font-weight: 300;
  color: rgba(68, 68, 68, 0.8);
}

.table tr {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}

.table tr:first-child {
  border-top: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .table tr {
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 16px 0;
  }
}

.modal {
  display: none;
  position: absolute;
  width: 270px;
  background-color: #ffffff;
  border-radius: 20px;
  z-index: 3;
  padding-top: 35px;
  padding-bottom: 23px;
}

.modal--show {
  display: block;
}

.modal__list {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.modal__title {
  text-align: center;
}

.modal__btn {
  display: block;
  margin: 0 auto;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  text-align: center;
  color: #1d2e5b;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  cursor: pointer;
}

@media (min-width: 768px) {
  .modal {
    width: 690px;
    padding-top: 55px;
    padding-bottom: 0px;
    box-shadow: 0px 20px 50px 0px rgba(29, 46, 91, 0.1);
  }
  .modal__list {
    width: 505px;
    font-size: 22px;
    line-height: 28px;
  }
  .modal__btn {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f3f4f8;
    font-size: 22px;
    line-height: 24px;
    text-transform: none;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}

@media (min-width: 1440px) {
  .modal {
    width: 750px;
  }
  .modal__list {
    width: 630px;
  }
}

.profile {
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #edeff6;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  position: relative;
  z-index: 2;
}

.profile__modal {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -10px;
}

.profile__wrapper {
  position: relative;
}

.profile__wrapper::after {
  content: "";
  display: block;
  position: absolute;
  right: 25px;
  top: -10px;
  width: 97px;
  height: 97px;
  background-image: url("../img/rates@1x.png");
  background-repeat: no-repeat;
  background-position: center;
}

.profile__title {
  position: relative;
  width: 100px;
  margin-bottom: 40px;
  padding-left: 22px;
}

.profile__list {
  width: 200px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.profile__list tr {
  position: relative;
  /*display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid;
	border-color: rgba(#000000, 0.1);
	padding: 10px 0;
	&:first-child {
		border-top: 1px solid;
		border-color: rgba(#000000, 0.1);
	}*/
}

.profile__list tr::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #ffa530;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  z-index: 1;
  right: -50px;
  top: 5px;
  color: #ffffff;
  text-align: center;
  padding-top: 7px;
  box-sizing: border-box;
}

.profile__list tr:first-child::after {
  content: "1";
}

.profile__list tr:nth-child(2)::after {
  content: "2";
  background-color: #ffbd30;
}

.profile__list tr:last-child::after {
  content: "3";
  background-color: #ffd74b;
}

.profile__button {
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  color: #192144;
  text-decoration: none;
}

.profile__button:hover, .profile__button:focus {
  color: rgba(25, 33, 68, 0.6);
}

.profile__button:active {
  color: rgba(25, 33, 68, 0.4);
}

@media (min-width: 768px) {
  .profile {
    padding-top: 75px;
    padding-bottom: 62px;
    background-color: #edeff6;
    border-bottom-right-radius: 55px;
    border-bottom-left-radius: 55px;
    position: relative;
  }
  .profile__modal {
    top: 0px;
  }
  .profile__wrapper {
    background-image: url("../img/rates-bg-tablet@1x.png");
    background-repeat: no-repeat;
    background-position: 530px 75px;
  }
  .profile__wrapper::after {
    top: 335px;
    right: 90px;
  }
  .profile__title {
    position: relative;
    width: auto;
    text-align: center;
    margin-bottom: 70px;
    padding-left: 22px;
  }
  .profile__list {
    font-size: 28px;
    line-height: 33px;
    width: 565px;
    margin-left: 85px;
    margin-bottom: 30px;
  }
  .profile__list tr {
    /*		padding: 16px 0;
		justify-content: space-between;*/
  }
  .profile__list tr::after {
    top: 0;
    right: 0;
    left: -90px;
    width: 67px;
    height: 67px;
    padding-top: 20px;
  }
  .profile__button {
    position: relative;
    padding-left: 90px;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 20px;
    line-height: 20px;
    color: #132576;
    text-align: left;
  }
  .profile__button::before {
    content: "";
    position: absolute;
    display: block;
    background-color: #e2e5f2;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    left: 0;
    top: 0;
  }
  .profile__button::after {
    content: "";
    position: absolute;
    display: block;
    width: 17px;
    height: 21px;
    left: 25px;
    top: 20px;
    background-image: url("../img/business.svg");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
  }
  .profile__button:hover::after, .profile__button:focus::after {
    opacity: 0.6;
  }
  .profile__button:active::after {
    opacity: 0.4;
  }
  .profile__button:hover, .profile__button:focus {
    color: rgba(19, 37, 118, 0.6);
  }
  .profile__button:active {
    color: rgba(19, 37, 118, 0.4);
  }
}

@media (min-width: 1440px) {
  .profile {
    padding-top: 110px;
    padding-bottom: 160px;
  }
  .profile__modal {
    top: 110px;
  }
  .profile__wrapper {
    background-image: url("../img/rates-bg-desktop@1x.png");
    background-position: 750px 125px;
  }
  .profile__wrapper::after {
    width: 201px;
    height: 201px;
    background-image: url("../img/rates-desktop@1x.png");
    top: 175px;
    right: 134px;
  }
  .profile__title {
    margin-bottom: 130px;
  }
  .profile__list {
    width: 815px;
    margin-left: 160px;
    margin-bottom: 26px;
  }
  .profile__button {
    margin-left: 70px;
  }
}

.interested {
  padding-top: 95px;
  padding-bottom: 28px;
  background-color: #192144;
  margin-top: -20px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  position: relative;
  z-index: 1;
}

.interested__title {
  text-align: center;
  margin-bottom: 15px;
}

.interested__text {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  width: 200px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.interested__text--last {
  width: auto;
  margin-bottom: 20px;
}

.interested__text a {
  text-decoration: underline;
  color: #ffd74b;
}

.interested__text a:hover, .interested__text a:focus {
  color: #ff8d30;
}

.interested__text a:active {
  color: #ff8d30;
  opacity: 0.4;
}

.interested__form {
  display: -webkit-box;
  display: flex;
  margin-bottom: 30px;
}

.interested__input {
  border: none;
  display: block;
  width: 220px;
  height: 60px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 18px;
  line-height: 18px;
  box-sizing: border-box;
  padding: 24px 26px;
  font-weight: 700;
  outline: none;
}

.interested__input::-webkit-input-placeholder {
  color: rgba(68, 68, 68, 0.5);
}

.interested__input::-moz-placeholder {
  color: rgba(68, 68, 68, 0.5);
}

.interested__input:-ms-input-placeholder {
  color: rgba(68, 68, 68, 0.5);
}

.interested__input::-ms-input-placeholder {
  color: rgba(68, 68, 68, 0.5);
}

.interested__input::placeholder {
  color: rgba(68, 68, 68, 0.5);
}

.interested__input:hover {
  background-color: #edeff6;
}

.interested__input:focus {
  background-color: #192144;
  border: 5px solid #ffffff;
  color: #ffffff;
}

.interested__input:focus::-webkit-input-placeholder {
  color: #ffffff;
}

.interested__input:focus::-moz-placeholder {
  color: #ffffff;
}

.interested__input:focus:-ms-input-placeholder {
  color: #ffffff;
}

.interested__input:focus::-ms-input-placeholder {
  color: #ffffff;
}

.interested__input:focus::placeholder {
  color: #ffffff;
}

.interested__input--error {
  background-color: #ffeff1;
}

.interested__input--error::-webkit-input-placeholder {
  color: #ff0000;
}

.interested__input--error::-moz-placeholder {
  color: #ff0000;
}

.interested__input--error:-ms-input-placeholder {
  color: #ff0000;
}

.interested__input--error::-ms-input-placeholder {
  color: #ff0000;
}

.interested__input--error::placeholder {
  color: #ff0000;
}

.interested__btn {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  margin-left: -10px;
  border: none;
  cursor: pointer;
}

.interested__contact a {
  color: #ffd74b;
  text-transform: uppercase;
}

.interested__contact a:hover, .interested__contact a:focus {
  color: #ffbd30;
}

.interested__contact a:hover::before, .interested__contact a:focus::before {
  fill: #ffbd30;
}

.interested__contact a:active, .interested__contact a:active::before {
  opacity: 0.5;
}

.interested__contact a:hover svg,
.interested__contact a:focus svg {
  fill: #ffbd30;
}

.interested__btn-text {
  display: none;
}

@media (min-width: 768px) {
  .interested {
    padding-top: 125px;
    padding-bottom: 57px;
    margin-top: -50px;
    border-bottom-right-radius: 55px;
    border-bottom-left-radius: 55px;
  }
  .interested__title {
    margin-bottom: 57px;
  }
  .interested__text {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 60px;
    width: auto;
  }
  .interested__text--last {
    margin-bottom: 39px;
  }
  .interested__text--last br {
    display: none;
  }
  .interested__form {
    width: 620px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .interested__input {
    width: 547px;
    height: 81px;
    padding: 30px 40px;
    font-size: 24px;
    line-height: 24px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .interested__btn {
    width: 81px;
    height: 81px;
    margin-left: 0px;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .interested__contact {
    margin-left: 36px;
  }
  .interested__contact a {
    text-transform: uppercase;
  }
}

@media (min-width: 1440px) {
  .interested {
    padding-top: 160px;
    padding-bottom: 103px;
    margin-top: -50px;
  }
  .interested__contact {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    width: 870px;
    margin: 0 auto;
  }
  .interested__text {
    margin-bottom: 55px;
  }
  .interested__text--last {
    margin-bottom: 41px;
  }
  .interested__form {
    width: 1175px;
    margin-bottom: 68px;
  }
  .interested__input {
    width: 850px;
  }
  .interested__btn {
    width: 322px;
    padding-left: 35px;
    padding-top: 27px;
  }
  .interested__btn-text {
    display: block;
    text-align: left;
  }
}

.page-footer {
  background-color: #ffffff;
  padding-top: 40px;
  padding-bottom: 15px;
  margin-top: -35px;
  position: relative;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}

.page-footer__wrapper {
  position: relative;
}

.page-footer__wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 270px;
  height: 1px;
  background-color: #f2f2f2;
  bottom: 62px;
  left: 25px;
}

.page-footer__logo {
  display: block;
  width: 100px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.page-footer__social {
  width: 135px;
  margin: 0 auto;
  margin-bottom: 42px;
}

.page-footer__social a {
  width: 45px;
  height: 45px;
  background-color: #ffd74b;
  border-radius: 50%;
  background-size: 20px 20px;
}

.page-footer__social li {
  margin-right: 0;
}

@media (min-width: 768px) {
  .page-footer {
    margin-top: -95px;
    padding-top: 50px;
    padding-bottom: 135px;
    border-top-right-radius: 55px;
    border-top-left-radius: 55px;
  }
  .page-footer__wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .page-footer__logo {
    margin: 0;
    width: 170px;
  }
  .page-footer__logo-image {
    width: 170px;
    height: 43px;
  }
  .page-footer__social {
    width: 180px;
    margin: 0;
  }
  .page-footer__social a {
    width: 60px;
    height: 60px;
    background-size: 35px 20px;
  }
}

@media (min-width: 1440px) {
  .page-footer {
    padding-bottom: 60px;
    margin-top: -105px;
  }
  .page-footer__logo {
    margin: 0;
    width: 200px;
  }
  .page-footer__logo-image {
    width: 200px;
    height: 52px;
  }
}

.copyright {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  color: #444444;
}

.copyright__link {
  display: block;
  width: 29px;
  height: 35px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .copyright {
    width: 160px;
    -webkit-box-align: center;
            align-items: center;
  }
  .copyright__text {
    font-size: 20px;
    line-height: 24px;
  }
}

.navigation {
  position: relative;
  padding-top: 55px;
  padding-bottom: 35px;
  background-color: #ffd74b;
  margin-top: -20px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  position: relative;
}

.navigation__link {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding-left: 62px;
  padding-top: 0px;
  padding-bottom: 5px;
  font-weight: 700;
  width: 210px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.navigation__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #192144;
  background-image: url(../img/contacts-location.svg);
  background-size: 15px 23px;
  background-repeat: no-repeat;
  background-position: center;
}

.navigation__btn {
  border: 2px solid #192144;
}

@media (min-width: 768px) {
  .navigation {
    padding-top: 100px;
    margin-top: -55px;
    padding-bottom: 85px;
    border-bottom-right-radius: 55px;
    border-bottom-left-radius: 55px;
  }
  .navigation__link {
    width: 525px;
    margin-left: 35px;
    margin-bottom: 35px;
    font-size: 28px;
    line-height: 28px;
    padding-left: 90px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .navigation__link::before {
    width: 70px;
    height: 70px;
    background-size: 25px 34px;
  }
  .navigation__btn {
    margin: 0 auto;
    padding-bottom: 20px;
  }
}

@media (min-width: 1440px) {
  .navigation {
    padding-top: 110px;
    padding-bottom: 50px;
  }
  .navigation__wrapper {
    width: 1180px;
    padding: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
  }
  .navigation__link {
    margin-left: 150px;
    margin-right: 146px;
    margin-bottom: 0;
    padding-left: 120px;
    padding-top: 35px;
    padding-bottom: 35px;
    width: auto;
  }
  .navigation__link::before {
    width: 90px;
    height: 90px;
    background-size: 22px 45px;
  }
  .navigation__btn {
    margin: 0;
    width: 327px;
    align-self: center;
  }
}

.map {
  margin-top: -20px;
}

.map__iframe {
  border: none;
}

@media (min-width: 768px) {
  .map__iframe {
    height: 570px;
  }
}

@media (min-width: 768px) {
  .map__iframe {
    height: 510px;
  }
}

.page-catalog-top {
  background-color: #161c35;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  color: #ffffff;
  padding-bottom: 20px;
  padding-top: 40px;
}

.page-catalog-top__wrapper {
  position: relative;
}

.page-catalog-top__wrapper::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #ff8d30;
  width: 174px;
  height: 5px;
  bottom: -22px;
  left: 25px;
  z-index: 1;
  border-radius: 5px;
}

.page-catalog-top__back-link {
  display: none;
}

.page-catalog-top__title {
  margin: 0;
  font-size: 36px;
  line-height: 40px;
}

.card {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 20px;
  border-radius: 20px;
  background-color: #ffffff;
}

.card__img {
  border-radius: 50%;
}

.country-filter__title {
  padding-left: 30px;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  position: relative;
}

.country-filter__title::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 10px;
  background-image: url("../img/filter.svg");
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 4px;
}

.country-filter__letter-list {
  display: none;
}
