@charset "UTF-8";

@font-face {
  font-family: ProximaNova;
  font-display: swap;
  src: url("../fonts/ProximaNova-Regular.4363e7ac1ea0.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.cfaaf9d516cd.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: ProximaNova;
  font-display: swap;
  src: url("../fonts/ProximaNova-SemiBold.5cffef84d8ef.woff2") format("woff2"), url("../fonts/ProximaNova-SemiBold.ba6cbc323270.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

*::before,
*::after {
  display: inline-block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #202733;
  line-height: 1;
  font-family: "ProximaNova";
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "ProximaNova";
  font-size: inherit;
  line-height: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: top;
}

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

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

.wrapper > main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/

[class*=__container] {
  max-width: 79.75rem;
  margin: 0 auto;
  padding: 0 1rem;
}

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

div {
  -webkit-tap-highlight-color: transparent;
}

.bg-light-blue {
  background-color: #eff3f6;
}

.temp {
  width: 100%;
  min-height: 560px;
  background-color: red;
}

.section-title {
  font-size: 44px;
  line-height: 44px;
  letter-spacing: -0.04em;
  font-weight: 600;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  border-radius: 28px;
  background-color: #ffcc00;
  text-align: center;
  cursor: pointer;
  width: 100%;
  max-width: 251px;
  height: 56px;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

.order-form .suggestions-nowrap,
.order-form-v2 .suggestions-nowrap,
.order-form-v3 .suggestions-nowrap {
  white-space: nowrap;
}

.order-form .suggestions-input,
.order-form-v2 .suggestions-input,
.order-form-v3 .suggestions-input {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.order-form .suggestions-input::-ms-clear,
.order-form-v2 .suggestions-input::-ms-clear,
.order-form-v3 .suggestions-input::-ms-clear {
  display: none;
}

.order-form .suggestions-wrapper,
.order-form-v2 .suggestions-wrapper,
.order-form-v3 .suggestions-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-text-size-adjust: 100%;
  margin-top: 8px;
}

.order-form .suggestions-suggestions,
.order-form-v2 .suggestions-suggestions,
.order-form-v3 .suggestions-suggestions {
  border: none;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  left: 0;
  min-width: 100%;
  position: absolute;
  z-index: 100;
  -webkit-text-size-adjust: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12), 0px 0px 40px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12), 0px 0px 40px rgba(0, 0, 0, 0.06);
  border-radius: 32px;
}

.order-form .suggestions-suggestions strong,
.order-form-v2 .suggestions-suggestions strong,
.order-form-v3 .suggestions-suggestions strong {
  font-weight: 400;
  color: #0055a5;
}

.order-form .suggestions-suggestions.suggestions-mobile,
.order-form-v2 .suggestions-suggestions.suggestions-mobile,
.order-form-v3 .suggestions-suggestions.suggestions-mobile {
  border-style: none;
}

.order-form .suggestions-suggestions.suggestions-mobile .suggestions-suggestion,
.order-form-v2 .suggestions-suggestions.suggestions-mobile .suggestions-suggestion,
.order-form-v3 .suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
  border-bottom: none;
}

.order-form .suggestions-suggestion,
.order-form-v2 .suggestions-suggestion,
.order-form-v3 .suggestions-suggestion {
  padding: 19px 36px 20px;
  overflow: hidden;
  font-size: 16px;
  line-height: 16px;
  border-top: 1px solid #eeeeee;
}

.order-form .suggestions-suggestion:hover,
.order-form-v2 .suggestions-suggestion:hover,
.order-form-v3 .suggestions-suggestion:hover {
  background: #f8f8f8;
}

.order-form .suggestions-selected,
.order-form-v2 .suggestions-selected,
.order-form-v3 .suggestions-selected {
  background: #f0f0f0;
}

.order-form .suggestions-selected:hover,
.order-form-v2 .suggestions-selected:hover,
.order-form-v3 .suggestions-selected:hover {
  background: #f0f0f0;
}

.order-form .suggestions-hint,
.order-form-v2 .suggestions-hint,
.order-form-v3 .suggestions-hint {
  padding: 20px 36px;
  white-space: nowrap;
  overflow: hidden;
  color: #8b8b8b;
  font-size: 14px;
  line-height: 14px;
}

.order-form .suggestions-subtext,
.order-form-v2 .suggestions-subtext,
.order-form-v3 .suggestions-subtext {
  color: #8b8b8b;
}

.order-form .suggestions-subtext_inline,
.order-form-v2 .suggestions-subtext_inline,
.order-form-v3 .suggestions-subtext_inline {
  display: inline-block;
  min-width: 6em;
  vertical-align: bottom;
  margin: 0 0.5em 0 0;
}

.order-form .suggestions-subtext-delimiter,
.order-form-v2 .suggestions-subtext-delimiter,
.order-form-v3 .suggestions-subtext-delimiter {
  display: inline-block;
  width: 2px;
}

.order-form .suggestions-subtext_label,
.order-form-v2 .suggestions-subtext_label,
.order-form-v3 .suggestions-subtext_label {
  margin: 0 0 0 0.25em;
  border-radius: 3px;
  padding: 0 3px;
  background: #f5f5f5;
  font-size: 85%;
}

.order-form .suggestions-value[data-suggestion-status=LIQUIDATED],
.order-form-v2 .suggestions-value[data-suggestion-status=LIQUIDATED],
.order-form-v3 .suggestions-value[data-suggestion-status=LIQUIDATED] {
  position: relative;
}

.order-form .suggestions-value[data-suggestion-status=LIQUIDATED]:after,
.order-form-v2 .suggestions-value[data-suggestion-status=LIQUIDATED]:after,
.order-form-v3 .suggestions-value[data-suggestion-status=LIQUIDATED]:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  content: "";
}

.order-form .suggestions-promo,
.order-form-v2 .suggestions-promo,
.order-form-v3 .suggestions-promo {
  font-size: 85%;
  display: none;
  color: #8b8b8b;
  padding: 4px;
  text-align: center;
}

.order-form .suggestions-promo a,
.order-form-v2 .suggestions-promo a,
.order-form-v3 .suggestions-promo a {
  color: #777;
  display: block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  line-height: 20px;
  text-decoration: none;
}

.order-form .suggestions-promo a:hover,
.order-form-v2 .suggestions-promo a:hover,
.order-form-v3 .suggestions-promo a:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.order-form .suggestions-promo svg,
.order-form-v2 .suggestions-promo svg,
.order-form-v3 .suggestions-promo svg {
  height: 20px;
  vertical-align: bottom;
}

.header {
  background-color: #fff;
  padding: 16px 0;
  position: relative;
  z-index: 5;
}

.header__container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.header__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;
}

.header__logo {
  width: 57px;
  height: 40px;
  position: relative;
  z-index: 5;
}

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

.header__right {
  margin-left: auto;
}

.header__phone-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;
}

.header__phone-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  background-color: #eff3f6;
  border-radius: 50%;
}

.header__phone-icon img,
.header__phone-icon svg {
  width: 20px;
  height: 20px;
}

.header__phone-text {
  font-size: 16px;
  line-height: 16px;
  color: #5d6a80;
  margin-bottom: 4px;
}

.header__phone {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}

