@import url(https://fonts.googleapis.com/css?family=Montserrat:600,900&display=swap);

@charset "UTF-8";

@font-face {
  font-family: icons;
  font-display: swap;
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: museosanscyrl;
  font-display: swap;
  src: url("../fonts/museosanscyrl-300.woff2") format("woff2"), url("../fonts/museosanscyrl-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: museosanscyrl;
  font-display: swap;
  src: url("../fonts/museosanscyrl-500.woff2") format("woff2"), url("../fonts/museosanscyrl-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: museosanscyrl;
  font-display: swap;
  src: url("../fonts/museosanscyrl-700.woff2") format("woff2"), url("../fonts/museosanscyrl-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: robotocondensed;
  font-display: swap;
  src: url("../fonts/robotocondensed-bold.woff2") format("woff2"), url("../fonts/robotocondensed-bold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: museosanscyrl;
  font-display: swap;
  src: url("../fonts/museosanscyrl-900.woff2") format("woff2"), url("../fonts/museosanscyrl-900.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/myriadpro_regular.eot");
  src: url("../fonts/myriadpro_regular.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro_regular.ttf") format("truetype"), url("../fonts/myriadpro_regular.woff") format("woff"), url("../fonts/myriadpro_regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/myriadpro_bold.eot");
  src: url("../fonts/myriadpro_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro_bold.ttf") format("truetype"), url("../fonts/myriadpro_bold.woff") format("woff"), url("../fonts/myriadpro_bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/myriadpro_semibold.eot");
  src: url("../fonts/myriadpro_semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro_semibold.ttf") format("truetype"), url("../fonts/myriadpro_semibold.woff") format("woff"), url("../fonts/myriadpro_semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #000;
  line-height: 1;
  font-family: "museosanscyrl";
  font-size: 1rem;
  -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: "museosanscyrl";
  font-size: inherit;
  line-height: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: 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: 75rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg--contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

/*
.icon-menu {
	display: none;
	@media (max-width: $mobile) {
		display: block;
		position: relative;
		width: toRem(30);
		height: toRem(18);
		z-index: 5;
		@media (any-hover: none) {
			cursor: default;
		}
		span,
		&::before,
		&::after {
			content: "";
			transition: all 0.3s ease 0s;
			right: 0;
			position: absolute;
			width: 100%;
			height: toRem(2);
			background-color: #000;
		}
		&::before {
			top: 0;
		}
		&::after {
			bottom: 0;
		}
		span {
			top: calc(50% - toRem(1));
		}
		.menu-open & {
			span {
				width: 0;
			}
			&::before,
			&::after {
			}
			&::before {
				top: calc(50% - toRem(1));
				transform: rotate(-45deg);
			}
			&::after {
				bottom: calc(50% - toRem(1));
				transform: rotate(45deg);
			}
		}
	}
}
*/

.no-webp .main-block{
  background: url("../images/page/bg.png") bottom/cover no-repeat; }

.main-block {
  margin-top: 88px;
  color: #fff;
  min-height: 37.5rem;
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
}

.main-block__container {
  position: relative;
  z-index: 3;
}

.main-block__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-block__content {
  text-align: center;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-block__content img {
  width: 300px;
  margin-bottom: 4.375rem;
}

.main-block__left img {
  position: relative;
  right: -100px;
  max-width: 100%;
}

.main-block__period {
  text-align: center;
  line-height: 1.2;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
}

.main-block__title {
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 4.375rem;
  margin-top: 1.5rem;
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-block__title p {
  color: #000000;
  padding: 10px 10px;
  position: relative;
}

.main-block__title p::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  background: #fff;
  width: 60%;
  height: 100%;
  -webkit-transform: rotate(-2deg) translate(-50%, 0);
      -ms-transform: rotate(-2deg) translate(-50%, 0);
          transform: rotate(-2deg) translate(-50%, 0);
}

.main-block__title p span {
  position: relative;
  z-index: 2;
}

.main-block__title p.one {
  margin-left: 2.5rem;
}

.main-block__title p.two {
  margin-left: 10.9375rem;
}

.main-block__button {
  text-transform: uppercase;
  font-family: "Montserrat";
  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;
  text-align: center;
  background-color: #FF491A;
  border: 2px solid #FF491A;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.625rem;
  min-width: 15.625rem;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 5px 20px;
  margin-bottom: 1.875rem;
}

.main-block__flex {
  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;
  position: relative;
  top: -40px;
}

.conditions {
  color: #000000;
  background: #fff;
}

.conditions__title {
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
}

.conditions__items {
  padding-top: 1.875rem;
}

.conditions__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.125rem;
  margin-bottom: 3.125rem;
}

.conditions__item {
  text-align: center;
}

.conditions__item img {
  max-width: 100%;
  max-height: 18.75rem;
  margin-bottom: 1.25rem;
}

.conditions__item_title {
  line-height: 1.2;
  font-weight: 300;
  position: relative;
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
}

.conditions__item_title span {
  font-weight: 600;
}

.conditions__item_title::before {
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #c1132d;
  color: #fff;
  position: absolute;
  top: -4px;
  left: 0;
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
}

.conditions__item_title a {
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.conditions__item_rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.conditions__item_row {
  -webkit-box-flex: 33.333%;
      -ms-flex: 33.333%;
          flex: 33.333%;
  background-color: #48494d;
  border-radius: 32px;
  padding: 1.25rem;
  text-align: center;
}

.conditions__item_row:not(:last-child) {
  margin-right: 1.25rem;
}

.conditions__item_name {
  text-align: left;
  font-weight: 500;
  margin-top: 0.9375rem;
  text-align: center;
  margin-bottom: 0.9375rem;
}

.conditions__item_name span {
  color: #e51636;
  text-shadow: 0.5px 0.5px 0px #fff;
}

.conditions__image {
  max-width: 400px;
  height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
}

.no-webp .timer{
  background: url("../images/page/bg-timer.png") right/cover no-repeat; }

.timer {
  padding: 50px 0;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  max-height: 350px;
  color: #fff;
}

.clearfix {
  position: relative;
  z-index: 3;
}

.timer .timer-title {
  line-height: 1.1111111111;
  margin-top: 1.875rem;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.timer .timer-title-time {
  text-align: center;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  line-height: 1.2;
}

.timer .smalltext {
  font-size: 12px;
}

.timer div#clockdiv {
  text-align: center;
  margin-top: 20px;
}

.timer div#clockdiv > div {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 40px;
}

.timer div#clockdiv span {
  font-size: 30px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  background-color: #fff;
  color: #FF491A;
  padding: 5px;
  border-radius: 10px;
}

.timer div#clockdiv > div {
  width: 60px;
}

.timer div#clockdiv span {
  font-size: 40px;
}

.timer .smalltext {
  font-size: 16px;
}

.no-webp .action{
  background: url("../images/page/bg.jpg") center/contain repeat; }

.action {
  color: #fff;
}

.action__container {
  text-align: center;
}

.action__title {
  line-height: 1.2;
  margin-bottom: 1.875rem;
  font-weight: 800;
  text-shadow: 3px 2px 2px #e51636;
}

.action__sub {
  line-height: 1.2;
  margin-bottom: 0.625rem;
}

.action__details {
  line-height: 1.2;
  margin-bottom: 0.3125rem;
}

.action__button {
  margin-top: 1.5625rem;
  display: inline-block;
  padding: 0.625rem 1.875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #FF491A;
  text-align: center;
}

.package {
  padding: 3.25em 0;
}

.package h2.title {
  font-size: 2.4em;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}

.package .row .cell {
  width: 212px;
}

.package .row .cell:first-child {
  width: 280px;
}

.package .row .cell:not(:first-child) {
  background: #003e75;
  border: 0.35em solid #fff;
  border-top-width: 0;
  border-bottom-width: 0;
}

.table {
  display: table;
}

.row {
  display: table-row;
}

.cell {
  display: table-cell;
}

table.package__blocks {
  border-collapse: collapse;
  text-align: center;
  margin-top: 3.25em;
}

table.package__blocks td {
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1.4;
}

table.package__blocks td:not(.back) {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

table.package__blocks th.title {
  width: 10.6em;
  color: #fff;
  padding: 0 15px;
  border-radius: 1.5em 1.5em 0 0;
  padding-bottom: 1.65em;
  text-transform: uppercase;
  background: #003e75;
}

.no-webp table.package__blocks th.title i{
  background: url("../images/page/carts.png") no-repeat; }

table.package__blocks th.title i {
  display: inline-block;
  width: 8.9em;
  height: 7.85em;
  background-size: 17.8em 15.7em;
  margin-top: 0.5em;
}

table.package__blocks th.title i.standard {
  background-position: 0 0;
}

table.package__blocks th.title i.universal {
  background-position: -8.9em 0;
}

table.package__blocks th.title i.premium {
  background-position: 0 -7.85em;
}

table.package__blocks th.title i.without_borders {
  background-position: -8.9em -7.85em;
}

table.package__blocks th.title span {
  font-size: 1.2em;
}

table.package__blocks td.block {
  width: 10.6em;
  color: #fff;
  padding: 0 15px;
}

table.package__blocks td.block a.btn {
  display: -moz-flexbox;
  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: 1.25em;
  font-weight: bold;
  color: #003e75;
  background: #fff;
  text-decoration: none;
  text-transform: uppercase;
  width: 8.6em;
  height: 3.35em;
  border-radius: 1.5em;
  line-height: 1.1;
  margin: 1.15em auto 0.9em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

table.package__blocks td.block a.btn:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
      transform: scale(1.02);
}

table.package__blocks td.block a.btn:active {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
      transform: scale(0.98);
}

table.package__blocks td.block a.btn span {
  font-size: 1.2em;
}

table.package__blocks tr:nth-child(2) td:first-child {
  border-radius: 1.5em 0 0 0;
}

table.package__blocks tr:nth-last-child(2) td:first-child {
  border-radius: 0 0 0 1.5em;
}

table.package__blocks tr:last-child td.block {
  border-radius: 0 0 1.5em 1.5em;
  background: #003e75;
}

table.package__blocks tr:nth-child(2n):not(:first-child):not(:last-child) {
  background: rgba(241, 240, 240, 0.82);
}

table.package__blocks tr:nth-child(2n):not(:first-child):not(:last-child) td.block {
  background: #c6d0da;
}

table.package__blocks tr:nth-child(2n) td {
  color: #000;
}

table.package__blocks tr:nth-child(2n-1) td {
  color: #fff;
}

table.package__blocks tr:nth-child(2n-1):not(:first-child) {
  background: rgba(0, 62, 117, 0.61);
}

table.package__blocks tr:nth-child(2n-1):not(:first-child) td.block {
  background: #4d779c;
}

table.package__blocks tr th.back {
  width: 15px;
}

table.package__blocks tr td.back {
  width: 15px;
}

table.package__blocks tr:not(:first-child):not(:last-child) td {
  padding-top: 0.875em;
  padding-bottom: 0.9375em;
}

table.package__blocks tr td p {
  padding: 0.25em 0;
}

table.package__blocks tr td.block[rowspan="3"] p {
  padding: 0.5em 0;
}

.package__blocks_mobile {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 3.25em;
  margin-right: -31px;
}

.package__blocks_mobile .block a.btn {
  display: -moz-flexbox;
  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: 1.25em;
  font-weight: bold;
  color: #003e75;
  background: #fff;
  text-decoration: none;
  text-transform: uppercase;
  width: 8.6em;
  height: 3.35em;
  border-radius: 1.5em;
  line-height: 1.1;
  margin: 1.15em auto 0.9em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: auto;
  padding: 0.5em 0.75em;
}

.package__blocks_mobile .block a.btn:active {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
      transform: scale(0.98);
}

.package__blocks_mobile .block:not(.title) {
  font-size: 0.8em;
  padding: 0.9375em;
}

.package__blocks_mobile .block:not(.title) p:not(:last-child) {
  padding-bottom: 0.3em;
}

.package__blocks_mobile .package {
  display: none;
  background: #003e75;
  border-radius: 1.5em;
  max-width: 16.75em;
  width: 100%;
  padding: 0;
  text-align: center;
  color: #fff;
  line-height: 1.3;
}

.no-webp .package__blocks_mobile .card_icon{
  background: url("../images/page/carts.png") no-repeat; }

.package__blocks_mobile .card_icon {
  display: inline-block;
  width: 8.9em;
  height: 7.85em;
  background-size: 17.8em 15.7em;
  margin-top: 0.5em;
}

.package__blocks_mobile .package__standard .card_icon {
  background-position: 0 0;
}

.package__blocks_mobile .package__universal .card_icon {
  background-position: -8.9em 0;
}

.package__blocks_mobile .package__premium .card_icon {
  background-position: 0 -7.85em;
}

.package__blocks_mobile .package__withoutborders .card_icon {
  background-position: -8.9em -7.85em;
}

.package__blocks_mobile .block.title {
  padding: 0 0.75em 1.65em;
}

.package__blocks_mobile .block.title h3 {
  font-size: 1.2em;
  text-transform: uppercase;
}

.package__blocks_mobile .block_1 {
  background: rgba(241, 240, 240, 0.82);
  color: #000;
}

.package__blocks_mobile .block_2 {
  background: #4d779c;
}

.switch_block {
  display: -moz-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1.35em;
}

.switch_block label.switch {
  display: -moz-flexbox;
  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;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-weight: bold;
  width: 1.35em;
  height: auto;
  padding: 0.75em;
  background: rgba(0, 62, 117, 0.61);
  border-radius: 0 0.75em 0.75em 0;
  color: #fff;
  cursor: pointer;
  border-left: 1px solid #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.switch_block label.switch span {
  font-size: 0.7em;
}

.switch_block label.switch:not(:last-child) {
  border-bottom: 1px solid #000;
}

input#switch_standard:checked ~ div.switch_block label.switch_standard {
  background: #003e75;
}

input#switch_standard:checked + div.package {
  display: block;
}

input#switch_universal:checked ~ div.switch_block label.switch_universal {
  background: #003e75;
}

input#switch_universal:checked + div.package {
  display: block;
}

input#switch_premium:checked ~ div.switch_block label.switch_premium {
  background: #003e75;
}

