@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cit:before {
  content: "\e907";
}

.icon-m1:before {
  content: "\e908";
}

.icon-m2:before {
  content: "\e909";
}

.icon-m3:before {
  content: "\e90a";
}

.icon-a1:before {
  content: "\e901";
}

.icon-a2:before {
  content: "\e902";
}

.icon-a3:before {
  content: "\e903";
}

.icon-a4:before {
  content: "\e900";
}

.icon-n1:before {
  content: "\e904";
}

.icon-n2:before {
  content: "\e905";
}

.icon-n3:before {
  content: "\e906";
}

@font-face {
  font-family: "Graphik LCG";
  src: url("../fonts/GraphikLCG-Bold.woff") format("woff"), url("../fonts/GraphikLCG-Bold.woff") format("woff2");
  font-weight: bold;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("../fonts/GraphikLCG-Light.woff") format("woff"), url("../fonts/GraphikLCG-Light.woff") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("../fonts/GraphikLCG-Medium.woff") format("woff"), url("../fonts/GraphikLCG-Medium.woff") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Gilroy-Bold";
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Medium";
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-SemiBold";
  font-display: swap;
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Regular";
  font-display: swap;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 16px;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Graphik LCG";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Graphik LCG";
  font-size: inherit;
}

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

button {
  cursor: pointer;
  background-color: inherit;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/
body {
  line-height: 1.2;
  background: var(--back);
  color: #3A4557;
  position: relative;
}
body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
._container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px 70px;
}
@media (max-width: 998px) {
  ._container {
    padding: 0px 40px;
  }
}

._btn {
  background: #92EDB1;
  border-radius: 9.76519px;
  font-weight: 500;
  font-size: 22.4599px;
  color: inherit;
  padding: 10px 20px;
  display: block;
  width: max-content;
  filter: var(--sh);
  transition: 0.3s;
  color: var(--btn-color);
}
._btn:hover {
  background: #D7FFE4;
}
@media (max-width: 500px) {
  ._btn {
    font-size: 18px;
    padding: 8px 16px;
  }
}

._btn-down {
  display: flex;
  font-size: 12px;
  align-items: flex-start;
  gap: 18px;
  overflow: visible;
  width: max-content;
  color: inherit;
}
@media (max-width: 998px) {
  ._btn-down {
    flex-direction: row-reverse;
  }
}
._btn-down span {
  overflow: visible;
  display: block;
  position: relative;
}
._btn-down span::before {
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 2px;
  left: 0;
  z-index: 5;
  content: "";
  background-color: #92EDB1;
}
._btn-down img {
  width: 24px;
}

._title {
  font-weight: 700;
  font-size: 32px;
  width: max-content;
  max-width: 300px;
  position: relative;
}
@media (max-width: 500px) {
  ._title {
    font-size: 26px;
  }
}
._title::before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  content: "";
  width: 105%;
  border: 2px solid #92EDB1;
  box-shadow: 0px 4px 10px rgba(146, 237, 177, 0.5);
  height: 2px;
  transform: translate(-50%, 100%);
}

.button {
  display: inline-flex;
  padding: 0px 0px;
}
.button._fw {
  width: 100%;
}

.select {
  position: relative;
  color: #858FA4;
}
.select__item {
  position: relative;
}
.select__title {
  color: #000;
  cursor: pointer;
  border-radius: 4px;
}
.select__value {
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 0px 15px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  line-height: 140%;
  /* identical to box height, or 20px */
  text-align: right;
  color: #858FA4;
}
.select__value span {
  padding-right: 10px;
}
.select__value:before {
  content: "";
  display: inline-block;
  transition: all 0.3s ease 0s;
  width: 6px;
  height: 6px;
  background: url("../img/arrow.png") center/100% no-repeat;
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.select__options {
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  border-top: 0;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
}
@media (max-width: 991.98px) {
  .select__options {
    font-size: 18px;
  }
}
.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}
@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }
}
.select._active {
  z-index: 5;
}
.select._active .select__value:before {
  transform: rotate(-180deg);
}
.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}
textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("../img/icons/check.svg") center no-repeat;
}
.checkbox__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
  cursor: pointer;
}
.checkbox__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.checkbox a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .checkbox a:hover {
    text-decoration: none;
  }
}
.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.options__item {
  position: relative;
  cursor: pointer;
}
.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}
.options__input:checked + .options__text:after {
  transform: scale(1);
}
.options__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
}
.options__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.options__text:after {
  content: "";
  transition: all 0.3s ease 0s;
  transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating {
  display: flex;
  align-items: flex-end;
  font-size: 40px;
  line-height: 0.75;
  transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
  opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
}

.rating__body::before {
  content: "★★★★★";
  display: block;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffd300;
}

.rating__items {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rating__item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__value {
  font-size: 50%;
  line-height: 1;
  padding: 0px 0px 0px 10px;
}

.quantity {
  width: 88px;
  height: 40px;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}
.quantity__button {
  flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}
.quantity__button::before, .quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}
@media (min-width: 991.98px) {
  .quantity__button:hover::before, .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.quantity__button_plus::before {
  transform: rotate(-90deg);
}
.quantity__input {
  flex: 1 1 auto;
}
.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}
ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}
ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}
.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

