@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: "Tilda Sans";
  src: url(../fonts/TildaSans-Regular.woff);
  font-weight: 400;
}
@font-face {
  font-family: "Bebas Neue Pro";
  src: url(../fonts/BebasNeuePro-Bold.woff);
  font-weight: 700;
}
* {
  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: "Tilda Sans";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Tilda 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;
}
*/
html {
  scroll-behavior: smooth;
}

body {
  color: #fff;
  background-color: #000;
}
body._lock {
  overflow: hidden;
}
.menu-open body, .modal-open body {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

._container {
  max-width: 1720px;
  margin: 0 auto;
  padding: 0px 100px;
}
@media (max-width: 1720px) {
  ._container {
    padding: 0px 5vw;
  }
}
@media (max-width: 998px) {
  ._container {
    padding: 0px 10px;
  }
}

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

.order-modal {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 556;
  background: #030303;
  transition: opacity 0.6s ease 0s, top 1s;
}
@media (max-width: 992px) {
  .order-modal {
    top: -100vh;
  }
}
.modal-open .order-modal {
  pointer-events: visible;
  opacity: 1;
}
@media (max-width: 992px) {
  .modal-open .order-modal {
    top: 0;
  }
}
@media (min-width: 992px) {
  .order-modal__wrapp {
    max-width: 552px;
  }
}
@media (max-width: 992px) {
  .order-modal__wrapp {
    padding-bottom: 30vh;
  }
}
.order-modal__content {
  position: relative;
  z-index: 10;
  padding: 5vh 5vh 5vh 3vw;
  width: 100%;
  height: 100%;
  font-family: "Bebas Neue Pro";
  transition: opacity 0.3s ease 0s;
}
.modal-success .order-modal__content {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 1800px) {
  .order-modal__content {
    padding: 5vh 5vh 5vh 10.4vw;
  }
}
@media (min-width: 992px) {
  .order-modal__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 56vw;
  }
}
@media (max-width: 768px) {
  .order-modal__content {
    padding: 10px;
  }
}
.order-modal__close {
  cursor: pointer;
  font-family: "Bebas Neue Pro";
  font-size: 32px;
  line-height: 130%;
  text-transform: uppercase;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: color 0.3s ease 0s, gap 0.3s ease 0s;
  z-index: 34;
  top: 5vh;
  left: 3vw;
  position: relative;
  justify-content: center;
}
@media (min-width: 1800px) {
  .order-modal__close {
    left: 10.4vw;
  }
}
@media (min-width: 992px) {
  .order-modal__close {
    position: absolute;
    font-size: min(1.7vw, 128px);
  }
}
@media (max-width: 992px) {
  .order-modal__close {
    display: inline-flex;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 4vh;
    top: 3vh;
  }
}
.order-modal__close::before {
  content: "";
  transition: background 0.3s ease 0s;
  flex: 0 0 27px;
  width: 27px;
  height: 18px;
  background: url('data:image/svg+xml,<svg width="27" height="16" viewBox="0 0 27 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M27 8H2M2 8L9 1M2 8L9 15" stroke="white" stroke-width="2" /></svg>') center center no-repeat;
  position: relative;
  z-index: 3;
}
.order-modal__close::after {
  content: "";
  width: 27px;
  flex: 0 0 27px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 1px;
  transition: width 0.3s, background-color 0.3s;
}
@media (any-hover: hover) {
  .order-modal__close:hover {
    color: #8e0b1f;
    gap: 32px;
  }
  .order-modal__close:hover::before {
    background: url('data:image/svg+xml,<svg width="27" height="16" viewBox="0 0 27 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M27 8H2M2 8L9 1M2 8L9 15" stroke="%238E0B1F" stroke-width="2" /></svg>') center center no-repeat;
  }
  .order-modal__close:hover::after {
    width: 40px;
    background-color: #8e0b1f;
  }
}
@media (any-hover: hover) {
  .modal-success .order-modal__close:hover {
    color: #000;
  }
  .modal-success .order-modal__close:hover::before {
    background: url('data:image/svg+xml,<svg width="27" height="16" viewBox="0 0 27 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M27 8H2M2 8L9 1M2 8L9 15" stroke="%23000" stroke-width="2" /></svg>') center center no-repeat;
  }
  .modal-success .order-modal__close:hover::after {
    width: 40px;
    background-color: #000;
  }
}
.order-modal__title {
  margin-bottom: 2.5vh;
  font-size: 58px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .order-modal__title {
    text-align: center;
  }
}
.modal-open .order-modal__title span {
  transform: translate(0);
}
.modal-success .order-modal__title span {
  transform: translate(0, -100%);
}
@media (min-width: 992px) {
  .order-modal__title {
    font-size: min(88px, 4.5vw);
    margin-bottom: 2vh;
  }
}
.order-modal__subtitle {
  margin-bottom: 2.5vh;
  font-family: "Tilda Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 992px) {
  .order-modal__subtitle {
    text-align: center;
  }
}
.modal-open .order-modal__subtitle span {
  transform: translate(0);
}
.modal-success .order-modal__subtitle span {
  transform: translate(0, -100%);
}
@media (min-width: 992px) {
  .order-modal__subtitle {
    margin-bottom: 4vh;
    font-size: min(25px, 1.3vw);
  }
}
.order-modal__btn {
  margin-top: 2.5vh;
  max-width: none !important;
  width: 100% !important;
  justify-content: center;
}

