@-webkit-keyframes zoomBg {
  0% {
    background-size: 115%;
  }

  100% {
    background-size: 103%;
  }
}

@keyframes zoomBg {
  0% {
    background-size: 115%;
  }

  100% {
    background-size: 103%;
  }
}

@-webkit-keyframes grad {
  0% {
    background-size: 100%;
  }

  50% {
    background-size: 500%;
    background-position: right;
  }

  100% {
    background-size: 100%;
  }
}

@keyframes grad {
  0% {
    background-size: 100%;
  }

  50% {
    background-size: 500%;
    background-position: right;
  }

  100% {
    background-size: 100%;
  }
}

.b8_left {
  -webkit-animation: grad linear 5.5s;
  animation: grad linear 5.5s;
}

@-webkit-keyframes krg {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }

  20% {
    transform: translate3d(0px, 90%, 0px);
  }

  40% {
    transform: translate3d(140%, 140%, 0px);
  }

  60% {
    transform: translate3d(300%, 300%, 0px);
  }

  80% {
    transform: translate3d(150%, 140%, 0px);
  }

  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}

@keyframes krg {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }

  20% {
    transform: translate3d(0px, 90%, 0px);
  }

  40% {
    transform: translate3d(140%, 140%, 0px);
  }

  60% {
    transform: translate3d(300%, 300%, 0px);
  }

  80% {
    transform: translate3d(150%, 140%, 0px);
  }

  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}

.b7_krug {
  -webkit-animation: krg linear 16.5s;
  animation: krg linear 16.5s;
}

.b1,
.b1_bg {
  -webkit-animation: zoomBg ease-out 6.5s both;
  animation: zoomBg ease-out 6.5s both;
}

.b5.anim_start,
.b5.anim_start .b5_bg {
  -webkit-animation: zoomBg ease-out 6.5s both;
  animation: zoomBg ease-out 6.5s both;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  font-size: 100%;
  line-height: 1;
  font-size: 1.11111vw;
  line-height: 1.2;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-optical-sizing: auto;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  color: #fff;
  background: #fff;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited,
a:active,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

a {
  transition: all 0.3s;
}

/*--------- RESET END -----------*/

img:not([src]):not([srcset]) {
  visibility: hidden;
  display: block;
}

:root {
  --app-height: 100vh;
}

@-webkit-keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s infinite linear;
  animation: splide-loading 1s infinite linear;
  border: 0.10417vw solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 1.04167vw;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.04167vw;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__play {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

main {
  overflow: hidden;
}

.main {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 3.47222vw;
}

.hd {
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(1.73611vw);
  backdrop-filter: blur(1.73611vw);
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  padding: 0 0;
  z-index: 100;
}

.hd_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hd_right {
  display: flex;
  align-items: center;
  gap: 3.47222vw;
  flex-wrap: wrap;
  padding-right: 0;
  margin: 0 -0.625vw 0 0;
}

.hd_left {
  font-size: 0;
}

.hd_right nav ul {
  display: flex;
  align-items: center;
  gap: 2.08333vw;
}

.hd_right nav ul a {
  color: #fff;
  font-weight: 600;
  height: 6.94444vw;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.3s;
}

.soc {
  display: flex;
  align-items: center;
  font-size: 0;
  gap: 2.77778vw;
  align-items: center;
}

.soc svg {
  width: 1.52778vw;
  height: 1.52778vw;
  transition: 0.3s;
}

.soc a:hover svg path {
  fill: #EF8024;
}

.soc a svg path {
  transition: 0.3s;
}

.bt {
  height: 4.86111vw;
  width: 17.36111vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 69.44444vw;
  /* border: 0.13889vw solid #FFF; */
  font-size: 1.11111vw;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 0.13889vw #fff;
  font-weight: 600;
}

.hd_right nav {
  padding-right: 2.04167vw;
}

.bt:hover {
  background: none;
  color: #fff;
  border: none;
}

.hd_right nav ul a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background: #EF8024;
  height: 0.13889vw;
  transition: 0.3s;
  width: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.hd_right nav ul a:hover:after {
  width: 100%;
}

.b1_bg {
  height: 56.25vw;
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: flex-end;
  max-height: 100vh;
}

.b1_bottom {
  margin: 0 0 3.47222vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.h1 {
  color: #FFF;
  font-family: Manrope;
  font-size: 4.86111vw;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  margin: 0 0 1.52778vw;
}

.h1 b {
  font-weight: 500;
  display: inline-block;
}

.btn {
  width: 17.36111vw;
  height: 4.86111vw;
  border-radius: 69.44444vw;
  background: linear-gradient(315deg, rgba(255, 255, 255, 0) 49.82%, rgba(255, 255, 255, 0.3) 100%), #EF8024;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
}

.btn:hover {
  filter: brightness(1.2);
}

.b1_bottom p {
  font-size: 1.38889vw;
  font-weight: 300;
}

.b1 {
  background-size: 110%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  margin: 0 0 -0.2vw;
}

.b2 {
  height: 49.30556vw;
  position: relative;
  background: #000;
}

.b2_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.15);
  transition: 6.5s;
}

.b2_bg_item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.b2_bg_item_bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
}