._video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
._video video,
._video iframe,
._video object,
._video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

._more-content {
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

._more-link {
  cursor: pointer;
}
._more-link span {
  font-style: normal;
}
._more-link span:first-child {
  display: block;
}
._more-link span:last-child {
  display: none;
}
._more-link._active span {
  font-style: normal;
}
._more-link._active span:first-child {
  display: none;
}
._more-link._active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}
._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
._swiper.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
._swiper.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

._tabs-block {
  display: none;
}
._tabs-block._active {
  display: block;
}

.mirror {
  transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}
._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}
.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}
.popup.show {
  visibility: visible;
  overflow: auto;
}
.popup.show::before {
  opacity: 1;
}
.popup.show .popup__body {
  transform: scale(1);
}
.popup._active {
  overflow: auto;
  visibility: visible;
}
.popup._active::before {
  opacity: 1;
}
.popup._active .popup__body {
  transition: all 0.3s ease 0.2s;
  transform: scale(1);
}
.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__body {
  transform: scale(0);
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 50px;
  width: 100%;
  max-width: 800px;
}
.popup__close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close.svg") 0 0 no-repeat;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 10;
  transition: 0.3s;
}
.header::before {
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--back);
  opacity: 0;
}
.header._scroll::before {
  opacity: 0.7;
}
.header._scroll .header__container {
  padding-top: 47px;
  padding-bottom: 47px;
}
@media (max-width: 900px) {
  .header._scroll .header__container {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
.header__container {
  display: flex;
  transition: 0.3s;
  align-items: center;
  justify-content: space-between;
  padding-top: 67px;
  padding-bottom: 67px;
  position: relative;
  z-index: 3;
}
@media (max-width: 900px) {
  .header__container {
    padding-top: 37px;
    padding-bottom: 37px;
  }
}
.header__logo {
  position: relative;
  z-index: 2;
  width: 105px;
  margin-right: 60px;
}
.header__logo img {
  width: 100%;
}
@media (max-width: 1200px) {
  .header__logo {
    margin-right: 40px;
  }
}
.header__wp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 15px;
}
@media (max-width: 1100px) {
  .header__wp {
    position: absolute;
    top: 0;
    transform: translate(0px, -100%);
    transition: 0.3s;
    left: 0;
    width: 100vw;
    flex-direction: column;
    align-items: flex-start;
    padding: 50px 70px;
    background-color: #92EDB1;
  }
  .header__wp._active {
    transform: translate(0px, 0%);
  }
}
@media (max-width: 1100px) and (max-width: 998px) {
  .header__wp {
    padding: 50px 40px;
    padding-top: 100px;
  }
}
.header__themes {
  display: flex;
  gap: 13px;
}
@media (max-width: 1100px) {
  .header__themes {
    position: absolute;
    bottom: 50px;
    right: 40px;
  }
}
.header__menu {
  max-width: 530px;
  width: 100%;
}
@media (max-width: 1200px) {
  .header__menu {
    max-width: 480px;
    font-size: 16px;
  }
}
.header__menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 1100px) {
  .header__menu ul {
    flex-direction: column;
    align-items: flex-start;
    font-size: 22px;
  }
}
.header__menu ul a {
  position: relative;
  color: inherit;
}
.header__menu ul a::before {
  position: absolute;
  left: 0;
  bottom: -7px;
  content: "";
  width: 0%;
  height: 2px;
  background-color: #92EDB1;
  transition: 0.3s;
}
.header__menu ul a:hover::before {
  width: 100%;
}
@media (max-width: 1100px) {
  .header__lang {
    margin-top: 20px;
  }
}
.header__btn a {
  color: #3A4557;
  filter: drop-shadow(10px 10px 40px rgba(146, 237, 177, 0.5));
  background: #92EDB1;
  border-radius: 5px;
  font-weight: 600;
  padding: 9px 10px;
  transition: 0.3s;
  color: var(--btn-color);
}
.header__btn a:hover {
  background: #D7FFE4;
}
@media (max-width: 1100px) {
  .header__btn {
    display: none;
  }
}
.header__burger {
  display: none;
}
@media (max-width: 1100px) {
  .header__burger {
    display: flex;
    position: relative;
    z-index: 2;
    width: 44px;
    flex-direction: column;
    gap: 10px;
  }
  .header__burger._active {
    gap: 0px;
  }
  .header__burger._active div {
    background-color: #000;
  }
  .header__burger._active div:nth-child(1) {
    transform: rotate(25deg);
  }
  .header__burger._active div:nth-child(2) {
    transform: rotate(-25deg);
  }
  .header__burger div {
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #92EDB1;
    transition: 0.3s;
  }
}