@media (min-width: 768px) {
  .order-modal__btn {
    margin-top: 5vh;
  }
}
.order-modal__bg {
  transition: right 0.8s, opacity 0.8s, height 0.8s;
  position: absolute;
  height: 100%;
  width: 100vw;
  background: #c42c1b;
  opacity: 0;
}
.modal-open .order-modal__bg {
  right: -62vw;
  opacity: 1;
}
.modal-success .order-modal__bg {
  right: 0;
}
@media (max-width: 992px) {
  .modal-success .order-modal__bg {
    height: 100vh;
  }
}
@media (min-width: 992px) {
  .order-modal__bg {
    right: -80vw;
    top: 0;
  }
}
@media (max-width: 992px) {
  .order-modal__bg {
    bottom: 0;
    right: 0 !important;
    height: 30vh;
  }
}
.order-modal__decor {
  position: absolute;
  z-index: 3;
  width: 2070px;
  height: 1821px;
  transition: width 0.6s, height 0.6s, top 0.6s, right 0.6s, opacity 0.6s, scale 1s, bottom 1s;
  transition-timing-function: ease-in-out;
  object-fit: contain;
}
.modal-open .order-modal__decor {
  width: 64vw;
  height: 56vw;
}
@media (max-width: 992px) {
  .modal-open .order-modal__decor {
    scale: 1;
    bottom: 0vh;
  }
}
.modal-success .order-modal__decor {
  top: -145%;
  right: -67%;
  opacity: 0;
}
@media (min-width: 992px) {
  .order-modal__decor {
    top: 0;
    right: 0;
  }
}
@media (max-width: 992px) {
  .order-modal__decor {
    width: 51vh !important;
    height: 34vh !important;
    bottom: 25vh;
    right: -10vw;
    scale: 1.4;
  }
}
.order-modal__success {
  font-family: "Bebas Neue Pro";
  transition: opacity 0.3s ease 0s;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.modal-success .order-modal__success {
  opacity: 1;
  pointer-events: visible;
}
.modal-success .order-modal__success .order-modal__title span,
.modal-success .order-modal__success .order-modal__subtitle span {
  transform: translate(0);
}
.order-modal__success .order-modal__title,
.order-modal__success .order-modal__subtitle {
  margin-bottom: 0 !important;
}

.input {
  padding: 2.8vh 66px;
  background-color: #fff;
  border-radius: 86px !important;
  font-family: "Bebas Neue Pro";
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.input:not(:last-child) {
  margin-bottom: 2.5vh;
}
.input::placeholder {
  color: #aeb2bb;
}
.input[type=text] {
  background-image: url(../img/name.svg);
  background-repeat: no-repeat;
  background-position: 35px center;
  background-size: 24px 24px;
}
.input._phone {
  background-image: url(../img/tel-inp.svg);
  background-repeat: no-repeat;
  background-position: 35px center;
  background-size: 24px 24px;
}
@media (min-width: 768px) {
  .input {
    padding: 3.7vh 75px;
  }
}

/*
//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);
				}
			}
		}
	}
}
*/
.page {
  flex: 1 1 auto;
}

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

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

._btn {
  display: flex;
  width: max-content;
  background-image: url(../img/bgbt.png);
  color: #fff;
  padding: 1.5vw 3.2vw;
  font-family: "Bebas Neue Pro";
  font-size: 1.5vw;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.12px;
  border-radius: 4vw;
  background-size: 100% 100%;
  position: relative;
}
@media (max-width: 998px) {
  ._btn {
    width: 95%;
    text-align: center;
    justify-content: center;
    max-width: 400px;
    padding: 22px;
    font-size: 22px;
    border-radius: 72px;
  }
}
._btn::before {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  content: "";
  border-radius: 4vw;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
}
@media (max-width: 998px) {
  ._btn::before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 72px;
  }
}

._title span {
  font-weight: 700;
  font-family: "Bebas Neue Pro";
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  background-image: url(../img/fontxt.png);
  background-size: contain;
  background-position: center center;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 555;
  top: 0;
  background: #000;
}
.header__container {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.header__tel-icon {
  margin-left: 30px;
}
@media (max-width: 998px) {
  .header__container {
    padding-top: 25px;
    gap: 10px;
    justify-content: space-between;
    padding-right: 25px;
  }
  .header__tel-icon {
    margin-left: 20px;
  }
}
.header__logo {
  margin-right: 30px;
  width: min(15vw, 300px);
}
 
.header__logo {
  display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 9px;
    width: 280px;
    
}
 
.header__logo svg,
.party__logo svg {
 
  height: 80px;
}
 
.header__logo strong,
.party__logo strong{
  display: inline;
    font-family: "Bebas Neue Pro";
    font-size: 35px;
    line-height: 100%;
    transition: 0.2s;
}
 
.header__logo:focus strong,
.party__logo:focus strong {
        color: #047AD0;
    }
        
@media (max-width: 998px) {
  .header__logo {
    width: 70px;
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .header__logo {
    width: 60px;
  }
}
.header__logo img, .header__logo svg {
  width: 100%;
}
.header__logo img:nth-child(3), .header__logo svg:nth-child(3) {
  display: none;
}
@media (max-width: 998px) {
  .header__logo img:nth-child(1), .header__logo svg:nth-child(1),
  .header__logo strong {
    display: none;
  }
  .header__logo img:nth-child(3),.header__logo svg:nth-child(3) {
    display: block;
  }
}
.header__contacts {
  display: flex;
  align-items: center;
  font-size: 1vw;
  line-height: 1.3;
  gap: 15px;
  color: #fff;
}
@media (max-width: 998px) {
  .header__contacts {
    order: 3;
  }
  .header__contacts span {
    display: none;
  }
}
.header__contacts img {
  width: min(3vw, 60px);
}
@media (max-width: 998px) {
  .header__contacts img {
    width: 44px;
  }
}
@media (max-width: 500px) {
  .header__contacts img {
    width: 34px;
  }
}
.header__tel {
  margin-left: auto;
}
@media (max-width: 998px) {
  .header__tel {
    margin-left: 0;
  }
}
.header__tel a {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 42px;
  letter-spacing: 1.68px;
  font-family: "Bebas Neue Pro";
}
@media (max-width: 998px) {
  .header__tel a {
    font-size: 26px;
    letter-spacing: 1.04px;
  }
}
@media (max-width: 400px) {
  .header__tel a {
    font-size: 22px;
  }
}
.header__tel a span {
  text-transform: uppercase;
  font-family: "Tilda Sans";
  letter-spacing: 0.48px;
  font-size: 12px;
}
@media (max-width: 998px) {
  .header__tel a span {
    font-size: 9px;
    text-transform: none;
    letter-spacing: 0.36px;
  }
}
@media (max-width: 400px) {
  .header__tel a span {
    font-size: 8px;
    margin-top: 3px;
  }
}
.header__burger {
  cursor: pointer;
  width: 28px;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 9px;
}
@media (max-width: 998px) {
  .header__burger {
    order: 4;
  }
}
@media (any-hover: hover) {
  .header__burger:hover span {
    background-color: #8e0b1f;
  }
  .header__burger:hover span:nth-child(2) {
    width: 21px;
  }
  .header__burger:hover span:nth-child(3) {
    width: 12px;
  }
}
.header__burger span {
  transition: background-color 0.3s, width 0.3s;
  width: 100%;
  background-color: #fff;
  height: 2px;
}

.home .header__burger {
  transition: opacity 0.3s ease 0s;
}
@media (max-width: 992px) {
  .menu-open .home .header__burger {
    opacity: 0;
  }
}

.header__burger--mob {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 100;
  top: 30px;
  right: 25px;
}
.header__burger--mob span {
  transition: 0.3s;
}
@media (max-width: 992px) {
  .menu-open .header__burger--mob {
    opacity: 1;
    visibility: visible;
    gap: 0;
  }
  .menu-open .header__burger--mob span {
    transform: scale(0);
  }
  .menu-open .header__burger--mob span:first-child {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  .menu-open .header__burger--mob span:nth-child(2) {
    display: none;
  }
  .menu-open .header__burger--mob span:last-child {
    transform: rotate(45deg) translate(-1px, -1px);
    bottom: calc(50% - 1px);
  }
}

.header-menu {
  top: -100%;
  transition: top 0.5s ease-in-out 0s;
  overflow: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  background: #030303;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .header-menu {
    display: none;
  }
}
.menu-open .header-menu {
  top: 0;
}
.header-menu__media {
  padding: 0 20px;
  height: 100%;
  flex: 0 0 32vw;
  overflow: hidden;
  position: relative;
  background: #030303;
}
@media (max-width: 1400px) {
  .header-menu__media {
    flex: 0 0 46vw;
  }
}
.header-menu__media .menu-hover {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  transition: opacity 0.4s;
}
/*
.header-menu__media .menu-hover:not(:first-child) {
  opacity: 0;
}
*/
.header-menu__media .menu-hover {
  opacity: 0;
}
.header-menu__media .menu-hover._active {
  opacity: 1;
}
.header-menu__media .menu-hover._left {
  left: 0 !important;
  transform: translate(0, -50%);
}
.header-menu__info {
  background: #121215;
  flex: 1 1 auto;
  min-height: 100%;
  padding: 50px 0 50px 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Bebas Neue Pro";
  font-weight: 700;
  font-size: 64px;
  line-height: 130%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
}
.header-menu__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.header-menu__link {
  color: inherit;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .header-menu__link:hover {
    color: rgba(142, 11, 31, 0.95);
  }
}
.header-menu__close {
  cursor: pointer;
  width: 28px;
  height: 28px;
  transition: background 0.3s ease 0s;
  background: url(../img/close.svg) center center/contain no-repeat;
  position: absolute;
  top: 50px;
  right: 90px;
}
@media (any-hover: hover) {
  .header-menu__close:hover {
    background: url(../img/close_hv.svg) center center/contain no-repeat;
  }
}

.home-wp {
  background-color: #1d1d20;
  padding-top: 35px;
}

.home-wp-menu {
  transition: left 0.6s ease 0s;
  padding-right: 14vw;
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.menu-open .home-wp-menu {
  left: 0;
}
.home-wp-menu ul {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.home-wp-menu ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  transition: right 0.5s;
  right: -100%;
}
.home-wp-menu ul li:nth-child(1) {
  transition-duration: 0.5s;
}
.home-wp-menu ul li:nth-child(2) {
  transition-duration: 0.6s;
}
.home-wp-menu ul li:nth-child(3) {
  transition-duration: 0.7s;
}
.home-wp-menu ul li:nth-child(4) {
  transition-duration: 0.8s;
}
.home-wp-menu ul li:nth-child(5) {
  transition-duration: 0.9s;
}
.menu-open .home-wp-menu ul li {
  right: 0;
}
.home-wp-menu ul a {
  font-family: "Bebas Neue Pro";
  font-weight: 700;
  font-size: 26px;
  line-height: 130%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  display: grid;
  align-items: center;
  grid-template-columns: 40px 1fr;
}

.home {
  position: relative;
  background-color: #000;
  z-index: 1;
}
@media (min-width: 768px) {
  .home {
    padding-bottom: 84px;
  }
}
@media (max-width: 992px) {
  .home,
  .projects {
    transition: transform 0.7s, border-radius 0.7s;
    overflow: hidden;
  }
  .services,
  .team,
  .create,
  .stages,
  .party,
  .create,
  .trusted,
  .rewiews,
  .contacts,
  .footer {
    transition: transform 0.7s, border-radius 0.7s;
  }
  .menu-open .home,
  .menu-open .services,
  .menu-open .projects,
  .menu-open .team,
  .menu-open .create,
  .menu-open .stages,
  .menu-open .party,
  .menu-open .create,
  .menu-open .trusted,
  .menu-open .rewiews,
  .menu-open .contacts,
  .menu-open .footer {
    border-radius: 32px;
    transform: scale(0.8) translateX(-70vw);
  }
}
.home::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/bl.png);
  background-size: contain;
  width: 70vw;
  height: 80vw;
  background-repeat: no-repeat;
  z-index: -1;
}
.home__container {
  display: flex;
  flex-direction: column;
}
.home__iskri {
  position: absolute;
  animation: floatUpDown 4s ease-in-out infinite;
  /* Плавная бесконечная анимация */
  width: 80vw;
  top: 150px;
  z-index: -1;
}
@media (max-width: 998px) {
  .home__iskri {
    width: 100%;
    top: 350px;
    z-index: 2;
  }
}
.home__iskri img {
  width: 100%;
}
.home__cel {
  width: 40vw;
  position: absolute;
  top: 0;
  left: 45vw;
  z-index: -1;
  scale: 1.5;
  transition: scale 1s ease 0.1s;
}
@media (max-width: 998px) {
  .home__cel {
    width: 100%;
    position: relative;
    left: 50px;
    order: 4;
    margin-top: -150px;
  }
}
.loaded ._active .home__cel {
  scale: 0.9;
}
.home__cel img {
  width: 100%;
}
.home__cel2 {
  top: min(180px, 10vw);
  position: absolute;
  left: 0;
  width: 13vw;
  z-index: -2;
}
@media (max-width: 998px) {
  .home__cel2 {
    display: none;
  }
}
.home__cel2 img {
  width: 100%;
}
.home__title {
  display: flex;
  justify-content: space-between;
  font-family: "Bebas Neue Pro";
  font-size: 92px;
  max-width: 60%;
  font-style: normal;
  font-weight: 700;
/*  line-height: 80%;*/
  /* 152px */
  text-transform: uppercase;
  padding-top: min(280px, 14vw);
  overflow: hidden;
}
@media (max-width: 998px) {
  .home__title {
    padding-top: 120px;
    display: block;
    text-align: left;
    font-size: 14vw;
    justify-content: start;
    max-width: 100%;
  }
  .home__title span {
    background: linear-gradient(to bottom, #ffffff 75%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.home__title span {
  transform: translateY(100%);
  background: -webkit-linear-gradient(#ffffff 10%, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: transform 0.6s ease 0s !important;
}
.loaded ._active .home__title span {
  transform: translateY(0);
}
.home__text {
  margin-top: 50px;
  font-size: min(24px, 1.2vw);
  max-width: min(550px, 28vw);
  line-height: 1.4;

  ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px; 

    li {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 15px;
    }
  }
}
@media (max-width: 998px) {
  .home__text {
    font-size: 16px;
    max-width: 100%;
    margin-top: 20px;

    ul {
      gap: 15px;

      li {
        gap: 10px;
      }
    }
  }
}
.home__text span {
  transition: transform 1s ease 0.5s !important;
}
.loaded ._active .home__text span {
  transform: translateY(0);
}
.home__btn {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.3s;
}
.loaded ._active .home__btn {
  opacity: 1;
}
@media (max-width: 998px) {
  .home__btn {
    order: 5;
  }
}
.home__btn a {
  margin-top: 5vw;
}
@media (max-width: 998px) {
  .home__btn a {
    margin: 0px auto;
    margin-top: -40vw;
  }
}
.home__watsapp {
  margin-top: 7vw;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.3s;
}
.loaded ._active .home__watsapp {
  opacity: 1;
}
@media (max-width: 998px) {
  .home__watsapp {
    display: none;
  }
}
.home__watsapp a {
  display: flex;
  align-items: center;
  font-family: "Bebas Neue Pro";
  font-size: 1.6vw;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  gap: 1vw;
}
.home__watsapp a img {
  max-width: 3.5vw;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
    /* Регулируй амплитуду */
  }
  100% {
    transform: translateY(0);
  }
}
.projects {
  margin-top: 100px;
  position: relative;
  z-index: 5;
  padding-bottom: 110px;
  padding-top: 5vw;
  background: url(../img/project-pauk.png);
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 998px) {
  .projects {
    padding-top: 10vw;
    padding-bottom: 50px;
  }
}
.projects ._fon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}
.projects ._fon#_fon--1 {
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, #000 100%), rgba(109, 25, 24, 0.8);
}
.projects ._fon#_fon--2 {
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%), linear-gradient(0deg, rgba(255, 109, 51, 0.8) 0%, rgba(255, 109, 51, 0.8) 100%);
}
.projects ._fon#_fon--3 {
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, #000 100%), linear-gradient(0deg, rgba(0, 172, 221, 0.8) 0%, rgba(0, 172, 221, 0.8) 100%);
}
.projects ._fon#_fon--4 {
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, #000 100%), linear-gradient(0deg, rgba(255, 23, 32, 0.8) 0%, rgba(255, 23, 32, 0.8) 100%);
}
.projects ._fon#_fon--5 {
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, #000 100%), linear-gradient(0deg, rgba(93, 123, 88, 0.8) 0%, rgba(93, 123, 88, 0.8) 100%);
}
.projects ._fon#_fon--6 {
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%), linear-gradient(0deg, rgba(180, 206, 248, 0.8) 0%, rgba(180, 206, 248, 0.8) 100%);
}
.projects ._fon#_fon--7 {
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%), linear-gradient(0deg, rgba(122, 202, 43, 0.8) 0%, rgba(122, 202, 43, 0.8) 100%);
}
.projects ._fon#_fon--8 {
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%), linear-gradient(0deg, rgba(211, 171, 81, 0.8) 0%, rgba(211, 171, 81, 0.8) 100%);
}
.projects ._fon#_fon--9 {
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%), linear-gradient(0deg, rgba(178, 45, 50, 0.8) 0%, rgba(178, 45, 50, 0.8) 100%);
}
.projects ._fon#_fon--10 {
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%), linear-gradient(0deg, rgba(69, 144, 132, 0.8) 0%, rgba(69, 144, 132, 0.8) 100%);
}
.projects ._fon#_fon--11 {
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%), linear-gradient(0deg, rgba(250, 222, 80, 0.8) 0%, rgba(250, 222, 80, 0.8) 100%);
}
.projects ._fon#_fon--12 {
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%), linear-gradient(0deg, rgba(20, 158, 138, 0.8) 0%, rgba(20, 158, 138, 0.8) 100%);
}
.projects ._fon#_fon--13 {
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%), linear-gradient(0deg, rgba(42, 70, 152, 0.8) 0%, rgba(42, 70, 152, 0.8) 100%);
}
.projects ._fon._active {
  opacity: 1;
}
.projects__title {
  position: relative;
  z-index: 2;
  font-size: 10vw;
}
@media (max-width: 998px) {
  .projects__title {
    font-size: 12vw;
  }
}
.projects__block {
  position: relative;
  z-index: 2;
}
.projects__name {
  position: relative;
  z-index: 2;
  font-size: 2.2vw;
  margin-top: 2vw;
}
@media (max-width: 998px) {
  .projects__name {
    font-size: 6vw;
    max-width: 80%;
  }
}
.projects__arrow {
  display: none;
}
@media (max-width: 998px) {
  .projects__arrow {
    display: flex;
    margin-top: 35px;
    position: relative;
    z-index: 2;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .projects__arrow ._right {
    transform: rotate(180deg);
  }
  .projects__arrow img {
    width: 60px;
  }
}
.projects__btn {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 22px;
}
.projects__btn ._btn {
  display: flex;
  margin-top: 2.5vw;
  max-width: max-content;
  width: max-content;
}
.projects__more {
  display: inline-flex;
  margin-top: 0;
  color: #fff;
  font-family: "Tilda Sans";
  font-size: 18px;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: color 0.3s ease 0s;
}
@media (any-hover: hover) {
  .projects__more:hover {
    color: #c42c1b;
  }
}
@media (max-width: 998px) {
  .projects__btn {
    gap: 18px;
  }
  .projects__btn ._btn {
    padding: 20px 50px;
    margin-top: 5vw;
  }
  .projects__more {
    font-size: 16px;
  }
}
.projects .sample-slider {
  min-height: 28vw;
}
@media (max-width: 998px) {
  .projects .sample-slider {
    min-height: 67vw;
  }
}
.projects .swiper-wrapper {
  align-items: center !important;
}
.projects .swiper-slide {
  transition: 1s;
  display: flex;
  justify-content: center;
}
.projects .swiper-slide img {
  width: 80%;
  transition: 0.8s;
  opacity: 0.2;
}
.projects .swiper-slide.swiper-slide-prev img, .projects .swiper-slide.swiper-slide-next img {
  width: 90%;
  opacity: 0.5;
}
.projects .swiper-slide.swiper-slide-active img {
  width: 120%;
  opacity: 1;
}
@media (max-width: 998px) {
  .projects .swiper-slide.swiper-slide-active img {
    width: 115%;
  }
}
.projects .swiper-slide.effect-slide.swiper-slide-active img,
.projects .swiper-slide.effect-slide.swiper-slide-prev img,
.projects .swiper-slide.effect-slide.swiper-slide-next img {
  transform: translateX(-5%);
  /* Уход влево */
}
@media (max-width: 998px) {
  .projects .swiper-slide img {
    position: relative;
    padding-top: 24vw;
  }
  .projects .swiper-slide.swiper-slide-active img {
    top: 0;
    padding-top: 0;
  }
}
.projects .swiper {
  overflow: visible !important;
  width: 150vw;
  left: 50%;
  transform: translate(-50%);
}

.team {
  overflow: hidden;
}
.team__container {
  position: relative;
  aspect-ratio: 1146/616;
  display: flex;
  flex-direction: column;
}
@media (max-width: 998px) {
  .team__container {
    padding-top: 50px;
  }
}
.team__slider-wp {
  margin-top: auto;
  display: block;
  overflow: hidden;
  position: relative;
}
@media (max-width: 998px) {
  .team__slider-wp {
    overflow: visible;
  }
}
.team__contacts {
  left: 0;
  top: min(500px, 30vw);
  z-index: 2;
  position: absolute;
  width: 40vw;
}
@media (max-width: 998px) {
  .team__contacts {
    position: relative;
    width: 100%;
    top: 0;
  }
}
.team__user {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
}
.team__user._active {
  opacity: 1;
  z-index: 3;
}
@media (max-width: 998px) {
  .team__user {
    width: 100%;
    min-height: 50vw;
  }
  .team__user._active {
    position: relative;
  }
}
.team__name {
  font-family: "Bebas Neue Pro";
  font-size: min(2.6vw, 52px);
  font-weight: 700;
  letter-spacing: 1.04px;
  text-transform: uppercase;
}
@media (max-width: 998px) {
  .team__name {
    font-size: 24px;
    text-align: center;
  }
}
.team__work {
  font-size: min(1.6vw, 30px);
  margin-top: 12px;
}
@media (max-width: 998px) {
  .team__work {
    font-size: 16px;
    text-align: center;
  }
}
.team__links {
  font-size: 28px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
.team__links a {
  color: inherit;
  display: flex;
  align-items: center;
  gap: 1vw;
}
.team__links a img,.team__links a svg {
  max-width: 3vw;
}
@media (max-width: 998px) {
  .team__links {
    font-size: 18px;
    text-align: center;
    margin: 0px auto;
    align-items: stretch;
    margin-top: 30px;
    width: max-content;
  }
  .team__links a {
    gap: 10px;
  }
  .team__links a img,.team__links a svg {
    width: 34px;
    max-width: 100vw;
  }
}
.team__content-top {
  position: absolute;
  right: 0;
  width: 58%;
  z-index: 2;
  top: min(2vw, 40px);
}
@media (max-width: 998px) {
  .team__content-top {
    position: static;
    width: 100%;
  }
}
.team__title {
  font-size: min(128px, 6.5vw);
  font-weight: 700;
  font-family: "Bebas Neue Pro";
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  background-image: url(../img/fontxt.png);
  background-size: contain;
  background-position: center center;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.team__title span {
  font-size: min(112px, 5.7vw);
}
@media (max-width: 998px) {
  .team__title {
    text-align: center;
    align-items: center;
    font-size: 11vw;
  }
  .team__title span {
    font-size: 9.5vw;
  }
}
.team__arrow {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-top: min(70px, 3.5vw);
}
@media (max-width: 998px) {
  .team__arrow {
    position: absolute;
    top: 40%;
    transform: translate(-50%, -50%);
    z-index: 5;
    left: 50%;
    width: 80%;
    margin: 0px auto;
    justify-content: space-between;
    gap: 20px;
  }
}
.team__arrow img {
  width: min(100px, 5vw);
}
@media (max-width: 998px) {
  .team__arrow img {
    width: 12vw;
  }
}
.team__arrow-right {
  transform: rotate(180deg);
}
.team__slider {
  display: block;
  min-height: 52vw;
  width: min(75vw, 1500px);
  margin-left: auto;
  margin-right: 0 !important;
  overflow: visible !important;
}
@media (min-width: 1800px) {
  .team__slider {
    padding-left: 100px !important;
  }
}
@media (min-width: 2000px) {
  .team__slider {
    padding-left: 200px !important;
  }
}
@media (max-width: 998px) {
  .team__slider {
    width: 120vw;
    left: 50%;
    transform: translate(-50%);
  }
}
.team__slider img {
  width: 100%;
}
.team .swiper-wrapper {
  align-items: flex-end;
}
@media (max-width: 998px) {
  .team .swiper-wrapper {
    align-items: center;
  }
}
.team .swiper-slide {
  z-index: 2;
  height: 100%;
  flex: 0 0 25%;
  transition: 1s;
  filter: grayscale(100%);
  display: flex;
  flex-direction: column;
}
@media (max-width: 998px) {
  .team .swiper-slide {
    flex: 0 0 33%;
  }
}
.team .swiper-slide img {
  transition: 1s;
  margin-top: auto;
}
@media (max-width: 998px) {
  .team .swiper-slide img {
    margin-bottom: auto;
  }
}
.team .swiper-slide.effect-slide img {
  transform: translate(-5%);
}
.team .swiper-slide.effect-slide.swiper-slide-active img {
  transform: translate(-5%) scale(1.1);
}
.team .swiper-slide.swiper-slide-active {
  flex: 0 0 25%;
  filter: grayscale(0%);
  min-height: min(52vw, 850px);
  display: flex;
  justify-content: end;
  align-items: flex-end;
}
.team .swiper-slide.swiper-slide-active img {
  width: 180%;
}
@media (max-width: 998px) {
  .team .swiper-slide.swiper-slide-active {
    flex: 0 0 33%;
    min-height: 85vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 200;
  }
  .team .swiper-slide.swiper-slide-active img {
    width: 140%;
  }
}
@media (min-width: 998px) {
  .team .swiper-slide.exiting {
    transform: translate(500%);
    z-index: 1;
  }
  .team .swiper-slide.exiting img {
    transition: 1s;
  }
}

.create {
  position: relative;
  overflow: hidden;
}
.create::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  z-index: 10;
  height: 30vw;
  pointer-events: none;
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 998px) {
  .create::before {
    display: none;
  }
}
.create._active .wrap-animation span,
.create._active .wrap-animation p {
  transform: translate(0);
}
.create._active .create__img img {
  transform: scale(1);
}
.create._active .create__btn {
  transform: translate(0);
  opacity: 1;
}
.create__container {
  display: flex;
  align-items: center;
  gap: 3vw;
  margin-top: 7vw;
}
@media (max-width: 998px) {
  .create__container {
    flex-direction: column;
    padding-top: 50px;
  }
}
.create__content {
  flex: 0 0 55%;
  position: relative;
  z-index: 2;
}
@media (max-width: 998px) {
  .create__content {
    flex: 0 0 100%;
    width: 100%;
  }
}
.create__title {
  font-family: "Bebas Neue Pro";
  text-transform: uppercase;
  font-weight: 700;
}
.create__title div:nth-child(1) {
  font-size: min(6.5vw, 128px);
}
@media (max-width: 998px) {
  .create__title div:nth-child(1) {
    font-size: 14vw;
  }
}
.create__title div:nth-child(2) {
  font-size: min(7.5vw, 148px);
}
@media (max-width: 998px) {
  .create__title div:nth-child(2) {
    font-size: 14vw;
  }
}
.create__text {
  font-size: min(1.5vw, 28px);
  max-width: 80%;
  margin-top: 2.5vw;
  line-height: 1.4;
}
@media (max-width: 998px) {
  .create__text {
    font-size: 4.3vw;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .create__text {
    font-size: 16px;
  }
}
.create__btn {
  margin-top: 3.5vw;
  transform: translate(0px, 100%);
  opacity: 0;
  transition: 0.7s;
}
@media (max-width: 998px) {
  .create__btn {
    margin-top: 50px;
  }
  .create__btn a {
    font-size: 20px;
    width: max-content;
    padding: 22px 50px;
  }
}
.create__img {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 998px) {
  .create__img {
    margin-top: -20%;
  }
}
.create__img img {
  width: 110%;
  transform: scale(1.5);
  transform-origin: left bottom;
  transition: 0.7s;
}
@media (max-width: 998px) {
  .create__img img {
    width: 100%;
    position: relative;
    left: 15%;
  }
}

.wrap-animation {
  overflow: hidden;
}
.wrap-animation span,
.wrap-animation p {
  transform: translate(0px, -100%);
  display: block;
  transition: 0.7s;
}

.party {
  padding-top: 10vw;
  position: relative;
  overflow: hidden;
}
@media (max-width: 998px) {
  .party {
    width: 100vw;
    overflow: hidden;
    padding-top: 100px;
  }
}
.party._active .party__title span {
  transform: translate(0);
}
.party._active .party__pauk-1 {
  scale: 1;
}
.party._active .party__pauk-1 img,
.party._active .party__pauk-2 img {
  transform: scale(1);
}
.party__dim {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: -1vw;
  height: 100%;
}
@media (max-width: 998px) {
  .party__dim {
    display: none;
  }
}
@keyframes ddd {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(-20%);
  }
  100% {
    transform: translate(0);
  }
}
.party__dim img {
  width: 120vw !important;
}
.party__container {
  margin-top: 0px;
}
.party__title {
  font-size: 8vw;
  max-width: max-content;
  margin: 0px auto;
  text-align: center;
}
.party__title .wrap-animation:nth-child(2) {
  font-size: 8.3vw;
}
@media (max-width: 998px) {
  .party__title {
    text-align: center;
    font-size: 15vw;
  }
  .party__title .wrap-animation:nth-child(2) {
    font-size: 15vw;
  }
}
.party__pauk-1 {
  position: absolute;
  left: 0;
  transform: translate(-20%);
  width: 30vw;
  top: 10vw;
  scale: 1.3;
  transition: 1s;
}
@media (max-width: 998px) {
  .party__pauk-1 {
    width: 30vw;
  }
}
.party__pauk-1 img {
  width: 100%;
  transition: 1s;
}
.party__pauk-1 div {
  width: 30%;
  position: absolute;
  top: 18%;
  z-index: 2;
  left: 52%;
  animation: rtr 4s infinite;
}
@keyframes rtr {
  0% {
    transform: translate(0px, 0%);
  }
  50% {
    transform: translate(0px, 20%);
  }
  100% {
    transform: translate(0px, 0%);
  }
}
.party__pauk-2 {
  right: 0;
  position: absolute;
  transform: translate(20%);
  width: 45vw;
  top: 10vw;
}
.party__pauk-2::before {
  position: absolute;
  left: 0;
  content: "";
  bottom: 0;
  width: 100%;
  background-color: #000;
  height: 5vw;
  transform: translate(0px, 100%);
}
.party__pauk-2 img {
  width: 100%;
  transform: scale(1.3);
  transition: 1s;
}
.party__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  max-width: 50%;
  margin: 0px auto;
  gap: 40px;
  margin-top: 3vw;
}
@media (max-width: 998px) {
  .party__wrapper {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
}
.party__block {
  padding-bottom: 2vw;
}
.party__block:nth-child(2) .party__item {
  background: linear-gradient(0deg, #121215 0%, #121215 100%), #8e0b1f;
}
.party__block:nth-child(2) .party__btn a {
  opacity: 0.3;
  pointer-events: none;
  cursor: not-allowed;
}
@media (max-width: 998px) {
  .party__block {
    position: relative;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 998px) {
  .party__block:nth-child(2) .party__logo {
    align-items: flex-start;
    padding-top: 15vw;
  }
  .party__block:nth-child(2) .party__btn a {
    margin-right: auto;
    margin-left: 0;
  }
}
.party__logo {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 7vw;
}
@media (max-width: 998px) {
  .party__logo {
    align-items: end;
    padding-top: 9vw;
    height: auto;
  }
}
.party__logo span {
  font-family: "Bebas Neue Pro";
  text-transform: uppercase;
}
.party__logo span:nth-child(1) {
  font-weight: 700;
  font-size: 2.3vw;
}
.party__logo span:nth-child(2) {
  font-size: 1.6vw;
  margin-top: 0.5vw;
  font-weight: 350;
}
@media (max-width: 998px) {
  .party__logo span:nth-child(1) {
    font-size: 8.5vw;
  }
  .party__logo span:nth-child(2) {
    font-size: 5.5vw;
  }
}
.party__logo img,.party__logo svg {
  width: 100%;
}
@media (max-width: 998px) {
  .party__logo img ,.party__logo svg{
    width: 65%;
  }
}
.party__item {
  padding: 1.7vw;
  border-radius: 1.6vw;
  background: #8e0b1f;
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: relative;
  z-index: 2;
}
@media (max-width: 998px) {
  .party__item {
    width: 100vw;
    border-radius: 0;
    order: 3;
    position: relative;
    z-index: 2;
    left: -10px;
    padding: 25px 20px;
  }
}
.party__item li {
  display: grid;
  grid-template-columns: 2.5vw 1fr;
  gap: 0.8vw;
}
@media (max-width: 998px) {
  .party__item li {
    grid-template-columns: 6.5vw 1fr;
    gap: 4vw;
  }
}
.party__item li img, .party__item li svg {
  width: 100%;
}
.party__wp {
  display: flex;
  flex-direction: column;
}
.party__wp span {
  margin-bottom: 12px;
  font-size: 1.3vw;
  font-family: "Bebas Neue Pro";
  text-transform: uppercase;
  font-weight: 700;
  background-image: url(../img/fontxt.png);
  background-size: contain;
  background-position: center center;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.party__wp p {
  font-size: 1vw;
  line-height: 1.3;
}
@media (max-width: 998px) {
  .party__wp span {
    font-size: 6.5vw;
  }
  .party__wp p {
    font-size: 3vw;
    max-width: 85%;
  }
}
@media (max-width: 500px) {
  .party__wp span {
    font-size: 24px;
  }
  .party__wp p {
    font-size: 14px;
    max-width: 89%;
  }
}
.party__btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 38px;
}
@media (max-width: 998px) {
  .party__btn {
    margin-top: 20px;
    margin-bottom: 8vw;
  }
}
.party__btn a {
  width: calc(100% - 30px);
  justify-content: center;
}
@media (max-width: 998px) {
  .party__btn a {
    width: 65%;
    margin-left: auto;
  }
}

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

.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: 0px 20px;
}
@media (max-width: 998px) {
  .str__item {
    margin: 0px 10px;
  }
}

.str__item img {
  width: 20vw;
}
@media (max-width: 998px) {
  .str__item img {
    width: 50vw;
  }
}

@keyframes rowrew {
  0% {
    transform: translate3d(-100%, 0px, 0px);
  }
  100% {
    transform: translateZ(0px);
  }
}
@keyframes row {
  0% {
    transform: translateZ(0px);
  }
  100% {
    transform: translate3d(-100%, 0px, 0px);
  }
}
.trusted__container {
  padding-top: 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 998px) {
  .trusted__container {
    padding-top: 15vw;
  }
}
.trusted__title {
  text-align: center;
  font-size: min(6.5vw, 128px);
}
@media (max-width: 998px) {
  .trusted__title {
    font-size: 15vw;
  }
}
.trusted__text {
  margin-top: min(50px, 2.5vw);
  font-size: min(28px, 1.5vw);
  text-align: center;
  line-height: 1.4;
  max-width: min(40vw, 793px);
}
@media (max-width: 998px) {
  .trusted__text {
    font-size: 4vw;
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .trusted__text {
    font-size: 16px;
  }
}
.trusted__block {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 4vw;
}
@media (max-width: 998px) {
  .trusted__block {
    margin-top: 8vw;
  }
}
.trusted__block .str._mobile {
  margin-top: 20px;
}
.trusted__block .str._mobile .str__row-marque {
  animation: rowrew 30s linear infinite;
}
@media (min-width: 998px) {
  .trusted__block .str._mobile {
    display: none;
  }
}

.rewiews._active ._tabs-block._active .yandex-rewiews__slide,
.rewiews._active ._tabs-block._active .video-rewiews__slide {
  opacity: 1;
  max-height: 700px;
}
.rewiews._active .rewiews__title .wrap-animation span,
.rewiews._active .rewiews__subtitle .wrap-animation span {
  transform: translate(0);
}
.rewiews__container {
  padding-top: 6vw;
}
@media (max-width: 998px) {
  .rewiews__container {
    padding-top: 100px;
  }
}
.rewiews__title {
  text-align: center;
  font-size: min(6.5vw, 128px);
}
@media (max-width: 998px) {
  .rewiews__title {
    font-size: 15vw;
  }
}
.rewiews__subtitle {
  margin-top: min(50px, 2.5vw);
  margin-bottom: min(50px, 2.5vw);
  font-size: min(28px, 1.5vw);
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 998px) {
  .rewiews__subtitle {
    font-size: 4vw;
    max-width: 100%;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
}
@media (max-width: 500px) {
  .rewiews__subtitle {
    font-size: 16px;
  }
}
.rewiews__top {
  display: flex;
  justify-content: center;
  gap: 1.3vw;
  margin-bottom: 3.5vw;
}
@media (max-width: 998px) {
  .rewiews__top {
    gap: 4vw;
    margin-bottom: 7vw;
  }
}
.rewiews__top div {
  padding: 1vw 1.9vw;
  border-radius: 3vw;
  border: 1px solid #fff;
  font-size: 1vw;
  cursor: pointer;
}
@media (max-width: 998px) {
  .rewiews__top div {
    padding: 4vw 8vw;
    border-radius: 9vw;
    font-size: 4vw;
  }
}
.rewiews__top div._active {
  background: #c42c1b;
  border: none;
  font-weight: 700;
}
.rewiews__block {
  margin-bottom: 200px;
}
@media (max-width: 998px) {
  .rewiews__block {
    margin-bottom: 30px;
  }
}
.rewiews__block .swiper-btn {
  position: absolute;
}
@media (max-width: 998px) {
  .rewiews__block .swiper-btn {
    position: relative;
  }
}
.rewiews__video {
  position: relative;
}
.rewiews__yandex {
  position: relative;
}

.video-rewiews {
  position: relative;
}
@media (max-width: 998px) {
  .video-rewiews__slider {
    margin-bottom: 30px;
  }
}
.video-rewiews__arrows {
  position: absolute;
  width: 4vw;
  top: 50%;
  left: -2vw;
  transform: translate(-100%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1900px) {
  .video-rewiews__arrows {
    left: 0;
  }
}
@media (max-width: 998px) {
  .video-rewiews__arrows {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(-60%);
    width: 60px;
    margin: 0px auto;
  }
}
.video-rewiews__arrows img {
  width: 100%;
}
.video-rewiews__arrows._right {
  transform: rotate(180deg) translate(-100%, 50%);
  right: -2vw;
  left: auto;
}
@media (max-width: 1900px) {
  .video-rewiews__arrows._right {
    right: 0;
  }
}
@media (max-width: 998px) {
  .video-rewiews__arrows._right {
    transform: rotate(180deg) translate(-60%, 100%);
  }
}
.video-rewiews__slide {
  max-height: 0px;
  opacity: 0;
  transition: 1.5s;
  transition-delay: 0.1s;
}
.video-rewiews__slide .video-container {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.video-rewiews__slide .video-container::before {
  opacity: 0;
  display: none;
}
.video-rewiews__slide .video-container .custom-play-button {
  opacity: 0;
  display: none;
}
.video-rewiews__slide .video-container.play::before {
  opacity: 0;
}
.video-rewiews__slide .video-container.play .custom-play-button {
  opacity: 0;
}
.video-rewiews__slide .video-container::before {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  content: "";
  transition: 0.3s;
  border-radius: 32px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.video-rewiews__slide .video-container iframe {
  width: 100%;
  aspect-ratio: 477/650;
  height: auto;
}
.video-rewiews__slide .video-container .custom-play-button {
  z-index: 2;
  position: absolute;
  width: 35%;
  z-index: 2;
  pointer-events: none;
  top: 50%;
  transition: 0.3s;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: play 3s infinite;
}
@keyframes play {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
.video-rewiews__slide .video-container .custom-play-button img {
  width: 100%;
}

.yandex-rewiews .swiper-wrapper {
  height: auto !important;
}
@media (max-width: 998px) {
  .yandex-rewiews__slider {
    margin-bottom: 30px;
  }
}
.yandex-rewiews__slider .swiper-wrapper {
  align-items: stretch !important;
}
.yandex-rewiews__arrows {
  position: absolute;
  width: 4vw;
  top: 50%;
  left: -2vw;
  transform: translate(-100%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1900px) {
  .yandex-rewiews__arrows {
    left: 0;
  }
}
@media (max-width: 998px) {
  .yandex-rewiews__arrows {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(-60%);
    width: 60px;
    margin: 0px auto;
  }
}
.yandex-rewiews__arrows img {
  width: 100%;
}
.yandex-rewiews__arrows._right {
  transform: rotate(180deg) translate(-100%, 50%);
  right: -2vw;
  left: auto;
}
@media (max-width: 1900px) {
  .yandex-rewiews__arrows._right {
    right: 0;
  }
}
@media (max-width: 998px) {
  .yandex-rewiews__arrows._right {
    transform: rotate(180deg) translate(-60%, 100%);
  }
}
.yandex-rewiews__slide {
  padding: min(2.5vw, 50px) min(2vw, 40px);
  position: relative;
  border-top: 5px solid #c42c1b;
  max-height: 0px;
  opacity: 0;
  transition: 1.5s;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 998px) {
  .yandex-rewiews__slide {
    padding: 30px;
  }
}
.yandex-rewiews__slide::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  height: 100%;
  z-index: -1;
  width: 50%;
  background-size: auto 100%;
  background-image: url(../img/rev.png);
  background-position: right top;
  background-repeat: no-repeat;
}
@media (max-width: 998px) {
  .yandex-rewiews__slide::before {
    display: none;
  }
}
.yandex-rewiews__rating {
  display: flex;
  gap: 7px;
  align-items: center;
}
.yandex-rewiews__rating span {
  font-size: 1.25vw;
  font-weight: 500;
}
@media (max-width: 998px) {
  .yandex-rewiews__rating span {
    font-size: 18px;
  }
}
.yandex-rewiews__rating img {
  width: 1.2vw;
}
@media (max-width: 998px) {
  .yandex-rewiews__rating img {
    width: 18px;
  }
}
.yandex-rewiews__rating div {
  display: flex;
  gap: 4px;
}
.yandex-rewiews__name {
  font-size: min(32px, 1.6vw);
  font-family: "Bebas Neue Pro";
  margin-top: 2.2vw;
}
@media (max-width: 998px) {
  .yandex-rewiews__name {
    font-size: 24px;
    margin-top: 45px;
  }
}
.yandex-rewiews__text {
  margin-top: 1vw;
  font-size: max(14px, 1vw);
  line-height: 1.4;
  max-width: 80%;
  margin-bottom: 1.5vw;
}
@media (max-width: 998px) {
  .yandex-rewiews__text {
    font-size: 15px;
    max-width: 90%;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
.yandex-rewiews__bottom {
  display: flex;
  align-items: center;
  gap: 1vw;
  padding-top: 30px;
  margin-top: auto;
  border-top: 1px solid #33333b;
}
@media (max-width: 998px) {
  .yandex-rewiews__bottom {
    gap: 16px;
  }
}
.yandex-rewiews__bottom a {
  padding: 0.9vw 1.1vw;
  font-size: 1vw;
  color: #fff;
  border-radius: 0.6vw;
  background: #c42c1b;
}
@media (max-width: 998px) {
  .yandex-rewiews__bottom a {
    padding: 16px 15px;
    font-size: 13px;
    border-radius: 12px;
  }
}
.yandex-rewiews__bottom img {
  max-width: 5.1vw;
}
@media (max-width: 998px) {
  .yandex-rewiews__bottom img {
    width: 100%;
    max-width: 100px;
  }
}

.contacts {
  background-color: #000;
}
.contacts._active .wrap-animation span {
  transform: translate(0);
}
.contacts._active .contacts__img {
  transform: scale(1);
}
.contacts__container {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}
@media (max-width: 998px) {
  .contacts__container {
    grid-template-columns: 1fr;
    position: relative;
  }
}
.contacts__img {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  transform: scale(1.3);
  transform-origin: top right;
  transition: 0.5s;
}
@media (max-width: 998px) {
  .contacts__img {
    position: absolute;
    top: 5vw;
    right: 0;
    width: 45%;
  }
}
.contacts__img::before, .contacts__img::after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
.contacts__img::after {
  top: auto;
  bottom: 0;
  transform: rotate(180deg);
}
.contacts__img div {
  position: absolute;
  width: 100%;
  height: 100%;
}
.contacts__img div::before, .contacts__img div::after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(93deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.contacts__img div::after {
  right: 0;
  left: auto;
  transform: rotate(180deg);
}
.contacts__img img {
  width: 100%;
}
.contacts__content {
  padding-left: 1vw;
}
.contacts__title {
  font-size: min(6.5vw, 128px);
}
@media (max-width: 998px) {
  .contacts__title {
    font-size: 15vw;
  }
}
@media (min-width: 998px) {
  .contacts__title .wrap-animation:nth-child(2) {
    font-size: min(9.1vw, 180px);
  }
}
.contacts__links {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  margin-top: min(70px, 3.5vw);
}
@media (max-width: 998px) {
  .contacts__links {
    flex-direction: column;
    gap: 4vw;
    margin-top: 30px;
  }
}
.contacts__links a {
  display: flex;
  align-items: center;
  gap: 0.8vw;
  font-size: 1.5vw;
  color: #fff;
}
.contacts__links a img {
  width: min(3.5vw, 70px);
}
@media (max-width: 998px) {
  .contacts__links a {
    gap: 3vw;
    font-size: 4vw;
  }
  .contacts__links a img {
    width: 8vw;
  }
}
@media (max-width: 500px) {
  .contacts__links a {
    font-size: 18px;
  }
}
.contacts__subtitle {
  margin-top: min(70px, 3.5vw);
  font-size: 2.2vw;
}
@media (max-width: 998px) {
  .contacts__subtitle {
    font-size: 6vw;
    margin-top: 35px;
  }
}
.contacts__btns {
  margin-top: 40px;
}
.contacts__btns span {
  display: flex;
  gap: 1vw;
}
.contacts__btns img {
  width: 3.5vw;
}
@media (max-width: 998px) {
  .contacts__btns {
    margin-top: 20px;
  }
  .contacts__btns span {
    gap: 3vw;
  }
  .contacts__btns img {
    width: 8vw;
  }
}

.footer {
  background-color: #000;
}
.footer__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5vw;
  padding-bottom: 5vw;
}
@media (max-width: 998px) {
  .footer__container {
    padding-top: 100px;
    padding-bottom: 15vw;
  }
}
.footer__links {
  font-size: 1.6vw;
  gap: 1.5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 998px) {
  .footer__links {
    font-size: 6vw;
    gap: 6vw;
  }
}
.footer__social {
  display: flex;
  gap: 1vw;
  margin-top: 4vw;
}
.footer__social img {
  width: 3.3vw;
}
@media (max-width: 998px) {
  .footer__social {
    margin-top: 10vw;
    gap: 3vw;
  }
  .footer__social img {
    width: 10vw;
  }
}
 
.footer__logo img,.footer__logo svg {
  width: 100%;
}
.footer__logo{
  margin-top: 4vw;
}
.footer__logo  {
  display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 9px;
    width: 352px;
    
}
.footer__logo svg {
  width: 100px;
  height: 100px;
}
.footer__logo strong {
  display: inline;
    font-family: "Bebas Neue Pro";
    font-size: 42px;
    line-height: 100%;
    transition: 0.2s;
}
.footer__logo:focus strong  {
        color: #8e0b1f;
    }
        .footer__logo:hover strong {
        color: #8e0b1f;
    }
@media (max-width: 998px) {
  .footer__logo {
    margin-top: 10vw;
    width: 50vw;
  }
  
}
@media (max-width: 575px) {
  .footer__logo {
    width: 246px;
  }
  .footer__logo svg {
  width: 80px;
  height: 80px;
}
  .footer__logo strong {
    font-size: 28px;
  }
}
.stages._active .stages__title .wrap-animation span {
  transform: translate(0);
}
.stages._active .swiper-slide-active .stages__anim-2 div img {
  animation: site 30s infinite linear;
}
.stages._active .swiper-slide-active .stages__anim-3 img {
  opacity: 1;
}
.stages._active .swiper-slide-active .stages__anim-4 div img {
  transform: translate(0);
}
.stages._active .stages__slide.swiper-slide-active .stages__head .wrap-animation span,
.stages._active .stages__slide.swiper-slide-active .stages__text .wrap-animation span {
  transform: translate(0) !important;
  opacity: 1 !important;
}
.stages._active .stages__slide.swiper-slide-active {
  opacity: 1 !important;
}
.stages._active .stages__slide.swiper-slide-active .stages__anim-1 img {
  transform: translate(0);
}
.stages__title {
  font-size: min(8.3vw, 165px);
  margin-bottom: 3vw;
}
.stages__title .wrap-animation:nth-child(2) {
  font-size: min(5vw, 100px);
}
@media (max-width: 998px) {
  .stages__title {
    font-size: 11vw;
    margin-bottom: 5vw;
    margin-top: 20vw;
  }
  .stages__title .wrap-animation:nth-child(2) {
    font-size: 11vw;
  }
}
.stages__block {
  position: relative;
}
@media (max-width: 998px) {
  .stages__block {
    margin-top: 30px;
  }
}
.stages__arrows {
  position: absolute;
  bottom: 15%;
  left: 0;
  display: flex;
  gap: 2vw;
  z-index: 3;
}
@media (max-width: 998px) {
  .stages__arrows {
    bottom: 0;
    width: 100%;
    justify-content: space-between;
  }
}
.stages__arrows img {
  width: 5vw;
}
@media (max-width: 998px) {
  .stages__arrows img {
    width: 60px;
  }
}
.stages__arrows-right {
  transform: rotate(180deg);
}
.stages__elem {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
  display: flex;
  flex-direction: column;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 34px;
  font-size: 32px;
  font-family: "Bebas Neue Pro";
}
@media (max-width: 998px) {
  .stages__elem {
    position: relative;
    flex-direction: row;
    width: 100%;
    max-width: calc(100% - 150px);
    margin: 0px auto;
    margin-top: 50px;
    padding-bottom: 10px;
    z-index: 4;
  }
  .stages__elem .current-slide,
.stages__elem .total-slides {
    display: none;
  }
}
.stages__bullets {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (max-width: 998px) {
  .stages__bullets {
    flex-direction: row;
    gap: 26px;
    justify-content: center;
  }
}
.stages__bullets span {
  width: 12px;
  height: 12px;
  background-color: #232327;
  opacity: 1 !important;
  position: relative;
}
@media (max-width: 998px) {
  .stages__bullets span {
    width: 10px;
    height: 10px;
  }
}
.stages__bullets span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #c42c1b;
  opacity: 0;
}
@media (max-width: 998px) {
  .stages__bullets span::before {
    width: 24px;
    height: 24px;
  }
}
.stages__bullets .swiper-pagination-bullet-active {
  background-color: #c42c1b;
  position: relative;
}
.stages__bullets .swiper-pagination-bullet-active::before {
  opacity: 1;
}
.stages__slide {
  opacity: 0 !important;
  transition: 0.5s;
}
.stages__wp {
  grid-template-columns: 40% 1fr;
  display: grid;
  gap: 2vw;
  padding-right: 110px;
}
@media (max-width: 998px) {
  .stages__wp {
    display: flex;
    gap: 5vw;
    flex-direction: column-reverse;
    padding-right: 0;
  }
}
.stages__content {
  padding-top: 10%;
}
@media (max-width: 998px) {
  .stages__content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.stages__head {
  font-size: min(2.5vw, 48px);
}
@media (max-width: 998px) {
  .stages__head {
    font-size: 7vw;
  }
}
.stages__head .wrap-animation span {
  opacity: 0;
}
.stages__text {
  margin-top: 2vw;
  font-size: 1.2vw;
  line-height: 1.3;
  opacity: 0.95;
}
@media (max-width: 998px) {
  .stages__text {
    font-size: 4vw;
    margin-top: 4vw;
  }
}
@media (max-width: 500px) {
  .stages__text {
    font-size: 16px;
    margin-top: 20px;
  }
}
.stages__text .wrap-animation span {
  opacity: 0;
}
.stages__anim-1 {
  position: relative;
  overflow: hidden;
}
.stages__anim-1 img {
  position: absolute;
  transition: 0.99s;
}
.stages__anim-1 img:nth-child(1) {
  width: 65%;
  z-index: 2;
  transform: translate(-100%);
}
.stages__anim-1 img:nth-child(2) {
  width: 85%;
  z-index: 1;
  transform: translate(100%);
}
.stages__anim-1 img:nth-child(3) {
  position: relative;
  width: 100%;
  transform: translate(-100%);
}
.stages__anim-2 {
  position: relative;
}
.stages__anim-2 img {
  width: 100%;
}
.stages__anim-2 div {
  top: 2.5%;
  position: absolute;
  width: 82%;
  overflow: hidden;
  left: 50%;
  transform: translate(-50.5%);
  height: 85%;
  z-index: 2;
  border-radius: 1vw 1vw 0 0;
}
.stages__anim-2 div img {
  position: absolute;
  width: 100%;
}
@keyframes site {
  0% {
    transform: translate(0);
    top: 0;
  }
  3% {
    transform: translate(0);
    top: 0;
  }
  50% {
    transform: translate(0, -100%);
    top: 100%;
  }
  55% {
    transform: translate(0, -100%);
    top: 100%;
  }
  98% {
    transform: translate(0);
    top: 0;
  }
  100% {
    transform: translate(0);
    top: 0;
  }
}
.stages__anim-3 {
  position: relative;
  padding-bottom: 10%;
}
.stages__anim-3 img {
  width: 90%;
  opacity: 0;
  transition: 0.5s;
}
.stages__anim-3 img:nth-child(2) {
  width: 90%;
  right: 0;
  position: absolute;
  top: 10%;
  transition-delay: 0.5s;
}
.stages__anim-4 {
  position: relative;
  padding-bottom: 5vw;
}
.stages__anim-4 div {
  overflow: hidden;
}
.stages__anim-4 div:nth-child(1) {
  position: relative;
  width: 60%;
}
.stages__anim-4 div:nth-child(1) img {
  position: absolute;
  top: 0;
  z-index: 2;
  transition: 1s;
}
.stages__anim-4 div:nth-child(1) img:nth-child(1) {
  width: 100%;
  z-index: 1;
  position: relative;
}
.stages__anim-4 div:nth-child(1) img:nth-child(2) {
  width: 90%;
  left: 5%;
  top: 5%;
  transform: translate(-110%);
}
.stages__anim-4 div:nth-child(1) img:nth-child(3) {
  width: 43%;
  left: 5%;
  top: 20%;
  transform: translate(-110%);
}
.stages__anim-4 div:nth-child(1) img:nth-child(4) {
  width: 43%;
  left: 5%;
  top: 42%;
  transform: translate(-110%);
}
.stages__anim-4 div:nth-child(1) img:nth-child(5) {
  width: 43%;
  right: 5%;
  top: 20%;
  transform: translate(110%);
}
.stages__anim-4 div:nth-child(1) img:nth-child(6) {
  width: 43%;
  right: 5%;
  top: 43%;
  transform: translate(110%);
}
.stages__anim-4 div:nth-child(1) img:nth-child(7) {
  width: 43%;
  right: 5%;
  top: 79%;
  transform: translate(110%);
}
.stages__anim-4 div:nth-child(2) {
  position: absolute;
  bottom: 0%;
  right: 0;
  width: 65%;
  overflow: hidden;
}
.stages__anim-4 div:nth-child(2) img {
  width: 100%;
  transition: 1s;
  transform: translate(100%);
}

.swiper-btn {
  cursor: pointer;
  position: relative;
}
.swiper-btn img {
  transition: 0.3s ease 0s;
}
.swiper-btn img:last-child {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease 0s;
}
@media (any-hover: hover) {
  .swiper-btn:hover img:first-child {
    opacity: 0;
  }
  .swiper-btn:hover img:last-child {
    opacity: 1;
  }
}

.services {
  position: relative;
  z-index: 4;
}
@media (max-width: 768px) {
  .services {
    padding-top: 50px;
  }
  
  /* Hide arrows on mobile */
  .services__left .team__arrow {
    display: none;
  }
  
  /* Stack blocks vertically on mobile */
  .services__slider {
    display: block !important;
  }
  
  .services__wrapper {
    display: block !important;
    transform: none !important;
  }
  
  .services__slide {
    display: block !important;
    width: 100% !important;
    margin-bottom: 30px !important;
    transform: none !important;
    opacity: 1 !important;
  }
  
  /* Remove Swiper-specific styles on mobile */
  .services__slide.swiper-slide {
    transform: none !important;
    opacity: 1 !important;
  }
  
  .services__slide.swiper-slide-active {
    transform: none !important;
    opacity: 1 !important;
  }
  
  .services__slide.swiper-slide-prev,
  .services__slide.swiper-slide-next {
    transform: none !important;
    opacity: 1 !important;
  }
}
.services .services__slider {
  min-height: 100%;
}

.services__slide.effect-slide .services__express {
  transform: translate(-10%);
}
@media (min-width: 998px) {
  .services__slide.exiting {
    transform: translate(500%) !important;
    z-index: 1;
    transition: 1s;
    z-index: 50;
  }
}

.services__container {
  height: 100%;
}
@media (min-width: 768px) {
  .services__container {
    display: flex;
  }
}
@media (max-width: 768px) {
  .services__container {
    display: flex;
    flex-direction: column;
  }
}

.services__left {
  position: relative;
  min-height: 100%;
  flex-direction: column;
  display: flex;
  justify-content: end;
}
@media (min-width: 768px) {
  .services__left {
    padding: 50px 0;
    flex: 0 0 276px;
  }
}
.services__left .team__arrow {
  justify-content: center;
}
@media (max-width: 768px) {
  .services__left {
    margin-top: 50px;
    order: 3;
  }
}

.service__img {
  position: absolute;
  transition: transform 1s ease 0s;
  left: 50%;
  transform: translate(-50%, 30%);
  top: 77px;
  height: calc(100% - 300px);
}
._active .service__img {
  transform: translate(-50%, 0%);
}

@media (max-width: 998px) {
  .services__arrow img {
    width: 60px;
  }
}

.services__right {
  min-width: 0;
  flex: 1 1 auto;
}

.services__express {
  height: 100vh;
  min-height: 550px;
  max-height: 1080px;
  transition: 1s;
}
@media (max-width: 998px) {
  .services__express {
    height: auto;
  }
}
@media (min-width: 768px) {
  .services__express {
    min-height: 985px;
  }
}
.services__express ._btn {
  padding: 28px 58px;
}

.express-services {
  padding: 50px 50px 50px 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border-left: 1px solid #242424;
}
@media (max-width: 768px) {
  .express-services {
    border: 1px solid #242424;
    border-radius: 32px;
    padding: 30px;
  }
  
  /* Show background and image on mobile immediately */
  .express-services__bg {
    height: 100% !important;
  }
}
/* Make description and button visible immediately */
.express-services__list,
.express-services__button {
  opacity: 1;
}

/* Restore hover effects for background and image */
@media (any-hover: hover) {
  .express-services:hover .wrap-animation span {
    transform: translate(0);
  }
  
  .express-services:hover .services__bg {
    height: 100%;
  }
  
  .express-services:hover .express-services__img {
    top: 0;
  }
}

/* Default state for background and image */
.express-services__bg {
  height: 0;
}

.express-services__img {
  top: -100%;
}

.express-services__img {
  z-index: 3;
  position: absolute;
  transition: top 0.8s ease 0s;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 104px;
}
/* Remove hover dependency for image positioning */
@media (max-width: 768px) {
  .express-services__img {
    scale: 0.8;
    top: 0 !important;
    transform: translateX(-50%) !important;
    transition: 0.6s;
  }
  .services__right._active .express-services__img {
    scale: 0.8;
    transform: translateX(0%);
    width: 160px;
    right: 0;
    left: auto;
  }
}

.services__title {
  margin-bottom: 40px;
  font-family: "Bebas Neue Pro";
  font-weight: 700;
  font-size: 58px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .services__title {
    display: none;
  }
}

.express-services__title {
  margin-bottom: 40px;
  font-weight: 700;
  font-family: "Bebas Neue Pro";
  text-transform: uppercase;
  background-image: url(../img/fontxt.png);
  background-size: contain;
  background-position: center center;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
}
@media (max-width: 998px) {
  .express-services__title {
    font-size: 32px;
    margin-bottom: 25px;
  }
}

.express-services__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 8px;
  transition: opacity 0.3s ease 0s;
}
/* Remove hover dependency for list visibility */

.express-services__item {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  list-style: disc;
  color: rgba(255, 255, 255, 0.95);
  list-style: none;
  position: relative;
  padding-left: 18px;
}
@media (max-width: 998px) {
  .express-services__item {
    font-size: 16px;
  }
}
.express-services__item::before {
  content: "";
  position: absolute;
  top: 13px;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #c42c1b;
  border-radius: 50%;
}
@media (max-width: 998px) {
  .express-services__item::before {
    top: 10px;
  }
}

.express-services__price {
  padding-top: 20px;
  font-size: 42px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 700;
  font-family: "Bebas Neue Pro";
  text-transform: uppercase;
}
@media (max-width: 998px) {
  .express-services__price {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .express-services__price {
    margin-top: auto;
  }
}
.express-services__price span {
  transform: translate(0px, 0);
  background-image: url(../img/fontxt.png);
  background-size: contain;
  background-position: center center;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (any-hover: hover) {
  .express-services__price span {
    transform: translate(0px, 100%);
  }
}

.express-services__button {
  transition: opacity 0.3s ease 0s;
}
/* Remove hover dependency for button visibility */
@media (max-width: 768px) {
  .express-services__button {
    width: 100%;
    max-width: none;
    padding: 20px !important;
    font-size: 20px;
  }
}

.services__wrapp {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  z-index: 3;
  position: relative;
}
@media (min-width: 768px) {
  .services__wrapp {
    max-height: 560px;
  }
}
@media (max-width: 768px) {
  .services__wrapp {
    justify-content: end;
  }
}

.services__bg {
  position: absolute;
  width: 100%;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #0d0d0d;
  transition: height 0.8s ease 0s;
}

/* Remove services__click styles as the element is removed */

.services-right {
  transform: rotate(180deg);
}

.inp-wp {
  margin-bottom: 20px;
}

.inp-wp._error input,
.inp-wp._error input::placeholder {
  color: #c42c1b;
}

.g-recaptcha {
  position: relative;
}
.g-recaptcha::before {
  position: absolute;
  top: 0;
  left: 1px;
  content: "";
  width: 300px;
  height: 13px;
  background-color: #f9f9f9;
}
.g-recaptcha::after {
  position: absolute;
  top: 0;
  left: 1px;
  content: "";
  width: 200px;
  height: 24px;
  background-color: #f9f9f9;
}

/* chesflairing styles start */
.header__tel {
	display: flex;
	align-items: center;
}

/* chesflairing styles end */
/* start verstace */
.window_kuki {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  padding: 25px 25px 55px;
  z-index: 100;
  border: 8px solid #c42c1b;
  box-shadow: 0 0 15px rgba(0, 0, 0, .5);
}
.inner_kuki {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.window_kuki p {
  font-size: 20px;
  margin: 0 !important;
  text-align: left;
  width: 70%;
  color: #fff;
}
.window_kuki p a {
  color: #fff;
  text-decoration: underline;
}
.window_kuki p a:hover {
  text-decoration: none;
}
.btn_kuki {
  max-width: 220px !important;
}
@media screen and (max-width: 767px) {
  .inner_kuki {
    flex-direction: column;
  }
  .window_kuki p {
    width: 100%;
    font-size: 15px;
    text-align: center;
  }
  .window_kuki {
    padding: 15px 15px 30px;
  }
}
/* end verstace */
/* chesflairing styles start */

.layout-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 20px 0 30px;
    line-height: 1.6;
}

.layout-wrapper__title {
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.layout-wrapper__title--big {
    font-size: 2rem;
}

.layout-wrapper__title--medium {
    font-size: 1.5rem;
}

.layout-wrapper__text {
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.layout-wrapper ol {
    margin: 0 0 1.5rem 1.5rem;
    padding: 0;
}

.layout-wrapper ol li {
    margin-bottom: 0.75rem;
    font-size: 1rem;
}

.layout-wrapper__table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
}

.layout-wrapper__table th,
.layout-wrapper__table td {
    padding: 0.75rem;
    border: 1px solid #ddd;
    font-size: 1rem;
    text-align: left;
}

.layout-wrapper__table th {
    font-weight: 600;
}

.layout-wrapper__table td ul {
    margin: 0;
    padding-left: 1.5rem;
}

.layout-wrapper__table td ul li {
    margin-bottom: 0.5rem;
}

/* Адаптивность */
@media (max-width: 600px) {
    .layout-wrapper {
        padding: 15px;
    }

    .layout-wrapper__title--big {
        font-size: 1.75rem;
    }

    .layout-wrapper__title--medium {
        font-size: 1.25rem;
    }

    .layout-wrapper__text,
    .layout-wrapper ol li,
    .layout-wrapper__table th,
    .layout-wrapper__table td {
        font-size: 0.95rem;
    }

    .layout-wrapper__table th,
    .layout-wrapper__table td {
        padding: 0.5rem;
    }
}

.footer-policies {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
  max-width: 330px;
}

.footer-policies__link {
  color: #ffffff;
}

.footer-policies__link--without-pointer {
  cursor: auto;
}

.crisis-offer {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 120;
  width: min(380px, calc(100vw - 32px));
  padding: 18px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(142, 11, 31, 0.95), rgba(3, 3, 3, 0.96) 58%),
    #030303;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(196, 44, 27, 0.2);
  overflow: hidden;
}
.crisis-offer::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -18%;
  width: 160px;
  height: 220px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  transform: rotate(24deg);
}
.crisis-offer::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.crisis-offer__badge {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff;
  color: #8e0b1f;
  font-family: "Tilda Sans";
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.crisis-offer__content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 16px;
}
.crisis-offer__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #c42c1b;
  color: #fff;
  font-family: "Bebas Neue Pro";
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0 0 8px rgba(196, 44, 27, 0.22);
}
.crisis-offer__title {
  font-family: "Bebas Neue Pro";
  font-size: 32px;
  font-weight: 700;
  line-height: 0.95;
  text-transform: uppercase;
}
.crisis-offer__text p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Tilda Sans";
  font-size: 14px;
  line-height: 1.35;
}
.crisis-offer__button {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  width: 100%;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-family: "Bebas Neue Pro";
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}
@media (any-hover: hover) {
  .crisis-offer__button:hover {
    transform: translateY(-2px);
    background: #c42c1b;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .crisis-offer {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
    padding: 14px;
  }
  .crisis-offer__badge {
    margin-bottom: 10px;
    font-size: 10px;
  }
  .crisis-offer__content {
    grid-template-columns: 48px 1fr;
    gap: 12px;
    margin-bottom: 12px;
  }
  .crisis-offer__mark {
    width: 48px;
    height: 48px;
    font-size: 30px;
    box-shadow: 0 0 0 6px rgba(196, 44, 27, 0.22);
  }
  .crisis-offer__title {
    font-size: 27px;
  }
  .crisis-offer__text p {
    font-size: 13px;
  }
  .crisis-offer__button {
    min-height: 42px;
    font-size: 20px;
  }
}

/* для формы обратной связи */
.checkbox--margin-top {
 margin-top: 20px;
}

.order-modal__btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* chesflairing styles end */

.thankyou {
  min-height: calc(100vh - 200px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.thankyou ._container {
  height: 100%;
}

.thankyou-block {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.thankyou__title {
  font-size: 72px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Bebas Neue Pro";
  text-align: center;
}

.thankyou__descr {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 60px;
  text-align: center;
}

.thankyou__button {
  margin-top: 20px;
  margin-right: 20px;
  text-align: center;
}

.thankyou__button:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .thankyou__title {
    font-size: 42px;
  }
  .thankyou__descr {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .contacts__links .wrap-animation {
    z-index: 3;
  }
  .contacts__links .wrap-animation a{
    font-size: 16px;
  }
}
.logo-company{
  display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    grid-gap: 9px;
    width: 280px;
    
}
@media (max-width: 998px) {
  .logo-company svg {
    width: 100%;
  }
  .logo-company {
    width: 250px;
  }
  .party__logo strong {
    font-size: 30px;
    margin-top: 7%;
  }
}
