@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;
}
* {
  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: 88.125rem;
  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);
			}
		}
	}
}
*/

.period__container {
  background-color: #ebebe9;
}

.main-block {
  margin-top: 88px;
  background: #fff;
  color: #000;
  position: relative;
  overflow: hidden;
}

.main-block__container {
  position: relative;
  z-index: 3;
}

.main-block__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 20px;
}

.main-block__right {
  padding-top: 2.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 500px;
}

.main-block__right img {
  max-width: 100%;
}

.main-block__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 950px;
          flex: 0 0 950px;
  min-height: 620px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}


.main-block__content::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  height: 500px;
}

.main-block__logo {
  width: 500px;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.5rem;
}

.main-block__logo img {
  max-width: 100%;
}

.main-block__title {
  font-weight: 300;
  position: relative;
  line-height: 1.3;
  font-size: 1.75rem;
  letter-spacing: 1px;
  margin-bottom: 2.5rem;
  max-width: 520px;
}

.main-block__sub {
  font-size: 1.375rem;
  text-align: center;
  font-weight: 300;
  line-height: 1.3;
  margin: 10px auto 0px;
}

.main-block__desc {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.main-block__desc img {
  max-width: 9.375rem;
}

.main-block__desc p {
  font-style: italic;
}

.main-block__slogan {
  margin-top: 1.875rem;
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1.2;
}

.main-block__button {
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
  background: #000;
  color: #fff;
  padding: 15px 25px;
  min-width: 250px;
  border-radius: 32px;
}

.main-block__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-block__buttons.none {
  display: none;
}

.main-block__period {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 20px;
  position: absolute;
  bottom: 0;
  left: 15px;
}

@-webkit-keyframes price {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

@keyframes price {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}

.no-webp .video-block{
  background: url("../images/page/home-bg.png") center/cover no-repeat; }

.video-block__container {
  text-align: center;
}

.video-block__title {
  text-align: center;
  color: #fff;
  background: #000;
  border-radius: 32px;
  padding: 15px 25px;
  line-height: 1.25;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.video-block__title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video-block__video {
  position: relative;
  padding-bottom: 50%;
}

.video-block__video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.no-webp .conditions{
  background: url("../images/page/home-bg.png") center/cover no-repeat; }

.conditions {
  color: #000;
  position: relative;
  z-index: 3;
}

.conditions__period {
  display: none;
}

.conditions__title {
  line-height: 1.2;
  font-weight: 800;
}

.conditions__perevaga {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.conditions__perevaga:not(:last-child) {
  margin-bottom: 3.125rem;
}

.conditions__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.conditions__img img {
  width: 100%;
}

.conditions__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.conditions__text h2 {
  font-style: italic;
  font-weight: 700;
  margin-bottom: 1.25rem;
  color: #ca4f1c;
}

.conditions__text p {
  font-weight: 300;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.conditions__text p:not(:last-child) {
  margin-bottom: 0.625rem;
}

.no-webp .conditions__text p::before{
  background: url("../images/page/gratis-png-documento-de-marca-de-verificacion-marca-x-removebg-preview.png") center/contain no-repeat; }

.conditions__text p::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
}

.conditions__items {
  margin-bottom: 1.875rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.conditions__item:not(:last-child) {
  margin-bottom: 1.875rem;
}

.conditions__item_title {
  line-height: 1.2;
  font-weight: 500;
  position: relative;
  padding-left: 3.125rem;
}

.conditions__item_title::before {
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #f5d157;
  color: #000;
  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.one::before {
  content: "1";
}

.conditions__item_title.two::before {
  content: "2";
}

.conditions__item_title.three::before {
  content: "3";
}

.conditions__item_title.four::before {
  content: "4";
}

.conditions__item_title:not(:last-child) {
  margin-bottom: 1.25rem;
}

.conditions__item_title a {
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.conditions__item_title span {
  font-weight: 700;
}

.conditions__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  text-align: center;
}

.conditions__image img {
  max-width: 100%;
  max-height: 500px;
}

.conditions__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.timer {
  background: rgb(238, 238, 238) url("../images/page/s-text.webp") center/cover no-repeat;
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: bottom center;
  color: #000;
}

.timer::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.clearfix {
  position: relative;
  z-index: 3;
}

.timer .timer-title {
  line-height: 1.1111111111;
  text-align: center;
  font-weight: 700;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  color: #000;
  margin-bottom: 1.875rem;
}

.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: #000;
  color: #fff;
  padding: 5px;
  border-radius: 10px;
}

.timer div#clockdiv > div {
  width: 60px;
}

.timer div#clockdiv span {
  font-size: 40px;
}

.timer .smalltext {
  font-size: 16px;
}

.action {
  color: #000;
  background: rgb(238, 238, 238);
}

.action__container {
  text-align: center;
  background-color: #ca4f1c;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.action__title {
  line-height: 1.2;
  margin-bottom: 1.875rem;
  font-weight: 800;
}

.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;
  background-color: #f5d157;
  border: 2px solid #f5d157;
  color: #000;
  font-weight: 500;
  padding: 0.625rem 1.875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}

.action__numb {
  padding: 0.625rem;
  text-align: center;
  line-height: 1.2;
  border: 10px dotted #ca4f1c;
  max-width: 37.5rem;
  margin: 3.125rem auto 0;
}

.action__numb span {
  font-weight: 600;
}

.about-brand__button-active.none {
  display: none;
}

.about-brand__columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}

.about-brand__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-brand__flex:not(:last-child) {
  margin-bottom: 2.5rem;
}

.about-brand__img {
  float: left;
  width: 350px;
}

.about-brand__img img {
  max-width: 100%;
}

.about-brand__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  text-align: center;
}

