/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
:root {
  --primary: #f5f98a;
  --green: #8ad263;
  --black: #050505;
  --black-l: #101010;
  --black-d: #141414;
  --light: #fefefe;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
}
body {
  font-family: Poppins, sans-serif;
}
.body-hidden {
  overflow: hidden;
  touch-action: none;
}
.body {
  font-family: Montserrat, sans-serif;
  background: var(--black);
  color: #fff;
  font-size: 18px;
}
.body.flex-column {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}
.body.flex-column main {
  display: flex;
  flex-direction: column;
  flex: 1;
}
:root {
  --content-width: 1560px;
  --offset-width: 15px;
  --container-width: calc(var(--content-width) + (var(--offset-width) * 2));
}
.container {
  max-width: var(--container-width);
  width: 100%;
  padding: 0 var(--offset-width);
  margin: 0 auto;
}
.btn-s {
  --border-color: var(--primary);
  --bgc-color: var(--primary);
  --color: black;
  --h-color: black;
  --h-bgc-color: var(--primary);
  --h-border-color: var(--primary);
  --h-box-shadow: 2px 2px 7px 0px var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: var(--bgc-color);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 19px 39px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  color: var(--color);
  font-size: 24px;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}
.btn-s._outline {
  --bgc-color: transparent;
  --color: white;
  --h-color: white;
  --h-bgc-color: transparent;
}
.btn-s._outline._active {
  --bgc-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
  box-shadow: var(--h-box-shadow);
}
.btn-s._black {
  --bgc-color: var(--black);
  --border-color: var(--black);
  --color: var(--primary);
  --h-color: white;
  --h-bgc-color: var(--black);
  --h-border-color: var(--black);
  --h-box-shadow: 2px 2px 7px 0px var(--black);
}
.btn-play {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 16px;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
}
.btn-play._row {
  flex-direction: row;
  gap: 16px;
}
.btn-play__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary);
  overflow: hidden;
  width: 135px;
  height: 135px;
  backdrop-filter: blur(12px);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  color: var(--primary);
  transition: box-shadow 0.3s linear;
}
.btn-play__circle svg {
  width: 44px;
  height: 44px;
}
.list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.s-title {
  font-weight: 500;
  font-size: 60px;
  margin: 0;
}
.s-title span {
  color: var(--primary);
}
.s-title._line {
  padding-bottom: 3px;
  border-bottom: 2px solid var(--primary);
}
.s-title._line-black {
  padding-bottom: 3px;
  border-bottom: 2px solid var(--black);
}
.slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 30px;
}
.slider-pagination .swiper-pagination-bullet {
  flex: 0 1 12px;
  height: 12px;
  margin: 0 !important;
  cursor: pointer;
  opacity: 0.3;
  border-radius: 50%;
  background-color: var(--primary);
  transition:
    opacity 0.3s ease,
    flex 0.3s ease,
    border-radius 0.3s ease;
}
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  flex-basis: 20px;
  border-radius: 3px;
  opacity: 1;
}
.slider-pagination._black .swiper-pagination-bullet {
  background-color: var(--black);
}
.slider-nav {
  display: flex;
  gap: 30px;
}
.slider-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  background-color: var(--black);
  border-radius: 4px;
  color: var(--primary);
  transition:
    opacity 0.3s ease,
    box-shadow 0.3s ease;
}
.slider-arrow.swiper-button-disabled {
  opacity: 0.7;
  pointer-events: none;
}
.slider-arrow._rotate svg {
  width: 26px;
  height: 16px;
}
.slider-arrow svg {
  width: 16px;
  height: 26px;
}
.slider-scrollbar {
  width: 100%;
  background-color: rgba(5, 5, 5, 0.3);
  height: 2px;
  flex-shrink: 0;
}
.slider-scrollbar .swiper-scrollbar-drag {
  position: relative;
  background-color: var(--black);
}
.slider-scrollbar .swiper-scrollbar-drag::before {
  position: absolute;
  content: "";
  inset: -2px 0;
  cursor: pointer;
}
.slider-fraction {
  display: flex;
  gap: 3px;
  font-size: 32px;
}
.slider-fraction span {
  display: block;
  width: 30px;
  text-align: center;
}
.slider-interface {
  display: flex;
  align-items: center;
  gap: 50px;
}
.slider-interface .slider-scrollbar {
  width: 250px;
}
.sect-p {
  padding: 100px 0;
}
.sect-m {
  margin: 100px 0;
}
.sect-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 50px;
}
[data-more-item] {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 1;
  display: none;
  transition:
    opacity 0.5s ease,
    -webkit-transform 0.5s ease;
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
  transition:
    opacity 0.5s ease,
    transform 0.5s ease,
    -webkit-transform 0.5s ease;
}
[data-more-item]._show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
[data-more-item]._open {
  display: block;
}
[data-tab] {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}
[data-tab]._active {
  display: block;
}
[data-tab]._show {
  opacity: 1;
}
.card-stock {
  display: flex;
  flex-direction: column;
}
.card-stock__gallery {
  position: relative;
  width: 100%;
  border-radius: 4px;
  padding-bottom: 55%;
  overflow: hidden;
  margin-bottom: 20px;
}
.card-stock__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition:
    transform 0.3s linear,
    -webkit-transform 0.3s linear;
}
.card-stock__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  margin: 0 0 15px 0;
}
.card-stock__data {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: hsla(0, 0%, 100%, 0.7);
  margin-bottom: 20px;
}
.card-stock__btn {
  width: 100%;
  margin-top: auto;
}
.input-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.input-control {
  width: 100%;
}
.input {
  width: 100%;
  outline: 0;
  padding: 18px 20px;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 17px;
  line-height: 150%;
  transition: box-shadow 0.3s ease;
}
.input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.input::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.input[type="number"]::-webkit-inner-spin-button,
.input[type="number"]::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}
.input:focus {
  box-shadow: 0 0 5px 2px var(--primary);
}
.input._date {
  padding-right: 45px !important;
  background: url(../img/date-icon.svg) center right 20px/16px auto no-repeat;
  background-color: #fff;
}
.input.wpcf7-not-valid {
  box-shadow: 0 0 5px 2px #dc3232;
}
.input-variants {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.input-variants__text {
  font-weight: 600;
  font-size: 17px;
  line-height: 150%;
}
.input-variants .wpcf7-form-control {
  display: flex;
  gap: 10px;
}
.input-variants .wpcf7-form-control input[type="radio"] {
  display: none;
}
.input-variants
  .wpcf7-form-control
  input[type="radio"]:checked
  + .wpcf7-list-item-label::after {
  background: url(../img/check-primary.svg) center/10px auto no-repeat;
}
.wpcf7-list-item {
  margin-left: 0;
}
.input-variants .wpcf7-form-control .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 17px;
  line-height: 150%;
}
.input-variants .wpcf7-form-control .wpcf7-list-item-label::before {
  display: none;
}
.input-variants .wpcf7-form-control .wpcf7-list-item-label::after {
  flex-shrink: 0;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid var(--primary);
}
.check-wrapper {
  position: relative;
  z-index: 1;
}
.check-wrapper input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.check-wrapper input[type="checkbox"].not-valid + .wpcf7-list-item-label {
  color: #dc3232;
}
.check-wrapper input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background: url(../img/check-primary.svg) center/10px auto no-repeat;
}
.check-wrapper .wpcf7-list-item-label {
  display: flex;
  align-items: start;
  gap: 10px;
  cursor: pointer;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
}
.check-wrapper .wpcf7-list-item-label a {
  text-decoration: underline;
  transition: color 0.3s ease;
}
.check-wrapper .wpcf7-list-item-label::before {
  flex-shrink: 0;
  content: "";
  width: 16px;
  height: 16px;
  margin-top: 3px;
  border: 1px solid var(--primary);
}
.map {
  border-radius: 4px;
  overflow: hidden;
  background: #d9d9d9;
}
.social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 4px;
  width: 56px;
  height: 48px;
  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease !important;
}
.social-item svg {
  width: 20px;
  height: 20px;
}
.burger-overlay {
  position: fixed;
  inset: 0;
  background-color: var(--black);
  opacity: 0;
  visibility: hidden;
  z-index: 110;
  transition:
    visibility 0.4s ease,
    opacity 0.4s ease;
}
.burger-overlay._active {
  opacity: 0.5;
  visibility: visible;
}
.burger {
  position: fixed;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  top: 0;
  left: 0;
  height: 100dvh;
  background-color: rgba(5, 5, 5, 0.7);
  backdrop-filter: blur(10px);
  width: 340px;
  max-width: 100%;
  padding: 30px 20px;
  z-index: 120;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition:
    visibility 0.4s ease,
    opacity 0.4s ease,
    -webkit-transform 0.4s ease;
  transition:
    transform 0.4s ease,
    visibility 0.4s ease,
    opacity 0.4s ease;
  transition:
    transform 0.4s ease,
    visibility 0.4s ease,
    opacity 0.4s ease,
    -webkit-transform 0.4s ease;
}
.burger._open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.burger__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.burger__logo {
  display: block;
  width: 150px;
}
.burger__logo img {
  display: block;
  width: 100%;
}
.burger__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 25px;
  height: 25px;
}
.burger__close div {
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: var(--primary);
}
.burger__close div:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger__close div:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
.burger__list a {
  font-size: 16px;
  transition: color 0.3s ease;
}
.burger__contacts {
  margin-top: auto;
  margin-bottom: 20px;
}
.burger__address {
  opacity: 0.8;
}
.burger__tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 15px;
  font-size: 18px;
  width: fit-content;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--primary);
  transition: color 0.3s ease;
}
.header {
  padding-top: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition:
    background-color 0.4s ease,
    padding 0.4s ease,
    backdrop-filter 0.4s ease,
    -webkit-transform 0.4s ease;
  transition:
    background-color 0.4s ease,
    transform 0.4s ease,
    padding 0.4s ease,
    backdrop-filter 0.4s ease;
  transition:
    background-color 0.4s ease,
    transform 0.4s ease,
    padding 0.4s ease,
    backdrop-filter 0.4s ease,
    -webkit-transform 0.4s ease;
}
.header._sticky {
  position: sticky;
}
.header._scroll {
  padding: 20px 0;
  background-color: rgba(5, 5, 5, 0.7);
  backdrop-filter: blur(10px);
}
.header__wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
}
.header__burger-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 22px;
  height: 22px;
}
.header__burger-btn div {
  height: 1px;
  width: 100%;
  background-color: var(--primary);
}
.header__list {
  display: flex;
  gap: 30px;
}
.header__list a {
  font-size: 18px;
  transition: color 0.3s ease;
}
.header__logo {
  display: block;
  margin: 0 auto;
  width: 320px;
}
.header__logo img {
  display: block;
  width: 100%;
}
.header__contacts {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.header__address {
  font-weight: 300;
  font-size: 16px;
  opacity: 0.8;
}
.header__tel {
  font-size: 22px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--primary);
  transition: color 0.3s ease;
}
.header__contacts-mob {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
}
.header__contacts-mob-btn {
  display: block;
  width: 22px;
  height: 22px;
  color: var(--primary);
}
.header__contacts-mob-btn svg {
  width: 100%;
  height: 100%;
}
.s-hero {
  position: relative;
  padding: 150px 0 130px 0;
  display: flex;
  align-items: flex-end;
  min-height: 830px;
  max-height: 100dvh;
  z-index: 1;
}
.s-hero::before {
  position: absolute;
  content: "";
  inset: 0;
  background: radial-gradient(
    100% 100% at 46.18% 0,
    rgba(5, 5, 5, 0) 0,
    rgba(5, 5, 5, 0.5) 67.42%,
    rgba(5, 5, 5, 0.75) 81.83%,
    #050505 100%
  );
  z-index: -1;
}
.s-hero__wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}
.s-hero__info {
  max-width: 750px;
}
.s-hero__title {
  margin-bottom: 30px;
}
.s-hero__content {
  font-size: 24px;
  margin: 0 0 75px 0;
}
.s-hero__content a {
  color: var(--primary);
}
.s-hero__content a:hover {
  text-decoration: underline;
}
.s-hero__play-mob {
  margin: 0 auto 40px auto;
}
.s-hero__buttons {
  display: flex;
  gap: 30px;
}
.s-hero__play {
  margin: 0 auto;
}
.s-hero__warn {
  padding: 25px 40px;
  border-radius: 4px;
  margin: 30px 0px 0px 0px;
  box-shadow: 2px 2px 7px 0 var(--green);
  max-width: 885px;
  border: 1px solid var(--green);

  line-height: 120%;
  font-weight: 500;
  font-size: 14px;
}
.s-adv {
  margin: 60px 0;
}
.s-adv__slider {
  margin: 0 -7px;
  padding: 7px;
}
.s-adv__item {
  padding: 25px;
  border: 1px solid var(--primary);
  border-radius: 4px;
  box-sizing: border-box;
  backdrop-filter: blur(15px);
  background: hsla(0, 0%, 100%, 0.05);
  transition: box-shadow 0.3s ease;
}
.s-adv__item-title {
  display: flex;
  align-items: start;
  gap: 20px;
  margin: 0 0 20px 0;
  font-weight: 500;
  font-size: 28px;
}
.s-adv__item-title::after {
  content: "";
  width: 38px;
  height: 32px;
  background-color: var(--primary);
  flex-shrink: 0;
  margin-left: auto;
  clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
}
.s-adv__item-content {
  margin: 0;
  font-size: 18px;
  line-height: 150%;
}
.s-complex {
  position: relative;
  overflow: hidden;
  background-color: var(--light);
  color: var(--black);
  z-index: 1;
}
.s-complex::after,
.s-complex::before {
  position: absolute;
  content: "";
  z-index: -1;
}
.s-complex::before {
  top: 0;
  left: -50px;
  width: 830px;
  height: 775px;
  background: url(../img/decor-complex-left.png) 0 0/100% auto no-repeat;
}
.s-complex::after {
  right: -50px;
  bottom: -40px;
  width: 535px;
  height: 710px;
  background: url(../img/decor-complex-right.png) 0 0/100% auto no-repeat;
}
.s-complex__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.s-complex__info {
  flex: 0 1 615px;
}
.s-complex__title {
  line-height: 100%;
  margin-bottom: 30px;
}
.s-complex__price {
  padding: 16px 60px;
  margin-bottom: 30px;
  background: linear-gradient(
    90deg,
    #e1e56d 0,
    #f1f57f 10%,
    #f5f98a 50%,
    rgba(245, 249, 138, 0.5) 89.93%,
    rgba(245, 249, 138, 0) 100%
  );
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 5% 50%);
  font-weight: 500;
  font-size: 30px;
}
.s-complex__content {
  margin-top: auto;
}
.s-complex__content-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  margin: 0 0 10px 0;
}
.s-complex__content-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  row-gap: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}
.s-complex__content-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 12px;
}
.s-complex__content-list li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: currentColor;
}
.s-complex__btn-brone {
  margin-top: 40px;
}
.s-complex__gallery {
  display: flex;
  gap: 10px;
  width: 850px;
}
.s-complex__gallery-thumb {
  display: flex;
  align-items: center;
  gap: 25px;
  width: 100px;
  flex-shrink: 0;
}
.s-complex__thumb-slider {
  width: 100%;
}
.s-complex__thumb-slide {
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
}
.s-complex__thumb-slide::before {
  position: absolute;
  content: "";
  inset: 0;
  border-radius: 4px;
  border: 2px solid var(--primary);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.s-complex__thumb-slide.swiper-slide-thumb-active::before {
  opacity: 1;
}
.s-complex__gallery-slider {
  width: 740px;
  max-width: 100%;
}
.s-complex__gallery-slide {
  border-radius: 4px;
  overflow: hidden;
  height: 605px !important;
}
.s-complex__gallery-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition:
    transform 0.3s linear,
    -webkit-transform 0.3s linear;
}
.s-price {
  position: relative;
  background-color: var(--black-l);
  overflow: hidden;
  z-index: 1;
}
.s-price + .s-stocks {
  padding-top: 0 !important;
}
.s-price::after {
  position: absolute;
  content: "";
  right: -55px;
  bottom: 0;
  width: 575px;
  height: 800px;
  background: url(../img/price-decor.png) 0 0 / contain no-repeat;
  z-index: -1;
}
.s-price__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  row-gap: 25px;
  margin-bottom: 50px;
}
.s-price__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.s-price__nav-btn {
  width: 250px;
}
.s-price__content {
  font-size: 22px;
  line-height: 155%;
  margin-bottom: 50px;
}
.s-price__content h6 {
  font-weight: 600;
  margin: 0;
  font-size: inherit;
}
.s-price__content h6:not(:last-child) {
  margin-bottom: 10px;
}
.s-price__content p {
  margin: 0;
}
.s-price__content p:not(:last-child) {
  margin-bottom: 15px;
}
.s-price__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.s-price__content ul:not(:last-child) {
  margin-bottom: 15px;
}
.s-price__content ul li {
  display: flex;
  align-items: start;
  gap: 10px;
}
.s-price__content ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  display: block;
  border-radius: 50%;
  background-color: var(--primary);
  margin-top: 12px;
}
.s-price .s-price__table {
  display: block;
  border: 1px solid var(--primary);
  border-radius: 4px 4px 0 0;
}
.s-price .s-price__table [data-more-item]:nth-child(-n + 6) {
  display: grid !important;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.s-price .s-price__table thead {
  display: block;
  background-color: var(--primary);
  color: var(--black);
}
.s-price .s-price__table thead tr {
  display: grid !important;
}
.s-price .s-price__table tr {
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding: 24px 45px;
  width: 100%;
}
.s-price .s-price__table tr._open {
  display: grid !important;
}
.s-price .s-price__table th {
  display: block;
  font-weight: 600;
  font-size: 22px;
}
.s-price .s-price__table th:first-child {
  text-align: start;
}
.s-price .s-price__table th:last-child {
  text-align: end;
}
.s-price .s-price__table tbody {
  display: block;
}
.s-price .s-price__table tbody tr:not(:last-child) {
  border-bottom: 2px solid var(--primary);
}
.s-price .s-price__table tbody tr:nth-child(even) {
  background: hsla(0, 0%, 100%, 0.05);
}
.s-price .s-price__table tbody tr:nth-child(odd) {
  background: var(--black-d);
}
.s-price .s-price__table td {
  display: block;
}
.s-price .s-price__table .value {
  font-size: 18px;
}
.s-price .s-price__table .price {
  font-weight: 500;
  font-size: 22px;
  text-align: right;
}
.s-price__more-btn {
  margin: 50px auto 0 auto;
}
.s-stocks {
  position: relative;
  background-color: var(--black-l);
  z-index: 1;
}
.s-stocks::before {
  position: absolute;
  content: "";
  width: 680px;
  height: 940px;
  bottom: 0;
  left: -60px;
  background: url(../img/decor-stock.png) 0 0 / contain no-repeat;
  z-index: -1;
}
.s-stocks__slider {
  text-align: center;
  margin: -7px;
  padding: 7px;
}
.s-stocks__slide {
  height: auto !important;
  box-sizing: border-box;
  outline: none;
}
.s-stocks__slide .card-stock {
  width: 100%;
}
.s-brone {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.s-brone::after,
.s-brone::before {
  position: absolute;
  content: "";
  background: url(../img/brone-decor.png) 0 0 / contain no-repeat;
  width: 1070px;
  height: 585px;
  z-index: -1;
}
.s-brone::before {
  top: 0;
  left: -175px;
}
.s-brone::after {
  bottom: -100px;
  right: -340px;
}
.s-brone__wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
}
.s-brone__info {
  flex: 0 1 750px;
}
.s-brone__title {
  max-width: 725px;
  margin-bottom: 50px;
}
.s-brone__content {
  font-weight: 300;
  line-height: 150%;
  margin: 0;
}
.s-brone__form {
  width: 580px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  flex-shrink: 0;
}
.s-brone__form-submit {
  width: 100%;
}
.s-gallery {
  position: relative;
  background-color: var(--light);
  color: var(--black);
  overflow: hidden;
  z-index: 1;
}
.s-gallery::after,
.s-gallery::before {
  position: absolute;
  content: "";
  width: 1170px;
  height: 100%;
  z-index: -1;
}
.s-gallery::before {
  bottom: 0;
  left: 0;
  background: url(../img/gallery-decor-left.png) top 0 left 0 / contain
    no-repeat;
}
.s-gallery::after {
  bottom: 0;
  right: 0;
  background: url(../img/gallery-decor-right.png) bottom 0 right 0 / contain
    no-repeat;
}
.s-gallery__slide {
  position: relative;
  border-radius: 4px;
  padding-bottom: 39.5%;
  overflow: hidden;
}
.s-gallery__slide img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition:
    transform 0.3s linear,
    -webkit-transform 0.3s linear;
}
.s-reviews {
  position: relative;
  background-color: var(--black-l);
  overflow: hidden;
  z-index: 1;
}
.s-reviews::before {
  position: absolute;
  content: "";
  background: url(../img/decor-reviews.png) 0 0 / contain no-repeat;
  width: 1530px;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.s-contacts {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.s-contacts::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1860px;
  background: url(../img/decor-contacts.png) 0 0 / contain no-repeat;
  right: -700px;
  z-index: -1;
}
.s-contacts__wrapper {
  position: relative;
}
.s-contacts__main {
  position: absolute;
  width: 425px;
  top: 60px;
  left: 90px;
  bottom: 60px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  background-color: var(--black-l);
  border-radius: 4px;
  z-index: 10;
}
.s-contacts__main-inside {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 50px;
  z-index: 1;
}
.s-contacts__logo {
  display: block;
  width: 100%;
}
.s-contacts__item {
  font-weight: 300;
  font-size: 17px;
}
.s-contacts__item a {
  transition: color 0.3s ease;
}
.s-contacts__tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 24px;
}
.s-contacts__figure {
  position: absolute;
  display: block;
  right: -80px;
  bottom: 105px;
  z-index: -1;
}
.s-contacts__map {
  height: 660px;
  width: 100%;
}
.footer {
  background-color: var(--black-l);
  padding: 60px 0;
}
.footer__wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
}
.footer__main {
  flex: 0 1 325px;
}
.footer__logo {
  display: block;
  width: 100%;
}
.footer__logo img {
  display: block;
  width: 100%;
}
.footer__main-content {
  font-size: 12px;
  color: hsla(0, 0%, 100%, 0.5);
  margin: 25px 0 0 0;
}
.footer__nav-title {
  font-weight: 300;
  font-size: 18px;
  color: hsla(0, 0%, 100%, 0.5);
  margin: 0 0 30px 0;
}
.footer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  row-gap: 20px;
}
.footer__list a {
  transition: color 0.3s ease;
}
.footer__contacts {
  display: flex;
  align-items: start;
  flex-shrink: 0;
  gap: 30px;
}
.footer__contacts-main {
  font-weight: 300;
  font-size: 17px;
  flex: 0 1 250px;
}
.footer__contacts-main a {
  transition: color 0.3s ease;
}
.footer__contacts-tel {
  display: block;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 5px;
}
.footer__address {
  margin-top: 25px;
}
.footer__bottom {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  color: hsla(0, 0%, 100%, 0.5);
  font-weight: 300;
  font-size: 14px;
}
.footer__bottom a {
  transition: color 0.3s ease;
}
.footer__bottom-wrapper {
  gap: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer__bottom-content {
  font-weight: 300;
  font-size: 12px;
  flex: 0 1 395px;
}
.footer__bottom-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-shrink: 0;
  gap: 30px;
}
.footer__dev {
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer__dev img {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
@media (min-width: 576px) {
  .footer__nav-title._mob {
    display: none;
  }
}
@media (min-width: 768px) {
  .s-adv__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .slider-pagination._mob {
    display: none;
  }
  .burger-overlay {
    display: none;
  }
  .burger {
    display: none;
  }
  .header__burger-btn {
    display: none;
  }
  .header__contacts-mob {
    display: none;
  }
  .s-hero__play-mob {
    display: none;
  }
}
@media (min-width: 1200px) {
  .s-adv__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1366px) {
  .s-complex__gallery-thumb {
    flex-direction: column;
  }
  .s-complex__thumb-slider {
    height: 430px !important;
  }
}
@media (max-width: 1679px) {
  .header__list {
    gap: 20px;
  }
  .header__logo {
    width: 250px;
  }
  .header__contacts {
    gap: 20px;
  }
}
@media (max-width: 1539px) {
  .s-title {
    font-size: 52px;
  }
  .header__list a {
    font-size: 16px;
  }
  .header__tel {
    font-size: 20px;
  }
  .s-complex__gallery {
    width: 650px;
  }
  .s-complex__gallery-slide {
    height: 575px !important;
  }
  .s-brone::after,
  .s-brone::before {
    width: 1195px;
    height: 655px;
  }
  .s-brone::before {
    left: 50%;
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
    bottom: 0;
    top: auto;
  }
  .s-brone::after {
    display: none;
  }
}
@media (max-width: 1365px) {
  .s-title {
    font-size: 48px;
  }
  .header {
    padding-top: 30px;
  }
  .header__wrapper {
    gap: 20px;
  }
  .header__logo {
    width: 200px;
  }
  .header__address {
    font-size: 14px;
  }
  .header__tel {
    font-size: 16px;
    padding-bottom: 3px;
  }
  .s-hero {
    min-height: 600px;
    padding: 80px 0;
  }
  .s-hero__info {
    max-width: 670px;
  }
  .s-hero__content {
    font-size: 20px;
  }
  .s-hero__play {
    margin: 0 0 0 auto;
  }
  .s-complex__price {
    font-size: 26px;
  }
  .s-complex__gallery {
    width: 550px;
    flex-direction: column-reverse;
  }
  .s-complex__gallery-thumb {
    width: 100%;
    gap: 15px;
  }
  .s-complex__gallery-thumb .slider-arrow._prev {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .s-complex__gallery-thumb .slider-arrow._next {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .s-complex__thumb-slide {
    height: 100px !important;
  }
  .s-complex__gallery-slide {
    height: 370px !important;
  }
  .s-gallery::after,
  .s-gallery::before {
    width: 50%;
  }
  .s-contacts__main {
    position: static;
    width: 100%;
    margin-bottom: 55px;
  }
  .s-contacts__main-inside {
    padding: 40px;
    align-items: center;
  }
  .s-contacts__logo {
    width: 400px;
    margin: 0 auto;
  }
  .s-contacts__figure {
    display: none;
  }
}
@media (max-width: 1199px) {
  .s-title {
    font-size: 36px;
  }
  .slider-nav {
    gap: 20px;
  }
  .slider-fraction {
    font-size: 24px;
  }
  .slider-interface {
    gap: 30px;
  }
  .slider-interface .slider-scrollbar {
    width: 200px;
  }
  .sect-p {
    padding: 80px 0;
  }
  .sect-m {
    margin: 80px 0;
  }
  .card-stock__title {
    font-size: 20px;
  }
  .card-stock__data {
    font-size: 16px;
  }
  .header {
    padding-top: 20px;
  }
  .header__list {
    gap: 15px;
  }
  .header__list a {
    font-size: 14px;
  }
  .header__logo {
    width: 140px;
  }
  .header__contacts {
    gap: 15px;
  }
  .header__address {
    font-size: 13px;
  }
  .s-adv__item-title {
    font-size: 24px;
  }
  .s-complex::before {
    left: -250px;
  }
  .s-complex::after {
    display: none;
  }
  .s-complex__wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
  .s-complex__info {
    flex: none;
    width: 100%;
  }
  .s-complex__title {
    text-align: center;
  }
  .s-complex__price {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px auto;
  }
  .s-complex__gallery {
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
  }
  .s-stocks {
    overflow: hidden;
  }
  .s-stocks::before {
    width: 380px;
    height: 460px;
    left: -65px;
  }
  .s-stocks__slider {
    overflow: visible !important;
    margin: 0;
    padding: 0;
  }
  .s-stocks__slide {
    width: 400px !important;
    max-width: 100%;
  }
  .s-brone__form {
    width: 450px;
  }
  .s-gallery__slide {
    width: 350px !important;
    height: 400px !important;
    padding-bottom: 0;
  }
  .s-contacts::before {
    width: 830px;
    height: 450px;
    right: 50%;
    bottom: -40px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  .footer__contacts {
    flex-direction: column;
    flex: 0 1 350px;
  }
  .footer__contacts-main {
    flex: auto;
  }
}
@media (max-width: 991px) {
  .body {
    font-size: 16px;
  }
  .btn-play__circle {
    width: 90px;
    height: 90px;
  }
  .btn-play__circle svg {
    width: 32px;
    height: 32px;
  }
  .slider-interface {
    gap: 20px;
  }
  .card-stock__title {
    font-size: 18px;
  }
  .header__nav {
    position: absolute;
    visibility: hidden;
    left: -9999px;
    opacity: 0;
    z-index: -9999;
  }
  .header__contacts {
    display: none;
  }
  .s-hero {
    max-height: none;
    min-height: 550px;
    padding: 70px 0 20px 0;
  }
  .s-hero__wrapper {
    display: block;
    text-align: center;
  }
  .s-hero__info {
    max-width: none;
  }
  .s-hero__content {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .s-hero__buttons {
    gap: 20px;
  }
  .s-hero__buttons .btn-s {
    flex: 1;
  }
  .s-hero__play {
    display: none;
  }
  .s-adv__item-title {
    font-size: 20px;
  }
  .s-adv__item-title::after {
    width: 25px;
    height: 22px;
  }
  .s-adv__item-content {
    font-size: 16px;
  }
  .s-price__head {
    margin-bottom: 30px;
  }
  .s-price__nav {
    gap: 30px;
  }
  .s-price__content {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .s-price .s-price__table tr {
    padding: 16px 20px;
  }
  .s-price .s-price__table th {
    font-size: 18px;
  }
  .s-price .s-price__table .price {
    font-size: 18px;
  }
  .s-brone__wrapper {
    flex-wrap: wrap;
    gap: 40px;
  }
  .s-brone__title {
    margin-bottom: 30px;
  }
  .s-brone__form {
    width: 100%;
  }
  .s-reviews::before {
    width: 1000px;
    left: 50%;
    height: 550px;
  }
  .s-contacts__main-inside {
    gap: 25px;
  }
  .s-contacts__map {
    height: 500px;
  }
  .footer__wrapper {
    flex-wrap: wrap;
  }
  .footer__nav {
    flex: 1;
  }
  .footer__contacts {
    flex: auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .btn-s {
    font-size: 16px;
    padding: 12px 25px;
  }
  .btn-play {
    font-size: 16px;
  }
  .btn-play__circle {
    width: 60px;
    height: 60px;
  }
  .btn-play__circle svg {
    width: 20px;
    height: 20px;
  }
  .slider-pagination {
    margin-top: 20px;
    gap: 4px;
  }
  .slider-pagination .swiper-pagination-bullet {
    height: 6px;
    flex-basis: 6px;
  }
  .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    flex-basis: 14px;
  }
  .slider-nav {
    display: none;
  }
  .slider-interface {
    display: none;
  }
  .sect-p {
    padding: 60px 0;
  }
  .sect-m {
    margin: 60px 0;
  }
  .sect-head {
    margin-bottom: 30px;
  }
  .card-stock__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .input-grid {
    grid-template-columns: 1fr;
  }
  .input {
    font-size: 16px;
    padding: 10px 20px;
  }
  .input-variants__text {
    font-size: 16px;
  }
  .input-variants .wpcf7-form-control .wpcf7-list-item-label {
    font-size: 16px;
  }
  .social-item {
    width: 45px;
    height: 40px;
  }
  .social-item svg {
    width: 16px;
    height: 16px;
  }
  .s-hero__warn {
    padding: 20px;
  }
  .s-adv {
    overflow: hidden;
  }
  .s-adv__slider {
    margin: 0;
    padding: 0;
    overflow: visible !important;
  }
  .s-adv__item {
    padding: 20px 16px;
    width: 400px !important;
    max-width: 100%;
    height: auto !important;
  }
  .s-adv__item-title {
    margin-bottom: 15px;
  }
  .s-complex__title {
    margin-bottom: 20px;
  }
  .s-complex__price {
    font-size: 22px;
    margin-bottom: 20px;
    padding: 7px 35px;
  }
  .s-complex__content-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .s-complex__content-list {
    font-size: 16px;
    grid-template-columns: 1fr;
  }
  .s-complex__btn-brone {
    margin-top: 20px;
  }
  .s-complex__gallery-thumb .slider-arrow {
    display: none;
  }
  .s-price__head {
    flex-direction: column;
  }
  .s-price__nav {
    justify-content: center;
    gap: 20px;
  }
  .s-price__content {
    font-size: 16px;
  }
  .s-price .s-price__table tr {
    padding: 10px 20px;
  }
  .s-price .s-price__table th {
    font-size: 16px;
  }
  .s-price .s-price__table .value {
    font-size: 16px;
  }
  .s-price .s-price__table .price {
    font-size: 16px;
    color: var(--primary);
  }
  .s-price__more-btn {
    margin-top: 30px;
  }
  .s-brone__title {
    margin-bottom: 20px;
  }
  .s-brone__content {
    font-size: 16px;
  }
  .s-gallery::after,
  .s-gallery::before {
    width: 270px;
    height: 250px;
  }
  .s-gallery::before {
    top: -40px;
    left: -80px;
  }
  .s-gallery::after {
    right: -45px;
    bottom: -40px;
  }
  .s-gallery__head {
    justify-content: center;
  }
  .s-contacts__item {
    font-size: 16px;
  }
  .s-contacts__tel {
    font-size: 22px;
  }
  .s-contacts__map {
    height: 450px;
  }
  .footer {
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
  }
  .footer__main {
    flex-basis: 250px;
  }
  .footer__logo {
    width: 200px;
  }
  .footer__main-content {
    font-size: 10px;
  }
  .footer__list {
    gap: 20px;
  }
  .footer__bottom {
    border-top: none;
    margin-top: 60px;
    background-color: var(--black-l);
    padding: 40px 0;
  }
  .footer__bottom-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .footer__bottom-content {
    flex: auto;
  }
  .footer__bottom-list {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .s-title {
    font-size: 24px;
  }
  .card-stock__data {
    font-size: 12px;
  }
  .input-variants {
    justify-content: space-between;
  }
  .s-hero__title {
    font-size: 26px;
  }
  .s-hero__content {
    font-size: 16px;
  }
  .s-hero__buttons {
    flex-wrap: wrap;
  }
  .s-hero__buttons .btn-s {
    flex: auto;
    width: 100%;
  }
  .s-hero__warn {
    padding: 25px 14px;
  }
  .s-complex__price {
    width: 100%;
    font-size: 20px;
  }
  .s-complex__btn-brone {
    width: 100%;
  }
  .s-complex__thumb-slide {
    height: auto !important;
    aspect-ratio: 1/1;
  }
  .s-complex__gallery-slide {
    height: auto !important;
    aspect-ratio: 1/1;
  }
  .s-price::after {
    width: 430px;
    height: 600px;
    left: 50%;
    top: 115px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .s-price__more-btn {
    width: 100%;
  }
  .s-brone__info {
    text-align: center;
  }
  .s-gallery__slide {
    width: 270px !important;
    height: 330px !important;
  }
  .s-contacts__map {
    height: 350px;
  }
  .footer__wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer__main {
    flex: 1;
  }
  .footer__logo {
    width: 150px;
    margin: 0 auto;
  }
  .footer__main-content {
    display: none;
  }
  .footer__list {
    flex-direction: column;
    gap: 10px;
  }
  .footer__contacts {
    align-items: center;
    gap: 0;
  }
  .footer__address {
    max-width: 320px;
    margin: 20px 0 40px 0;
  }
  .footer__bottom-wrapper {
    gap: 10px;
  }
  .footer__bottom-content {
    max-width: 240px;
  }
  .footer__bottom-list {
    gap: 10px;
  }
}
@media (max-width: 479px) {
  .s-contacts__map {
    height: 220px;
  }
}
@media (any-hover: hover) {
  .btn-s:hover {
    box-shadow: var(--h-box-shadow);
    color: var(--h-color);
    background-color: var(--h-bgc-color);
    border: 1px solid var(--h-border-color);
  }
  .btn-play:hover .btn-play__circle {
    box-shadow: 0 2px 7px 2px var(--primary);
  }
  .slider-arrow:hover {
    box-shadow: 1px 1px 7px 2px var(--black);
  }
  .card-stock__gallery:hover .card-article__img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .check-wrapper .wpcf7-list-item-label a:hover {
    color: var(--primary);
  }
  .social-item:hover {
    color: var(--primary);
    border-color: var(--primary);
    box-shadow: 2px 2px 7px 0 var(--primary);
  }
  .burger__list a:hover {
    color: var(--primary);
  }
  .burger__tel:hover {
    color: var(--primary);
  }
  .header__list a:hover {
    color: var(--primary);
  }
  .header__tel:hover {
    color: var(--primary);
  }
  .s-adv__item:hover {
    box-shadow: -2px 2px 7px 2px var(--primary);
  }
  .s-complex__thumb-slide:hover::before {
    opacity: 0.8;
  }
  .s-complex__gallery-slide:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .s-gallery__slide:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .s-contacts__item a:hover {
    color: var(--primary);
  }
  .footer__list a:hover {
    color: var(--primary);
  }
  .footer__contacts-main a:hover {
    color: var(--primary);
  }
  .footer__bottom a:hover {
    color: #fff;
  }
  .footer__bottom a:hover img {
    opacity: 1;
  }
}
@media (hover: none) {
  .btn-s:active {
    box-shadow: var(--h-box-shadow);
    color: var(--h-color);
    background-color: var(--h-bgc-color);
    border: 1px solid var(--h-border-color);
  }
  .btn-play:active .btn-play__circle {
    box-shadow: 0 2px 7px 2px var(--primary);
  }
  .slider-arrow:active {
    box-shadow: 1px 1px 7px 2px var(--black);
  }
  .card-stock__gallery:active .card-article__img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .check-wrapper .wpcf7-list-item-label a:active {
    color: var(--primary);
  }
  .social-item:active {
    color: var(--primary);
    border-color: var(--primary);
    box-shadow: 2px 2px 7px 0 var(--primary);
  }
  .burger__list a:active {
    color: var(--primary);
  }
  .burger__tel:active {
    color: var(--primary);
  }
  .header__list a:active {
    color: var(--primary);
  }
  .header__tel:active {
    color: var(--primary);
  }
  .s-adv__item:active {
    box-shadow: -2px 2px 7px 2px var(--primary);
  }
  .s-complex__thumb-slide:active::before {
    opacity: 0.8;
  }
  .s-complex__gallery-slide:active img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .s-gallery__slide:active img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .s-contacts__item a:active {
    color: var(--primary);
  }
  .footer__list a:active {
    color: var(--primary);
  }
  .footer__contacts-main a:active {
    color: var(--primary);
  }
  .footer__bottom a:active {
    color: #fff;
  }
  .footer__bottom a:active img {
    opacity: 1;
  }
}

.wpcf7-not-valid-tip {
  font-size: 16px;
  display: block;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
.modal {
  display: none;
  background-color: var(--black-l);
  width: 600px;
  max-width: 100%;
  padding: 40px;
  color: white;
  border-radius: 16px;
}
.modal-thank {
  text-align: center;
}
.modal__body {
  width: 100%;
}
.modal__title {
  font-size: 32px;
  font-weight: 500;
  margin: 0px 0px 30px 0px;
}
.modal__content {
  text-align: center;
  margin: 0;
}
.modal__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

@media (max-width: 991px) {
  .modal__title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .modal {
    padding: 25px 20px;
  }
  .modal__title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

.wpcf7-response-output,
.wpcf7-spinner {
  display: none;
}

.s-notfound {
  display: flex;
  align-items: center;
  text-align: center;
  flex: 1;
}
.s-notfound__num {
  font-weight: 600;
  font-size: 120px;
}
.s-notfound__descr {
  margin: 20px 0;
}
.s-notfound__btn {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}

.float-btns {
  position: fixed;
  bottom: 30px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 404;
}

.float-btn-wrap {
  position: relative;
}

.float-btn-wrap a {
  text-decoration: none;
}

.whatsapp-button,
.telegram-button,
.phone-button,
.max-button {
  background: #43d854;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  color: #fff;
  text-align: center;
  line-height: 53px;
  font-size: 35px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.float-btn-wrap svg {
  width: 30px;
  height: auto;
}

.telegram-button {
  color: #2aabee;
  background: #fff;
  font-size: 55px;
}

.phone-button {
  background: #2aabee;
  color: #fff;
}
.max-button {
  background: linear-gradient(
    90deg,
    rgba(63, 194, 253, 1) 0%,
    rgba(48, 66, 241, 1) 50%,
    rgba(166, 91, 220, 1) 100%
  );
}

.whatsapp-button:before,
.whatsapp-button:after,
.telegram-button:before,
.telegram-button:after,
.phone-button:before,
.phone-button:after,
.max-button:before,
.max-button:after {
  content: " ";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #43d854;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}

.telegram-button:before,
.telegram-button:after {
  border: 1px solid #2aabee;
}

.phone-button:before,
.phone-button:after {
  border: 1px solid #2aabee;
}

.whatsapp-button:after,
.telegram-button:after,
.phone-button:after {
  animation-delay: 0.5s;
}

.max-button:before,
.max-button:after {
  border: 1px solid #3fc2fd;
}

@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.b-cookie {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 500;
  border: #f7f4ed;
  border-radius: 12px;
  background-color: white;
  box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.25);
  width: 500px;
  max-width: calc(100% - 30px);
  font-size: 15px;
  color: black;

  opacity: 0;
  visibility: hidden;
  transform: translateY(calc(100% + 15px));

  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s ease;
}
.b-cookie._open {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}
.b-cookie._hide {
  opacity: 0;
}
.b-cookie__body {
  padding: 15px 20px 20px 20px;
}
.b-cookie__close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 0px 0px 15px auto;

  transition: opacity .3s ease;
}
.b-cookie__close svg {
  width: 100%;
  height: 100%;
}
.b-cookie__close:hover {
  opacity: 0.7;
}
.b-cookie__content {
  margin: 0;
}
.b-cookie__content a {
  text-decoration: underline;
}
.b-cookie__content a:hover {
  text-decoration: none;
}
.b-cookie__btn {
  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  width: 100%;
  max-width: 100%;
  padding: 12px 20px;
  border-radius: 4px;
  margin-top: 15px;

  user-select: none;
  background-color: var(--primary);

  transition: opacity 0.3s ease;
}
.b-cookie__btn:hover {
  opacity: 0.8;
}
.b-cookie__toggle {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  user-select: none;
  font-size: 14px;
  cursor: pointer;
  border-radius: 50%;
  left: 15px;
  bottom: 15px;
  width: 55px;
  height: 55px;

  background-color: var(--primary);
  color: black;
  z-index: 490;

  transition: opacity 0.3s ease;
}
.b-cookie__toggle:hover {
  opacity: 0.8;
}
.b-cookie__toggle._hide {
  opacity: 0;
}