.b2_main {
  position: relative;
  z-index: 12;
  padding: 4.16667vw 0 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
}

.b2_top {
  width: 100%;
  padding: 0 3.47222vw;
}

.h2 {
  font-size: 2.43056vw;
  font-weight: 300;
  line-height: 100%;
  margin: 0 0 1.38889vw;
}

.h2 b {
  font-weight: 500;
  display: inline-block;
}

.b2_top p {
  font-weight: 300;
}

.b2_main .main {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 0;
}

.b2_bottom_title {
  font-size: 1.52778vw;
  font-weight: 300;
  margin: 0 0 2.08333vw;
  padding: 0 3.47222vw;
}

.b2_bottom_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 1.73611vw 0px 3.47222vw 3.47222vw;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(2.77778vw);
  backdrop-filter: blur(2.77778vw);
  gap: 3.47222vw;
}

.b2_bottom_number span {
  border-radius: 3.47222vw;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(315deg, rgba(255, 255, 255, 0) 49.82%, rgba(255, 255, 255, 0.3) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.16667vw;
  height: 4.16667vw;
  color: #FFF;
  text-align: center;
  font-size: 2.08333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 30px */
}

.b2_bottom {
  width: 100%;
}

.b2_bottom_item {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  gap: 1.73611vw;
}

.b2_bottom_item p {
  width: 100%;
}

.b2_bottom_item.active .b2_bottom_number span {
  color: #EF8024;
  border-color: #EF8024;
}

.b2_bottom_item p {
  font-weight: 300;
  line-height: 120%;
}

.b2_bottom_number {
  position: relative;
}

.b2_bottom_number:after {
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 100%;
  margin: auto;
  width: 20.8vw;
}

.b2_bottom_item:last-child .b2_bottom_number:after {
  opacity: 0;
}

.b2_bg_item,
.b2_bg_item > div {
  background-size: 110%;
}

.b2_bg_item.active,
.b2_bg_item.active > div {
  background-size: 100%;
}

.b3 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.95) 100%);
  height: 49.30556vw;
  position: relative;
  padding: 3.47222vw 0 0;
}

