@charset "UTF-8";

* {
  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.111vw;
  line-height: 1.2;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  color: #071928;
  /* background: url(../img/main_bg.png) #0E0E0E; */
  /* background: url("../img/main_bg.png"), #0E0E0E; */
  background: url(../img/bg.png), #0E0E0E;
  /* background: url(../img/bg2.png), #0E0E0E; */
  background-size: 25rem;
}

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,
button {
  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.09375rem solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 0.93752rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.93752rem;
}

.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_big {
  width: 100%;
  margin: 0 auto;
  max-width: 86.25rem;
}

.hd {
  background: rgba(14, 14, 14, 0.8);
  -webkit-backdrop-filter: blur(0.625rem);
  backdrop-filter: blur(0.625rem);
  overflow: hidden;
  position: fixed;
  width: 90rem;
  z-index: 9;
}

.hd_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0;
  position: relative;
}

.hd .btns a {
  display: flex;
  align-items: center;
  padding: 0.3125rem 0.8125rem 0.3125rem 0.3125rem;
  border-radius: 6.25rem;
  border: 1px solid #F4F4F4;
  gap: 0.8125rem;
}

.hd .btns a svg {
  margin: auto;
}

.hd .btns a i {
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 2.125rem;
  display: flex;
  background: #F4F4F4;
  transition: 0.3s;
}

.hd .btns a span {
  color: #F4F4F4;
  font-family: Magistral;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  margin: 0.1875rem 0 0;
}

.hd .btns {
  display: flex;
  gap: 1rem;
  align-items: center;
}

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

.hd_bt ul a {
  display: table;
  color: #F4F4F4;
  text-align: center;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.22px;
  opacity: 0.7;
  padding: 1.4375rem 0;
  position: relative;
}

.hd_bt ul a:hover {
  opacity: 1;
}

.hd_bt ul a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(133, 190, 84, 0) 0%, #85BE54 52%, rgba(133, 190, 84, 0) 100%);
  width: 0;
  transition: 0.3s;
  margin: 0 auto;
}

.hd_bt ul a:hover:before {
  width: 100%;
}

.hd_top:before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 110%;
  left: -5%;
  height: 1px;
  background: rgba(244, 244, 244, 0.1);
}

.hd .btns a:hover {
  background: #F4F4F4;
}

.hd .btns a:hover span {
  color: #0E0E0E;
}

.hd .btns a:hover i {
  background: #0E0E0E;
}

.hd .btns a:hover svg path {
  fill: #F4F4F4;
}

.hd .btns a svg path {
  transition: 0.3s;
}

.bg_slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100svh;
  min-height: 46.625rem;
}

.b1 {
  height: 100svh;
  min-height: 46.625rem;
}

.b1 .main_big {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  justify-content: center;
}

.b1_bt {
  position: absolute;
  bottom: 1.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  justify-content: space-between;
}

.bg_slider .splide__slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(14, 14, 14, 0) 7.01%, rgba(14, 14, 14, 0.88) 70.24%, #0E0E0E 100%);
  z-index: 1;
}

.h1 {
  color: #F4F4F4;
  text-align: center;
  font-family: Magistral;
  font-size: 4rem;
  font-weight: 500;
  line-height: 109%;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
}

.b1 .h1 {
  margin: 0 0 0.5rem;
}

.pzg {
  color: #F4F4F4;
  text-align: center;
  font-size: 1.1875rem;
  font-weight: 300;
  letter-spacing: 0.19px;
}

.b1 .pzg {
  margin: 0 0 2.375rem;
}

.bt {
  padding: 1.125rem 1rem;
  border-radius: 6.25rem;
  background: linear-gradient(261deg, #B4ED83 -13.39%, #85BE54 26.92%, #69B22E 68.87%);
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  gap: 1rem;
  border: 1px solid transparent;
  width: 16.875rem;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.bt span {
  color: #F4F4F4;
  font-family: Magistral;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  margin: 0.1875rem 0 0;
}

.bt svg {
  display: table;
  width: 1.5625rem;
  height: auto;
}

.b1 .bt {
  margin: 0 auto;
}

.bg_slider .splide__slide img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bg_slider .splide__slide {
  height: 100svh;
  min-height: 46.625rem;
}

.b1_box {
  padding: 4.6875rem 0 0;
}

.b1_bt_soc svg {
  display: table;
  width: 1.875rem;
  height: auto;
}

.b1_bt_soc a {
  display: table;
}

.b1_bt_soc {
  display: flex;
  gap: 1rem;
  align-items: center;
}

button.splide__pagination__page {
  border-radius: 0.75rem;
  border: 1px solid rgba(244, 244, 244, 0.3);
  width: 0.75rem;
  height: 0.75rem;
  background: transparent;
  transition: 0.3s;
  cursor: pointer;
}

.splide__pagination {
  gap: 0.625rem;
}

button.splide__pagination__page.is-active {
  background: #fff;
}

.pagination {
  display: flex;
  -ms-grid-column-align: end;
  justify-self: end;
}

.b1_bt .mouse {
  -ms-grid-column-align: center;
  justify-self: center;
}

.main_lt {
  width: 100%;
  max-width: 71.6875rem;
  margin: 0 auto;
}

.b2 {
  padding: 8rem 0 0;
}

.b2_slider {
  display: -ms-grid;
  display: grid;
  justify-content: space-between;
  -ms-grid-columns: 28.125rem 35.1875rem;
  grid-template-columns: 28.125rem 35.1875rem;
}

.b2 .left .item {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.b2 .left {
  counter-reset: item-counter;
}

.b2 .left .item .num {
  counter-increment: item-counter;
  color: #F4F4F4;
  font-family: Magistral;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.42px;
  margin: 0 6.25rem 0 0;
  width: 1.25rem;
  transition: 0.3s;
}

.b2 .left .item .num:before {
  content: counter(item-counter, decimal-leading-zero);
}

.b2 .left .item .zg {
  color: #F4F4F4;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  transition: 0.3s;
}

.b2 .left .item .text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.25rem 1fr;
  grid-template-columns: 1.25rem 1fr;
  gap: 6.25rem;
  margin: 2rem 0 0;
  position: relative;
}

.about_slider_text .splide__slide.is-active .item .num {
  color: #85BE54;
}

.about_slider_text .splide__slide.is-active .item .zg {
  color: #85BE54;
}

.about_slider_text .splide__slide.is-active .item svg path {
  fill: #85BE54;
}

.about_slider_text .item svg path {
  transition: 0.3s;
}

.about_slider_main .splide__slide img {
  width: 100%;
  height: auto;
}

.b2_text .text .zg {
  color: #F4F4F4;
  font-family: Magistral;
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: 0.78px;
  text-transform: uppercase;
  margin: 4.5rem 0 2rem;
}

.b2_text .text .opis1,
.b2_text .text .opis2 {
  color: #F4F4F4;
  font-family: Montserrat;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5625rem;
  margin: 0 0 1.375rem;
}

.b2_text .text .opis1 {
  color: rgba(244, 244, 244, 0.8);
  font-weight: 300;
}

.b2 .left .item:before {
  position: absolute;
  content: "";
  width: 29.0625rem;
  height: 26.875rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='465' height='430' viewBox='0 0 465 430' fill='none'%3E%3Cg opacity='0.5'%3E%3Cg filter='url(%23filter0_f_236_3865)'%3E%3Cpath d='M191.038 210.671C201.808 197.569 213.021 185.004 224.268 172.007C235.219 159.353 245.941 146.568 256.765 134.723C268.722 121.637 279.67 110.432 290.459 99.5709C304.317 85.6191 321.245 67.486 329.372 61.6262C337.477 55.7832 336.351 61.4629 333.651 68.4312C331.002 75.2667 324.829 86.0737 314.103 101.032C303.873 115.297 289.492 133.094 275.154 150.006C262.589 164.826 250.537 176.2 237.873 190.945C225.127 205.785 214.775 221.452 202.362 234.76C190.322 247.667 189.174 244.341 179.082 253.971C166.262 266.206 145.873 290.118 136.317 297.784C127.167 305.125 127.153 300.615 130.874 292.649C134.524 284.834 145.528 269.415 156.644 254.269C166.414 240.957 178.586 225.818 191.038 210.671Z' fill='url(%23paint0_linear_236_3865)'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_236_3865)'%3E%3Cpath d='M191.038 210.671C201.808 197.569 213.021 185.004 224.268 172.007C235.219 159.353 245.941 146.568 256.765 134.723C268.722 121.637 279.67 110.432 290.459 99.5709C304.317 85.6191 321.245 67.486 329.372 61.6262C337.477 55.7832 336.351 61.4629 333.651 68.4312C331.002 75.2667 324.829 86.0737 314.103 101.032C303.873 115.297 289.492 133.094 275.154 150.006C262.589 164.826 250.537 176.2 237.873 190.945C225.127 205.785 214.775 221.452 202.362 234.76C190.322 247.667 189.174 244.341 179.082 253.971C166.262 266.206 145.873 290.118 136.317 297.784C127.167 305.125 127.153 300.615 130.874 292.649C134.524 284.834 145.528 269.415 156.644 254.269C166.414 240.957 178.586 225.818 191.038 210.671Z' fill='url(%23paint1_linear_236_3865)'/%3E%3C/g%3E%3Cg filter='url(%23filter2_f_236_3865)'%3E%3Cpath d='M212.768 203.017C222.267 190.622 232.908 179.353 243.308 167.453C253.434 155.867 263.07 143.919 273.543 133.475C285.111 121.938 296.248 112.555 307.35 103.584C321.61 92.0605 338.262 76.3228 348.254 73.1008C358.217 69.8881 360.247 77.7461 360.449 86.462C360.647 95.0118 357.516 107.137 349.396 122.389C341.651 136.934 329.181 153.947 316.165 169.64C304.758 183.393 291.824 192.258 280.192 205.827C268.486 219.483 261.512 236.078 249.308 247.634C237.471 258.842 233.147 252.974 222.391 260.559C208.728 270.196 190.123 292.305 178.92 297.276C168.193 302.036 165.005 295.16 165.875 285.639C166.728 276.301 175.005 260.542 183.67 245.276C191.284 231.86 201.787 217.347 212.768 203.017Z' fill='%230E0E0E'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_236_3865' x='0.178207' y='-69.1665' width='463.841' height='499.031' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='64.1835' result='effect1_foregroundBlur_236_3865'/%3E%3C/filter%3E%3Cfilter id='filter1_f_236_3865' x='0.178207' y='-69.1665' width='463.841' height='499.031' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='64.1835' result='effect1_foregroundBlur_236_3865'/%3E%3C/filter%3E%3Cfilter id='filter2_f_236_3865' x='91.4464' y='-1.92569' width='343.304' height='375.043' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='37.1462' result='effect1_foregroundBlur_236_3865'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_236_3865' x1='85.3099' y1='305.537' x2='135.172' y2='343.523' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_236_3865' x1='85.3099' y1='305.537' x2='135.172' y2='343.523' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat center;
  opacity: 0;
  transition: 0.3s;
  top: -8.125rem;
  background-size: cover;
}

.about_slider_text .splide__slide.is-active .item:before {
  opacity: 1;
}

.b3 {
  padding: 10.625rem 0 20.625rem;
}

.b3 .main_lt {
  position: relative;
}

.b3 .bg {
  position: absolute;
  left: -8.125rem;
}

.b3 .bg img {
  width: 49.375rem;
  height: auto;
  mix-blend-mode: lighten;
}

.b3 .h2 {
  color: #F4F4F4;
  font-family: Magistral;
  font-size: 5rem;
  font-weight: 400;
  line-height: 5.25rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  position: relative;
  padding: 13.75rem 0 2.375rem;
}

.b3 .h2 span {
  color: #85BE54;
}

.b3 .el1 {
  position: absolute;
  right: 13.75rem;
  top: -7.5rem;
}

.b3 .b3_box {
  position: relative;
  display: flex;
  gap: 1.25rem;
}

.b3 .b3_box .text .tx1 {
  max-width: 23.125rem;
  margin: 0 0 5.125rem;
}

.b3 .b3_box .text .tx2 {
  padding: 2.3125rem 5.25rem;
  max-width: 30.3125rem;
  margin: 0 0 0 14.0625rem;
  border: 1px solid rgba(244, 244, 244, 0.06);
}

.b3 .el1:before,
.vod_b2_box .el1:before {
  position: absolute;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='625' height='453' viewBox='0 0 625 453' fill='none'%3E%3Cg opacity='0.5'%3E%3Cg filter='url(%23filter0_f_236_3470)'%3E%3Cpath d='M363.571 303.798C346.052 304.99 328.655 304.013 310.897 303.842C293.608 303.675 276.369 304.331 259.798 302.799C241.493 301.106 225.34 297.952 209.564 294.472C189.299 290.001 163.691 286.796 153.625 279.375C143.589 271.975 148.796 262.945 156.074 255.035C163.213 247.276 175.837 239.779 194.781 234.645C212.847 229.749 236.477 227.531 259.383 227.038C279.457 226.606 296.486 232.064 316.568 232.026C336.779 231.987 356.026 224.49 374.812 226.819C393.034 229.078 391.202 238.708 405.545 243.057C423.765 248.583 456.232 248.164 468.675 255.283C480.589 262.1 477.066 271.454 468.318 278.973C459.738 286.349 440.246 291.769 420.893 296.356C403.884 300.387 383.825 302.42 363.571 303.798Z' fill='url(%23paint0_linear_236_3470)'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_236_3470)'%3E%3Cpath d='M363.571 303.798C346.052 304.99 328.655 304.013 310.897 303.842C293.608 303.675 276.369 304.331 259.798 302.799C241.493 301.106 225.34 297.952 209.564 294.472C189.299 290.001 163.691 286.796 153.625 279.375C143.589 271.975 148.796 262.945 156.074 255.035C163.213 247.276 175.837 239.779 194.781 234.645C212.847 229.749 236.477 227.531 259.383 227.038C279.457 226.606 296.486 232.064 316.568 232.026C336.779 231.987 356.026 224.49 374.812 226.819C393.034 229.078 391.202 238.708 405.545 243.057C423.765 248.583 456.232 248.164 468.675 255.283C480.589 262.1 477.066 271.454 468.318 278.973C459.738 286.349 440.246 291.769 420.893 296.356C403.884 300.387 383.825 302.42 363.571 303.798Z' fill='url(%23paint1_linear_236_3470)'/%3E%3C/g%3E%3Cg filter='url(%23filter2_f_236_3470)'%3E%3Cpath d='M342.936 267.401C326.827 270.189 310.832 267.904 294.503 267.504C278.606 267.114 262.755 268.647 247.519 265.064C230.688 261.107 215.835 253.733 201.329 245.596C182.695 235.143 159.15 227.65 149.894 210.3C140.666 192.999 145.454 171.886 152.146 153.393C158.71 135.252 170.318 117.723 187.736 105.72C204.347 94.2732 226.075 89.0863 247.137 87.9343C265.594 86.9248 281.252 99.6848 299.718 99.5955C318.301 99.5057 335.999 81.9756 353.272 87.4213C370.027 92.7033 368.343 115.219 381.53 125.388C398.284 138.307 428.137 137.328 439.577 153.973C450.533 169.91 447.293 191.779 439.25 209.36C431.36 226.605 413.438 239.277 395.643 250.001C380.003 259.426 361.56 264.178 342.936 267.401Z' fill='%230E0E0E'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_236_3470' x='0.1035' y='78.4183' width='624.161' height='373.915' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='73.9759' result='effect1_foregroundBlur_236_3470'/%3E%3C/filter%3E%3Cfilter id='filter1_f_236_3470' x='0.1035' y='78.4183' width='624.161' height='373.915' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='73.9759' result='effect1_foregroundBlur_236_3470'/%3E%3C/filter%3E%3Cfilter id='filter2_f_236_3470' x='59.1457' y='0.745453' width='473.081' height='353.646' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='42.8136' result='effect1_foregroundBlur_236_3470'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_236_3470' x1='509.109' y1='361.819' x2='474.082' y2='169.206' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_236_3470' x1='509.109' y1='361.819' x2='474.082' y2='169.206' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;
  width: 44.0625rem;
  height: 31.3125rem;
  top: -17rem;
  right: -10.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='625' height='470' viewBox='0 0 625 453' fill='none'%3E%3Cg opacity='0.5'%3E%3Cg filter='url(%23filter0_f_251_261)'%3E%3Cpath d='M363.571 303.798C346.052 304.99 328.655 304.013 310.897 303.842C293.608 303.675 276.369 304.331 259.798 302.799C241.493 301.106 225.34 297.952 209.564 294.472C189.299 290.001 163.691 286.796 153.625 279.375C143.589 271.975 148.796 262.945 156.074 255.035C163.213 247.276 175.837 239.779 194.781 234.645C212.847 229.749 236.477 227.531 259.383 227.038C279.457 226.606 296.486 232.064 316.568 232.026C336.779 231.987 356.026 224.49 374.812 226.819C393.034 229.078 391.202 238.708 405.545 243.057C423.765 248.583 456.232 248.164 468.675 255.283C480.589 262.1 477.066 271.454 468.318 278.973C459.738 286.349 440.246 291.769 420.893 296.356C403.884 300.387 383.825 302.42 363.571 303.798Z' fill='url(%23paint0_linear_251_261)'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_251_261)'%3E%3Cpath d='M363.571 303.798C346.052 304.99 328.655 304.013 310.897 303.842C293.608 303.675 276.369 304.331 259.798 302.799C241.493 301.106 225.34 297.952 209.564 294.472C189.299 290.001 163.691 286.796 153.625 279.375C143.589 271.975 148.796 262.945 156.074 255.035C163.213 247.276 175.837 239.779 194.781 234.645C212.847 229.749 236.477 227.531 259.383 227.038C279.457 226.606 296.486 232.064 316.568 232.026C336.779 231.987 356.026 224.49 374.812 226.819C393.034 229.078 391.202 238.708 405.545 243.057C423.765 248.583 456.232 248.164 468.675 255.283C480.589 262.1 477.066 271.454 468.318 278.973C459.738 286.349 440.246 291.769 420.893 296.356C403.884 300.387 383.825 302.42 363.571 303.798Z' fill='url(%23paint1_linear_251_261)'/%3E%3C/g%3E%3Cg filter='url(%23filter2_f_251_261)'%3E%3Cpath d='M342.936 267.401C326.827 270.189 310.832 267.904 294.503 267.504C278.606 267.114 262.755 268.647 247.519 265.064C230.688 261.107 215.835 253.733 201.329 245.596C182.695 235.143 159.15 227.65 149.894 210.3C140.666 192.999 145.454 171.886 152.146 153.393C158.71 135.252 170.318 117.723 187.736 105.72C204.347 94.2732 226.075 89.0863 247.137 87.9343C265.594 86.9248 281.252 99.6848 299.718 99.5955C318.301 99.5057 335.999 81.9756 353.272 87.4213C370.027 92.7033 368.343 115.219 381.53 125.388C398.284 138.307 428.137 137.328 439.577 153.973C450.533 169.91 447.293 191.779 439.25 209.36C431.36 226.605 413.438 239.277 395.643 250.001C380.003 259.426 361.56 264.178 342.936 267.401Z' fill='%230E0E0E'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_251_261' x='0.1035' y='78.4183' width='624.161' height='373.915' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='73.9759' result='effect1_foregroundBlur_251_261'/%3E%3C/filter%3E%3Cfilter id='filter1_f_251_261' x='0.1035' y='78.4183' width='624.161' height='420' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='73.9759' result='effect1_foregroundBlur_251_261'/%3E%3C/filter%3E%3Cfilter id='filter2_f_251_261' x='59.1457' y='0.745453' width='473.081' height='380.646' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='42.8136' result='effect1_foregroundBlur_251_261'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_251_261' x1='509.109' y1='361.819' x2='474.082' y2='169.206' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_251_261' x1='509.109' y1='361.819' x2='474.082' y2='169.206' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
}

