/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */
a,
a:link,
a:visited {
  /* color: inherit; */
  text-decoration: none;
  /* display: inline-block; */
}

a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  display: inline-block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

.dnone {
  display: none;
}

.container {
  width: 1124px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 12px;
  padding-left: 12px;
}

.relative-container {
  position: relative;
  height: 100%;
}

body {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.feedback-button {
  height: 48px;
  padding: 14px 9px;
  background-color: #00005c;
  border-radius: 24px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
}

.header__title {
  color: #65758b;
  font-weight: 500;
  font-size: 64px;
  line-height: 85%;
  letter-spacing: -3px;
}

.section__title {
  color: #00005c;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
}

.accent-color {
  color: #00005c;
}

.header {
  position: relative;
  background-color: #f4f8fe;
  height: 800px;
  padding-top: 24px;
}

.header__background {
  position: absolute;
  left: 50%;
  bottom: -40px;
}
.header__background img {
  overflow: hidden;
}

.header__top {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__top a {
  color: #000064;
}

.header__logo {
  font-size: 32px;
  font-weight: 800;
}

.header__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.header__nav-list {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 25px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 4px 4px 4px rgba(101, 117, 139, 0.2117647059);
}

.header__nav-list-item a {
  color: #65758b;
  font-size: 18px;
  line-height: 24px;
}

.header__nav-list-item--active a {
  color: #00005c;
}

.header__feedback {
  width: 353px;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 4px 4px 4px rgba(101, 117, 139, 0.2117647059);
}
.header__feedback a {
  color: #0f1729;
}

.header__center {
  width: 540px;
  padding-top: 80px;
}

h1.header__title {
  margin-bottom: 24px;
}

.header__desc {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #65758b;
}

.button-container {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}
.button-container * {
  display: inline-block;
  width: 185px;
}
.button-container a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  color: #00005c;
  line-height: 48px;
  border: 1px solid #00005c;
  border-radius: 24px;
}

.header__bottom {
  position: absolute;
  left: 0;
  bottom: 24px;
}

.advantages {
  height: 32px;
  display: flex;
  gap: 24px;
}
.advantages img {
  display: inline-block;
  margin-right: 4px;
}
.advantages {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  align-items: center;
  color: #65758b;
}

.advantages-item {
  line-height: 32px;
}

.bage {
  position: absolute;
  top: 100px;
  right: 25px;
}

.banner {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
}
.banner h4 {
  text-align: center;
  margin-top: 12px;
}
.banner h4 a {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #65758b;
}

.banner__img-tags {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}

.banner__block {
  margin-top: 40px;
  position: relative;
}
.banner__block a {
  position: absolute;
  z-index: 5;
  width: 30px;
  height: 30px;
}
.banner__block a#moscow {
  left: 446px;
  top: 40px;
}
.banner__block a#almaty {
  left: 574px;
  top: 90px;
}
.banner__block a#stambul {
  left: 354px;
  top: 130px;
}
.banner__block a#dubai {
  left: 500px;
  top: 200px;
}
.banner__block a#singapur {
  left: 702px;
  top: 270px;
}

.banner__heading {
  width: 450px;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #00005c;
}

.banner__desc {
  margin-top: 12px;
  width: 552px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #65758b;
}

.countries-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

a.country {
  background-color: #fff;
  width: 210px;
  height: 160px;
  padding: 30px;
  border-radius: 24px;
  box-shadow: 4px 4px 4px rgba(101, 117, 139, 0.2117647059);
}
a.country img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
a.country p {
  text-align: center;
}
a.country .country__name {
  font-weight: 600;
  font-size: 24px;
  color: #00005c;
}
a.country .country__capital {
  margin-right: 4px;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #989eb1;
}

.tariffs {
  position: relative;
  background-color: #f4f8fe;
  padding-top: 80px;
  padding-bottom: 48px;
}
.tariffs img {
  position: absolute;
  top: 50px;
  right: 105px;
  z-index: 1;
}

.tariffs__desc {
  margin-top: 12px;
  width: 442px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #65758b;
}

.tariffs__card-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 44px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.tariffs-card {
  position: relative;
  width: 260px;
  padding: 24px;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 4px 4px 4px rgba(101, 117, 139, 0.2117647059);
}
.tariffs-card:hover {
  cursor: pointer;
  border: 1px solid #00005c;
}

.tariffs-card-popular-bage {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 114px;
  height: 24px;
  border-radius: 12px;
  background-color: #00005c;
  color: #fff;
  line-height: 24px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}

.tariffs-card__heading {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}

.tariffs-card__desc {
  font-weight: 400;
  margin-top: 8px;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.5px;
}

.tariffs-card__price {
  margin-top: 8px;
  text-align: center;
  line-height: 44px;
  letter-spacing: -1px;
  color: #65758b;
}
.tariffs-card__price span {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #00005c;
}

.tariffs-card__preferences-list {
  margin-top: 24px;
  height: 220px;
}

.tariffs-card__preferences-list-item {
  position: relative;
  margin-left: 32px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}
.tariffs-card__preferences-list-item:last-child {
  margin-bottom: 0;
}
.tariffs-card__preferences-list-item::before {
  position: absolute;
  left: -32px;
  content: url("../img/tariffs/bird.png");
}

