@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: "Inter";
  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);
			}
		}
	}
}
*/

.period__container {
  background-color: #ebebe9;
}

.main-block{
  background: url("../images/page/bg-main.png")  center/cover no-repeat; 
padding-bottom: 60px;}

.main-block {
  margin-top: 88px;
  color: #fff;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
			 min-height: 600px;
}

.main-block__right {
	-webkit-box-flex: 0;
      -ms-flex: 0 0 650px;
          flex: 0 0 650px;
		position: relative;
}
.main-block__right img.logo{
	position: absolute;
	top: 20px;
	right: 0px;
	width: 280px;
}
.main-block img.title{
	position: absolute;
	bottom: 60px;
	right: 0px;
	width: 700px;
	
}
.main-block__light {
	width: 850px;
	position: absolute;
	right: 0px;
	top: 130px;
	z-index: 2;
}

.main-block__light img{
	max-width: 100%;
}

.main-block__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
			 max-width: 720px;

}

.main-block__logo {
  max-width: 100%;
  background-color: #ffffff;
  border-radius: 32px;
  padding: 0.3125rem;
  padding-right: 0.625rem;
  margin-bottom: 1.25rem;
}

.main-block__title {
  display: flex;
  flex-direction: column;
  color: #424242;
  font-weight: 400;
  gap: 10px;
}

.main-block__title img {
	margin-top: 10px;
  width: 580px;
}




.main-block__button {
 color: #424242;
 display: flex;
 flex-direction: column;
 font-weight: 600;
 font-size: 18px;
 gap: 10px;
 max-width: 250px;
 transition: all 0.3s;
 
}
.main-block__button img{
	max-width: 100%;
	height: 150px;
	object-fit: contain;

}
@media (any-hover: hover){
	.main-block__button:hover{
		color: #424242;
		opacity: 0.8;
	}
}


.main-block__buttons {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
	
}
.main-block__bline{
	display: flex;
	gap: 60px;
}

.main-block__sub{
	color: #424242;
	font-weight: 700;
	font-size: 36px;
	margin-top: 50px;
}


@-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);
  }
}



.video-block__container {
  text-align: center;
}

.video-block__title {
  text-align: center;
  color: #171717;
  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;
}

.about-brand {
  position: relative;
  /* background: url('../images/page/kYAAAgPSCOA-1920_1x_1x.jpg') center / cover no-repeat; */

}
.action {
  background: url('../images/page/kYAAAgPSCOA-1920_1x_1x.jpg') center / cover no-repeat;
  
}

.action::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5725490196);
  z-index: 1;
}


.about-brand__container {
  min-height: 25rem;
  color: #000;
  position: relative;
  z-index: 2;
}

.about-brand__title {
  font-weight: 800;
  margin-bottom: 15px;

}
.about-brand__left{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 0 0 300px;
	gap: 10px;

}

.about-brand__left img{
	max-width: 100%;
}

.about-brand__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  line-height: 1.4;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  
}

.about-brand__subtitle{
	font-weight: 700;
	font-size: 28px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.about-brand__item{
	display: flex;
	align-items: flex-start;
}

.about-brand__info{
	margin-top: 25px;
	display: flex;
	flex-direction: column;
	margin-left: 20px;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 300;
}
.about-brand__bottom{
	margin-top: 40px;
	display: flex;
	align-items: center;
	
}
.about-brand__bottom .about-brand__text{
	flex: 0 0 52%;
	padding-right: 35px;
}
.about-brand__bottom_img{
	flex: 0 0 48%;

}
.about-brand__bottom_img img{
	max-width: 100%;
}
.about-brand__text p:not(:last-child) {
  margin-bottom: 10px;
}

.about-brand__text p.text-big {
  color: #ca4f1c;
  font-weight: 700;
  margin-bottom: 1.875rem;
}

.about-brand__text p a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.about-brand__button {
  margin-top: 2.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  padding: 0.9375rem 1.5625rem;
  background-color: #ca4f1c;
  border: 2px solid #fff;
  border-radius: 32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
}

.about-brand__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  margin-bottom: 10px;
  align-items: center;
}

.about-brand__cards {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 340px;
          flex: 0 0 340px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.about-brand__card {
  border: 2px solid #fff;
  background: rgba(255, 72, 0, 0.6117647059);
  color: #fff;
  border-radius: 16px;
  padding: 10px;
  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-weight: 700;
}

.about-brand__card:last-child {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}



.conditions {
  color: #424242;
  position: relative;
  z-index: 3;
  padding-top: 40px;
  
}

.conditions__period {
  display: none;
}

.conditions__title {
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 80px;
  color: #424242;
  font-size: 36px;
}
.conditions__container{
	max-width: 1195px;
  margin: 0 auto;
}

.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;
}