.b3 .b3_box .el {
  position: absolute;
  bottom: -5rem;
  left: 1.25rem;
  width: 7.75rem;
  z-index: 1;
}

.b4 .bg {
  position: absolute;
  width: 100%;
}

.b4 .bg img {
  width: 100%;
  height: 27.5rem;
  display: table;
  -o-object-fit: cover;
  object-fit: cover;
}

.b4 .main_lt {
  position: relative;
  align-items: center;
  padding: 10.5625rem 0;
}

.b4 .h2 {
  color: #F4F4F4;
  font-family: Magistral;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.78px;
  text-transform: uppercase;
}

.b4 .h2 span {
  color: #85BE54;
}

.b4 .opis {
  max-width: 31.6875rem;
  width: 100%;
  display: -ms-grid;
  display: grid;
  gap: 1.375rem;
}

.tx_15 {
  color: #F4F4F4;
  font-family: Montserrat;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5625rem;
}

.tx_15.lite {
  color: rgba(244, 244, 244, 0.8);
  font-weight: 300;
}

.b5 {
  margin: 17.8125rem 0;
}

.b5 .main_lt .tx_15 {
  max-width: 31.875rem;
  position: relative;
}

.tx_15.lite span {
  color: #F4F4F4;
  font-weight: 500;
}

.h2 {
  color: #F4F4F4;
  font-family: Magistral;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.78px;
  text-transform: uppercase;
}

.b5 .main_big {
  display: flex;
  gap: 1.25rem;
  margin-top: 9.375rem;
}

.b5 .main_big .right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25rem;
  counter-reset: steps;
}

.b5 .main_big .left {
  width: 20.625rem;
}

.b5 .main_big .left .item {
  display: flex;
  height: 100%;
  background: #121212;
}

.b5 .main_big .left .item img {
  margin: auto;
  width: 13rem;
}

.b5 .main_big .right .item {
  width: 20.625rem;
  height: 20.625rem;
  position: relative;
  padding: 1.5625rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.b5 .main_big .right .item .bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.b5 .main_big .right .item .bg img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: table;
}

.b5 .main_big .right .item .zg {
  color: #F4F4F4;
  font-family: Montserrat;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.b5 .main_big .right .item .bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(14, 14, 14, 0) 0%, rgba(14, 14, 14, 0.88) 80%, #0E0E0E 100%);
  z-index: 1;
}

.b5 .main_big .right .item .icon {
  position: relative;
  align-self: flex-end;
  z-index: 2;
  width: 2rem;
}

.b5 .main_big .right .item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #121212;
  z-index: 1;
  transition: 0.3s;
}

.b5 .main_big .right .item:hover:before {
  opacity: 0;
}

.b6 {
  margin: 21.875rem 0 0;
}

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

.b6_box .left {
  max-width: 20.125rem;
  position: relative;
}

.b6_box .right {
  max-width: 42.5rem;
  width: 100%;
}

.b6_box .left p {
  color: #F4F4F4;
  font-family: Montserrat;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  position: relative;
}

.icv__arrow-wrapper {
  display: none;
}

.icv__control .icv__control-line:before {
  position: absolute;
  content: "";
  left: 0;
  width: 0.125rem;
  height: 1.25rem;
  z-index: 1;
  background: #fff;
}

.icv__control-line {
  position: relative;
  width: 0.125rem !important;
}

.icv__control .icv__control-line:nth-child(3):after {
  bottom: -1.875rem;
  left: -0.3125rem;
  transform: rotate(180deg);
}

.icv__control .icv__control-line:nth-child(1):after {
  top: -1.875rem;
  left: -0.3125rem;
}

.icv__control .icv__control-line:after {
  position: absolute;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M5 10L0.226497 2.52368e-07L11.7735 -2.52368e-07L7 10L5 10Z' fill='%23F4F4F4'/%3E%3C/svg%3E") no-repeat center;
  background-size: 0.75rem;
}

.icv__control .icv__control-line:nth-child(1):before {
  top: -1.25rem;
}

.icv__control .icv__control-line:nth-child(3):before {
  bottom: -1.25rem;
}

.comparison {
  overflow: visible;
}

.b6_box2 {
  max-width: 28.125rem;
  width: 100%;
  padding: 2.1875rem;
  background: #121212;
  margin: -5.625rem 0 0 12.5rem;
  position: relative;
  z-index: 6;
}

.b6_box2 .top {
  display: flex;
  justify-content: space-between;
  margin: 0 0 1.3125rem;
}

.b6_box2 .zg {
  color: #F4F4F4;
  font-family: Magistral;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.78px;
  text-transform: uppercase;
}

.b6_box2 .zg span {
  color: #85BE54;
}

.hd .logo svg {
  width: 8.6875rem;
  height: auto;
}

.b1_bt .mouse svg {
  width: 2.5rem;
  height: auto;
}

.b2 .left .item .icon svg {
  width: 2rem;
  height: auto;
}

.b3 .el1 img {
  width: 12.8125rem;
}

img {
  height: auto;
}

.b3 .b3_box img {
  width: 20.625rem;
}

.b6_box2 .top img {
  width: 2rem;
}

.b5 .main_big .right .item .icon img {
  width: 2rem;
}

.hd .btns a i svg {
  width: 1.0625rem;
  height: auto;
}

.b1_bt_soc a:hover {
  opacity: 0.2;
}

.bt i {
  transition: 0.3s;
}

.bt:hover i {
  transform: translateX(0.3125rem);
}

.b7 .h2 {
  text-align: center;
  margin: 0 0 4.25rem;
}

.b7 {
  padding: 23.125rem 0;
}

.slider_аpplications .splide__track {
  overflow: visible;
}

.slider_аpplications .splide__slide {
  display: flex;
  gap: 5rem;
  padding: 5rem 3.625rem;
  transition: 0.3s;
  overflow: hidden;
}

.slider_аpplications .splide__slide .text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slider_аpplications .splide__slide .text .zg {
  color: #F4F4F4;
  font-family: Montserrat;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.22px;
  margin: 0 0 1.25rem;
}

.slider_аpplications .splide__slide.is-active {
  background: #121212;
}

.bt.outline {
  border-color: #B4ED83;
  background: transparent;
}

.slider_аpplications .splide__slide .image img {
  width: 27.875rem;
  position: relative;
  z-index: 1;
}

.b7 .bg img,
.vod_b5 .bg img {
  position: absolute;
}

.b7 .bg .img1 {
  top: -16.25rem;
  right: -34.375rem;
  width: 61rem;
}

.b7 .main_lt {
  position: relative;
}

.b7 .bg .img2 {
  bottom: -18.125rem;
  left: -1.875rem;
  width: 14.8125rem;
}

.slide_arrows_bt button {
  background: no-repeat;
  border: none;
  cursor: pointer;
}

.slide_arrows_bt button svg {
  width: 0.75rem;
  height: auto;
}

.slide_arrows_bt {
  display: flex;
  gap: 1rem;
  position: absolute;
  top: 1.5625rem;
  right: 1.5625rem;
}

.slide_arrows_bt button:hover {
  opacity: 0.5;
}

.col_2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.b8 .opis {
  display: -ms-grid;
  display: grid;
  gap: 1.375rem;
}

.b8 .opis .bt {
  margin: 2.25rem 0 0;
}

.b8 {
  padding: 0 0 16.25rem;
}

.b8 .bg {
  width: 100%;
  margin: 8.875rem 0 0;
}

.b9 .h2 {
  text-align: center;
  margin: 0 0 5rem;
}

.advantages_slider .splide__slide {
  padding: 1.5625rem;
  max-width: 20.625rem;
  transition: 0.3s;
  min-height: 29.0625rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.advantages_slider .splide__track {
  overflow: visible;
}

.advantages_slider .splide__slide:hover {
  background: #121212;
}

.advantages_slider .splide__slide .text .zg {
  color: #F4F4F4;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.18px;
  margin: 0 0 1.25rem;
}

.advantages_slider .splide__slide img {
  margin: 0 0 0 -1.5625rem;
  width: 13.125rem;
}

.advantages_slider .splide__list {
  counter-reset: slide-counter;
}

.advantages_slider .splide__slide .num {
  counter-increment: slide-counter;
  position: absolute;
  right: 1.5625rem;
  top: 2.1875rem;
}

.advantages_slider .splide__slide .num::before {
  content: counter(slide-counter, decimal-leading-zero);
  color: #F4F4F4;
  font-family: Magistral;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.42px;
}

.advantages_slider .splide__slide:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 18.6875rem;
  height: 28.625rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='299' height='458' viewBox='0 0 299 458' fill='none'%3E%3Cg opacity='0.5'%3E%3Cg filter='url(%23filter0_f_264_309)'%3E%3Cpath d='M25.0379 238.671C35.8083 225.57 47.0207 213.004 58.2684 200.007C69.2189 187.354 79.9411 174.568 90.7648 162.723C102.722 149.638 113.67 138.433 124.459 127.571C138.317 113.62 155.245 95.4865 163.372 89.6267C171.477 83.7837 170.351 89.4634 167.651 96.4317C165.002 103.267 158.829 114.074 148.103 129.032C137.873 143.297 123.492 161.095 109.154 178.006C96.5893 192.826 84.5368 204.2 71.8726 218.946C59.1274 233.785 48.7747 249.453 36.3619 262.76C24.3223 275.667 23.174 272.342 13.0824 281.972C0.261631 294.206 -20.1271 318.118 -29.6827 325.785C-38.8326 333.126 -38.8473 328.616 -35.1259 320.649C-31.4756 312.834 -20.472 297.415 -9.35626 282.269C0.413498 268.957 12.5855 253.819 25.0379 238.671Z' fill='url(%23paint0_linear_264_309)'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_264_309)'%3E%3Cpath d='M25.0379 238.671C35.8083 225.57 47.0207 213.004 58.2684 200.007C69.2189 187.354 79.9411 174.568 90.7648 162.723C102.722 149.638 113.67 138.433 124.459 127.571C138.317 113.62 155.245 95.4865 163.372 89.6267C171.477 83.7837 170.351 89.4634 167.651 96.4317C165.002 103.267 158.829 114.074 148.103 129.032C137.873 143.297 123.492 161.095 109.154 178.006C96.5893 192.826 84.5368 204.2 71.8726 218.946C59.1274 233.785 48.7747 249.453 36.3619 262.76C24.3223 275.667 23.174 272.342 13.0824 281.972C0.261631 294.206 -20.1271 318.118 -29.6827 325.785C-38.8326 333.126 -38.8473 328.616 -35.1259 320.649C-31.4756 312.834 -20.472 297.415 -9.35626 282.269C0.413498 268.957 12.5855 253.819 25.0379 238.671Z' fill='url(%23paint1_linear_264_309)'/%3E%3C/g%3E%3Cg filter='url(%23filter2_f_264_309)'%3E%3Cpath d='M46.7686 231.017C56.2671 218.622 66.9085 207.354 77.3086 195.453C87.4339 183.867 97.0703 171.92 107.543 161.476C119.111 149.938 130.249 140.556 141.35 131.585C155.61 120.061 172.262 104.323 182.254 101.101C192.218 97.8886 194.247 105.747 194.449 114.463C194.647 123.012 191.516 135.137 183.396 150.389C175.651 164.935 163.181 181.947 150.165 197.641C138.758 211.393 125.824 220.259 114.192 233.828C102.486 247.484 95.5122 264.079 83.3083 275.634C71.4713 286.843 67.1469 280.974 56.3916 288.56C42.7277 298.196 24.1226 320.305 12.9202 325.277C2.19332 330.037 -0.994853 323.16 -0.125305 313.64C0.72763 304.302 9.00562 288.542 17.6697 273.277C25.2846 259.86 35.7867 245.347 46.7686 231.017Z' fill='%230E0E0E'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_264_309' x='-165.822' y='-41.1658' width='463.841' height='499.031' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='64.1835' result='effect1_foregroundBlur_264_309'/%3E%3C/filter%3E%3Cfilter id='filter1_f_264_309' x='-165.822' y='-41.1658' width='463.841' height='499.031' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='64.1835' result='effect1_foregroundBlur_264_309'/%3E%3C/filter%3E%3Cfilter id='filter2_f_264_309' x='-74.5535' y='26.0748' width='343.304' height='375.043' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='37.1462' result='effect1_foregroundBlur_264_309'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_264_309' x1='-80.6901' y1='333.538' x2='-30.8281' y2='371.523' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_264_309' x1='-80.6901' y1='333.538' x2='-30.8281' y2='371.523' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat center;
  opacity: 0;
  transition: 0.3s;
  background-size: cover;
}