.about-brand__content p {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.3;
  text-align: left;
}

.about-brand__content p span {
  font-weight: 500;
}

.about-brand__content p:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.about-brand__content p.big {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3;
  max-width: 580px;
}

.about-brand__content p.bigs {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
}

.about-brand__content img {
  max-width: 100%;
}

.perevagu {
  margin-top: 2.5rem;
  background: url("../images/page/s-text.webp") center/cover no-repeat;
}

.perevagu__title {
  font-weight: 700;
  font-size: 1.5rem;
}

.perevagu__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  row-gap: 30px;
  margin-bottom: 2.5rem;
}

.perevagu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.perevagu__img img {
  width: 3.75rem;
}

.perevagu__text p {
  line-height: 1.3;
  font-size: 1.0625rem;
  font-weight: 600;
}

.lines {
  background: rgb(250, 250, 250);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.lines__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}


.lines__item img {
  max-width: 100%;
}

@media (min-width: 88.125em) {
  .main-block__desc {
    font-size: 2.25rem;
  }

  .main-block__desc p {
    font-size: 1.375rem;
  }

  .main-block__button {
    font-size: 1.25rem;
  }

  .video-block {
    padding-top: 5rem;
  }

 

  .video-block__title {
    font-size: 2.125rem;
  }

  .video-block__title {
    margin-bottom: 5rem;
  }

  .conditions {
    padding-top: 5rem;
  }

  .conditions {
    padding-bottom: 5rem;
  }

  .conditions__title {
    font-size: 2.5rem;
  }

  .conditions__title:not(:last-child) {
    margin-bottom: 3.125rem;
  }

  .conditions__text h2 {
    font-size: 1.875rem;
  }

  .conditions__text p {
    font-size: 1.5rem;
  }

  .conditions__item_title {
    font-size: 1.75rem;
  }

  .conditions__item_title 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.1875rem;
  }

  .action__details {
    font-size: 0.875rem;
  }

  .action__numb {
    font-size: 1.625rem;
  }

  .action__numb span {
    font-size: 1.875rem;
  }

  .about-brand {
    padding-top: 5rem;
  }

  .perevagu {
    padding-top: 5rem;
  }

  .perevagu {
    padding-bottom: 5rem;
  }

  .perevagu__title {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 75em) {
  .main-block__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 710px;
            flex: 0 0 710px;
    min-height: 480px;
  }



  .main-block__logo {
    width: 25rem;
  }

  .main-block__title {
    font-size: 1.5rem;
    max-width: 26.875rem;
  }

  .main-block__sub {
    font-size: 1.25rem;
  }
}