.b3_bg {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.b3_bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.b3_bg:after {
  content: "";
  background: #000;
  opacity: 0.95;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.b3_bg:before {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.b3 .main {
  position: relative;
  z-index: 10;
}

.shag {
  color: #EF8024;
  text-align: center;
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: table;
  padding: 0.34722vw 0.69444vw;
  border-radius: 0.55556vw;
  background: rgba(239, 128, 36, 0.1);
  margin: 0 0 0.27778vw;
}

.b3 .shag {
  margin: 0 auto;
}

.b3 .h2 {
  margin: 0 auto 1.66667vw;
  text-align: center;
}

.b3_item_box {
  position: relative;
}

.b3_item_left {
  position: absolute;
  left: 0;
  bottom: 2.22222vw;
}

.macbook {
  width: 39.32528vw;
  height: 24.30556vw;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  margin: 0 auto 0;
  padding: 1.59722vw 0 0;
  align-items: flex-start;
}

.macbook a {
  display: block;
  font-size: 0;
  position: relative;
}

.macbook img {
  width: 30.06944vw;
  height: 18.125vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.b3_item_t1 {
  font-size: 1.52778vw;
  line-height: 100%;
  font-weight: 300;
  margin: 0 0 2.08333vw;
}

.b3_item_t2 {
  font-weight: 300;
  min-height: 3.6em;
}

.b3_bottom {
  font-weight: 300;
  margin: 1.73611vw auto 0;
  text-align: center;
}

.arrows button {
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  position: relative;
  z-index: 30;
}

.arrows button svg {
  width: 2.08333vw;
  height: 2.08333vw;
}

.arrows button.next {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.arrows button path {
  transition: 0.3s;
}

.arrows button:hover path {
  fill: #EF8024;
}

.arrows {
  display: flex;
  justify-content: space-between;
}

.b3 .arrows {
  position: absolute;
  top: 0;
  margin: auto;
  width: 100%;
  height: 94%;
  align-items: center;
}

.b3_main {
  position: relative;
}

.b3 .arrows button:after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  top: 0;
  position: absolute;
  background: #EF8024;
  /* filter: blur(50px); */
  width: 0;
  height: 0;
  margin: auto;
  transition: 0.3s;
  opacity: 0;
  box-shadow: 0 0 23.75vw 9.09722vw #ef8024a8;
}

.b3 .arrows button.next:after {
  right: 14vw;
}

.b3 .arrows button.next {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 2.08333vw;
}

.b3 .arrows button.prev:after {
  right: 14vw;
}

.b3 .arrows button:hover:after {
  opacity: 1;
}

.b3_slide {
  position: relative;
  z-index: 20;
}

.has-iframe .fancybox__content {
  padding: 0;
}

.macbook a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #00000080;
  transition: 0.3s;
  opacity: 0.7;
}

.macbook a:before {
  content: "Смотреть";
  
  width: max-content;
  height: max-content;
  font-size: 14px;
  color: #ffffff;
  background-color: #ef820361;
  padding: 0.5em 1em;
  border: 1px solid #ef8023;
  border-radius: 30px;

  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;


  transition: 0.3s;
  opacity: 1;
}

.macbook a:hover:after{
  opacity: 1;
}

.macbook a:hover:before {
  opacity: 1;
  background-color: #ef8203;
  color: #ffffff;
}

.macbook a video {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: left;
  object-position: left;
}

.b4_left {
  padding: 3.47222vw 0 3.81944vw 3.47222vw;
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.b4_left_top .h2 {
  color: #141414;
  margin: 0.76389vw 0 0;
}

.b4_left_top_p {
  color: #141414;
  font-weight: 300;
  margin: 1.38889vw 0 0;
}

.b4_right {
  background: #E5E5E7;
  height: 49.30556vw;
  width: 50.48611vw;
  position: relative;
}

section.b4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
}

.b4_left_bottom p {
  color: #141414;
  font-weight: 300;
  margin: 0.69444vw 0 0;
  width: 82%;
}

.b4_left_bottom {
  padding: 0 0 0 7.84722vw;
  position: relative;
}

.b4_left_bottom:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #EF8024;
  width: 6.80556vw;
  left: 0;
  top: 1.38889vw;
}

.b4_item {
  position: relative;
}

.b4_item_bottom {
  position: absolute;
  z-index: 20;
  bottom: 3.47222vw;
  left: 0;
  right: 0;
  padding: 0 3.47222vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.b4_item_bottom p {
  color: #141414;
  font-size: 1.52778vw;
  font-weight: 300;
}

.b4_right svg path {
  fill: #141414;
  opacity: 0.3;
}

.b4_right .arrows {
  gap: 0.41667vw;
  position: absolute;
  bottom: 3.33333vw;
  right: 3.47222vw;
  z-index: 10;
}

.b4_right .arrows button:hover path {
  opacity: 1;
}

.b4_item img {
  width: 100%;
  height: 49.30556vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.b4_item img {
  transform: scale(1.2);
  transition: 0.5s;
}

.is-visible .b4_item img {
  transform: scale(1);
}

.b5_box {
  height: 49.30556vw;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: relative;
}

.b5_top {
  width: 100%;
  padding: 3.47222vw 3.47222vw 0;
}

.b5_top .shag {
  background: #fff;
  margin: 0 0 0.20833vw;
}

.b5_bottom {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
  overflow: hidden;
}

.b5_item {
  padding: 3.47222vw;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  gap: 1.73611vw;
  position: relative;
  transition: 0.3s;
}

.b5_number {
  color: #FFF;
  font-size: 2.08333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 30px */
  position: relative;
  display: table;
  position: relative;
}

.b5_item p {
  width: 100%;
  font-weight: 300;
}

.b5_number:after {
  content: "";
  background: #EF8024;
  width: 0.34722vw;
  height: 0.34722vw;
  display: block;
  position: absolute;
  left: 100%;
  bottom: 100%;
}

.b5_bottom:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  height: 1px;
  width: 100%;
  display: block;
  z-index: 5;
}

.b5_item:after {
  content: "";
  right: 0;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  height: 0;
  transition: 0.5s 0.8s;
}

.b5_item:hover {
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(0.69444vw);
  backdrop-filter: blur(0.69444vw);
}

.b5_bg,
.b5 {
  background: 115%;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
}

.b5_item:last-child:after {
  opacity: 0;
}

.b6 {
  padding: 6.80556vw 0 4.02778vw;
}

.b6_top_lf .h2 {
  color: #141414;
}

.b6_top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.b6 .arrows {
  gap: 0.41667vw;
  margin: 0 0 -1.73611vw;
}

.b6 .arrows svg path {
  /* opacity: 0.2; */
  fill: #141414;
}

.b6 .arrows button:hover svg path {
  opacity: 1;
  fill: #EF8024;
}

.b6 .arrows button:hover {
  opacity: 1;
}

.b6_img {
  overflow: hidden;
}

.b6_img img {
  width: 100%;
  height: 27.77778vw;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.05);
  transition: 0.5s;
  transform: scale(1.1);
}

.b6_item_bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 47.08333vw auto;
  grid-template-columns: 47.08333vw auto;
  align-items: flex-end;
  margin: 2.36111vw 0 0;
}

.b6_item_lf {
  font-size: 1.52778vw;
  font-weight: 300;
  color: #141414;
}

.b6_item_rg {
  color: #141414;
  font-weight: 300;
}

.b6_box {
  padding: 0.69444vw 0 0;
}

.is-visible .b6_img img {
  transform: scale(1);
}

.b7 {
  background: linear-gradient(315deg, rgba(255, 255, 255, 0) 49.82%, rgba(255, 255, 255, 0.1) 100%), #000;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.b7_left {
  padding: 3.47222vw;
  width: 50%;
  position: relative;
}

.b7_right img {
  width: 49.44444vw;
  height: 49.30556vw;
  transform: scale(1);
  transition: 6s;
}

.b7_right {
  font-size: 0;
}

.b7_img {
  overflow: hidden;
}

.b7_it {
  display: flex;
  align-items: center;
  gap: 6.31944vw;
  padding: 1.59722vw 0 1.59722vw;
  position: relative;
}

.b7_it i {
  width: 2.02778vw;
  color: #FFF;
  font-size: 1.52778vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 22px */
  position: relative;
}

.b7_it i:after {
  content: "";
  background: #EF8024;
  width: 0.34722vw;
  height: 0.34722vw;
  display: block;
  position: absolute;
  left: 100%;
  bottom: 100%;
}

.b7_list {
  padding: 0.69444vw 0 0;
  position: relative;
  z-index: 1;
}

.b7_krug {
  border-radius: 18.61111vw;
  background: #EF8024;
  filter: blur(13.88889vw);
  width: 18.61111vw;
  height: 18.61111vw;
  position: absolute;
  top: 0;
  left: -9.30556vw;
  top: -9.30556vw;
  z-index: 2;
}

.b7 .h2 {
  position: relative;
  z-index: 3;
}

.b7_it:after {
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  position: absolute;
  bottom: 0;
  width: 0;
  transition: 0.5s 0.8s;
}

.b8_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 26.875vw auto;
  grid-template-columns: 26.875vw auto;
}

