/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: 'TT Firs Neue';
  src: local("TT Firs Neue Regular"), local("TT-Firs-Neue-Regular"), url("../fonts/TTFirsNeue/TTFirsNeue-Regular.woff2") format("woff2"), url("../fonts/TTFirsNeue/TFirsNeue-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Firs Neue';
  src: local("TT Firs Neue Medium"), local("TT-Firs-Neue-Medium"), url("../fonts/TTFirsNeue/TTFirsNeue-Medium.woff2") format("woff2"), url("../fonts/TTFirsNeue/TTFirsNeue-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Firs Neue';
  src: local("TT Firs Neue Demi Bold"), local("TT-Firs-Neue-Demi-Bold"), url("../fonts/TTFirsNeue/TTFirsNeue-DemiBold.woff2") format("woff2"), url("../fonts/TTFirsNeue/TTFirsNeue-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Firs Neue';
  src: local("TT Firs Neue Bold"), local("TT-Firs-Neue-Bold"), url("../fonts/TTFirsNeue/TTFirsNeue-Bold.woff2") format("woff2"), url("../fonts/TTFirsNeue/TTFirsNeue-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

html {
  font-family: "TT Firs Neue", sans-serif;
  font-size: 0.520835vw;
  font-style: normal;
  font-weight: normal;
  -webkit-animation: bugfix infinite 1s;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

body {
  font-style: normal;
  font-weight: normal;
  -webkit-animation: bugfix infinite 1s;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  color: #323234;
  background-color: #FFFFFF;
}

input,
textarea {
  -webkit-animation: bugfix infinite 1s;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

a {
  color: unset;
}

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

button,
input,
a,
textarea {
  outline: none;
  cursor: pointer;
  font: inherit;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
  margin: 0;
  padding: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul li,
ol li {
  margin: 0;
  padding: 0;
}

.container {
  width: 144rem;
  margin: 0 auto;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

:focus {
  outline-style: none;
  outline-width: 0 !important;
  outline-color: none !important;
}

.mobile {
  display: none !important;
}

.o-hidden {
  overflow: hidden;
}

.d-none {
  display: none !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 1.5rem 0;
  z-index: 100;
  transition: all 0.25s;
  border-radius: 0 0 3rem 3rem;
  background-color: #F2F2F2;
}

.header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5rem);
  border-radius: inherit;
  z-index: -1;
  transition: opacity 0.25s;
}

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

.header__logo {
  display: inline-block;
  width: 20rem;
}

.header__right {
  display: flex;
  align-items: center;
}

.header__nav {
  margin-right: 6.3rem;
}

.header__language {
  margin-right: 6.6rem;
}

.header__call {
  display: none;
  justify-content: center;
  align-items: center;
  width: 6.6rem;
  height: 6.6rem;
  border-radius: 1.8rem;
  background-color: #A50034;
  flex-shrink: 0;
}

.header__call img {
  width: 3.6rem;
}

.nav__list {
  display: flex;
  align-items: center;
}

.nav__list li {
  font-size: 1.4rem;
}

.nav__list li:not(:last-child) {
  margin-right: 7rem;
}

.nav__link {
  padding: 1rem 0;
  position: relative;
}

.nav__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: .2rem;
  background-color: #A50034;
  opacity: 0;
  transition: opacity 0.25s;
}

.nav__link_active {
  padding-left: 1rem;
  padding-right: 1rem;
}

.nav__link_active:before {
  opacity: 1;
}

.language {
  display: flex;
  align-items: center;
}

.language__item {
  display: flex;
  flex-shrink: 0;
  width: 2.2rem;
  opacity: 0.5;
  border: none;
  background-color: transparent;
  padding: 0;
}

.language__item_active {
  opacity: 1;
  width: 2.6rem;
}

.language__item:not(:last-child) {
  margin-right: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  padding: 0 6.1rem;
  border: none;
  border-radius: .9rem;
  background-color: #A50034;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  transition: background-color 0.25s;
}

.button:hover {
  background-color: #740528;
}

.section {
  border-radius: 3.6rem;
}

.title {
  font-weight: 600;
  line-height: 1;
}

.title span {
  color: #A50034;
}

.title_h1 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.3;
}

.title_h2 {
  font-size: 3.8rem;
}

.title_h3 {
  font-size: 3.2rem;
  line-height: 1.16;
}

.title_h4 {
  font-size: 2.2rem;
  line-height: 1.33;
}

.title_h5 {
  font-size: 1.8rem;
  line-height: 1.33;
}

.title_decor {
  display: inline-block;
  position: relative;
}

.title_decor::after {
  content: '';
  position: absolute;
  top: -1.8rem;
  right: -4rem;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero {
  background-color: #FBFBFB;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 13rem;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/content/hero-map.png);
  background-position: 100% 118%;
  background-size: 107.7rem;
  background-repeat: no-repeat;
  z-index: -2;
  mix-blend-mode: darken;
}

.hero__picture {
  position: absolute;
  top: 55.5%;
  right: 0;
  transform: translateY(-50%);
  width: 89.5rem;
  mix-blend-mode: darken;
  z-index: -1;
}

.hero__content {
  padding: 21.4rem 0 13.4rem;
}

.hero__text {
  width: 55%;
}

.hero__title {
  margin-bottom: 3rem;
}

.hero__description {
  font-size: 2.4rem;
  line-height: 1.29;
  margin-bottom: 5rem;
}

.hero__description p span {
  display: block;
  color: #A50034;
}

.hero__info {
  display: flex;
}

.hero__info-item {
  border-left: 0.2rem solid #A50034;
  padding: .5rem 0 .5rem 1.8rem;
  font-size: 2.2rem;
  line-height: 1.27;
  flex: 1;
}

.hero__info-item:not(:last-child) {
  margin-right: 5.5rem;
}

.hero__info-item span {
  display: block;
}

.delivery {
  position: relative;
  z-index: 1;
  margin-bottom: -30rem;
}

.delivery-content {
  display: flex;
  justify-content: space-between;
  padding: 10rem 10rem 9rem;
  background-color: #323234;
  color: #FBFBFB;
  border-radius: 3.6rem;
}

.delivery-text {
  width: 56.2%;
  padding-right: 10rem;
  border-right: 1px solid #6F6F71;
}

.delivery-text__title {
  margin-bottom: 2rem;
}

.delivery-text__description {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #EAEAEB;
}

.delivery-info {
  width: 35.8%;
}

.delivery-info__item:not(:last-child) {
  margin-bottom: 6.2rem;
}

.delivery-info__decor {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #A50034;
  margin-bottom: .8rem;
}

.delivery-info__title {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.delivery-info__description {
  font-size: 1.6rem;
  line-height: 1.31;
  color: #C1C1C2;
}

.delivery-info__description span {
  color: #FBFBFB;
}

.advantages {
  background-color: #FBFBFB;
  padding: 42rem 0 13rem;
}

.advantages-content {
  display: flex;
  justify-content: space-between;
}

.advantages__list {
  width: 58%;
}

.advantages__item {
  min-height: 14.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 3rem 4rem 4rem;
  border: 1px solid #EAEAEB;
  border-radius: 3.6rem;
}

.advantages__item:not(:last-child) {
  margin-bottom: 3rem;
}

.advantages__item-heading {
  display: flex;
  align-items: center;
  width: 38%;
}

.advantages__item-img {
  width: 6rem;
  height: 6rem;
  border-radius: 1.6rem;
  background-color: rgba(246, 229, 235, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 3rem;
}

.advantages__item-img img {
  width: 3rem;
}

.advantages__item-title {
  color: #A50034;
}

.advantages__item-text {
  width: 58.8%;
}

.advantages__info {
  width: 37.8%;
}

.advantages__title {
  margin-bottom: 2rem;
}

.advantages__text {
  width: 90%;
  margin-bottom: 2rem;
}

.advantages__img {
  width: 100%;
  height: 31.8rem;
  border-radius: 3.6rem;
  overflow: hidden;
}

.advantages__img img {
  height: 100%;
  object-fit: cover;
}

.text {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #6F6F71;
}

.text_3 {
  font-size: 1.6rem;
}

.services {
  padding: 12rem 0 10.5rem;
  color: #FBFBFB;
  border-radius: 3.6rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 12rem;
}

.services__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.services__picture img {
  height: 100%;
  object-fit: cover;
}

.services__heading {
  width: 54%;
  margin-bottom: 7rem;
}

.services__title {
  margin-bottom: 2rem;
}

.services__title::after {
  background-image: url(../img/svg/services-title-decor.svg);
}

.services__text {
  color: #C1C1C2;
}

.services__text span {
  color: #FBFBFB;
}

.services__body {
  display: flex;
  justify-content: space-between;
}

.services__item {
  width: 34.5rem;
  position: relative;
}

.services__item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 0;
  right: -10rem;
  width: 1px;
  height: 91%;
  background-color: #6F6F71;
}

.services__item-title {
  margin-bottom: 2rem;
}

.services__item-text {
  color: #C1C1C2;
}

.maintenance {
  margin-bottom: 12rem;
}

.maintenance-content {
  display: flex;
  justify-content: space-between;
  padding: 8rem 52rem 8rem 7rem;
  background-color: #FBFBFB;
  border-radius: 3.2rem;
  position: relative;
  z-index: 1;
}

.maintenance__title {
  width: 40%;
}

.maintenance__text {
  width: 54.7%;
}

.maintenance__text span {
  font-weight: 600;
  color: #A50034;
}

.maintenance__img {
  width: 60.9rem;
  position: absolute;
  top: 54%;
  right: -12.5rem;
  transform: translateY(-50%);
  z-index: -1;
}

.maintenance__img::before {
  content: '';
  position: absolute;
  top: 5rem;
  left: 5rem;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50px;
  background-image: url(../img/svg/maintenance-decor.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.steps {
  padding: 13rem 0;
  background-color: #FBFBFB;
}

.steps-heading {
  width: 75%;
  margin-bottom: 3rem;
}

.steps__title {
  margin-bottom: 2rem;
}

.steps-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.9rem;
}

.steps__item {
  padding: 2.2rem 2.9rem;
  border: 1px solid #C1C1C2;
  border-radius: 1.6rem;
}

.steps__item-number {
  display: inline-block;
  font-size: 1.6rem;
  color: #A50034;
  margin-bottom: 2.4rem;
}

.steps__item-title {
  width: 80%;
  margin-bottom: 1rem;
}

.steps__item-text span {
  color: #A50034;
}

.price {
  padding: 13rem 0 12rem;
}

.price__title {
  margin-bottom: 3rem;
}

.price-slider-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4rem;
}

.price-slider__item {
  min-height: 31.3rem;
  padding: 3.7rem 4rem 3rem;
  border: 1px solid #C1C1C2;
  border-radius: 3.2rem;
}

.price-slider__heading {
  width: 93%;
  margin-bottom: 2.6rem;
}

.price-slider__heading-hero {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
}

.price-slider__heading-img {
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 0.9rem;
  background-color: #A50034;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 1.7rem;
}

.price-slider__heading-img img {
  width: 1.8rem;
}

.price-slider__heading-title {
  color: #A50034;
}

.price-slider__text {
  line-height: 1.62;
}

.price-slider__body {
  display: flex;
  justify-content: space-between;
}

.price-slider__group {
  width: 47%;
}

.price-slider__group-title {
  color: #A50034;
  margin-bottom: 1rem;
}

.slider-pagination.swiper-pagination {
  bottom: -8.5rem;
}

.slider-pagination.swiper-pagination .swiper-pagination-bullet {
  width: 8rem;
  height: .8rem;
  border-radius: 1rem;
  background-color: #C1C1C2;
  margin: 0 1rem;
  opacity: 1;
  position: relative;
  outline: none;
  transition: background-color 0.25s;
}

.slider-pagination.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #A50034;
}

.info {
  margin-bottom: 12rem;
}

.info-content {
  background-color: #323234;
  padding: 6.4rem 5rem 6.3rem;
  border-radius: 3.2rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #FBFBFB;
}

.info__picture {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 78.4rem;
  z-index: -1;
}

.info__picture img {
  height: 100%;
  object-fit: cover;
}

.info__inner {
  width: 47%;
}

.info__title {
  margin-bottom: 1rem;
}

.info__text {
  color: inherit;
  margin-bottom: 2rem;
}

.about {
  padding: 13rem 0;
  background-color: #FBFBFB;
}

.about-content {
  display: flex;
  justify-content: space-between;
}

.about__img {
  width: 45.2%;
  height: 51.8rem;
  border-radius: 3.6rem;
  overflow: hidden;
}

.about__img img {
  height: 100%;
  object-fit: cover;
}

.about__info {
  width: 50%;
}

.about__info-heading {
  width: 85%;
  margin-bottom: 2rem;
}

.about__info-title {
  margin-bottom: 2.2rem;
}

.about__info-title::after {
  background-image: url(../img/svg/about-title-decor.svg);
}

.about__info-item {
  padding: 1.9rem 10rem 1.9rem 4rem;
  border: 1px solid #EAEAEB;
  border-radius: 2.6rem;
}

.about__info-item:not(:last-child) {
  margin-bottom: 2rem;
}

.about__info-item-title {
  color: #A50034;
  margin-bottom: 1rem;
}

.faq {
  padding: 13rem 0 12.7rem;
}

.faq-heading {
  margin-bottom: 3rem;
}

.faq__title {
  width: 100%;
}

.faq__title::after {
  top: 1.4rem;
  right: 0.4rem;
  background-image: url(../img/svg/faq-title-decor.svg);
}

.faq__item:not(:last-child) {
  margin-bottom: 1rem;
}

.faq__item-heading {
  display: flex;
  align-items: center;
  padding: 2.3rem 15rem 2.3rem 4rem;
  border: 1px solid #C1C1C2;
  border-radius: 1.6rem;
  position: relative;
  cursor: pointer;
}

.faq__item-heading.faq__item_active .faq__item-button {
  transform: translateY(-50%) rotate(-45deg);
}

.faq__item-title {
  font-size: 1.8rem;
}

.faq__item-button {
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.25s;
}

.faq__item-button img {
  width: 3.6rem;
}

.faq__item-dropdown {
  display: none;
  padding: 1rem 4rem;
}

.faq__item-text {
  color: #323234;
  line-height: 1.62;
}

.faq__item-list {
  list-style-type: decimal;
  padding-left: 2.4rem;
}

.search {
  margin-bottom: 13rem;
}

.search-content {
  padding: 5rem 5rem 4.4rem 5.4rem;
  background-color: #FBFBFB;
  border-radius: 3.2rem;
  display: flex;
  justify-content: space-between;
}

.search__title {
  margin-top: .5rem;
}

.search__form .select {
  margin-right: 1.5rem;
}

.form-content {
  display: flex;
  align-items: center;
}

.form .label {
  display: inline-flex;
  width: 30rem;
  height: 5rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.form .label.label_textarea {
  height: 7.9rem;
}

.form .label:not(:last-child) {
  margin-right: 1.5rem;
}

.form input,
.form textarea {
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 0 3.2rem 0 1.3rem;
  border: 1px solid #C1C1C2;
  border-radius: .9rem;
  appearance: none;
  font-size: 1.8rem;
  color: #323234;
  position: relative;
}

.form input::placeholder,
.form textarea::placeholder {
  color: #C1C1C2;
}

.form input.visually-hidden,
.form textarea.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.form textarea {
  resize: none;
  padding: 1.3rem;
}

.form-thanks {
  margin: 0 auto;
  text-align: center;
}

.form-thanks__img {
  width: 5rem;
  margin: 0 auto 2rem;
}

.form-thanks__img svg {
  width: 100%;
  height: auto;
}

.form-thanks__title {
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1;
}

.form__privacy {
  margin-top: 2rem;
  margin-right: 16rem;
  text-align: center;
  font-size: 1.6rem;
}

.form__privacy a {
  color: #A50034;
  text-decoration: underline;
}

.has-error + .select-block .select-text {
  border: 1px solid #d90045;
  box-shadow: 1px 0 16px -7px rgba(217, 0, 69, 0.79);
}

input.has-error {
  border: 1px solid #d90045;
  box-shadow: 1px 0 16px -7px rgba(217, 0, 69, 0.79);
}

.select {
  position: relative;
}

.select-text {
  width: 30rem;
  height: 4.8rem;
  padding: 0 6rem 0 1.3rem;
  display: flex;
  align-items: center;
  border: 1px solid #C1C1C2;
  border-radius: .9rem;
  font-size: 1.8rem;
  position: relative;
  transition: all 0.25s;
  cursor: pointer;
}

.select-text.active svg {
  transform: translateY(-50%) rotate(-180deg);
}

.select-text svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.4rem;
  width: 2.4rem;
  transition: transform 0.25s;
}

.select-text svg path {
  transition: all 0.25s;
}

.select-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + .5rem);
  left: 0;
  right: 0;
  background-color: #ffffff;
  border: 1px solid #C1C1C2;
  border-radius: .9rem;
  padding-right: .3rem;
  z-index: 3;
}

.select-dropdown__list {
  max-height: 24.5rem;
  overflow-y: auto;
  padding: 0rem 1.3rem;
}

.select-dropdown__list::-webkit-scrollbar {
  width: 0.7rem;
}

.select-dropdown__list::-webkit-scrollbar-track {
  margin: 0.3rem;
  background: #FBFBFB;
  border-radius: .3rem;
}

.select-dropdown__list::-webkit-scrollbar-thumb {
  width: 100%;
  background: #A50034;
  border-radius: .3rem;
}

.select-dropdown__option {
  padding: 1.3rem 1.3rem;
  font-size: 1.8rem;
  cursor: pointer;
  transition: background-color 0.25s;
}

.select-dropdown__option:hover {
  background-color: #F5F5F5;
}

.select-dropdown__option.active {
  background-color: #FBF2F5;
}

.select-dropdown__option:not(:last-child) {
  border-bottom: 1px solid #EAEAEB;
}

.contacts {
  margin-bottom: 13rem;
}

.contacts-content {
  width: 100%;
  height: 65rem;
  border-radius: 3.6rem;
  overflow: hidden;
  position: relative;
}

.contacts-map {
  width: 100%;
  height: 100%;
}

.contacts-info {
  position: absolute;
  top: 50%;
  left: 5rem;
  transform: translateY(-50%);
  width: 70rem;
  padding: 4rem 6rem 4.2rem 4rem;
  background: rgba(251, 251, 251, 0.7);
  backdrop-filter: blur(1rem);
  border-radius: 3.2rem;
}

.contacts-info__title {
  margin-bottom: 3rem;
}

.contacts-info__group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contacts-info__block {
  width: 48.4%;
}

.contacts-info__item {
  display: inline-flex;
  font-size: 1.6rem;
  line-height: 1.62;
  color: #A50034;
  margin-bottom: 2rem;
}

.contacts-info__item-img {
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 0.9rem;
  background-color: #A50034;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 1.5rem;
}

.contacts-info__item-img img {
  width: 1.8rem;
}

.contacts-info__item span {
  margin-top: .4rem;
}

.footer {
  padding: 3.1rem 0;
  background-color: #FBFBFB;
  border-radius: 2rem 2rem 0 0;
}

.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__text {
  font-size: 1.4rem;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 50, 52, 0.4);
  backdrop-filter: blur(0.75rem);
  z-index: 110;
  overflow-y: auto;
  overflow-x: hidden;
}

.popup_active {
  display: block;
}

.popup-wrap {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6rem 3rem;
}

.popup-close {
  position: absolute;
  top: .5rem;
  right: .5rem;
  display: inline-block;
  width: 5.1rem;
  cursor: pointer;
  z-index: 2;
}

.popup-content {
  width: 46rem;
  padding: 5rem;
  border-radius: 3.2rem;
  background-color: #FBFBFB;
  position: relative;
  z-index: 1;
}

.popup-heading {
  text-align: center;
  margin-bottom: 2.5rem;
}

.popup-title {
  margin-bottom: 1.6rem;
}

.popup-subtitle {
  font-size: 1.8rem;
  line-height: 1.6;
}

.popup-form.form .select {
  margin-bottom: 2rem;
}

.popup-form.form .select-text {
  height: 5rem;
  width: 100%;
}

.popup-form.form .label {
  width: 100%;
}

.popup-form.form .label:not(:last-child) {
  margin-right: 0;
  margin-bottom: 2rem;
}

.popup-form.form .form-content {
  display: block;
}

.popup-form.form .form__privacy {
  margin: 0;
  margin-top: 2.5rem;
  text-align: left;
  line-height: 1.62;
}

.popup-form.form .form__button {
  width: 100%;
}

.privacy.container {
  padding: 21.4rem 10px 13.4rem;
  font-size: 2rem;
}

.error-page {
  padding: 21.4rem 0 13.4rem;
  font-size: 2rem;
}

.error-page__title {
  margin-bottom: 30px;
}

.iti {
  width: 100%;
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.iti__country {
  font-size: 14px;
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0);
}

.iti--separate-dial-code .iti__selected-dial-code {
  font-size: 1.8em;
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

.iti__flag.iti__np {
  background-color: transparent;
}

@media (max-width: 48em) {
  html {
    font-size: 5px;
    font-size: 1.5625vw;
    font-size: 1.5625vw;
    -webkit-text-size-adjust: none;
  }

  body {
    -webkit-text-size-adjust: none;
  }

  .container {
    padding: 0 3rem;
    width: 100%;
  }

  .desktop {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .header {
    padding: 2.6rem 0;
    border-radius: 0 0 4rem 4rem;
  }

  .header__logo {
    width: 24.4rem;
  }

  .header__nav {
    display: none;
  }

  .header__language {
    margin-right: 3rem;
  }

  .header__button {
    display: none;
  }

  .header__call {
    display: flex;
  }

  .language__item {
    width: 4.4rem;
  }

  .language__item_active {
    width: 5.2rem;
  }

  .button {
    width: 100%;
    height: 10rem;
    border-radius: 1.8rem;
    font-size: 2.8rem;
    font-weight: 500;
  }

  .section {
    border-radius: 4rem;
  }

  .title_h2 {
    font-size: 4rem;
  }

  .title_h3 {
    font-size: 3.6rem;
  }

  .title_h4 {
    font-size: 3.2rem;
  }

  .title_h5 {
    font-size: 3rem;
  }

  .title_decor::after {
    top: 0;
    right: -3.5rem;
    width: 4rem;
    height: 4rem;
  }

  .hero {
    margin-bottom: 12rem;
    border-radius: 7.2rem;
  }

  .hero::before {
    background-position: 95% 59%;
    background-size: 73rem;
    opacity: 0.5;
  }

  .hero__picture {
    position: relative;
    top: initial;
    right: initial;
    transform: translateX(0);
    width: 61rem;
  }

  .hero__content {
    padding: 16rem 0 8rem;
  }

  .hero__text {
    width: 100%;
  }

  .hero__title {
    margin-bottom: 4rem;
  }

  .hero__description {
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 5rem;
  }

  .hero__description p span {
    display: inline;
  }

  .hero__info {
    display: block;
    width: 101%;
  }

  .hero__info-item {
    border-width: .4rem;
    padding: 1rem 0 1rem 2.5rem;
    font-size: 2.8rem;
  }

  .hero__info-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 4rem;
  }

  .hero__info-item span {
    display: inline;
  }

  .delivery {
    margin-bottom: -29.4rem;
  }

  .delivery-content {
    display: block;
    padding: 8rem 4rem;
    border-radius: 4rem;
  }

  .delivery-text {
    width: 100%;
    padding-right: 0;
    padding-bottom: 3.6rem;
    border-right: none;
    border-bottom: 1px solid #6F6F71;
    margin-bottom: 4rem;
  }

  .delivery-text__title {
    margin-bottom: 1.8rem;
  }

  .delivery-text__description {
    font-size: 3.2rem;
    line-height: 1.4;
  }

  .delivery-info {
    width: 100%;
  }

  .delivery-info__item:not(:last-child) {
    margin-bottom: 4.1rem;
  }

  .delivery-info__title {
    margin-bottom: 2.5rem;
  }

  .delivery-info__decor {
    width: 2.4rem;
    height: 2.4rem;
    margin-bottom: 1.6rem;
  }

  .delivery-info__description {
    font-size: 2.8rem;
    line-height: 1.28;
  }

  .delivery-info__description span {
    font-weight: 500;
  }

  .advantages {
    padding: 44.5rem 0 24.8rem;
    margin-bottom: -10rem;
  }

  .advantages-content {
    flex-wrap: wrap;
  }

  .advantages__list {
    width: 100%;
  }

  .advantages__item {
    display: block;
    padding: 3.2rem 2.8rem 2.8rem;
    border-radius: 4rem;
  }

  .advantages__item:not(:last-child) {
    margin-bottom: 6rem;
  }

  .advantages__item-heading {
    width: 100%;
    margin-bottom: 2.7rem;
  }

  .advantages__item-img {
    width: 8rem;
    height: 8rem;
    margin-right: 4rem;
  }

  .advantages__item-img img {
    width: 4rem;
  }

  .advantages__item-text {
    width: 100%;
  }

  .advantages__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    order: -1;
    margin-bottom: 4rem;
  }

  .advantages__title {
    margin-bottom: 4rem;
  }

  .advantages__text {
    width: 100%;
    margin-bottom: 0;
  }

  .advantages__img {
    order: -1;
    height: 38rem;
    border-radius: 7.2rem;
    margin-bottom: 4rem;
  }

  .text {
    line-height: 1.4;
    font-size: 3.2rem;
  }

  .text_3 {
    font-size: 2.8rem;
  }

  .services {
    padding: 8rem 0 .5rem;
    border-radius: 4rem;
  }

  .services__heading {
    width: 100%;
    margin-bottom: 5.5rem;
  }

  .services__title {
    width: 68%;
    margin-bottom: 4rem;
  }

  .services__title::after {
    top: 2rem;
  }

  .services__body {
    flex-wrap: wrap;
  }

  .services__item {
    width: 100%;
    padding: 4.1rem 0;
  }

  .services__item:not(:last-child)::after {
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 1px;
  }

  .services__item:last-child::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 1px;
    background-color: #6F6F71;
  }

  .services__item-title {
    width: 90%;
    margin-bottom: 4rem;
  }

  .maintenance-content {
    display: block;
    padding: 8rem 4rem 48.6rem;
    border-radius: 4rem;
  }

  .maintenance__title {
    width: 100%;
    margin-bottom: 4rem;
  }

  .maintenance__text {
    width: 100%;
  }

  .maintenance__text p:not(:last-child) {
    margin-bottom: 2.6rem;
  }

  .maintenance__text span {
    font-weight: 400;
  }

  .maintenance__img {
    width: 64rem;
    top: auto;
    bottom: .5rem;
    right: 50%;
    transform: translateX(50%);
  }

  .maintenance__img::before {
    top: 7rem;
    left: 5.5rem;
    width: 6.8rem;
    height: 6.8rem;
  }

  .steps {
    padding: 12rem 0;
  }

  .steps-heading {
    width: 100%;
    margin-bottom: 6rem;
  }

  .steps-content {
    display: block;
  }

  .steps__item {
    padding: 4.5rem 3.8rem 4rem;
    border-radius: 3.2rem;
  }

  .steps__item:not(:last-child) {
    margin-bottom: 4rem;
  }

  .steps__item-number {
    font-size: 3.2rem;
    margin-bottom: 4.5rem;
  }

  .steps__item-title {
    width: 100%;
    font-size: 4.4rem;
    margin-bottom: 2rem;
  }

  .steps__item-text {
    font-size: 3.2rem;
    line-height: 1.62;
  }

  .price {
    padding: 12rem 0 20rem;
    overflow: hidden;
  }

  .price__title {
    margin-bottom: 4rem;
  }

  .price-slider {
    overflow: visible;
  }

  .price-slider-wrapper {
    display: flex;
    grid-gap: unset;
  }

  .price-slider__item {
    width: 100%;
    min-height: auto;
    height: auto;
    padding: 5.8rem 3.8rem;
    border-radius: 4rem;
  }

  .price-slider__item:not(:last-child) {
    margin-right: 3rem;
  }

  .price-slider__heading {
    width: 100%;
    margin-bottom: 4rem;
  }

  .price-slider__heading-hero {
    margin-bottom: 3rem;
  }

  .price-slider__heading-img {
    width: 6.6rem;
    height: 6.6rem;
    border-radius: 1.8rem;
    margin-right: 3.4rem;
  }

  .price-slider__heading-img img {
    width: 3.6rem;
  }

  .price-slider__text {
    line-height: 1.43;
  }

  .price-slider__body {
    display: block;
  }

  .price-slider__group {
    width: 100%;
  }

  .price-slider__group:not(:last-child) {
    margin-bottom: 4rem;
  }

  .price-slider__group-title {
    margin-bottom: 2rem;
  }

  .info-content {
    padding: 63rem 4rem 10.4rem;
    border-radius: 6.4rem;
  }

  .info__picture {
    width: 100%;
    height: 56.1rem;
  }

  .info__inner {
    width: 100%;
  }

  .info__title {
    margin-bottom: 2rem;
  }

  .info__text {
    margin-bottom: 4rem;
  }

  .about {
    padding: 12rem 0 15.2rem;
  }

  .about-content {
    display: block;
  }

  .about__img {
    width: 100%;
    height: 46rem;
    border-radius: 7.2rem;
    margin-bottom: 6rem;
  }

  .about__info {
    width: 100%;
  }

  .about__info-heading {
    width: 100%;
    margin-bottom: 4rem;
  }

  .about__info-title {
    margin-bottom: 4rem;
  }

  .about__info-title::after {
    width: 4.4rem;
    height: 4.4rem;
    top: -2rem;
    right: -5rem;
  }

  .about__info-item {
    padding: 3.8rem 3.8rem;
    border-radius: 4rem;
  }

  .about__info-item:not(:last-child) {
    margin-bottom: 4rem;
  }

  .about__info-item-title {
    margin-bottom: 2rem;
  }

  .faq {
    padding: 12rem 0;
  }

  .faq-heading {
    margin-bottom: 2rem;
  }

  .faq__title::after {
    width: 6.8rem;
    height: 6.8rem;
    top: -3rem;
    right: 0;
  }

  .faq__item:not(:last-child) {
    margin-bottom: 2rem;
  }

  .faq__item-heading {
    padding: 3.8rem 14rem 3.8rem 3.8rem;
    border-radius: 3.2rem;
  }

  .faq__item-title {
    font-size: 3.2rem;
  }

  .faq__item-button {
    right: 0;
    width: 12rem;
    height: 12rem;
  }

  .faq__item-button img {
    width: 7.2rem;
  }

  .faq__item-dropdown {
    padding: 2rem 4rem 2.5rem;
  }

  .faq__item-text {
    line-height: 1.43;
  }

  .faq__item-list {
    padding-left: 4.3rem;
  }

  .search {
    margin-bottom: 12rem;
  }

  .search-content {
    padding: 6rem 4rem;
    border-radius: 6.4rem;
    display: block;
  }

  .search__title {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .search__form .select {
    margin-right: 0;
    margin-bottom: 3rem;
  }

  .form-content {
    display: block;
  }

  .form .label {
    width: 100%;
    height: 10rem;
    margin-bottom: 3rem;
  }

  .form .label.label_textarea {
    height: 17.4rem;
  }

  .form .label:not(:last-child) {
    margin-right: 0;
  }

  .form input,
  .form textarea {
    padding: 0 6.4rem 0 2.6rem;
    border-radius: 1.8rem;
    font-size: 2.8rem;
  }

  .form textarea {
    padding: 2.6rem;
  }

  .form-thanks__img {
    width: 10rem;
    margin: 0 auto 3rem;
  }

  .form-thanks__title {
    font-size: 4rem;
  }

  .form__privacy {
    margin-top: 3rem;
    margin-right: 0;
    text-align: left;
    font-size: 2.8rem;
    line-height: 1.43;
  }

  .select-text {
    width: 100%;
    height: 10rem;
    padding: 0 10rem 0 2.6rem;
    border-radius: 1.8rem;
    font-size: 2.8rem;
  }

  .select-text svg {
    width: 4.8rem;
  }

  .select-dropdown {
    top: calc(100% + 1rem);
    border-radius: 1.8rem;
    padding-right: .6rem;
  }

  .select-dropdown__list {
    max-height: 49rem;
    padding: 0rem 2.6rem;
  }

  .select-dropdown__list::-webkit-scrollbar {
    width: 0 1.4rem;
  }

  .select-dropdown__list::-webkit-scrollbar-track {
    margin: 0.6rem;
    border-radius: .6rem;
  }

  .select-dropdown__list::-webkit-scrollbar-thumb {
    border-radius: .6rem;
  }

  .select-dropdown__option {
    padding: 2.6rem;
    font-size: 2.8rem;
  }

  .contacts {
    margin-bottom: 12rem;
  }

  .contacts-content {
    height: 156rem;
    border-radius: 4rem 4rem 7.2rem 7.2rem;
  }

  .contacts-map > ymaps {
    border-radius: 4rem 4rem 7.2rem 7.2rem;
    overflow: hidden;
  }

  .contacts-info {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    padding: 6rem 4rem;
    border-radius: 4rem;
  }

  .contacts-info__title {
    margin-bottom: 4rem;
  }

  .contacts-info__group {
    display: block;
  }

  .contacts-info__block {
    width: 100%;
  }

  .contacts-info__item {
    font-size: 2.8rem;
    line-height: 1.43;
    margin-bottom: 3rem;
  }

  .contacts-info__item-img {
    width: 6.6rem;
    height: 6.6rem;
    border-radius: 1.8rem;
    margin-right: 3rem;
  }

  .contacts-info__item-img img {
    width: 3.6rem;
  }

  .contacts-info__item span {
    margin-top: 1rem;
  }

  .footer {
    padding: 4rem 0 3.4rem;
    border-radius: 4rem 4rem 0 0;
  }

  .footer__content {
    display: block;
  }

  .footer__text {
    font-size: 2.8rem;
  }

  .footer__copy {
    font-weight: 500;
    margin-bottom: 1.8rem;
  }

  .popup-wrap {
    padding: 6rem 2rem;
  }

  .popup-close {
    top: 1rem;
    right: 1rem;
    width: 6.6rem;
  }

  .popup-content {
    width: 100%;
    padding: 6rem 3rem 8.2rem;
    border-radius: 4.4rem;
  }

  .popup-heading {
    margin-bottom: 2rem;
  }

  .popup-title {
    margin-bottom: 1rem;
  }

  .popup-subtitle {
    width: 75%;
    margin: 0 auto;
    font-size: 3.2rem;
    line-height: 1.4;
  }

  .popup-form.form .select-text {
    height: 10rem;
  }

  .popup-form.form .form__privacy {
    margin-top: 2rem;
    line-height: 1.43;
  }

  .popup__sent .popup-content {
    padding-bottom: 7rem;
  }

  .iti--separate-dial-code .iti__selected-dial-code {
    font-size: 2.8em;
  }
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }

  .iti__flag {
    background-image: url("../img/flags/flags@2x.png");
  }
}
/*# sourceMappingURL=maps/main.css.map */