@media (max-width: 20em) {
  .main-block__desc {
    font-size: 1.25rem;
  }

  .main-block__desc p {
    font-size: 1.125rem;
  }

  .main-block__button {
    font-size: 1rem;
  }

  .video-block {
    padding-top: 2.5rem;
  }

 

  .video-block__title {
    font-size: 1.25rem;
  }

  .video-block__title {
    margin-bottom: 2.5rem;
  }

  .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__text h2 {
    font-size: 1.5rem;
  }

  .conditions__text p {
    font-size: 1.125rem;
  }

  .conditions__item_title {
    font-size: 1.1875rem;
  }

  .conditions__item_title span {
    font-size: 1.3125rem;
  }

  .timer .timer-title {
    font-size: 1.375rem;
  }

  .timer .timer-title-time {
    font-size: 0.875rem;
  }

  .action {
    padding-top: 2.5rem;
  }

  .action {
    padding-bottom: 2.5rem;
  }

  .action__title {
    font-size: 1.625rem;
  }

  .action__sub {
    font-size: 1rem;
  }

  .action__details {
    font-size: 0.75rem;
  }

  .action__numb {
    font-size: 1.125rem;
  }

  .action__numb span {
    font-size: 1.5rem;
  }

  .about-brand {
    padding-top: 2.5rem;
  }

  .perevagu {
    padding-top: 2.5rem;
  }

  .perevagu {
    padding-bottom: 2.5rem;
  }

  .perevagu__title {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 84.375em) {
  .main-block__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 850px;
            flex: 0 0 850px;
    min-height: 520px;
  }


}

@media (max-width: 68.75em) {
  .lines__items {
    gap: 0.625rem;
  }
}

@media (max-width: 61.99875em) {
  .main-block__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main-block__right {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1.875rem;
  }

  .main-block__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }



  .conditions__period {
    color: #000;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 1.125rem;
    letter-spacing: 1px;
    background-color: #ebebe9;
    line-height: 1.2;
  }

  .about-brand__columns {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .perevagu__grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .lines__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .lines__item {
    text-align: center;
  }
}


@media (max-width: 48.125em) {
  .main-block__period {
    margin-bottom: 0rem;
    bottom: -20px;
  }
}