input#switch_premium:checked + div.package {
  display: block;
}

input#switch_withoutborders:checked ~ div.switch_block label.switch_withoutborders {
  background: #003e75;
}

input#switch_withoutborders:checked + div.package {
  display: block;
}

.activation {
  background: #f1f0f0;
  text-align: center;
  padding: 2.4em 0 3.95em;
}

.activation h2.title {
  font-size: 2.4em;
  font-weight: 600;
  color: #003e75;
  text-transform: uppercase;
}

@media (min-width: 480px) {
  .timer {
    padding: 50px 0 100px 0;
  }
}

@media (min-width: 1024px) {
  .timer {
    padding: 50px 0 250px 0;
  }
}

@media (min-width: 75em) {
  .main-block__title {
    font-size: 4rem;
  }

  .conditions {
    padding-top: 5rem;
  }

  .conditions {
    padding-bottom: 5rem;
  }

  .conditions__title {
    font-size: 2.5rem;
  }

  .conditions__title:not(:last-child) {
    margin-bottom: 3.125rem;
  }

  .conditions__item_title {
    font-size: 1.25rem;
  }

  .conditions__item_name {
    font-size: 1.75rem;
  }

  .conditions__item_name span {
    font-size: 1.875rem;
  }

  .timer .timer-title {
    font-size: 2.25rem;
  }

  .timer .timer-title-time {
    font-size: 1.25rem;
  }

  .action {
    padding-top: 5rem;
  }

  .action {
    padding-bottom: 5rem;
  }

  .action__title {
    font-size: 2.25rem;
  }

  .action__sub {
    font-size: 1.125rem;
  }

  .action__details {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 1300px) {
  img.plastic_cards {
    margin-left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .advantages_grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
  }

  .advantages_grid .block {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .advantages_grid .block_right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .advantages_grid .block_right .desc {
    text-align: left;
    padding-right: 0;
    padding-left: 0.727273em;
  }

  .advantages_grid .block_1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  .advantages_grid .block_4 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  .advantages_grid .block_7 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  .advantages_grid .block_2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
  }

  .advantages_grid .block_5 {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
  }

  .advantages_grid .block_3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
  }

  .advantages_grid .block_6 {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
  }

  .faq .wrapper {
    padding: 0;
  }

  .faq_blocks {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1100px) {
  .main_screen {
    font-size: 0.9em;
  }

  .main_screen__footnote {
    font-size: 0.777777em;
  }

  table.package__blocks {
    display: none;
  }

  .package__blocks_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 1060px) {
  .package_activation form {
    font-size: 0.9em;
  }

  .package_activation h3.title {
    font-size: 1.333333em;
  }
}

@media screen and (max-width: 1000px) {
  .main_screen {
    font-size: 0.8em;
  }

  .main_screen__footnote {
    font-size: 0.875em;
  }

  .advantages {
    font-size: 0.9em;
  }

  .advantages_grid {
    font-size: 20px;
  }

  .footer_nav .wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
  }

  .main_footer__logo {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }

  .main_footer__blocks {
    margin: 0 auto 1.5em;
  }
}

