@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900&display=swap&subset=cyrillic-ext);
@import url(https://fonts.googleapis.com/css?family=Rethink+Sans:regular,500,600,700,800,italic,500italic,600italic,700italic,800italic&display=swap&subset=cyrillic-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic&display=swap&subset=cyrillic-ext);
@import url(https://fonts.googleapis.com/css?family=Manrope:200,300,regular,500,600,700,800&display=swap&subset=cyrillic-ext);
@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;
}
/*! nouislider - 14.6.0 - 6/27/2020 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 23px;
  height: 23px;
  right: -11.5px;
  top: -10px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  height: 4px;
  background: #dee2e6;
  margin: 0px 11px 50px;
  position: relative;
}
.noUi-target::before, .noUi-target::after {
  content: "";
  background-color: #eaeaea;
  width: 11px;
  height: 4px;
  position: absolute;
  top: 0;
  display: none;
}
.noUi-target::before {
  left: -10px;
}
.noUi-target::after {
  right: -10px;
}

.noUi-connect {
  background-color: #ffcda5;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  background: url(../img/dot.svg);
  border-radius: 50%;
  cursor: pointer;
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
  display: none;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  color: #999999;
  font-size: 12px;
  position: absolute;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: -22px;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

* {
  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: "Rethink Sans";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Rethink Sans";
  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 {
  direction: rtl;
  position: relative;
  background: #f8f9fa;
  --font-family: "Open Sans";
}
body._lock {
  overflow: hidden;
}

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

.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;
}

/*
//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 {
  margin-top: 120px;
}
@media (max-width: 998px) {
  .footer {
    margin-top: 50px;
  }
}
.footer__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 48px;
  max-width: 853px;
}
@media (max-width: 998px) {
  .footer__text {
    font-size: 12px;
  }
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
@media (max-width: 998px) {
  .footer__bottom {
    padding: 20px 0;
  }
}
.header-mob {
  transform: translate(0, -200%);
  transition: all 0.3s ease 0s;
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  overflow: hidden;
  padding: 30px;
  z-index: 10000;
  border-radius: 30px;
  background-color: rgba(255, 250, 255, 0.9);
  backdrop-filter: blur(174px);
  box-shadow: 0 44px 164px 0 rgba(96, 96, 96, 0.25), 0 44px 164px 0 rgba(96, 96, 96, 0.25);
}
.header-mob._active {
  transform: translate(0);
}
.header-mob__top {
  display: flex;
  justify-content: space-between;
  font-family: var(--font3);
  font-weight: 600;
  font-size: 21px;
  letter-spacing: -0.05em;
  color: #387ddd;
  padding-bottom: 30px;
  border-bottom: 1px solid #0a111e2f;
}
.header-mob__bottom {
  display: flex;
  justify-content: space-between;
}
.header-mob__left span {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #12223e;
  opacity: 0.3;
  display: block;
  margin-top: 18px;
  margin-bottom: 30px;
}
.header-mob__left ul > *:not(:last-child) {
  margin-bottom: 8px;
}
.header-mob__left a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  line-height: 124%;
  letter-spacing: -0.03em;
  color: rgba(18, 34, 62, 0.85);
}
@media (max-width: 768px) {
  .header-mob__right {
    display: none;
  }
}

.page {
  flex: 1 1 auto;
  margin-top: 75px;
  transition: filter 0.3s ease 0s;
}
.menu_open .page {
  filter: blur(4px);
}

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

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

._title {
  font-family: Benzin-Medium;
  font-size: 39px;
  text-transform: uppercase;
}
@media (max-width: 998px) {
  ._title {
    font-size: 32px;
  }
}

._arrows {
  display: flex;
  gap: 10px;
}
@media (max-width: 998px) {
  ._arrows {
    justify-content: center;
  }
}
._arrows img {
  width: 60px;
  cursor: pointer;
  transition: 0.3s;
}
._arrows img:hover {
  scale: 1.1;
}
._arrows img._right {
  transform: rotate(180deg);
}

.footer__logo img {
  width: 100px;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 10;
}
.header._scroll {
  background: #f8f9fa;
}
.header__container {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header__close {
  font-size: 30px;
  cursor: pointer;
}
@media (max-width: 998px) {
  .header__close {
    margin-left: auto;
  }
}
@media (min-width: 998px) {
  .header__close {
    display: none;
  }
}
.header__list {
  display: flex;
  color: #000;
  margin-left: auto;
  font-family: "Manrope";
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.01em;
  gap: 20px;
}
@media (max-width: 998px) {
  .header__list {
    display: none;
  }
}
.header__list a {
  color: #0d1b2a;
}
.header__list a:hover {
  text-decoration: underline;
  transform: scale(1);
}
.header__menu {
  cursor: pointer;
  width: 50px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.menu_open .header__menu {
  filter: blur(4px);
}
@media (max-width: 998px) {
  .header__menu {
    width: 30px;
  }
}
@media (min-width: 998px) {
  .header__menu {
    display: none;
  }
}
.header__menu span {
  height: 3px;
  width: 100%;
  background: #000;
}
.header__menu span:nth-child(3) {
  width: 50%;
}
.header__logo {
  width: 100px;
}
.header__logo img {
  width: 100%;
}
.menu_open .header__tg {
  filter: blur(4px);
}
.header__tg a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  text-align: right;
  line-height: 1.2;
}
@media (max-width: 998px) {
  .header__tg a {
    gap: 7px;
    font-size: 13px;
  }
  .header__tg a img {
    width: 40px;
  }
}

.reviews {
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 3;
  position: relative;
}
@media (max-width: 998px) {
  .reviews {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.reviews__bl {
  position: absolute;
  top: 50%;
  left: 65%;
  width: 1000px;
  transform: translate(-50%, -50%);
}
@media (max-width: 998px) {
  .reviews__bl {
    width: 800px;
    top: 60%;
  }
}
.reviews__bl img {
  width: 100%;
}
@media (max-width: 998px) {
  .reviews__bl img {
    transform: scale(-1, 1);
  }
}
.reviews__container {
  display: flex;
  grid-template-columns: 315px 1fr;
}
@media (max-width: 998px) {
  .reviews__container {
    grid-template-columns: 1fr;
    flex-direction: column;
  }
}
.reviews__container::before {
  position: absolute;
  top: 0;
  right: 75%;
  height: 100%;
  z-index: 2;
  display: none;
  content: "";
  background: linear-gradient(270deg, rgba(239, 241, 255, 0) 0%, #fff 14.03%);
  width: 50vw;
}
@media (max-width: 998px) {
  .reviews__container::before {
    display: none;
  }
}
.reviews__left {
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 8px 0 rgba(12, 42, 97, 0.11);
  border-radius: 16px;
  background-color: #fff;
  padding: 20px 20px 25px;
  position: relative;
  z-index: 2;
}
@media (min-width: 998px) {
  .reviews__left {
    margin-right: 40px;
    flex: 0 0 295px;
    padding: 30px 20px 35px;
    position: relative;
    z-index: 3;
  }
}
@media (max-width: 998px) {
  .reviews__left {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.reviews__left .top-home {
  text-align: center;
  flex-direction: column;
  gap: 16px;
  min-height: 100%;
  justify-self: start;
  padding: 0;
}
.reviews__left .top-home > img {
  width: 204px;
  height: 51px;
}
@media (max-width: 998px) {
  .reviews__left .top-home {
    gap: 10px;
  }
}
.reviews__left .top-home__left {
  flex-direction: column;
  gap: 16px;
  font-size: 60px;
}
@media (max-width: 998px) {
  .reviews__left .top-home__left {
    font-size: 50px;
    gap: 6px;
  }
}
.reviews__left .top-home__stars {
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--0d1b2a);
}
.reviews__left .top-home__stars img {
  margin-bottom: 25px;
}
@media (max-width: 998px) {
  .reviews__left .top-home__stars img {
    margin-bottom: 15px;
  }
}
.reviews__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: var(--0d1b2a);
}
@media (max-width: 998px) {
  .reviews__title {
    width: 100%;
  }
}
.reviews__name {
  width: 210px;
  margin-top: 35px;
}
.reviews__name img {
  width: 100%;
}
@media (max-width: 998px) {
  .reviews__name {
    margin-top: 25px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
  }
  .reviews__name img {
    width: 200px;
  }
}
.reviews__stars {
  width: 240px;
  margin-top: 30px;
}
@media (max-width: 998px) {
  .reviews__stars {
    margin-top: 0px;
    width: 140px;
    order: 5;
    margin-left: auto;
  }
}
.reviews__stars img {
  width: 100%;
}
.reviews__based {
  margin-top: 10px;
}
@media (max-width: 998px) {
  .reviews__based {
    margin-top: 0;
    font-size: 13.85px;
    color: #5a5a5a;
  }
}
.reviews__arrows {
  margin-top: auto;
}
@media (max-width: 998px) {
  .reviews__arrows {
    margin-top: 20px;
  }
}
.reviews__block {
  width: calc(100% - 315px);
  overflow: visible;
}
@media (max-width: 998px) {
  .reviews__block {
    width: 100%;
    margin-top: 30px;
  }
}
.reviews__item {
  background-image: url(../img/bgarr.png);
  background-size: 100% 100%;
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  box-shadow: 0 4px 8px 0 rgba(12, 42, 97, 0.11);
  background: #fff;
  border-radius: 16px;
}
.reviews__st {
  font-size: 19px;
  font-weight: 700;
  color: #110901;
  width: 144px;
  height: 27px;
}
.reviews__st img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.reviews__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--0d1b2a);
}
.reviews__date {
  margin-top: auto;
}
.reviews__date span {
  font-weight: 800;
}

.works {
  background-color: #fff;
  background-image: url(../img/bg.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 998px) {
  .works {
    background-image: none;
  }
}
.works__container {
  display: flex;
  gap: 100px;
}
@media (max-width: 998px) {
  .works__container {
    flex-direction: column;
    gap: 0;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
.works__content {
  padding-top: 70px;
}
@media (max-width: 998px) {
  .works__content {
    padding-top: 0;
  }
}
.works__tg {
  margin-top: 23px;
}
@media (max-width: 998px) {
  .works__tg {
    width: 100%;
  }
}
.works__video {
  box-shadow: 0px 5.324px 43.921px 0px rgba(46, 51, 64, 0.33);
  border-radius: 50px;
  width: 366px;
  position: relative;
  margin-top: -30px;
  margin-bottom: -30px;
  transform: rotate(5deg);
  opacity: 0;
  left: 30vw;
  transition: 0.6s;
}
.works__video._active {
  left: 0;
  opacity: 1;
}
@media (max-width: 998px) {
  .works__video {
    transform: translate(0);
    margin: 0;
    margin-top: 20px;
    max-width: 80%;
  }
}
.works__video video,
.works__video img:nth-child(3) {
  position: absolute;
  width: 90%;
  top: 2.6%;
  border-radius: 35px;
  height: 96%;
  object-fit: cover;
  left: 50%;
  transform: translate(-50%);
}
.works__video .works__video-wp {
  position: absolute;
  width: 90%;
  top: 2.6%;
  border-radius: 35px;
  height: 96%;
  object-fit: cover;
  left: 50%;
  transform: translate(-50%);
  overflow: hidden;
}
.works__video iframe {
  width: 124%;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}
.works__video img {
  width: 100%;
}
.works__video img:nth-child(2) {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  left: 50%;
  top: 2.6%;
  width: 55%;
  transform: translate(-50%);
}

.about {
  position: relative;
  z-index: 2;
}
.about__inst {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 70px;
}
.about__inst._active img {
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 992px) {
  .about__inst {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 40px;
  }
}
.about__inst img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  transform: scale(0.6);
  opacity: 0;
  transition: 0.5s;
}
.about__inst img:nth-child(2) {
  transition-delay: 0.3s;
}
.about__inst img:nth-child(3) {
  transition-delay: 0.6s;
}
.about__inst img:nth-child(4) {
  transition-delay: 0.9s;
}
.about__inst img:nth-child(5) {
  transition-delay: 1.2s;
}
.about__inst img:nth-child(6) {
  transition-delay: 1.5s;
}
.about__inst img:nth-child(7) {
  transition-delay: 1.8s;
}
.about__inst img:nth-child(8) {
  transition-delay: 2.1s;
}

.about {
  margin-top: 120px;
}
@media (max-width: 998px) {
  .about {
    margin-top: 90px;
  }
}
.about__content {
  color: #fff;
  position: relative;
  overflow: hidden;
}
.about__content::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 110%;
  top: 0;
  left: 0;
  background: url("../img/bgbgb.png") center center/cover no-repeat;
}
@media (max-width: 768px) {
  .about__content::before {
    background: url("../img/about_bg_mob.png") center center/cover no-repeat;
  }
}
.about__content .about__container {
  position: relative;
  z-index: 34;
  display: flex;
  justify-content: end;
  overflow: hidden;
  align-items: end;
  gap: 20px;
}
@media (max-width: 768px) {
  .about__content .about__container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 240px;
    background: url("../img/blur.png") center center/cover no-repeat;
  }
}
.about .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 40px;
}
.about .btn > a {
  color: #fff;
}
@media (max-width: 998px) {
  .about .btn > a {
    width: calc(100% - 40px);
    margin-bottom: 6px;
  }
}
@media (max-width: 998px) {
  .about .btn {
    margin-top: 20px;
  }
}

.content-about__img {
  width: 686px;
  height: 550px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1400px) {
  .content-about__img {
    width: 50vw;
    height: auto;
  }
}
@media (max-width: 768px) and (min-width: 650px) {
  .content-about__img {
    width: 63vw;
    left: -10vw;
  }
}
@media (max-width: 650px) {
  .content-about__img {
    width: 100%;
    height: 587px;
  }
  .content-about__img::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    background-image: url(../img/ggg.png);
    width: 90%;
    height: 100%;
    background-size: contain;
  }
}
@media (max-width: 400px) {
  .content-about__img {
    width: 100%;
    height: 557px;
    left: -20px;
  }
}
.content-about__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-about__info {
  position: relative;
  z-index: 4;
  align-self: center;
  padding: 60px 0 70px;
  flex: 0 1 630px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}
@media (max-width: 1200px) {
  .content-about__info {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    flex: 0 1 445px;
  }
}
@media (max-width: 998px) {
  .content-about__info {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    flex: 0 1 345px;
  }
}
@media (max-width: 650px) {
  .content-about__info {
    gap: 20px;
    grid-template-columns: 1fr;
    flex: 0 0 123px;
    padding-bottom: 87px;
  }
}
.content-about__item > *:not(:last-child) {
  margin-bottom: 4px;
  display: block;
}
.content-about__item span {
  font-family: var(--third-family);
  font-weight: 800;
  font-size: 64px;
  line-height: 95%;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 0px 20px #3a86ff;
}
@media (max-width: 1200px) {
  .content-about__item span {
    font-size: 28px;
  }
}
.content-about__item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: var(--ffffff);
}
@media (max-width: 1200px) {
  .content-about__item p {
    font-size: 14px;
  }
}

.item-spollers {
  border-bottom: 1px solid #0d1b2a21;
}

.item-spollers__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding-left: 24px;
  padding-right: 24px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 998px) {
  .item-spollers__content {
    padding-left: 0;
    padding-bottom: 10px !important;
  }
}

.item-spollers__content span {
  font-weight: 600;
  display: block;
}

.item-spollers__content ul li {
  padding-left: 28px;
  position: relative;
}

.item-spollers__content ul li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #565656;
}

.item-spollers__body {
  overflow: hidden;
}
.item-spollers__body > *:not(:last-child) {
  margin-bottom: 16px;
}
.item-spollers__body ul > *:not(:last-child) {
  margin-bottom: 8px;
}

.item-spollers details[open] + .item-spollers__content {
  padding-bottom: 24px;
  margin-top: 0px;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.item-spollers details[open] summary::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.item-spollers summary {
  position: relative;
  list-style: none;
  padding: 15px;
  padding-right: 64px !important;
  padding-left: 0 !important;
  cursor: pointer;
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 998px) {
  .item-spollers summary {
    font-size: 20px;
    padding: 10px;
  }
}

.item-spollers summary::before {
  content: "";
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 22px;
  width: 30px;
  height: 30px;
  background: url("../img/down.svg") center center/contain no-repeat;
}

.faq {
  margin-top: 120px;
}
@media (max-width: 998px) {
  .faq {
    margin-top: 90px;
  }
}
.faq .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 40px;
}
.faq .btn > a {
  color: #fff;
}
@media (max-width: 998px) {
  .faq .btn > a {
    width: 100%;
    margin-bottom: 6px;
  }
}
@media (max-width: 998px) {
  .faq .btn {
    margin-top: 32px;
  }
}

.home-pwrapper .home {
  display: none;
}
.home-pwrapper[data-version="1"] .home.home_1 {
  display: block;
}
.home-pwrapper[data-version="2"] .home.home_2 {
  display: block;
}
.home-pwrapper[data-version="3"] .home.home_3 {
  display: block;
}
.home-pwrapper[data-version="4"] .home.home_4 {
  display: block;
}
.home-pwrapper[data-version="5"] .home.home_5 {
  display: block;
}
.home-pwrapper[data-version="6"] .home.home_6 {
  display: block;
}

.since .result__title span {
  background: linear-gradient(90deg, #30cfd0 0%, #330867 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 998px) {
  .since__tg {
    display: none;
  }
}
.since__left::before {
  background-color: #eff1ff;
  right: -10px;
}
.since__lost {
  width: 40%;
  transform: translate(-20%);
  z-index: 5;
  position: relative;
  margin-top: 25px;
}
@media (max-width: 998px) {
  .since__lost {
    width: 100%;
    transform: translate(0);
    margin-top: 10px;
  }
}
.since__lost img {
  width: 100%;
}

.students__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 120px;
}
@media (max-width: 998px) {
  .students__container {
    margin-top: 100px;
  }
}
.students__title {
  text-align: center;
  max-width: 1000px;
}
@media (max-width: 500px) {
  .students__title {
    font-size: 30px;
  }
}
.students__title span {
  background: linear-gradient(90deg, #30cfd0 0%, #330867 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.students__block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 998px) {
  .students__block {
    margin-top: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
.students__block._ready .students__item:not(:nth-child(-n+4)) {
  display: block;
}
.students__item {
  border-radius: 1.3vw;
  background: #d2eaff;
  position: relative;
  aspect-ratio: 357/640;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 3;
  pointer-events: all;
}
.students__item::before {
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  z-index: 1;
  transform: translate(-50%, -50%);
  content: "";
  background-image: url(../img/plpl.svg);
  background-size: contain;
  width: 68px;
  height: 68px;
}
@media (max-width: 998px) {
  .students__item::before {
    width: 48px;
    height: 48px;
  }
}
.students__item:not(:nth-child(-n+4)) {
  display: none;
}
@media (max-width: 998px) {
  .students__item {
    container-type: size;
  }
  .students__item:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 14cqh);
    clip-path: polygon(0% 0%, 0% 100%, 44% 100%, 44% 49%, 56% 49%, 56% 67%, 0% 67%, 0% 100%, 100% 100%, 100% 0%);
  }
}
.students__item iframe {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
}
.students__item img {
  pointer-events: none;
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 998px) {
  .students__item {
    border-radius: 4vw;
  }
}
.students__bottom {
  display: flex;
  gap: 40px;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 998px) {
  .students__bottom {
    flex-direction: column;
    margin-top: 20px;
    gap: 30px;
  }
}
@media (max-width: 500px) {
  .students__bottom {
    width: 100%;
  }
}
.students__show {
  cursor: pointer;
  width: 184px;
  text-align: center;
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 14px;
  line-height: 150%;
  padding-bottom: 18px;
  border-bottom: 1px solid #0d1b2a;
}
@media (max-width: 998px) {
  .students__show {
    padding-bottom: 10px;
    width: 126px;
  }
}
.students .btn {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.students .btn > a {
  width: 100%;
}
.students .btn__label {
  color: #0d1b2a;
  opacity: 0.5;
}

.much {
  position: relative;
  margin-bottom: 120px;
}
@media (max-width: 998px) {
  .much {
    margin-bottom: 65px;
  }
}
.much__container {
  margin-top: 110px;
}
@media (max-width: 998px) {
  .much__container {
    margin-top: 40px;
  }
}
.much__top {
  display: flex;
  justify-content: center;
  margin: 0px auto;
  max-width: 86%;
  align-items: center;
}
@media (max-width: 998px) {
  .much__top {
    flex-direction: column;
    max-width: 100%;
    text-align: center;
    gap: 20px;
  }
}
.much__title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .much__title {
    margin-bottom: 40px;
  }
}
.much__block {
  display: flex;
  direction: ltr;
  gap: 100px;
}
@media (max-width: 998px) {
  .much__block {
    gap: 40px;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.much__calculator {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.much__wp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.much__head {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #0d1b2a;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .much__head {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.much__cifres {
  font-size: 40.874px;
  font-weight: 700;
}
@media (max-width: 998px) {
  .much__cifres {
    font-size: 30px;
  }
}
.much__line {
  margin: 0px !important;
}
.much__output {
  text-align: center;
  white-space: nowrap;
  margin-left: auto;
}
@media (min-width: 998px) {
  .much__output {
    flex: 0 0 295px;
  }
}
@media (max-width: 998px) {
  .much__output {
    width: 100%;
  }
}
.much__output span {
  text-align: right;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #0d1b2a;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 768px) {
  .much__output span {
    font-size: 14px;
  }
}
.much__total {
  border-radius: 16px;
  background: #f5f5f5;
  box-shadow: 0 4px 8px 0 rgba(12, 42, 97, 0.11);
  background: var(--ffffff);
  padding: 52px 10px;
  font-weight: 700;
  font-size: 64px;
  line-height: 95%;
  text-transform: uppercase;
  color: #0d1b2a;
}
@media (max-width: 1200px) {
  .much__total {
    padding: 35px 30px;
  }
}
@media (max-width: 768px) {
  .much__total {
    padding: 10px;
    text-align: left;
    font-size: 48px;
  }
}
.much__tg {
  margin-top: 40px;
  align-items: center;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.much .btn {
  color: #fff;
  margin-bottom: 0;
  margin-top: 60px !important;
}
@media (min-width: 768px) {
  .much .btn {
    max-width: max-content;
    margin: 0px auto;
  }
}
@media (max-width: 768px) {
  .much .btn {
    text-align: center;
  }
}
@media (max-width: 998px) {
  .much .btn {
    margin-top: 30px !important;
  }
}
@media (max-width: 998px) {
  .much .btn button {
    width: 100%;
  }
}
.much .btn .btn__label {
  color: #0d1b2a;
}

.line-logo {
  margin-top: 50px;
}
@media (max-width: 998px) {
  .line-logo {
    margin-top: 40px;
    margin-bottom: -20px;
  }
}

.str {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  direction: ltr;
}

.str__row-marque {
  display: flex;
  animation: row 30s linear infinite;
  will-change: transform;
  align-items: center;
  color: #ffffff;
  font-size: 2.2vw;
  -webkit-text-stroke-width: 0.1vw;
  -webkit-text-stroke-color: #000;
}
@media (max-width: 998px) {
  .str__row-marque {
    font-size: 6vw;
    -webkit-text-stroke-width: 0.3vw;
  }
}

.str__item {
  margin: 0;
}

.str__item img {
  width: 170px;
}

@keyframes row {
  0% {
    transform: translateZ(0px);
  }
  100% {
    transform: translate3d(-100%, 0px, 0px);
  }
}
.mob-btn {
  position: relative;
  z-index: 20;
  margin-top: 1vh;
}
@media (min-width: 998px) {
  .mob-btn {
    display: none;
  }
}

@media (max-width: 998px) {
  .pc-btn {
    display: none;
  }
}

@media (max-width: 998px) {
  .home .btn {
    padding: 5px 10px 5px 5px;
  }
}
.home .home-2__body {
  padding: 60px 0 82px;
  background: #0d1b2a;
  border-radius: 30px;
  overflow: hidden;
  color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .home .home-2__body {
    padding: 21px 0 21px;
  }
}
.home__left {
  max-width: 965px;
  position: relative;
  z-index: 4;
}
@media (max-width: 1280px) {
  .home__left {
    max-width: 650px;
  }
}
@media (max-width: 998px) {
  .home__left {
    max-width: 265px;
  }
}
.home__title {
  font-family: "Rethink Sans";
  font-weight: 800;
  font-size: 110px;
  line-height: 95%;
  text-transform: uppercase;
}
.home__title p {
  position: relative;
  z-index: 3;
}
@media (max-width: 1280px) {
  .home__title {
    font-size: 80px;
  }
}
@media (max-width: 998px) {
  .home__title {
    font-size: 40px;
  }
}
@media (max-width: 998px) and (max-height: 700px) {
  .home__title {
    font-size: 4.6vh;
  }
}
.home__title span {
  padding: 0 10px;
  backdrop-filter: blur(30px);
  border-radius: 16px;
  line-height: 120%;
  background: #3a86ff;
  transform: rotate(-3deg) translate(-10px, -10px);
  display: inline-block;
}
@media (max-width: 998px) {
  .home__title span {
    transform: rotate(-3deg) translate(-10px, 0px);
    border-radius: 6px;
  }
}
.home__subtitle {
  margin-top: 33px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 46px;
  line-height: 130%;
  color: var(--ffffff);
}
@media (max-width: 998px) {
  .home__subtitle {
    font-size: 20px;
    margin-top: 17px;
  }
}
@media (max-width: 768px) {
  .home__subtitle {
    max-width: 178px;
  }
}
.home__media {
  border-radius: 30px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
@media (min-width: 998px) {
  .home__media {
    min-width: 1440px;
  }
}
.home__media img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 998px) {
  .home__media img {
    height: 120%;
  }
}
.home__label {
  backdrop-filter: blur(30px);
  box-shadow: 0 0 15px 0 rgba(58, 134, 255, 0.6);
  transform: rotate(5deg) translate(107%, -64%);
  background: #0d1b2a;
  display: inline-block;
  position: relative;
  z-index: 3;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #fff;
  border-radius: 36px;
  padding: 3px 14px 7px 14px;
}
@media (max-width: 998px) {
  .home__label {
    font-size: 18px;
    padding: 3px 10px 3px 14px;
    transform: rotate(5deg) translate(8%, 0%);
  }
}

.top-home {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}
@media (max-width: 998px) {
  .top-home {
    padding: 10px 0;
  }
  .top-home > img {
    width: 150px;
    height: 37px;
  }
}
.top-home__left {
  display: flex;
  align-items: center;
  gap: 40px;
  font-family: "Rethink Sans";
  font-weight: 700;
  font-size: 64px;
  line-height: 95%;
  color: #0d1b2a;
}
@media (max-width: 998px) {
  .top-home__left {
    font-weight: 800;
    font-size: 28px;
    line-height: 95%;
    flex-direction: column;
    gap: 3px;
    align-items: flex-start;
  }
}
.top-home__stars {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #0d1b2a;
}
.top-home__stars > *:not(:last-child) {
  margin-bottom: 5px;
}
.top-home__stars img {
  width: 144px;
  height: 27px;
}

.home-2 {
  padding: 0;
  background-color: transparent;
}
.home-2__body {
  padding: 60px 0 82px;
  background: #0d1b2a;
  border-radius: 30px;
  overflow: hidden;
  color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .home-2__body {
    padding: 21px 0 60px;
  }
}
.home-2 .home__subtitle {
  margin-top: 0;
  margin-bottom: 31px;
}
@media (max-width: 998px) {
  .home-2 .home__subtitle {
    margin-bottom: 10px;
  }
}

.home-3 .home-2__body {
  overflow: clip;
  padding-top: 117px;
  padding-bottom: 63px;
  overflow-clip-margin: 20px;
}
@media (max-width: 998px) {
  .home-3 .home-2__body {
    padding-top: 45px;
    padding-bottom: 43px;
  }
}
.home-3 .bottom-home__content {
  padding-top: 40px;
}
@media (max-width: 998px) and (max-height: 900px) {
  .home-3 .bottom-home__content ._container {
    display: flex;
    flex-direction: column-reverse;
  }
}
.home-3 .bottom-home {
  padding-bottom: 0;
  padding-top: 32px;
}
@media (max-width: 998px) {
  .home-3 .bottom-home {
    padding-top: 10px;
  }
}
.home-3 .home__title-top {
  font-weight: 400;
  font-size: 46px;
  line-height: 130%;
  margin-bottom: 21px;
  position: relative;
}
@media (max-width: 998px) {
  .home-3 .home__title-top {
    font-size: 18px;
    margin-bottom: 7px;
  }
}
.home-3 .home__title-top span {
  position: absolute;
  left: -22px;
  bottom: 121%;
  padding: 0 10px;
  backdrop-filter: blur(30px);
  border-radius: 16px;
  line-height: 120%;
  font-family: var(--third-family);
  font-weight: 800;
  font-size: 90px;
  text-transform: uppercase;
  background: #3a86ff;
  transform: rotate(-3deg);
  display: inline-block;
}
@media (max-width: 998px) {
  .home-3 .home__title-top span {
    font-size: 40px;
  }
}
@media (max-width: 998px) {
  .home-3 .home__left {
    max-width: 330px;
  }
}
.home-3 .home__subtitle {
  font-size: 24px;
  max-width: 489px;
}
@media (max-width: 998px) {
  .home-3 .home__subtitle {
    font-size: 12px;
    max-width: 234px;
  }
}
@media (max-width: 420px) {
  .home-3 .home__title {
    max-width: 300px;
  }
}
.home-3 .home__media img {
  height: 100% !important;
}

.home-4 .home-2__body {
  padding: 100px 0 60px;
}
@media (max-width: 998px) {
  .home-4 .home-2__body {
    padding: 42px 0;
  }
}
.home-4 .bottom-home {
  padding-top: 32px;
}
@media (max-width: 998px) {
  .home-4 .bottom-home {
    padding-top: 10px;
  }
}
.home-4 .home__title {
  margin-bottom: 40px;
}
@media (max-width: 998px) {
  .home-4 .home__title {
    margin-bottom: 24px;
  }
}
@media (max-width: 420px) {
  .home-4 .home__title {
    max-width: 245px;
    font-size: 32px;
  }
}
.home-4 .home__label {
  padding: 3px 20px 0px 20px;
  font-family: "Rethink Sans";
  font-weight: 800;
  font-size: 64px;
  line-height: 120%;
  text-transform: uppercase;
  transform: rotate(-3deg) translateY(-20%);
}
@media (max-width: 998px) {
  .home-4 .home__label {
    font-size: 22px;
    border-radius: 6px;
    padding: 3px 10px;
    transform: rotate(-3deg) translateY(0%);
  }
}
@media (max-width: 998px) {
  .home-4 .home__left {
    max-width: 330px;
  }
}

.btn {
  font-family: "Manrope";
}
.btn > *:not(:last-child) {
  margin-bottom: 10px;
}
.btn > a {
  font-family: "Manrope";
  border-radius: 6px;
  padding: 18px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 800;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--ffffff);
  background: #3a86ff;
  transition: opacity 0.3s ease 0s;
}
@media (any-hover: hover) {
  .btn > a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 998px) {
  .btn > a {
    padding: 10px;
    font-size: 14px;
    width: 100%;
  }
  .btn > a img {
    width: 34px;
    height: 34px;
  }
}
@media (any-hover: hover) {
  .btn a:hover {
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }
}
.btn__label {
  opacity: 0.5;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: var(--ffffff);
}
.btn__label a {
  color: var(--ffffff);
}

.home-5 .home-2__body {
  padding: 60px 0;
}
@media (max-width: 998px) {
  .home-5 .home-2__body {
    padding: 25px 0 20px;
  }
}
@media (max-width: 998px) {
  .home-5 .home__left {
    max-width: 400px;
  }
}
.home-5__list {
  margin-top: 20px;
  font-family: "Open Sans";
  font-size: 24px;
  line-height: 150%;
}
@media (max-width: 998px) {
  .home-5__list {
    font-size: 12px;
    max-width: 178px;
  }
}
.home-5__list > *:not(:last-child) {
  margin-bottom: 6px;
}
.home-5__list li {
  position: relative;
  padding-left: 17px;
}
.home-5__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
}

.home-6 {
  padding-top: 0;
  background-color: transparent;
}
.home-6 .home-2__body {
  background: url("../img/main_6.png") center center/cover no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 998px) {
  .home-6 .home-2__body {
    background: url("../img/6_mob.png") center center/cover no-repeat;
    padding-bottom: 20px;
    padding-top: 40px;
  }
}
@media (max-width: 998px) and (max-height: 700px) {
  .home-6 .home-2__body {
    padding-top: 3vh;
  }
}
.home-6 .home__row {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 19px 15px;
}
@media (max-width: 880px) {
  .home-6 .home__row {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 998px) and (max-height: 700px) {
  .home-6 .home__row {
    row-gap: 0;
  }
}
.home-6 .home__media {
  min-width: 0;
  position: relative;
  padding: 0px 0px 32% 0px;
  flex: 0 1 742px;
}
@media (max-width: 880px) {
  .home-6 .home__media {
    flex: none;
    width: 100%;
    padding: 0px 0px 56% 0px;
    border-radius: 6px;
  }
}
.home-6 .home__media img,
.home-6 .home__media video,
.home-6 .home__media iframe {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-6 .home__left {
  max-width: 517px;
}
.home-6 .home__title {
  position: relative;
  font-size: 84px;
  z-index: 3;
}
@media (max-width: 1280px) {
  .home-6 .home__title {
    font-size: 60px;
  }
}
@media (max-width: 998px) {
  .home-6 .home__title {
    font-size: 44px;
  }
}
@media (max-width: 880px) {
  .home-6 .home__title {
    max-width: 460px;
  }
}
@media (max-width: 998px) and (max-height: 700px) {
  .home-6 .home__title {
    font-size: 4.6vh;
  }
}
.home-6 .home__subtitle {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .home-6 .home__subtitle {
    font-size: 32px;
  }
}
@media (max-width: 998px) {
  .home-6 .home__subtitle {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 880px) {
  .home-6 .home__subtitle {
    margin-left: auto;
    margin-right: auto;
    max-width: 220px;
  }
}
.home-6 .home__subtitle span {
  position: relative;
}
.home-6 .home__subtitle span::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 16px;
  z-index: -1;
  right: -6px;
  top: 2px;
  width: 110%;
  height: 110%;
  background: #3a86ff;
  transform: rotate(-3deg);
}
@media (max-width: 880px) {
  .home-6 .home__subtitle span::before {
    border-radius: 6px;
    right: -3px;
    top: 1px;
    width: 111%;
  }
}
.home-6 .home__label {
  position: relative;
  z-index: 1;
  transform: rotate(5deg) translate(0%, 7%);
}
@media (max-width: 1500px) {
  .home-6 .home__label {
    transform: rotate(5deg) translate(-150%, 57%);
  }
}
@media (max-width: 900px) {
  .home-6 .home__label {
    transform: rotate(5deg) translate(-280%, 80%);
  }
}
@media (max-width: 500px) {
  .home-6 .home__label {
    transform: rotate(5deg) translate(-180%, -10%);
  }
}
@media (max-width: 998px) and (max-height: 700px) {
  .home-6 .bottom-home__content ._container {
    display: flex;
    flex-direction: column;
  }
}

.bottom-home {
  padding: 0 0 50px;
  text-align: center;
  display: none;
}
@media (max-width: 998px) {
  .bottom-home {
    padding-bottom: 10px;
    display: block;
  }
}
.bottom-home__title {
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 42px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--0d1b2a);
  margin-bottom: 20px;
}
@media (max-width: 998px) {
  .bottom-home__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.bottom-home__subtitle {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 30px;
}
.bottom-home__subtitle span {
  font-weight: 800;
}
@media (max-width: 998px) {
  .bottom-home__subtitle {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.bottom-home__row {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  display: grid;
  gap: 10px;
}
@media (max-width: 998px) {
  .bottom-home__row {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
}
.bottom-home__item {
  box-shadow: 0 4px 8px 0 rgba(12, 42, 97, 0.11);
  background: var(--ffffff);
  border-radius: 16px;
  padding: 24px 15px 20px;
}
.bottom-home__item > *:not(:last-child) {
  margin-bottom: 5px;
  display: block;
}
@media (max-width: 998px) {
  .bottom-home__item {
    padding: 15px;
  }
}
.bottom-home__item span {
  font-weight: 700;
  font-size: 32px;
  line-height: 95%;
  text-transform: uppercase;
}
@media (max-width: 430px) {
  .bottom-home__item span {
    font-size: 24px;
  }
}
.bottom-home__item p {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 998px) {
  .bottom-home__item p {
    font-size: 12px;
  }
}
@media (min-width: 998px) {
  .bottom-home__item p br {
    display: none;
  }
}
.bottom-home__content {
  padding: 30px 0 58px;
  margin: 0px auto;
  text-align: center;
  background: url("../img/main_decor.png") center center/cover no-repeat;
}
@media (max-width: 998px) {
  .bottom-home__content {
    padding-bottom: 40px;
    background: url("../img/main_decor_mob.png") center center/cover no-repeat;
  }
}
@media (max-width: 998px) and (max-height: 700px) {
  .bottom-home__content {
    padding-top: 2vh !important;
  }
}
.bottom-home__content ._container {
  max-width: 810px;
}
@media (max-width: 768px) {
  .bottom-home__content ._container {
    max-width: 352px;
  }
}
.bottom-home__content .btn {
  color: #fff;
  margin: 0px auto 0px !important;
  display: inline-block;
}
.bottom-home__content .btn__label {
  color: #0d1b2a;
}
.bottom-home__content .btn__label a {
  color: #0d1b2a;
}

.reviews__anim {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: var(--0d1b2a);
  opacity: 0.5;
}
@media (min-width: 998px) {
  .reviews__anim {
    display: none;
  }
}

.how-works {
  text-align: center;
  padding: 80px 0 0;
}
@media (max-width: 998px) {
  .how-works {
    padding-bottom: 50px;
  }
}
.how-works__media {
  border-radius: 30px;
  margin-bottom: 40px;
  width: 100%;
  position: relative;
  padding: 0px 0px 56% 0px;
  overflow: hidden;
}
.how-works__media img,
.how-works__media iframe,
.how-works__media video {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 998px) {
  .how-works__media iframe:first-child {
    display: none;
  }
}
@media (min-width: 998px) {
  .how-works__media iframe:last-child {
    display: none;
  }
}
@media (max-width: 998px) {
  .how-works__media {
    margin-bottom: 20px;
    border-radius: 20px;
    aspect-ratio: 500/870;
  }
}
.how-works .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.how-works .btn > a {
  color: #fff;
}
@media (max-width: 768px) {
  .how-works .btn > a {
    padding: 10px 0;
    width: 100%;
  }
}

h2 {
  font-weight: 800;
  font-size: 68px;
  line-height: 95%;
  text-transform: uppercase;
  text-align: center;
  color: #0d1b2a;
  margin-bottom: 50px;
}
@media (max-width: 998px) {
  h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

.stop-losing {
  background: #3a86ff;
  padding: 70px 0 50px;
  border-radius: 30px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .stop-losing {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
  }
}
.stop-losing .stop-losing__pagging {
  margin-bottom: 30px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.stop-losing .stop-losing__pagging .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background-color: #dee2e6;
}
.stop-losing .stop-losing__pagging .swiper-pagination-bullet-active {
  background-color: #0d1b2a;
}
.stop-losing::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 474px;
  bottom: -25%;
  left: 0;
  z-index: 1;
  background: url("../img/stop_bg.png") center center/cover no-repeat;
  border-radius: 30px;
  overflow: hidden;
}
.stop-losing__container {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .stop-losing__slider {
    margin-bottom: 36px;
  }
}
@media (min-width: 768px) {
  .stop-losing .swiper-wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
.stop-losing__item {
  overflow: hidden;
  border-radius: 16px;
}
@media (any-hover: hover) {
  .stop-losing__item:hover img {
    scale: 1.1;
  }
}
.stop-losing__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: scale 0.3s ease 0s;
}
.stop-losing__bottom {
  padding: 40px;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 768px) {
  .stop-losing__bottom {
    flex-wrap: wrap;
    text-align: center;
    padding: 15px;
  }
}
.stop-losing__left {
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 42px;
  line-height: 130%;
  color: #0d1b2a;
  max-width: 700px;
}
@media (max-width: 768px) {
  .stop-losing__left {
    font-size: 20px;
  }
}
.stop-losing__label {
  width: 100%;
  max-width: 365px;
  border-radius: 16px;
  background: #3a86ff;
  padding: 22px;
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 70px;
  line-height: 95%;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 768px) {
  .stop-losing__label {
    margin: 0px auto;
    font-size: 48px;
    padding: 5px;
  }
}
.stop-losing .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  flex-direction: column;
}
.stop-losing .btn > a {
  background: #0d1b2a;
}
@media (max-width: 768px) {
  .stop-losing .btn > a {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .stop-losing .btn {
    margin-top: 10px;
  }
}
.stop-losing .reviews__anim {
  margin-top: 0;
  margin-bottom: 20px;
}