@media (max-width: 47.99875em) {
  .main-block__content::after {
    position: relative;
  }

  .conditions__perevaga {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .conditions__perevaga.two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .conditions__img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .conditions__text p {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .conditions__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about-brand__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }

  .about-brand__img {
    width: 100%;
  }

  .about-brand__content p.big {
    font-size: 1.125rem;
  }

  .perevagu__title {
    font-size: 1.25rem;
  }
}

@media (max-width: 29.99875em) {
  .action__button {
    display: block;
  }
}

@media (max-width: 28.125em) {


  .main-block__logo {
    width: 18.75rem;
  }

  .main-block__title {
    font-size: 1.25rem;
  }
}

@media (min-width: 20em) and (max-width: 88.125em) {
@supports (font-size: clamp( 1.25rem , 0.9564220183rem  +  1.4678899083vw , 2.25rem )) {
    .main-block__desc {
      font-size: clamp( 1.25rem , 0.9564220183rem  +  1.4678899083vw , 2.25rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 0.9564220183rem  +  1.4678899083vw , 2.25rem )) {
    .main-block__desc {
      font-size: calc(1.25rem + 1 * (100vw - 20rem) / 68.125);
    }
}

@supports (font-size: clamp( 1.125rem , 1.0516055046rem  +  0.3669724771vw , 1.375rem )) {
    .main-block__desc p {
      font-size: clamp( 1.125rem , 1.0516055046rem  +  0.3669724771vw , 1.375rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 1.0516055046rem  +  0.3669724771vw , 1.375rem )) {
    .main-block__desc p {
      font-size: calc(1.125rem + 0.25 * (100vw - 20rem) / 68.125);
    }
}

@supports (font-size: clamp( 1rem , 0.9266055046rem  +  0.3669724771vw , 1.25rem )) {
    .main-block__button {
      font-size: clamp( 1rem , 0.9266055046rem  +  0.3669724771vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9266055046rem  +  0.3669724771vw , 1.25rem )) {
    .main-block__button {
      font-size: calc(1rem + 0.25 * (100vw - 20rem) / 68.125);
    }
}

@supports (padding-top: clamp( 2.5rem , 1.7660550459rem  +  3.6697247706vw , 5rem )) {
    .video-block {
      padding-top: clamp( 2.5rem , 1.7660550459rem  +  3.6697247706vw , 5rem );
    }
}

@supports not (padding-top: clamp( 2.5rem , 1.7660550459rem  +  3.6697247706vw , 5rem )) {
    .video-block {
      padding-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 68.125);
    }
}



@supports (font-size: clamp( 1.25rem , 0.9931192661rem  +  1.2844036697vw , 2.125rem )) {
    .video-block__title {
      font-size: clamp( 1.25rem , 0.9931192661rem  +  1.2844036697vw , 2.125rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 0.9931192661rem  +  1.2844036697vw , 2.125rem )) {
    .video-block__title {
      font-size: calc(1.25rem + 0.875 * (100vw - 20rem) / 68.125);
    }
}

@supports (margin-bottom: clamp( 2.5rem , 1.7660550459rem  +  3.6697247706vw , 5rem )) {
    .video-block__title {
      margin-bottom: clamp( 2.5rem , 1.7660550459rem  +  3.6697247706vw , 5rem );
    }
}

@supports not (margin-bottom: clamp( 2.5rem , 1.7660550459rem  +  3.6697247706vw , 5rem )) {
    .video-block__title {
      margin-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 68.125);
    }
}

@supports (padding-top: clamp( 2.5rem , 1.7660550459rem  +  3.6697247706vw , 5rem )) {
    .conditions {
      padding-top: clamp( 2.5rem , 1.7660550459rem  +  3.6697247706vw , 5rem );
    }
}

@supports not (padding-top: clamp( 2.5rem , 1.7660550459rem  +  3.6697247706vw , 5rem )) {
    .conditions {
      padding-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 68.125);
    }
}

@supports (padding-bottom: clamp( 2.5rem , 1.7660550459rem  +  3.6697247706vw , 5rem )) {
    .conditions {
      padding-bottom: clamp( 2.5rem , 1.7660550459rem  +  3.6697247706vw , 5rem );
    }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.7660550459rem  +  3.6697247706vw , 5rem )) {
    .conditions {
      padding-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 68.125);
    }
}

@supports (font-size: clamp( 1.875rem , 1.6915137615rem  +  0.9174311927vw , 2.5rem )) {
    .conditions__title {
      font-size: clamp( 1.875rem , 1.6915137615rem  +  0.9174311927vw , 2.5rem );
    }
}

@supports not (font-size: clamp( 1.875rem , 1.6915137615rem  +  0.9174311927vw , 2.5rem )) {
    .conditions__title {
      font-size: calc(1.875rem + 0.625 * (100vw - 20rem) / 68.125);
    }
}

@supports (margin-bottom: clamp( 1.875rem , 1.5080275229rem  +  1.8348623853vw , 3.125rem )) {
    .conditions__title:not(:last-child) {
      margin-bottom: clamp( 1.875rem , 1.5080275229rem  +  1.8348623853vw , 3.125rem );
    }
}

@supports not (margin-bottom: clamp( 1.875rem , 1.5080275229rem  +  1.8348623853vw , 3.125rem )) {
    .conditions__title:not(:last-child) {
      margin-bottom: calc(1.875rem + 1.25 * (100vw - 20rem) / 68.125);
    }
}

@supports (font-size: clamp( 1.5rem , 1.3899082569rem  +  0.5504587156vw , 1.875rem )) {
    .conditions__text h2 {
      font-size: clamp( 1.5rem , 1.3899082569rem  +  0.5504587156vw , 1.875rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.3899082569rem  +  0.5504587156vw , 1.875rem )) {
    .conditions__text h2 {
      font-size: calc(1.5rem + 0.375 * (100vw - 20rem) / 68.125);
    }
}

@supports (font-size: clamp( 1.125rem , 1.0149082569rem  +  0.5504587156vw , 1.5rem )) {
    .conditions__text p {
      font-size: clamp( 1.125rem , 1.0149082569rem  +  0.5504587156vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 1.0149082569rem  +  0.5504587156vw , 1.5rem )) {
    .conditions__text p {
      font-size: calc(1.125rem + 0.375 * (100vw - 20rem) / 68.125);
    }
}

@supports (font-size: clamp( 1.1875rem , 1.0223623853rem  +  0.8256880734vw , 1.75rem )) {
    .conditions__item_title {
      font-size: clamp( 1.1875rem , 1.0223623853rem  +  0.8256880734vw , 1.75rem );
    }
}

@supports not (font-size: clamp( 1.1875rem , 1.0223623853rem  +  0.8256880734vw , 1.75rem )) {
    .conditions__item_title {
      font-size: calc(1.1875rem + 0.5625 * (100vw - 20rem) / 68.125);
    }
}

@supports (font-size: clamp( 1.3125rem , 1.1473623853rem  +  0.8256880734vw , 1.875rem )) {
    .conditions__item_title span {
      font-size: clamp( 1.3125rem , 1.1473623853rem  +  0.8256880734vw , 1.875rem );
    }
}

@supports not (font-size: clamp( 1.3125rem , 1.1473623853rem  +  0.8256880734vw , 1.875rem )) {
    .conditions__item_title span {
      font-size: calc(1.3125rem + 0.5625 * (100vw - 20rem) / 68.125);
    }
}

@supports (font-size: clamp( 1.375rem , 1.1181192661rem  +  1.2844036697vw , 2.25rem )) {
    .timer .timer-title {
      font-size: clamp( 1.375rem , 1.1181192661rem  +  1.2844036697vw , 2.25rem );
    }
}

@supports not (font-size: clamp( 1.375rem , 1.1181192661rem  +  1.2844036697vw , 2.25rem )) {
    .timer .timer-title {
      font-size: calc(1.375rem + 0.875 * (100vw - 20rem) / 68.125);
    }
}

@supports (font-size: clamp( 0.875rem , 0.7649082569rem  +  0.5504587156vw , 1.25rem )) {
    .timer .timer-title-time {
      font-size: clamp( 0.875rem , 0.7649082569rem  +  0.5504587156vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.7649082569rem  +  0.5504587156vw , 1.25rem )) {
    .timer .timer-title-time {
      font-size: calc(0.875rem + 0.375 * (100vw - 20rem) / 68.125);
    }
}

@supports (padding-top: clamp( 2.5rem , 1.7660550459rem  +  3.6697247706vw , 5rem )) {
    .action {
      padding-top: clamp( 2.5rem , 1.7660550459rem  +  3.6697247706vw , 5rem );
    }
}

@supports not (padding-top: clamp( 2.5rem , 1.7660550459rem  +  3.6697247706vw , 5rem )) {
    .action {
      padding-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 68.125);
    }
}

@supports (padding-bottom: clamp( 2.5rem , 1.7660550459rem  +  3.6697247706vw , 5rem )) {
    .action {
      padding-bottom: clamp( 2.5rem , 1.7660550459rem  +  3.6697247706vw , 5rem );
    }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.7660550459rem  +  3.6697247706vw , 5rem )) {
    .action {
      padding-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 68.125);
    }
}

@supports (font-size: clamp( 1.625rem , 1.4415137615rem  +  0.9174311927vw , 2.25rem )) {
    .action__title {
      font-size: clamp( 1.625rem , 1.4415137615rem  +  0.9174311927vw , 2.25rem );
    }
}

@supports not (font-size: clamp( 1.625rem , 1.4415137615rem  +  0.9174311927vw , 2.25rem )) {
    .action__title {
      font-size: calc(1.625rem + 0.625 * (100vw - 20rem) / 68.125);
    }
}

@supports (font-size: clamp( 1rem , 0.9449541284rem  +  0.2752293578vw , 1.1875rem )) {
    .action__sub {
      font-size: clamp( 1rem , 0.9449541284rem  +  0.2752293578vw , 1.1875rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9449541284rem  +  0.2752293578vw , 1.1875rem )) {
    .action__sub {
      font-size: calc(1rem + 0.1875 * (100vw - 20rem) / 68.125);
    }
}

@supports (font-size: clamp( 0.75rem , 0.7133027523rem  +  0.1834862385vw , 0.875rem )) {
    .action__details {
      font-size: clamp( 0.75rem , 0.7133027523rem  +  0.1834862385vw , 0.875rem );
    }
}

@supports not (font-size: clamp( 0.75rem , 0.7133027523rem  +  0.1834862385vw , 0.875rem )) {
    .action__details {
      font-size: calc(0.75rem + 0.125 * (100vw - 20rem) / 68.125);
    }
}

@supports (font-size: clamp( 1.125rem , 0.9782110092rem  +  0.7339449541vw , 1.625rem )) {
    .action__numb {
      font-size: clamp( 1.125rem , 0.9782110092rem  +  0.7339449541vw , 1.625rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 0.9782110092rem  +  0.7339449541vw , 1.625rem )) {
    .action__numb {
      font-size: calc(1.125rem + 0.5 * (100vw - 20rem) / 68.125);
    }
}

@supports (font-size: clamp( 1.5rem , 1.3899082569rem  +  0.5504587156vw , 1.875rem )) {
    .action__numb span {
      font-size: clamp( 1.5rem , 1.3899082569rem  +  0.5504587156vw , 1.875rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.3899082569rem  +  0.5504587156vw , 1.875rem )) {
    .action__numb span {
      font-size: calc(1.5rem + 0.375 * (100vw - 20rem) / 68.125);
    }
}

@supports (padding-top: clamp( 2.5rem , 1.7660550459rem  +  3.6697247706vw , 5rem )) {
    .about-brand {
      padding-top: clamp( 2.5rem , 1.7660550459rem  +  3.6697247706vw , 5rem );
    }
}

@supports not (padding-top: clamp( 2.5rem , 1.7660550459rem  +  3.6697247706vw , 5rem )) {
    .about-brand {
      padding-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 68.125);
    }
}

@supports (padding-top: clamp( 2.5rem , 1.7660550459rem  +  3.6697247706vw , 5rem )) {
    .perevagu {
      padding-top: clamp( 2.5rem , 1.7660550459rem  +  3.6697247706vw , 5rem );
    }
}

@supports not (padding-top: clamp( 2.5rem , 1.7660550459rem  +  3.6697247706vw , 5rem )) {
    .perevagu {
      padding-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 68.125);
    }
}

@supports (padding-bottom: clamp( 2.5rem , 1.7660550459rem  +  3.6697247706vw , 5rem )) {
    .perevagu {
      padding-bottom: clamp( 2.5rem , 1.7660550459rem  +  3.6697247706vw , 5rem );
    }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.7660550459rem  +  3.6697247706vw , 5rem )) {
    .perevagu {
      padding-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 68.125);
    }
}