@media screen and (max-width: 960px) {
  .package_activation form {
    font-size: 0.74em;
  }
}

@media screen and (max-width: 900px) {
  .main_screen__help {
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .main_screen_plastic_cards {
    -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;
  }

  img.plastic_cards {
    font-size: 1.25em;
    margin-right: 0;
    margin-bottom: 2em;
  }

  .main_screen__condition {
    max-width: 100%;
    text-align: center;
  }

  .main_screen__btn {
    margin-right: auto;
    margin-top: 2em;
  }

  .advantages_grid .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .advantages_grid .block .desc {
    text-align: center !important;
    padding: 0;
  }

  .how_works {
    font-size: 0.9em;
  }

  .package {
    padding: 2em;
  }

  .package h2.title {
    font-size: 2.16em;
  }

  .package__blocks_mobile {
    padding-top: 2em;
  }

  .activation h2.title {
    font-size: 2.16em;
  }

  .activation__blocks {
    font-size: 0.9em;
  }

  .faq h2.title {
    font-size: 2.16em;
  }

  .faq_blocks {
    max-width: 600px;
  }

  .package_activation h2.title {
    font-size: 1.6em;
  }

  .package_activation h2.title br {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .hamburger {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    z-index: 1000;
    width: 30px;
    height: 24px;
  }

  .hamburger__icon {
    display: block;
    position: absolute;
    width: 30px;
    height: 4px;
    background: #3b3f4b;
    border-radius: 4px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    top: 0;
  }

  .hamburger__icon::before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 4px;
    background: #3b3f4b;
    border-radius: 4px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    top: 10px;
  }

  .hamburger__icon::after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 4px;
    background: #3b3f4b;
    border-radius: 4px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    top: 20px;
  }

  #hamburger:checked ~ .hamburger .hamburger__icon {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
            transform: translate3d(0, 10px, 0) rotate(45deg);
    background: #fff;
  }

  #hamburger:checked ~ .hamburger .hamburger__icon::before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
            transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
    background: #fff;
  }

  #hamburger:checked ~ .hamburger .hamburger__icon::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
            transform: translate3d(0, -20px, 0) rotate(-90deg);
    background: #fff;
  }

  #hamburger:checked ~ .hamburger + .main_header__hamburger {
    opacity: 1;
    width: 100%;
  }

  .main_header__logo_mob {
    display: block;
  }

  .main_header__logo {
    display: none;
  }

  .main_header__hamburger {
    position: fixed;
    background: rgba(0, 0, 0, 0.95);
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    color: #fff;
    z-index: 10;
    opacity: 0;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
  }

  .main_header__nav {
    color: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.6;
    font-size: 1.2em;
  }

  .main_header__phone {
    color: inherit;
    line-height: 3.5;
  }

  .activation__blocks {
    font-size: 0.8em;
  }

  .rules {
    font-size: 0.9em;
  }

  .package_activation h2.title br {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .main_screen {
    font-size: 0.65em;
  }

  .main_screen__footnote {
    font-size: 1.077em;
  }

  .how_works {
    font-size: 0.8em;
  }

  .package h2.title {
    font-size: 1.92em;
  }

  .activation h2.title {
    font-size: 1.92em;
  }

  .activation__blocks {
    font-size: 0.65em;
  }

  .faq h2.title {
    font-size: 1.92em;
  }

  .footer_nav .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .main_screen__help {
    -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;
    text-align: center;
    padding-top: 1em;
  }

  .main_screen__help_block_2 {
    margin-left: 0;
  }

  .advantages {
    font-size: 0.75em;
  }

  .how_works {
    font-size: 0.65em;
  }

  .package h2.title {
    font-size: 1.56em;
  }

  .activation h2.title {
    font-size: 1.56em;
  }

  .activation__blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .activation__block {
    width: 100%;
  }

  .faq h2.title {
    font-size: 1.56em;
  }

  .faq .wrapper {
    padding: 0 15px;
  }

  .popup_block {
    font-size: 0.8em;
  }

  .package_activation h2.title {
    font-size: 1.45em;
  }

  .package_activation form {
    margin: 0;
  }

  .package_activation input {
    margin-left: 0;
    margin-right: 0;
  }

  .package_activation select {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 500px) {
  .main-block__title p.one {
    margin-left: 0;
  }

  .main-block__title p.two {
    margin-left: 3.125rem;
  }
}

@media screen and (max-width: 479px) {
  .popup_block {
    font-size: 0.7em;
  }

  .package_activation h2.title {
    font-size: 1.1em;
  }

  .package_activation form {
    font-size: 0.7em;
  }

  .package_activation h3.title {
    font-size: 1.4em;
  }

  .main_footer__logo {
    text-align: center;
  }

  .main_footer__logo__social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 20em) {
  .main-block__title {
    font-size: 1.875rem;
  }

  .conditions {
    padding-top: 2.5rem;
  }

  .conditions {
    padding-bottom: 2.5rem;
  }

  .conditions__title {
    font-size: 1.875rem;
  }

  .conditions__title:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .conditions__item_title {
    font-size: 1.1875rem;
  }

  .conditions__item_name {
    font-size: 1.125rem;
  }

  .conditions__item_name span {
    font-size: 1.5rem;
  }

  .timer .timer-title {
    font-size: 1.375rem;
  }

  .timer .timer-title-time {
    font-size: 0.875rem;
  }

  .action {
    padding-top: 3.125rem;
  }

  .action {
    padding-bottom: 3.125rem;
  }

  .action__title {
    font-size: 1.625rem;
  }

  .action__sub {
    font-size: 1rem;
  }

  .action__details {
    font-size: 0.75rem;
  }
}

@media (max-width: 61.99875em) {
  .no-webp .main-block{
    background: url("../images/page/bg-mobile.png") center/cover no-repeat; }
  .main-block {
    position: relative;
  }

  .main-block::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(26, 28, 33, 0.537254902);
  }

  .main-block__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .main-block__left {
    text-align: center;
  }

  .main-block__left img {
    right: 0px;
    margin-bottom: 1.875rem;
  }

  .conditions__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;
  }
}