.b8 {
  padding: 6.94444vw 0 3.47222vw;
  background: #fff;
}

.b8_left {
  background: linear-gradient(315deg, rgba(255, 255, 255, 0) 49.82%, rgba(255, 255, 255, 0.3) 100%), #EF8024;
  padding: 3.47222vw 0 3.47222vw 3.47222vw;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.b8_left .shag {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 0 0.34722vw;
  font-size: 0.83333vw;
}

.b8_right_text {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0 3.47222vw 3.47222vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 4;
}

.b8_img {
  font-size: 0;
}

.b8_right {
  position: relative;
}

.b8_left_it_t1 {
  font-weight: 300;
  margin: 0 0 0.34722vw;
}

.b8_left_it_t2 {
  font-size: 1.52778vw;
  font-weight: 700;
  line-height: 100%;
}

.b8_left_bottom_text {
  font-size: 0.97222vw;
  font-weight: 300;
  padding: 1.73611vw 0 0;
  position: relative;
  margin: 2.08333vw 0 0;
}

.b8_left_it {
  margin: 1.73611vw 0 0;
}

.b8_left_bottom_text:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  display: block;
  content: "";
}

.b8_right_title {
  font-size: 1.52778vw;
  font-weight: 300;
  margin: 0 0 0.90278vw;
}