.advantages_slider .splide__slide:hover:before {
  opacity: 1;
}

.b9 {
  padding: 0 0 20.9375rem;
}

.label__pers {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  color: #F4F4F4;
  font-family: Montserrat;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  justify-content: center;
}

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

.label__pers i {
  position: relative;
  content: "";
  width: 1.4375rem;
  height: 1.4375rem;
  border: 1px solid rgba(244, 244, 244, 0.5);
  border-radius: 1.4375rem;
  transition: all 0.3s;
}

.label__pers i::after {
  content: "";
  position: absolute;
  left: 0.375rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 0.6875rem;
  background-color: #F4F4F4;
  transition: all 0.3s;
  opacity: 0;
}

[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.b10 .bg {
  position: absolute;
  top: 0;
  left: 0;
}

.b10 .bg img {
  width: 100%;
  height: 50rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.b10 .main_lt {
  position: relative;
  display: flex;
}

.b10_form {
  max-width: 35.1875rem;
  margin: 0px auto;
  padding: 4.375rem 4.5rem;
  background: #121212;
  position: relative;
}

.b10_form .h2 {
  font-size: 1.5rem;
  text-align: center;
  margin: 0 0 0.9375rem;
}

.b10_form .tx_15 {
  text-align: center;
  margin: 0 0 3.125rem;
}

.inp {
  background: none;
  color: #F4F4F4;
  font-family: Montserrat;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5625rem;
  padding: 0.8125rem 0;
  border-bottom: 1px solid rgba(244, 244, 244, 0.2);
  transition: 0.3s;
}

.inp::-moz-placeholder {
  color: rgba(244, 244, 244, 0.8);
}

.inp:-ms-input-placeholder {
  color: rgba(244, 244, 244, 0.8);
}

.inp::placeholder {
  color: rgba(244, 244, 244, 0.8);
}

.inp:focus {
  border-color: #F4F4F4;
}

.b10_form .bt {
  margin: 2.5rem auto 3.75rem;
}

.label__pers a {
  color: #F4F4F4;
  text-decoration: underline;
}

.input_box {
  display: -ms-grid;
  display: grid;
  gap: 1.875rem;
  max-width: 20.625rem;
  margin: 0 auto;
}

.b10 {
  position: relative;
  padding: 6.5625rem 0;
}

.b10_form:before {
  position: absolute;
  content: "";
  width: 20rem;
  height: 8.8125rem;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='141' viewBox='0 0 320 141' fill='none'%3E%3Cg opacity='0.03'%3E%3Cpath d='M228.65 12.9981C210.047 -4.33269 179.484 -4.33269 160.881 12.9981C154.711 18.7455 150.63 25.6425 148.637 33.0699C133.166 71.0915 101.179 100.89 60.4608 115.303C52.4879 117.248 44.9896 121.05 38.8202 126.709C20.2168 144.04 20.2168 172.512 38.8202 189.843C57.6133 207.35 88.1759 207.35 106.779 190.02C112.949 184.272 117.03 177.375 119.023 169.948C134.494 132.014 166.481 102.128 207.199 87.8033C215.172 85.8581 222.67 82.0559 228.84 76.3969C247.443 59.0661 247.443 30.5941 228.65 13.0865' fill='%23F4F4F4'/%3E%3Cpath d='M366.561 113.622C340.08 113.622 318.629 133.606 318.629 158.275C318.629 182.945 340.08 202.929 366.561 202.929C393.043 202.929 414.493 182.945 414.493 158.275C414.493 133.606 393.043 113.622 366.561 113.622Z' fill='%23F4F4F4'/%3E%3Cpath d='M375.483 12.9981C356.88 -4.33269 326.317 -4.33269 307.714 12.9981C301.545 18.7455 297.463 25.6425 295.47 33.0699C279.999 71.0915 248.013 100.89 207.294 115.303C199.321 117.248 191.823 121.05 185.653 126.709C167.05 144.04 167.05 172.512 185.653 189.843C204.447 207.35 235.009 207.35 253.613 190.02C259.782 184.272 263.863 177.375 265.857 169.948C281.328 132.014 313.314 102.128 354.033 87.8033C362.005 85.8581 369.504 82.0559 375.578 76.3969C394.182 59.0661 394.182 30.5941 375.388 13.0865' fill='%23F4F4F4'/%3E%3Cpath d='M47.932 0C21.4508 0 0 19.9834 0 44.6533C0 69.3231 21.4508 89.3065 47.932 89.3065C74.4133 89.3065 95.8641 69.3231 95.8641 44.6533C95.8641 19.9834 74.4133 0 47.932 0Z' fill='%23F4F4F4'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  background-size: cover;
}

.b10_form .el {
  position: absolute;
  left: -5.5rem;
}

.h2 span {
  color: #85BE54;
}

.slide_reviews {
  margin: 3.3125rem 0 0;
}

.slide_reviews .splide__track {
  overflow: visible;
}

.slide_reviews .splide__slide {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 2.9375rem;
  font-size: 2.5rem;
}

.slide_reviews .splide__slide .zg {
  color: #F4F4F4;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.14px;
  position: relative;
}

.slide_reviews .splide__slide img {
  -ms-grid-row-align: center;
  align-self: center;
  width: 12.5625rem;
  position: relative;
}

.slide_reviews .splide__slide .date {
  color: rgba(244, 244, 244, 0.2);
  font-family: Magistral;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  align-self: flex-end;
  position: relative;
}

.slide_reviews .splide__slide:hover {
  background: #121212;
}

.slide_reviews .splide__slide:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='330' height='440' viewBox='0 0 330 440' fill='none'%3E%3Cg opacity='0.5'%3E%3Cg filter='url(%23filter0_f_252_162)'%3E%3Cpath d='M278.713 179.866C275.071 192.283 269.815 203.996 265.077 216.189C260.464 228.06 256.488 240.13 251.026 251.116C244.992 263.251 238.408 273.486 231.674 283.367C223.025 296.06 213.949 312.798 205.709 317.618C197.492 322.424 191.994 316.256 187.884 308.981C183.852 301.844 181.442 291.001 182.464 276.477C183.439 262.625 187.888 245.703 193.459 229.772C198.341 215.811 206.899 205.63 212.081 191.776C217.297 177.832 216.605 162.424 223.247 150.138C229.689 138.223 236.517 142.235 243.538 133.59C252.457 122.607 260.565 100.107 269.193 93.5618C277.455 87.2949 283.634 92.3939 287.067 100.571C290.435 108.592 289.487 123.576 287.944 138.226C286.587 151.103 282.924 165.51 278.713 179.866Z' fill='url(%23paint0_linear_252_162)'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_252_162)'%3E%3Cpath d='M278.713 179.866C275.071 192.283 269.815 203.996 265.077 216.189C260.464 228.06 256.488 240.13 251.026 251.116C244.992 263.251 238.408 273.486 231.674 283.367C223.025 296.06 213.949 312.798 205.709 317.618C197.492 322.424 191.994 316.256 187.884 308.981C183.852 301.844 181.442 291.001 182.464 276.477C183.439 262.625 187.888 245.703 193.459 229.772C198.341 215.811 206.899 205.63 212.081 191.776C217.297 177.832 216.605 162.424 223.247 150.138C229.689 138.223 236.517 142.235 243.538 133.59C252.457 122.607 260.565 100.107 269.193 93.5618C277.455 87.2949 283.634 92.3939 287.067 100.571C290.435 108.592 289.487 123.576 287.944 138.226C286.587 151.103 282.924 165.51 278.713 179.866Z' fill='url(%23paint1_linear_252_162)'/%3E%3C/g%3E%3Cg filter='url(%23filter2_f_252_162)'%3E%3Cpath d='M245.754 183.7C243.688 195.6 237.804 205.974 233.263 217.116C228.842 227.963 225.891 239.327 219.22 248.807C211.851 259.28 202.405 267.413 192.468 275.09C179.705 284.95 167.912 299.042 152.352 300.469C136.835 301.891 122.065 292.562 109.776 282.669C97.7205 272.965 87.4384 259.958 82.8552 244.524C78.4842 229.805 80.1886 213.346 84.7806 198.499C88.8047 185.487 102.545 178.336 107.27 165.582C112.024 152.746 103.321 135.541 111.934 125.188C120.288 115.147 136.927 122.736 148.062 116.549C162.208 108.688 169.212 87.8296 184.805 84.6951C199.735 81.6937 215.481 90.1704 226.727 100.735C237.759 111.097 242.719 127.07 246.234 142.398C249.324 155.87 248.142 169.941 245.754 183.7Z' fill='%230E0E0E'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_252_162' x='62.3307' y='-29.1349' width='346.915' height='468.353' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='59.9493' result='effect1_foregroundBlur_252_162'/%3E%3C/filter%3E%3Cfilter id='filter1_f_252_162' x='62.3307' y='-29.1349' width='346.915' height='468.353' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='59.9493' result='effect1_foregroundBlur_252_162'/%3E%3C/filter%3E%3Cfilter id='filter2_f_252_162' x='10.9308' y='14.6927' width='306.555' height='355.311' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='34.6957' result='effect1_foregroundBlur_252_162'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_252_162' x1='360.485' y1='96.1053' x2='204.45' y2='70.513' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_252_162' x1='360.485' y1='96.1053' x2='204.45' y2='70.513' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat center;
  width: 20.625rem;
  height: 27.5rem;
  transition: 0.3s;
  opacity: 0;
  background-size: cover;
}

.slide_reviews .splide__slide:hover:before {
  opacity: 1;
}

.b11 {
  padding: 16.25rem 0;
  position: relative;
}

.b11 .el {
  position: absolute;
  right: 7.5rem;
  top: 0;
}

.b11 .el img {
  width: 13.875rem;
}

.ft_box {
  display: flex;
  justify-content: space-between;
  padding: 0 0 6.0625rem;
}

.ft_left {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 13.3125rem auto;
  grid-template-columns: 13.3125rem auto;
  gap: 1.25rem;
}

.ft_menu ul li a {
  color: rgba(244, 244, 244, 0.7);
  text-align: center;
  font-family: Montserrat;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.22px;
}

.ft_menu ul li a:hover {
  color: #F4F4F4;
}

.ft_menu ul {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}

.ft_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.3125rem;
}

.ft_right a {
  color: #F4F4F4;
  text-align: right;
  font-family: Magistral;
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.06375rem;
  text-transform: uppercase;
}

.ft_right a span {
  color: #85BE54;
}

.ft_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4375rem 0;
  position: relative;
}

.ft_bottom_left {
  display: flex;
  gap: 6.0625rem;
}

.ft_bottom_left a,
.ft_bottom_left p {
  color: rgba(244, 244, 244, 0.7);
  text-align: center;
  font-family: Montserrat;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.22px;
}

.ft_bottom_left a:hover {
  color: #F4F4F4;
}

a.venix {
  color: rgba(244, 244, 244, 0.7);
  text-align: right;
  font-family: Montserrat;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.22px;
}

a.venix span {
  color: #F4F4F4;
  font-weight: 600;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}

.ft_bottom:before {
  position: absolute;
  content: "";
  top: 0;
  width: 110%;
  left: -5%;
  height: 1px;
  background: rgba(244, 244, 244, 0.1);
}

.ft {
  overflow: hidden;
}

.about_slider_text .splide__track {
  overflow: visible;
}