.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 {
  
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
			 display: flex;
			 margin-bottom: 80px;
}

.conditions__item:not(:last-child) {
  margin-bottom: 50px;
}
.conditions__item{
	display: flex;
	flex-direction: column;
	gap: 25px;
	align-items: center;
	max-width: 532px;
}
.conditions__item.one img{
	width: 217px;
	object-fit: contain;
	height: 150px;
	
}
.conditions__item.two img{
	width: 143px;
	object-fit: contain;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 60px;
}
.conditions__item.three img{
	width: 310px;
	object-fit: contain;
	height: 150px;
}


.conditions__item_title {
  font-weight: 600;
  position: relative;
  font-size: 24px;
  text-align: center;
}
.conditions__item_title span{
	font-weight: 800;
	font-size: 32px;
}


.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 30%;
          flex: 0 0 30%;
  text-align: center;
}

.conditions__image img {
  max-width: 100%;
  max-height: 500px;
}



.no-webp .timer{
  background: url("../images/page/timer-bg.jpg") top/cover no-repeat; }

.timer {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: bottom center;
  color: #fff;
  padding: 0px 0 30px 0;
}

.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: #e84e0f;
  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: #e84e0f;
  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: #fff;
 position: relative;
}

.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.3;
  font-size: 20px;
  font-weight: 400;
}

.action__details {
  line-height: 26px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.action__details_mini{
	font-size: 14px;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 17px;
}

.action__details_title{
	color: #e84e0f;
	font-weight: 800;
	font-size: 24px;
	margin-bottom: 30px;
}

.action__button {
  color: #ffffff;
  
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s;
  display: inline-block;
  position: relative;
}
.action__button p{
	position: relative;
  z-index: 2;
  padding: 10px 20px;
}
.action__button::after{
	content: '';
	display: block;
	background: url(../images/page/bg-button.png) center/contain no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	scale: 1.3;

}

.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;
}
@media (max-width: 767.98px){
	.conditions__item{
		gap: 0;
	}
	.conditions__item div p{
		font-size: 18px;
	}
	.conditions__item div img{
		width: 98px;
	}
	.conditions__item div {
    width: 100px;
    flex: 0 0 100px;
	}
	.conditions__item img {
    width: 80px;
    flex: 0 0 80px;
}
.conditions__item_title{
	font-size: 20px;
}
}
@media (max-width: 480px){
	.conditions__item_title{
	font-size: 16px;
	}
	.conditions__item div p{
		font-size: 16px;
	}
		.conditions__item div img{
		width: 88px;
	}
	.conditions__item div {
    width: 90px;
    flex: 0 0 90px;
	}
}

@media (min-width: 480px) {
  .timer {
    background-position: bottom center;
    background-size: cover;
  }
}

@media (min-width: 75em) {


  .main-block__content {
    padding-top: 40px;
  }

  .main-block__title p {
    font-size: 3rem;
  }

  .main-block__title p.one {
    font-size: 2.5rem;
  }

  .main-block__title p.two {
    font-size: 2.75rem;
  }

  .main-block__desc {
    font-size: 2.25rem;
  }

  .main-block__desc p {
    font-size: 1.375rem;
  }

  .main-block__button {
    font-size: 1.375rem;
  }




  .video-block__title {
    font-size: 2.125rem;
  }


  .about-brand {
    padding-top: 5rem;
  }

  .about-brand {
    padding-bottom: 5rem;
  }

  .about-brand__title {
    font-size: 2.25rem;
  }


 

  .about-brand__button {
    font-size: 1.625rem;
  }

  .about-brand__card {
    font-size: 1.625rem;
  }

  

  .conditions {
    padding-bottom: 5rem;
  }




  .conditions__text h2 {
    font-size: 1.875rem;
  }

  .conditions__text p {
    font-size: 1.5rem;
  }



  .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__numb {
    font-size: 1.625rem;
  }

  .action__numb span {
    font-size: 1.875rem;
  }
}