.header__pay-btn {
  margin-left: 60px;
  background-color: #ffcc00;
  padding: 13px 24px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

.header__lk-btn {
  margin-left: 16px;
  background-color: #eff3f6;
  padding: 13px 24px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

.icon-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  padding-left: 3.5px;
  padding-right: 3.5px;
  position: relative;
  z-index: 100;
  margin-left: 16px;
}

.icon-menu span {
  width: 21px;
  height: 2px;
  background-color: #202733;
  position: relative;
  border-radius: 2px;
}

.icon-menu span:before,
.icon-menu span:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #202733;
  position: absolute;
  left: 0;
  border-radius: 2px;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

.icon-menu span:before {
  bottom: 6px;
}

.icon-menu span:after {
  top: 6px;
}

.menu-open .icon-menu span {
  background-color: transparent;
}

.menu-open .icon-menu span::before {
  bottom: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.menu-open .icon-menu span::after {
  top: 0;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.menu-open .header__phone-wrapper {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.hero {
  position: relative;
  padding: 60px 0 126px;
}

.hero:before {
  content: "";
  width: 100%;
  height: calc(100% + 72px);
  position: absolute;
  z-index: 1;
  top: -72px;
  left: 0;
  background-image: url("../img/bg-light.765bf3420c4a.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero__container {
  position: relative;
  z-index: 2;
}

.hero-indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  margin-bottom: 28px;
}

.hero-indicators__item {
  width: 192px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 4px;
  border-radius: 24px;
  background-color: #fff;
}

.hero-indicators__item-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eff3f6;
  margin-right: 12px;
}

.hero-indicators__item-icon img,
.hero-indicators__item-icon svg {
  width: 20px;
  height: 20px;
}

.hero-indicators__item-text {
  color: #5d6a80;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}

.hero__title {
  font-weight: 600;
  font-size: 68px;
  line-height: 68px;
  letter-spacing: -0.04em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 954px;
}

.hero__title br {
  display: none;
}

.hero__subtitle-wrapper {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

.hero__subtitle {
  color: #5d6a80;
  font-size: 24px;
  line-height: 32px;
  max-width: 428px;
}

.hero__order-desctop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 22px 40px;
  border-radius: 32px;
  background-color: #ffcc00;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

.hero-operators {
  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;
  margin-top: 186px;
}

.hero-operators__left {
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-operators__right {
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero__operator {
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__operator img,
.hero__operator svg {
  width: 64px;
  height: 64px;
}

.hero__operator.right-gradient {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
}

.hero__operator.left-gradient {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #ffffff));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
}

.hero__img-desctop {
  width: 471px;
  height: 488px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}

.hero__img-desctop img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero__img-mobile {
  display: none;
}

.hero__order-mobile {
  display: none;
}

.tariffs {
  padding-left: 16px;
  padding-right: 16px;
}

.tariffs__container {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
}

.tariffs__wrapper {
  width: 100%;
  max-width: 1076px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
  position: relative;
}

.tariffs__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  width: 116px;
  height: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.tariffs__wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  width: 116px;
  height: 100%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.tariffs-tabs {
  margin-top: 16px;
}

.tariffs-tabs__header {
  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;
}

.tariffs-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -0.04em;
  color: #202733;
}

.tariffs-switcher__switcher {
  cursor: pointer;
}

.tariffs-switcher__switcher-input {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}

.tariffs-switcher__switcher-input:checked + .tariffs-switcher__switcher-body:before {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.tariffs-switcher__switcher-body {
  width: 48px;
  height: 28px;
  border-radius: 14px;
  border: 2px solid #202733;
  margin-bottom: 2px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.tariffs-switcher__switcher-body:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffcc00;
  position: absolute;
  left: 2px;
  bottom: 2px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.tariffs-switcher__inet {
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.switcher-minutes .tariffs-switcher__inet {
  color: #a9b6cc;
}

.tariffs-switcher__minutes {
  color: #a9b6cc;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.switcher-minutes .tariffs-switcher__minutes {
  color: #202733;
}

.tariffs-tabs__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tariffs-tabs__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 22px;
  background-color: transparent;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
  -o-transition: background 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, color 0.2s ease-out;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
  cursor: pointer;
  color: #a9b6cc;
}

.tariffs-tabs__title img,
.tariffs-tabs__title svg {
  width: 20px;
  height: 20px;
  margin-left: 6px;
}

.tariffs-tabs__title .mobile {
  display: none;
}

.tariffs-tabs__title.hit {
  color: #ff6d00 !important;
}

.tariffs-tabs__title._tab-active {
  background-color: #eff3f6;
  color: #5d6a80;
}

.tariffs-tabs__content {
  margin-top: 56px;
}

.tariffs-slider {
  overflow: visible !important;
}

.tariffs-slider__slide {
  max-width: 348px !important;
}

.tariffs-slider-arrow {
  width: 56px;
  height: 56px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 15;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 40px rgba(32, 39, 51, 0.08);
  box-shadow: 0px 0px 40px rgba(32, 39, 51, 0.08);
}

.tariffs-slider-arrow.swiper-button-disabled {
  opacity: 0 !important;
}

.tariffs-slider-arrow-prev {
  left: -36px;
  -webkit-transform: translateY(-50%) scale(-1, 1);
  -ms-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
}

.tariffs-slider-arrow-next {
  right: -36px;
}

.tariff-card {
  width: 100%;
}

.tariff-card__header {
  background-color: #e5e9ec;
  padding: 32px;
  border-radius: 24px 24px 0 0;
  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;
  position: relative;
  z-index: 1;
}

.tariff-card__header:before {
  content: "";
  width: 100%;
  height: 50px;
  background-color: #e5e9ec;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.most-popular .tariff-card__header {
  background-color: #ffcc00;
}

.most-popular .tariff-card__header:before {
  background-color: #ffcc00;
}

.popular .tariff-card__header {
  background-color: #ffcc00;
}

.popular .tariff-card__header:before {
  background-color: #ffcc00;
}

.tariff-card__gb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -0.04em;
  font-weight: 600;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.tariff-card__gb img,
.tariff-card__gb svg {
  width: 50px;
  height: 24px;
}

.tariff-card__header-info {
  color: #5d6a80;
  font-size: 16px;
  line-height: 18px;
}

.most-popular .tariff-card__header-info {
  color: #806600;
}

.popular .tariff-card__header-info {
  color: #806600;
}

.tariff-card__body {
  position: relative;
  z-index: 2;
  padding: 32px;
  background-color: #eff3f6;
  border-radius: 24px;
}

.most-popular .tariff-card__body {
  background-color: #202733;
  color: #fff;
}

.tariff-card__info {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 32px;
}

.tariff-card__list {
  list-style: none;
}

.tariff-card__list li {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 16px;
}

.tariff-card__list li img,
.tariff-card__list li svg {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.tariff-card__list li:first-of-type {
  margin-top: 0;
}

.tariff-card__list li:nth-last-child(2) {
  display: none;
}

.tariff-card__list li:last-of-type {
  display: none;
}

.switcher-minutes .tariff-card__list li:nth-last-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.switcher-minutes .tariff-card__list li:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tariff-card__price-wrapper {
  margin-top: 32px;
  position: relative;
}

.tariff-card__price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 2px;
}

.tariff-card__price-old {
  color: #5d6a80;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  letter-spacing: -0.04em;
}

.tariff-card__price-old:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #5d6a80;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.most-popular .tariff-card__price-old {
  color: #707f99;
}

.most-popular .tariff-card__price-old:before {
  background-color: #707f99;
}

.tariff-card__price-sale {
  padding: 2px 8px;
  background-color: #ffcc00;
  border-radius: 12px;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.04em;
  margin-left: 12px;
}

.most-popular .tariff-card__price-sale {
  color: #202733;
}

.tariff-card__price-current {
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -0.04em;
}

.tariff-card__order {
  margin-top: 32px;
  max-width: 100%;
}

.most-popular .tariff-card__order {
  color: #202733;
}

.tariff-card__delivery-info {
  color: #5d6a80;
  font-size: 16px;
  line-height: 16px;
  margin-top: 16px;
  text-align: center;
}

.most-popular .tariff-card__delivery-info {
  color: #707f99;
}

.t2-cards .most-popular .tariff-card__header {
  background-color: #ff3495;
  color: #fff;
}

.t2-cards .most-popular .tariff-card__header:before {
  background-color: #ff3495;
}

.t2-cards .most-popular .tariff-card__header-info {
  color: #801a4b;
}

.t2-cards .most-popular .tariff-card__price-sale {
  background-color: #ff3495;
  color: #fff;
}

.t2-cards .popular .tariff-card__header {
  background-color: #ff3495;
  color: #fff;
}

.t2-cards .popular .tariff-card__header:before {
  background-color: #ff3495;
}

.t2-cards .popular .tariff-card__header-info {
  color: #801a4b;
}

.t2-cards .tariff-card__price-sale {
  background-color: #ff3495;
  color: #fff;
}

.t2-cards .tariff-card__order {
  background-color: #ff3495;
  color: #fff;
}

.megafon-cards .most-popular .tariff-card__header {
  background-color: #721a82;
  color: #fff;
}

.megafon-cards .most-popular .tariff-card__header:before {
  background-color: #721a82;
}

.megafon-cards .most-popular .tariff-card__header-info {
  color: #c591cf;
}

.megafon-cards .popular .tariff-card__header {
  background-color: #721a82;
  color: #fff;
}

.megafon-cards .popular .tariff-card__header:before {
  background-color: #721a82;
}

.megafon-cards .popular .tariff-card__header-info {
  color: #c591cf;
}

.megafon-cards .tariff-card__price-sale {
  background-color: #00b956;
  color: #fff;
}

.megafon-cards .tariff-card__order {
  background-color: #00b956;
  color: #fff;
}

.devices {
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  z-index: 3;
}

.devices__container {
  background-color: #fff;
  width: 100%;
}

.devices__wrapper {
  width: 100%;
  max-width: 1076px;
  background-color: #eff3f6;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  position: relative;
}

.devices__title {
  max-width: 286px;
  position: relative;
  z-index: 2;
}

.devices__subtitle {
  max-width: 356px;
  font-size: 20px;
  line-height: 28px;
  color: #5d6a80;
  margin-top: 24px;
  position: relative;
  z-index: 2;
}

.devices__images {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 520px;
  height: 180px;
}

.devices__img {
  border-radius: 24px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.devices__img1 {
  width: 140px;
  height: 140px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.devices__img1 img {
  width: 103px;
  height: 86px;
}

.devices__img2 {
  position: absolute;
  left: 100px;
  bottom: 0;
  z-index: 4;
  width: 180px;
  height: 180px;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-box-shadow: 0px 0px 100px rgba(32, 39, 51, 0.06);
  box-shadow: 0px 0px 100px rgba(32, 39, 51, 0.06);
}

.devices__img2 img {
  width: 133px;
  height: 80px;
}

.devices__img3 {
  position: absolute;
  right: 100px;
  bottom: 0;
  z-index: 3;
  width: 180px;
  height: 180px;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  -webkit-box-shadow: 0px 0px 100px rgba(32, 39, 51, 0.06);
  box-shadow: 0px 0px 100px rgba(32, 39, 51, 0.06);
}

.devices__img3 img {
  width: 130px;
  height: 100px;
}

.devices__img4 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 140px;
  height: 140px;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.devices__img4 img {
  width: 83px;
  height: 90px;
}

.devices__order {
  margin-top: 56px;
  position: relative;
  z-index: 2;
}

.devices {
  padding-left: 16px;
  padding-right: 16px;
}

.devices__container {
  background-color: #fff;
  width: 100%;
}

.devices__wrapper {
  width: 100%;
  max-width: 1076px;
  background-color: #eff3f6;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  position: relative;
}

.delivery {
  padding-left: 16px;
  padding-right: 16px;
}

.delivery__container {
  background-color: #fff;
  width: 100%;
  border-radius: 0 0 24px 24px;
  -webkit-box-shadow: 0px 0px 100px rgba(32, 39, 51, 0.06);
  box-shadow: 0px 0px 100px rgba(32, 39, 51, 0.06);
}

.delivery__wrapper {
  width: 100%;
  max-width: 1076px;
  background-color: #fff;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.delivery__left {
  width: 100%;
  max-width: 474px;
}

.delivery__subtitle {
  max-width: 460px;
  color: #5d6a80;
  font-size: 20px;
  line-height: 28px;
  margin-top: 24px;
}

.delivery__order-desctop {
  margin-top: 32px;
}

.delivery__right {
  width: 100%;
  max-width: 522px;
  margin-left: 24px;
}

.delivery__right img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.delivery__order-mobile {
  display: none;
}

.order-section {
  padding-top: 100px;
  padding-left: 16px;
  padding-right: 16px;
}

.order-section__container {
  background-color: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 100px rgba(32, 39, 51, 0.06);
  box-shadow: 0px 0px 100px rgba(32, 39, 51, 0.06);
}

.order-section__wrapper {
  width: 100%;
  max-width: 1076px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-section__left {
  width: 100%;
  max-width: 454px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.order-tabs__header {
  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;
  position: relative;
  z-index: 5;
  width: 100%;
}

.order-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #202733;
  margin-right: 20px;
}

.order-switcher__switcher {
  cursor: pointer;
}

.order-switcher__switcher-input {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}

.order-switcher__switcher-input:checked + .order-switcher__switcher-body:before {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.order-switcher__switcher-body {
  width: 32px;
  height: 20px;
  border-radius: 10px;
  border: 2px solid #202733;
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
}

.order-switcher__switcher-body:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffcc00;
  position: absolute;
  left: 2px;
  bottom: 2px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.order-switcher__inet {
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.switcher-minutes .order-switcher__inet {
  color: #a9b6cc;
}

.order-switcher__minutes {
  color: #a9b6cc;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.switcher-minutes .order-switcher__minutes {
  color: #202733;
}

.order-tabs__navigation-wrapper {
  position: relative;
  margin-left: auto;
}

.order-tabs__navigation-wrapper.open .order-tabs__navigation {
  opacity: 1;
  pointer-events: auto;
}

.order-tabs__navigation-wrapper.open .order-tabs__navigation-title svg,
.order-tabs__navigation-wrapper.open .order-tabs__navigation-title img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.order-tabs__navigation-title {
  width: 152px;
  height: 44px;
  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;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
  border-radius: 22px;
  border: 2px solid #202733;
  padding-left: 14px;
  padding-right: 14px;
  cursor: pointer;
}

.order-tabs__navigation-title svg,
.order-tabs__navigation-title img {
  width: 12px;
  height: 12px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.order-tabs__navigation {
  position: absolute;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  z-index: 5;
  left: 0;
  bottom: -8px;
  border-radius: 12px;
  border: 1px solid #e5e9ec;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  width: 152px;
  background-color: #fff;
  pointer-events: none;
  -webkit-filter: drop-shadow(0px 0px 40px rgba(32, 39, 51, 0.08));
  filter: drop-shadow(0px 0px 40px rgba(32, 39, 51, 0.08));
}

.order-tabs__title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #5d6a80;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  padding: 11px 16px;
  border-top: 1px solid #e5e9ec;
}

.order-tabs__title:first-child {
  border-top: none;
}

.order-tabs__title._tab-active {
  color: #a9b6cc;
  pointer-events: none;
}

.order-tabs__content {
  margin-top: 28px;
}

.order-section__subtariff-name {
  font-weight: 600;
  font-size: 44px;
  line-height: 44px;
  letter-spacing: -0.04em;
  text-transform: lowercase;
}

.order-section__subtariff-name.minutes {
  display: none;
}

.switcher-minutes .order-section__subtariff-name.inet {
  display: none;
}

.switcher-minutes .order-section__subtariff-name.minutes {
  display: block;
}

.order-section__subtariffs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  row-gap: 16px;
}

.order-section__subtariffs-desc {
  font-size: 20px;
  line-height: 20px;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.order-section__subtariffs-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 8px;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.order-section__subtariff-title {
  height: 24px;
  padding: 1px 8px 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid #a9b6cc;
  color: #a9b6cc;
  font-size: 20px;
  line-height: 20px;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out, border 0.2s ease-out;
  -o-transition: background 0.2s ease-out, color 0.2s ease-out, border 0.2s ease-out;
  transition: background 0.2s ease-out, color 0.2s ease-out, border 0.2s ease-out;
  cursor: pointer;
}

.order-section__subtariff-title.active {
  color: #202733;
  border-color: #202733;
}

.order-section__subtariff-title svg,
.order-section__subtariff-title img {
  width: 34px;
  height: 15px;
  margin-right: 5px;
}

.order-section__subtariff-title .order-section__subtariff-title-minutes {
  display: none;
}

.order-section__subtariff-title .order-section__subtariff-title-inet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.switcher-minutes .order-section__subtariff-title .order-section__subtariff-title-inet {
  display: none;
}

.switcher-minutes .order-section__subtariff-title .order-section__subtariff-title-minutes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.order-params {
  margin-top: 28px;
}

.order-details {
  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;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.order-details__item {
  background-color: #eff3f6;
  border-radius: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 146px;
  flex: 1 1 146px;
  height: 172px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.order-details__item-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.order-details__item-icon img,
.order-details__item-icon svg {
  width: 24px;
  height: 24px;
}

.order-details__item-icon.inet.minutes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-details__item-icon.minutes {
  display: none;
}

.switcher-minutes .order-details__item-icon.inet {
  display: none;
}

.switcher-minutes .order-details__item-icon.minutes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-details__title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin-top: 12px;
}

.order-details__title.minutes {
  display: none;
}

.order-details__title.inet.minutes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.switcher-minutes .order-details__title.inet {
  display: none;
}

.switcher-minutes .order-details__title.minutes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-details__param {
  font-size: 16px;
  line-height: 16px;
  margin-top: 4px;
}

.order-details__param.minutes {
  display: none;
}

.order-details__param.inet.minutes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.switcher-minutes .order-details__param.inet {
  display: none;
}

.switcher-minutes .order-details__param.minutes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-price-list {
  margin-top: 28px;
  list-style: none;
}

.order-price-list li {
  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;
  height: 56px;
  border: 1px solid #e5e9ec;
  padding: 0 24px;
  border-radius: 28px;
  margin-top: 8px;
}

.order-price-list li:nth-child(1) {
  margin-top: 0;
}

.order-price-list li:nth-child(2) {
  display: none;
}

.order-price-list li:last-of-type {
  background-color: #eff3f6;
  border: 1px solid #eff3f6;
}

.order-price-list__item-text {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.order-price-list__item-num {
  font-size: 20px;
  line-height: 20px;
}

.order-section__right {
  width: 100%;
  max-width: 522px;
  margin-left: 20px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #eff3f6;
  border-radius: 24px;
  padding: 60px;
}

.order-section__right-mobtitle {
  display: none;
}

.order-section__right-title {
  font-size: 44px;
  line-height: 44px;
  letter-spacing: -0.04em;
  font-weight: 600;
}

.order-section__right-subtitle {
  color: #5d6a80;
  font-size: 20px;
  line-height: 28px;
  margin-top: 24px;
}

.order-section__form-wrapper {
  margin-top: 40px;
}

.order-form__row {
  margin-top: 12px;
}

.order-form__row:first-child {
  margin-top: 0;
}

.order-form__input-wrapper {
  position: relative;
}

.order-form__input {
  width: 100%;
  height: 56px;
  border-radius: 28px;
  padding-left: 26px;
  padding-top: 16px;
  font-size: 16px;
  line-height: 16px;
  border: 2px solid transparent;
  -webkit-transition: border 0.2s ease-out;
  -o-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
  outline: none;
  color: #202733;
}

.order-form__input:focus {
  border-color: #202733;
}

.order-form__input:focus::-webkit-input-placeholder {
  opacity: 1;
}

.order-form__input:focus::-moz-placeholder {
  opacity: 1;
}

.order-form__input:focus:-ms-input-placeholder {
  opacity: 1;
}

.order-form__input:focus::-ms-input-placeholder {
  opacity: 1;
}

.order-form__input:focus::placeholder {
  opacity: 1;
}

.order-form__input::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  font-size: 16px;
  line-height: 16px;
  color: #5d6a80;
}

.order-form__input::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  font-size: 16px;
  line-height: 16px;
  color: #5d6a80;
}

.order-form__input:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  font-size: 16px;
  line-height: 16px;
  color: #5d6a80;
}

.order-form__input::-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  font-size: 16px;
  line-height: 16px;
  color: #5d6a80;
}

.order-form__input::placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  font-size: 16px;
  line-height: 16px;
  color: #5d6a80;
}

.order-form__input-placeholder {
  font-size: 16px;
  line-height: 16px;
  color: #5d6a80;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  left: 28px;
  top: 20px;
  pointer-events: none;
}

.input--focus .order-form__input-placeholder {
  font-size: 12px;
  line-height: 12px;
  top: 10px;
}

.input--hasValue .order-form__input-placeholder {
  font-size: 12px;
  line-height: 12px;
  top: 10px;
}

.order-form__address-info {
  border: 1px solid #0055a5;
  padding: 11px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0055a5;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  margin-top: 12px;
  border-radius: 18px;
  display: none;
}

.order-form__address-info svg {
  width: 12px;
  height: 12px;
  margin-right: 6px;
}

.order-form__address-info br {
  display: none;
}

.order-form__address-info.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-form__submit {
  width: 100%;
  max-width: 100%;
  margin-top: 24px;
}

.order-section__form-agree {
  margin-top: 24px;
  font-size: 12px;
  line-height: 20px;
  color: #5d6a80;
  text-align: center;
}

.order-section__form-agree a {
  display: inline-block;
  color: #202733;
  position: relative;
}

.order-section__form-agree a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  background-color: #a9b6cc;
}

.activation-sim {
  padding-top: 100px;
}

.activation-sim__container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.activation-sim__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;
}

.activation-sim__left {
  width: 100%;
  max-width: 628px;
  padding-bottom: 100px;
}

.activation-sim__title {
  max-width: 388px;
}

.activation-sim__attention {
  margin-top: 24px;
  width: 72px;
  height: 24px;
  background-color: #ffcc00;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.04em;
}

.activation-sim__info-text {
  margin-top: 12px;
}

.activation-sim__info-text p {
  color: #5d6a80;
  font-size: 20px;
  line-height: 28px;
  margin-top: 12px;
}

.activation-sim__info-text p:last-of-type a {
  margin-top: 12px;
}

.activation-sim__info-text a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  width: auto;
  font-weight: 600;
}

.activation-sim__info-text a svg,
.activation-sim__info-text a img {
  margin-left: 12px;
  width: 24px;
  height: 24px;
}

.activation-sim__info-text a:first-of-type {
  margin-top: 0 !important;
}

.activation-sim__info-text.hide p {
  display: none;
}

.activation-sim__info-text.hide p:first-of-type {
  display: block;
  margin-top: 0;
}

.activation-sim__info-more-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #5d6a80;
  margin-top: 24px;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.activation-sim__info-more-btn svg,
.activation-sim__info-more-btn img {
  margin-left: 12px;
  width: 24px;
  height: 24px;
}

.activation-sim__wrapper-btn {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.activation-sim__info {
  font-size: 16px;
  line-height: 24px;
  color: #5d6a80;
  margin-left: 40px;
  max-width: 228px;
}

.activation-sim__img-mob-wraper {
  display: none;
}

.activation-sim__right {
  width: 402px;
  height: 504px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 24px;
  margin-right: 160px;
}

.activation-sim__img-sim {
  position: absolute;
  z-index: 2;
  width: 135px;
  height: 220px;
  top: -60px;
  right: -60px;
}

.activation-sim__img-sim img {
  width: 100%;
  height: 100%;
}

.activation-sim__img-passport {
  width: 100%;
  height: 100%;
}

.activation-sim__img-passport img {
  width: 100%;
  height: 100%;
}

.activation-sim__law-text {
  position: absolute;
  width: 522px;
  height: 136px;
  background-color: #fff;
  border-radius: 24px;
  bottom: 40px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 2;
  padding: 32px;
  color: #5d6a80;
  font-size: 16px;
  line-height: 24px;
}

.activation-sim__law-text br {
  display: none;
}

.hero-v2 {
  position: relative;
  padding: 60px 0 40px;
}

.hero-v2:before {
  content: "";
  width: 100%;
  height: calc(100% + 72px);
  position: absolute;
  z-index: 1;
  top: -72px;
  left: 0;
  background-image: url("../img/bg-light.765bf3420c4a.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-v2__container {
  position: relative;
  z-index: 2;
}

.hero-v2-indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  margin-bottom: 28px;
}

.hero-v2-indicators__item {
  width: 192px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 4px;
  border-radius: 24px;
  background-color: #fff;
}

.hero-v2-indicators__item-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eff3f6;
  margin-right: 12px;
}

.hero-v2-indicators__item-icon img,
.hero-v2-indicators__item-icon svg {
  width: 20px;
  height: 20px;
}

.hero-v2-indicators__item-text {
  color: #5d6a80;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}

.hero-v2__title {
  font-weight: 600;
  font-size: 68px;
  line-height: 68px;
  letter-spacing: -0.04em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 954px;
}

.hero-v2__title br {
  display: none;
}

.hero-v2__subtitle-wrapper {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

.hero-v2__subtitle {
  color: #5d6a80;
  font-size: 24px;
  line-height: 32px;
  max-width: 428px;
}

.hero-v2__order-desctop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 22px 40px;
  border-radius: 32px;
  background-color: #ffcc00;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

.hero-v2-operators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 72px;
}

.hero-v2__operator {
  width: 400px;
  height: 400px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-v2__operator img,
.hero-v2__operator svg {
  width: 128px;
  height: 128px;
}

.hero-v2__operator.right-gradient {
  margin-right: 78px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
}

.hero-v2__operator.left-gradient {
  margin-left: 78px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #ffffff));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
}

.hero-v2__img-desctop {
  width: 471px;
  height: 488px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}

.hero-v2__img-desctop img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero-v2__img-mobile {
  display: none;
}

.hero-v2__order-mobile {
  display: none;
}

.tariffs-v2 {
  padding-left: 16px;
  padding-right: 16px;
}

.tariffs-v2__container {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
}

.tariffs-v2__wrapper {
  width: 100%;
  max-width: 1076px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
  position: relative;
}

.tariffs-v2__subtitle {
  margin-top: 16px;
  font-size: 20px;
  line-height: 28px;
  color: #5d6a80;
}

.tariffs-v2__cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 52px;
}

.tariff-card-v2 {
  width: calc(50% - 8px);
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tariff-card-v2__header {
  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: 32px;
  border-radius: 24px 24px 0 0;
  position: relative;
  z-index: 1;
}

.tariff-card-v2__header:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.beeline .tariff-card-v2__header {
  background-color: #ffcc00;
}

.beeline .tariff-card-v2__header:before {
  background-color: #ffcc00;
}

.tele2 .tariff-card-v2__header {
  background-color: #ff3495;
}

.tele2 .tariff-card-v2__header:before {
  background-color: #ff3495;
}

.tariff-card-v2__header-gb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -0.04em;
}

.tariff-card-v2__header-gb img,
.tariff-card-v2__header-gb svg {
  width: 50px;
  height: 24px;
  margin-top: 5px;
  margin-right: 8px;
}

.tariff-card-v2__header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tariff-card-v2__header-logo img,
.tariff-card-v2__header-logo svg {
  width: 36px;
  height: 36px;
  margin-right: 16px;
}

.tariff-card-v2__header-text {
  font-size: 16px;
  line-height: 18px;
}

.beeline .tariff-card-v2__header-text {
  color: #806600;
}

.tele2 .tariff-card-v2__header-text {
  color: #801a4b;
}

.tariff-card-v2__body {
  border-radius: 24px;
  padding: 32px;
  background-color: #202733;
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.tariff-card-v2__param-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 12px;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.tariff-card-v2__param {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #fff;
  padding: 3px 11px;
  border-radius: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}

.tariff-card-v2__body-text {
  margin-top: 28px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  max-width: 325px;
}

.tariff-card-v2__details {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tariff-card-v2__details-item {
  width: calc(33.3333333333% - 9.3333333333px);
  height: 172px;
  background-color: #2a313d;
  border-radius: 24px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tariff-card-v2__details-icon {
  width: 56px;
  height: 56px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tariff-card-v2__details-icon img,
.tariff-card-v2__details-icon svg {
  width: 24px;
  height: 24px;
}

.tariff-card-v2__details-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin-top: 12px;
  color: #fff;
}

.tariff-card-v2__details-text {
  margin-top: 4px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}

.tariff-card-v2__action-zone {
  margin-top: 32px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tariff-card-v2__price-wrapper {
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
}

.tariff-card-v2__price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 2px;
}

.tariff-card-v2__price-old {
  color: #707f99;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  letter-spacing: -0.04em;
}

.tariff-card-v2__price-old:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #707f99;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.tariff-card-v2__price-sale {
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.04em;
  margin-left: 12px;
  color: #202733;
}

.beeline .tariff-card-v2__price-sale {
  background-color: #ffcc00;
}

.tele2 .tariff-card-v2__price-sale {
  background-color: #ff3495;
  color: #fff;
}

.tariff-card-v2__price-current {
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -0.04em;
}

.beeline .tariff-card-v2__order {
  background-color: #ffcc00;
}

.tele2 .tariff-card-v2__order {
  background-color: #ff3495;
  color: #fff;
}

.tariff-card-v2__delivery {
  border: 1px solid #505c70;
  border-radius: 20px;
  padding: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 16px;
  color: #707f99;
  margin-top: 26px;
}

.tariff-card-v2__delivery svg,
.tariff-card-v2__delivery img {
  width: 28px;
  height: 16px;
  margin-right: 12px;
}

.devices-v2 {
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  z-index: 3;
}

.devices-v2__container {
  background-color: #fff;
  width: 100%;
}

.devices-v2__wrapper {
  width: 100%;
  max-width: 1076px;
  background-color: #eff3f6;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  position: relative;
}

.devices-v2__title {
  max-width: 286px;
  position: relative;
  z-index: 2;
}

.devices-v2__subtitle {
  max-width: 356px;
  font-size: 20px;
  line-height: 28px;
  color: #5d6a80;
  margin-top: 24px;
  position: relative;
  z-index: 2;
}

.devices-v2__images {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 520px;
  height: 180px;
}

.devices-v2__img {
  border-radius: 24px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.devices-v2__img1 {
  width: 140px;
  height: 140px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.devices-v2__img1 img {
  width: 103px;
  height: 86px;
}

.devices-v2__img2 {
  position: absolute;
  left: 100px;
  bottom: 0;
  z-index: 4;
  width: 180px;
  height: 180px;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-box-shadow: 0px 0px 100px rgba(32, 39, 51, 0.06);
  box-shadow: 0px 0px 100px rgba(32, 39, 51, 0.06);
}

.devices-v2__img2 img {
  width: 133px;
  height: 80px;
}

.devices-v2__img3 {
  position: absolute;
  right: 100px;
  bottom: 0;
  z-index: 3;
  width: 180px;
  height: 180px;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  -webkit-box-shadow: 0px 0px 100px rgba(32, 39, 51, 0.06);
  box-shadow: 0px 0px 100px rgba(32, 39, 51, 0.06);
}

.devices-v2__img3 img {
  width: 130px;
  height: 100px;
}

.devices-v2__img4 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 140px;
  height: 140px;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.devices-v2__img4 img {
  width: 83px;
  height: 90px;
}

.devices-v2__order {
  margin-top: 56px;
  position: relative;
  z-index: 2;
}

.delivery-v2 {
  padding-left: 16px;
  padding-right: 16px;
}

.delivery-v2__container {
  background-color: #fff;
  width: 100%;
  border-radius: 0 0 24px 24px;
  -webkit-box-shadow: 0px 0px 100px rgba(32, 39, 51, 0.06);
  box-shadow: 0px 0px 100px rgba(32, 39, 51, 0.06);
}

.delivery-v2__wrapper {
  width: 100%;
  max-width: 1076px;
  background-color: #fff;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.delivery-v2__left {
  width: 100%;
  max-width: 474px;
}

.delivery-v2__subtitle {
  max-width: 460px;
  color: #5d6a80;
  font-size: 20px;
  line-height: 28px;
  margin-top: 24px;
}

.delivery-v2__order-desctop {
  margin-top: 32px;
}

.delivery-v2__right {
  width: 100%;
  max-width: 522px;
  margin-left: 24px;
}

.delivery-v2__right img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.delivery-v2__order-mobile {
  display: none;
}

.order-section-v2 {
  padding-top: 100px;
  padding-left: 16px;
  padding-right: 16px;
}

.order-section-v2__container {
  background-color: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 100px rgba(32, 39, 51, 0.06);
  box-shadow: 0px 0px 100px rgba(32, 39, 51, 0.06);
}

.order-section-v2__wrapper {
  width: 100%;
  max-width: 1076px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-section-v2__left {
  width: 100%;
  max-width: 454px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.order-section-v2__logo {
  width: 80px;
  height: 80px;
  position: relative;
}

.order-section-v2__logo-bee {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.order-section-v2__logo-bee img,
.order-section-v2__logo-bee svg {
  width: 100%;
  height: 100%;
}

.var2-checked .order-section-v2__logo-bee {
  opacity: 0;
}

.order-section-v2__logo-t2 {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.order-section-v2__logo-t2 img,
.order-section-v2__logo-t2 svg {
  width: 100%;
  height: 100%;
}

.var2-checked .order-section-v2__logo-t2 {
  opacity: 1;
}

.order-switcher-v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #202733;
  margin-right: 20px;
  margin-top: 28px;
}

.order-switcher-v2__switcher {
  cursor: pointer;
  margin-bottom: 2px;
}

.order-switcher-v2__switcher-input {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}

.order-switcher-v2__switcher-input:checked + .order-switcher-v2__switcher-body:before {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.order-switcher-v2__switcher-body {
  width: 48px;
  height: 28px;
  border-radius: 14px;
  border: 2px solid #202733;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.order-switcher-v2__switcher-body:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffcc00;
  position: absolute;
  left: 2px;
  bottom: 2px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.order-switcher-v2__var1 {
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.var2-checked .order-switcher-v2__var1 {
  color: #a9b6cc;
}

.order-switcher-v2__var2 {
  color: #a9b6cc;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.var2-checked .order-switcher-v2__var2 {
  color: #202733;
}

.order-tags-v2 {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 12px;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.order-tag-v2 {
  height: 28px;
  font-size: 20px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #202733;
  border-radius: 16px;
  padding: 3px 11px 0;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.order-tag-v2.tele2 {
  display: none;
}

.var2-checked .order-tag-v2.beeline {
  display: none;
}

.var2-checked .order-tag-v2.tele2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-params-v2 {
  margin-top: 28px;
}

.order-details-v2 {
  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;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.order-details-v2__item {
  background-color: #eff3f6;
  border-radius: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 146px;
  flex: 1 1 146px;
  height: 172px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.order-details-v2__item-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.order-details-v2__item-icon img,
.order-details-v2__item-icon svg {
  width: 24px;
  height: 24px;
}

.order-details-v2__item-icon.inet.minutes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-details-v2__item-icon.minutes {
  display: none;
}

.switcher-minutes .order-details-v2__item-icon.inet {
  display: none;
}

.switcher-minutes .order-details-v2__item-icon.minutes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-details-v2__title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin-top: 12px;
}

.order-details-v2__title.minutes {
  display: none;
}

.order-details-v2__title.inet.minutes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.switcher-minutes .order-details-v2__title.inet {
  display: none;
}

.switcher-minutes .order-details-v2__title.minutes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-details-v2__param {
  font-size: 16px;
  line-height: 16px;
  margin-top: 4px;
}

.order-details-v2__param.minutes {
  display: none;
}

.order-details-v2__param.inet.minutes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.switcher-minutes .order-details-v2__param.inet {
  display: none;
}

.switcher-minutes .order-details-v2__param.minutes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-price-list-v2 {
  margin-top: 28px;
  list-style: none;
}

.order-price-list-v2 li {
  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;
  height: 56px;
  border: 1px solid #e5e9ec;
  padding: 0 24px;
  border-radius: 28px;
  margin-top: 8px;
}

.order-price-list-v2 li:nth-child(1) {
  margin-top: 0;
}

.order-price-list-v2 li:nth-child(2) {
  display: none;
}

.order-price-list-v2 li:last-of-type {
  background-color: #eff3f6;
  border: 1px solid #eff3f6;
}

.order-price-list-v2__item-text {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.order-price-list-v2__item-num {
  font-size: 20px;
  line-height: 20px;
}

.order-section-v2__right {
  width: 100%;
  max-width: 522px;
  margin-left: 20px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #eff3f6;
  border-radius: 24px;
  padding: 60px;
}

.order-section-v2__right-mobtitle {
  display: none;
}

.order-section-v2__right-title {
  font-size: 44px;
  line-height: 44px;
  letter-spacing: -0.04em;
  font-weight: 600;
}

.order-section-v2__right-subtitle {
  color: #5d6a80;
  font-size: 20px;
  line-height: 28px;
  margin-top: 24px;
}

.order-section-v2__form-wrapper {
  margin-top: 40px;
}

.order-form-v2__row {
  margin-top: 12px;
}

.order-form-v2__row:first-child {
  margin-top: 0;
}

.order-form-v2__input-wrapper {
  position: relative;
}

.order-form-v2__input {
  width: 100%;
  height: 56px;
  border-radius: 28px;
  padding-left: 26px;
  padding-top: 16px;
  font-size: 16px;
  line-height: 16px;
  border: 2px solid transparent;
  -webkit-transition: border 0.2s ease-out;
  -o-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
  outline: none;
  color: #202733;
}

.order-form-v2__input:focus {
  border-color: #202733;
}

.order-form-v2__input:focus::-webkit-input-placeholder {
  opacity: 1;
}

.order-form-v2__input:focus::-moz-placeholder {
  opacity: 1;
}

.order-form-v2__input:focus:-ms-input-placeholder {
  opacity: 1;
}

.order-form-v2__input:focus::-ms-input-placeholder {
  opacity: 1;
}

.order-form-v2__input:focus::placeholder {
  opacity: 1;
}

.order-form-v2__input::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  font-size: 16px;
  line-height: 16px;
  color: #5d6a80;
}

.order-form-v2__input::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  font-size: 16px;
  line-height: 16px;
  color: #5d6a80;
}

.order-form-v2__input:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  font-size: 16px;
  line-height: 16px;
  color: #5d6a80;
}

.order-form-v2__input::-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  font-size: 16px;
  line-height: 16px;
  color: #5d6a80;
}

.order-form-v2__input::placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  font-size: 16px;
  line-height: 16px;
  color: #5d6a80;
}

.order-form-v2__input-placeholder {
  font-size: 16px;
  line-height: 16px;
  color: #5d6a80;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  left: 28px;
  top: 20px;
  pointer-events: none;
}

.input--focus .order-form-v2__input-placeholder {
  font-size: 12px;
  line-height: 12px;
  top: 10px;
}

.input--hasValue .order-form-v2__input-placeholder {
  font-size: 12px;
  line-height: 12px;
  top: 10px;
}

.order-form-v2__address-info {
  border: 1px solid #0055a5;
  padding: 11px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0055a5;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  margin-top: 12px;
  border-radius: 18px;
  display: none;
}

.order-form-v2__address-info svg {
  width: 12px;
  height: 12px;
  margin-right: 6px;
}

.order-form-v2__address-info br {
  display: none;
}

.order-form-v2__address-info.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-form-v2__submit {
  width: 100%;
  max-width: 100%;
  margin-top: 24px;
}

.order-section-v2__form-agree {
  margin-top: 24px;
  font-size: 12px;
  line-height: 20px;
  color: #5d6a80;
  text-align: center;
}

.order-section-v2__form-agree a {
  display: inline-block;
  color: #202733;
  position: relative;
}

.order-section-v2__form-agree a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  background-color: #a9b6cc;
}

.activation-sim-v2 {
  padding-top: 100px;
}

.activation-sim-v2__container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.activation-sim-v2__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;
}

.activation-sim-v2__left {
  width: 100%;
  max-width: 628px;
  padding-bottom: 100px;
}

.activation-sim-v2__title {
  max-width: 388px;
}

.activation-sim-v2__attention {
  margin-top: 24px;
  width: 72px;
  height: 24px;
  background-color: #ffcc00;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.04em;
}

.activation-sim-v2__info-text {
  margin-top: 12px;
}

.activation-sim-v2__info-text p {
  color: #5d6a80;
  font-size: 20px;
  line-height: 28px;
  margin-top: 12px;
}

.activation-sim-v2__info-text p:last-of-type a {
  margin-top: 12px;
}

.activation-sim-v2__info-text a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  width: auto;
  font-weight: 600;
}

.activation-sim-v2__info-text a svg,
.activation-sim-v2__info-text a img {
  margin-left: 12px;
  width: 24px;
  height: 24px;
}

.activation-sim-v2__info-text a:first-of-type {
  margin-top: 0 !important;
}

.activation-sim-v2__info-text.hide p {
  display: none;
}

.activation-sim-v2__info-text.hide p:first-of-type {
  display: block;
  margin-top: 0;
}

.activation-sim-v2__info-more-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #5d6a80;
  margin-top: 24px;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.activation-sim-v2__info-more-btn svg,
.activation-sim-v2__info-more-btn img {
  margin-left: 12px;
  width: 24px;
  height: 24px;
}

.activation-sim-v2__wrapper-btn {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.activation-sim-v2__info {
  font-size: 16px;
  line-height: 24px;
  color: #5d6a80;
  margin-left: 40px;
  max-width: 228px;
}

.activation-sim-v2__img-mob-wraper {
  display: none;
}

.activation-sim-v2__right {
  width: 402px;
  height: 504px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 24px;
  margin-right: 160px;
}

.activation-sim-v2__img-sim {
  position: absolute;
  z-index: 2;
  width: 135px;
  height: 220px;
  top: -60px;
  right: -60px;
}

.activation-sim-v2__img-sim img {
  width: 100%;
  height: 100%;
}

.activation-sim-v2__img-passport {
  width: 100%;
  height: 100%;
}

.activation-sim-v2__img-passport img {
  width: 100%;
  height: 100%;
}

.activation-sim-v2__law-text {
  position: absolute;
  width: 522px;
  height: 136px;
  background-color: #fff;
  border-radius: 24px;
  bottom: 40px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 2;
  padding: 32px;
  color: #5d6a80;
  font-size: 16px;
  line-height: 24px;
}

.activation-sim-v2__law-text br {
  display: none;
}

.hero-v3 {
  position: relative;
  padding: 60px 0 40px;
}

.hero-v3:before {
  content: "";
  width: 100%;
  height: calc(100% + 72px);
  position: absolute;
  z-index: 1;
  top: -72px;
  left: 0;
  background-image: url("../img/bg-light.765bf3420c4a.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-v3__container {
  position: relative;
  z-index: 2;
}

.hero-v3-indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  margin-bottom: 28px;
}

.hero-v3-indicators__item {
  width: 192px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 4px;
  border-radius: 24px;
  background-color: #fff;
}

.hero-v3-indicators__item-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eff3f6;
  margin-right: 12px;
}

.hero-v3-indicators__item-icon img,
.hero-v3-indicators__item-icon svg {
  width: 20px;
  height: 20px;
}

.hero-v3-indicators__item-text {
  color: #5d6a80;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}

.hero-v3__title {
  font-weight: 600;
  font-size: 68px;
  line-height: 68px;
  letter-spacing: -0.04em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 954px;
}

.hero-v3__title br {
  display: none;
}

.hero-v3__subtitle-wrapper {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

.hero-v3__subtitle {
  color: #5d6a80;
  font-size: 24px;
  line-height: 32px;
  max-width: 428px;
}

.hero-v3__order-desctop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 22px 40px;
  border-radius: 32px;
  background-color: #ffcc00;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

.hero-v3-operators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 72px;
}

.hero-v3__operator {
  width: 400px;
  height: 400px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-v3__operator img,
.hero-v3__operator svg {
  width: 128px;
  height: 128px;
}

.hero-v3__operator.right-gradient {
  margin-right: 78px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
}

.hero-v3__operator.left-gradient {
  margin-left: 78px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #ffffff));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
}

.hero-v3__img-desctop {
  width: 471px;
  height: 488px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}

.hero-v3__img-desctop img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero-v3__img-mobile {
  display: none;
}

.hero-v3__order-mobile {
  display: none;
}

.tariffs-v3 {
  padding-left: 16px;
  padding-right: 16px;
}

.tariffs-v3__container {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
}

.tariffs-v3__wrapper {
  width: 100%;
  max-width: 1076px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
  position: relative;
}

.tariffs-v3__subtitle {
  margin-top: 16px;
  font-size: 20px;
  line-height: 28px;
  color: #5d6a80;
}

.tariffs-v3__cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 52px;
}

.tariff-card-v3 {
  width: calc(50% - 8px);
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tariff-card-v3__header {
  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: 32px;
  border-radius: 24px 24px 0 0;
  position: relative;
  z-index: 1;
}

.tariff-card-v3__header:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.beeline .tariff-card-v3__header {
  background-color: #ffcc00;
}

.beeline .tariff-card-v3__header:before {
  background-color: #ffcc00;
}

.tele2 .tariff-card-v3__header {
  background-color: #ff3495;
}

.tele2 .tariff-card-v3__header:before {
  background-color: #ff3495;
}

.tariff-card-v3__header-gb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -0.04em;
}

.tariff-card-v3__header-gb img,
.tariff-card-v3__header-gb svg {
  width: 50px;
  height: 24px;
  margin-top: 5px;
  margin-right: 8px;
}

.tariff-card-v3__header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tariff-card-v3__header-logo img,
.tariff-card-v3__header-logo svg {
  width: 36px;
  height: 36px;
  margin-right: 16px;
}

.tariff-card-v3__header-text {
  font-size: 16px;
  line-height: 18px;
}

.beeline .tariff-card-v3__header-text {
  color: #806600;
}

.tele2 .tariff-card-v3__header-text {
  color: #801a4b;
}

.tariff-card-v3__body {
  border-radius: 24px;
  padding: 32px;
  background-color: #202733;
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.tariff-card-v3__param-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 12px;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.tariff-card-v3__param {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #fff;
  padding: 3px 11px;
  border-radius: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}

.tariff-card-v3__body-text {
  margin-top: 28px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  max-width: 325px;
}

.tariff-card-v3__details {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tariff-card-v3__details-item {
  width: calc(33.3333333333% - 9.3333333333px);
  height: 172px;
  background-color: #2a313d;
  border-radius: 24px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tariff-card-v3__details-icon {
  width: 56px;
  height: 56px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tariff-card-v3__details-icon img,
.tariff-card-v3__details-icon svg {
  width: 24px;
  height: 24px;
}

.tariff-card-v3__details-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin-top: 12px;
  color: #fff;
}

.tariff-card-v3__details-text {
  margin-top: 4px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}

.tariff-card-v3__action-zone {
  margin-top: 32px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tariff-card-v3__price-wrapper {
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
}

.tariff-card-v3__price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 2px;
}

.tariff-card-v3__price-old {
  color: #707f99;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  letter-spacing: -0.04em;
}

.tariff-card-v3__price-old:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #707f99;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.tariff-card-v3__price-sale {
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.04em;
  margin-left: 12px;
  color: #202733;
}

.beeline .tariff-card-v3__price-sale {
  background-color: #ffcc00;
}

.tele2 .tariff-card-v3__price-sale {
  background-color: #ff3495;
  color: #fff;
}

.tariff-card-v3__price-current {
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -0.04em;
}

.tariff-card-v3__order {
  max-width: 215px;
}

.beeline .tariff-card-v3__order {
  background-color: #ffcc00;
}

.tele2 .tariff-card-v3__order {
  background-color: #ff3495;
  color: #fff;
}

.tariff-card-v3__delivery {
  border: 1px solid #505c70;
  border-radius: 20px;
  padding: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 16px;
  color: #707f99;
  margin-top: 26px;
}

.tariff-card-v3__delivery svg,
.tariff-card-v3__delivery img {
  width: 28px;
  height: 16px;
  margin-right: 12px;
}

.devices-v3 {
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  z-index: 3;
}

.devices-v3__container {
  background-color: #fff;
  width: 100%;
}

.devices-v3__wrapper {
  width: 100%;
  max-width: 1076px;
  background-color: #eff3f6;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  position: relative;
}

.devices-v3__title {
  max-width: 286px;
  position: relative;
  z-index: 2;
}

.devices-v3__subtitle {
  max-width: 356px;
  font-size: 20px;
  line-height: 28px;
  color: #5d6a80;
  margin-top: 24px;
  position: relative;
  z-index: 2;
}

.devices-v3__images {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 520px;
  height: 180px;
}

.devices-v3__img {
  border-radius: 24px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.devices-v3__img1 {
  width: 140px;
  height: 140px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.devices-v3__img1 img {
  width: 103px;
  height: 86px;
}

.devices-v3__img2 {
  position: absolute;
  left: 100px;
  bottom: 0;
  z-index: 4;
  width: 180px;
  height: 180px;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-box-shadow: 0px 0px 100px rgba(32, 39, 51, 0.06);
  box-shadow: 0px 0px 100px rgba(32, 39, 51, 0.06);
}

.devices-v3__img2 img {
  width: 133px;
  height: 80px;
}

.devices-v3__img3 {
  position: absolute;
  right: 100px;
  bottom: 0;
  z-index: 3;
  width: 180px;
  height: 180px;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  -webkit-box-shadow: 0px 0px 100px rgba(32, 39, 51, 0.06);
  box-shadow: 0px 0px 100px rgba(32, 39, 51, 0.06);
}

.devices-v3__img3 img {
  width: 130px;
  height: 100px;
}

.devices-v3__img4 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 140px;
  height: 140px;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.devices-v3__img4 img {
  width: 83px;
  height: 90px;
}

.devices-v3__order {
  margin-top: 56px;
  position: relative;
  z-index: 2;
}

.delivery-v3 {
  padding-left: 16px;
  padding-right: 16px;
}

.delivery-v3__container {
  background-color: #fff;
  width: 100%;
  border-radius: 0 0 24px 24px;
  -webkit-box-shadow: 0px 0px 100px rgba(32, 39, 51, 0.06);
  box-shadow: 0px 0px 100px rgba(32, 39, 51, 0.06);
}

.delivery-v3__wrapper {
  width: 100%;
  max-width: 1076px;
  background-color: #fff;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.delivery-v3__left {
  width: 100%;
  max-width: 474px;
}

.delivery-v3__subtitle {
  max-width: 345px;
  color: #5d6a80;
  font-size: 20px;
  line-height: 28px;
  margin-top: 24px;
}

.delivery-v3__order-desctop {
  margin-top: 32px;
}

.delivery-v3__right {
  width: 100%;
  max-width: 522px;
  margin-left: 24px;
}

.delivery-v3__right img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.delivery-v3__order-mobile {
  display: none;
}

.order-section-v3 {
  padding-top: 100px;
  padding-left: 16px;
  padding-right: 16px;
}

.order-section-v3__container {
  background-color: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 100px rgba(32, 39, 51, 0.06);
  box-shadow: 0px 0px 100px rgba(32, 39, 51, 0.06);
}

.order-section-v3__wrapper {
  width: 100%;
  max-width: 1076px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-section-v3__left {
  width: 100%;
  max-width: 454px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.order-section-v3__logo {
  width: 80px;
  height: 80px;
  position: relative;
}

.order-section-v3__logo-bee {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.order-section-v3__logo-bee img,
.order-section-v3__logo-bee svg {
  width: 100%;
  height: 100%;
}

.var2-checked .order-section-v3__logo-bee {
  opacity: 0;
}

.order-section-v3__logo-t2 {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.order-section-v3__logo-t2 img,
.order-section-v3__logo-t2 svg {
  width: 100%;
  height: 100%;
}

.var2-checked .order-section-v3__logo-t2 {
  opacity: 1;
}

.order-switcher-v3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #202733;
  margin-right: 20px;
  margin-top: 28px;
}

.order-switcher-v3__switcher {
  cursor: pointer;
  margin-bottom: 2px;
}

.order-switcher-v3__switcher-input {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}

.order-switcher-v3__switcher-input:checked + .order-switcher-v3__switcher-body:before {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.order-switcher-v3__switcher-body {
  width: 48px;
  height: 28px;
  border-radius: 14px;
  border: 2px solid #202733;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.order-switcher-v3__switcher-body:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffcc00;
  position: absolute;
  left: 2px;
  bottom: 2px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.order-switcher-v3__var1 {
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.var2-checked .order-switcher-v3__var1 {
  color: #a9b6cc;
}

.order-switcher-v3__var2 {
  color: #a9b6cc;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.var2-checked .order-switcher-v3__var2 {
  color: #202733;
}

.order-tags-v3 {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 12px;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.order-tag-v3 {
  height: 28px;
  font-size: 20px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #202733;
  border-radius: 16px;
  padding: 3px 11px 0;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.order-tag-v3.tele2 {
  display: none;
}

.var2-checked .order-tag-v3.beeline {
  display: none;
}

.var2-checked .order-tag-v3.tele2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-params-v3 {
  margin-top: 28px;
}

.order-details-v3 {
  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;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.order-details-v3__item {
  background-color: #eff3f6;
  border-radius: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 146px;
  flex: 1 1 146px;
  height: 172px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.order-details-v3__item-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.order-details-v3__item-icon img,
.order-details-v3__item-icon svg {
  width: 24px;
  height: 24px;
}

.order-details-v3__item-icon.inet.minutes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-details-v3__item-icon.minutes {
  display: none;
}

.switcher-minutes .order-details-v3__item-icon.inet {
  display: none;
}

.switcher-minutes .order-details-v3__item-icon.minutes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-details-v3__title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin-top: 12px;
}

.order-details-v3__title.minutes {
  display: none;
}

.order-details-v3__title.inet.minutes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.switcher-minutes .order-details-v3__title.inet {
  display: none;
}

.switcher-minutes .order-details-v3__title.minutes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-details-v3__param {
  font-size: 16px;
  line-height: 16px;
  margin-top: 4px;
}

.order-details-v3__param.minutes {
  display: none;
}

.order-details-v3__param.inet.minutes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.switcher-minutes .order-details-v3__param.inet {
  display: none;
}

.switcher-minutes .order-details-v3__param.minutes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-price-list-v3 {
  margin-top: 28px;
  list-style: none;
}

.order-price-list-v3 li {
  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;
  height: 56px;
  border: 1px solid #e5e9ec;
  padding: 0 24px;
  border-radius: 28px;
  margin-top: 8px;
}

.order-price-list-v3 li:nth-child(1) {
  margin-top: 0;
}

.order-price-list-v3 li:nth-child(2) {
  display: none;
}

.order-price-list-v3 li:last-of-type {
  background-color: #eff3f6;
  border: 1px solid #eff3f6;
}

.order-price-list-v3__item-text {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.order-price-list-v3__item-num {
  font-size: 20px;
  line-height: 20px;
}

.order-section-v3__right {
  width: 100%;
  max-width: 522px;
  margin-left: 20px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #eff3f6;
  border-radius: 24px;
  padding: 60px;
}

.order-section-v3__right-mobtitle {
  display: none;
}

.order-section-v3__right-title {
  font-size: 44px;
  line-height: 44px;
  letter-spacing: -0.04em;
  font-weight: 600;
}

.order-section-v3__right-subtitle {
  color: #5d6a80;
  font-size: 20px;
  line-height: 28px;
  margin-top: 24px;
}

.order-section-v3__form-wrapper {
  margin-top: 40px;
}

.order-form-v3__row {
  margin-top: 12px;
}

.order-form-v3__row:first-child {
  margin-top: 0;
}

.order-form-v3__input-wrapper {
  position: relative;
}

.order-form-v3__input {
  width: 100%;
  height: 56px;
  border-radius: 28px;
  padding-left: 26px;
  padding-top: 16px;
  font-size: 16px;
  line-height: 16px;
  border: 2px solid transparent;
  -webkit-transition: border 0.2s ease-out;
  -o-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
  outline: none;
  color: #202733;
}

.order-form-v3__input:focus {
  border-color: #202733;
}

.order-form-v3__input:focus::-webkit-input-placeholder {
  opacity: 1;
}

.order-form-v3__input:focus::-moz-placeholder {
  opacity: 1;
}

.order-form-v3__input:focus:-ms-input-placeholder {
  opacity: 1;
}

.order-form-v3__input:focus::-ms-input-placeholder {
  opacity: 1;
}

.order-form-v3__input:focus::placeholder {
  opacity: 1;
}

.order-form-v3__input::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  font-size: 16px;
  line-height: 16px;
  color: #5d6a80;
}

.order-form-v3__input::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  font-size: 16px;
  line-height: 16px;
  color: #5d6a80;
}

.order-form-v3__input:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  font-size: 16px;
  line-height: 16px;
  color: #5d6a80;
}

.order-form-v3__input::-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  font-size: 16px;
  line-height: 16px;
  color: #5d6a80;
}

.order-form-v3__input::placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  font-size: 16px;
  line-height: 16px;
  color: #5d6a80;
}

.order-form-v3__input-placeholder {
  font-size: 16px;
  line-height: 16px;
  color: #5d6a80;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  left: 28px;
  top: 20px;
  pointer-events: none;
}

.input--focus .order-form-v3__input-placeholder {
  font-size: 12px;
  line-height: 12px;
  top: 10px;
}

.input--hasValue .order-form-v3__input-placeholder {
  font-size: 12px;
  line-height: 12px;
  top: 10px;
}

.order-form-v3__address-info {
  border: 1px solid #0055a5;
  padding: 11px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0055a5;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  margin-top: 12px;
  border-radius: 18px;
  display: none;
}

.order-form-v3__address-info svg {
  width: 12px;
  height: 12px;
  margin-right: 6px;
}

.order-form-v3__address-info br {
  display: none;
}

.order-form-v3__address-info.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-form-v3__buttons {
  width: 100%;
  max-width: 100%;
  margin-top: 24px;
  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;
}

.order-form-v3__card-pay {
  width: calc(50% - 6px);
  height: 56px;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  background-color: #ffcc00;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

.order-form-v3__card-pay img,
.order-form-v3__card-pay svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.order-form-v3__sbp-pay {
  width: calc(50% - 6px);
  height: 56px;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  background-color: #1a5495;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  color: #fff;
}

.order-form-v3__sbp-pay img,
.order-form-v3__sbp-pay svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.order-section-v3__form-agree {
  margin-top: 24px;
  font-size: 12px;
  line-height: 20px;
  color: #5d6a80;
  text-align: center;
}

.order-section-v3__form-agree a {
  display: inline-block;
  color: #202733;
  position: relative;
}

.order-section-v3__form-agree a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  background-color: #a9b6cc;
}

.activation-sim-v3 {
  padding-top: 100px;
}

.activation-sim-v3__container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.activation-sim-v3__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;
}

.activation-sim-v3__left {
  width: 100%;
  max-width: 628px;
  padding-bottom: 100px;
}

.activation-sim-v3__title {
  max-width: 388px;
}

.activation-sim-v3__attention {
  margin-top: 24px;
  width: 72px;
  height: 24px;
  background-color: #ffcc00;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.04em;
}

.activation-sim-v3__info-text {
  margin-top: 12px;
}

.activation-sim-v3__info-text p {
  color: #5d6a80;
  font-size: 20px;
  line-height: 28px;
  margin-top: 12px;
}

.activation-sim-v3__info-text p:last-of-type a {
  margin-top: 12px;
}

.activation-sim-v3__info-text a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  width: auto;
  font-weight: 600;
}

.activation-sim-v3__info-text a svg,
.activation-sim-v3__info-text a img {
  margin-left: 12px;
  width: 24px;
  height: 24px;
}

.activation-sim-v3__info-text a:first-of-type {
  margin-top: 0 !important;
}

.activation-sim-v3__info-text.hide p {
  display: none;
}

.activation-sim-v3__info-text.hide p:first-of-type {
  display: block;
  margin-top: 0;
}

.activation-sim-v3__info-more-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #5d6a80;
  margin-top: 24px;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.activation-sim-v3__info-more-btn svg,
.activation-sim-v3__info-more-btn img {
  margin-left: 12px;
  width: 24px;
  height: 24px;
}

.activation-sim-v3__wrapper-btn {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.activation-sim-v3__info {
  font-size: 16px;
  line-height: 24px;
  color: #5d6a80;
  margin-left: 40px;
  max-width: 228px;
}

.activation-sim-v3__img-mob-wraper {
  display: none;
}

.activation-sim-v3__right {
  width: 402px;
  height: 504px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 24px;
  margin-right: 160px;
}

.activation-sim-v3__img-sim {
  position: absolute;
  z-index: 2;
  width: 135px;
  height: 220px;
  top: -60px;
  right: -60px;
}

.activation-sim-v3__img-sim img {
  width: 100%;
  height: 100%;
}

.activation-sim-v3__img-passport {
  width: 100%;
  height: 100%;
}

.activation-sim-v3__img-passport img {
  width: 100%;
  height: 100%;
}

.activation-sim-v3__law-text {
  position: absolute;
  width: 522px;
  height: 136px;
  background-color: #fff;
  border-radius: 24px;
  bottom: 40px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 2;
  padding: 32px;
  color: #5d6a80;
  font-size: 16px;
  line-height: 24px;
}

.activation-sim-v3__law-text br {
  display: none;
}

.footer {
  background-color: #ffffff;
}

.footer__container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.footer__top-block {
  padding: 80px 0;
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__left {
  width: 100%;
  max-width: 385px;
}

.footer__logo {
  width: 57px;
  height: 40px;
  margin-bottom: 32px;
}

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

.footer__law-info {
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
  color: #5d6a80;
}

.footer__law-about {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #5d6a80;
  margin-top: 16px;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.footer__law-about img,
.footer__law-about svg {
  width: 24px;
  height: 24px;
  margin-left: 12px;
}

.footer__right {
  width: 100%;
  max-width: 622px;
  margin-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__col {
  width: 100%;
}

.footer__col:nth-child(odd) {
  max-width: 214px;
}

.footer__col:nth-child(even) {
  max-width: 302px;
}

.footer__col-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}

.footer__list {
  list-style: none;
  margin-top: 20px;
}

.footer__list li {
  margin-top: 12px;
  color: #5d6a80;
  font-size: 20px;
  line-height: 20px;
}

.footer__list li a {
  color: inherit;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.footer__list li:first-of-type {
  margin-top: 0;
}

.footer__col-title-small {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}

.footer__list-small {
  list-style: none;
  margin-top: 20px;
}

.footer__list-small li {
  margin-top: 12px;
  color: #5d6a80;
  font-size: 20px;
  line-height: 20px;
}

.footer__list-small li a {
  color: inherit;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.footer__list-small li:first-of-type {
  margin-top: 0;
}

.footer__bottom-wrapper {
  padding: 40px 0;
  border-top: 1px solid #e5e9ec;
  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;
  font-size: 16px;
  line-height: 16px;
  color: #5d6a80;
}

.footer__bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  row-gap: 12px;
}

.footer__bottom-right a {
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.order-making {
  height: 100vh;
  overflow: auto;
}

.order-making__wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
}

.order-making__container {
  width: 100%;
}

.order-making__title {
  font-weight: 600;
  font-size: 52px;
  line-height: 52px;
  letter-spacing: -0.04em;
  color: #202733;
  text-align: center;
}

.order-making__form-wrapper {
  background-color: #fff;
  padding: 60px;
  margin-top: 60px;
  border-radius: 24px;
  width: 100%;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.order-making__form-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: #202733;
  margin-bottom: 40px;
}

.order-making__form-title span {
  display: inline-block;
}

.order-making__input-wrapper {
  position: relative;
  width: 100%;
}

.order-making__input {
  width: 100%;
  border: 2px solid transparent;
  background-color: #eff3f6;
  height: 64px;
  padding-left: 26px;
  border-radius: 32px;
  -webkit-transition: border 0.2s ease-out;
  -o-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
  font-size: 20px;
  line-height: 20px;
  color: #202733;
  outline: none;
}

.order-making__input:focus {
  border-color: #202733;
}

.order-making__input::-webkit-input-placeholder {
  font-size: 20px;
  line-height: 20px;
  color: #5d6a80;
}

.order-making__input::-moz-placeholder {
  font-size: 20px;
  line-height: 20px;
  color: #5d6a80;
}

.order-making__input:-ms-input-placeholder {
  font-size: 20px;
  line-height: 20px;
  color: #5d6a80;
}

.order-making__input::-ms-input-placeholder {
  font-size: 20px;
  line-height: 20px;
  color: #5d6a80;
}

.order-making__input::placeholder {
  font-size: 20px;
  line-height: 20px;
  color: #5d6a80;
}

.error .order-making__input {
  background-color: #fff;
  border-color: #ff3243;
}

.order-making__input-error {
  border: 4px solid #fff;
  background-color: #ff3243;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  border-radius: 16px;
  padding: 5px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 32px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  pointer-events: none;
}

.error .order-making__input-error {
  opacity: 1;
}

.order-making__submit {
  background-color: #ffce1a;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  border-radius: 32px;
  height: 64px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

.order-making__form-agree {
  margin-top: 32px;
  font-size: 14px;
  line-height: 22px;
  color: #5d6a80;
  text-align: center;
}

.order-making__form-agree a {
  display: inline-block;
  color: #202733;
  position: relative;
}

.order-making__form-agree a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  background-color: #a9b6cc;
}

.order-making__controls-wrapper {
  border-bottom: 1px solid #eeeeee;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}

.order-making__controls {
  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;
  margin-bottom: 32px;
}

.order-making__controls-title {
  color: #5d6a80;
  font-size: 16px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.order-making__controls-title svg {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.order-making__controls-title.open img,
.order-making__controls-title.open svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.no-sms {
  cursor: pointer;
}

.send-code {
  margin-left: auto;
}

.send-code__text {
  cursor: pointer;
}

.send-code__text.no-active {
  pointer-events: none !important;
}

.change-number {
  margin-left: 55px;
}

.order-making__nosms-text {
  background-color: #eff3f6;
  border-radius: 24px;
  margin-top: 40px;
  font-size: 16px;
  line-height: 24px;
  color: #202733;
  text-align: center;
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 40px;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.order-making__nosms-text.open {
  height: 152px;
  opacity: 1;
  padding: 40px;
}

.no-sms-mobile {
  display: none;
}

.thanks-v1 {
  height: 100vh;
  overflow: auto;
}

.thanks-v1__wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 44px 0;
}

.thanks-v1__container {
  width: 100%;
}

.thanks-v1__block {
  width: 100%;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #039be5;
  border-radius: 24px;
  padding: 58px;
  background-color: #fff;
  text-align: center;
}

.thanks-v1__img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.thanks-v1__img img {
  width: 100%;
  height: 100%;
}

.thanks-v1__title {
  font-size: 48px;
  line-height: 52px;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin-top: 40px;
}

.thanks-v1__title span {
  color: #039be5;
}

.thanks-v1__info {
  border: 1px solid #039be5;
  border-radius: 8px;
  padding: 11px 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
}

.thanks-v1__info svg,
.thanks-v1__info img {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}

.thanks-v1__info-desc {
  color: #039be5;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}

.thanks-v1__info-mobile {
  display: none;
}

.thanks-v1__text {
  margin-top: 24px;
  font-size: 20px;
  line-height: 28px;
}

.thanks-v1__btn {
  margin-top: 32px;
  background-color: #039be5;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  border-radius: 32px;
  color: #fff;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

.thanks-v1__btn img,
.thanks-v1__btn svg {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.thanks-v1__attention {
  color: #8b8b8b;
  font-size: 14px;
  line-height: 14px;
  margin-top: 24px;
}

.thanks-v1__attention br {
  display: none;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 16px;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  opacity: 1;
}

.popup__wrapper {
  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;
  min-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  background-color: #fff;
}

.lock .popup__content {
  visibility: visible;
}

.requisites-popup__content {
  border-radius: 24px;
  padding: 60px;
  position: relative;
  max-width: 630px;
}

.requisites-popup__close {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #5d6a80;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  cursor: pointer;
}

.requisites-popup__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 44px;
  letter-spacing: -0.04em;
  text-align: center;
}

.requisites-popup__body {
  margin-top: 28px;
}

.requisites-popup__body ul {
  list-style: none;
}

.requisites-popup__body li {
  font-size: 20px;
  line-height: 20px;
  margin-top: 12px;
}

.requisites-popup__body li:first-of-type {
  margin-top: 0;
}

.popup-qr-code__close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  color: #8b8b8b;
}

.popup-qr-code__close img,
.popup-qr-code__close svg {
  width: 100%;
  height: 100%;
}

.popup-qr-code__close.mobile {
  display: none;
}

.popup-qr-code__content {
  padding: 60px;
  border-radius: 24px;
  width: 100%;
  max-width: 630px;
  background-color: #fff;
  position: relative;
}

.popup-qr-code__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}

.popup-qr-code__left {
  width: 48%;
}

.popup-qr-code__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.popup-qr-code__subtile {
  margin-top: 20px;
  font-size: 20px;
  line-height: 100%;
}

.popup-qr-code__subtile strong {
  font-weight: 700;
}

.popup-qr-code__text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 40px;
  max-width: 183px;
}

.popup-qr-code__logo {
  width: 132px;
  height: 66px;
  margin-top: 60px;
}

.popup-qr-code__logo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.popup-qr-code__right {
  width: 48%;
}

.popup-qr-code__right .qr-block {
  background-color: #fff;
  padding: 0;
}

.popup-qr-code__right .qr-block__code {
  width: 220px;
  height: 220px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.popup-qr-code__right .qr-block__code:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/icons/qr-border.e8d75da4171b.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

._red .popup-qr-code__right .qr-block__code:before {
  background-image: url("../img/icons/qr-border--red.b96afc7e80f6.svg");
}

._blue .popup-qr-code__right .qr-block__code:before {
  background-image: url("../img/icons/qr-border--blue.cb640ba3dfb2.svg");
}

#t2-qr-code .popup-qr-code__right .qr-block__code:before {
  background-image: url("../img/icons/qr-border--pink.01ad08ebb33e.svg");
}

.popup-qr-code__right .qr-block__code._red:before {
  background-image: url("../img/icons/qr-border--red.b96afc7e80f6.svg");
}

.popup-qr-code__right .qr-block__code._blue:before {
  background-image: url("../img/icons/qr-border--blue.cb640ba3dfb2.svg");
}

.popup-qr-code__right .qr-block__code._purple:before {
  background-image: url("../img/icons/qr-border--purple.54cc8f02fb3b.svg");
}

.popup-qr-code__right .qr-block__code img {
  width: 196px;
  height: 196px;
}

.popup-qr-code__mobile {
  width: 100%;
}

.popup-qr-code__mobile .form-input-wrapper {
  margin-top: 14px;
}

.popup-qr-code__mobile-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popup-qr-code__mobile-desc {
  color: #8b8b8b;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 20px;
}

.popup-qr-code__input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  position: relative;
  border-bottom: 2px solid #eeeeee;
}

.popup-qr-code__input {
  height: 34px;
  font-size: 16px;
  line-height: 16px;
  width: 100%;
  outline: none;
}

.popup-qr-code__input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 16px;
  color: #8b8b8b;
}

.popup-qr-code__input::-moz-placeholder {
  font-size: 16px;
  line-height: 16px;
  color: #8b8b8b;
}

.popup-qr-code__input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 16px;
  color: #8b8b8b;
}

.popup-qr-code__input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 16px;
  color: #8b8b8b;
}

.popup-qr-code__input::placeholder {
  font-size: 16px;
  line-height: 16px;
  color: #8b8b8b;
}

.popup-qr-code__input-icon {
  width: 16px;
  height: 16px;
  color: #8b8b8b;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.popup-qr-code__input-icon svg {
  width: 100%;
  height: 100%;
}

.banks-list__output {
  overflow: auto;
  background-color: #fff;
  height: 420px;
  margin-top: 14px;
}

.banks-list__item {
  border-bottom: 1px solid #e9e9e9;
  padding-right: 8px;
}

.banks-list__item a {
  padding: 14px 0;
  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;
}

.banks-list__item-icon {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.banks-list__item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.banks-list__item-name {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.banks-list__item-arrow {
  width: 20px;
  height: 20px;
  margin-left: auto;
}

.banks-list__item-arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.time-pay-end .popup__body {
  text-align: center;
}

.time-pay-end__content {
  position: relative;
  width: 100%;
  max-width: 630px;
  border-radius: 24px;
  padding: 60px;
}

.time-pay-end__close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  color: #8b8b8b;
}

.time-pay-end__close img,
.time-pay-end__close svg {
  width: 100%;
  height: 100%;
}

.time-pay-end__close.mobile {
  display: none;
}

.time-pay-end__img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ff2e00;
  margin-left: auto;
  margin-right: auto;
}

.time-pay-end__img img,
.time-pay-end__img svg {
  width: 48px;
  height: 48px;
}

.time-pay-end__title {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-top: 40px;
}

.time-pay-end__subtitle {
  font-size: 20px;
  line-height: 28px;
  margin-top: 24px;
}

.time-pay-end__subtitle br {
  display: none;
}

.time-pay-end__btn,
.pay-not__btn {
  background-color: #1a5495;
  margin-top: 36px;
  color: #fff;
  width: 195px;
  height: 56px;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 252px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  cursor: pointer;
}

.time-pay-end__btn svg,
.time-pay-end__btn img,
.pay-not__btn svg,
.pay-not__btn img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.pay-wait .popup__body {
  text-align: center;
}

.pay-wait__content {
  position: relative;
  width: 100%;
  max-width: 630px;
  border-radius: 24px;
  padding: 60px;
}

.pay-wait__close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  color: #8b8b8b;
}

.pay-wait__close img,
.pay-wait__close svg {
  width: 100%;
  height: 100%;
}

.pay-wait__close.mobile {
  display: none;
}

.pay-wait__img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f2f2f2;
  margin-left: auto;
  margin-right: auto;
}

.pay-wait__img img,
.pay-wait__img svg {
  width: 48px;
  height: 48px;
}

.pay-wait__title {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-top: 40px;
}

.pay-wait__loading {
  margin-top: 28px;
  width: 42px;
  height: 42px;
  margin-left: auto;
  margin-right: auto;
}

.pay-not .popup__body {
  text-align: center;
}

.pay-not__content {
  position: relative;
  width: 100%;
  max-width: 630px;
  border-radius: 24px;
  padding: 60px;
}

.pay-not__close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  color: #8b8b8b;
}

.pay-not__close img,
.pay-not__close svg {
  width: 100%;
  height: 100%;
}

.pay-not__close.mobile {
  display: none;
}

.pay-not__img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.pay-not__title {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-top: 40px;
}

.pay-not__subtitle {
  font-size: 20px;
  line-height: 28px;
  margin-top: 24px;
}

.pay-not__subtitle br {
  display: none;
}

.pay-not__btn.btn {
  background-color: #1a5495;
  margin-top: 36px;
  color: #fff;
  padding-top: 28px;
  padding-bottom: 28px;
}

.pay-not__btn.btn svg,
.pay-not__btn.btn img {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.loading-btn-blue {
  position: relative;
  background: transparent !important;
  cursor: default !important;
  color: transparent !important;
}

.loading-btn-blue * {
  opacity: 0 !important;
  visibility: hidden !important;
}

.loading-btn-blue:before {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  z-index: 2;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  background-image: url("../img/icons/preloader--blue.56ea7fcb86fa.svg");
  background-position: center;
  background-size: contain;
  -webkit-animation: around 1s linear infinite;
  animation: around 1s linear infinite;
}

@-webkit-keyframes around {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes around {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (min-width: 577px) {
  .icon-menu {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .order-form .suggestions-promo,
  .order-form-v2 .suggestions-promo,
  .order-form-v3 .suggestions-promo {
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .popup-qr-code__mobile {
    display: none;
  }
}

@media (max-width: 1299px) {
  .activation-sim__law-text {
    right: -16px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .activation-sim-v2__law-text {
    right: -16px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .activation-sim-v3__law-text {
    right: -16px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (max-width: 1199px) {
  .hero-operators {
    margin-bottom: 270px;
    margin-top: 64px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }

  .hero__operator {
    width: 135px;
    height: 135px;
    background-color: #fff !important;
  }

  .hero__operator img,
  .hero__operator svg {
    width: 46px;
    height: 46px;
  }

  .hero__img-desctop {
    width: 357px;
    height: auto;
  }

  .tariffs__wrapper {
    max-width: calc(100% - 16px);
    margin-left: 8px;
  }

  .tariffs__wrapper:before {
    width: 52px;
    -webkit-transform: translateX(-32px);
    -ms-transform: translateX(-32px);
    transform: translateX(-32px);
  }

  .tariffs__wrapper:after {
    width: 52px;
    -webkit-transform: translateX(32px);
    -ms-transform: translateX(32px);
    transform: translateX(32px);
  }

  .tariffs-tabs__header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tariffs-switcher {
    width: 100%;
  }

  .tariffs-tabs__navigation {
    width: 100%;
    margin-top: 24px;
  }

  .tariffs-slider-arrow-prev {
    left: 0;
  }

  .tariffs-slider-arrow-next {
    right: 0;
  }

  .devices__wrapper {
    max-width: calc(100% - 16px);
    margin-left: 8px;
  }

  .devices__images {
    right: 30px;
  }

  .devices__images {
    right: -30px;
  }

  .devices__img1 {
    left: 50px;
  }

  .devices__img2 {
    left: 150px;
  }

  .devices__img3 {
    right: 50px;
  }

  .devices__img4 {
    display: none;
  }

  .devices__wrapper {
    max-width: calc(100% - 16px);
    margin-left: 8px;
  }

  .delivery__wrapper {
    max-width: calc(100% - 16px);
    margin-left: 8px;
    padding: 60px 0;
  }

  .order-section {
    padding-top: 60px;
  }

  .order-section__wrapper {
    padding: 60px 0;
  }

  .order-tabs__header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .order-section__subtariffs-desc {
    margin-right: 8px;
  }

  .activation-sim {
    padding-top: 60px;
  }

  .activation-sim__left {
    padding-bottom: 60px;
  }

  .activation-sim__wrapper-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .activation-sim__info {
    margin-top: 16px;
    margin-left: 0;
    max-width: 100%;
  }

  .activation-sim__right {
    margin-right: 0;
  }

  .activation-sim__law-text {
    width: 400px;
    height: auto;
  }

  .hero-v2__operator {
    width: 278px;
    height: 278px;
    background-color: #fff !important;
  }

  .hero-v2__operator img,
  .hero-v2__operator svg {
    width: 96px;
    height: 96px;
  }

  .hero-v2__img-desctop {
    width: 357px;
    height: auto;
  }

  .tariffs-v2__wrapper {
    max-width: calc(100% - 16px);
    margin-left: 8px;
  }

  .devices-v2__wrapper {
    max-width: calc(100% - 16px);
    margin-left: 8px;
  }

  .devices-v2__images {
    right: 30px;
  }

  .devices-v2__images {
    right: -30px;
  }

  .devices-v2__img1 {
    left: 50px;
  }

  .devices-v2__img2 {
    left: 150px;
  }

  .devices-v2__img3 {
    right: 50px;
  }

  .devices-v2__img4 {
    display: none;
  }

  .delivery-v2__wrapper {
    max-width: calc(100% - 16px);
    margin-left: 8px;
    padding: 60px 0;
  }

  .order-section-v2 {
    padding-top: 60px;
  }

  .order-section-v2__wrapper {
    padding: 60px 0;
  }

  .activation-sim-v2 {
    padding-top: 60px;
  }

  .activation-sim-v2__left {
    padding-bottom: 60px;
  }

  .activation-sim-v2__wrapper-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .activation-sim-v2__info {
    margin-top: 16px;
    margin-left: 0;
    max-width: 100%;
  }

  .activation-sim-v2__right {
    margin-right: 0;
  }

  .activation-sim-v2__law-text {
    width: 400px;
    height: auto;
  }

  .hero-v3__operator {
    width: 278px;
    height: 278px;
    background-color: #fff !important;
  }

  .hero-v3__operator img,
  .hero-v3__operator svg {
    width: 96px;
    height: 96px;
  }

  .hero-v3__img-desctop {
    width: 357px;
    height: auto;
  }

  .tariffs-v3__wrapper {
    max-width: calc(100% - 16px);
    margin-left: 8px;
  }

  .devices-v3__wrapper {
    max-width: calc(100% - 16px);
    margin-left: 8px;
  }

  .devices-v3__images {
    right: 30px;
  }

  .devices-v3__images {
    right: -30px;
  }

  .devices-v3__img1 {
    left: 50px;
  }

  .devices-v3__img2 {
    left: 150px;
  }

  .devices-v3__img3 {
    right: 50px;
  }

  .devices-v3__img4 {
    display: none;
  }

  .delivery-v3__wrapper {
    max-width: calc(100% - 16px);
    margin-left: 8px;
    padding: 60px 0;
  }

  .order-section-v3 {
    padding-top: 60px;
  }

  .order-section-v3__wrapper {
    padding: 60px 0;
  }

  .activation-sim-v3 {
    padding-top: 60px;
  }

  .activation-sim-v3__left {
    padding-bottom: 60px;
  }

  .activation-sim-v3__wrapper-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .activation-sim-v3__info {
    margin-top: 16px;
    margin-left: 0;
    max-width: 100%;
  }

  .activation-sim-v3__right {
    margin-right: 0;
  }

  .activation-sim-v3__law-text {
    width: 400px;
    height: auto;
  }

  .footer__bottom-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .footer__bottom-left {
    width: 100%;
    margin-bottom: 12px;
  }

  .footer__bottom-right {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .tariffs-slider-arrow {
    display: none;
  }

  .devices__images {
    right: -40px;
  }

  .devices__img1 {
    left: 141px;
    bottom: 96px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .devices__img2 {
    left: 132px;
    bottom: -69px;
  }

  .devices__img3 {
    right: 70px;
    bottom: 77px;
  }

  .devices__img4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 73px;
    bottom: -53px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    z-index: 4;
  }

  .delivery__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .delivery__left {
    max-width: 80%;
  }

  .delivery__order-desctop {
    display: none;
  }

  .delivery__right {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  .delivery__order-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 380px;
  }

  .order-section__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .order-section__left {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .order-switcher {
    margin-right: 0;
  }

  .order-section__right {
    margin-left: 0;
    max-width: 100%;
  }

  .order-section__right-mobtitle {
    display: block;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.04em;
    font-weight: 600;
  }

  .order-section__right-mobtitle br {
    display: none;
  }

  .order-section__right-title {
    display: none;
  }

  .order-section__right-subtitle {
    display: none;
  }

  .activation-sim__left {
    max-width: 100%;
  }

  .activation-sim__info-text p:last-of-type a {
    width: 100%;
  }

  .activation-sim__img-mob-wraper {
    display: block;
    position: relative;
    width: 220px;
    height: 320px;
    margin-top: 44px;
    margin-left: auto;
    margin-right: auto;
  }

  .activation-sim__right {
    display: none;
  }

  .activation-sim__img-sim {
    width: 74px;
    height: 120px;
    top: -28px;
    right: -54px;
  }

  .activation-sim__law-text {
    padding: 24px;
    width: 304px;
    left: 24px;
    right: auto;
    bottom: 24px;
  }

  .tariffs-v2__cards-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 16px;
    margin-top: 20px;
  }

  .tariff-card-v2 {
    width: 100%;
  }

  .devices-v2__images {
    right: -40px;
  }

  .devices-v2__img1 {
    left: 141px;
    bottom: 96px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .devices-v2__img2 {
    left: 132px;
    bottom: -69px;
  }

  .devices-v2__img3 {
    right: 70px;
    bottom: 77px;
  }

  .devices-v2__img4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 73px;
    bottom: -53px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    z-index: 4;
  }

  .delivery-v2__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .delivery-v2__left {
    max-width: 80%;
  }

  .delivery-v2__order-desctop {
    display: none;
  }

  .delivery-v2__right {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  .delivery-v2__order-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 380px;
  }

  .order-section-v2__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .order-section-v2__left {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .order-section-v2__logo {
    position: absolute;
    right: 0;
    top: 24px;
  }

  .order-switcher-v2 {
    margin-right: 0;
    margin-top: 0;
  }

  .order-section-v2__right {
    margin-left: 0;
    max-width: 100%;
  }

  .order-section-v2__right-mobtitle {
    display: block;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.04em;
    font-weight: 600;
  }

  .order-section-v2__right-mobtitle br {
    display: none;
  }

  .order-section-v2__right-title {
    display: none;
  }

  .order-section-v2__right-subtitle {
    display: none;
  }

  .activation-sim-v2__left {
    max-width: 100%;
  }

  .activation-sim-v2__info-text p:last-of-type a {
    width: 100%;
  }

  .activation-sim-v2__img-mob-wraper {
    display: block;
    position: relative;
    width: 220px;
    height: 320px;
    margin-top: 44px;
    margin-left: auto;
    margin-right: auto;
  }

  .activation-sim-v2__right {
    display: none;
  }

  .activation-sim-v2__img-sim {
    width: 74px;
    height: 120px;
    top: -28px;
    right: -54px;
  }

  .activation-sim-v2__law-text {
    padding: 24px;
    width: 304px;
    left: 24px;
    right: auto;
    bottom: 24px;
  }

  .tariffs-v3__cards-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 16px;
    margin-top: 20px;
  }

  .tariff-card-v3 {
    width: 100%;
  }

  .devices-v3__images {
    right: -40px;
  }

  .devices-v3__img1 {
    left: 141px;
    bottom: 96px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .devices-v3__img2 {
    left: 132px;
    bottom: -69px;
  }

  .devices-v3__img3 {
    right: 70px;
    bottom: 77px;
  }

  .devices-v3__img4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 73px;
    bottom: -53px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    z-index: 4;
  }

  .delivery-v3__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .delivery-v3__left {
    max-width: 80%;
  }

  .delivery-v3__order-desctop {
    display: none;
  }

  .delivery-v3__right {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  .delivery-v3__order-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 380px;
  }

  .order-section-v3__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .order-section-v3__left {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .order-section-v3__logo {
    position: absolute;
    right: 0;
    top: 24px;
  }

  .order-switcher-v3 {
    margin-right: 0;
    margin-top: 0;
  }

  .order-section-v3__right {
    margin-left: 0;
    max-width: 100%;
  }

  .order-section-v3__right-mobtitle {
    display: block;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.04em;
    font-weight: 600;
  }

  .order-section-v3__right-mobtitle br {
    display: none;
  }

  .order-section-v3__right-title {
    display: none;
  }

  .order-section-v3__right-subtitle {
    display: none;
  }

  .activation-sim-v3__left {
    max-width: 100%;
  }

  .activation-sim-v3__info-text p:last-of-type a {
    width: 100%;
  }

  .activation-sim-v3__img-mob-wraper {
    display: block;
    position: relative;
    width: 220px;
    height: 320px;
    margin-top: 44px;
    margin-left: auto;
    margin-right: auto;
  }

  .activation-sim-v3__right {
    display: none;
  }

  .activation-sim-v3__img-sim {
    width: 74px;
    height: 120px;
    top: -28px;
    right: -54px;
  }

  .activation-sim-v3__law-text {
    padding: 24px;
    width: 304px;
    left: 24px;
    right: auto;
    bottom: 24px;
  }

  .footer__top-block {
    padding: 32px 0;
  }

  .footer__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__left {
    max-width: 100%;
    text-align: center;
  }

  .footer__logo {
    margin-left: auto;
    margin-right: auto;
  }

  .footer__law-info {
    max-width: 385px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__right {
    margin-top: 32px;
    max-width: 100%;
    margin-left: 0;
  }

  .footer__col:nth-child(odd) {
    max-width: 50%;
  }

  .footer__col:nth-child(even) {
    max-width: 50%;
  }

  .footer__bottom-wrapper {
    padding: 20px 0;
  }

  .footer__bottom-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__bottom-right a:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer__bottom-right a:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer__bottom-right a:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 28px;
    line-height: 28px;
  }

  .btn {
    font-size: 14px;
    line-height: 14px;
    border-radius: 20px;
    height: 40px;
  }

  .order-form .suggestions-wrapper,
  .order-form-v2 .suggestions-wrapper,
  .order-form-v3 .suggestions-wrapper {
    margin-top: 4px;
  }

  .order-form .suggestions-suggestions,
  .order-form-v2 .suggestions-suggestions,
  .order-form-v3 .suggestions-suggestions {
    border-radius: 24px;
  }

  .order-form .suggestions-suggestion,
  .order-form-v2 .suggestions-suggestion,
  .order-form-v3 .suggestions-suggestion {
    padding: 11px 24px 12px;
    font-size: 14px;
    line-height: 18px;
  }

  .order-form .suggestions-hint,
  .order-form-v2 .suggestions-hint,
  .order-form-v3 .suggestions-hint {
    padding: 11px 24px 12px;
    font-size: 12px;
    line-height: 12px;
  }

  .header {
    padding: 12px 0;
  }

  .header__logo {
    width: 40px;
    height: 28px;
  }

  .header__phone-icon {
    display: none;
  }

  .header__phone-text {
    display: none;
  }

  .header__phone {
    font-size: 16px;
    line-height: 16px;
  }

  .header__pay-btn {
    padding: 8px 16px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 26px;
    margin-left: 32px;
  }

  .header__lk-btn {
    padding: 8px 16px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 26px;
    margin-left: 32px;
  }

  .hero {
    padding: 32px 0;
  }

  .hero:before {
    height: calc(100% + 52px);
    background-size: cover;
    top: -52px;
    background-image: url("../img/bg-light-mob.484edfb76d1d.png");
  }

  .hero-indicators {
    margin-bottom: 16px;
  }

  .hero-indicators__item {
    width: 156px;
    height: 40px;
  }

  .hero-indicators__item:first-child {
    display: none;
  }

  .hero-indicators__item-icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }

  .hero-indicators__item-icon img,
  .hero-indicators__item-icon svg {
    width: 16px;
    height: 16px;
  }

  .hero-indicators__item-text {
    font-size: 14px;
    line-height: 14px;
  }

  .hero__title {
    font-size: 32px;
    line-height: 32px;
    max-width: 510px;
  }

  .hero__subtitle-wrapper {
    margin-top: 16px;
  }

  .hero__subtitle {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    max-width: 328px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero__order-desctop {
    display: none;
  }

  .hero-operators {
    margin-top: 16px;
    margin-bottom: 0;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .hero-operators__left {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .hero-operators__right {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .hero__operator {
    width: 70px;
    height: 70px;
  }

  .hero__operator img,
  .hero__operator svg {
    width: 28px;
    height: 28px;
  }

  .hero__img-desctop {
    display: none;
  }

  .hero__img-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: -2px;
    width: 243px;
    height: 252px;
  }

  .hero__img-mobile img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .hero__order-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 52px;
    border-radius: 28px;
    background-color: #ffcc00;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    width: 100%;
    max-width: 328px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  .tariffs__container {
    border-radius: 16px 16px 0 0;
  }

  .tariffs__wrapper {
    padding: 24px 0 32px;
    border-radius: 16px;
  }

  .tariffs__wrapper:before {
    display: none;
  }

  .tariffs-tabs {
    margin-top: 12px;
  }

  .tariffs-switcher {
    font-size: 20px;
    line-height: 20px;
  }

  .tariffs-switcher__switcher-body {
    width: 32px;
    height: 20px;
    border-radius: 10px;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .tariffs-switcher__switcher-body:before {
    width: 12px;
    height: 12px;
  }

  .tariffs-tabs__navigation {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -10px;
  }

  .tariffs-tabs__title .desctop {
    display: none;
  }

  .tariffs-tabs__title .mobile {
    display: block;
  }

  .tariffs-tabs__title {
    font-size: 16px;
    line-height: 16px;
    padding: 6px 10px;
    border-radius: 14px;
  }

  .tariffs-tabs__title img,
  .tariffs-tabs__title svg {
    width: 16px;
    height: 16px;
    margin-left: 4px;
  }

  .tariffs-tabs__content {
    margin-top: 24px;
  }

  .tariffs-slider__slide {
    max-width: 240px !important;
  }

  .tariff-card__header {
    padding: 20px;
    border-radius: 16px 16px 0 0;
  }

  .tariff-card__gb {
    font-size: 28px;
    line-height: 28px;
  }

  .tariff-card__gb img,
  .tariff-card__gb svg {
    width: 42px;
    height: 20px;
  }

  .tariff-card__header-info {
    font-size: 12px;
    line-height: 14px;
  }

  .tariff-card__body {
    padding: 20px;
    border-radius: 16px;
  }

  .tariff-card__info {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .tariff-card__list li {
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px;
  }

  .tariff-card__list li img,
  .tariff-card__list li svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }

  .tariff-card__price-wrapper {
    margin-top: 20px;
  }

  .tariff-card__price-old {
    font-size: 16px;
    line-height: 16px;
  }

  .tariff-card__price-sale {
    font-size: 16px;
    line-height: 16px;
    margin-left: 6px;
  }

  .tariff-card__price-current {
    font-size: 28px;
    line-height: 28px;
  }

  .tariff-card__order {
    margin-top: 20px;
  }

  .tariff-card__delivery-info {
    margin-top: 12px;
    font-size: 12px;
    line-height: 12px;
  }

  .devices__wrapper {
    padding: 24px;
    border-radius: 16px;
  }

  .devices__title {
    max-width: 220px;
  }

  .devices__subtitle {
    font-size: 14px;
    line-height: 22px;
    margin-top: 16px;
  }

  .devices__images {
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: auto;
    right: auto;
    width: 218.76px;
    height: 75.73px;
    margin-top: 24.51px;
    margin-left: auto;
    margin-right: auto;
  }

  .devices__img {
    border-radius: 10.1px;
  }

  .devices__img1 {
    width: 58.9px;
    height: 58.9px;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  .devices__img1 img {
    width: 43.22px;
    height: 36.17px;
  }

  .devices__img2 {
    width: 75.73px;
    height: 75.73px;
    left: 42.07px;
    bottom: 0;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  .devices__img2 img {
    width: 55.66px;
    height: 33.64px;
  }

  .devices__img3 {
    width: 75.73px;
    height: 75.73px;
    right: 42.07px;
    bottom: 0;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  .devices__img3 img {
    width: 54.63px;
    height: 42.07px;
  }

  .devices__img4 {
    width: 58.9px;
    height: 58.9px;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    z-index: 2;
  }

  .devices__img4 img {
    width: 34.91px;
    height: 37.86px;
  }

  .devices__order {
    margin-top: 32.76px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .devices__wrapper {
    padding: 24px;
  }

  .delivery__container {
    border-radius: 0 0 16px 16px;
  }

  .delivery__wrapper {
    padding: 32px 0 24px;
  }

  .delivery__left {
    max-width: 100%;
  }

  .delivery__subtitle {
    margin-top: 16px;
    font-size: 14px;
    line-height: 22px;
  }

  .delivery__right {
    max-width: 280px;
    max-height: 280px;
  }

  .order-section {
    padding-top: 32px;
  }

  .order-section__container {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 16px;
  }

  .order-section__wrapper {
    padding: 24px 0;
  }

  .order-section__left {
    padding-left: 8px;
    padding-right: 8px;
  }

  .order-switcher {
    width: 100%;
  }

  .order-tabs__navigation-wrapper {
    margin-left: 0;
    width: 100%;
  }

  .order-tabs__navigation-title {
    height: 40px;
    width: 280px;
    font-size: 16px;
    line-height: 16px;
  }

  .order-tabs__navigation {
    width: 280px;
  }

  .order-tabs__title {
    font-size: 16px;
    line-height: 16px;
  }

  .order-tabs__content {
    margin-top: 20px;
  }

  .order-section__subtariff-name {
    font-size: 28px;
    line-height: 28px;
  }

  .order-section__subtariffs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .order-section__subtariffs-desc {
    margin-right: 0;
    width: 100%;
  }

  .order-section__subtariffs-titles {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .order-params {
    margin-top: 24px;
  }

  .order-details {
    background-color: #eff3f6;
    position: relative;
  }

  .order-details:before {
    content: "";
    height: 100%;
    width: 60px;
    background-color: #eff3f6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 2;
  }

  .order-details:after {
    content: "";
    height: 100%;
    width: 60px;
    background-color: #eff3f6;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 2;
  }

  .order-details__item {
    border-radius: 0;
    height: 134px;
  }

  .order-details__item-icon {
    width: 44px;
    height: 44px;
  }

  .order-details__item-icon img,
  .order-details__item-icon svg {
    width: 20px;
    height: 20px;
  }

  .order-details__title {
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
  }

  .order-details__param {
    font-size: 14px;
    line-height: 14px;
  }

  .order-price-list {
    margin-top: 24px;
  }

  .order-price-list li {
    display: none;
    height: 40px;
    border-radius: 20px;
    padding: 0 16px;
  }

  .order-price-list li:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .order-price-list li:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .order-price-list__item-text {
    font-size: 14px;
    line-height: 14px;
  }

  .order-price-list__item-num {
    font-size: 14px;
    line-height: 14px;
  }

  .order-section__right {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
  }

  .order-section__right-mobtitle {
    font-size: 20px;
    line-height: 20px;
  }

  .order-section__right-mobtitle br {
    display: block;
  }

  .order-section__form-wrapper {
    margin-top: 16px;
  }

  .order-form__row {
    margin-top: 8px;
  }

  .order-form__input {
    border: 1px solid transparent;
    background-color: #eff3f6;
    height: 40px;
    border-radius: 20px;
    padding-top: 14px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 14px;
  }

  .order-form__input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 14px;
  }

  .order-form__input::-moz-placeholder {
    font-size: 14px;
    line-height: 14px;
  }

  .order-form__input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 14px;
  }

  .order-form__input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 14px;
  }

  .order-form__input::placeholder {
    font-size: 14px;
    line-height: 14px;
  }

  .order-form__input-placeholder {
    font-size: 14px;
    line-height: 14px;
    left: 16px;
    top: 13px;
  }

  .input--focus .order-form__input-placeholder {
    font-size: 10px;
    line-height: 10px;
    top: 8px;
  }

  .input--hasValue .order-form__input-placeholder {
    font-size: 10px;
    line-height: 10px;
    top: 8px;
  }

  .order-form__address-info {
    margin-top: 8px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 16px;
  }

  .order-form__address-info svg {
    width: 12px;
    height: 12px;
    margin-top: 2px;
  }

  .order-form__submit {
    margin-top: 16px;
  }

  .order-section__form-agree {
    margin-top: 16px;
    font-size: 10px;
    line-height: 16px;
  }

  .activation-sim {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .activation-sim__left {
    padding-bottom: 0;
  }

  .activation-sim__attention {
    width: 57px;
    height: 20px;
    font-size: 16px;
    line-height: 16px;
  }

  .activation-sim__info-text {
    margin-top: 8px;
  }

  .activation-sim__info-text p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px;
  }

  .activation-sim__info-text p a svg,
  .activation-sim__info-text p a img {
    margin-left: 10px;
    width: 20px;
    height: 20x;
  }

  .activation-sim__info-text p:last-of-type a {
    margin-top: 8px;
  }

  .activation-sim__info-more-btn {
    margin-top: 16px;
    font-size: 14px;
    line-height: 14px;
  }

  .activation-sim__info-more-btn img,
  .activation-sim__info-more-btn svg {
    margin-left: 10px;
    width: 20px;
    height: 20px;
  }

  .activation-sim__wrapper-btn {
    margin-top: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .activation-sim__info {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
  }

  .activation-sim__img-mob-wraper {
    margin-left: 0;
  }

  .activation-sim__law-text {
    border-radius: 16px;
    font-size: 14px;
    line-height: 22px;
  }

  .activation-sim__law-text br {
    display: block;
  }

  .hero-v2 {
    padding: 32px 0;
  }

  .hero-v2:before {
    height: calc(100% + 52px);
    background-size: cover;
    top: -52px;
    background-image: url("../img/bg-light-mob.484edfb76d1d.png");
  }

  .hero-v2-indicators {
    margin-bottom: 16px;
  }

  .hero-v2-indicators__item {
    width: 156px;
    height: 40px;
  }

  .hero-v2-indicators__item:first-child {
    display: none;
  }

  .hero-v2-indicators__item-icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }

  .hero-v2-indicators__item-icon img,
  .hero-v2-indicators__item-icon svg {
    width: 16px;
    height: 16px;
  }

  .hero-v2-indicators__item-text {
    font-size: 14px;
    line-height: 14px;
  }

  .hero-v2__title {
    font-size: 32px;
    line-height: 32px;
    max-width: 510px;
  }

  .hero-v2__subtitle-wrapper {
    margin-top: 16px;
  }

  .hero-v2__subtitle {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    max-width: 328px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .hero-v2__order-desctop {
    display: none;
  }

  .hero-v2-operators {
    position: absolute;
    z-index: 1;
    bottom: 148px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 0;
  }

  .hero-v2__operator {
    width: 156px;
    height: 156px;
  }

  .hero-v2__operator img,
  .hero-v2__operator svg {
    width: 64px;
    height: 64px;
  }

  .hero-v2__operator.right-gradient {
    margin-right: 8px;
  }

  .hero-v2__operator.left-gradient {
    margin-left: 8px;
  }

  .hero-v2__img-desctop {
    display: none;
  }

  .hero-v2__img-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 243px;
    height: 252px;
    position: relative;
    z-index: 2;
  }

  .hero-v2__img-mobile img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .hero-v2__order-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 52px;
    border-radius: 28px;
    background-color: #ffcc00;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    width: 100%;
    max-width: 328px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  .tariffs-v2__container {
    border-radius: 16px 16px 0 0;
  }

  .tariffs-v2__wrapper {
    padding: 24px 0 32px;
    border-radius: 16px;
  }

  .tariffs-v2__subtitle {
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px;
  }

  .tariff-card-v2__header {
    border-radius: 16px 16px 0 0;
    padding: 20px;
  }

  .tariff-card-v2__header-gb {
    font-size: 28px;
    line-height: 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tariff-card-v2__header-gb img,
  .tariff-card-v2__header-gb svg {
    width: 42px;
    height: 20px;
    margin-top: 0px;
  }

  .tariff-card-v2__header-logo img,
  .tariff-card-v2__header-logo svg {
    width: 28px;
    height: 28px;
    margin-right: 12px;
  }

  .tariff-card-v2__header-text {
    font-size: 12px;
    line-height: 14px;
  }

  .tariff-card-v2__body {
    border-radius: 16px;
    padding: 20px;
  }

  .tariff-card-v2__param-wrapper {
    row-gap: 8px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .tariff-card-v2__param {
    padding: 2px 7px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 14px;
  }

  .tariff-card-v2__body-text {
    margin-top: 12px;
    font-size: 16px;
    line-height: 20px;
  }

  .tariff-card-v2__details {
    margin-top: 20px;
    height: 86px;
    position: relative;
  }

  .tariff-card-v2__details-item {
    width: 33.3333333333%;
    position: absolute;
    top: 0;
    height: 86px;
    background-color: transparent;
    border-radius: 0;
  }

  .tariff-card-v2__details-item:nth-child(1) {
    left: -5px;
  }

  .tariff-card-v2__details-item:nth-child(2) {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .tariff-card-v2__details-item:nth-child(3) {
    right: -5px;
  }

  .tariff-card-v2__details-icon {
    width: 44px;
    height: 44px;
  }

  .tariff-card-v2__details-icon img,
  .tariff-card-v2__details-icon svg {
    width: 20px;
    height: 20px;
  }

  .tariff-card-v2__details-title {
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
  }

  .tariff-card-v2__details-text {
    font-size: 14px;
    line-height: 14px;
  }

  .tariff-card-v2__action-zone {
    margin-top: 20px;
  }

  .tariff-card-v2__price-old {
    font-size: 16px;
    line-height: 16px;
  }

  .tariff-card-v2__price-sale {
    font-size: 16px;
    line-height: 16px;
    margin-left: 6px;
  }

  .tariff-card-v2__price-current {
    font-size: 28px;
    line-height: 28px;
  }

  .tariff-card-v2__delivery {
    margin-top: 12px;
    padding: 0;
    border: none;
    font-size: 12px;
    line-height: 12px;
  }

  .tariff-card-v2__delivery svg,
  .tariff-card-v2__delivery img {
    width: 21px;
    height: 12px;
    margin-right: 8px;
  }

  .devices-v2__wrapper {
    padding: 24px;
    border-radius: 16px;
  }

  .devices-v2__title {
    max-width: 220px;
  }

  .devices-v2__subtitle {
    font-size: 14px;
    line-height: 22px;
    margin-top: 16px;
  }

  .devices-v2__images {
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: auto;
    right: auto;
    width: 218.76px;
    height: 75.73px;
    margin-top: 24.51px;
    margin-left: auto;
    margin-right: auto;
  }

  .devices-v2__img {
    border-radius: 10.1px;
  }

  .devices-v2__img1 {
    width: 58.9px;
    height: 58.9px;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  .devices-v2__img1 img {
    width: 43.22px;
    height: 36.17px;
  }

  .devices-v2__img2 {
    width: 75.73px;
    height: 75.73px;
    left: 42.07px;
    bottom: 0;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  .devices-v2__img2 img {
    width: 55.66px;
    height: 33.64px;
  }

  .devices-v2__img3 {
    width: 75.73px;
    height: 75.73px;
    right: 42.07px;
    bottom: 0;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  .devices-v2__img3 img {
    width: 54.63px;
    height: 42.07px;
  }

  .devices-v2__img4 {
    width: 58.9px;
    height: 58.9px;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    z-index: 2;
  }

  .devices-v2__img4 img {
    width: 34.91px;
    height: 37.86px;
  }

  .devices-v2__order {
    margin-top: 32.76px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .delivery-v2__container {
    border-radius: 0 0 16px 16px;
  }

  .delivery-v2__wrapper {
    padding: 32px 0 24px;
  }

  .delivery-v2__left {
    max-width: 100%;
  }

  .delivery-v2__subtitle {
    margin-top: 16px;
    font-size: 14px;
    line-height: 22px;
  }

  .delivery-v2__right {
    max-width: 280px;
    max-height: 280px;
  }

  .order-section-v2 {
    padding-top: 32px;
  }

  .order-section-v2__container {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 16px;
  }

  .order-section-v2__wrapper {
    padding: 24px 0;
  }

  .order-section-v2__left {
    padding-left: 8px;
    padding-right: 8px;
  }

  .order-section-v2__logo {
    width: 24px;
    height: 24px;
    right: 8px;
  }

  .order-switcher-v2 {
    width: 100%;
    font-size: 24px;
    line-height: 24px;
  }

  .order-switcher-v2__switcher-body {
    width: 32px;
    height: 20px;
    border-radius: 10px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .order-switcher-v2__switcher-body:before {
    width: 12px;
    height: 12px;
  }

  .order-tags-v2 {
    margin-top: 24px;
  }

  .order-tag-v2 {
    height: 24px;
    font-size: 16px;
    line-height: 16px;
  }

  .order-params-v2 {
    margin-top: 20px;
  }

  .order-details-v2 {
    background-color: #eff3f6;
    position: relative;
  }

  .order-details-v2:before {
    content: "";
    height: 100%;
    width: 60px;
    background-color: #eff3f6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 2;
  }

  .order-details-v2:after {
    content: "";
    height: 100%;
    width: 60px;
    background-color: #eff3f6;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 2;
  }

  .order-details-v2__item {
    border-radius: 0;
    height: 134px;
  }

  .order-details-v2__item-icon {
    width: 44px;
    height: 44px;
  }

  .order-details-v2__item-icon img,
  .order-details-v2__item-icon svg {
    width: 20px;
    height: 20px;
  }

  .order-details-v2__title {
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
  }

  .order-details-v2__param {
    font-size: 14px;
    line-height: 14px;
  }

  .order-price-list-v2 {
    margin-top: 24px;
  }

  .order-price-list-v2 li {
    display: none;
    height: 40px;
    border-radius: 20px;
    padding: 0 16px;
  }

  .order-price-list-v2 li:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .order-price-list-v2 li:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .order-price-list-v2__item-text {
    font-size: 14px;
    line-height: 14px;
  }

  .order-price-list-v2__item-num {
    font-size: 14px;
    line-height: 14px;
  }

  .order-section-v2__right {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
  }

  .order-section-v2__right-mobtitle {
    font-size: 20px;
    line-height: 20px;
  }

  .order-section-v2__right-mobtitle br {
    display: block;
  }

  .order-section-v2__form-wrapper {
    margin-top: 16px;
  }

  .order-form-v2__row {
    margin-top: 8px;
  }

  .order-form-v2__input {
    border: 1px solid transparent;
    background-color: #eff3f6;
    height: 40px;
    border-radius: 20px;
    padding-top: 14px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 14px;
  }

  .order-form-v2__input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 14px;
  }

  .order-form-v2__input::-moz-placeholder {
    font-size: 14px;
    line-height: 14px;
  }

  .order-form-v2__input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 14px;
  }

  .order-form-v2__input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 14px;
  }

  .order-form-v2__input::placeholder {
    font-size: 14px;
    line-height: 14px;
  }

  .order-form-v2__input-placeholder {
    font-size: 14px;
    line-height: 14px;
    left: 16px;
    top: 13px;
  }

  .input--focus .order-form-v2__input-placeholder {
    font-size: 10px;
    line-height: 10px;
    top: 8px;
  }

  .input--hasValue .order-form-v2__input-placeholder {
    font-size: 10px;
    line-height: 10px;
    top: 8px;
  }

  .order-form-v2__address-info {
    margin-top: 8px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 16px;
  }

  .order-form-v2__address-info svg {
    width: 12px;
    height: 12px;
    margin-top: 2px;
  }

  .order-form-v2__submit {
    margin-top: 16px;
  }

  .order-section-v2__form-agree {
    margin-top: 16px;
    font-size: 10px;
    line-height: 16px;
  }

  .activation-sim-v2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .activation-sim-v2__left {
    padding-bottom: 0;
  }

  .activation-sim-v2__attention {
    width: 57px;
    height: 20px;
    font-size: 16px;
    line-height: 16px;
  }

  .activation-sim-v2__info-text {
    margin-top: 8px;
  }

  .activation-sim-v2__info-text p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px;
  }

  .activation-sim-v2__info-text p a svg,
  .activation-sim-v2__info-text p a img {
    margin-left: 10px;
    width: 20px;
    height: 20x;
  }

  .activation-sim-v2__info-text p:last-of-type a {
    margin-top: 8px;
  }

  .activation-sim-v2__info-more-btn {
    margin-top: 16px;
    font-size: 14px;
    line-height: 14px;
  }

  .activation-sim-v2__info-more-btn img,
  .activation-sim-v2__info-more-btn svg {
    margin-left: 10px;
    width: 20px;
    height: 20px;
  }

  .activation-sim-v2__wrapper-btn {
    margin-top: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .activation-sim-v2__info {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
  }

  .activation-sim-v2__img-mob-wraper {
    margin-left: 0;
  }

  .activation-sim-v2__law-text {
    border-radius: 16px;
    font-size: 14px;
    line-height: 22px;
  }

  .activation-sim-v2__law-text br {
    display: block;
  }

  .hero-v3 {
    padding: 32px 0;
  }

  .hero-v3:before {
    height: calc(100% + 52px);
    background-size: cover;
    top: -52px;
    background-image: url("../img/bg-light-mob.484edfb76d1d.png");
  }

  .hero-v3-indicators {
    margin-bottom: 16px;
  }

  .hero-v3-indicators__item {
    width: 156px;
    height: 40px;
  }

  .hero-v3-indicators__item:first-child {
    display: none;
  }

  .hero-v3-indicators__item-icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }

  .hero-v3-indicators__item-icon img,
  .hero-v3-indicators__item-icon svg {
    width: 16px;
    height: 16px;
  }

  .hero-v3-indicators__item-text {
    font-size: 14px;
    line-height: 14px;
  }

  .hero-v3__title {
    font-size: 32px;
    line-height: 32px;
    max-width: 510px;
  }

  .hero-v3__subtitle-wrapper {
    margin-top: 16px;
  }

  .hero-v3__subtitle {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    max-width: 328px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .hero-v3__order-desctop {
    display: none;
  }

  .hero-v3-operators {
    position: absolute;
    z-index: 1;
    bottom: 148px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 0;
  }

  .hero-v3__operator {
    width: 156px;
    height: 156px;
  }

  .hero-v3__operator img,
  .hero-v3__operator svg {
    width: 64px;
    height: 64px;
  }

  .hero-v3__operator.right-gradient {
    margin-right: 8px;
  }

  .hero-v3__operator.left-gradient {
    margin-left: 8px;
  }

  .hero-v3__img-desctop {
    display: none;
  }

  .hero-v3__img-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 243px;
    height: 252px;
    position: relative;
    z-index: 2;
  }

  .hero-v3__img-mobile img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .hero-v3__order-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 52px;
    border-radius: 28px;
    background-color: #ffcc00;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    width: 100%;
    max-width: 328px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  .tariffs-v3__container {
    border-radius: 16px 16px 0 0;
  }

  .tariffs-v3__wrapper {
    padding: 24px 0 32px;
    border-radius: 16px;
  }

  .tariffs-v3__subtitle {
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px;
  }

  .tariff-card-v3__header {
    border-radius: 16px 16px 0 0;
    padding: 20px;
  }

  .tariff-card-v3__header-gb {
    font-size: 28px;
    line-height: 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tariff-card-v3__header-gb img,
  .tariff-card-v3__header-gb svg {
    width: 42px;
    height: 20px;
    margin-top: 0px;
  }

  .tariff-card-v3__header-logo img,
  .tariff-card-v3__header-logo svg {
    width: 28px;
    height: 28px;
    margin-right: 12px;
  }

  .tariff-card-v3__header-text {
    font-size: 12px;
    line-height: 14px;
  }

  .tariff-card-v3__body {
    border-radius: 16px;
    padding: 20px;
  }

  .tariff-card-v3__param-wrapper {
    row-gap: 8px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .tariff-card-v3__param {
    padding: 2px 7px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 14px;
  }

  .tariff-card-v3__body-text {
    margin-top: 12px;
    font-size: 16px;
    line-height: 20px;
  }

  .tariff-card-v3__details {
    margin-top: 20px;
    height: 86px;
    position: relative;
  }

  .tariff-card-v3__details-item {
    width: 33.3333333333%;
    position: absolute;
    top: 0;
    height: 86px;
    background-color: transparent;
    border-radius: 0;
  }

  .tariff-card-v3__details-item:nth-child(1) {
    left: -5px;
  }

  .tariff-card-v3__details-item:nth-child(2) {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .tariff-card-v3__details-item:nth-child(3) {
    right: -5px;
  }

  .tariff-card-v3__details-icon {
    width: 44px;
    height: 44px;
  }

  .tariff-card-v3__details-icon img,
  .tariff-card-v3__details-icon svg {
    width: 20px;
    height: 20px;
  }

  .tariff-card-v3__details-title {
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
  }

  .tariff-card-v3__details-text {
    font-size: 14px;
    line-height: 14px;
  }

  .tariff-card-v3__action-zone {
    margin-top: 20px;
  }

  .tariff-card-v3__price-old {
    font-size: 16px;
    line-height: 16px;
  }

  .tariff-card-v3__price-sale {
    font-size: 16px;
    line-height: 16px;
    margin-left: 6px;
  }

  .tariff-card-v3__price-current {
    font-size: 28px;
    line-height: 28px;
  }

  .tariff-card-v3__delivery {
    margin-top: 12px;
    padding: 0;
    border: none;
    font-size: 12px;
    line-height: 12px;
  }

  .tariff-card-v3__delivery svg,
  .tariff-card-v3__delivery img {
    width: 21px;
    height: 12px;
    margin-right: 8px;
  }

  .devices-v3__wrapper {
    padding: 24px;
    border-radius: 16px;
  }

  .devices-v3__title {
    max-width: 220px;
  }

  .devices-v3__subtitle {
    font-size: 14px;
    line-height: 22px;
    margin-top: 16px;
  }

  .devices-v3__images {
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: auto;
    right: auto;
    width: 218.76px;
    height: 75.73px;
    margin-top: 24.51px;
    margin-left: auto;
    margin-right: auto;
  }

  .devices-v3__img {
    border-radius: 10.1px;
  }

  .devices-v3__img1 {
    width: 58.9px;
    height: 58.9px;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  .devices-v3__img1 img {
    width: 43.22px;
    height: 36.17px;
  }

  .devices-v3__img2 {
    width: 75.73px;
    height: 75.73px;
    left: 42.07px;
    bottom: 0;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  .devices-v3__img2 img {
    width: 55.66px;
    height: 33.64px;
  }

  .devices-v3__img3 {
    width: 75.73px;
    height: 75.73px;
    right: 42.07px;
    bottom: 0;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  .devices-v3__img3 img {
    width: 54.63px;
    height: 42.07px;
  }

  .devices-v3__img4 {
    width: 58.9px;
    height: 58.9px;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    z-index: 2;
  }

  .devices-v3__img4 img {
    width: 34.91px;
    height: 37.86px;
  }

  .devices-v3__order {
    margin-top: 32.76px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .delivery-v3__container {
    border-radius: 0 0 16px 16px;
  }

  .delivery-v3__wrapper {
    padding: 32px 0 24px;
  }

  .delivery-v3__left {
    max-width: 100%;
  }

  .delivery-v3__subtitle {
    margin-top: 16px;
    font-size: 14px;
    line-height: 22px;
  }

  .delivery-v3__right {
    max-width: 280px;
    max-height: 280px;
  }

  .order-section-v3 {
    padding-top: 32px;
  }

  .order-section-v3__container {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 16px;
  }

  .order-section-v3__wrapper {
    padding: 24px 0;
  }

  .order-section-v3__left {
    padding-left: 8px;
    padding-right: 8px;
  }

  .order-section-v3__logo {
    width: 24px;
    height: 24px;
    right: 8px;
  }

  .order-switcher-v3 {
    width: 100%;
    font-size: 24px;
    line-height: 24px;
  }

  .order-switcher-v3__switcher-body {
    width: 32px;
    height: 20px;
    border-radius: 10px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .order-switcher-v3__switcher-body:before {
    width: 12px;
    height: 12px;
  }

  .order-tags-v3 {
    margin-top: 24px;
  }

  .order-tag-v3 {
    height: 24px;
    font-size: 16px;
    line-height: 16px;
  }

  .order-params-v3 {
    margin-top: 20px;
  }

  .order-details-v3 {
    background-color: #eff3f6;
    position: relative;
  }

  .order-details-v3:before {
    content: "";
    height: 100%;
    width: 60px;
    background-color: #eff3f6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 2;
  }

  .order-details-v3:after {
    content: "";
    height: 100%;
    width: 60px;
    background-color: #eff3f6;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 2;
  }

  .order-details-v3__item {
    border-radius: 0;
    height: 134px;
  }

  .order-details-v3__item-icon {
    width: 44px;
    height: 44px;
  }

  .order-details-v3__item-icon img,
  .order-details-v3__item-icon svg {
    width: 20px;
    height: 20px;
  }

  .order-details-v3__title {
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
  }

  .order-details-v3__param {
    font-size: 14px;
    line-height: 14px;
  }

  .order-price-list-v3 {
    margin-top: 24px;
  }

  .order-price-list-v3 li {
    display: none;
    height: 40px;
    border-radius: 20px;
    padding: 0 16px;
  }

  .order-price-list-v3 li:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .order-price-list-v3 li:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .order-price-list-v3 li:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .order-price-list-v3__item-text {
    font-size: 14px;
    line-height: 14px;
  }

  .order-price-list-v3__item-num {
    font-size: 14px;
    line-height: 14px;
  }

  .order-section-v3__right {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
  }

  .order-section-v3__right-mobtitle {
    font-size: 20px;
    line-height: 20px;
  }

  .order-section-v3__right-mobtitle br {
    display: block;
  }

  .order-section-v3__form-wrapper {
    margin-top: 16px;
  }

  .order-form-v3__row {
    margin-top: 8px;
  }

  .order-form-v3__input {
    border: 1px solid transparent;
    background-color: #eff3f6;
    height: 40px;
    border-radius: 20px;
    padding-top: 14px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 14px;
  }

  .order-form-v3__input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 14px;
  }

  .order-form-v3__input::-moz-placeholder {
    font-size: 14px;
    line-height: 14px;
  }

  .order-form-v3__input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 14px;
  }

  .order-form-v3__input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 14px;
  }

  .order-form-v3__input::placeholder {
    font-size: 14px;
    line-height: 14px;
  }

  .order-form-v3__input-placeholder {
    font-size: 14px;
    line-height: 14px;
    left: 16px;
    top: 13px;
  }

  .input--focus .order-form-v3__input-placeholder {
    font-size: 10px;
    line-height: 10px;
    top: 8px;
  }

  .input--hasValue .order-form-v3__input-placeholder {
    font-size: 10px;
    line-height: 10px;
    top: 8px;
  }

  .order-form-v3__address-info {
    margin-top: 8px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 16px;
  }

  .order-form-v3__address-info svg {
    width: 12px;
    height: 12px;
    margin-top: 2px;
  }

  .order-form-v3__buttons {
    margin-top: 16px;
  }

  .order-form-v3__card-pay {
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 14px;
  }

  .order-form-v3__card-pay img,
  .order-form-v3__card-pay svg {
    width: 18px;
    height: 18px;
  }

  .order-form-v3__sbp-pay {
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 14px;
  }

  .order-form-v3__sbp-pay img,
  .order-form-v3__sbp-pay svg {
    width: 18px;
    height: 18px;
  }

  .order-section-v3__form-agree {
    margin-top: 16px;
    font-size: 10px;
    line-height: 16px;
  }

  .activation-sim-v3 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .activation-sim-v3__left {
    padding-bottom: 0;
  }

  .activation-sim-v3__attention {
    width: 57px;
    height: 20px;
    font-size: 16px;
    line-height: 16px;
  }

  .activation-sim-v3__info-text {
    margin-top: 8px;
  }

  .activation-sim-v3__info-text p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px;
  }

  .activation-sim-v3__info-text p a svg,
  .activation-sim-v3__info-text p a img {
    margin-left: 10px;
    width: 20px;
    height: 20x;
  }

  .activation-sim-v3__info-text p:last-of-type a {
    margin-top: 8px;
  }

  .activation-sim-v3__info-more-btn {
    margin-top: 16px;
    font-size: 14px;
    line-height: 14px;
  }

  .activation-sim-v3__info-more-btn img,
  .activation-sim-v3__info-more-btn svg {
    margin-left: 10px;
    width: 20px;
    height: 20px;
  }

  .activation-sim-v3__wrapper-btn {
    margin-top: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .activation-sim-v3__info {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
  }

  .activation-sim-v3__img-mob-wraper {
    margin-left: 0;
  }

  .activation-sim-v3__law-text {
    border-radius: 16px;
    font-size: 14px;
    line-height: 22px;
  }

  .activation-sim-v3__law-text br {
    display: block;
  }

  .footer__logo {
    margin-bottom: 24px;
  }

  .footer__law-info {
    font-size: 14px;
    line-height: 22px;
    margin-top: 12px;
  }

  .footer__law-about {
    font-size: 14px;
    line-height: 14px;
    margin-top: 12px;
  }

  .footer__law-about img,
  .footer__law-about svg {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }

  .footer__right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 32px;
  }

  .footer__col {
    text-align: center;
  }

  .footer__col:nth-child(odd) {
    max-width: 100%;
  }

  .footer__col:nth-child(even) {
    max-width: 100%;
  }

  .footer__col-title {
    font-size: 16px;
    line-height: 16px;
  }

  .footer__list li {
    font-size: 16px;
    line-height: 16px;
  }

  .footer__col-title-small {
    font-size: 16px;
    line-height: 16px;
  }

  .footer__bottom-wrapper {
    font-size: 12px;
    line-height: 12px;
  }

  .order-making__title {
    font-size: 28px;
    line-height: 28px;
  }

  .order-making__form-wrapper {
    margin-top: 32px;
    padding: 24px;
    border-radius: 16px;
    max-width: 480px;
  }

  .order-making__form-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .order-making__input {
    border-radius: 26px;
    height: 52px;
    padding-left: 22px;
    font-size: 16px;
    line-height: 16px;
  }

  .order-making__input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .order-making__input::-moz-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .order-making__input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .order-making__input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .order-making__input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .order-making__input-error {
    font-size: 12px;
    line-height: 12px;
    border: 2px solid #fff;
    padding: 4px 10px;
    left: 22px;
  }

  .order-making__submit {
    margin-top: 20px;
    border-radius: 26px;
    font-size: 16px;
    line-height: 16px;
    height: 52px;
  }

  .order-making__form-agree {
    margin-top: 16px;
    font-size: 10px;
    line-height: 16px;
  }

  .order-making__controls-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .order-making__controls {
    margin-bottom: 20px;
  }

  .order-making__controls-title {
    font-size: 14px;
    line-height: 14px;
  }

  .no-sms {
    display: none;
  }

  .change-number {
    margin-left: 0;
  }

  .order-making__nosms-text {
    position: absolute;
  }

  .order-making__nosms-text.mobile {
    position: relative;
    background-color: #fff;
    border-radius: 16px;
    z-index: 1;
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
    padding: 0 24px;
  }

  .order-making__nosms-text.mobile.open {
    height: 136px;
    opacity: 1;
    padding: 24px;
  }

  .no-sms-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
  }

  .thanks-v1 {
    height: auto;
  }

  .thanks-v1__wrapper {
    min-height: auto;
  }

  .thanks-v1__block {
    max-width: 480px;
    padding: 38px 22px;
    border-radius: 16px;
  }

  .thanks-v1__img {
    width: 140px;
    height: 140px;
  }

  .thanks-v1__title {
    font-size: 28px;
    line-height: 32px;
    margin-top: 20px;
  }

  .thanks-v1__info {
    padding: 8px 12px 8px 13px;
    margin-top: 12px;
    border-radius: 6px;
  }

  .thanks-v1__info svg,
  .thanks-v1__info img {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .thanks-v1__info-desc {
    display: none;
  }

  .thanks-v1__info-mobile {
    display: block;
    color: #039be5;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
  }

  .thanks-v1__text {
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  .thanks-v1__btn {
    height: 52px;
    margin-top: 20px;
    border-radius: 26px;
    font-size: 16px;
    line-height: 16px;
  }

  .thanks-v1__btn .hide {
    display: none;
  }

  .thanks-v1__btn img,
  .thanks-v1__btn svg {
    width: 20px;
    height: 20px;
    margin-right: 12px;
  }

  .thanks-v1__attention {
    font-size: 12px;
    line-height: 18px;
    margin-top: 12px;
    text-align: center;
  }

  .thanks-v1__attention br {
    display: block;
  }

  .requisites-popup__content {
    border-radius: 16px;
    max-width: 480px;
    padding: 24px;
  }

  .requisites-popup__title {
    font-size: 28px;
    line-height: 28px;
  }

  .requisites-popup__body {
    margin-top: 24px;
  }

  .requisites-popup__body li {
    font-size: 16px;
    line-height: 16px;
    margin-top: 8px;
  }

  .popup-qr-code {
    padding: 0;
  }

  .popup-qr-code .popup__wrapper {
    background-color: #fff;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .popup-qr-code__close-desctop {
    display: none;
  }

  .popup-qr-code__close {
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
  }

  .popup-qr-code__close.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .popup-qr-code__content {
    border-radius: 0;
    max-width: 100%;
    padding: 16px;
  }

  .popup-qr-code__body {
    border: none;
    padding: 0;
  }

  .popup-qr-code__left {
    display: none;
  }

  .popup-qr-code__right {
    display: none;
  }

  .time-pay-end__content {
    border-radius: 16px;
    padding: 24px;
  }

  .time-pay-end__close {
    top: 24px;
    right: 24px;
  }

  .time-pay-end__close.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .time-pay-end__img {
    margin-top: 16px;
    width: 100px;
    height: 100px;
  }

  .time-pay-end__img img,
  .time-pay-end__img svg {
    width: 40px;
    height: 40px;
    margin-left: 3px;
  }

  .time-pay-end__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 28px;
  }

  .time-pay-end__subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
  }

  .time-pay-end__subtitle br {
    display: block;
  }

  .time-pay-end__btn,
  .pay-not__btn {
    margin-top: 24px;
    height: 40px;
    width: 100%;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 14px;
    max-width: 100%;
    border-radius: 20px;
  }

  .time-pay-end__btn svg,
  .time-pay-end__btn img,
  .pay-not__btn svg,
  .pay-not__btn img {
    width: 18px;
    height: 18px;
  }

  .pay-wait__content {
    border-radius: 16px;
    padding: 40px 24px;
  }

  .pay-wait__close {
    top: 24px;
    right: 24px;
  }

  .pay-wait__close.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .pay-wait__img {
    width: 100px;
    height: 100px;
  }

  .pay-wait__img img,
  .pay-wait__img svg {
    width: 40px;
    height: 40px;
  }

  .pay-wait__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 28px;
  }

  .pay-not__content {
    border-radius: 16px;
    padding: 24px;
  }

  .pay-not__close {
    top: 24px;
    right: 24px;
  }

  .pay-not__close.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .pay-not__img {
    margin-top: 16px;
    width: 100px;
    height: 100px;
  }

  .pay-not__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 28px;
  }

  .pay-not__subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
  }

  .pay-not__subtitle br {
    display: block;
  }

  .pay-not__btn.btn {
    margin-top: 24px;
    padding: 16px 10px;
    width: 100%;
    margin-bottom: 16px;
  }

  .pay-not__btn.btn svg,
  .pay-not__btn.btn img {
    width: 20px;
    height: 20px;
    margin-right: 12px;
  }
}

@media (max-width: 576px) {
  .btn {
    max-width: 100%;
  }

  .header__phone-wrapper {
    position: fixed;
    z-index: 4;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    -o-transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .header__phone-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    width: 80px;
    height: 80px;
    margin-bottom: 24px;
  }

  .header__phone-icon img,
  .header__phone-icon svg {
    width: 40px;
    height: 40px;
  }

  .header__phone-text {
    display: block;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 12px;
  }

  .header__phone-text:first-letter {
    text-transform: capitalize;
  }

  .header__phone-text:after {
    content: ":";
  }

  .header__phone {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.04em;
  }

  .header__pay-btn {
    display: none;
  }

  .hero__title br {
    display: block;
  }

  .hero__order-mobile {
    max-width: 100%;
  }

  .devices__order {
    max-width: 100%;
  }

  .delivery__order-mobile {
    max-width: 100%;
  }

  .order-tabs__navigation-title {
    width: 100%;
  }

  .order-tabs__navigation {
    width: 100%;
  }

  .order-form__address-info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .order-form__address-info br {
    display: block;
  }

  .hero-v2__title br {
    display: block;
  }

  .hero-v2__order-mobile {
    max-width: 100%;
  }

  .tariff-card-v2__action-zone {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tariff-card-v2__order {
    margin-top: 20px;
  }

  .devices-v2__order {
    max-width: 100%;
  }

  .delivery-v2__order-mobile {
    max-width: 100%;
  }

  .order-form-v2__address-info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .order-form-v2__address-info br {
    display: block;
  }

  .hero-v3__title br {
    display: block;
  }

  .hero-v3__order-mobile {
    max-width: 100%;
  }

  .tariff-card-v3__action-zone {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tariff-card-v3__order {
    margin-top: 20px;
    max-width: 100%;
  }

  .devices-v3__order {
    max-width: 100%;
  }

  .delivery-v3__order-mobile {
    max-width: 100%;
  }

  .order-form-v3__address-info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .order-form-v3__address-info br {
    display: block;
  }

  .order-form-v3__buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .order-form-v3__card-pay {
    width: 100%;
  }

  .order-form-v3__sbp-pay {
    width: 100%;
    margin-top: 8px;
  }
}

@media (max-width: 425px) {
  .tariff-card-v2__body-text {
    max-width: 220px;
  }

  .tariff-card-v3__body-text {
    max-width: 220px;
  }
}

@media (max-width: 359px) {
  .hero-indicators {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .hero-indicators__item {
    width: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-indicators__item-icon {
    display: none;
  }

  .tariffs-switcher {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .order-switcher {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .order-section__subtariff-title {
    font-size: 18px;
    line-height: 18px;
  }

  .order-section__form-agree br {
    display: none;
  }

  .hero-v2-indicators {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .hero-v2-indicators__item {
    width: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-v2-indicators__item-icon {
    display: none;
  }

  .order-switcher-v2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .order-section-v2__form-agree br {
    display: none;
  }

  .hero-v3-indicators {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .hero-v3-indicators__item {
    width: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-v3-indicators__item-icon {
    display: none;
  }

  .order-switcher-v3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .order-section-v3__form-agree br {
    display: none;
  }

  .order-making__form-title br {
    display: none;
  }

  .order-making__form-agree br {
    display: none;
  }

  .thanks-v1__info {
    padding: 8px 10px;
  }

  .thanks-v1__info-mobile {
    font-size: 11px;
    line-height: 11px;
  }
}

@media (any-hover: hover) {
  .btn:hover {
    background-color: #ebb800;
  }

  .header__pay-btn:hover {
    background-color: #ebba06;
  }

  .header__lk-btn:hover {
    background-color: #e5e9ec;
  }

  .hero__order-desctop:hover {
    background-color: #e9b600;
  }

  .tariffs-tabs__title:hover {
    color: #5d6a80;
  }

  .t2-cards .tariff-card__order:hover {
    background-color: #eb2081;
  }

  .megafon-cards .tariff-card__order:hover {
    background-color: #00a542;
  }

  .order-tabs__title:hover {
    color: #202733;
    background-color: #eff3f6;
  }

  .order-section__subtariff-title:hover {
    background-color: #eff3f6;
  }

  .order-section__form-agree a:hover:before {
    opacity: 0;
  }

  .activation-sim__info-text a:hover {
    color: #202733;
  }

  .activation-sim__info-more-btn:hover {
    color: #202733;
  }

  .hero-v2__order-desctop:hover {
    background-color: #e9b600;
  }

  .beeline .tariff-card-v2__order:hover {
    background-color: #ebb800;
  }

  .tele2 .tariff-card-v2__order:hover {
    background-color: #eb2081;
  }

  .order-section-v2__form-agree a:hover:before {
    opacity: 0;
  }

  .activation-sim-v2__info-text a:hover {
    color: #202733;
  }

  .activation-sim-v2__info-more-btn:hover {
    color: #202733;
  }

  .hero-v3__order-desctop:hover {
    background-color: #e9b600;
  }

  .beeline .tariff-card-v3__order:hover {
    background-color: #ebb800;
  }

  .tele2 .tariff-card-v3__order:hover {
    background-color: #eb2081;
  }

  .order-form-v3__card-pay:hover {
    background-color: #ebb800;
  }

  .order-form-v3__sbp-pay:hover {
    background-color: #16487f;
  }

  .order-section-v3__form-agree a:hover:before {
    opacity: 0;
  }

  .activation-sim-v3__info-text a:hover {
    color: #202733;
  }

  .activation-sim-v3__info-more-btn:hover {
    color: #202733;
  }

  .footer__law-about:hover {
    color: #202733;
  }

  .footer__list li a:hover {
    color: #202733;
  }

  .footer__list-small li a:hover {
    color: #202733;
  }

  .footer__bottom-right a:hover {
    color: #202733;
  }

  .order-making__submit:hover {
    background-color: #e9b600;
  }

  .order-making__form-agree a:hover:before {
    opacity: 0;
  }

  .no-sms:hover {
    color: #202733;
  }

  .send-code__text:hover {
    color: #202733;
  }

  .change-number:hover {
    color: #202733;
  }

  .thanks-v1__btn:hover {
    background-color: #0087d1;
  }

  .requisites-popup__close:hover {
    color: #202733;
  }

  .popup-qr-code__close:hover {
    color: #000;
  }

  .time-pay-end__close:hover {
    color: #000;
  }

  .time-pay-end__btn:hover,
  .pay-not__btn:hover {
    background-color: #16487f;
  }

  .pay-wait__close:hover {
    color: #000;
  }

  .pay-not__close:hover {
    color: #000;
  }

  .pay-not__btn.btn:hover {
    background-color: #16487f;
  }
}