@charset "UTF-8";

@font-face {
  font-family: borkdisplaybold;
  font-display: swap;
  src: url("../fonts/Bork Display Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@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: 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);
			}
		}
	}
}
*/

.buttons {
  background: #30302e;
}

.main-block{
  background: url("../images/page/1111111111112.jpg") center/cover no-repeat; }

.main-block {
  margin-top: 88px;
  color: #fff;
  min-height: 36.875rem;
  position: relative;
  padding-top: 2.5rem;
  overflow: hidden;
}

.main-block::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.main-block__container {
  position: relative;
  z-index: 3;
}

.main-block__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-block__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  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__content img,
.main-block__content a {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.main-block__right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border: 2px solid #fff;
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: start;
      align-self: flex-start;
  background: #2a4582;
}

.main-block__period {
  border-radius: 30px;
  padding: 0.625rem 1.875rem;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  font-size: 18px;
  
  position: absolute;
  top: -30px;
  right: -40px;
}

.main-block__logos {
  position: relative;
  padding-bottom: 6.875rem;
}

.main-block__logos::before {
  content: "";
  display: block;
  position: absolute;
  top: -200px;
  left: -250px;
  width: 450px;
  height: 250px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 20px #000;
          box-shadow: 1px 1px 20px #000;
  -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
          transform: rotate(25deg);
  z-index: 2;
}

.main-block__logos::after {
  content: "";
  display: block;
  position: absolute;
  top: -200px;
  left: -260px;
  width: 470px;
  height: 270px;
  background-color: #f50034;
  -webkit-box-shadow: 1px 1px 20px #000;
          box-shadow: 1px 1px 20px #000;
  -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
          transform: rotate(25deg);
}

.main-block__logo {
  width: 120px;
  border-radius: 12px;
  position: relative;
  z-index: 3;
  top: 25px;
  left: 30px;
}

.main-block__logo.two {
  position: absolute;
  top: -30px;
  left: -60px;
}

.main-block__title {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 100px;
  margin-top: 180px;
  font-size: 52px;
  text-transform: uppercase;
  font-family: "borkdisplaybold";
}


.main-block__subtitle {
  font-weight: 300;
  line-height: 1.2;
  color: #cecece;
  text-shadow: 1px 1px 0px #000;
}

.main-block__subtitle:not(:last-child) {
  margin-bottom: 3.125rem;
}

.main-block__action {
  font-weight: 500;
  font-size: 24px;
  position: relative;
  color: #fff;
  
}
.main-block__action.l{
	margin-top: 30px;
	margin-bottom: 5px;
}
.main-block__action.r{
	position: relative;
	top: -10px;
	margin-bottom: 30px;
}


.main-block__buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  gap: 1.25rem;
}
@media (max-width: 1200px){
	.main-block__buttons {
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4, 1fr);
	 }
}

.main-block__button {
  background: rgba(231, 231, 231, 0.9725490196);
  border: 2px solid rgba(231, 231, 231, 0.9725490196);
  color: #000;
  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;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.625rem;
  border-radius: 16px;
}

.main-block__button img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.timer{
  background: #30302e url("../images/page/360_F_366707112_PmQcVv02PMpriET1VhvgJKN7Eu100wJF-removebg-preview.png") center right/contain no-repeat; }

.timer {
  padding: 50px 0;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  max-height: 300px;
  color: #fff;
}

.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;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  font-size: 36px;
}

.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: #f50034;
  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;
}

 .about-brand{
  background: url("../images/page/details-removebg-preview.png") center/contain repeat; }

.about-brand {
  color: #000;
  position: relative;
}

.about-brand::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9254901961);
}

.about-brand__container {
  position: relative;
  z-index: 3;
}

.about-brand__title {
  font-weight: 700;
  line-height: 1.2;
  color: #f50034;
  text-shadow: 1px 1px 0px #9b0022;
  font-style: italic;
  margin-bottom: 60px;
  font-size: 30px;
}

.about-brand__image {
  width: 470px;
  float: left;
  margin-right: 20px;
}

.about-brand__image img {
  margin-top: 0.625rem;
  max-width: 100%;
  border-radius: 16px;
}

.about-brand__text p {
  line-height: 1.2;
  font-weight: 300;
}

.about-brand__text p:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.about-brand__text p span {
  font-weight: 600;
}