@media (max-width: 20em) {


  .main-block__content {
    padding-top: 2.5rem;
  }

  .main-block__title p {
    font-size: 1.875rem;
  }

  .main-block__title p.one {
    font-size: 1.625rem;
  }

  .main-block__title p.two {
    font-size: 1.75rem;
  }

  .main-block__desc {
    font-size: 1.25rem;
  }

  .main-block__desc p {
    font-size: 1.125rem;
  }

  .main-block__button {
    font-size: 1.25rem;
  }




  .video-block__title {
    font-size: 1.75rem;
  }

  .video-block__title {
    margin-bottom: 2.5rem;
  }

  .about-brand {
    padding-top: 2.5rem;
  }

  .about-brand {
    padding-bottom: 2.5rem;
  }

  .about-brand__title {
    font-size: 1.625rem;
  }





  .about-brand__button {
    font-size: 1.25rem;
  }

  .about-brand__card {
    font-size: 1.375rem;
  }

 

  .conditions {
    padding-bottom: 2.5rem;
  }




  .conditions__text h2 {
    font-size: 1.5rem;
  }

  .conditions__text p {
    font-size: 1.125rem;
  }


  .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__numb {
    font-size: 1.125rem;
  }

  .action__numb span {
    font-size: 1.5rem;
  }
}

@media (max-width: 61.99875em) {
  .main-block__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .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;
  }
}

@media (max-width: 47.99875em) {
  .main-block__prize img {
    height: 350px;
  }

  .about-brand__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .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__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 39.375em) {
  .main-block__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .main-block__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}





@media (min-width: 20em) and (max-width: 75em) {


@supports (padding-top: clamp( 2.5rem , 2.0454545455rem  +  2.2727272727vw , 3.75rem )) {
    .main-block__content {
      padding-top: clamp( 2.5rem , 2.0454545455rem  +  2.2727272727vw , 3.75rem );
    }
}

@supports not (padding-top: clamp( 2.5rem , 2.0454545455rem  +  2.2727272727vw , 3.75rem )) {
    .main-block__content {
      padding-top: calc(2.5rem + 1.25 * (100vw - 20rem) / 55);
    }
}

@supports (font-size: clamp( 1.875rem , 1.4659090909rem  +  2.0454545455vw , 3rem )) {
    .main-block__title p {
      font-size: clamp( 1.875rem , 1.4659090909rem  +  2.0454545455vw , 3rem );
    }
}

@supports not (font-size: clamp( 1.875rem , 1.4659090909rem  +  2.0454545455vw , 3rem )) {
    .main-block__title p {
      font-size: calc(1.875rem + 1.125 * (100vw - 20rem) / 55);
    }
}

@supports (font-size: clamp( 1.625rem , 1.3068181818rem  +  1.5909090909vw , 2.5rem )) {
    .main-block__title p.one {
      font-size: clamp( 1.625rem , 1.3068181818rem  +  1.5909090909vw , 2.5rem );
    }
}

@supports not (font-size: clamp( 1.625rem , 1.3068181818rem  +  1.5909090909vw , 2.5rem )) {
    .main-block__title p.one {
      font-size: calc(1.625rem + 0.875 * (100vw - 20rem) / 55);
    }
}

@supports (font-size: clamp( 1.75rem , 1.3863636364rem  +  1.8181818182vw , 2.75rem )) {
    .main-block__title p.two {
      font-size: clamp( 1.75rem , 1.3863636364rem  +  1.8181818182vw , 2.75rem );
    }
}

@supports not (font-size: clamp( 1.75rem , 1.3863636364rem  +  1.8181818182vw , 2.75rem )) {
    .main-block__title p.two {
      font-size: calc(1.75rem + 1 * (100vw - 20rem) / 55);
    }
}

@supports (font-size: clamp( 1.25rem , 0.8863636364rem  +  1.8181818182vw , 2.25rem )) {
    .main-block__desc {
      font-size: clamp( 1.25rem , 0.8863636364rem  +  1.8181818182vw , 2.25rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 0.8863636364rem  +  1.8181818182vw , 2.25rem )) {
    .main-block__desc {
      font-size: calc(1.25rem + 1 * (100vw - 20rem) / 55);
    }
}

@supports (font-size: clamp( 1.125rem , 1.0340909091rem  +  0.4545454545vw , 1.375rem )) {
    .main-block__desc p {
      font-size: clamp( 1.125rem , 1.0340909091rem  +  0.4545454545vw , 1.375rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 1.0340909091rem  +  0.4545454545vw , 1.375rem )) {
    .main-block__desc p {
      font-size: calc(1.125rem + 0.25 * (100vw - 20rem) / 55);
    }
}

@supports (font-size: clamp( 1.25rem , 1.2045454545rem  +  0.2272727273vw , 1.375rem )) {
    .main-block__button {
      font-size: clamp( 1.25rem , 1.2045454545rem  +  0.2272727273vw , 1.375rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.2045454545rem  +  0.2272727273vw , 1.375rem )) {
    .main-block__button {
      font-size: calc(1.25rem + 0.125 * (100vw - 20rem) / 55);
    }
}



@supports (font-size: clamp( 1.75rem , 1.6136363636rem  +  0.6818181818vw , 2.125rem )) {
    .video-block__title {
      font-size: clamp( 1.75rem , 1.6136363636rem  +  0.6818181818vw , 2.125rem );
    }
}

@supports not (font-size: clamp( 1.75rem , 1.6136363636rem  +  0.6818181818vw , 2.125rem )) {
    .video-block__title {
      font-size: calc(1.75rem + 0.375 * (100vw - 20rem) / 55);
    }
}

@supports (margin-bottom: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem )) {
    .video-block__title {
      margin-bottom: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem );
    }
}

@supports not (margin-bottom: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem )) {
    .video-block__title {
      margin-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 55);
    }
}