.b5 .main_lt:before {
  position: absolute;
  content: "";
  left: -21.25rem;
  top: -21.25rem;
  width: 41.875rem;
  height: 40.625rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='669' height='654' viewBox='0 0 669 654' fill='none'%3E%3Cg opacity='0.5'%3E%3Cg filter='url(%23filter0_f_251_265)'%3E%3Cpath d='M375.785 404.409C355.595 386.63 336.527 367.926 316.687 349.235C297.371 331.037 277.738 313.291 259.848 295.183C240.084 275.18 223.398 256.722 207.282 238.5C186.581 215.094 159.313 186.704 151.39 172.554C143.489 158.443 153.427 159.516 165.178 163.301C176.705 167.014 194.265 176.603 217.841 193.96C240.325 210.514 267.835 234.198 293.75 257.962C316.46 278.787 333.084 299.281 355.626 320.307C378.312 341.466 403.301 357.995 423.315 378.811C442.727 399.002 436.305 401.759 450.418 418.899C468.348 440.676 504.952 474.494 515.679 490.989C525.949 506.783 517.755 507.633 504.532 502.118C491.562 496.708 467.242 478.915 443.455 460.862C422.548 444.996 399.128 424.964 375.785 404.409Z' fill='url(%23paint0_linear_251_265)'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_251_265)'%3E%3Cpath d='M375.785 404.409C355.595 386.63 336.527 367.926 316.687 349.235C297.371 331.037 277.738 313.291 259.848 295.183C240.084 275.18 223.398 256.722 207.282 238.5C186.581 215.094 159.313 186.704 151.39 172.554C143.489 158.443 153.427 159.516 165.178 163.301C176.705 167.014 194.265 176.603 217.841 193.96C240.325 210.514 267.835 234.198 293.75 257.962C316.46 278.787 333.084 299.281 355.626 320.307C378.312 341.466 403.301 357.995 423.315 378.811C442.727 399.002 436.305 401.759 450.418 418.899C468.348 440.676 504.952 474.494 515.679 490.989C525.949 506.783 517.755 507.633 504.532 502.118C491.562 496.708 467.242 478.915 443.455 460.862C422.548 444.996 399.128 424.964 375.785 404.409Z' fill='url(%23paint1_linear_251_265)'/%3E%3C/g%3E%3Cg filter='url(%23filter2_f_251_265)'%3E%3Cpath d='M369.152 365.114C349.821 349.588 332.916 331.716 314.784 314.412C297.13 297.565 278.657 281.699 263.193 263.994C246.11 244.435 232.797 225.291 220.218 206.139C204.061 181.538 181.05 153.227 178.541 135.104C176.038 117.033 190.986 111.799 206.881 109.832C222.473 107.902 243.444 111.554 268.425 123.978C292.249 135.827 318.972 156.076 343.118 177.587C364.277 196.438 376.051 219.041 396.802 238.347C417.686 257.777 445.488 267.81 462.392 288.555C478.788 308.676 466.685 317.844 476.863 336.6C489.793 360.429 523.72 391.236 529.002 411.306C534.059 430.525 520.505 437.749 503.508 437.857C486.836 437.962 460.986 425.336 436.162 411.896C414.345 400.083 391.503 383.064 369.152 365.114Z' fill='%230E0E0E'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_251_265' x='0.606857' y='12.8929' width='667.653' height='640.261' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='73.9759' result='effect1_foregroundBlur_251_265'/%3E%3C/filter%3E%3Cfilter id='filter1_f_251_265' x='0.606857' y='12.8929' width='667.653' height='640.261' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='73.9759' result='effect1_foregroundBlur_251_265'/%3E%3C/filter%3E%3Cfilter id='filter2_f_251_265' x='92.638' y='23.7198' width='523.063' height='499.764' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='42.8136' result='effect1_foregroundBlur_251_265'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_251_265' x1='512.701' y1='585.088' x2='594.852' y2='482.003' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_251_265' x1='512.701' y1='585.088' x2='594.852' y2='482.003' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat center;
  background-size: cover;
}

.b5 .h2 {
  position: relative;
}

.b6_box .left:before {
  position: absolute;
  content: "";
  left: -8.75rem;
  top: -8rem;
  width: 39.0625rem;
  height: 28.3125rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='625' height='500' viewBox='0 0 625 453' fill='none'%3E%3Cg opacity='0.5'%3E%3Cg filter='url(%23filter0_f_251_255)'%3E%3Cpath d='M261.038 149.202C278.557 148.01 295.953 148.987 313.712 149.158C331.001 149.325 348.24 148.669 364.81 150.201C383.115 151.894 399.268 155.048 415.045 158.528C435.31 162.999 460.918 166.204 470.983 173.625C481.02 181.025 475.812 190.055 468.534 197.965C461.395 205.724 448.771 213.221 429.828 218.355C411.762 223.251 388.132 225.469 365.225 225.962C345.152 226.394 328.123 220.936 308.04 220.974C287.83 221.013 268.582 228.51 249.796 226.181C231.575 223.922 233.406 214.292 219.064 209.943C200.843 204.417 168.376 204.836 155.934 197.717C144.019 190.9 147.542 181.546 156.29 174.027C164.871 166.651 184.362 161.231 203.715 156.644C220.725 152.613 240.783 150.58 261.038 149.202Z' fill='url(%23paint0_linear_251_255)'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_251_255)'%3E%3Cpath d='M261.038 149.202C278.557 148.01 295.953 148.987 313.712 149.158C331.001 149.325 348.24 148.669 364.81 150.201C383.115 151.894 399.268 155.048 415.045 158.528C435.31 162.999 460.918 166.204 470.983 173.625C481.02 181.025 475.812 190.055 468.534 197.965C461.395 205.724 448.771 213.221 429.828 218.355C411.762 223.251 388.132 225.469 365.225 225.962C345.152 226.394 328.123 220.936 308.04 220.974C287.83 221.013 268.582 228.51 249.796 226.181C231.575 223.922 233.406 214.292 219.064 209.943C200.843 204.417 168.376 204.836 155.934 197.717C144.019 190.9 147.542 181.546 156.29 174.027C164.871 166.651 184.362 161.231 203.715 156.644C220.725 152.613 240.783 150.58 261.038 149.202Z' fill='url(%23paint1_linear_251_255)'/%3E%3C/g%3E%3Cg filter='url(%23filter2_f_251_255)'%3E%3Cpath d='M281.673 185.599C297.781 182.811 313.777 185.096 330.105 185.496C346.002 185.886 361.853 184.353 377.09 187.936C393.921 191.893 408.773 199.267 423.279 207.404C441.913 217.857 465.459 225.35 474.714 242.7C483.943 260.001 479.154 281.114 472.462 299.607C465.898 317.748 454.29 335.277 436.872 347.28C420.261 358.727 398.533 363.914 377.472 365.066C359.014 366.075 343.356 353.315 324.891 353.405C306.307 353.494 288.61 371.024 271.336 365.579C254.582 360.297 256.266 337.781 243.078 327.612C226.325 314.693 196.472 315.672 185.031 299.027C174.076 283.09 177.315 261.221 185.359 243.64C193.249 226.395 211.17 213.723 228.965 202.999C244.605 193.574 263.049 188.822 281.673 185.599Z' fill='%230E0E0E'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_251_255' x='0.344376' y='-5' width='624.161' height='410' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='73.9759' result='effect1_foregroundBlur_251_255'/%3E%3C/filter%3E%3Cfilter id='filter1_f_251_255' x='0.344376' y='-5' width='624.161' height='410' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='73.9759' result='effect1_foregroundBlur_251_255'/%3E%3C/filter%3E%3Cfilter id='filter2_f_251_255' x='92.3814' y='105' width='473.081' height='410' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='42.8136' result='effect1_foregroundBlur_251_255'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_251_255' x1='115.499' y1='91.181' x2='150.526' y2='283.794' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_251_255' x1='115.499' y1='91.181' x2='150.526' y2='283.794' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}

.b5 .main_lt {
  position: relative;
}

.slider_аpplications .splide__slide:before {
  position: absolute;
  content: "";
  left: 23.375rem;
  bottom: 0.5rem;
  width: 39.75rem;
  height: 26.3125rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='636' height='421' viewBox='0 0 636 421' fill='none'%3E%3Cg opacity='0.5'%3E%3Cg filter='url(%23filter0_f_251_900)'%3E%3Cpath d='M369.632 268.493C351.953 269.48 334.396 268.671 316.475 268.53C299.028 268.392 281.631 268.934 264.908 267.667C246.435 266.266 230.134 263.657 214.213 260.777C193.762 257.078 167.919 254.427 157.762 248.287C147.633 242.165 152.888 234.693 160.233 228.149C167.437 221.73 180.177 215.527 199.294 211.279C217.526 207.228 241.373 205.393 264.489 204.985C284.747 204.628 301.932 209.143 322.198 209.112C342.595 209.08 362.019 202.877 380.977 204.804C399.366 206.673 397.517 214.64 411.991 218.239C430.379 222.811 463.143 222.464 475.7 228.354C487.724 233.994 484.169 241.733 475.341 247.954C466.681 254.057 447.011 258.541 427.481 262.336C410.315 265.671 390.072 267.353 369.632 268.493Z' fill='url(%23paint0_linear_251_900)'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_251_900)'%3E%3Cpath d='M369.632 268.493C351.953 269.48 334.396 268.671 316.475 268.53C299.028 268.392 281.631 268.934 264.908 267.667C246.435 266.266 230.134 263.657 214.213 260.777C193.762 257.078 167.919 254.427 157.762 248.287C147.633 242.165 152.888 234.693 160.233 228.149C167.437 221.73 180.177 215.527 199.294 211.279C217.526 207.228 241.373 205.393 264.489 204.985C284.747 204.628 301.932 209.143 322.198 209.112C342.595 209.08 362.019 202.877 380.977 204.804C399.366 206.673 397.517 214.64 411.991 218.239C430.379 222.811 463.143 222.464 475.7 228.354C487.724 233.994 484.169 241.733 475.341 247.954C466.681 254.057 447.011 258.541 427.481 262.336C410.315 265.671 390.072 267.353 369.632 268.493Z' fill='url(%23paint1_linear_251_900)'/%3E%3C/g%3E%3Cg filter='url(%23filter2_f_251_900)'%3E%3Cpath d='M348.808 238.381C332.552 240.687 316.409 238.796 299.931 238.466C283.888 238.143 267.892 239.411 252.516 236.447C235.53 233.173 220.542 227.072 205.902 220.34C187.098 211.691 163.336 205.492 153.996 191.137C144.683 176.823 149.515 159.355 156.268 144.054C162.893 129.045 174.607 114.543 192.185 104.612C208.948 95.1413 230.875 90.8498 252.13 89.8967C270.757 89.0615 286.559 99.6186 305.193 99.5447C323.947 99.4704 341.807 84.9667 359.239 89.4723C376.147 93.8424 374.448 112.471 387.756 120.884C404.663 131.573 434.79 130.763 446.336 144.534C457.391 157.721 454.122 175.814 446.005 190.36C438.043 204.628 419.956 215.112 401.998 223.984C386.215 231.782 367.602 235.714 348.808 238.381Z' fill='%230E0E0E'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_251_900' x='0.333176' y='52.6254' width='634.882' height='368.157' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='75.9036' result='effect1_foregroundBlur_251_900'/%3E%3C/filter%3E%3Cfilter id='filter1_f_251_900' x='0.333176' y='52.6254' width='634.882' height='368.157' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='75.9036' result='effect1_foregroundBlur_251_900'/%3E%3C/filter%3E%3Cfilter id='filter2_f_251_900' x='60.969' y='0.746071' width='480.312' height='326.621' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='43.9292' result='effect1_foregroundBlur_251_900'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_251_900' x1='516.506' y1='316.498' x2='492.494' y2='155.446' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_251_900' x1='516.506' y1='316.498' x2='492.494' y2='155.446' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;
  transition: 0.3s;
  opacity: 0;
  background-size: cover;
}

.slider_аpplications .splide__slide.is-active:before {
  opacity: 1;
}

.b10_form .el:before {
  position: absolute;
  content: "";
  left: -13.75rem;
  top: -10rem;
  width: 25.625rem;
  height: 29.375rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='410' height='470' viewBox='0 0 410 470' fill='none'%3E%3Cg opacity='0.5'%3E%3Cg filter='url(%23filter0_f_251_353)'%3E%3Cpath d='M278.713 209.865C275.071 222.282 269.815 233.995 265.077 246.188C260.464 258.059 256.488 270.13 251.026 281.115C244.992 293.25 238.408 303.485 231.674 313.366C223.025 326.06 213.949 342.797 205.709 347.617C197.492 352.423 191.994 346.255 187.884 338.98C183.852 331.843 181.442 321 182.464 306.476C183.439 292.625 187.888 275.702 193.459 259.771C198.341 245.81 206.899 235.629 212.081 221.775C217.297 207.832 216.605 192.423 223.247 180.137C229.689 168.222 236.517 172.234 243.538 163.589C252.457 152.606 260.565 130.106 269.193 123.561C277.455 117.294 283.634 122.393 287.067 130.57C290.435 138.591 289.487 153.575 287.944 168.225C286.587 181.102 282.924 195.509 278.713 209.865Z' fill='url(%23paint0_linear_251_353)'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_251_353)'%3E%3Cpath d='M278.713 209.865C275.071 222.282 269.815 233.995 265.077 246.188C260.464 258.059 256.488 270.13 251.026 281.115C244.992 293.25 238.408 303.485 231.674 313.366C223.025 326.06 213.949 342.797 205.709 347.617C197.492 352.423 191.994 346.255 187.884 338.98C183.852 331.843 181.442 321 182.464 306.476C183.439 292.625 187.888 275.702 193.459 259.771C198.341 245.81 206.899 235.629 212.081 221.775C217.297 207.832 216.605 192.423 223.247 180.137C229.689 168.222 236.517 172.234 243.538 163.589C252.457 152.606 260.565 130.106 269.193 123.561C277.455 117.294 283.634 122.393 287.067 130.57C290.435 138.591 289.487 153.575 287.944 168.225C286.587 181.102 282.924 195.509 278.713 209.865Z' fill='url(%23paint1_linear_251_353)'/%3E%3C/g%3E%3Cg filter='url(%23filter2_f_251_353)'%3E%3Cpath d='M245.754 213.699C243.688 225.599 237.804 235.973 233.263 247.115C228.842 257.962 225.891 269.326 219.22 278.806C211.851 289.279 202.405 297.412 192.468 305.089C179.705 314.949 167.912 329.041 152.352 330.468C136.835 331.89 122.065 322.561 109.776 312.668C97.7205 302.964 87.4384 289.957 82.8552 274.523C78.4842 259.804 80.1886 243.345 84.7806 228.498C88.8047 215.486 102.545 208.335 107.27 195.581C112.024 182.745 103.321 165.54 111.934 155.187C120.288 145.146 136.927 152.735 148.062 146.548C162.208 138.687 169.212 117.829 184.805 114.694C199.735 111.693 215.481 120.169 226.727 130.734C237.759 141.096 242.719 157.069 246.234 172.397C249.324 185.869 248.142 199.94 245.754 213.699Z' fill='%230E0E0E'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_251_353' x='62.3307' y='0.864098' width='346.915' height='468.353' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='59.9493' result='effect1_foregroundBlur_251_353'/%3E%3C/filter%3E%3Cfilter id='filter1_f_251_353' x='62.3307' y='0.864098' width='346.915' height='468.353' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='59.9493' result='effect1_foregroundBlur_251_353'/%3E%3C/filter%3E%3Cfilter id='filter2_f_251_353' x='10.9308' y='44.6917' width='306.555' height='355.311' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='34.6957' result='effect1_foregroundBlur_251_353'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_251_353' x1='360.485' y1='126.104' x2='204.45' y2='100.512' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_251_353' x1='360.485' y1='126.104' x2='204.45' y2='100.512' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}

.b10_form .el img {
  width: 10.375rem;
  position: relative;
}

.fancybox__content {
  padding: 0;
}

.fancybox__content>.f-button.is-close-btn {
  top: 1.375rem;
  right: 1.375rem;
}

.f-button svg {
  width: 1.25rem;
  height: auto;
}

.notification {
  position: fixed;
  bottom: 0;
  z-index: 10;
  background: #121212;
  display: flex;
  align-items: center;
  padding: 1.125rem 1.875rem;
  width: 100%;
  justify-content: space-between;
}

