@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);
@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;
}
@font-face {
  font-family: "Cera Pro";
  src: url(../fonts/CeraPro-Black.woff);
  font-weight: 900;
}
@font-face {
  font-family: "Cera Pro";
  src: url(../fonts/CeraPro-Bold.woff);
  font-weight: 700;
}
@font-face {
  font-family: "Cera Pro";
  src: url(../fonts/CeraPro-Medium.woff);
  font-weight: 500;
}
@font-face {
  font-family: "Cera Pro";
  src: url(../fonts/CeraPro-Regular.woff);
  font-weight: 400;
}
@font-face {
  font-family: "Cera Pro";
  src: url(../fonts/CeraPro-Thin.woff);
  font-weight: 300;
}
* {
  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: 20px;
}

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

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

input,
button,
textarea {
  font-family: "Cera Pro";
  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._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: #fff;
  background-color: #4e2626;
  background: linear-gradient(268deg, #ef373e 53.3%, #d70000 90.99%);
}
._container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 75px;
}
@media (max-width: 998px) {
  ._container {
    padding: 0px 24px;
  }
}

.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: absolute;
  width: 100%;
  z-index: 50;
}
.header__container {
  display: flex;
  gap: 25px;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (max-width: 1300px) {
  .header__container {
    font-size: 16px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.header__logo {
  width: 175px;
  position: relative;
}
@media (max-width: 1300px) {
  .header__logo {
    width: 130px;
  }
}
.header__logo img {
  width: 100%;
}
.header__logo_2 {
  width: 119px;
}
@media (max-width: 1300px) {
  .header__logo_2 {
    width: 90px;
  }
}
.header__menu {
  margin-left: auto;
  margin-right: 50px;
}
@media (max-width: 1300px) {
  .header__menu {
    margin-right: 10px;
  }
}
.header__menu ul {
  display: flex;
  gap: 25px;
}
.header__menu ul a {
  color: #fff;
}
.header__menu ul a:hover {
  text-decoration: underline;
}
@media (max-width: 998px) {
  .header__menu {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    overflow: hidden;
    gap: 30px;
    z-index: 2;
    background: #fff;
    color: #000;
    transition: 0.3s;
    transform: translate(0px, -100%);
  }
  .header__menu::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-35%);
    z-index: -1;
    content: "";
    width: 603px;
    height: 469px;
    background-image: url(../img/hb.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .header__menu._active {
    transform: translate(0);
  }
  .header__menu ul {
    flex-direction: column;
    align-items: center;
    font-size: 26px;
    font-weight: 500;
    gap: 50px;
    margin-top: 50px;
  }
  .header__menu ul a {
    color: #000;
  }
}
.header__social {
  display: flex;
  gap: 20px;
  align-items: center;
}
.header__social img:nth-child(2) {
  display: none;
}
@media (max-width: 998px) {
  .header__social {
    gap: 30px;
    order: 4;
  }
  .header__social img {
    width: 30px;
  }
  .header__social img:nth-child(1) {
    display: none;
  }
  .header__social img:nth-child(2) {
    display: block;
  }
}
.header__social a {
  transition: 0.3s;
}
.header__social a:hover {
  transform: scale(1.15);
}
body._vhod .header__lc {
  display: none;
}
.header__lc button,
.header__lc a {
  border-radius: 56px;
  background: #bb191f;
  color: #fff;
  padding: 18px 22px;
  transition: 0.3s;
  display: flex;
  justify-content: center;
}
.header__lc button:hover,
.header__lc a:hover {
  background: #e71e25;
}
@media (max-width: 1300px) {
  .header__lc button,
.header__lc a {
    padding: 14px 18px;
  }
}
@media (max-width: 998px) {
  .header__lc button,
.header__lc a {
    padding: 18px 50px;
    font-size: 20px;
    margin: 0px auto;
    margin-top: 20px;
  }
}
@media (max-width: 998px) {
  .header__lc {
    width: 100%;
    max-width: 450px;
    padding: 0px 20px;
  }
}
.header__vhod {
  display: none;
  position: relative;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}
.header__vhod:hover .header__popup {
  display: block;
}
.header__vhod:hover .header__arrow img {
  transform: rotate(180deg);
}
@media (max-width: 998px) {
  .header__vhod {
    margin-left: auto;
  }
}
body._vhod .header__vhod {
  display: flex;
}
.header__ava {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 998px) {
  .header__ava {
    width: 50px;
    height: 50px;
  }
}
.header__name {
  font-weight: 500;
}
@media (max-width: 998px) {
  .header__name {
    display: none;
  }
}
.header__arrow {
  width: 16px;
}
.header__arrow img {
  transition: 0.3s;
  width: 100%;
}
@media (max-width: 998px) {
  .header__arrow {
    display: none;
  }
}
.header__popup {
  position: absolute;
  width: 220px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  bottom: -10px;
  transform: translate(0px, 100%);
  display: none;
  right: 0;
}
@media (max-width: 998px) {
  .header__popup {
    width: 220px;
  }
}
.header__popup::before {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  height: 10px;
  transform: translate(0px, -100%);
}
.header__logo-m {
  display: none;
}
@media (max-width: 998px) {
  .header__logo-m {
    display: block;
    width: 200px;
  }
  .header__logo-m img {
    width: 100%;
  }
}
.icon-menu {
  display: none;
}
@media (max-width: 998px) {
  .icon-menu {
    display: block;
    position: relative;
    top: 0px;
    right: 0px;
    width: 33px;
    height: 25px;
    margin-left: auto;
    cursor: pointer;
    z-index: 5;
  }
  .icon-menu span {
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .icon-menu span:first-child {
    top: 0px;
  }
  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }
  .icon-menu._active span {
    transform: scale(0);
    background-color: #000;
  }
  .icon-menu._active span:first-child {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  .icon-menu._active span:last-child {
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }
}

.popup-header {
  padding: 20px 25px;
  border-radius: 20px;
}
.popup-header__name {
  font-weight: 500;
}
.popup-header__mail {
  color: rgba(0, 0, 0, 0.46);
  margin-top: 7px;
  font-size: 16px;
}
.popup-header__pass {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.46);
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.popup-header__exit {
  font-size: 18px;
  font-weight: 500;
  color: #d70000;
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.page {
  flex: 1 1 auto;
}

.giff {
  width: 100%;
  position: fixed;
  height: 100%;
  z-index: 150;
  pointer-events: none;
  opacity: 0;
}
.giff._active {
  opacity: 1;
}
.giff img {
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
@media (max-width: 998px) {
  .giff img {
    height: 110%;
    width: auto;
  }
}

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

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

._game {
  background-color: #fff;
  width: 480px;
  border-radius: 20px;
  overflow: hidden;
}
._game > div > div:last-child {
  display: none;
}
._game button {
  height: 120px;
  width: 120px;
  position: relative;
  background-color: red;
}
._game button#b12 span {
  color: #000;
}
._game button img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}
._game button span {
  position: absolute;
  bottom: 8px;
  right: 11px;
  font-size: 27px;
  color: #fff;
}
._game .shufle {
  width: auto;
}
._game .nul {
  color: transparent;
}

._arrows {
  display: flex;
  gap: 10px;
}
._arrows img {
  width: 50px;
  cursor: pointer;
  transition: 0.3s;
}
._arrows img._right {
  transform: rotate(180deg);
}
._arrows img:hover {
  scale: 1.1;
}

._btn {
  padding: 21px 46px;
  display: flex;
  font-size: 24px;
  font-weight: 500;
  border-radius: 45px;
  background: #e71e25;
  color: #fff;
  transition: 0.3s;
  justify-content: center;
}
._btn:hover {
  background-color: #d70101;
}
@media (max-width: 998px) {
  ._btn {
    font-size: 18px;
  }
}
._btn._white {
  background: #fff;
  color: #d70101;
}
._btn._white:hover {
  background-color: #d70101;
  color: #fff;
}

.home {
  position: relative;
  z-index: 1;
}
.home__l {
  z-index: -1;
  position: absolute;
}
.home__l img {
  width: 100%;
}
.home__l:nth-child(1) {
  right: 100px;
  top: 0;
  width: 320px;
}
@media (max-width: 1300px) {
  .home__l:nth-child(1) {
    width: 250px;
  }
}
@media (max-width: 998px) {
  .home__l:nth-child(1) {
    right: -65px;
    width: 190px;
  }
}
.home__l:nth-child(3) {
  right: -30px;
  bottom: 30px;
  width: 320px;
}
@media (max-width: 1300px) {
  .home__l:nth-child(3) {
    width: 250px;
  }
}
@media (max-width: 998px) {
  .home__l:nth-child(3) {
    display: none;
  }
}
.home__l:nth-child(2) {
  left: -30px;
  bottom: 0px;
  width: 320px;
  transform: translate(0px, 30%);
}
@media (max-width: 1300px) {
  .home__l:nth-child(2) {
    width: 250px;
  }
}
@media (max-width: 998px) {
  .home__l:nth-child(2) {
    top: 600px;
    bottom: 0;
    transform: translate(0px, 0%);
  }
}
.home__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 170px;
}
@media (max-width: 998px) {
  .home__container {
    flex-direction: column;
    gap: 10px;
    padding-top: 135px;
  }
}
.home__sobrano {
  border-radius: 28px;
  background: #fff;
  padding: 20px 25px;
  padding-bottom: 15px;
  max-width: 370px;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #000;
}
@media (max-width: 500px) {
  .home__sobrano {
    max-width: max-content;
    padding: 20px;
    border-radius: 20px;
    padding-bottom: 15px;
    padding-right: 50px;
  }
}
.home__sobrano div {
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: 10px;
  font-size: 18px;
}
@media (max-width: 1300px) {
  .home__sobrano div {
    font-size: 16px;
  }
}
.home__sobrano div:nth-child(2) {
  font-size: 32px;
  gap: 0;
}
@media (max-width: 1300px) {
  .home__sobrano div:nth-child(2) {
    font-size: 28px;
  }
  .home__sobrano div:nth-child(2) img {
    width: 48px;
  }
}
@media (max-width: 500px) {
  .home__sobrano div:nth-child(2) img {
    width: 33px;
  }
}
.home__logo {
  width: 300px;
  margin-top: 40px;
}
@media (max-width: 1300px) {
  .home__logo {
    margin-top: 30px;
    width: 270px;
  }
}
@media (max-width: 500px) {
  .home__logo {
    width: 200px;
  }
}
.home__logo img {
  width: 100%;
}
.home__title {
  font-size: 120px;
  font-weight: 900;
  letter-spacing: -6px;
  line-height: 0.9;
  text-transform: uppercase;
  margin-top: 25px;
}
@media (max-width: 1300px) {
  .home__title {
    font-size: 100px;
  }
}
@media (max-width: 1100px) {
  .home__title {
    font-size: 90px;
  }
}
@media (max-width: 500px) {
  .home__title {
    font-size: 70px;
    margin-top: 22px;
  }
}
.home__btns {
  margin-top: 70px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.home__btns a:nth-child(2) {
  color: #fff;
  text-decoration: underline;
}
.home__btns a:nth-child(2):hover {
  text-decoration: none;
}
@media (max-width: 1300px) {
  .home__btns {
    margin-top: 50px;
  }
}
@media (max-width: 500px) {
  .home__btns {
    margin-top: 30px;
    justify-content: space-between;
    gap: 10px;
  }
}
.home__slider-wp {
  display: block;
  min-width: 0;
  flex: 0 0 630px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1300px) {
  .home__slider-wp {
    flex: 0 0 500px;
  }
}
@media (max-width: 998px) {
  .home__slider-wp {
    flex: 0 0 100%;
  }
}
.home__slider-wp::before {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%);
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  z-index: -1;
  background-color: #fff;
}
.home__arrow {
  position: absolute;
  bottom: 40px;
  right: 80px;
  z-index: 3;
}
@media (max-width: 998px) {
  .home__arrow {
    display: none;
  }
}
.home__swiper {
  min-width: 0;
}
.home__slide {
  position: relative;
}
.home__img {
  width: 82%;
  margin: 0px auto;
  aspect-ratio: 635/750;
  position: relative;
}
.home__img._big {
  width: 100%;
}
.home__img img {
  width: 100%;
  left: 50%;
  transform: translate(-50%);
  position: absolute;
  object-fit: cover;
  object-position: top left;
}
.home__name {
  position: absolute;
  display: flex;
  z-index: 1;
  max-width: max-content;
  background: #fff;
  color: #000;
  padding: 20px;
  gap: 15px;
  font-size: 18px;
  font-weight: 500;
  transform: rotate(-4.017deg);
  border-radius: 14px;
}
@media (max-width: 700px) {
  .home__name {
    font-size: 14px;
    padding: 15px;
  }
  .home__name img {
    width: 25px;
  }
}
.home__name::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 12px;
  transform: translate(-30%, -30%);
  height: 12px;
  background-image: url(../img/Ellips.svg);
  background-size: cover;
}
.home__name_1 {
  top: 50%;
  right: 0;
}
@media (max-width: 998px) {
  .home__name_1 {
    top: 35%;
  }
}
.home__name_2 {
  top: 60%;
  left: 0%;
}
.home__name_2::before {
  right: 0;
  left: auto;
  transform: translate(30%, -30%);
}
.home__name_3 {
  right: 10%;
  top: 70%;
  transform: rotate(11deg);
}
.home__name_4 {
  right: 10%;
  top: 70%;
  transform: rotate(-10deg);
}

.about {
  position: relative;
  z-index: 1;
}
.about__wp {
  border-radius: 45px;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #000;
  padding: 74px 64px;
  gap: 50px;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .about__wp {
    padding: 64px 44px;
    align-items: center;
  }
}
@media (max-width: 998px) {
  .about__wp {
    grid-template-columns: 1fr;
    padding: 30px;
    border-radius: 35px;
    gap: 36px;
    padding-top: 50px;
  }
}
.about__wp._active .about__content,
.about__wp._active .about__video {
  transform: translate(0);
  opacity: 1;
}
.about__content {
  display: flex;
  flex-direction: column;
  transform: translate(-50%);
  opacity: 0;
  transition: 0.5s;
}
.about__title {
  font-size: 49px;
  font-weight: 700;
  letter-spacing: -2.45px;
}
@media (max-width: 1300px) {
  .about__title {
    font-size: 44px;
  }
}
@media (max-width: 500px) {
  .about__title {
    font-size: 34px;
  }
}
.about__txt {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1300px) {
  .about__txt {
    margin-top: 30px;
    gap: 20px;
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .about__txt {
    font-size: 16px;
  }
}
.about__btn {
  margin-top: 45px;
}
@media (max-width: 1300px) {
  .about__btn {
    margin-top: 30px;
  }
}
.about__btn a {
  max-width: max-content;
}
@media (max-width: 998px) {
  .about__btn a {
    max-width: 100%;
    justify-content: center;
  }
}
.about__video {
  position: relative;
  transform: translate(50%);
  opacity: 0;
  transition: 0.5s;
}
.about__video video {
  width: 100%;
  background: #e4e4e4;
  border-radius: 24px;
  aspect-ratio: 600/400;
}
.about__video img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 500px) {
  .about__video img {
    width: 33px;
  }
}

.ambasadors {
  position: relative;
  z-index: 1;
}
.ambasadors__l {
  position: absolute;
  transform: translate(0px, 50%);
  pointer-events: none;
  width: 350px;
  z-index: -1;
  bottom: 0;
}
body._vhod .ambasadors__l {
  display: none;
}
@media (max-width: 1300px) {
  .ambasadors__l {
    width: 250px;
  }
}
@media (max-width: 998px) {
  .ambasadors__l {
    width: 150px;
  }
}
.ambasadors__l img {
  width: 100%;
}
.ambasadors__l_1 {
  left: -130px;
}
@media (max-width: 998px) {
  .ambasadors__l_1 {
    left: 0;
    top: 50px;
    bottom: auto;
    transform: translate(-50%, 100%);
  }
}
.ambasadors__l_2 {
  right: -30px;
  transform: translate(0px, 90%);
}
@media (max-width: 998px) {
  .ambasadors__l_2 {
    right: 0;
    transform: translate(50%, -50%) rotate(-90deg);
  }
}
.ambasadors__title {
  text-align: center;
  margin-top: 90px;
  font-size: 49px;
  font-weight: 700;
}
@media (max-width: 998px) {
  .ambasadors__title {
    font-size: 34px;
  }
}
.ambasadors__block {
  display: flex;
  justify-content: center;
  gap: 60px;
  position: relative;
  align-items: flex-start;
  margin-top: 50px;
}
@media (max-width: 998px) {
  .ambasadors__block {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 60px;
  }
}
.ambasadors__ves {
  position: absolute;
  width: 1920px;
  top: 0;
  left: 50%;
  pointer-events: none;
  transform: translate(-50%, -95%);
}
@media (max-width: 998px) {
  .ambasadors__ves {
    width: 1000px;
    transform: translate(-50%, -110%);
  }
}
.ambasadors__ves img {
  width: 100%;
}
.ambasadors__item {
  border-radius: 45px;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  padding-bottom: 30px;
  top: -20px;
  transition: 0.5s;
  opacity: 0;
}
.ambasadors__item._active {
  top: 0;
  opacity: 1;
}
.ambasadors__item:nth-child(2) {
  transform: rotate(-10deg);
  transition-delay: 0.5s;
  width: 260px;
}
@media (max-width: 998px) {
  .ambasadors__item:nth-child(2) {
    width: 270px;
    transform: rotate(-4deg);
  }
}
.ambasadors__item:nth-child(3) {
  transform: rotate(3deg);
  top: 30px;
  width: 320px;
  transition-delay: 1s;
}
@media (max-width: 998px) {
  .ambasadors__item:nth-child(3) {
    top: 0;
    width: 270px;
    transform: rotate(4deg);
  }
}
.ambasadors__item:nth-child(4) {
  transform: rotate(12deg);
  width: 260px;
}
@media (max-width: 998px) {
  .ambasadors__item:nth-child(4) {
    width: 270px;
    transform: rotate(-4deg);
  }
}
.ambasadors__pr {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -70%);
}
.ambasadors__img {
  width: 80%;
}
.ambasadors__img img {
  width: 100%;
}
.ambasadors__name {
  margin-top: 20px;
  font-weight: 700;
}

.wp-content {
  background-color: #fff;
  color: #000;
  border-radius: 135px;
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 998px) {
  .wp-content {
    border-radius: 38px;
    margin-top: 50px;
    overflow: hidden;
  }
}
body._vhod .wp-content {
  margin-top: 0;
  margin-bottom: 70px;
}
@media (max-width: 998px) {
  body._vhod .wp-content {
    margin-bottom: 40px;
  }
}

.game__container {
  padding-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
}
@media (max-width: 998px) {
  .game__container {
    flex-direction: column;
    padding-top: 50px;
  }
}
.game__game {
  padding: 20px;
  border-radius: 46px;
  background: rgba(217, 217, 217, 0.25);
}
@media (max-width: 500px) {
  .game__game {
    padding: 10px;
    border-radius: 35px;
  }
}
.game__game ._game {
  width: 400px;
}
.game__game ._game button {
  width: 100px;
  height: 100px;
}
.game__game ._game button img {
  width: 100px;
  height: 100px;
}
@media (max-width: 500px) {
  .game__game ._game {
    width: 340px;
  }
  .game__game ._game button {
    width: 85px;
    height: 85px;
  }
  .game__game ._game button img {
    width: 85px;
    height: 85px;
  }
}
.game__content {
  max-width: 410px;
}
@media (max-width: 998px) {
  .game__content {
    max-width: 100%;
  }
}
.game__title {
  font-size: 55px;
  font-weight: 700;
  align-items: center;
  display: flex;
}
@media (max-width: 998px) {
  .game__title {
    font-size: 34px;
    gap: 30px;
    margin-bottom: 25px;
  }
  .game__title img {
    width: 30px;
  }
}
.game__text {
  margin-top: 40px;
  line-height: 1.3;
}
@media (max-width: 500px) {
  .game__text {
    font-size: 16px;
    margin-top: 50px;
  }
}
.game__btn {
  margin-top: 70px;
}
@media (max-width: 500px) {
  .game__btn {
    margin-top: 33px;
  }
}
.game__btn a {
  max-width: max-content;
}

.dobro__container {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding-top: 80px;
}
@media (max-width: 998px) {
  .dobro__container {
    padding-top: 50px;
  }
}
.dobro__title {
  display: flex;
  gap: 30px;
  font-size: 55px;
  font-weight: 700;
  letter-spacing: -2.75px;
  align-items: center;
}
@media (max-width: 998px) {
  .dobro__title {
    font-size: 34px;
    gap: 10px;
    width: 100%;
    text-align: left;
    justify-content: space-between;
  }
  .dobro__title img {
    width: 30px;
  }
}
.dobro__text {
  line-height: 1.3;
  max-width: 880px;
  margin-top: 40px;
}
@media (max-width: 998px) {
  .dobro__text {
    font-size: 16px;
    margin-top: 30px;
  }
}
.dobro__block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
  margin-top: 55px;
}
@media (max-width: 998px) {
  .dobro__block {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.dobro__item {
  width: 100%;
}
@media (max-width: 998px) {
  .dobro__item {
    width: calc(50% - 10px);
  }
}
.dobro__item img {
  width: 100%;
}
.dobro__btns {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 998px) {
  .dobro__btns {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.dobro__btns a._white {
  border: 1px solid #e71e25;
}
@media (min-width: 998px) {
  .dobro__btns a._white {
    padding: 22px 63px;
  }
}
@media (max-width: 998px) {
  .dobro__btns a._white {
    padding: 21px 35px;
  }
}
@media (max-width: 450px) {
  .dobro__btns a {
    width: 100%;
  }
}

.fond {
  position: relative;
  z-index: 1;
}
.fond__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 80px;
  position: relative;
}
.fond__logos {
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 30px;
}
.fond__logos img {
  max-width: 100%;
}
.fond__txt {
  letter-spacing: -0.6px;
  margin-top: 42px;
  max-width: 870px;
  line-height: 1.22;
}
@media (max-width: 500px) {
  .fond__txt {
    margin-top: 30px;
    letter-spacing: -0.48px;
    font-size: 16px;
  }
}
.fond__btn {
  margin-top: 30px;
}
@media (max-width: 998px) {
  .fond__btn {
    margin-top: 20px;
  }
}
.fond__imgs {
  position: relative;
  height: 500px;
  width: 100%;
  z-index: -1;
}
@media (max-width: 998px) {
  .fond__imgs {
    height: 155vw;
  }
}
.fond__imgs img {
  width: 100%;
}
.fond__imgs div {
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
.fond__imgs div:nth-child(1) {
  left: 0px;
  width: 400px;
  bottom: -40px;
}
@media (max-width: 1300px) {
  .fond__imgs div:nth-child(1) {
    left: -50px;
  }
}
@media (max-width: 998px) {
  .fond__imgs div:nth-child(1) {
    width: 65%;
    left: -20px;
    bottom: 65vw;
  }
}
.fond__imgs div:nth-child(2) {
  left: 350px;
  width: 380px;
  aspect-ratio: 1/0.95;
  z-index: 1;
}
.fond__imgs div:nth-child(2) img:nth-child(2) {
  display: none;
}
@media (max-width: 1300px) {
  .fond__imgs div:nth-child(2) {
    left: 250px;
  }
}
@media (max-width: 998px) {
  .fond__imgs div:nth-child(2) {
    right: -20px;
    left: auto;
    width: 55%;
    aspect-ratio: auto;
    bottom: 75vw;
  }
}
.fond__imgs div:nth-child(3) {
  width: 650px;
  right: 0;
  aspect-ratio: 680/640;
}
@media (max-width: 1300px) {
  .fond__imgs div:nth-child(3) {
    right: -100px;
  }
}
@media (max-width: 998px) {
  .fond__imgs div:nth-child(3) {
    max-width: 130%;
    aspect-ratio: 680/500;
    right: auto;
    left: 50%;
    transform: translate(-50%);
  }
}
.fond__info {
  position: absolute;
  bottom: 60px;
  right: 170px;
  width: 190px;
  background-image: url(../img/rec.png);
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 998px) {
  .fond__info {
    width: 120px;
    transform: rotate(-13.406deg);
    left: 30px;
    right: auto;
    bottom: 20px;
  }
}
@media (max-width: 998px) {
  .fond__pc {
    display: none;
  }
}
.fond__head {
  font-size: 19px;
  font-weight: 700;
  margin-top: 17px;
}
.fond__text {
  padding: 10px;
}
.fond__text span {
  color: #e71e25;
}
.fond__buton a {
  font-size: 20px;
  font-weight: 400;
  padding: 16px 26px;
  max-width: max-content;
  margin: 0px auto;
}
.fond__mobile {
  display: none;
}
@media (max-width: 998px) {
  .fond__mobile {
    display: flex;
    flex-direction: column;
    min-height: 110px;
    align-items: center;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    gap: 0px;
  }
  .fond__mobile img {
    width: 40%;
  }
}

.already__container {
  margin-top: 112px;
}
@media (max-width: 998px) {
  .already__container {
    margin-top: 60px;
  }
}
.already__wp {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 998px) {
  .already__wp {
    flex-direction: column;
    gap: 30px;
  }
}
.already__title {
  font-weight: 700;
  font-size: 55px;
}
@media (max-width: 500px) {
  .already__title {
    font-size: 34px;
  }
}
.already__txt {
  max-width: 550px;
  line-height: 1.22;
  margin-top: 20px;
}
@media (max-width: 500px) {
  .already__txt {
    font-size: 16px;
  }
}
.already__slider {
  overflow: visible;
  margin-top: 55px;
}
@media (max-width: 998px) {
  .already__slider {
    margin-top: 50px;
  }
}
.already__slide img {
  width: 100%;
}
.already__arrow {
  margin-top: 40px;
}
@media (max-width: 998px) {
  .already__arrow {
    margin-top: 25px;
  }
}

.subscribe {
  position: relative;
  z-index: 3;
}
.subscribe__container {
  display: grid;
  grid-template-columns: 1fr 55%;
  gap: 20px;
  margin-top: 90px;
}
@media (max-width: 998px) {
  .subscribe__container {
    margin-top: 45px;
    display: flex;
    flex-direction: column;
  }
}
.subscribe__title {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 55px;
}
@media (max-width: 1300px) {
  .subscribe__title {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .subscribe__title {
    font-size: 34px;
    margin-bottom: 30px;
  }
}
.subscribe__social {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 998px) {
  .subscribe__social {
    max-width: 400px;
  }
}
.subscribe__social a {
  border-radius: 35px;
  background: #fff;
  padding: 20px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 25px;
  color: #000;
  font-weight: 500;
  transition: 0.3s;
}
.subscribe__social a:hover {
  background: #d70101;
  color: #fff;
}
.subscribe__social a img:nth-child(1) {
  width: 85px;
}
.subscribe__social a img:nth-child(3) {
  width: 64px;
  transform: rotate(180deg);
  display: block;
}
@media (max-width: 1300px) {
  .subscribe__social a {
    padding: 23px 23px;
    font-size: 20px;
  }
  .subscribe__social a img:nth-child(1) {
    width: 55px;
  }
  .subscribe__social a img:nth-child(3) {
    width: 45px;
  }
}
.subscribe__right {
  background-color: #fff;
  background-image: url(../img/subb.png);
  background-size: cover;
  background-position: center center;
  padding: 48px;
  position: relative;
  border-radius: 30px;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 1300px) {
  .subscribe__right {
    padding: 30px;
  }
}
@media (max-width: 998px) {
  .subscribe__right {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 998px) {
  .subscribe__h {
    width: 34px;
  }
  .subscribe__h img {
    width: 100%;
  }
}
.subscribe__head {
  font-size: 37px;
  font-weight: 700;
  margin-top: 20px;
}
@media (max-width: 998px) {
  .subscribe__head {
    font-size: 28px;
    margin-top: 10px;
  }
}
.subscribe__arr {
  position: absolute;
  bottom: 48px;
  right: 48px;
  transform: rotate(180deg);
  width: 64px;
}
@media (max-width: 1300px) {
  .subscribe__arr {
    bottom: 30px;
    right: 30px;
  }
}
@media (max-width: 998px) {
  .subscribe__arr {
    width: 45px;
  }
}
.subscribe__arr img {
  width: 100%;
}

.footer {
  background-color: #000;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.footer::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.footer._no-img .footer__il {
  display: none;
}
@media (max-width: 998px) {
  .footer {
    margin-top: 45px;
  }
}
.footer__il {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: -2;
}
@media (max-width: 998px) {
  .footer__il {
    top: 0;
    bottom: auto;
    transform: translate(0px, -50%);
    width: 150%;
  }
}
.footer__il img {
  width: 100%;
}
.footer__container {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 998px) {
  .footer__container {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.footer__left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 998px) {
  .footer__left {
    gap: 20px;
  }
}
.footer__logo {
  width: 200px;
}
.footer__logo img {
  width: 100%;
}
.footer__txt {
  max-width: 410px;
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.37);
  line-height: 1.2;
}
.footer__last {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.76);
  margin-top: 40px;
}
@media (max-width: 998px) {
  .footer__last {
    margin-top: 70px;
  }
}
.footer__right {
  display: flex;
  flex-direction: column;
  width: max-content;
  gap: 30px;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 998px) {
  .footer__right {
    max-width: max-content;
    width: 100%;
    gap: 20px;
    line-height: 1.2;
    margin-top: 30px;
  }
}
.footer__right a {
  color: #fff;
}
.footer__right a:hover {
  text-decoration: underline;
}

.form__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 230px;
  padding-bottom: 150px;
  position: relative;
  align-items: flex-start;
}
@media (max-width: 998px) {
  .form__container {
    padding-top: 150px;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }
}
.form__el {
  position: absolute;
}
.form__el img {
  width: 100%;
}
.form__el_1 {
  width: 1140px;
  left: 0;
  transform: translate(-30%, -23%);
}
@media (max-width: 998px) {
  .form__el_1 {
    transform: translate(10%, -103%);
    right: 0;
    left: auto;
    width: 990px;
  }
}
.form__el_2 {
  right: -30px;
  top: 0px;
  width: 320px;
}
@media (max-width: 1300px) {
  .form__el_2 {
    width: 250px;
  }
}
@media (max-width: 998px) {
  .form__el_2 {
    display: none;
  }
}
.form__el_3 {
  left: -30px;
  bottom: 0px;
  width: 320px;
  transform: translate(0px, 60%);
}
@media (max-width: 1300px) {
  .form__el_3 {
    width: 250px;
  }
}
@media (max-width: 998px) {
  .form__el_3 {
    display: none;
  }
}
.form__form {
  background-color: #fff;
  padding: 65px 50px;
  border-radius: 43px;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}
.form__form::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
  content: "";
  width: 50px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/prisepka.png);
}
@media (max-width: 998px) {
  .form__form {
    padding: 48px 35px;
    border-radius: 35px;
  }
}
.form__form .inp-wp {
  border-radius: 68px;
  background: rgba(241, 241, 241, 0.74);
  border: 1px solid rgba(241, 241, 241, 0.74);
  position: relative;
  padding: 0px 30px;
}
.form__form .inp-wp._error {
  border: 1px solid #e71e25;
}
.form__form .inp-wp._active label {
  color: rgba(0, 0, 0, 0.34);
  font-weight: 400;
  font-size: 16px;
  top: 15px;
  transform: translate(0);
}
@media (max-width: 998px) {
  .form__form .inp-wp._active label {
    font-size: 14px;
    top: 11px;
  }
}
.form__form .inp-wp label {
  position: absolute;
  left: 30px;
  transition: 0.3s;
  top: 50%;
  font-size: 18px;
  font-weight: 500;
  pointer-events: none;
  transform: translate(0px, -50%);
}
.form__form .inp-wp input {
  width: 100%;
  background: transparent;
  font-size: 24px;
  min-height: 75px;
}
@media (max-width: 500px) {
  .form__form .inp-wp input {
    min-height: 65px;
    font-size: 20px;
  }
}
.form__form .inp-wp input:not(#phone) {
  padding: 33px 0px;
  padding-bottom: 15px;
}
@media (max-width: 500px) {
  .form__form .inp-wp input:not(#phone) {
    padding: 25px 0px;
    padding-bottom: 10px;
  }
}
.form__form .inp-wp input::placeholder {
  font-size: 24px;
}
.form__form .check-wp._error label::before {
  border: 1px solid #e71e25;
}
.form__form .check-wp input {
  display: none;
}
.form__form .check-wp input:checked + label::before {
  background-image: url(../img/cec.svg);
  background-size: cover;
  border: none;
}
.form__form .check-wp label {
  position: relative;
  padding-left: 40px;
  display: block;
  cursor: pointer;
  min-height: 28px;
  font-size: 18px;
}
@media (max-width: 998px) {
  .form__form .check-wp label {
    font-size: 14px;
    padding-left: 35px;
  }
}
.form__form .check-wp label a {
  color: #e71e25;
}
.form__form .check-wp label a:hover {
  text-decoration: underline;
}
.form__form .check-wp label::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 28px;
  height: 28px;
  transform: translate(0px, -5px);
  border-radius: 50%;
  background: linear-gradient(0deg, rgba(241, 241, 241, 0.74) 0%, rgba(241, 241, 241, 0.74) 100%), #d9d9d9;
}
@media (max-width: 998px) {
  .form__form .check-wp label::before {
    width: 26px;
    height: 26px;
    transform: translate(0px, -7px);
  }
}
.form__title {
  font-weight: 700;
  font-size: 49px;
  letter-spacing: -2.45px;
}
@media (max-width: 1300px) {
  .form__title {
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .form__title {
    font-size: 34px;
  }
}
.form__info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  letter-spacing: -0.9px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.form__back {
  display: flex;
  align-items: center;
  color: #000;
  margin-bottom: 5px;
  gap: 10px;
}
.form__link {
  text-decoration: underline;
  color: #000;
  font-size: 18px;
  display: block;
  max-width: max-content;
  margin-top: 10px;
  margin-bottom: 15px;
}
.form__link._two {
  font-size: 20px;
  margin: 0px auto;
}
.form__stikers {
  width: 100%;
}
@media (max-width: 998px) {
  .form__stikers {
    display: none;
  }
}
.form__stikers img {
  width: 100%;
}

.popup::before {
  background: rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(3.1500000954px);
}

.popup__close {
  width: 14px;
  height: 14px;
  background-image: url(../img/menu/close_big.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 30px;
  top: 45px;
}
@media (max-width: 750px) {
  .popup__close {
    top: 30px;
  }
}

.popup_game .popup__body {
  max-width: 423px;
  padding: 35px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
}
.popup_game .popup__title {
  font-size: 25px;
  font-weight: 700;
}
body.game2 .popup_game .popup__title {
  display: none;
}
.popup_game .popup__title2 {
  font-size: 20px;
  font-weight: 700;
  display: none;
}
body.game2 .popup_game .popup__title2 {
  display: block;
}
.popup_game .popup__text {
  font-size: 16px;
  display: none;
}
body.game2 .popup_game .popup__text {
  display: block;
}
.popup_game .popup__btn {
  width: 100%;
}
.popup_game .popup__btn_1 {
  display: none;
}
.popup_game .popup__game {
  border-radius: 29px;
  background: rgba(217, 217, 217, 0.73);
  padding: 13px;
}
.popup_game .popup__back {
  cursor: pointer;
  text-decoration: underline;
}
.popup_game ._game {
  width: 320px;
}
@media (max-width: 450px) {
  .popup_game ._game {
    width: 280px;
  }
}
.popup_game ._game button {
  width: 80px;
  height: 80px;
}
@media (max-width: 450px) {
  .popup_game ._game button {
    width: 70px;
    height: 70px;
  }
}
.popup_game ._game button img {
  width: 80px;
  height: 80px;
}
@media (max-width: 450px) {
  .popup_game ._game button img {
    width: 70px;
    height: 70px;
  }
}

.popup_dobro .popup__body {
  overflow: hidden;
  display: grid;
  grid-template-columns: 45% 1fr;
  padding: 0;
  border-radius: 40px;
  max-width: 760px;
}
@media (max-width: 750px) {
  .popup_dobro .popup__body {
    display: flex;
    border-radius: 35px;
    flex-direction: column-reverse;
  }
}
.popup_dobro .popup__img {
  display: flex;
  position: relative;
}
@media (max-width: 998px) {
  .popup_dobro .popup__img {
    width: 100%;
  }
}
.popup_dobro .popup__img img:nth-child(1) {
  position: absolute;
  right: 0;
  top: 20px;
  width: 140%;
  z-index: 1;
}
@media (max-width: 750px) {
  .popup_dobro .popup__img img:nth-child(1) {
    display: none;
  }
}
.popup_dobro .popup__img img:nth-child(2) {
  width: 90%;
  transform: translate(0px, -50%);
}
@media (max-width: 750px) {
  .popup_dobro .popup__img img:nth-child(2) {
    rotate: 230deg;
    top: -40px;
    width: 100%;
    transform: translate(0px, 0%);
    position: relative;
    left: -60vw;
    opacity: 0;
  }
}
.popup_dobro .popup__img img:nth-child(3) {
  display: none;
}
@media (max-width: 750px) {
  .popup_dobro .popup__img img:nth-child(3) {
    display: block;
    width: 130%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    pointer-events: none;
    z-index: 2;
  }
}
.popup_dobro .popup__wp {
  padding: 33px 33px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 998px) {
  .popup_dobro .popup__wp {
    padding: 25px;
  }
}
.popup_dobro .popup__title {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 998px) {
  .popup_dobro .popup__title {
    font-size: 27px;
  }
}
.popup_dobro .popup__title2 {
  font-size: 26px;
  font-weight: 500;
}
@media (max-width: 998px) {
  .popup_dobro .popup__title2 {
    font-size: 20px;
  }
}
.popup_dobro .popup__text {
  font-size: 14px;
  line-height: 1.3;
}
.popup_dobro .popup__label {
  font-size: 16px;
  font-weight: 500;
}
.popup_dobro .popup__check {
  display: flex;
  gap: 6px;
  margin-top: 10px;
}
@media (max-width: 500px) {
  .popup_dobro .popup__check {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}
.popup_dobro .popup__check input {
  display: none;
}
.popup_dobro .popup__check input:checked + label {
  background-color: #e71e25;
  color: #fff;
}
.popup_dobro .popup__check label {
  width: 100%;
  font-weight: 500;
  text-align: center;
  padding: 12px;
  background-color: #eeeeee;
  border-radius: 46px;
  cursor: pointer;
}
.popup_dobro .popup__summ {
  display: grid;
  gap: 10px;
  grid-template-columns: max-content 1fr;
  align-items: center;
  margin-top: 13px;
  margin-bottom: 16px;
}
@media (max-width: 500px) {
  .popup_dobro .popup__summ {
    grid-template-columns: 1fr;
  }
}
.popup_dobro .popup__summ div:nth-child(2) {
  display: flex;
  align-items: center;
  border-radius: 45px;
  background-color: #eeeeee;
  padding: 13px;
  font-weight: 500;
}
.popup_dobro .popup__summ input {
  width: 100%;
  background: transparent;
  font-size: 18px;
  font-weight: 500;
}
.popup_dobro button {
  width: 100%;
}

.popup_pass .popup__body {
  border-radius: 30px;
  padding: 36px 33px;
  max-width: 365px;
}
.popup_pass .popup__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.popup_pass form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.popup_pass form .inp-wp:first-child {
  margin-bottom: 32px;
  position: relative;
}
.popup_pass form .inp-wp:first-child::before {
  position: absolute;
  bottom: -25px;
  left: 50%;
  content: "";
  transform: translate(-50%);
  width: 80%;
  height: 1px;
  background-color: #0000000d;
}
.popup_pass .inp-wp {
  border-radius: 68px;
  background: rgba(241, 241, 241, 0.74);
  border: 1px solid rgba(241, 241, 241, 0.74);
  position: relative;
  padding: 0px 30px;
}
.popup_pass .inp-wp._error {
  border: 1px solid #e71e25;
}
.popup_pass .inp-wp._active label {
  color: rgba(0, 0, 0, 0.34);
  font-weight: 400;
  font-size: 16px;
  top: 15px;
  transform: translate(0);
}
@media (max-width: 998px) {
  .popup_pass .inp-wp._active label {
    font-size: 14px;
    top: 11px;
  }
}
.popup_pass .inp-wp label {
  position: absolute;
  left: 30px;
  transition: 0.3s;
  top: 50%;
  font-size: 18px;
  font-weight: 500;
  pointer-events: none;
  transform: translate(0px, -50%);
}
.popup_pass .inp-wp input {
  width: 100%;
  background: transparent;
  font-size: 24px;
  min-height: 75px;
}
@media (max-width: 500px) {
  .popup_pass .inp-wp input {
    min-height: 65px;
    font-size: 20px;
  }
}
.popup_pass .inp-wp input:not(#phone) {
  padding: 33px 0px;
  padding-bottom: 15px;
}
@media (max-width: 500px) {
  .popup_pass .inp-wp input:not(#phone) {
    padding: 25px 0px;
    padding-bottom: 10px;
  }
}
.popup_pass .inp-wp input::placeholder {
  font-size: 24px;
}