@supports (margin-bottom: clamp( 1.25rem , 0.8830275229rem  +  1.8348623853vw , 2.5rem )) {
    .perevagu__title {
      margin-bottom: clamp( 1.25rem , 0.8830275229rem  +  1.8348623853vw , 2.5rem );
    }
}

@supports not (margin-bottom: clamp( 1.25rem , 0.8830275229rem  +  1.8348623853vw , 2.5rem )) {
    .perevagu__title {
      margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 68.125);
    }
}
}

@media (any-hover: hover) {
  .video-block__title:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .conditions__item_title a:hover {
    color: #ca4f1c;
  }

  .action__button:hover {
    background-color: transparent;
  }
}



.webp .video-block{ background: url(../images/page/home-bg.webp) center/cover no-repeat; }

.webp .conditions{ background: url(../images/page/home-bg.webp) center/cover no-repeat; }

.webp .conditions__text p::before{ background: url(../images/page/gratis-png-documento-de-marca-de-verificacion-marca-x-removebg-preview.webp) center/contain no-repeat; }

.main-block__content::after{
	background: url("../images/page/oil.png") center/contain no-repeat; }

@media (max-width: 1350px){
	.main-block__content::after{
		width: 400px;
		height: 400px;
	}
}
@media (max-width: 1200px){
	.main-block__content::after{
	width: 350px;
	height:350px;
	}
}
@media (max-width:991.98px){
	.main-block__content::after{
	width: 500px;
	height: 500px;
	}
}
@media (max-width:860px){
	.main-block__content::after{
	width: 400px;
	height: 400px;
	}
}