.language {
  position: relative;
}
.language::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 200%;
  height: 200%;
  background-color: transparent;
}
.language .language__menu._act {
  display: block;
}
.language__active::before {
  position: absolute;
  top: 50%;
  right: -7px;
  content: "";
  transform: translate(100%, -50%);
  width: 12px;
  height: 7px;
  background-image: url(../img/arr.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.language img {
  width: 27px;
  height: 18px;
  object-fit: contain;
}
@media (max-width: 1100px) {
  .language img {
    width: 37px;
    height: 28px;
  }
}
.language__menu {
  position: absolute;
  bottom: -15px;
  transform: translate(0px, 100%);
  border: 1px solid #3A4557;
  border-radius: 10px;
  display: none;
}
.language__menu::before, .language__menu::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0px;
  border: 10px solid transparent;
  border-top: 10px solid #3A4557;
  transform: rotate(180deg) translate(0px, 100%);
}
.language__menu::after {
  border-top: 10px solid white;
  top: 1.5px;
}
.language__menu .lenguage__item {
  padding: 12px 16px;
  border-bottom: 1px solid #3A4557;
  cursor: pointer;
  background-color: #fff;
}
.language__menu .lenguage__item:hover {
  background-color: #92EDB1;
}
.language__menu .lenguage__item:last-child {
  border-bottom: none;
  border-radius: 0px 0px 10px 10px;
}
.language__menu .lenguage__item:first-child {
  border-radius: 10px 10px 0px 0px;
}
.language__text {
  display: none;
}

.header__themes {
  cursor: pointer;
}
.header__themes .checkbox {
  visibility: hidden;
}
.header__themes .checkbox-group {
  position: relative;
  width: 60px;
  height: 30px;
  background: transparent;
  border: 0.700855px solid #92EDB1;
  box-shadow: 0px 7.00855px 10.5128px 1.40171px rgba(146, 237, 177, 0.19);
  border-radius: 14.0171px;
}
@media (max-width: 1100px) {
  .header__themes .checkbox-group {
    background: #FFFFFF;
  }
}
.header__themes .checkbox-group._darck {
  background: #141720;
}
.header__themes .checkbox-label {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 32px;
  z-index: 1;
  left: 32px;
  transition: all 0.4s ease;
  cursor: pointer;
}
.header__themes .checkbox-label:after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #92EDB1;
  position: absolute;
  top: 0px;
  background-image: url(../img/vhite.svg);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center center;
  left: 0px;
}
@media (max-width: 1100px) {
  .header__themes .checkbox-label:after {
    background: #3A4557;
  }
}
.header__themes .checkbox:checked + .checkbox-label {
  left: 4px;
}
.header__themes .checkbox:checked + .checkbox-label:after {
  background: #92EDB1;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/dark.svg);
}
@media (max-width: 1100px) {
  .header__themes .checkbox:checked + .checkbox-label:after {
    background: #3A4557;
  }
}

/*
//Burger
.icon-menu {
	display: none;
	@media (max-width: $md3+px) {
		display: block;
		position: absolute;
		top: 18px;
		right: 10px;
		width: 30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
		span {
			transition: all 0.3s ease 0s;
			top: calc(50% - 1px);
			left: 0px;
			position: absolute;
			width: 100%;
			height: 2px;
			background-color: #000;
			&:first-child {
				top: 0px;
			}
			&:last-child {
				top: auto;
				bottom: 0px;
			}
		}
		&._active {
			span {
				transform: scale(0);
				&:first-child {
					transform: rotate(-45deg);
					top: calc(50% - 1px);
				}
				&:last-child {
					transform: rotate(45deg);
					bottom: calc(50% - 1px);
				}
			}
		}
	}
}
*/
.footer {
  background: var(--fb);
  text-align: center;
}
.footer__container {
  padding-top: 33px;
  padding-bottom: 33px;
  font-size: 14px;
  color: var(--fc);
}
@media (max-width: 500px) {
  .footer__container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

body {
  --back: #fff;
  --btn-color: #3A4557;
  --ab: #F5F6F8;
  --fb: #3A4557;
  --sh: drop-shadow(10px 10px 40px rgba(146, 237, 177, 0.5));
  --fc: #FFFFFF;
  --im1: #3A4557;
  --cit: #92EDB1;
  --social: #3A4557;
  --bi: url(../img/mbg.svg);
}
body._dark {
  color: #fff;
  --back: #0E0D0D;
  --btn-color: #000;
  --sh: drop-shadow(10px 10px 40px rgba(146, 237, 177, 0.2));
  --ab: #92EDB1;
  --fb: #92EDB1;
  --fc: #000000;
  --im1: #000000;
  --cit: #609271;
  --social: #92EDB1;
  --bi: url(../img/mbg2.png);
}

.page {
  flex: 1 1 auto;
}

.inp__wp._error span {
  display: block;
}
.inp__wp span {
  display: none;
}

._resp {
  overflow: hidden;
  transition: 0.3s;
}

.new {
  position: relative;
  overflow: hidden;
  margin-top: 153px;
}
.new__container {
  padding-top: 100px;
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
}
@media (max-width: 500px) {
  .new__container {
    padding-top: 10px;
    padding-bottom: 80px;
  }
}
.new__title {
  font-weight: 700;
  font-size: 44.5473px;
}
@media (max-width: 700px) {
  .new__title {
    font-size: 34px;
  }
}
.new__btn {
  margin-top: 22px;
}
.new__block {
  margin-top: 49px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.new__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 12px;
  max-width: 130px;
  font-size: 14px;
}
@media (max-width: 900px) {
  .new__item {
    font-weight: 500;
  }
}
.new__item_max {
  max-width: 160px;
}
@media (max-width: 900px) {
  .new__item_max {
    max-width: 165px;
  }
}
.new__img {
  background: #92EDB1;
  box-shadow: 0px 4px 20px rgba(146, 237, 177, 0.5);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--im1);
}
.new__img img {
  max-width: 80%;
}
.new__bottom {
  margin-top: 55px;
}
.new__amim {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  right: 0;
  width: 50%;
}
@media (max-width: 998px) {
  .new__amim {
    width: 100%;
    opacity: 0.4;
    bottom: 0;
    top: auto;
    transform: translate(0px, 0%);
  }
}
.new__amim lottie-player {
  width: 100%;
}
@media (max-width: 700px) {
  .new__amim lottie-player {
    width: 150%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
  }
}