.tariffs-card__button {
  margin-top: 38px;
  width: 100%;
  height: 40px;
  background-color: #f4f8fe;
  border-radius: 24px;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
}

.about {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #fff;
}
.about h2.section__title {
  color: #fff;
}

.about__bg-wrapper {
  background-image: url("../img/about/bg-about.JPG");
  padding: 40px;
  height: 420px;
}
.about__bg-wrapper p {
  margin-top: 12px;
  width: 630px;
  font-size: 20px;
  line-height: 1.2;
}

.questions {
  padding-top: 80px;
  padding-bottom: 38px;
}

.questions__wrapper {
  margin-top: 24px;
}

.questions__question-item {
  margin-right: 30px;
  padding-top: 24px;
}
.questions__question-item .questions__arrow--active {
  display: none;
}
.questions__question-item .questions__item-wrapper:nth-child(2) {
  display: none;
}
.questions__question-item--active {
  background-color: #f4f8fe;
  margin-top: 44px;
  margin-right: unset;
  padding-right: 40px;
  padding-left: 24px;
  border-radius: 24px;
}
.questions__question-item--active .questions__item-wrapper:nth-child(2) {
  display: flex;
  padding-bottom: 100px;
}
.questions__question-item--active .questions__arrow {
  display: none;
}
.questions__question-item--active .questions__arrow--active {
  display: block;
}

.questions__item-wrapper {
  display: flex;
}

.questions__item-number {
  width: 316px;
  padding-right: 300px;
}

.questions__question-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.questions__questions-block {
  max-width: 600px;
}

.questions__question {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: #00005c;
}

.questions__answer {
  margin-top: 15px;
  line-height: 1.2;
  color: #65758b;
}

.questions__action-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.questions__action-button img {
  cursor: pointer;
}

section.feedback {
  margin-top: 80px;
  margin-bottom: 80px;
}

.feedback__block {
  position: relative;
  height: 480px;
  background-image: url("../img/feedback-bg.png");
}
.feedback__block img {
  position: absolute;
  top: 0;
  right: 0;
}
.feedback__block {
  padding: 26px 40px;
  border-radius: 30px;
}

.feedback__content-wrapper {
  position: absolute;
  display: flex;
  gap: 40px;
}

.section__title.feedback__title {
  color: unset;
}

.feedback__heading-wrapper {
  width: 410px;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
}
.feedback__heading-wrapper p {
  margin-top: 12px;
  width: 390px;
}

.feedback__form-wrapper {
  display: flex;
  flex-direction: column;
  width: 570px;
  height: 427px;
  background-color: rgb(255, 255, 255);
  border-radius: 24px;
  padding: 20px 24px;
}
.feedback__form-wrapper button {
  margin-top: 12px;
  width: 165px;
  border-radius: 18px;
  padding: 12px;
  background-color: #00005c;
  color: #fff;
  font-size: 14px;
}
.feedback__form-wrapper span {
  font-size: 12px;
  color: #00005c;
}
.feedback__form-wrapper input[type=checkbox] {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  border: 1px solid #919191 !important;
  border-radius: 8px !important;
}

.feedback__names {
  display: flex;
  flex-direction: row;
  gap: 18px;
}
.feedback__names input {
  width: 252px;
  height: 52px;
  background-color: #f4f8fe;
  border-radius: 24px;
  font-size: 14px;
  margin-top: 2px;
  padding-left: 24px;
  padding-right: 24px;
}

.feedback__question {
  margin-top: 12px;
}
.feedback__question textarea {
  width: 100%;
  height: 102px;
  resize: none;
  background-color: #f4f8fe;
  border-radius: 24px;
  font-size: 14px;
  margin-top: 2px;
  padding: 16px 24px;
}

.feedback__agree {
  margin-top: 12px;
  font-size: 11px;
  display: flex;
  align-items: center;
}

.feedback__submit {
  margin-top: 12px;
  width: 100%;
  height: 58px;
  background-color: #00005c;
  border-radius: 18px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.footer {
  padding-top: 40px;
  padding-bottom: 24px;
  background-color: #3f3fe6;
}

.footer__top {
  padding-bottom: 24px;
  display: flex;
  justify-content: space-between;
}
.footer__top a {
  color: #fff;
}

.footer__top-right {
  width: 630px;
  display: flex;
  gap: 24px;
}
.footer__top-right ul {
  width: 194px;
  color: #fff;
}
.footer__top-right ul li:not(:last-child) {
  margin-bottom: 12px;
  font-weight: 400;
  line-height: 24px;
}
.footer__top-right ul li:first-child {
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 24px;
}

.footer__top-left {
  width: 410px;
  margin-right: 60px;
}

.footer__logo {
  font-weight: 800;
  font-size: 32px;
}

.footer__desc {
  margin-top: 16px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.footer__countries-wrapper {
  height: 40px;
  margin-top: 16px;
  display: flex;
  align-items: center;
}

.footer__country {
  margin-right: 12px;
  display: inline-block;
  width: 24px;
  height: 32px;
}

.footer__bottom {
  padding-top: 24px;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
}
.footer__bottom a {
  font-size: 14px;
  color: #fff;
}

.footer__bottom-right {
  display: flex;
  gap: 24px;
  line-height: 20px;
  font-size: 14px;
}

.footer__top-right-contact {
  display: flex;
  align-items: center;
}
.footer__top-right-contact svg {
  margin-right: 8px;
}