@media (max-width:450px){
	.main-block__content::after{
	width: 300px;
	height: 300px;
	}
}
@media (max-width: 1200px){
	.main-block__content{
		flex:0 0 710px;
	}
}
@media (max-width:991.98px){
	.main-block__content{
		flex:1 1 auto;
	}
}

/* код переваг */
.abut-video {
    position: relative;
    width: 120px;
}
.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 16px;
    height: 27px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    border: 1px solid #fff;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: linear-gradient(60deg, rgb(71, 4, 0) 0%, rgb(219, 41, 30) 100%);
    border-radius: 50%;
    animation: pulse-border 1500ms 
ease-out infinite;
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: all 200ms;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.bs-icon.bs-icon-circle {
    border-radius: 50%;
}
.bs-icon-md {
    --bs-icon-size: 1.5rem;
}
.bs-icon {
 
    display: flex
;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: var(--bs-icon-size);
    width: calc(var(--bs-icon-size) * 2);
    height: calc(var(--bs-icon-size) * 2);
    color: var(--bs-primary);
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

figure.figure{
	margin: 0;
}
.p-f-s {
    font-size: 14px;
	 font-weight: 300;
    line-height: 22px;
}


@keyframes block-up {
  0% {
    transform: translate(0,50px);
    opacity: 0;
  }
  100% {
    transform: translate(0,0);
    opacity: 1;
  }
}

@keyframes top{
	0%{
		opacity: 0;
		transform: translate(0,100%);
	}
	
	100%{
		opacity: 1;
		transform: translate(0,0);
	}
}