.about__container {
  margin-top: 140px;
}
@media (max-width: 500px) {
  .about__container {
    margin-top: 55px;
  }
}
.about__title {
  margin-left: 20%;
}
@media (max-width: 500px) {
  .about__title {
    margin-left: 0px;
  }
}
.about__block {
  margin-top: 58px;
  position: relative;
  min-height: 475px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .about__block {
    min-height: 450px;
  }
}
@media (max-width: 998px) {
  .about__block {
    min-height: auto;
    overflow: visible;
  }
}
@media (max-width: 500px) {
  .about__block {
    margin-top: 18px;
  }
}
.about__video {
  position: absolute;
  width: 85%;
  transform: translate(-60px, -90px);
}
@media (max-width: 998px) {
  .about__video {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 125%;
  }
}
.about__contant {
  margin-left: auto;
  width: 70%;
  position: relative;
  z-index: 3;
}
@media (max-width: 998px) {
  .about__contant {
    width: 100%;
  }
}
.about__txt p {
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  .about__txt {
    font-size: 14px;
  }
}
.about__wp {
  margin-top: 44px;
  display: flex;
  justify-content: center;
  position: relative;
}
.about__wp::before {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  content: "";
  width: 100%;
  border: 2px solid #92EDB1;
  height: 2px;
}
@media (max-width: 998px) {
  .about__wp::before {
    width: 150%;
  }
}
.about__temp {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 27px;
  padding: 20px 36px;
  border: 5px solid var(--ab);
  border-radius: 17px;
  width: max-content;
  background: var(--back);
}
@media (max-width: 500px) {
  .about__temp {
    gap: 15px;
    padding: 20px 20px;
    border: 2px solid var(--ab);
  }
}
.about__item {
  min-width: 123px;
  height: 87px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 700px) {
  .about__item {
    min-width: 80px;
    height: 55px;
    font-size: 12px;
  }
}
.about__item span {
  position: relative;
  z-index: 2;
  font-weight: 500;
}
.about__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.htw {
  background-image: url(../img/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 500px) {
  .htw {
    background-position: left top;
  }
}
.htw__container {
  display: flex;
  justify-content: space-between;
  padding-top: 180px;
  padding-bottom: 140px;
}
@media (max-width: 998px) {
  .htw__container {
    flex-direction: column-reverse;
    padding-top: 140px;
    padding-bottom: 100px;
  }
}
@media (max-width: 500px) {
  .htw__container {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.htw__video, .htw__content {
  width: calc(50% - 50px);
}
@media (max-width: 1200px) {
  .htw__video, .htw__content {
    width: calc(50% - 20px);
  }
}
@media (max-width: 998px) {
  .htw__video, .htw__content {
    width: 100%;
  }
}
.htw__wp {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: 500px) {
  .htw__img {
    display: none;
  }
}
.htw__text {
  margin-top: 40px;
}
.htw__text p {
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .htw__text {
    font-size: 14px;
  }
  .htw__text p {
    margin-bottom: 10px;
  }
}

.vtv__container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 998px) {
  .vtv__container {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 500px) {
  .vtv__container {
    font-size: 14px;
  }
}
.vtv__content, .vtv__video {
  width: calc(50% - 45px);
}
@media (max-width: 998px) {
  .vtv__content, .vtv__video {
    width: 100%;
  }
}
.vtv__text p {
  margin-bottom: 10px;
}
.vtv__cit {
  margin-top: 50px;
  font-style: italic;
  font-weight: 500;
  position: relative;
}
@media (max-width: 500px) {
  .vtv__cit {
    margin-top: 30px;
  }
}
.vtv__cit div {
  position: absolute;
  top: -10px;
  left: -15px;
  z-index: -1;
  font-size: 60px;
  color: var(--cit);
}
@media (max-width: 500px) {
  .vtv__cit div {
    font-size: 30px;
    top: -5px;
    left: -5px;
  }
}
.vtv__cit div:nth-child(2) {
  top: auto;
  left: auto;
  bottom: -20px;
  right: 0px;
}
@media (max-width: 500px) {
  .vtv__cit div:nth-child(2) {
    bottom: 0px;
    right: 0px;
  }
}
.vtv ._btn-down {
  margin-top: 70px;
}
@media (max-width: 500px) {
  .vtv ._btn-down {
    margin-top: 0px;
    margin-left: auto;
  }
}

.advantages {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: 0px auto;
}
.advantages video {
  display: none;
  opacity: 0.5;
}
@media (max-width: 998px) {
  .advantages video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.advantages__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  min-height: 700px;
  position: relative;
  z-index: 2;
  padding-bottom: 300px;
}
@media (max-width: 998px) {
  .advantages__container {
    padding-bottom: 0;
    min-height: auto;
  }
}
.advantages ._btn-down {
  margin-left: auto;
}
@media (max-width: 992px) {
  .advantages ._btn-down {
    margin-top: 50px;
    padding-bottom: 20px;
  }
}
.advantages__list {
  margin-top: 40px;
}
.advantages__list ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 700px) {
  .advantages__list ul {
    align-items: flex-start;
    justify-content: start;
    font-weight: 500;
  }
}
.advantages__list li {
  max-width: max-content;
  position: relative;
}
.advantages__list li::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 9px;
  border-radius: 50%;
  height: 9px;
  transform: translate(-25px);
  background: #92EDB1;
  box-shadow: 0px 4px 20px rgba(146, 237, 177, 0.5);
}
@media (max-width: 500px) {
  .advantages__list li::before {
    transform: translate(-20px);
  }
}
.advantages__btn {
  margin-top: 25px;
}
@media (max-width: 998px) {
  .advantages__btn {
    display: none;
  }
}
.advantages__video {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media (max-width: 900px) {
  .advantages__video {
    width: 500%;
    right: 0%;
    transform: translate(-50%);
    display: none;
  }
}

.mission {
  overflow: hidden;
}
.mission__container {
  padding-top: 170px;
}
.mission__wp {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  align-items: flex-end;
}
@media (max-width: 998px) {
  .mission__wp {
    flex-direction: column;
    gap: 30px;
  }
}
.mission__video, .mission__content {
  width: calc(50% - 30px);
}
@media (max-width: 998px) {
  .mission__video, .mission__content {
    width: 100%;
  }
}
.mission__video video {
  display: none;
}
@media (max-width: 900px) {
  .mission__video {
    width: calc(100% + 80px);
    right: 50%;
    transform: translate(50%);
    position: relative;
  }
  .mission__video lottie-player {
    display: none !important;
  }
  .mission__video video {
    width: 100%;
    display: block;
  }
}
.mission ._btn-down {
  margin-top: 35px;
  margin-left: auto;
}
@media (max-width: 600px) {
  .mission ._btn-down {
    margin: 0px auto;
    margin-top: 35px;
  }
}
.mission__txt p {
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .mission__txt {
    font-size: 14px;
  }
  .mission__txt p {
    margin-bottom: 20px;
  }
}
.mission__block {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 998px) {
  .mission__block {
    max-width: 350px;
    gap: 20px;
    justify-content: center;
    margin: 0px auto;
    position: relative;
    margin-top: 50px;
  }
  .mission__block::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -85%);
    content: "";
    width: 50%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 1px solid #92EDB1;
  }
}
@media (max-width: 998px) and (max-width: 400px) {
  .mission__block::before {
    width: 57%;
    transform: translate(-50%, -80%);
  }
}
.mission__item {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 140px;
  font-size: 14px;
}
@media (max-width: 998px) {
  .mission__item {
    max-width: calc(50% - 10px);
    width: 100%;
  }
  .mission__item:nth-child(1) {
    top: -20px;
  }
}
.mission__img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #92EDB1;
  box-shadow: 0px 4px 20px rgba(146, 237, 177, 0.5);
  font-size: 18px;
  color: var(--im1);
}
.mission__img img {
  max-width: 80%;
}
.mission__text {
  margin-top: 12px;
}