@supports (padding-top: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem )) {
    .about-brand {
      padding-top: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem );
    }
}

@supports not (padding-top: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem )) {
    .about-brand {
      padding-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 55);
    }
}

@supports (padding-bottom: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem )) {
    .about-brand {
      padding-bottom: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem );
    }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem )) {
    .about-brand {
      padding-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 55);
    }
}

@supports (font-size: clamp( 1.625rem , 1.3977272727rem  +  1.1363636364vw , 2.25rem )) {
    .about-brand__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 )) {
    .about-brand__title {
      font-size: calc(1.625rem + 0.625 * (100vw - 20rem) / 55);
    }
}



@supports (font-size: clamp( 1.25rem , 1.1136363636rem  +  0.6818181818vw , 1.625rem )) {
    .about-brand__button {
      font-size: clamp( 1.25rem , 1.1136363636rem  +  0.6818181818vw , 1.625rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.1136363636rem  +  0.6818181818vw , 1.625rem )) {
    .about-brand__button {
      font-size: calc(1.25rem + 0.375 * (100vw - 20rem) / 55);
    }
}

@supports (font-size: clamp( 1.375rem , 1.2840909091rem  +  0.4545454545vw , 1.625rem )) {
    .about-brand__card {
      font-size: clamp( 1.375rem , 1.2840909091rem  +  0.4545454545vw , 1.625rem );
    }
}

@supports not (font-size: clamp( 1.375rem , 1.2840909091rem  +  0.4545454545vw , 1.625rem )) {
    .about-brand__card {
      font-size: calc(1.375rem + 0.25 * (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.5rem , 1.3636363636rem  +  0.6818181818vw , 1.875rem )) {
    .conditions__text h2 {
      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__text h2 {
      font-size: calc(1.5rem + 0.375 * (100vw - 20rem) / 55);
    }
}

@supports (font-size: clamp( 1.125rem , 0.9886363636rem  +  0.6818181818vw , 1.5rem )) {
    .conditions__text p {
      font-size: clamp( 1.125rem , 0.9886363636rem  +  0.6818181818vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 0.9886363636rem  +  0.6818181818vw , 1.5rem )) {
    .conditions__text p {
      font-size: calc(1.125rem + 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( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem )) {
    .action {
      padding-top: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem );
    }
}

@supports not (padding-top: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem )) {
    .action {
      padding-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 55);
    }
}

@supports (padding-bottom: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem )) {
    .action {
      padding-bottom: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem );
    }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem )) {
    .action {
      padding-bottom: calc(2.5rem + 2.5 * (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( 1.125rem , 0.9431818182rem  +  0.9090909091vw , 1.625rem )) {
    .action__numb {
      font-size: clamp( 1.125rem , 0.9431818182rem  +  0.9090909091vw , 1.625rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 0.9431818182rem  +  0.9090909091vw , 1.625rem )) {
    .action__numb {
      font-size: calc(1.125rem + 0.5 * (100vw - 20rem) / 55);
    }
}

@supports (font-size: clamp( 1.5rem , 1.3636363636rem  +  0.6818181818vw , 1.875rem )) {
    .action__numb 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 )) {
    .action__numb span {
      font-size: calc(1.5rem + 0.375 * (100vw - 20rem) / 55);
    }
}
}

@media (any-hover: hover) {
	.main-block__prize img:hover{
		transform: scale(1.08);
	}

  .video-block__title:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .about-brand__text p a:hover {
    color: #ca4f1c;
  }

  .about-brand__button:hover {
    background-color: #fff;
    color: #ca4f1c;
    border: 2px solid #ca4f1c;
  }

  .conditions__item_title a:hover {
    color: #ca4f1c;
  }

  .action__button:hover {
    color: #fff;
    opacity: 0.8;
  }

}





.webp .timer{ background: url(../images/page/timer-bg.webp) top/cover no-repeat; }

@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);
	}
}