.notification__left {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.notification__left p {
  color: rgba(244, 244, 244, 0.8);
  font-family: Montserrat;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.notification__left p a {
  color: #F4F4F4;
  font-weight: 500;
  text-decoration: underline;
}

.notification .bt span {
  font-size: 0.8125rem;
}

.notification .bt {
  height: 3rem;
  max-width: 9.4375rem;
}

.notification svg {
  width: 1.5rem;
  height: auto;
  flex-shrink: 0;
}

.logo_ft svg {
  width: 8.6875rem;
  height: auto;
}

.vod_b2 {
  margin: 12.5rem 0;
}

.vod_b2_box {
  margin: 7.625rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25rem;
}

.vod_b2_box_item {
  padding: 1.5625rem;
  background: #121212;
  height: 27.9375rem;
  display: flex;
  flex-direction: column;
  position: relative;
}

.vod_b2_box_item.empty_box {
  background: no-repeat;
}

.vod_b2_box_item .num {
  color: rgba(244, 244, 244, 0.5);
  font-family: Magistral;
  font-size: 0.875rem;
  letter-spacing: 0.42px;
  margin: 0 0 3.125rem;
}

.vod_b2_box_item .zg {
  color: #F4F4F4;
  font-size: 1.375rem;
  line-height: normal;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}

.vod_b2_box_item .zg span {
  color: #85BE54;
}

.vod_b2_box_item .hover {
  opacity: 0;
  position: absolute;
  top: 5.625rem;
  justify-content: space-between;
  height: 20.75rem;
  left: 0;
  padding: 0 1.5625rem;
}

.vod_b2_box_item .tx_bottom {
  color: rgba(244, 244, 244, 0.8);
  font-family: Montserrat;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.5625rem;
}

.vod_b2_box_item>div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  transition: 0.3s;
}

.vod_b2_box_item:hover .default {
  opacity: 0;
}

.vod_b2_box_item:hover .hover {
  opacity: 1;
}

.vod_b2_box_item .hover .tx_bottom {
  margin: 1.875rem 0 0;
}

.vod_b2_box .el1 {
  position: absolute;
  bottom: 1.875rem;
  left: 0.9375rem;
}

.vod_b2_box_item:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='356' height='303' viewBox='0 0 356 303' fill='none'%3E%3Cg opacity='0.5'%3E%3Cg filter='url(%23filter0_f_631_16)'%3E%3Cpath d='M235.368 146.084C252.148 143.621 268.896 141.853 285.96 139.788C302.572 137.778 319.105 135.517 335.081 134.021C352.729 132.368 368.366 131.429 383.655 130.637C403.294 129.62 428.015 127.57 437.971 128.693C447.9 129.813 443.249 133.262 436.566 136.608C430.011 139.889 418.176 143.742 400.181 147.609C383.019 151.297 360.408 154.81 338.426 157.696C319.162 160.226 302.593 160.548 283.305 162.955C263.894 165.377 245.698 170.021 227.563 171.532C209.974 172.998 211.358 169.763 197.413 170.112C179.697 170.555 148.529 174.558 136.301 173.812C124.592 173.099 127.612 169.749 135.722 166.351C143.677 163.018 162.188 158.996 180.598 155.251C196.779 151.96 215.967 148.931 235.368 146.084Z' fill='url(%23paint0_linear_631_16)'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_631_16)'%3E%3Cpath d='M235.368 146.084C252.148 143.621 268.896 141.853 285.96 139.788C302.572 137.778 319.105 135.517 335.081 134.021C352.729 132.368 368.366 131.429 383.655 130.637C403.294 129.62 428.015 127.57 437.971 128.693C447.9 129.813 443.249 133.262 436.566 136.608C430.011 139.889 418.176 143.742 400.181 147.609C383.019 151.297 360.408 154.81 338.426 157.696C319.162 160.226 302.593 160.548 283.305 162.955C263.894 165.377 245.698 170.021 227.563 171.532C209.974 172.998 211.358 169.763 197.413 170.112C179.697 170.555 148.529 174.558 136.301 173.812C124.592 173.099 127.612 169.749 135.722 166.351C143.677 163.018 162.188 158.996 180.598 155.251C196.779 151.96 215.967 148.931 235.368 146.084Z' fill='url(%23paint1_linear_631_16)'/%3E%3C/g%3E%3Cg filter='url(%23filter2_f_631_16)'%3E%3Cpath d='M256.603 155.021C271.967 152.227 287.42 151.035 303.119 149.213C318.403 147.439 333.569 145.068 348.342 144.373C364.663 143.605 379.215 144.143 393.465 144.961C411.769 146.012 434.677 145.55 444.241 149.88C453.778 154.197 450 161.38 444.291 167.97C438.692 174.434 428.224 181.307 411.96 187.144C396.45 192.71 375.782 196.925 355.597 199.798C337.908 202.315 322.372 200.187 304.639 202.417C286.793 204.662 270.476 212.262 253.673 212.617C237.375 212.961 238.117 205.709 225.055 204.097C208.461 202.05 179.825 205.917 168.189 202.069C157.046 198.384 159.307 191.15 166.35 184.684C173.257 178.343 189.979 172.237 206.654 166.757C221.31 161.94 238.84 158.252 256.603 155.021Z' fill='%230E0E0E'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_631_16' x='0.184433' y='-0.000747681' width='571.879' height='302.272' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='64.1835' result='effect1_foregroundBlur_631_16'/%3E%3C/filter%3E%3Cfilter id='filter1_f_631_16' x='0.184433' y='-0.000747681' width='571.879' height='302.272' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='64.1835' result='effect1_foregroundBlur_631_16'/%3E%3C/filter%3E%3Cfilter id='filter2_f_631_16' x='86.1566' y='69.7098' width='438.202' height='217.211' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='37.1462' result='effect1_foregroundBlur_631_16'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_631_16' x1='93.3205' y1='145.272' x2='104.713' y2='206.911' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_631_16' x1='93.3205' y1='145.272' x2='104.713' y2='206.911' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat right top;
  right: 0;
  top: 5rem;
  transition: 0.3s;
  opacity: 0;
}

.vod_b2_box_item:hover:before {
  opacity: 1;
}

.vod_b2_box_item.empty_box:hover:before {
  opacity: 0;
}

.vod_b3 {
  position: relative;
  margin: 16.3125rem 0 0;
}

.vod_b3 .bg {
  position: absolute;
  inset: 0;
}

.vod_b3 .main_lt {
  position: relative;
}

.vod_b3 .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.vod_b3 .tx {
  padding: 7.1875rem 0;
  height: 28.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vod_b3_img {
  position: absolute;
  right: -5.625rem;
  bottom: 0;
  width: 40rem;
}

.vod_b3 .tx .h2 {
  margin: 0 0 2rem;
}

.vod_b3 .tx .tx_15.lite {
  margin: 0 0 1.375rem;
}

.vod_b4 {
  margin: 11.5625rem 0 0;
}

.vod_b4 .tx {
  margin: 0 3.5rem 10.3125rem 0;
  display: flex;
  justify-content: end;
}

.card_3_slide {
  display: flex;
  flex-direction: column;
  position: relative;
}

.card_3_slide .icon {
  margin: 0 0 1.5625rem;
  align-self: flex-end;
  width: 2rem;
}

.card_3_slide .image {
  width: 100%;
  margin: 0 0 1.5625rem;
}

.card_3_slide .zg {
  color: #F4F4F4;
  font-size: 1.25rem;
  line-height: normal;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.card_3_slider .splide__track {
  overflow: visible;
}

.card_3_slide:before {
  position: absolute;
  bottom: -4.375rem;
  left: -6.25rem;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='409' height='393' viewBox='0 0 409 393' fill='none'%3E%3Cg filter='url(%23filter0_f_631_81)'%3E%3Cpath d='M183.552 244.972C196.013 234.281 207.527 222.744 219.61 211.319C231.373 200.197 243.429 189.456 254.158 178.21C266.009 165.788 275.807 154.119 285.217 142.552C297.304 127.694 313.55 109.96 317.485 100.365C321.409 90.7981 314.253 90.2819 306.127 91.5661C298.155 92.8257 286.535 97.7033 271.531 107.627C257.222 117.091 240.171 131.252 224.302 145.685C210.395 158.333 200.915 171.543 187.159 184.364C173.315 197.267 157.162 206.379 145.235 219.379C133.666 231.99 138.75 234.919 130.667 245.94C120.398 259.94 98.0173 280.517 92.3359 291.502C86.8957 302.021 93.0273 303.752 102.004 301.362C110.81 299.017 126.303 288.865 141.369 278.447C154.611 269.29 169.144 257.333 183.552 244.972Z' fill='url(%23paint0_linear_631_81)'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_631_81' x='0.0288315' y='0.795677' width='408.82' height='391.77' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='45.1285' result='effect1_foregroundBlur_631_81'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_631_81' x1='107.053' y1='362.715' x2='38.3603' y2='270.209' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat center;
  width: 25rem;
  height: 25rem;
  z-index: -1;
  transition: 0.3s;
  opacity: 0;
}

.card_3_slide:hover:before {
  opacity: 1;
}

.vod_b5 {
  margin: 17.8125rem 0 20.625rem;
}

.vod_b5_box {
  display: flex;
  gap: 8.375rem;
  justify-content: space-between;
  position: relative;
}

.vod_b5_box .right img {
  width: 35.8125rem;
}

.vod_b5_box .left p {
  color: #F4F4F4;
  font-size: 1.375rem;
  /* 136.364% */
  line-height: 136%;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  margin: 17.9375rem 0 0;
  position: relative;
}

.vod_b5 .bg .img2 {
  right: 13.75rem;
  top: 33.125rem;
}

.vod_b5 .main_lt {
  position: relative;
}

.vod_b5 .bg .img1 {
  left: -30.625rem;
  top: -31.25rem;
  width: 48rem;
}

.vod_b5_box .left {
  position: relative;
}

.vod_b5_box .left:before {
  position: absolute;
  content: "";
  left: -3.75rem;
  bottom: -16.25rem;
  width: 39.0625rem;
  height: 28.3125rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='625' height='500' viewBox='0 0 625 453' fill='none'%3E%3Cg opacity='0.5'%3E%3Cg filter='url(%23filter0_f_251_255)'%3E%3Cpath d='M261.038 149.202C278.557 148.01 295.953 148.987 313.712 149.158C331.001 149.325 348.24 148.669 364.81 150.201C383.115 151.894 399.268 155.048 415.045 158.528C435.31 162.999 460.918 166.204 470.983 173.625C481.02 181.025 475.812 190.055 468.534 197.965C461.395 205.724 448.771 213.221 429.828 218.355C411.762 223.251 388.132 225.469 365.225 225.962C345.152 226.394 328.123 220.936 308.04 220.974C287.83 221.013 268.582 228.51 249.796 226.181C231.575 223.922 233.406 214.292 219.064 209.943C200.843 204.417 168.376 204.836 155.934 197.717C144.019 190.9 147.542 181.546 156.29 174.027C164.871 166.651 184.362 161.231 203.715 156.644C220.725 152.613 240.783 150.58 261.038 149.202Z' fill='url(%23paint0_linear_251_255)'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_251_255)'%3E%3Cpath d='M261.038 149.202C278.557 148.01 295.953 148.987 313.712 149.158C331.001 149.325 348.24 148.669 364.81 150.201C383.115 151.894 399.268 155.048 415.045 158.528C435.31 162.999 460.918 166.204 470.983 173.625C481.02 181.025 475.812 190.055 468.534 197.965C461.395 205.724 448.771 213.221 429.828 218.355C411.762 223.251 388.132 225.469 365.225 225.962C345.152 226.394 328.123 220.936 308.04 220.974C287.83 221.013 268.582 228.51 249.796 226.181C231.575 223.922 233.406 214.292 219.064 209.943C200.843 204.417 168.376 204.836 155.934 197.717C144.019 190.9 147.542 181.546 156.29 174.027C164.871 166.651 184.362 161.231 203.715 156.644C220.725 152.613 240.783 150.58 261.038 149.202Z' fill='url(%23paint1_linear_251_255)'/%3E%3C/g%3E%3Cg filter='url(%23filter2_f_251_255)'%3E%3Cpath d='M281.673 185.599C297.781 182.811 313.777 185.096 330.105 185.496C346.002 185.886 361.853 184.353 377.09 187.936C393.921 191.893 408.773 199.267 423.279 207.404C441.913 217.857 465.459 225.35 474.714 242.7C483.943 260.001 479.154 281.114 472.462 299.607C465.898 317.748 454.29 335.277 436.872 347.28C420.261 358.727 398.533 363.914 377.472 365.066C359.014 366.075 343.356 353.315 324.891 353.405C306.307 353.494 288.61 371.024 271.336 365.579C254.582 360.297 256.266 337.781 243.078 327.612C226.325 314.693 196.472 315.672 185.031 299.027C174.076 283.09 177.315 261.221 185.359 243.64C193.249 226.395 211.17 213.723 228.965 202.999C244.605 193.574 263.049 188.822 281.673 185.599Z' fill='%230E0E0E'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_251_255' x='0.344376' y='-5' width='624.161' height='410' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='73.9759' result='effect1_foregroundBlur_251_255'/%3E%3C/filter%3E%3Cfilter id='filter1_f_251_255' x='0.344376' y='-5' width='624.161' height='410' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='73.9759' result='effect1_foregroundBlur_251_255'/%3E%3C/filter%3E%3Cfilter id='filter2_f_251_255' x='92.3814' y='105' width='473.081' height='410' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='42.8136' result='effect1_foregroundBlur_251_255'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_251_255' x1='115.499' y1='91.181' x2='150.526' y2='283.794' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_251_255' x1='115.499' y1='91.181' x2='150.526' y2='283.794' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}

.card_3_slider {
  position: relative;
  z-index: 1;
}

.card_3_slider .slide_arrows_bt {
  display: table;
  left: -4.0625rem;
  top: 12.5rem;
  z-index: 2;
}

.card_3_slider .slide_arrows_bt button svg {
  width: 1.8125rem;
}

.h2.center {
  text-align: center;
}

.faq {
  margin: 0 0 13.75rem;
}

.faq_item {
  padding: 3.875rem 7.5rem;
  background: #121212;
  background-size: 25rem;
  counter-increment: faq-counter;
  cursor: pointer;
  overflow: hidden;
}

.faq_item .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.faq_item .opis {
  display: none;
  margin: 2.5rem 0 0px 7.5rem;
  max-width: 48.75rem;
  position: relative;
}

.faq_item .title .tx {
  display: flex;
  gap: 6.25rem;
  align-items: center;
  opacity: 0.3;
  transition: 0.3s;
  position: relative;
}

.faq_item .title .tx .zg {
  color: #F4F4F4;
  font-size: 1.375rem;
  line-height: normal;
  letter-spacing: 0.22px;
}

.faq_box {
  counter-reset: faq-counter;
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
  margin: 5.3125rem 0 0;
  position: relative;
}

.faq_item:hover .title .tx {
  opacity: 1;
}

.faq_item .num::before {
  content: counter(faq-counter, decimal-leading-zero);
  margin-right: 0.5rem;
  min-width: 2ch;
  color: #F4F4F4;
  font-family: Magistral;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
}

.faq_item.active .title .tx {
  opacity: 1;
}

.faq_item .title:before {
  position: absolute;
  top: -10rem;
  left: -6.25rem;
  content: "";
  width: 30.625rem;
  height: 31.25rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='353' height='278' viewBox='0 0 353 278' fill='none'%3E%3Cg filter='url(%23filter0_f_686_171)'%3E%3Cpath d='M178.337 156.584C186.424 150.582 193.563 143.591 201.192 136.849C208.619 130.286 216.363 124.133 222.915 117.187C230.153 109.515 235.855 101.952 241.259 94.3748C248.2 84.6418 257.98 73.509 259.282 66.1941C260.58 58.9 254.596 56.5457 248.177 55.5022C241.88 54.4785 233.313 55.637 222.982 60.2928C213.129 64.7331 201.968 72.5373 191.834 80.8932C182.953 88.2159 177.822 97.2059 169.099 104.72C160.321 112.281 148.882 115.924 141.698 124.08C134.73 131.992 139.498 135.899 135.075 143.352C129.455 152.822 115.206 164.799 112.749 172.861C110.396 180.581 115.783 183.722 122.679 184.028C129.443 184.328 140.13 179.603 150.413 174.532C159.451 170.076 168.986 163.523 178.337 156.584Z' fill='url(%23paint0_linear_686_171)'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_686_171)'%3E%3Cpath d='M178.337 156.584C186.424 150.582 193.563 143.591 201.192 136.849C208.619 130.286 216.363 124.133 222.915 117.187C230.153 109.515 235.855 101.952 241.259 94.3748C248.2 84.6418 257.98 73.509 259.282 66.1941C260.58 58.9 254.596 56.5457 248.177 55.5022C241.88 54.4785 233.313 55.637 222.982 60.2928C213.129 64.7331 201.968 72.5373 191.834 80.8932C182.953 88.2159 177.822 97.2059 169.099 104.72C160.321 112.281 148.882 115.924 141.698 124.08C134.73 131.992 139.498 135.899 135.075 143.352C129.455 152.822 115.206 164.799 112.749 172.861C110.396 180.581 115.783 183.722 122.679 184.028C129.443 184.328 140.13 179.603 150.413 174.532C159.451 170.076 168.986 163.523 178.337 156.584Z' fill='url(%23paint1_linear_686_171)'/%3E%3C/g%3E%3Cg filter='url(%23filter2_f_686_171)'%3E%3Cpath d='M172.264 131.483C180.398 126.772 186.39 119.682 193.305 113.368C200.036 107.22 207.541 102.006 212.668 94.5826C218.333 86.3822 221.729 77.2946 224.661 67.9723C228.426 55.9978 235.543 43.5929 232.396 31.8455C229.258 20.1317 218.471 11.8567 207.938 5.54487C197.607 -0.646585 185.341 -4.65442 172.837 -3.84721C160.911 -3.07739 149.351 2.59732 139.744 9.94708C131.325 16.388 129.802 28.3471 121.759 35.2299C113.665 42.1567 98.7585 40.4323 93.5165 49.5084C88.432 58.3116 98.4529 68.4201 96.9315 78.2167C94.9987 90.6626 81.6519 101.392 83.5598 113.622C85.3867 125.334 95.8149 134.55 106.557 139.92C117.093 145.187 130.093 144.51 142.233 142.951C152.903 141.581 162.86 136.931 172.264 131.483Z' fill='%230E0E0E'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_686_171' x='18.8729' y='-38.1584' width='333.903' height='315.515' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='46.6578' result='effect1_foregroundBlur_686_171'/%3E%3C/filter%3E%3Cfilter id='filter1_f_686_171' x='18.8729' y='-38.1584' width='333.903' height='315.515' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='46.6578' result='effect1_foregroundBlur_686_171'/%3E%3C/filter%3E%3Cfilter id='filter2_f_686_171' x='29.3673' y='-57.9566' width='257.818' height='256.038' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='27.0032' result='effect1_foregroundBlur_686_171'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_686_171' x1='139.179' y1='238.844' x2='78.4913' y2='131.786' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_686_171' x1='139.179' y1='238.844' x2='78.4913' y2='131.786' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat center;
  display: none;
}