.comp__container {
  margin-top: 100px;
}
@media (max-width: 500px) {
  .comp__container {
    margin-top: 60px;
  }
}
.comp__title {
  margin-left: 10%;
}
@media (max-width: 500px) {
  .comp__title {
    margin-left: 0;
  }
}
.comp__blok {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  position: relative;
}
.comp__blok::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  content: "";
  height: 100%;
  width: 5px;
  background-color: #92EDB1;
}
@media (max-width: 900px) {
  .comp__blok::before {
    display: none;
  }
}
.comp__item {
  width: 50%;
  display: flex;
  padding: 10px 50px;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
@media (max-width: 900px) {
  .comp__item {
    width: 100%;
    margin-bottom: 10px;
  }
  .comp__item:nth-child(2) {
    position: relative;
  }
  .comp__item:nth-child(2)::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    content: "";
    height: 5px;
    width: 100%;
    background-color: #92EDB1;
  }
}
@media (max-width: 500px) {
  .comp__item {
    padding: 20px 0px;
    text-align: left;
  }
}
.comp__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}
.comp__img img {
  max-height: 100%;
  height: 100%;
}
.comp ._btn-down {
  margin: 0px auto;
  margin-top: 30px;
}
.comp__txt {
  margin-top: 30px;
}
@media (max-width: 500px) {
  .comp__txt {
    font-size: 15px;
  }
}
.comp__txt p {
  margin-bottom: 15px;
}