.after::after{
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.925);
}


.conditions.more{
	background: #CF132C;
	padding-top: 80px;
	padding-bottom: 80px;
	color: #fff;
	font-weight: 300;
	font-size: 32px;
}
.more__items{
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.more__item{
	display: flex;
	gap: 20px;
	align-items: center;
}
.more__line{
	flex: 1 1 auto;
	width: 100%;
	height: 2px;
	background:#fff;
	position: relative;
}
.more__line::before{
	content: '';
	display: block;
	background: url('../images/page/arrow-1.png') center/contain no-repeat;
	width: 30px;
	height: 12px;
	position: absolute;
	top: -5px;
	right: -5px;
	
}
.more__info.one{
	flex: 0 0 360px;
}
.more__info.two{
	flex: 0 0 695px;
}
.more__info{
	transition: all 0.3s;

}
@media (any-hover: hover){
	.more__info:hover{
		text-decoration: underline;
		color: #fff;
	}
}



@media (max-width: 1320px){
	.main-block__light{
		width: 800px;
	}
}
@media (max-width: 1265px){
	.main-block img.title {
		bottom: 60px;
		
		width: 600px;
	}

	.main-block__light{
		width: 700px;
		top: 180px;
	}
	.main-block__right {
    -ms-flex: 0 0 550px;
    flex: 0 0 550px;
}
.main-block__title img {
    margin-top: 10px;
    width: 520px;
}
}

@media (max-width: 1170px){
	.main-block__bline{
		gap: 30px;
	}
	.main-block__light{
		width: 600px;
		top: 220px;
	}
	.main-block__right img.logo {
    top: 20px;
    right: 0px;
    width: 220px;
}
.main-block__right {
        flex: 0 0 500px;
    }
}
@media (max-width: 1024px){
	.main-block__flex{
		flex-direction: column;
	}
	.main-block__light{
		width: 100%;
		position: relative;
		top: 0px;
		margin-top: 80px;
		margin-bottom: 140px;
	}
	.main-block__right img.logo{
		border-radius: 16px;
	}
}
@media (max-width: 630px){
	.main-block img.title{
		width: 550px;
	}
	.main-block__title img{
		width: 450px;
	}
	.main-block__light{
		margin-top: 140px;
	}
}
@media (max-width: 600px){
	.main-block__bline{
		flex-direction: column;
		align-items: center;
	}
	.main-block img.title{
		width: 98%;
		
	}
}
@media (max-width: 490px){
	.main-block__title img{
		width: 100%;
	}
	.main-block__light{
		margin-bottom: 100px;
	}
	.main-block__right{
		flex:  1 1 auto;
	}
}
/* tablet */
@media (max-width: 997.98px){

	.conditions.more{
		padding-top: 60px;
		padding-bottom: 60px;
		font-size: 26px;
	}
	.more__items{
		gap: 30px;
	}
	.more__info.one{
		flex: 0 0 290px;
	}
	.more__info.two{
		flex: 0 0 570px;
	}
}


@media (max-width: 767.98px){
	.conditions__items{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.conditions__item.two img{
		margin-top: 0px;
	}
	.conditions__title{
		margin-bottom: 60px;
	}
	.about-brand__bottom{
		flex-direction: column;
		gap: 20px;
	}
	.about-brand__bottom .about-brand__text{
		padding-right: 0px;
	}
	.conditions__items{
		margin-bottom: 60px;
	}
	.about-brand__left{
		flex: 1 1 auto;
	}
	.about-brand__text{
		font-size: 16px;
	}
}

@media (max-width: 650px){
	.more__line.two{
		flex: 0 0 50px;

	}
	.more__info.two{
		flex: 1 1 auto;
	}
}
@media (max-width: 500px){
	.about-brand__text{
		font-size: 14px;
	}
	.about-brand__item img{
		width: 40px;
	}
}
@media (max-width: 392px){
	.more__line{
		flex: 0 0 50px;

	}
	.more__info{
		flex: 1 1 auto;
		font-size: 20px;
	}
	.more__items{
		gap: 20px;
	}
	.about-brand__subtitle{
		font-size: 24px;
	}
}