.faq_item.active rect.plus-vert {
  opacity: 0;
}

.faq_item rect {
  transition: 0.3s;
}

.breadcrumb {
  position: absolute;
  left: 0;
  top: 11.25rem;
}

.breadcrumb ul {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}

.breadcrumb ul li {
  color: #F4F4F4;
  font-size: 0.8125rem;
  letter-spacing: 0.26px;
}

.breadcrumb ul a {
  color: rgba(244, 244, 244, 0.5);
  position: relative;
  display: flex;
  gap: 0.3125rem;
}

.breadcrumb ul a:after {
  content: "/";
}

.breadcrumb ul a:hover {
  color: #F4F4F4;
}

.agr_b4 {
  margin: 19.375rem 0 0;
}

.agr_b5 {
  margin: 13.75rem 0 0;
}

.agr_b5_img {
  width: 100%;
  margin: 2.5rem 0 0;
}

.zoom__slide {
  width: 26rem !important;
}

.slider_zoom .splide__track {
  overflow: visible;
}

.agr_b6 {
  margin: 16.25rem 0 13.4375rem;
}

.agr_b6_tx {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 3.4375rem;
  margin: 0 0 7.5rem;
}

.zoom__slide p {
  color: #F4F4F4;
  font-size: 1.25rem;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  margin: 1.875rem 0 0;
}

.agr_b6 .img1 {
  left: -30.625rem;
  top: -22.25rem;
  width: 48rem;
  position: absolute;
}

img {
  /* mix-blend-mode: lighten; */
}

.agr_b6 .main_lt {
  position: relative;
}

.vod_b2_top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}

.vod_b2_top .right {
  max-width: 32rem;
  display: -ms-grid;
  display: grid;
  gap: 1.375rem;
}

.oil_b4 {
  margin: 18.75rem 0 0;
}

.oil_b4 .pzg {
  margin: 1.375rem 0 11.25rem;
  color: rgba(244, 244, 244, 0.8);
}

.oil_b4_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  position: relative;
  z-index: 1;
}

.oil_b4_box_item .image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -32%;
  width: 21.625rem;
}

.oil_b4_box_item .zg {
  padding: 10.5rem 0 5rem;
  color: #F4F4F4;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.22px;
  position: relative;
}

.oil_b4_box_item {
  position: relative;
  padding: 3.125rem;
  transition: 0.3s;
}

.tx_box p {
  display: flex;
  align-items: center;
  gap: 1.5625rem;
  position: relative;
}

.tx_box p span {
  color: #F4F4F4;
  font-size: 1rem;
  flex-shrink: 0;
}

.oil_b4_box_item .items {
  margin: 2.5rem 0 0;
  display: -ms-grid;
  display: grid;
  position: relative;
}

.oil_b4_box_item .items .item {
  display: flex;
  justify-content: space-between;
}

.oil_b4_box_item:nth-child(2) .image {
  top: -22%;
  width: 6rem;
}

.tx_box p:after {
  content: "";
  height: 0;
  width: 100%;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}

.oil_b4_box_item .items .item .tx1 {
  color: rgba(244, 244, 244, 0.8);
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.5625rem;
}

.oil_b4_box_item .items .item .tx2 {
  color: #F4F4F4;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
}

.oil_b4_box_item:before {
  position: absolute;
  content: "";
  left: 2.25rem;
  bottom: -1.25rem;
  width: 39.0625rem;
  height: 28.3125rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='625' height='500' viewBox='0 0 625 453' fill='none'%3E%3Cg opacity='0.5'%3E%3Cg filter='url(%23filter0_f_251_255)'%3E%3Cpath d='M261.038 149.202C278.557 148.01 295.953 148.987 313.712 149.158C331.001 149.325 348.24 148.669 364.81 150.201C383.115 151.894 399.268 155.048 415.045 158.528C435.31 162.999 460.918 166.204 470.983 173.625C481.02 181.025 475.812 190.055 468.534 197.965C461.395 205.724 448.771 213.221 429.828 218.355C411.762 223.251 388.132 225.469 365.225 225.962C345.152 226.394 328.123 220.936 308.04 220.974C287.83 221.013 268.582 228.51 249.796 226.181C231.575 223.922 233.406 214.292 219.064 209.943C200.843 204.417 168.376 204.836 155.934 197.717C144.019 190.9 147.542 181.546 156.29 174.027C164.871 166.651 184.362 161.231 203.715 156.644C220.725 152.613 240.783 150.58 261.038 149.202Z' fill='url(%23paint0_linear_251_255)'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_251_255)'%3E%3Cpath d='M261.038 149.202C278.557 148.01 295.953 148.987 313.712 149.158C331.001 149.325 348.24 148.669 364.81 150.201C383.115 151.894 399.268 155.048 415.045 158.528C435.31 162.999 460.918 166.204 470.983 173.625C481.02 181.025 475.812 190.055 468.534 197.965C461.395 205.724 448.771 213.221 429.828 218.355C411.762 223.251 388.132 225.469 365.225 225.962C345.152 226.394 328.123 220.936 308.04 220.974C287.83 221.013 268.582 228.51 249.796 226.181C231.575 223.922 233.406 214.292 219.064 209.943C200.843 204.417 168.376 204.836 155.934 197.717C144.019 190.9 147.542 181.546 156.29 174.027C164.871 166.651 184.362 161.231 203.715 156.644C220.725 152.613 240.783 150.58 261.038 149.202Z' fill='url(%23paint1_linear_251_255)'/%3E%3C/g%3E%3Cg filter='url(%23filter2_f_251_255)'%3E%3Cpath d='M281.673 185.599C297.781 182.811 313.777 185.096 330.105 185.496C346.002 185.886 361.853 184.353 377.09 187.936C393.921 191.893 408.773 199.267 423.279 207.404C441.913 217.857 465.459 225.35 474.714 242.7C483.943 260.001 479.154 281.114 472.462 299.607C465.898 317.748 454.29 335.277 436.872 347.28C420.261 358.727 398.533 363.914 377.472 365.066C359.014 366.075 343.356 353.315 324.891 353.405C306.307 353.494 288.61 371.024 271.336 365.579C254.582 360.297 256.266 337.781 243.078 327.612C226.325 314.693 196.472 315.672 185.031 299.027C174.076 283.09 177.315 261.221 185.359 243.64C193.249 226.395 211.17 213.723 228.965 202.999C244.605 193.574 263.049 188.822 281.673 185.599Z' fill='%230E0E0E'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_251_255' x='0.344376' y='-5' width='624.161' height='410' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='73.9759' result='effect1_foregroundBlur_251_255'/%3E%3C/filter%3E%3Cfilter id='filter1_f_251_255' x='0.344376' y='-5' width='624.161' height='410' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='73.9759' result='effect1_foregroundBlur_251_255'/%3E%3C/filter%3E%3Cfilter id='filter2_f_251_255' x='92.3814' y='105' width='473.081' height='410' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='42.8136' result='effect1_foregroundBlur_251_255'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_251_255' x1='115.499' y1='91.181' x2='150.526' y2='283.794' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_251_255' x1='115.499' y1='91.181' x2='150.526' y2='283.794' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  transition: 0.3s;
  opacity: 0;
}

.oil_b4_box_item:hover {
  background: #121212;
}

.oil_b4_box_item:hover:before {
  opacity: 1;
}

.tx_box {
  position: relative;
}

.oil_b5 {
  margin: 20.625rem 0;
}

.oil_b5 .main_lt {
  display: flex;
  justify-content: space-between;
  gap: 10.625rem;
  position: relative;
}

.oil_b5 .left .graph {
  display: flex;
  gap: 5.3125rem;
  align-items: baseline;
  position: relative;
}

.oil_b5 .left .graph p {
  color: #F4F4F4;
  text-align: center;
  font-size: 1.125rem;
  line-height: normal;
  letter-spacing: 0.18px;
  margin: 2.5rem 0 0;
  text-transform: uppercase;
}

.oil_b5 .left .graph>div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.oil_b5 .right {
  margin: 3.125rem 0 0;
}

.oil_b5 .right .bt {
  margin: 3.125rem 0 0;
  width: 29.375rem;
}

.oil_b5 .right .legend {
  margin: 8.125rem 0 0;
  display: -ms-grid;
  display: grid;
  gap: 0.8125rem;
}

.oil_b5 .right .legend p span {
  color: #F4F4F4;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
}