.connection__container {
  margin-top: 140px;
  padding-bottom: 50px;
}
@media (max-width: 500px) {
  .connection__container {
    margin-top: 70px;
  }
}
.connection__title {
  margin: 0px auto;
}
@media (max-width: 500px) {
  .connection__title {
    margin-left: 0px;
  }
}
.connection__block {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 998px) {
  .connection__block {
    gap: 30px;
    max-width: 650px;
    margin: 0px auto;
    margin-top: 70px;
  }
}
.connection__block::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  content: "";
  height: 100%;
  width: 5px;
  background-color: #92EDB1;
}
@media (max-width: 998px) {
  .connection__block::before {
    display: none;
  }
}
.connection__item {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-left: 50px;
}
.connection__item:nth-child(1) {
  padding-right: 50px;
  padding-left: 0;
}
@media (max-width: 998px) {
  .connection__item {
    width: 100%;
    padding: 0px;
  }
  .connection__item:nth-child(1) {
    padding: 0px;
  }
  .connection__item:nth-child(2) {
    padding-top: 30px;
    position: relative;
  }
  .connection__item:nth-child(2)::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    content: "";
    height: 5px;
    width: 100%;
    background-color: #92EDB1;
  }
}
.connection__img {
  max-width: 60px;
}
.connection__img img {
  width: 100%;
}
.connection__head {
  margin-top: 20px;
  font-weight: 500;
}
.connection__txt {
  margin-top: 20px;
}
.connection__form {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .connection__form {
    flex-direction: column;
  }
}
.connection__inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: calc(100% - 105px);
}
@media (max-width: 500px) {
  .connection__inputs {
    width: 100%;
    order: 1;
  }
}
.connection__inputs div {
  width: calc(50% - 6px);
  position: relative;
}
.connection__inputs div._error {
  outline: 1px solid #b80707;
  border-radius: 5px;
}
@media (max-width: 500px) {
  .connection__inputs div {
    width: 100%;
  }
}
.connection__inputs div span {
  position: absolute;
  display: block;
  top: 50%;
  transform: translate(0px, -50%);
  right: 10px;
  content: "";
  width: 8px;
  height: 8px;
  background-image: url(../img/x.svg);
}
.connection__inputs input {
  width: 100%;
  background: #F2F2F2;
  border-radius: 3.81266px;
  padding: 12px 15px;
  font-size: 12px;
  padding-right: 20px;
}
.connection__btn {
  width: 95px;
}
.connection__btn button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #92EDB1;
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
}
@media (max-width: 500px) {
  .connection__btn {
    order: 3;
    width: 100%;
    text-align: center;
    margin-top: 33px;
  }
  .connection__btn button {
    padding: 11px 27px;
    width: max-content;
    margin: 0px auto;
  }
}
.connection__social {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  justify-content: center;
  font-size: 32px;
}
.connection__social a {
  color: var(--social);
  transition: 0.3s;
}
.connection__social a:hover {
  color: #92EDB1;
}
.connection__social img {
  width: 34px;
}
.connection__mail {
  margin-top: 30px;
}
.connection__mail a {
  color: inherit;
}
.connection__mail a:hover {
  text-decoration: underline;
}
.connection__cec {
  margin-top: 30px;
  max-width: 70%;
}
.connection__cec a {
  color: #92edb1;
}
.connection__cec input {
  display: none;
}
.connection__cec input:checked + label::before {
  background-color: #92EDB1;
}
.connection__cec label {
  font-size: 10px;
  padding-left: 25px;
  position: relative;
  display: block;
  text-align: left;
  font-size: 14px;
}
.connection__cec label::before {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 0;
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #92EDB1;
  border-radius: 3.81266px;
}
@media (max-width: 500px) {
  .connection__cec {
    order: 2;
    max-width: 100%;
  }
}