@media (max-width: 47.99875em) {
  .main-block__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    top: -30px;
  }

  .conditions__item_rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }

  .conditions__item_row:not(:last-child) {
    margin-right: 0;
  }

  .conditions__item_row {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media (max-width: 29.375em) {
  .conditions__image {
    height: 280px;
    max-width: 260px;
  }
}

@media (max-width: 29.99875em) {
  .action__button {
    display: block;
  }
}

@media (min-width: 20em) and (max-width: 75em) {
@supports (font-size: clamp( 1.875rem , 1.1022727273rem  +  3.8636363636vw , 4rem )) {
    .main-block__title {
      font-size: clamp( 1.875rem , 1.1022727273rem  +  3.8636363636vw , 4rem );
    }
}

@supports not (font-size: clamp( 1.875rem , 1.1022727273rem  +  3.8636363636vw , 4rem )) {
    .main-block__title {
      font-size: calc(1.875rem + 2.125 * (100vw - 20rem) / 55);
    }
}

@supports (padding-top: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem )) {
    .conditions {
      padding-top: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem );
    }
}

@supports not (padding-top: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem )) {
    .conditions {
      padding-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 55);
    }
}

@supports (padding-bottom: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem )) {
    .conditions {
      padding-bottom: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem );
    }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem )) {
    .conditions {
      padding-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 55);
    }
}

