/*! 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;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Exo 2', sans-serif;
  height: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

img {
  width: 100%;
}

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

a {
  text-decoration: none;
}

.button {
  background-color: #F05454;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  color: #E8E8E8;
}

@-webkit-keyframes glowing {
  0% {
    background-color: #F05454;
    -webkit-box-shadow: 0 0 3px #F05454;
            box-shadow: 0 0 3px #F05454;
  }
  50% {
    background-color: #F05454;
    -webkit-box-shadow: 0 0 10px #F05454;
            box-shadow: 0 0 10px #F05454;
  }
  100% {
    background-color: #F05454;
    -webkit-box-shadow: 0 0 3px #F05454;
            box-shadow: 0 0 3px #F05454;
  }
}

@keyframes glowing {
  0% {
    background-color: #F05454;
    -webkit-box-shadow: 0 0 3px #F05454;
            box-shadow: 0 0 3px #F05454;
  }
  50% {
    background-color: #F05454;
    -webkit-box-shadow: 0 0 10px #F05454;
            box-shadow: 0 0 10px #F05454;
  }
  100% {
    background-color: #F05454;
    -webkit-box-shadow: 0 0 3px #F05454;
            box-shadow: 0 0 3px #F05454;
  }
}

.button {
  -webkit-animation: glowing 1300ms infinite;
          animation: glowing 1300ms infinite;
}

.number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  font-weight: 600;
  color: #E8E8E8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.number:hover {
  text-decoration: underline;
}

.icon {
  width: 56px;
  height: 48px;
  fill: #F05454;
}

.email {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.04em;
  color: #E8E8E8;
}

.email:hover {
  text-decoration: underline;
}

.email-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  margin-bottom: 32px;
}

.email-icon {
  margin-right: 16px;
}

.email-icon--modal {
  color: #F05454;
}

.copiraight {
  font-size: 12px;
  line-height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #E8E8E8;
}

.design {
  font-size: 12px;
  line-height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #E8E8E8;
}

.design-link {
  color: #F05454;
  font-weight: 900;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.08em;
  padding-left: 8px;
  text-decoration: underline;
}

.design-link:hover {
  color: #E8E8E8;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 50px;
  z-index: 100;
  background: #222831;
  color: #E8E8E8;
  -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 274px;
}

.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
}

.menu-list li {
  padding-right: 36px;
}

.menu-list li:last-child {
  padding-right: 0;
}

.menu-link {
  text-decoration: none;
  font-weight: 600;
  color: #E8E8E8;
}

.menu-link:hover {
  text-decoration: underline;
}

.menu-icon {
  display: none;
}

.number-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

.kyivstar-logo {
  width: 32px;
  height: 24px;
  padding-right: 8px;
}

.fb-logo {
  width: 36px;
  height: 32px;
  fill: #E8E8E8;
  margin-left: 16px;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 72px 120px 0 120px;
  min-height: 700px;
  margin-bottom: 120px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.main-image {
  position: absolute;
  background: url(../img/header-background-min.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
  top: 60px;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

.main-image::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(../img/bg-after-img.png);
}

.main-content {
  position: relative;
  padding-top: 72px;
  z-index: 10;
}

.main__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 800;
  font-size: 56px;
  line-height: 72px;
  letter-spacing: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 64px;
  text-transform: uppercase;
  color: #F05454;
  z-index: 2;
  -webkit-transform: translate(0px, 120%);
      -ms-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
}

.main__title._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.main__sub-title {
  max-width: 787px;
}

.main__sub-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 0.04em;
  color: #222831;
  -webkit-transform: translate(0px, 120%);
      -ms-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}

.main__sub-text._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.main-button {
  position: absolute;
  right: 0;
}

.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.services-title {
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
  color: #2D4257;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 42px;
  text-align: center;
  -webkit-transform: translate(0px, 120%);
      -ms-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
}

.services-title._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.services-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.service-item {
  display: block;
  width: 377px;
  min-height: 252px;
  padding: 12px 32px;
  margin-bottom: 32px;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(-20%, 120%);
      -ms-transform: translate(-20%, 120%);
          transform: translate(-20%, 120%);
  opacity: 0;
  -webkit-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}

.service-item._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  transform: translate(0px, 0px);
  opacity: 1;
  transform: translate(0px, 0px);
  opacity: 1;
  transform: translate(0px, 0px);
  opacity: 1;
  transform: translate(0px, 0px);
  opacity: 1;
  transform: translate(0px, 0px);
  opacity: 1;
}

.service-item._active:nth-child(1) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.service-item._active:nth-child(2) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.service-item._active:nth-child(3) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.service-item._active:nth-child(4) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.service-item._active:nth-child(5) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.service-item._active:nth-child(6) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.service__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  height: 48px;
  width: 56px;
}

.service__heading {
  text-align: center;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #2D4257;
  margin-bottom: 16px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.service__text {
  line-height: 24px;
  color: #222831;
}

.tariff {
  background: #2D4257;
  padding: 62px 0 128px 0;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  margin-bottom: 56px;
}

.tariff-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  margin-bottom: 32px;
  -webkit-transform: translate(0px, 120%);
      -ms-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
}

.tariff-title._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.tariff__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
  color: #F05454;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 12px;
}

.tariff-sub__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 42px;
  color: #E8E8E8;
}

.tariff-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 72px;
}

.tariff-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 583px;
  height: 100%;
}

.tariff-list {
  padding: 0;
}

.tariff-item {
  position: relative;
  font-size: 22px;
  line-height: 48px;
  letter-spacing: 0.04em;
  color: #E8E8E8;
  margin-left: 16px;
  padding-bottom: 24px;
}

.tariff-item:last-child {
  padding-bottom: 0;
}

.tariff-item::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E8E8E8;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  left: -24px;
  top: 20px;
}

.tariff-button {
  position: absolute;
}

.tariff-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 457px;
}

.tariff-slider__container {
  position: relative;
  width: 448px;
  height: 410px;
}

.tariff-slider__text {
  color: #F05454;
  font-weight: 600;
  font-size: 18px;
  line-height: 42px;
  letter-spacing: 0.04em;
  text-align: right;
}

.tariff-slider__text--mobile {
  display: none;
}

.tariff-slider__image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: fill;
     object-fit: fill;
  overflow: hidden;
}

.tariff-slider__desc {
  position: absolute;
  bottom: 0;
  color: #E8E8E8;
  line-height: 24px;
  padding-top: 8px;
  padding-left: 8px;
  padding-bottom: 8px;
}

.tariff-slider__btn {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 12px;
  border: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
}

.tariff-slider__btn--next {
  right: 8px;
  background: url(../img/arrow-right.svg) no-repeat center;
}

.tariff-slider__btn--prev {
  left: 8px;
  background: url(../img/arrow-left.svg) no-repeat center;
}

.tariff-slide {
  position: relative;
  height: 100%;
  border-radius: 8px;
}

.tariff-slide::after {
  content: '';
  position: absolute;
  border-radius: 8px;
  background: rgba(232, 232, 232, 0.5);
  border-radius: 0px 0px 8px 8px;
  height: 116px;
  left: 0;
  right: 0;
  bottom: 0;
}

.benefits-title {
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 4px;
  color: #2D4257;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 72px;
  -webkit-transform: translate(0px, 120%);
      -ms-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
}

.benefits-title._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.benefits-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 104px;
  margin-bottom: 120px;
}

.benefits-wrapper__1, .benefits-wrapper__2 {
  width: 50%;
  -webkit-transform: translate(-20%, 120%);
      -ms-transform: translate(-20%, 120%);
          transform: translate(-20%, 120%);
  opacity: 0;
  -webkit-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}

.benefits-wrapper__1._active, .benefits-wrapper__2._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}

.benefits__icon {
  position: absolute;
}

.benefits__text {
  position: absolute;
  padding-left: 72px;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.04em;
  color: #222831;
}

.footer {
  position: relative;
  background: #222831;
  height: 516px;
}

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 72px;
  padding-bottom: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 72px;
}

.footer-button {
  position: absolute;
}

.footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}

.footer-heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #E8E8E8;
  margin-bottom: 32px;
  text-align: center;
  -webkit-transform: translate(0px, 120%);
      -ms-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
}

.footer-heading._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.footer-number {
  margin-bottom: 32px;
  -webkit-transform: translate(0px, 120%);
      -ms-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
}

.footer-number._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.footer-email {
  -webkit-transform: translate(0px, 120%);
      -ms-transform: translate(0px, 120%);
          transform: translate(0px, 120%);
  opacity: 0;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
}

.footer-email._active {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
}

.footer-aditional {
  position: absolute;
  bottom: 16px;
}

.footer-icon {
  width: 52px;
  height: 42px;
  fill: #E8E8E8;
}

.modal__overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #E8E8E8;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.modal__overlay--visible {
  visibility: visible;
  opacity: 0.8;
}

.modal__dialog {
  position: fixed;
  max-width: 500px;
  top: 50%;
  left: 50%;
  padding: 16px 32px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #FFFFFF;
  color: #222831;
  border-radius: 8px;
  z-index: 101;
  visibility: hidden;
  opacity: 0;
}

.modal__dialog--visible {
  visibility: visible;
  opacity: 1;
}

.modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}

.modal-title {
  padding: 4px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.modal__text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 16px;
  color: #222831;
  text-decoration: none;
}

.modal__input, .modal__message {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #222831;
  padding-left: 8px;
  margin-bottom: 16px;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  width: 100%;
  min-height: 46px;
}

.modal__button {
  padding: 16px, 52px;
}

.modal__icon {
  margin-right: 8px;
}

.modal-phone--wh {
  width: 42px;
  height: 42px;
}

.modal-phone--wh:hover {
  fill: #E8E8E8;
  background: #F05454;
  border-radius: 50%;
}

.modal-mailwh {
  width: 42px;
  height: 32px;
}

.modal-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal .hu:hover {
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .container {
    max-width: 960px;
    padding: 16px 64px;
  }
  .main {
    padding: 64px 64px 72px 64px;
    margin-bottom: 72px;
  }
  .main__title {
    font-size: 48px;
    line-height: 62px;
  }
  .main__sub-title {
    margin-bottom: 72px;
  }
  .main__sub-text {
    font-size: 18px;
    line-height: 36px;
  }
  .services-wrapper {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .service-item {
    width: 364px;
  }
  .tariff-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tariff-slider {
    margin-bottom: 64px;
  }
  .tariff-slider__container {
    width: 500px;
    height: 450px;
  }
  .tariff-slider__text {
    display: none;
  }
  .tariff-slider__text--mobile {
    display: block;
    color: #F05454;
    font-weight: 600;
    font-size: 18px;
    line-height: 42px;
    letter-spacing: 0.04em;
    text-align: right;
    padding: 16px 0;
  }
  .tariff-description {
    max-width: 800px;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 860px;
  }
  .main {
    margin-bottom: 48px;
  }
  .main__title {
    font-size: 48px;
    line-height: 56px;
  }
  .services {
    margin-bottom: 0;
  }
  .benefits-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 48px;
  }
  .benefits-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 16px;
  }
  .benefits-wrapper__1, .benefits-wrapper__2 {
    width: 100%;
  }
}

@media (max-width: 764px) {
  .header__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .container {
    max-width: 600px;
  }
  .menu-icon {
    z-index: 5;
    position: relative;
    display: block;
    width: 32px;
    height: 20px;
    cursor: pointer;
  }
  .menu-icon span, .menu-icon::before, .menu-icon::after {
    left: 0;
    position: absolute;
    height: 10%;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #E8E8E8;
  }
  .menu-icon::before, .menu-icon::after {
    content: '';
  }
  .menu-icon::before {
    top: 0;
  }
  .menu-icon::after {
    bottom: 0;
  }
  .menu-icon span {
    top: 50%;
    -webkit-transform: scale(1) translate(0px, -50%);
        -ms-transform: scale(1) translate(0px, -50%);
            transform: scale(1) translate(0px, -50%);
  }
  .menu-icon._active span {
    -webkit-transform: scale(0) translate(0px, -50%);
        -ms-transform: scale(0) translate(0px, -50%);
            transform: scale(0) translate(0px, -50%);
  }
  .menu-icon._active::before {
    top: 50%;
    -webkit-transform: rotate(-45deg) translate(0px, -50%);
        -ms-transform: rotate(-45deg) translate(0px, -50%);
            transform: rotate(-45deg) translate(0px, -50%);
  }
  .menu-icon._active::after {
    bottom: 50%;
    -webkit-transform: rotate(45deg) translate(0px, 50%);
        -ms-transform: rotate(45deg) translate(0px, 50%);
            transform: rotate(45deg) translate(0px, 50%);
  }
  .menu-body {
    position: fixed;
    top: 0;
    right: -100%;
    width: 150px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background-color: #222831;
    padding: 50px 0px 0px 30px;
    -webkit-transition: right 0.3s ease 0s;
    -o-transition: right 0.3s ease 0s;
    transition: right 0.3s ease 0s;
    overflow: auto;
  }
  .menu-body._active {
    right: 0;
  }
  .menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 32px 0;
  }
  .menu-link {
    font-weight: 600;
    font-size: 18px;
    line-height: 2;
  }
  .menu .main {
    margin-bottom: 48px;
  }
  .menu__title {
    font-size: 48px;
    line-height: 56px;
  }
  .service-item {
    width: 364px;
  }
  .tariff {
    padding: 16px 8px 100px 8px;
  }
  .tariff-item {
    font-size: 20px;
    line-height: 40px;
  }
  .tariff-wrapper {
    margin-bottom: 8px;
  }
  .footer {
    height: 532px;
  }
  .footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 24px;
  }
  .footer-button {
    top: 324px;
  }
  .footer-contacts {
    width: 100%;
  }
  .modal__dialog {
    width: 300px;
    height: 340px;
    padding: 16px;
  }
  .modal__close {
    width: 24px;
    height: 24px;
  }
  .modal-title {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 8px;
    padding: 0;
  }
  .modal__input, .modal__message {
    font-size: 12px;
    line-height: 14px;
    min-height: 24px;
    margin-bottom: 8px;
  }
  .modal__button {
    width: 147px;
    height: 28px;
    font-size: 12px;
    line-height: 14px;
    padding: 8px 16px;
  }
  .modal-phone--wh {
    width: 34px;
    height: 32px;
  }
  .modal-mailwh {
    width: 34px;
    height: 24px;
  }
  .modal__text {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 8px;
  }
}

@media (max-width: 600px) {
  .container {
    max-width: 540px;
  }
  .main {
    min-height: 600px;
  }
  .main__title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 36px;
  }
  .main__sub-text {
    font-size: 16px;
    line-height: 24px;
  }
  .tariff {
    margin-bottom: 0;
  }
  .tariff-item {
    font-size: 20px;
    line-height: 28px;
  }
  .tariff-item::before {
    top: 12px;
  }
  .tariff-slider {
    width: 286px;
    height: 255px;
  }
  .tariff-slider__container {
    width: 286px;
    height: 255px;
  }
  .tariff-slider__desc {
    font-weight: normal;
    font-size: 8px;
    line-height: 12px;
  }
  .tariff-slide::after {
    height: 64px;
  }
  .benefits-wrapper {
    margin-bottom: 0;
  }
}

@media (max-width: 500px) {
  .container {
    max-width: 390px;
    padding: 8px 16px;
  }
  .main {
    min-height: 600px;
    padding: 16px 16px 0 16px;
    margin-bottom: 56px;
  }
  .main-image {
    top: 50px;
  }
  .services-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  .tariff-title {
    margin-bottom: 16px;
  }
  .tariff__title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .tariff-sub--title {
    font-size: 16px;
    line-height: 24px;
  }
  .tariff-slider__text--mobile {
    font-size: 12px;
    line-height: 16px;
  }
  .tariff-wrapper {
    margin-bottom: 32px;
  }
  .tariff-item {
    font-size: 16px;
    line-height: 24px;
  }
  .benefits-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  .email-icon {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 380px) {
  .container {
    max-width: 320px;
    padding: 8px 16px;
  }
  .main {
    padding: 8px 16px 0 16px;
    margin-bottom: 56px;
  }
  .main-image {
    top: 50px;
  }
  .main__sub-title {
    margin-bottom: 32px;
  }
  .footer {
    height: 468px;
  }
  .footer-wrapper {
    top: 24px;
  }
  .footer-heading {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .footer-number {
    margin-bottom: 16px;
  }
  .footer-button {
    top: 217px;
  }
  .email {
    font-size: 16px;
    line-height: 24px;
  }
  .email-wrapper {
    margin-bottom: 16px;
  }
}

@media (max-width: 320px) {
  .container {
    max-width: 288px;
    padding: 8px 8px;
  }
  .main {
    min-height: 556px;
    padding: 50px 16px 0 16px;
    margin-bottom: 56px;
  }
  .main-image {
    top: 50px;
  }
  .main-content {
    padding-top: 0;
  }
  .main__title {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .services-title {
    font-size: 24px;
  }
}