.popup__body {
  display: flex;
  max-width: 1100px;
  justify-content: space-between;
  position: relative;
  border: 4px solid #92EDB1;
  border-radius: 40px;
  overflow: hidden;
  padding-top: 80px 110px;
  background: var(--back);
}
.popup__body::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 100%;
  background-image: url(../img/bbb.svg);
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
}
.popup__close {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FCFCFC;
  border-radius: 50%;
  top: 37px;
  right: 37px;
}
.popup__close img {
  width: 36px;
}
.popup__item {
  max-width: 400px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.popup__item._two {
  color: #3A4557;
}
.popup__item._two .progress-popup__line {
  border: 2px solid #FFFFFF;
}
.popup__img {
  margin: 0px auto;
  height: 136px;
}
.popup__img img {
  margin: 0px auto;
  display: block;
  max-height: 100%;
}
.popup__title {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 14px;
}
.popup__work {
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.popup__work div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.progress-popup {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.progress-popup__line {
  width: 250px;
  border: 2px solid #92EDB1;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  background-color: #FFFFFF;
}
.progress-popup__wp {
  width: 15%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #92EDB1;
  border: 2px solid #92EDB1;
  border-radius: 0px 10px 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress-popup__wp._op {
  width: 85%;
}
.progress-popup__wp._bk {
  width: 60%;
}
.progress-popup__wp._bp {
  width: 40%;
}

.comparation {
  max-width: 100%;
  display: none;
  background-color: var(--back);
}
@media (max-width: 998px) {
  .comparation {
    margin-top: 45px;
    display: block;
    padding: 45px 30px;
    border: 2px solid #92EDB1;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
  }
  .comparation ._two {
    margin-top: 60px;
  }
  .comparation .popup__title {
    font-size: 18px;
  }
  .comparation .popup__progres {
    font-size: 12px;
    align-items: center;
    height: 17px;
  }
  .comparation .progress-popup__line {
    max-width: calc(100% - 50px);
    font-size: 9px;
  }
  .comparation .popup__work {
    font-size: 12px;
  }
  .comparation .popup__work div {
    gap: 9px;
  }
  .comparation .popup__work div img {
    width: 15px;
  }
  .comparation::before {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 60%;
    bottom: 0;
    background-image: url(../img/zz.svg);
    background-size: cover;
  }
}

lottie-player {
  display: none;
}
lottie-player._active {
  display: block;
}

.swiper-block__slide {
  padding-top: 150px;
  min-height: 100vh;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  width: 100vw;
}
@media (max-width: 900px) {
  .swiper-block__slide {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}
.swiper-block__slide._five {
  background-image: url(../img/slid.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFFFFF;
}
.swiper-block__slide._last .connection__container {
  margin-top: 0;
}
.swiper-block__container {
  display: flex;
  align-items: center;
}
.swiper-block__container._flex {
  display: flex;
  gap: 120px;
  align-items: center;
}
@media (max-width: 1400px) {
  .swiper-block__container._flex {
    gap: 100px;
  }
}
@media (max-width: 998px) {
  .swiper-block__container._flex {
    flex-direction: column;
    gap: 50px;
  }
}
.swiper-block__container._two .swiper-block__vid {
  flex: 0 0 45%;
}
@media (max-width: 1400px) {
  .swiper-block__container._two .swiper-block__vid {
    flex: 0 0 40%;
  }
}
.swiper-block__container._three .swiper-block__graph {
  flex: 0 0 340px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.swiper-block__container._four .swiper-block__vid {
  flex: 0 0 40%;
}
@media (max-width: 1400px) {
  .swiper-block__container._four .swiper-block__vid {
    flex: 0 0 35%;
  }
}
.swiper-block__container._six .swiper-block__vid {
  flex: 0 0 45%;
}
@media (max-width: 1400px) {
  .swiper-block__container._six .swiper-block__vid {
    flex: 0 0 40%;
  }
}
.swiper-block__container._seven .swiper-block__vid {
  flex: 0 0 50%;
}
@media (max-width: 1400px) {
  .swiper-block__container._seven .swiper-block__vid {
    flex: 0 0 45%;
  }
}
.swiper-block__container._one {
  position: relative;
  min-height: calc(100vh - 200px);
  overflow: hidden;
  width: 100%;
}
@media (max-width: 998px) {
  .swiper-block__container._one {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    justify-content: start;
  }
}
.swiper-block__container._one .swiper-block__vid {
  position: absolute;
  right: -100px;
}
@media (max-width: 1400px) {
  .swiper-block__container._one .swiper-block__vid {
    right: 0px;
    max-width: 700px;
  }
}
@media (max-width: 998px) {
  .swiper-block__container._one .swiper-block__vid {
    position: relative;
    top: 0;
    transform: translate(0px, 0%);
  }
}
.swiper-block__container._one .swiper-block__content {
  max-width: 100%;
  position: relative;
  z-index: 4;
  margin-top: 0px;
}
.swiper-block__container._one .swiper-block__title {
  max-width: max-content;
  margin-bottom: 50px;
  font-size: 40px;
  margin-top: 100px;
}
@media (max-width: 998px) {
  .swiper-block__container._one .swiper-block__title {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.swiper-block__container._one .swiper-block__subtitle {
  font-weight: 300;
  font-size: 24px;
}
@media (max-width: 998px) {
  .swiper-block__container._one .swiper-block__subtitle {
    font-size: 16px;
  }
}
.swiper-block__container._one .swiper-block__btn {
  margin-top: 50px;
}
@media (max-width: 998px) {
  .swiper-block__container._one .swiper-block__btn {
    margin-top: 30px;
  }
}
.swiper-block__container._one .swiper-block__btn a {
  color: inherit;
}
.swiper-block__container._five {
  width: 100%;
}
.swiper-block__container._five .swiper-block__content {
  max-width: 550px;
  margin-left: auto;
  margin-top: 100px;
}
@media (max-width: 998px) {
  .swiper-block__container._five .swiper-block__content {
    background-color: #605e5e93;
    padding: 20px;
    border-radius: 20px;
  }
}
.swiper-block__head {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 24px;
  line-height: 121%;
}
@media (max-width: 1400px) {
  .swiper-block__head {
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  .swiper-block__head {
    font-size: 18px;
  }
}
.swiper-block__text {
  margin-top: 22px;
  font-size: 16px;
}
@media (max-width: 1400px) {
  .swiper-block__text {
    font-size: 15px;
    margin-top: 18px;
  }
}
@media (max-width: 500px) {
  .swiper-block__text {
    font-size: 14px;
  }
}
.swiper-block__text p {
  margin-bottom: 22px;
}
.swiper-block__item {
  background: var(--back);
  border: 2px solid #92EDB1;
  border-radius: 20px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.swiper-block__procent {
  text-align: center;
  font-weight: 700;
  font-size: 63.3562px;
}
.swiper-block__procent._min {
  font-size: 34px;
}

.inv-pug {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}
.inv-pug .inv-pug__arr {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 500px) {
  .inv-pug .inv-pug__arr {
    margin-bottom: 30px;
    gap: 10px;
  }
}
.inv-pug .inv-pug__arr img {
  cursor: pointer;
}
@media (max-width: 600px) {
  .inv-pug .inv-pug__arr img {
    width: 40px;
  }
}
.inv-pug .inv-pug__l {
  transform: rotate(180deg);
}
.inv-pug .swiper-pagination-progressbar-fill {
  background-color: #92EDB1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.inv-pug .swiper-pagination-progressbar {
  height: 10px;
  width: 100%;
  background: #3A4557;
  position: absolute;
  bottom: 0;
  left: 0;
}

.swiper-block__slide .connection {
  margin: 0px auto;
}

.video__container {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.video__container iframe {
  max-width: 700px;
  position: relative;
  margin: 0px auto;
  margin-top: 50px;
  border-radius: 10px;
  border: 1px solid #92EDB1;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 16/9;
  width: 100%;
}
.video__title {
  margin: 0px auto;
  text-align: center;
  max-width: 400px;
  width: 100%;
}
.video__item {
  position: relative;
  margin: 0px auto;
  margin-top: 50px;
  max-width: 650px;
  border-radius: 10px;
  border: 1px solid #92EDB1;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  width: 100%;
}
.video__item::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 100px;
  height: 100px;
  background-image: url(../img/play.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
  opacity: 1;
  transition: 0.3s;
}
.video__item.play::before {
  opacity: 0;
}
@media (max-width: 500px) {
  .video__item {
    width: calc(100% + 70px);
    left: 50%;
    transform: translate(-50%);
  }
}
.video__item video {
  width: 100%;
  height: 100%;
}

.popup_thanks .popup__body {
  background: #fff;
  max-width: 700px;
}
@media (max-width: 500px) {
  .popup_thanks .popup__body {
    padding: 20px;
  }
}
.popup_thanks .popup__body .popup__close {
  background-color: #92EDB1;
}
@media (max-width: 500px) {
  .popup_thanks .popup__body .popup__close {
    top: 20px;
    right: 20px;
  }
}
.popup_thanks .popup__body .popup__title {
  margin-top: 50px;
}
.popup_thanks .popup__body::before {
  display: none;
}

._lk {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 100px;
  background-color: #fff;
  margin-bottom: 10px;
  margin: 0px auto;
}
._lk img {
  max-width: 50%;
  width: 100%;
}

button._no {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}