@supports (font-size: clamp( 1.875rem , 1.6477272727rem  +  1.1363636364vw , 2.5rem )) {
    .conditions__title {
      font-size: clamp( 1.875rem , 1.6477272727rem  +  1.1363636364vw , 2.5rem );
    }
}

@supports not (font-size: clamp( 1.875rem , 1.6477272727rem  +  1.1363636364vw , 2.5rem )) {
    .conditions__title {
      font-size: calc(1.875rem + 0.625 * (100vw - 20rem) / 55);
    }
}

@supports (margin-bottom: clamp( 1.875rem , 1.4204545455rem  +  2.2727272727vw , 3.125rem )) {
    .conditions__title:not(:last-child) {
      margin-bottom: clamp( 1.875rem , 1.4204545455rem  +  2.2727272727vw , 3.125rem );
    }
}

@supports not (margin-bottom: clamp( 1.875rem , 1.4204545455rem  +  2.2727272727vw , 3.125rem )) {
    .conditions__title:not(:last-child) {
      margin-bottom: calc(1.875rem + 1.25 * (100vw - 20rem) / 55);
    }
}

@supports (font-size: clamp( 1.1875rem , 1.1647727273rem  +  0.1136363636vw , 1.25rem )) {
    .conditions__item_title {
      font-size: clamp( 1.1875rem , 1.1647727273rem  +  0.1136363636vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1.1875rem , 1.1647727273rem  +  0.1136363636vw , 1.25rem )) {
    .conditions__item_title {
      font-size: calc(1.1875rem + 0.0625 * (100vw - 20rem) / 55);
    }
}

@supports (font-size: clamp( 1.125rem , 0.8977272727rem  +  1.1363636364vw , 1.75rem )) {
    .conditions__item_name {
      font-size: clamp( 1.125rem , 0.8977272727rem  +  1.1363636364vw , 1.75rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 0.8977272727rem  +  1.1363636364vw , 1.75rem )) {
    .conditions__item_name {
      font-size: calc(1.125rem + 0.625 * (100vw - 20rem) / 55);
    }
}

@supports (font-size: clamp( 1.5rem , 1.3636363636rem  +  0.6818181818vw , 1.875rem )) {
    .conditions__item_name span {
      font-size: clamp( 1.5rem , 1.3636363636rem  +  0.6818181818vw , 1.875rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.3636363636rem  +  0.6818181818vw , 1.875rem )) {
    .conditions__item_name span {
      font-size: calc(1.5rem + 0.375 * (100vw - 20rem) / 55);
    }
}

@supports (font-size: clamp( 1.375rem , 1.0568181818rem  +  1.5909090909vw , 2.25rem )) {
    .timer .timer-title {
      font-size: clamp( 1.375rem , 1.0568181818rem  +  1.5909090909vw , 2.25rem );
    }
}

@supports not (font-size: clamp( 1.375rem , 1.0568181818rem  +  1.5909090909vw , 2.25rem )) {
    .timer .timer-title {
      font-size: calc(1.375rem + 0.875 * (100vw - 20rem) / 55);
    }
}

@supports (font-size: clamp( 0.875rem , 0.7386363636rem  +  0.6818181818vw , 1.25rem )) {
    .timer .timer-title-time {
      font-size: clamp( 0.875rem , 0.7386363636rem  +  0.6818181818vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.7386363636rem  +  0.6818181818vw , 1.25rem )) {
    .timer .timer-title-time {
      font-size: calc(0.875rem + 0.375 * (100vw - 20rem) / 55);
    }
}

@supports (padding-top: clamp( 3.125rem , 2.4431818182rem  +  3.4090909091vw , 5rem )) {
    .action {
      padding-top: clamp( 3.125rem , 2.4431818182rem  +  3.4090909091vw , 5rem );
    }
}

@supports not (padding-top: clamp( 3.125rem , 2.4431818182rem  +  3.4090909091vw , 5rem )) {
    .action {
      padding-top: calc(3.125rem + 1.875 * (100vw - 20rem) / 55);
    }
}

@supports (padding-bottom: clamp( 3.125rem , 2.4431818182rem  +  3.4090909091vw , 5rem )) {
    .action {
      padding-bottom: clamp( 3.125rem , 2.4431818182rem  +  3.4090909091vw , 5rem );
    }
}

@supports not (padding-bottom: clamp( 3.125rem , 2.4431818182rem  +  3.4090909091vw , 5rem )) {
    .action {
      padding-bottom: calc(3.125rem + 1.875 * (100vw - 20rem) / 55);
    }
}

@supports (font-size: clamp( 1.625rem , 1.3977272727rem  +  1.1363636364vw , 2.25rem )) {
    .action__title {
      font-size: clamp( 1.625rem , 1.3977272727rem  +  1.1363636364vw , 2.25rem );
    }
}

@supports not (font-size: clamp( 1.625rem , 1.3977272727rem  +  1.1363636364vw , 2.25rem )) {
    .action__title {
      font-size: calc(1.625rem + 0.625 * (100vw - 20rem) / 55);
    }
}

@supports (font-size: clamp( 1rem , 0.9545454545rem  +  0.2272727273vw , 1.125rem )) {
    .action__sub {
      font-size: clamp( 1rem , 0.9545454545rem  +  0.2272727273vw , 1.125rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9545454545rem  +  0.2272727273vw , 1.125rem )) {
    .action__sub {
      font-size: calc(1rem + 0.125 * (100vw - 20rem) / 55);
    }
}

@supports (font-size: clamp( 0.75rem , 0.7045454545rem  +  0.2272727273vw , 0.875rem )) {
    .action__details {
      font-size: clamp( 0.75rem , 0.7045454545rem  +  0.2272727273vw , 0.875rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.7045454545rem  +  0.2272727273vw , 0.875rem )) {
    .action__details {
      font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 55);
    }
}
}

@media (any-hover: hover) {
  .main-block__button:hover {
    background-color: transparent;
  }

  .conditions__item_title a:hover {
    color: #e51636;
  }

  .action__button:hover {
    background-color: #FF491A;
    color: #fff;
  }
}

.webp .main-block{ background: url(../images/page/bg.webp) bottom/cover no-repeat; }

.webp .timer{ background: url(../images/page/bg-timer.webp) right/cover no-repeat; }

.webp .action{ background: url(../images/page/bg.webp) center/contain repeat; }

.webp table.package__blocks th.title i{ background: url(../images/page/carts.webp) no-repeat; }

.webp .package__blocks_mobile .card_icon{ background: url(../images/page/carts.webp) no-repeat; }

@media (max-width: 61.99875em){

  .webp .main-block{ background: url(../images/page/bg-mobile.webp) center/cover no-repeat; }
}