.ul {
  font-size: 0.97222vw;
  font-weight: 300;
}

.ul li {
  position: relative;
  padding: 0 0 0 0.97222vw;
}

.ul li:before {
  content: "";
  width: 0.34722vw;
  height: 0.34722vw;
  background: #EF8024;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.b8_bg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 100%);
}

.b8_bg {
  position: relative;
  overflow: hidden;
}

.b9 {
  padding: 3.47222vw 0 3.47222vw;
  background: #fff;
}

.b9_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 38.19444vw auto;
  grid-template-columns: 38.19444vw auto;
  gap: 1.04167vw;
}

.b9_rg {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.04167vw;
}

.b9_lf {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  overflow: hidden;
}

.b9_item {
  height: 17.22222vw;
  border: 1px solid rgba(20, 20, 20, 0.05);
  padding: 1.73611vw;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: relative;
  transition: 0.3s;
  border: 1px solid rgba(20, 20, 20, 0.05);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 1.21%, rgba(0, 0, 0, 0.08) 205.45%);
}

.b9_lf_bg,
.b9_lf_bg video {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}

.b9_lf_top {
  position: relative;
  z-index: 2;
  padding: 3.47222vw;
  width: 100%;
  z-index: 5;
}

.b9_lf_top .h2 b {
  color: #EF8024;
}

.b9_lf_icon {
  position: relative;
  z-index: 4;
  padding: 3.47222vw;
  font-size: 0;
}

.b9_lf_icon svg {
  width: 2.77778vw;
  height: 2.77778vw;
}

.b9_lf_bg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(315deg, rgba(255, 255, 255, 0) 49.82%, rgba(255, 255, 255, 0.1) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.b9_item_number {
  color: #EF8024;
  font-size: 2.08333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 30px */
  width: 100%;
  position: relative;
  z-index: 2;
  transition: 0.3s;
}

.b9_item p {
  color: #141414;
  font-weight: 300;
  position: relative;
  z-index: 2;
  transition: 0.3s;
}

.b9_item:after {
  content: "";
  background: linear-gradient(315deg, rgba(255, 255, 255, 0) 49.82%, rgba(255, 255, 255, 0.3) 100%), #EF8024;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}

.b9_item:hover:after {
  opacity: 1;
}

.b9_item:hover {
  border-color: #EF8024;
}

.b9_item:hover * {
  color: #fff;
}

.b10 {
  background: #fff;
  padding: 3.47222vw 0;
}

.b10 .h2 {
  color: #141414;
  margin: 0 0 2.08333vw;
}

.b10_item {
  position: relative;
  color: #fff;
  display: block;
  overflow: hidden;
  margin: 0 0 1.04167vw;
}

.b10_item_img {
  font-size: 0;
  position: relative;
  transition: 5s;
}

.b10_item_img img {
  width: 100%;
  height: 27.77778vw;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s;
  transform: scale(1.05);
}

.b10_item_text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 3.47222vw 3.47222vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 3;
}

.b10_item_t1 {
  font-size: 1.52778vw;
  margin: 0 0 1.59722vw;
}

.b10_item_t2 {
  font-weight: 300;
}

.b10_item_t3 {
  color: #FFF;
  font-size: 1.52778vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 22px */
  margin: 0.20833vw 0 0;
}

.b10_item_img:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.5%, #000 100%);
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
}

.b10_item:hover img {
  transform: scale(1);
}

p.b10_item_t3 sup {
  font-size: 54%;
}

.b11 {
  background: #fff;
  padding: 2.43056vw 0 6.94444vw;
}

.b11_box {
  position: relative;
  height: 26.59722vw;
  padding: 3.68056vw 3.47222vw 0;
  background: #000;
}

.b11_bg,
.b11_bg video {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background: #000;
}

.b11_main {
  position: relative;
  z-index: 5;
}

.b11_main .h2 b {
  color: #EF8024;
}

.input input {
  color: #FFF;
  font-family: Manrope;
  font-size: 1.11111vw;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 19.2px */
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  padding: 0 0 1.73611vw;
  transition: 0.3s;
}