.about-brand__link {
  font-style: italic;
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.video-block{
  background: url("../images/page/details-removebg-preview.png") center/contain repeat; }

.video-block {
  position: relative;
}

.video-block::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9254901961);
}

.video-block__container {
  text-align: center;
  position: relative;
  z-index: 3;
}

.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__title h2 img {
  width: 100px;
}

.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-categories{
  background: url("../images/page/details-removebg-preview.png") center/contain repeat; }

.about-categories {
  position: relative;
}

.about-categories::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9254901961);
}

.about-categories__container {
  position: relative;
  z-index: 3;
}

.about-categories__title {
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.about-categories__items {
  margin-bottom: 2.5rem;
}

.about-categories__items p {
  line-height: 1.2;
  font-weight: 300;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.about-categories__items p:not(:last-child) {
  margin-bottom: 0.625rem;
}

.about-categories__items p img {
  width: 40px;
}

.about-categories__text p {
  line-height: 1.2;
  font-weight: 300;
}

.about-categories__text p:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.about-categories__text p span {
  font-weight: 600;
}

.about-categories__desc {
  font-weight: 700;
  line-height: 1.2;
  margin: 0 auto;
  color: #f50034;
  font-style: italic;
}

.about-categories__desc p:not(:last-child) {
  margin-bottom: 0.625rem;
}

.about-categories__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.about-categories__images {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
			 text-align: center;
}

.about-categories__images img {
  width:300px;
}

@media (min-width: 480px) {
  .timer {
    padding: 50px 0 100px 0;
  }
}

@media (min-width: 1024px) {
  .timer {
    padding: 50px 0 250px 0;
  }
}

@media (min-width: 75em) {
  .buttons {
    padding-top: 3.125rem;
  }

  .buttons {
    padding-bottom: 3.75rem;
  }


  .main-block__subtitle {
    font-size: 2.25rem;
  }

  .main-block__button {
    font-size: 1.25rem;
  }

 

  .timer .timer-title-time {
    font-size: 1.25rem;
  }

  .about-brand {
    padding-top: 5rem;
  }

  .about-brand {
    padding-bottom: 5rem;
  }


  .about-brand__text p {
    font-size: 1.5rem;
  }

  .about-brand__link {
    font-size: 1.875rem;
  }

  .video-block {
    padding-bottom: 5rem;
  }

  .video-block__title {
    font-size: 2.125rem;
  }

  .video-block__title {
    margin-bottom: 2.5rem;
  }

  .about-categories {
    padding-top: 5rem;
  }

  .about-categories {
    padding-bottom: 3.75rem;
  }

  .about-categories__title {
    font-size: 1.75rem;
  }

  .about-categories__items p {
    font-size: 1.5rem;
  }

  .about-categories__text p {
    font-size: 1.5rem;
  }

  .about-categories__desc {
    font-size: 1.625rem;
  }
}



@media (max-width: 55em) {
  .main-block__period {
    right: 20px;
  }
}



@media (max-width: 20em) {
  .buttons {
    padding-top: 2.5rem;
  }

  .buttons {
    padding-bottom: 2.5rem;
  }



  .main-block__subtitle {
    font-size: 1.625rem;
  }

  .main-block__button {
    font-size: 1rem;
  }

 
  .timer .timer-title-time {
    font-size: 0.875rem;
  }

  .about-brand {
    padding-top: 2.5rem;
  }

  .about-brand {
    padding-bottom: 2.5rem;
  }

 

  .about-brand__text p {
    font-size: 1rem;
  }

  .about-brand__link {
    font-size: 1.25rem;
  }

  .video-block {
    padding-bottom: 2.5rem;
  }

  .video-block__title {
    font-size: 1.625rem;
  }

  .video-block__title {
    margin-bottom: 2.5rem;
  }

  .about-categories {
    padding-top: 2.5rem;
  }

  .about-categories {
    padding-bottom: 2.5rem;
  }

  .about-categories__title {
    font-size: 1.25rem;
  }

  .about-categories__items p {
    font-size: 1rem;
  }

  .about-categories__text p {
    font-size: 1rem;
  }

  .about-categories__desc {
    font-size: 1.125rem;
  }
}



@media (max-width: 61.99875em) {


 
  .main-block__buttons {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 0.625rem;
  }

  .about-brand__image {
    width: 400px;
  }

  .about-brand__image {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 1.25rem;
  }

  .about-categories__items {
    margin-bottom: 0.625rem;
  }

}





@media (max-width: 47.99875em) {

  .main-block__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }





  .about-categories__items p img {
    width: 30px;
  }
}



@media (max-width: 37.5em) {
  .main-block__buttons {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 29.99875em) {


  .main-block__action img {
    width: 100px;
  }

  .main-block__buttons {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .main-block__button {
    width: 100%;
  }

  .timer{
    background: #30302e url("../images/page/360_F_366707112_PmQcVv02PMpriET1VhvgJKN7Eu100wJF-removebg-preview.png") center right/cover no-repeat; }

  .video-block__title h2 img {
    width: 80px;
  }
}



@media (min-width: 20em) and (max-width: 75em) {
@supports (padding-top: clamp( 2.5rem , 2.2727272727rem  +  1.1363636364vw , 3.125rem )) {
    .buttons {
      padding-top: clamp( 2.5rem , 2.2727272727rem  +  1.1363636364vw , 3.125rem );
    }
}

@supports not (padding-top: clamp( 2.5rem , 2.2727272727rem  +  1.1363636364vw , 3.125rem )) {
    .buttons {
      padding-top: calc(2.5rem + 0.625 * (100vw - 20rem) / 55);
    }
}

@supports (padding-bottom: clamp( 2.5rem , 2.0454545455rem  +  2.2727272727vw , 3.75rem )) {
    .buttons {
      padding-bottom: clamp( 2.5rem , 2.0454545455rem  +  2.2727272727vw , 3.75rem );
    }
}

@supports not (padding-bottom: clamp( 2.5rem , 2.0454545455rem  +  2.2727272727vw , 3.75rem )) {
    .buttons {
      padding-bottom: calc(2.5rem + 1.25 * (100vw - 20rem) / 55);
    }
}


@supports (font-size: clamp( 1.625rem , 1.3977272727rem  +  1.1363636364vw , 2.25rem )) {
    .main-block__subtitle {
      font-size: clamp( 1.625rem , 1.3977272727rem  +  1.1363636364vw , 2.25rem );
    }
}

@supports not (font-size: clamp( 1.625rem , 1.3977272727rem  +  1.1363636364vw , 2.25rem )) {
    .main-block__subtitle {
      font-size: calc(1.625rem + 0.625 * (100vw - 20rem) / 55);
    }
}

@supports (font-size: clamp( 1rem , 0.9090909091rem  +  0.4545454545vw , 1.25rem )) {
    .main-block__button {
      font-size: clamp( 1rem , 0.9090909091rem  +  0.4545454545vw , 1.25rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.9090909091rem  +  0.4545454545vw , 1.25rem )) {
    .main-block__button {
      font-size: calc(1rem + 0.25 * (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 )) {
    .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( 1rem , 0.8181818182rem  +  0.9090909091vw , 1.5rem )) {
    .about-brand__text p {
      font-size: clamp( 1rem , 0.8181818182rem  +  0.9090909091vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.8181818182rem  +  0.9090909091vw , 1.5rem )) {
    .about-brand__text p {
      font-size: calc(1rem + 0.5 * (100vw - 20rem) / 55);
    }
}

@supports (font-size: clamp( 1.25rem , 1.0227272727rem  +  1.1363636364vw , 1.875rem )) {
    .about-brand__link {
      font-size: clamp( 1.25rem , 1.0227272727rem  +  1.1363636364vw , 1.875rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.0227272727rem  +  1.1363636364vw , 1.875rem )) {
    .about-brand__link {
      font-size: calc(1.25rem + 0.625 * (100vw - 20rem) / 55);
    }
}

@supports (padding-bottom: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem )) {
    .video-block {
      padding-bottom: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem );
    }
}

@supports not (padding-bottom: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem )) {
    .video-block {
      padding-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 55);
    }
}

@supports (font-size: clamp( 1.625rem , 1.4431818182rem  +  0.9090909091vw , 2.125rem )) {
    .video-block__title {
      font-size: clamp( 1.625rem , 1.4431818182rem  +  0.9090909091vw , 2.125rem );
    }
}

@supports not (font-size: clamp( 1.625rem , 1.4431818182rem  +  0.9090909091vw , 2.125rem )) {
    .video-block__title {
      font-size: calc(1.625rem + 0.5 * (100vw - 20rem) / 55);
    }
}

@supports (margin-bottom: clamp( 2.5rem , 2.5rem  +  0vw , 2.5rem )) {
    .video-block__title {
      margin-bottom: clamp( 2.5rem , 2.5rem  +  0vw , 2.5rem );
    }
}

@supports not (margin-bottom: clamp( 2.5rem , 2.5rem  +  0vw , 2.5rem )) {
    .video-block__title {
      margin-bottom: calc(2.5rem + 0 * (100vw - 20rem) / 55);
    }
}

@supports (padding-top: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem )) {
    .about-categories {
      padding-top: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem );
    }
}

@supports not (padding-top: clamp( 2.5rem , 1.5909090909rem  +  4.5454545455vw , 5rem )) {
    .about-categories {
      padding-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 55);
    }
}

@supports (padding-bottom: clamp( 2.5rem , 2.0454545455rem  +  2.2727272727vw , 3.75rem )) {
    .about-categories {
      padding-bottom: clamp( 2.5rem , 2.0454545455rem  +  2.2727272727vw , 3.75rem );
    }
}

@supports not (padding-bottom: clamp( 2.5rem , 2.0454545455rem  +  2.2727272727vw , 3.75rem )) {
    .about-categories {
      padding-bottom: calc(2.5rem + 1.25 * (100vw - 20rem) / 55);
    }
}

@supports (font-size: clamp( 1.25rem , 1.0681818182rem  +  0.9090909091vw , 1.75rem )) {
    .about-categories__title {
      font-size: clamp( 1.25rem , 1.0681818182rem  +  0.9090909091vw , 1.75rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.0681818182rem  +  0.9090909091vw , 1.75rem )) {
    .about-categories__title {
      font-size: calc(1.25rem + 0.5 * (100vw - 20rem) / 55);
    }
}

@supports (font-size: clamp( 1rem , 0.8181818182rem  +  0.9090909091vw , 1.5rem )) {
    .about-categories__items p {
      font-size: clamp( 1rem , 0.8181818182rem  +  0.9090909091vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.8181818182rem  +  0.9090909091vw , 1.5rem )) {
    .about-categories__items p {
      font-size: calc(1rem + 0.5 * (100vw - 20rem) / 55);
    }
}

@supports (font-size: clamp( 1rem , 0.8181818182rem  +  0.9090909091vw , 1.5rem )) {
    .about-categories__text p {
      font-size: clamp( 1rem , 0.8181818182rem  +  0.9090909091vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1rem , 0.8181818182rem  +  0.9090909091vw , 1.5rem )) {
    .about-categories__text p {
      font-size: calc(1rem + 0.5 * (100vw - 20rem) / 55);
    }
}

@supports (font-size: clamp( 1.125rem , 0.9431818182rem  +  0.9090909091vw , 1.625rem )) {
    .about-categories__desc {
      font-size: clamp( 1.125rem , 0.9431818182rem  +  0.9090909091vw , 1.625rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 0.9431818182rem  +  0.9090909091vw , 1.625rem )) {
    .about-categories__desc {
      font-size: calc(1.125rem + 0.5 * (100vw - 20rem) / 55);
    }
}
}

@media (any-hover: hover) {
  .main-block__button:hover {
    border: 2px solid #f50034;
	 color: #000;
  }

  .about-brand__link:hover {
    color: #e51636;
  }

  .video-block__title:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
				color: #000;
  }
}

.video-block__flex{
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;

}
.video-block__flex div{
	flex: 0 0 50%;
	min-height: 300px;
}
.video-block__flex div iframe{
	width: 100%;
	height: auto;
	height: 330px;
}

.about_ex{
	background: url("../images/page/details-removebg-preview.png") center/cover no-repeat; }
.about_ex.advanteges{
	background: url("../images/page/details-removebg-preview.png") center/contain repeat; }
 
 .about_ex {
	position: relative;
 }
 
 .about_ex::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: rgba(255, 255, 255, 0.9254901961);
 }





 
/* код переваг */
.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);
	}
}

/* new */
.main-block__logo-new{
	flex: 1 1 auto;
	margin-top: 40px;
	display: flex;
	flex-direction: column;
}
.main-block__logo-new img{
	width: 271px;
}

.main-block__title-two{
	font-size: 36px;
	font-weight: 400;
	line-height: 50px;
	color: #000;
	font-family: "Inter", sans-serif;
}


@media (max-width: 991.98px){
.about-categories__images img {
  width:250px;
}
.video-block__flex div iframe{

	height: 260px;
}
.main-block{
	background: url(../images/page/fon-action2.jpg) top  / cover no-repeat;
	min-height: 1200px;
}
.main-block__body{
	flex-direction: column;
}
.main-block__title{
	margin-top: 140px;
	text-align: center;
	margin-bottom: 40px;
}
/* .main-block__action {
	width: 500px;
	margin-left: auto;
	text-align: left;
} */
.main-block__logo-new{
	margin-top: 470px;
	padding-left: 140px;
}
.main-block__logo-new img.right{
	margin-right: 130px;
}

}
@media (max-width: 945px){
	.main-block__logo-new{
	margin-top: 440px;
	padding-left: 140px;
}
}
@media (max-width: 905px){
	.main-block__logo-new{
	margin-top: 420px;
	padding-left: 140px;
}
.main-block__title{
	margin-top: 120px;
}
}
@media (max-width: 875px){
	.main-block__logo-new{
	margin-top: 400px;
	padding-left: 140px;
}
}
@media (max-width: 835px){
	.main-block__logo-new{
	margin-top: 350px;
	
}
}
.about-categories__flex.two{
	margin-top: 30px;
}

@media (max-width: 780px){
	.main-block__title{
		margin-top: 100px;
	}
}

@media (max-width: 767.98px){
	.about-brand__title{
		font-size: 21px;
		margin-bottom: 40px;
	}
	.about-categories__flex {
		flex-direction: column;
}
.about-categories__flex.two{
	flex-direction: column-reverse;
}
.timer{
	max-height: 340px;
}
.timer .timer-title{
	margin-bottom: 30px;
	font-size: 30px;

}
.video-block__flex{
	flex-direction: column;
}
.video-block__flex div{
	flex: 1 1 auto;
	width: 100%;
	    min-height: 0px;
}
.video-block__flex div iframe{

	height: 300px;
	width: 100%;
}
}

@media (max-width: 520px){
	.main-block__subtitle{
		display: flex;
		flex-direction: column;
	}
	.video-block__flex div iframe{

	height: 250px;
	width: 100%;
}
.main-block__action {
		font-size: 18px;
	}
}
@media (max-width: 445px){
	
	.video-block__flex div iframe{

	height: 200px;
	
}
}
@media (max-width: 350px){
	
	.video-block__flex div iframe{

	height: 170px;
	
}
}
.main-block__logo-new img.right{
		margin-left: auto;
		right:-20px;
		position: relative;
	}
@media (max-width: 1230px){
	.main-block__period{
		right: 0px;
	}
	.main-block__logo-new img.right{
		right:0px;
	}
	
}
@media (max-width: 1145px){
	.main-block__title{
		font-size: 48px;
	}
}
@media (max-width: 535px){
	.main-block__title{
		font-size: 38px;
		margin-top: 110px;
	}
	.main-block__title-two{
		font-size: 28px;
		line-height: 38px;
	}
	.main-block__logo-new{
		padding-left: 0px;
		margin-top: 350px;
	}
	.main-block__logo-new img.right{
		margin-left: auto;
		margin-right: 0;
	}
}

@media (max-width: 460px){
	.main-block__title{
		font-size: 32px;
		
	}
	.main-block__title-two{
		font-size: 24px;
		line-height: 34px;
	}
	
	.main-block__logo-new{
		
		margin-top: 360px;
	}
}
@media (max-width: 410px){
	 .main-block__action {
		font-size: 14px;
	}
	.main-block__action img{
		width: 80px;
	}
}
@media (max-width: 360px){
	.main-block__title{
		font-size: 28px;
		
	}
	.main-block__title-two{
		font-size: 22px;
		line-height: 32px;
	}
	.main-block__period{
		font-size: 16px;
	}
	
	.main-block__logo-new{
		margin-top: 380px;
	}
	.main-block__logo-new img{
		width: 200px;
	}
}