.oil_b5 .right .legend p {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.oil_b5 .right .legend i {
  width: 0.5rem;
  height: 1.875rem;
}

.oil_b5 .right .legend i.green {
  background: #85BE54;
}

.oil_b5 .right .legend i.yellow {
  background: #FFF647;
}

.oil_b4_box_item .content {
  opacity: 0.4;
  transition: 0.3s;
}

.oil_b4_box_item:hover .content {
  opacity: 1;
}

.b5 .main_big .right .item .top {
  display: flex;
  justify-content: space-between;
}

.b5 .main_big .right .item .top i {
  counter-increment: steps;
}

.b5 .main_big .right .item .top i:before {
  content: counter(steps, decimal-leading-zero);
  color: #F4F4F4;
  font-family: Magistral;
  font-size: 0.875rem;
  font-style: normal;
  letter-spacing: 0.42px;
  position: relative;
  z-index: 1;
}

.b5 .main_big .right .item .top {
  display: flex;
  justify-content: space-between;
}

.b5 .main_big .right .item .top i {
  counter-increment: steps;
}

.b5 .main_big .right .item .top i:before {
  content: counter(steps, decimal-leading-zero);
  color: #F4F4F4;
  font-family: Magistral;
  font-size: 0.875rem;
  font-style: normal;
  letter-spacing: 0.42px;
  position: relative;
  z-index: 1;
}

.b5 .main_big .right.colomns_4 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.oil_b5 .bg {
  position: absolute;
  top: -31.25rem;
  right: -28.75rem;
}

.prod_b2 {
  margin: 12.5rem 0 0;
}

.prod_b2_img {
  margin: 5rem 0 0;
  position: relative;
}

.prod_b2_img .image {
  width: 100%;
  position: relative;
}

.prod_b2_img .bg {
  position: absolute;
  left: -6.25rem;
  top: 10rem;
  width: 12.8125rem;
}

.prod_b2_img:before {
  position: absolute;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='625' height='453' viewBox='0 0 625 453' fill='none'%3E%3Cg opacity='0.5'%3E%3Cg filter='url(%23filter0_f_236_3470)'%3E%3Cpath d='M363.571 303.798C346.052 304.99 328.655 304.013 310.897 303.842C293.608 303.675 276.369 304.331 259.798 302.799C241.493 301.106 225.34 297.952 209.564 294.472C189.299 290.001 163.691 286.796 153.625 279.375C143.589 271.975 148.796 262.945 156.074 255.035C163.213 247.276 175.837 239.779 194.781 234.645C212.847 229.749 236.477 227.531 259.383 227.038C279.457 226.606 296.486 232.064 316.568 232.026C336.779 231.987 356.026 224.49 374.812 226.819C393.034 229.078 391.202 238.708 405.545 243.057C423.765 248.583 456.232 248.164 468.675 255.283C480.589 262.1 477.066 271.454 468.318 278.973C459.738 286.349 440.246 291.769 420.893 296.356C403.884 300.387 383.825 302.42 363.571 303.798Z' fill='url(%23paint0_linear_236_3470)'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_236_3470)'%3E%3Cpath d='M363.571 303.798C346.052 304.99 328.655 304.013 310.897 303.842C293.608 303.675 276.369 304.331 259.798 302.799C241.493 301.106 225.34 297.952 209.564 294.472C189.299 290.001 163.691 286.796 153.625 279.375C143.589 271.975 148.796 262.945 156.074 255.035C163.213 247.276 175.837 239.779 194.781 234.645C212.847 229.749 236.477 227.531 259.383 227.038C279.457 226.606 296.486 232.064 316.568 232.026C336.779 231.987 356.026 224.49 374.812 226.819C393.034 229.078 391.202 238.708 405.545 243.057C423.765 248.583 456.232 248.164 468.675 255.283C480.589 262.1 477.066 271.454 468.318 278.973C459.738 286.349 440.246 291.769 420.893 296.356C403.884 300.387 383.825 302.42 363.571 303.798Z' fill='url(%23paint1_linear_236_3470)'/%3E%3C/g%3E%3Cg filter='url(%23filter2_f_236_3470)'%3E%3Cpath d='M342.936 267.401C326.827 270.189 310.832 267.904 294.503 267.504C278.606 267.114 262.755 268.647 247.519 265.064C230.688 261.107 215.835 253.733 201.329 245.596C182.695 235.143 159.15 227.65 149.894 210.3C140.666 192.999 145.454 171.886 152.146 153.393C158.71 135.252 170.318 117.723 187.736 105.72C204.347 94.2732 226.075 89.0863 247.137 87.9343C265.594 86.9248 281.252 99.6848 299.718 99.5955C318.301 99.5057 335.999 81.9756 353.272 87.4213C370.027 92.7033 368.343 115.219 381.53 125.388C398.284 138.307 428.137 137.328 439.577 153.973C450.533 169.91 447.293 191.779 439.25 209.36C431.36 226.605 413.438 239.277 395.643 250.001C380.003 259.426 361.56 264.178 342.936 267.401Z' fill='%230E0E0E'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_236_3470' x='0.1035' y='78.4183' width='624.161' height='373.915' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='73.9759' result='effect1_foregroundBlur_236_3470'/%3E%3C/filter%3E%3Cfilter id='filter1_f_236_3470' x='0.1035' y='78.4183' width='624.161' height='373.915' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='73.9759' result='effect1_foregroundBlur_236_3470'/%3E%3C/filter%3E%3Cfilter id='filter2_f_236_3470' x='59.1457' y='0.745453' width='473.081' height='353.646' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='42.8136' result='effect1_foregroundBlur_236_3470'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_236_3470' x1='509.109' y1='361.819' x2='474.082' y2='169.206' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_236_3470' x1='509.109' y1='361.819' x2='474.082' y2='169.206' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;
  width: 44.0625rem;
  height: 31.3125rem;
  top: -5.625rem;
  left: -26.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='625' height='470' viewBox='0 0 625 453' fill='none'%3E%3Cg opacity='0.5'%3E%3Cg filter='url(%23filter0_f_251_261)'%3E%3Cpath d='M363.571 303.798C346.052 304.99 328.655 304.013 310.897 303.842C293.608 303.675 276.369 304.331 259.798 302.799C241.493 301.106 225.34 297.952 209.564 294.472C189.299 290.001 163.691 286.796 153.625 279.375C143.589 271.975 148.796 262.945 156.074 255.035C163.213 247.276 175.837 239.779 194.781 234.645C212.847 229.749 236.477 227.531 259.383 227.038C279.457 226.606 296.486 232.064 316.568 232.026C336.779 231.987 356.026 224.49 374.812 226.819C393.034 229.078 391.202 238.708 405.545 243.057C423.765 248.583 456.232 248.164 468.675 255.283C480.589 262.1 477.066 271.454 468.318 278.973C459.738 286.349 440.246 291.769 420.893 296.356C403.884 300.387 383.825 302.42 363.571 303.798Z' fill='url(%23paint0_linear_251_261)'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_251_261)'%3E%3Cpath d='M363.571 303.798C346.052 304.99 328.655 304.013 310.897 303.842C293.608 303.675 276.369 304.331 259.798 302.799C241.493 301.106 225.34 297.952 209.564 294.472C189.299 290.001 163.691 286.796 153.625 279.375C143.589 271.975 148.796 262.945 156.074 255.035C163.213 247.276 175.837 239.779 194.781 234.645C212.847 229.749 236.477 227.531 259.383 227.038C279.457 226.606 296.486 232.064 316.568 232.026C336.779 231.987 356.026 224.49 374.812 226.819C393.034 229.078 391.202 238.708 405.545 243.057C423.765 248.583 456.232 248.164 468.675 255.283C480.589 262.1 477.066 271.454 468.318 278.973C459.738 286.349 440.246 291.769 420.893 296.356C403.884 300.387 383.825 302.42 363.571 303.798Z' fill='url(%23paint1_linear_251_261)'/%3E%3C/g%3E%3Cg filter='url(%23filter2_f_251_261)'%3E%3Cpath d='M342.936 267.401C326.827 270.189 310.832 267.904 294.503 267.504C278.606 267.114 262.755 268.647 247.519 265.064C230.688 261.107 215.835 253.733 201.329 245.596C182.695 235.143 159.15 227.65 149.894 210.3C140.666 192.999 145.454 171.886 152.146 153.393C158.71 135.252 170.318 117.723 187.736 105.72C204.347 94.2732 226.075 89.0863 247.137 87.9343C265.594 86.9248 281.252 99.6848 299.718 99.5955C318.301 99.5057 335.999 81.9756 353.272 87.4213C370.027 92.7033 368.343 115.219 381.53 125.388C398.284 138.307 428.137 137.328 439.577 153.973C450.533 169.91 447.293 191.779 439.25 209.36C431.36 226.605 413.438 239.277 395.643 250.001C380.003 259.426 361.56 264.178 342.936 267.401Z' fill='%230E0E0E'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_251_261' x='0.1035' y='78.4183' width='624.161' height='373.915' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='73.9759' result='effect1_foregroundBlur_251_261'/%3E%3C/filter%3E%3Cfilter id='filter1_f_251_261' x='0.1035' y='78.4183' width='624.161' height='420' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='73.9759' result='effect1_foregroundBlur_251_261'/%3E%3C/filter%3E%3Cfilter id='filter2_f_251_261' x='59.1457' y='0.745453' width='473.081' height='380.646' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='42.8136' result='effect1_foregroundBlur_251_261'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_251_261' x1='509.109' y1='361.819' x2='474.082' y2='169.206' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_251_261' x1='509.109' y1='361.819' x2='474.082' y2='169.206' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
}

.slider_аpplications .splide__slide.center {
  align-items: center;
}

.b7.prod_b3 {
  padding: 0;
  margin: 18.125rem 0;
}

.vod_b4.prod_b4 .top {
  margin: 0 0 10.3125rem;
}

.prod_b7 .tx {
  height: 31.6875rem;
}

.prod_b7 .vod_b3_img {
  bottom: -3.75rem;
  right: 1.375rem;
  width: 32.375rem;
}

.prod_b8_box {
  max-width: 23.75rem;
  padding: 2.1875rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background: #121212;
  margin: -2.5rem 0 0 8.875rem;
  position: relative;
  z-index: 1;
}

.prod_b8 .el1 {
  position: absolute;
  right: -1.875rem;
  top: 12.8125rem;
}

.prod_b8 .main_lt {
  position: relative;
}

.prod_b8 .el1:before {
  position: absolute;
  left: -10.625rem;
  top: -19.375rem;
  content: "";
  width: 41.75rem;
  height: 40.875rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='668' height='654' viewBox='0 0 668 654' fill='none'%3E%3Cg opacity='0.5'%3E%3Cg filter='url(%23filter0_f_1046_3096)'%3E%3Cpath d='M292.6 404.408C312.79 386.63 331.859 367.926 351.699 349.234C371.015 331.037 390.647 313.29 408.538 295.183C428.301 275.179 444.987 256.722 461.103 238.5C481.805 215.094 509.072 186.704 516.996 172.553C524.896 158.443 514.959 159.515 503.208 163.301C491.681 167.014 474.12 176.602 450.545 193.96C428.061 210.513 400.551 234.198 374.636 257.961C351.925 278.786 335.301 299.281 312.759 320.306C290.074 341.466 265.084 357.994 245.07 378.811C225.658 399.002 232.081 401.758 217.968 418.899C200.038 440.675 163.433 474.493 152.707 490.988C142.436 506.783 150.63 507.633 163.853 502.117C176.824 496.707 201.144 478.915 224.931 460.862C245.837 444.995 269.257 424.963 292.6 404.408Z' fill='url(%23paint0_linear_1046_3096)'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_1046_3096)'%3E%3Cpath d='M292.6 404.408C312.79 386.63 331.859 367.926 351.699 349.234C371.015 331.037 390.647 313.29 408.538 295.183C428.301 275.179 444.987 256.722 461.103 238.5C481.805 215.094 509.072 186.704 516.996 172.553C524.896 158.443 514.959 159.515 503.208 163.301C491.681 167.014 474.12 176.602 450.545 193.96C428.061 210.513 400.551 234.198 374.636 257.961C351.925 278.786 335.301 299.281 312.759 320.306C290.074 341.466 265.084 357.994 245.07 378.811C225.658 399.002 232.081 401.758 217.968 418.899C200.038 440.675 163.433 474.493 152.707 490.988C142.436 506.783 150.63 507.633 163.853 502.117C176.824 496.707 201.144 478.915 224.931 460.862C245.837 444.995 269.257 424.963 292.6 404.408Z' fill='url(%23paint1_linear_1046_3096)'/%3E%3C/g%3E%3Cg filter='url(%23filter2_f_1046_3096)'%3E%3Cpath d='M299.234 365.114C318.566 349.588 335.47 331.716 353.603 314.412C371.256 297.565 389.73 281.699 405.194 263.994C422.277 244.435 435.59 225.291 448.169 206.139C464.326 181.538 487.336 153.227 489.846 135.104C492.348 117.033 477.4 111.799 461.505 109.832C445.913 107.902 424.942 111.554 399.961 123.978C376.137 135.827 349.415 156.076 325.269 177.587C304.109 196.438 292.336 219.041 271.584 238.347C250.7 257.777 222.898 267.81 205.994 288.555C189.599 308.676 201.702 317.844 191.524 336.6C178.593 360.429 144.667 391.236 139.385 411.306C134.328 430.525 147.882 437.749 164.879 437.857C181.551 437.962 207.401 425.336 232.224 411.896C254.042 400.083 276.884 383.064 299.234 365.114Z' fill='%230E0E0E'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_1046_3096' x='0.126328' y='12.8924' width='667.652' height='640.261' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='73.9759' result='effect1_foregroundBlur_1046_3096'/%3E%3C/filter%3E%3Cfilter id='filter1_f_1046_3096' x='0.126328' y='12.8924' width='667.652' height='640.261' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='73.9759' result='effect1_foregroundBlur_1046_3096'/%3E%3C/filter%3E%3Cfilter id='filter2_f_1046_3096' x='52.6854' y='23.7196' width='523.063' height='499.764' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='42.8136' result='effect1_foregroundBlur_1046_3096'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_1046_3096' x1='155.684' y1='585.087' x2='73.533' y2='482.002' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_1046_3096' x1='155.684' y1='585.087' x2='73.533' y2='482.002' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat center;
}

.prod_b9 {
  margin: 19.6875rem 0 0;
}

.prod_b9_box {
  margin: 5rem 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  counter-reset: prod-counter;
  position: relative;
  z-index: 1;
}

.prod_b9_box .item {
  padding: 2.5rem 1.25rem 1.25rem 1.25rem;
  display: flex;
  gap: 2rem;
  border-top: 1px solid rgba(244, 244, 244, 0.13);
}

.prod_b9_box .item i {
  counter-increment: prod-counter;
  color: rgba(133, 190, 84, 0.5);
  font-family: Magistral;
  font-size: 0.875rem;
  font-style: normal;
  letter-spacing: 0.42px;
  text-transform: lowercase;
  margin: 0.1875rem 0 0;
}

.prod_b9_box .item i::before {
  content: counter(prod-counter, decimal-leading-zero);
}

.prod_b9_box .item p {
  color: #F4F4F4;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0.15px;
  text-transform: uppercase;
}

.prod_b9_box .item p span {
  color: #85BE54;
}

.prod_b10 {
  margin: 17.5rem 0 0;
}

.prod_b10 .h2 {
  margin: 0 0 5.625rem;
}

.prod_b10_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.prod_b10_item .zg {
  color: rgba(244, 244, 244, 0.8);
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5625rem;
  max-width: 28.75rem;
  position: relative;
  padding-left: 2.625rem;
  margin-left: 2.25rem;
  margin-bottom: 3.375rem;
}

.prod_b10_item .zg:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.6875rem;
  width: 1.25rem;
  height: 0.1625rem;
  background: #85BE54;
}

.prod_b10_box .bg img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: table;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}

.prod_b10_box .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* inset: 0; */
}

.prod_b10_box .item {
  position: relative;
  height: 20.625rem;
  padding: 1.5625rem;
  display: flex;
  align-items: flex-end;
}

.prod_b10_box .item p {
  position: relative;
  color: #F4F4F4;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  z-index: 2;
}

.prod_b10_box .bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(14, 14, 14, 0) 0%, rgba(14, 14, 14, 0.88) 80%, #0E0E0E 100%);
  z-index: 1;
}

.prod_b10_box .item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='348' height='301' viewBox='0 0 348 301' fill='none'%3E%3Cg opacity='0.5'%3E%3Cg filter='url(%23filter0_f_1047_859)'%3E%3Cpath d='M248.786 10.9735C265.505 9.83568 282.108 10.7685 299.056 10.9317C315.555 11.0907 332.008 10.4651 347.822 11.9274C365.291 13.5428 380.707 16.5527 395.763 19.8743C415.103 24.1411 439.542 27.1994 449.148 34.2816C458.727 41.3436 453.757 49.9616 446.811 57.5104C439.998 64.9153 427.95 72.0703 409.871 76.9697C392.63 81.6422 370.079 83.7594 348.218 84.2296C329.061 84.6416 312.809 79.4332 293.643 79.4696C274.355 79.5063 255.986 86.6619 238.058 84.439C220.668 82.283 222.416 73.0924 208.728 68.9416C191.339 63.6682 160.354 64.0677 148.48 57.2736C137.109 50.768 140.471 41.8415 148.82 34.6652C157.009 27.626 175.611 22.4534 194.08 18.0761C210.313 14.2289 229.456 12.2891 248.786 10.9735Z' fill='url(%23paint0_linear_1047_859)'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_1047_859)'%3E%3Cpath d='M248.786 10.9735C265.505 9.83568 282.108 10.7685 299.056 10.9317C315.555 11.0907 332.008 10.4651 347.822 11.9274C365.291 13.5428 380.707 16.5527 395.763 19.8743C415.103 24.1411 439.542 27.1994 449.148 34.2816C458.727 41.3436 453.757 49.9616 446.811 57.5104C439.998 64.9153 427.95 72.0703 409.871 76.9697C392.63 81.6422 370.079 83.7594 348.218 84.2296C329.061 84.6416 312.809 79.4332 293.643 79.4696C274.355 79.5063 255.986 86.6619 238.058 84.439C220.668 82.283 222.416 73.0924 208.728 68.9416C191.339 63.6682 160.354 64.0677 148.48 57.2736C137.109 50.768 140.471 41.8415 148.82 34.6652C157.009 27.626 175.611 22.4534 194.08 18.0761C210.313 14.2289 229.456 12.2891 248.786 10.9735Z' fill='url(%23paint1_linear_1047_859)'/%3E%3C/g%3E%3Cg filter='url(%23filter2_f_1047_859)'%3E%3Cpath d='M268.479 45.7094C283.852 43.0491 299.118 45.2301 314.701 45.6117C329.873 45.9833 345 44.5207 359.541 47.9396C375.604 51.7166 389.778 58.7536 403.622 66.5198C421.405 76.4955 443.876 83.646 452.709 100.204C461.516 116.716 456.946 136.865 450.56 154.514C444.296 171.827 433.218 188.555 416.595 200.01C400.741 210.935 380.006 215.885 359.905 216.984C342.29 217.948 327.347 205.77 309.725 205.855C291.99 205.941 275.1 222.671 258.615 217.474C242.625 212.433 244.232 190.945 231.647 181.24C215.658 168.911 187.168 169.845 176.249 153.96C165.794 138.75 168.886 117.88 176.562 101.101C184.092 84.6433 201.195 72.5496 218.178 62.3155C233.104 53.3206 250.706 48.7853 268.479 45.7094Z' fill='%230E0E0E'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_1047_859' x='-0.00674438' y='-130.781' width='595.67' height='356.846' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='70.5991' result='effect1_foregroundBlur_1047_859'/%3E%3C/filter%3E%3Cfilter id='filter1_f_1047_859' x='-0.00674438' y='-130.781' width='595.67' height='356.846' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='70.5991' result='effect1_foregroundBlur_1047_859'/%3E%3C/filter%3E%3Cfilter id='filter2_f_1047_859' x='87.8284' y='-37.3102' width='451.486' height='337.503' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='40.8592' result='effect1_foregroundBlur_1047_859'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_1047_859' x1='109.891' y1='-44.3988' x2='143.32' y2='139.422' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_1047_859' x1='109.891' y1='-44.3988' x2='143.32' y2='139.422' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat right top, #121212;
  z-index: 2;
  opacity: 1;
  transition: 0.3s;
}