.form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 4.86111vw 0 0;
}

.form_bt .bt {
  background: none;
  margin: 0 0 0 0.48611vw;
}

.ch {
  font-size: 0.69444vw;
  font-weight: 300;
}

.ch i {
  width: 0.97222vw;
  height: 0.97222vw;
  border-radius: 0.34722vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  cursor: pointer;
}

.form_left {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 22.5vw 1fr;
  grid-template-columns: 1fr 22.5vw 1fr;
  gap: 1.04167vw;
  margin: 0.76389vw 0 0;
  width: 62.63889vw;
}

.ch p {
  display: flex;
  align-items: center;
  gap: 0.69444vw;
  margin: 0.97222vw 0 0 0;
}

.ch i:after {
  content: "";
  border-radius: 0.13889vw;
  background: #FFF;
  width: 0.41667vw;
  height: 0.41667vw;
  transition: 0.3s;
  opacity: 0;
}

.ch input:checked + p i:after {
  opacity: 1;
}

.form_bt {
  margin: 0 -0.48611vw 0 0;
}

.b11_bg:after {
  content: "";
  background: linear-gradient(0deg, #EF8024 0%, #EF8024 100%);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  mix-blend-mode: multiply;
}

.b11_bg video {
  z-index: 1;
  opacity: 0.35;
  -o-object-position: bottom right;
  object-position: bottom right;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.b11_bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(315deg, rgba(255, 255, 255, 0) 49.82%, rgba(255, 255, 255, 0.3) 100%);
  z-index: 3;
}

.input input::-moz-placeholder {
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.input input:-ms-input-placeholder {
  -ms-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.input input::placeholder {
  transition: 0.3s;
  color: #fff;
}

.input input:focus::-moz-placeholder {
  opacity: 0;
}

.input input:focus:-ms-input-placeholder {
  opacity: 0;
}

.input input:focus::placeholder {
  opacity: 0;
}

.input input:hover {
  border-color: #EF8024;
}

.ft {
  background: linear-gradient(315deg, rgba(255, 255, 255, 0) 49.82%, rgba(255, 255, 255, 0.3) 100%), #EF8024;
  padding: 4.23611vw 0 0;
}

.ft_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 7.36111vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ft_right {
  width: 100%;
  max-width: 45.90278vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.20833vw 0 0;
}

.ft_right ul a {
  color: #fff;
  font-weight: 300;
  transition: 0.3s;
}

.ft_right ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.875vw 8.05556vw;
}

.ft_right_logo {
  font-size: 0;
  margin: -0.27778vw 0 0 0.20833vw;
}

.ft_right_logo img {
  width: 9.76528vw;
  height: 2.88333vw;
}

.ft_right_rg .soc {
  gap: 1.38889vw;
  justify-content: flex-end;
  margin: 3.75vw 0 0;
}

.ft_right ul a:hover {
  opacity: 0.4;
}

.ft_right_rg .soc a:hover path {
  fill: #fff;
  opacity: 0.2;
}

.ft_bottom {
  display: flex;
  justify-content: space-between;
  padding: 1.73611vw 0;
}

.ft_bottom > p {
  font-size: 0.83333vw;
  font-weight: 300;
  width: 35%;
}

.veonix {
  font-size: 0.83333vw;
}

.veonix a {
  color: #fff;
  transition: 0.3s;
}

.veonix a:hover {
  border-bottom: 1px solid;
}

.pol {
  color: #fff;
  font-size: 0.83333vw;
}

.pol:hover {
  opacity: 0.3;
}

.hd_left img {
  width: 11.73611vw;
  height: 2.63889vw;
}

.ft_logo img {
  width: 19.44444vw;
  height: 4.375vw;
}

.fm_main {
  position: relative;
  z-index: 4;
}

.fm {
  width: 34vw;
  padding: 4vw;
}

.fm .b11_bg:before {
  opacity: 0.2;
}

.fm .b11_bg video {
  -o-object-position: right;
  object-position: right;
}

.fm .h2 {
  color: #fff;
}

.fm .form_left {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw;
}

.fm .form_left * {
  width: 100%;
}

.fm .form {
  padding: 1vw 0 0;
}

.fm .form_bt {
  margin: 3vw auto 0;
}

.fm .ch {
  color: #fff;
}

.h1 span {
  display: inline-block;
}

.h2 span {
  display: inline-block;
}

.b2_top p span {
  display: inline-block;
}

.b2.anim_start .b2_bg {
  transform: scale(1);
}

.b5_item[style*=visible]:after {
  height: 100%;
}

.b6_img_main {
  overflow: hidden;
  transform: scale(1.14);
  transition: 6s;
}

.b6_box.top_anim.anim_start .b6_img_main {
  transform: scale(1);
}

.b7_right.top_anim.anim_start img {
  transform: scale(1.1);
}

.b7_it[style*=visible]:after {
  width: 100%;
}

.b8_bg img {
  width: 100%;
  height: 34.72222vw;
  transform: scale(1.2);
  transition: 6s;
}

.b8_right.top_anim.anim_start img {
  transform: scale(1);
}

.b10_item.anim_start .b10_item_img {
  transform: scale(1.05);
}

p.message_1 {
  font-size: 3rem;
  margin: 0 0 1vw;
}

p.message_2 {
  font-size: 2rem;
  font-weight: 300;
}

.message.fancybox__content {
  text-align: center;
  padding: 5rem;
}

.polic {
  color: #141414;
  padding: 12vw 0 5vw;
}

.polic p {
  margin: 1.5vw 0;
}

h1.pl_h1 {
  font-size: 2.4vw;
  margin: 0 0 3vw;
}

.polic h2 {
  padding: 2vw 0 0;
}

.polic .ul {
  font-size: 1.11111vw;
  font-weight: 400;
  padding: 0 0 0vw 2vw;
}

.notification {
  position: fixed;
  bottom: 3.47222vw;
  z-index: 20;
  font-weight: 300;
  border-radius: 0.69444vw;
  background: rgba(249, 249, 250, 0.02);
  -webkit-backdrop-filter: blur(1.04167vw);
  backdrop-filter: blur(1.04167vw);
  left: 0;
  right: 0;
  margin: auto;
  width: 36.11111vw;
  padding: 0.83333vw 0;
  text-align: center;
  font-size: 0.97222vw;
  transition: 0.5s;
  transform: translate(0%, 150%);
}

.notification__btn {
  color: #EF8024;
  text-align: center;
  font-family: Manrope;
  font-size: 0.97222vw;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 15.4px */
  border-radius: 69.44444vw;
  border: 0.13889vw solid #EF8024;
  -webkit-backdrop-filter: blur(0.69444vw);
  backdrop-filter: blur(0.69444vw);
  width: 10.41667vw;
  height: 2.43056vw;
  background: none;
  margin: 0.69444vw 0 0;
  cursor: pointer;
  transition: 0.3s;
}

.notification__left a {
  border-bottom: 1px solid;
}

.notification__btn:hover {
  color: #fff;
  background: #EF8024;
}

.hd_right nav ul a:hover {
  color: #EF8024;
}

.form_bt .bt:hover {
  background: #fff;
  color: #000;
}

.bt:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000;
  background: linear-gradient(315deg, rgba(255, 255, 255, 0) 49.82%, rgba(255, 255, 255, 0.3) 100%), #EF8024;
  transition: 0.3s;
  opacity: 0;
}

.bt:hover:after {
  opacity: 1;
}

.bt span {
  position: relative;
  z-index: 4;
}

.ths {
  padding: 0;
  background: none;
  width: 66vw;
}

.ths .b11_box {
  height: 26.38889vw;
  padding: 3.47222vw;
}

.del {
  color: #FFF;
  text-align: center;
  font-family: Manrope;
  font-size: 2.43056vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 35px */
  position: relative;
}

.ths .b11_main .h2 {
  color: #fff;
}

.b11_main_top p {
  color: #FFF;
  text-align: center;
  font-family: Manrope;
  font-size: 1.11111vw;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 19.2px */
  text-align: left;
}

.ths .b11_box .b11_main {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.b11_main_top {
  width: 100%;
}

.ths .bt {
  background: none;
}

.ths {
  padding: 0;
  background: none;
  width: 66vw;
}

.ths .b11_box {
  height: 26.38889vw;
  padding: 3.47222vw;
}

.ths .b11_main .h2 {
  color: #fff;
}

.b11_main_top p {
  color: #FFF;
  text-align: center;
  font-family: Manrope;
  font-size: 1.11111vw;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 19.2px */
  text-align: left;
}

.ths .b11_box .b11_main {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.b11_main_top {
  width: 100%;
}

.ths .bt {
  background: none;
}