.prod_b10_box .item:hover:before {
  opacity: 0;
}

.prod_b10_item.item2 .prod_b10_box .item:nth-child(2) {
  height: 100%;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
  -ms-grid-column: 2;
  grid-column: 2;
}

.prod_b10_item.item2 {
  margin: 12.1875rem 0 0;
}

.prod_b10_item.item2 .zg {
  margin-left: 30rem;
}

.prod_b10>div>.bg {
  position: absolute;
  right: -55.625rem;
  top: -46.25rem;
}

.prod_b10 .main_lt {
  position: relative;
}

.prod_b10>div>.bg .img {
  width: 104.375rem;
}

.prod_b11 .text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}

.prod_b11 .text p {
  color: #FFF;
  font-size: 1.25rem;
  letter-spacing: 0.2px;
  margin: 2.5rem 0 0;
}

.prod_b11 {
  margin: 18.75rem 0 0;
}

.b9.prod_b14 {
  padding: 0 0 3.125rem;
}

.faq_fon .faq_box:before {
  content: "";
  position: absolute;
  right: -13.125rem;
  top: -37.5rem;
  width: 41.875rem;
  height: 40.9375rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='669' height='654' viewBox='0 0 669 654' fill='none'%3E%3Cg opacity='0.5'%3E%3Cg filter='url(%23filter0_f_1046_3337)'%3E%3Cpath d='M375.785 404.41C355.595 386.631 336.526 367.927 316.686 349.236C297.37 331.038 277.737 313.292 259.847 295.184C240.084 275.181 223.398 256.723 207.281 238.501C186.58 215.095 159.312 186.705 151.389 172.555C143.489 158.444 153.426 159.517 165.177 163.302C176.704 167.015 194.265 176.604 217.84 193.961C240.324 210.515 267.834 234.199 293.749 257.963C316.46 278.788 333.084 299.282 355.625 320.308C378.311 341.467 403.301 357.996 423.315 378.812C442.727 399.003 436.304 401.76 450.417 418.9C468.347 440.677 504.952 474.495 515.678 490.99C525.949 506.784 517.754 507.634 504.531 502.119C491.561 496.709 467.241 478.916 443.454 460.863C422.547 444.997 399.128 424.965 375.785 404.41Z' fill='url(%23paint0_linear_1046_3337)'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_1046_3337)'%3E%3Cpath d='M375.785 404.41C355.595 386.631 336.526 367.927 316.686 349.236C297.37 331.038 277.737 313.292 259.847 295.184C240.084 275.181 223.398 256.723 207.281 238.501C186.58 215.095 159.312 186.705 151.389 172.555C143.489 158.444 153.426 159.517 165.177 163.302C176.704 167.015 194.265 176.604 217.84 193.961C240.324 210.515 267.834 234.199 293.749 257.963C316.46 278.788 333.084 299.282 355.625 320.308C378.311 341.467 403.301 357.996 423.315 378.812C442.727 399.003 436.304 401.76 450.417 418.9C468.347 440.677 504.952 474.495 515.678 490.99C525.949 506.784 517.754 507.634 504.531 502.119C491.561 496.709 467.241 478.916 443.454 460.863C422.547 444.997 399.128 424.965 375.785 404.41Z' fill='url(%23paint1_linear_1046_3337)'/%3E%3C/g%3E%3Cg filter='url(%23filter2_f_1046_3337)'%3E%3Cpath d='M369.154 365.115C349.823 349.589 332.918 331.717 314.786 314.413C297.132 297.566 278.659 281.7 263.195 263.995C246.112 244.436 232.799 225.292 220.22 206.14C204.063 181.539 181.052 153.228 178.543 135.105C176.04 117.034 190.988 111.8 206.883 109.833C222.475 107.903 243.446 111.555 268.427 123.979C292.252 135.828 318.974 156.077 343.12 177.588C364.279 196.439 376.053 219.042 396.804 238.348C417.688 257.778 445.491 267.811 462.394 288.556C478.79 308.677 466.687 317.845 476.865 336.601C489.795 360.43 523.722 391.237 529.004 411.307C534.061 430.526 520.507 437.75 503.51 437.857C486.838 437.963 460.988 425.336 436.164 411.897C414.347 400.084 391.505 383.065 369.154 365.115Z' fill='%230E0E0E'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_1046_3337' x='0.606796' y='12.8939' width='667.652' height='640.261' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='73.9759' result='effect1_foregroundBlur_1046_3337'/%3E%3C/filter%3E%3Cfilter id='filter1_f_1046_3337' x='0.606796' y='12.8939' width='667.652' height='640.261' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='73.9759' result='effect1_foregroundBlur_1046_3337'/%3E%3C/filter%3E%3Cfilter id='filter2_f_1046_3337' x='92.6405' y='23.7206' width='523.063' height='499.764' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='42.8136' result='effect1_foregroundBlur_1046_3337'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_1046_3337' x1='512.701' y1='585.089' x2='594.852' y2='482.004' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_1046_3337' x1='512.701' y1='585.089' x2='594.852' y2='482.004' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.faq_fon {
  margin-top: 18.75rem;
}

.prod_b8 .el1 img {
  width: 12.8125rem;
}

.prod_b8_box img {
  width: 2.5rem;
}

.tx_box img {
  flex-shrink: 0;
  width: 2rem;
}

.oil_b5 .left .graph .bio img {
  width: 9.25rem;
}

.oil_b5 .left .graph .other img {
  width: 9.25rem;
}

.faq_item .title svg {
  width: 1rem;
  height: auto;
}

.no_fon {
  margin: 16.25rem 0 6.875rem;
}

.no_fon .h1 {
  text-align: left;
  font-size: 1.625rem;
  letter-spacing: 0.78px;
  margin: 0 0 2rem;
}

.contacts_box {
  margin: 6.25rem 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 21.875rem 29.375rem 1fr;
  grid-template-columns: 21.875rem 29.375rem 1fr;
}

.contacts_box .item {
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
}

.contacts_box .item a {
  color: #F4F4F4;
  font-size: 1.0625rem;
  line-height: 147%;
  /* 147.059% */
}

.contacts_box .column:nth-child(1) {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.tx_17 {
  color: #F4F4F4;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 147%;
}

.contacts_box .bt {
  margin: 2.25rem 0 0;
}

.contacts_box .item .email {
  text-transform: uppercase;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.contacts {
  position: relative;
}

.contacts:before {
  position: absolute;
  content: "";
  left: -12.75rem;
  top: -6rem;
  width: 31.3125rem;
  height: 24.125rem;
  background-size: cover;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='501' height='386' viewBox='0 0 501 386' fill='none'%3E%3Cg opacity='0.5'%3E%3Cg filter='url(%23filter0_f_1046_2404)'%3E%3Cpath d='M288.033 219.563C277.32 222.916 266.359 224.901 255.294 227.442C244.521 229.915 233.902 232.893 223.372 234.41C211.74 236.086 201.228 236.533 190.901 236.721C177.636 236.962 161.239 238.787 153.875 235.674C146.532 232.57 148.424 226.18 151.769 220.178C155.051 214.29 161.781 207.747 172.793 201.732C183.294 195.996 197.654 191.094 211.821 187.373C224.236 184.113 235.636 184.967 248.115 181.95C260.673 178.914 271.522 171.383 283.548 170.031C295.212 168.72 295.509 174.979 305.074 175.545C317.225 176.265 337.346 171.165 346.143 173.736C354.566 176.198 353.77 182.538 349.452 188.516C345.217 194.381 333.908 200.656 322.56 206.392C312.587 211.433 300.42 215.687 288.033 219.563Z' fill='url(%23paint0_linear_1046_2404)'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_1046_2404)'%3E%3Cpath d='M288.033 219.563C277.32 222.916 266.359 224.901 255.294 227.442C244.521 229.915 233.902 232.893 223.372 234.41C211.74 236.086 201.228 236.533 190.901 236.721C177.636 236.962 161.239 238.787 153.875 235.674C146.532 232.57 148.424 226.18 151.769 220.178C155.051 214.29 161.781 207.747 172.793 201.732C183.294 195.996 197.654 191.094 211.821 187.373C224.236 184.113 235.636 184.967 248.115 181.95C260.673 178.914 271.522 171.383 283.548 170.031C295.212 168.72 295.509 174.979 305.074 175.545C317.225 176.265 337.346 171.165 346.143 173.736C354.566 176.198 353.77 182.538 349.452 188.516C345.217 194.381 333.908 200.656 322.56 206.392C312.587 211.433 300.42 215.687 288.033 219.563Z' fill='url(%23paint1_linear_1046_2404)'/%3E%3C/g%3E%3Cg filter='url(%23filter2_f_1046_2404)'%3E%3Cpath d='M269.781 200.012C260.182 204.146 249.897 205.109 239.687 207.295C229.746 209.422 220.12 212.738 210.114 212.782C199.06 212.83 188.728 210.46 178.497 207.564C165.355 203.843 149.6 202.695 141.26 193.288C132.944 183.908 132.774 170.069 134.177 157.574C135.554 145.318 140.157 132.691 149.197 122.632C157.817 113.04 170.552 106.577 183.474 102.721C194.798 99.3424 206.434 104.941 217.9 102.133C229.439 99.3071 237.829 85.7711 249.379 86.5817C260.582 87.368 262.891 101.616 272.605 105.973C284.947 111.507 303.359 106.448 312.953 115.09C322.139 123.366 323.385 137.444 321.005 149.572C318.671 161.469 309.418 172.019 299.954 181.338C291.636 189.528 280.878 195.232 269.781 200.012Z' fill='%230E0E0E'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_1046_2404' x='0.860703' y='21.8992' width='499.712' height='363.524' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='73.9759' result='effect1_foregroundBlur_1046_2404'/%3E%3C/filter%3E%3Cfilter id='filter1_f_1046_2404' x='0.860703' y='21.8992' width='499.712' height='363.524' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='73.9759' result='effect1_foregroundBlur_1046_2404'/%3E%3C/filter%3E%3Cfilter id='filter2_f_1046_2404' x='47.8846' y='0.919708' width='359.801' height='297.49' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='42.8136' result='effect1_foregroundBlur_1046_2404'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_1046_2404' x1='387.16' y1='233.939' x2='336.673' y2='119.417' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_1046_2404' x1='387.16' y1='233.939' x2='336.673' y2='119.417' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%233E5827'/%3E%3Cstop offset='0.525' stop-color='%2385BE54'/%3E%3Cstop offset='1' stop-color='%233E5827' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat center;
}

.no_fon .main_lt {
  position: relative;
}

.maps {
  height: 25.625rem;
  margin: 0 0 6.25rem;
}

.my-marker {
  width: 3rem;
}

.box_404 img {
  width: 33.1875rem;
  margin: 0 0 0.6875rem;
}

.box_404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 6.25rem 0 0;
}

.box_404 .tx_15 {
  text-align: center;
  margin: 0 0 3.125rem;
}

.policy .page_content p,
.policy .page_content ul li {
  color: rgba(244, 244, 244, 0.8);
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 166%;
  margin: 1.25rem 0;
}

.policy .page_content h2 {
  margin: 4.375rem 0 0;
  color: #F4F4F4;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 166%;
}

.policy .page_content a {
  color: #85BE54;
  font-size: 0.9375rem;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.slide_progress1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35.1875rem 13.3125rem;
  grid-template-columns: 35.1875rem 13.3125rem;
  gap: 1.25rem;
}

.agr_b4_item.text {
  padding: 1.5625rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s;
}

.agr_b4_item.img.item3 img {
  width: 100%;
}

.agr_b4_item .zg {
  color: #F4F4F4;
  font-size: 1.25rem;
  line-height: normal;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.agr_b4_item.text .icon {
  align-self: flex-end;
}

.slider_progress .splide__track {
  overflow: visible;
}

.slide_progress1 .agr_b4_item.item3 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

.agr_b4_item {
  height: 20.625rem;
}

.agr_b4_item.bg {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #121212;
}

.agr_b4_item.bg.item2 img {
  width: 6.75rem;
}

.slide_progress2 .agr_b4_item.item1 {
  width: 20.625rem;
  flex-direction: column-reverse;
  height: 100%;
}

.slide_progress3 {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
  -ms-grid-columns: 20.625rem 13.3125rem 13.3125rem;
  grid-template-columns: 20.625rem 13.3125rem 13.3125rem;
}

.slide_progress3 .agr_b4_item.item3 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

.slide_progress3 .agr_b4_item.item2 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/span 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.slide_progress4 {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}

.agr_b4_item.img {
  -o-object-fit: cover;
  object-fit: cover;
}

.agr_b4_item.img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.slider_progress .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.slider_progress {
  overflow: visible;
  margin: 5rem 0 0;
}

.slide_progress2 {
  height: auto;
}

.swiper-pagination {
  position: relative;
  margin: 4.6875rem 0 0;
  background: rgba(255, 255, 255, 0.1);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
}

.agr_b4_item.text:hover {
  background: #121212;
}

.agr_b6 .card_3_slider {
  margin: 7.5rem 0 0;
}

.bg img {
  mix-blend-mode: lighten;
}

.b2 .left .item .icon img {
  filter: invert(100%) sepia(60%) saturate(0%) hue-rotate(299deg) brightness(116%) contrast(100%);
  width: 2rem;
}

.about_slider_text .splide__slide.is-active .item .icon img {
  filter: invert(72%) sepia(38%) saturate(578%) hue-rotate(49deg) brightness(90%) contrast(85%);
}

.vod_b2_box_item .hover img {
  width: 100%;
}