@font-face {
  font-family: "Druk Wide Cyr";
  src: url("../fonts/DrukWideCyr-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: local("Inter Bold"), local("Inter-Bold"), url("../fonts/subset-Inter-Bold.woff2") format("woff2"), url("../fonts/subset-Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: local("Inter Regular"), local("Inter-Regular"), url("../fonts/subset-Inter-Regular.woff2") format("woff2"), url("../fonts/subset-Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-black: #000;
  --color-red: #EE1C12;
  --color-blue: #0051FF;
  --font-main: 'Druk Wide Cyr', sans-serif;
  --font-inter: "Inter", sans-serif;
  --trans-base: all 0.25s ease-in-out;
}

body {
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 1.2;
  background: #fff;
  color: var(--color-white);
  letter-spacing: -0.04em;
}
@media (max-width: 576px) {
  body {
    font-size: 14px;
  }
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

button {
  border: 0;
  padding: 0;
  cursor: pointer;
}

a {
  color: #fff;
  text-decoration: none;
  text-underline-position: under;
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
}
a:hover {
  color: var(--color-yellow);
}

svg {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-main);
  margin: 0;
  font-weight: 800;
}

.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1460px) {
  .container {
    max-width: 1422px;
  }
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
  max-width: 190px;
  height: 42px;
  text-decoration: none;
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  opacity: 1;
  border-radius: 30px;
}
@media (max-width: 578px) {
  .btn {
    gap: 4px;
  }
}

.header-left .btn {
  background: var(--color-red);
}
.header-left .btn:hover {
  background: rgb(241.4133858268, 73.5787401575, 65.5866141732);
  color: #fff;
  text-decoration: none;
}
.header-left .btn:focus {
  background: var(--color-red);
  color: #fff;
  text-decoration: none;
}

.header-right .btn {
  background: var(--color-blue);
}
.header-right .btn:hover {
  background: rgb(51, 115.8, 255);
  color: #fff;
  text-decoration: none;
}
.header-right .btn:focus {
  background: var(--color-blue);
  color: #fff;
  text-decoration: none;
}

h1, .h1, h2, .h2 {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 35px;
  text-align: center;
}
@media (max-width: 991px) {
  h1, .h1, h2, .h2 {
    font-size: 20px;
    margin-bottom: 7px;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header {
  position: fixed;
  top: 0;
  z-index: 90;
  inset: 0 0 auto;
  padding: 12px 0;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  .header {
    padding: 12px 0;
  }
}

.header-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media (max-width: 1199px) {
  .header-part {
    gap: 12px;
  }
}
@media (max-width: 991px) {
  .header-part .btn {
    max-width: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 10px;
    height: 28px;
    width: 96px;
  }
  .header-part .btn .ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12px;
            flex: 0 0 12px;
    max-width: 12px;
    gap: 2px;
  }
  .header-part .btn .ico img {
    max-width: 100%;
  }
  .header-part .social {
    display: none;
  }
}

.header-middle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-family: Druk Wide Cyr;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 4px 19px rgb(0, 0, 0);
}
@media (max-width: 1459px) {
  .header-middle {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .header-middle {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .header-middle {
    font-size: 16px;
  }
}
@media (max-width: 577px) {
  .header-middle {
    font-size: 9px;
  }
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.social a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  max-width: 42px;
  height: 42px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 60%;
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
  padding: 0;
}
.social a:hover {
  opacity: 1;
}
.social img {
  max-width: 100%;
}
.social .social-vk img {
  margin-top: 2px;
}
.social .social-telegram img {
  margin-right: 3px;
}
@media (max-width: 1199px) {
  .social {
    gap: 12px;
  }
}

.header-left .social a {
  background: var(--color-red);
}
.header-right .social a {
  background: var(--color-blue);
}
.header-close {
  display: none;
  padding: 0;
  border: 0;
  background: none;
  position: relative;
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
}
.header-close:before, .header-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  opacity: 0.5;
}
.header-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.header-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.nav-ico {
  position: absolute;
  z-index: 2;
  top: -2px;
  padding: 0;
  background: none;
  border: 0;
  width: 23px;
  height: 22px;
  display: none;
}
.nav-ico span {
  position: absolute;
  background: #fff;
  border-radius: 2px;
  left: 0;
  height: 2px;
  width: 23px;
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
}
.nav-ico span:first-child {
  top: 4px;
}
.nav-ico span:nth-child(2) {
  top: 9px;
}
.nav-ico span:nth-child(3) {
  top: 14px;
}
.nav-ico-left {
  left: 12px;
}

.nav-ico-right {
  right: 12px;
}

[data-open=menu-1],
[data-open=menu-2] {
  overflow: hidden;
}
[data-open=menu-1] .header,
[data-open=menu-2] .header {
  z-index: 100;
}
[data-open=menu-1] .backdrop,
[data-open=menu-2] .backdrop {
  opacity: 0;
  visibility: visible;
}

[data-open=menu-1] .header-left {
  -webkit-transform: translate(0);
          transform: translate(0);
}

[data-open=menu-2] .header-right {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.compare {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.block {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: clamp(36px, 7vw, 90px);
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}

.block-1 {
  z-index: 1;
}

.block-2 {
  width: 50%;
  overflow: hidden;
  z-index: 2;
}

.block-2 .content {
  width: 100vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  cursor: ew-resize;
  -ms-touch-action: none;
      touch-action: none;
}

.slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: white;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slider::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 36px;
  background: white;
  border-radius: 6px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.compare-bg {
  position: absolute;
  z-index: 1;
  inset: 0 auto 15px;
  width: 100vw;
}
.compare-bg img, .compare-bg picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.block .content-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 1;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block .compare-top {
  position: absolute;
  z-index: 2;
  inset: 0 0 auto;
  height: 70px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.block-1 .compare-top {
  background: url(../img/white-line.webp) 0 0 repeat-x;
}
@media (max-width: 991px) {
  .block-1 .compare-top {
    height: 50px;
    background-size: auto 50px;
  }
}

.block-2 .compare-top {
  background: url(../img/black-line.webp) 0 0 repeat-x;
}
@media (max-width: 991px) {
  .block-2 .compare-top {
    height: 54px;
    background-size: auto 54px;
  }
}

.block .compare-btm {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  height: 70px;
}

.block-body {
  position: absolute;
  bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.block-body .text-center {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  z-index: 10;
  display: none;
}
.block-body .btn-dark {
  font-size: 31px;
  width: 641px;
  height: 186px;
}
.block-body .btn-light {
  font-size: 31px;
  width: 641px;
  height: 142px;
}
@media (max-height: 1100px) {
  .block-body .btn-dark,
  .block-body .btn-light {
    font-size: 22px;
    width: 500px;
    height: 117px;
  }
}
@media (max-width: 1459px) {
  .block-body .btn-dark,
  .block-body .btn-light {
    font-size: 22px;
    width: 500px;
    height: 117px;
  }
}
@media (max-width: 991px) {
  .block-body {
    bottom: 68px;
  }
  .block-body .btn-dark,
  .block-body .btn-light {
    font-size: 12px;
    width: 220px;
    height: 53px;
  }
}

.block-list-wrapper {
  width: 270px;
  margin-bottom: 28px;
  position: relative;
  z-index: 10;
  display: none;
}
@media (max-width: 991px) {
  .block-list-wrapper {
    width: 136px;
    margin-bottom: 10px;
  }
}

.end-right .block-2 .block-list-wrapper {
  display: block;
}
.end-right .block-2 .text-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.end-left .block-1 .block-list-wrapper {
  display: block;
}
.end-left .block-1 .text-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-list-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 991px) {
  .block-list-title {
    display: none;
  }
}
@media (max-height: 1100px) {
  .block-list-title {
    display: none;
  }
}

.block-list {
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
}
.block-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}
.block-list li:not(:last-child) {
  margin-bottom: 4px;
}
.block-list li i {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  font-style: normal;
}
.block-list li i span {
  display: block;
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  text-align: right;
  text-transform: uppercase;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .block-list {
    font-size: 10px;
  }
  .block-list li i span {
    font-size: 11px;
  }
}

.block-1 .block-list-title {
  text-align: left;
}
.block-1 .compare-btm {
  background: url(../img/white-line.webp) 0 bottom repeat-x;
}
.block-1 .block-body {
  right: 20vw;
  left: 388px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.block-1 .block-body .btn-light {
  padding-bottom: 40px;
}
@media (max-width: 1459px) {
  .block-1 .block-body .btn-light {
    padding-bottom: 10px;
  }
}
@media (max-width: 9911px) {
  .block-1 .block-body .btn-light {
    padding-bottom: 10px;
  }
}
.block-1 .block-body-text {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 205px;
  right: 0;
}
.block-1 .block-title {
  text-align: right;
}
.block-1 .content-inner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.block-1 .label {
  background: #2D5EB5;
}
.block-1 .block-body {
  right: 20vw;
  left: 388px;
}
.block-1 .block-body-title {
  text-align: left;
}
.block-1 .block-list li {
  width: 259px;
  height: 68px;
  padding: 9px 15px 10px 15px;
  position: relative;
}
.block-1 .block-list li > span {
  margin-top: 7px;
}
.block-1 .block-list li:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 340px;
  height: 116px;
  background: url(../img/list-bg-light.webp) 0 0 no-repeat;
  background-size: 100% auto;
  top: -40px;
  left: -43px;
}
@media (max-width: 1199px) {
  .block-1 .block-body {
    left: 278px;
  }
}
@media (max-width: 991px) {
  .block-1 .block-body {
    left: 108px;
  }
  .block-1 .block-list li {
    width: 100%;
    padding: 7px 9px;
    height: 40px;
  }
  .block-1 .block-list li:not(:last-child) {
    margin-bottom: 0;
  }
  .block-1 .block-list li > span {
    margin-top: 0;
  }
  .block-1 .block-list li:before {
    width: 170px;
    height: 55px;
    left: -16px;
    top: -20px;
  }
}
@media (max-width: 991px) {
  .block-1 .compare-btm {
    height: 50px;
    background-size: auto 50px;
  }
}
@media (max-width: 991px) {
  .block-1 .block-body-text {
    width: 120px;
  }
}
@media (max-width: 600px) {
  .block-1 .block-body {
    right: 12px;
    left: 50px;
  }
}
@media (max-width: 578px) {
  .block-1 .block-body {
    right: 12px;
    left: 20px;
  }
}

.block-2 .block-list-title {
  text-align: right;
}
.block-2 .compare-btm {
  background: url(../img/black-line.webp) 0 bottom repeat-x;
}
.block-2 .block-body {
  left: 20vw;
  right: 58px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.block-2 .block-body .btn-dark {
  padding-bottom: 20px;
}
@media (max-width: 1459px) {
  .block-2 .block-body .btn-dark {
    padding-bottom: 8px;
  }
}
.block-2 .block-body-text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 324px;
  left: 0;
}
.block-2 .block-title {
  text-align: left;
}
.block-2 .block-list li {
  height: 83px;
  position: relative;
  padding: 15px 27px 10px 15px;
}
.block-2 .block-list li:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 315px;
  height: 116px;
  background: url(../img/list-bg-dark.webp) 0 0 no-repeat;
  background-size: 100% auto;
  top: -28px;
  left: -18px;
}
@media (max-width: 991px) {
  .block-2 .block-list li {
    height: 40px;
    padding: 7px 9px;
  }
  .block-2 .block-list li:before {
    width: 163px;
    height: 54px;
    top: -15px;
  }
}
@media (max-width: 991px) {
  .block-2 .compare-btm {
    height: 54px;
    background-size: auto 54px;
    bottom: -4px;
  }
}
@media (max-width: 991px) {
  .block-2 .block-body-text {
    width: 153px;
  }
}
@media (max-width: 600px) {
  .block-2 .block-body {
    left: 12px;
  }
}
@media (max-width: 600px) {
  .block-2 .block-body {
    right: 12px;
  }
}

.block-body-text {
  position: absolute;
  bottom: 518px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-height: 1100px) {
  .block-body-text {
    bottom: 300px;
  }
}
@media (max-width: 991px) {
  .block-body-text {
    bottom: 140px;
  }
}

.label {
  padding: 15px 22px;
  margin-bottom: 20px;
  font-family: var(--font-inter);
  font-weight: 800;
  font-size: 10px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  border-radius: 45px;
  background: rgba(238, 28, 18, 0.7);
}
@media (max-width: 991px) {
  .label {
    font-size: 10px;
    padding: 5px 7px;
    margin-bottom: 10px;
  }
}

.block-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1199px) {
  .block-title {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .block-title {
    font-size: 20px;
  }
}

.footer {
  background: url(../img/ftr-bg.webp) center top no-repeat;
  background-size: auto 103px;
  padding: 35px 0 10px 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 4px 22.9px 0px #000000;
  height: 103px;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
  text-decoration-color: #fff;
  text-underline-position: under;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}
@media (max-width: 1199px) {
  .footer {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .footer {
    padding-top: 65px;
    font-size: 10px;
    position: relative;
    line-height: normal;
    padding-bottom: 7px;
  }
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7px;
  }
}

.w-logo {
  display: block;
  position: relative;
  top: 10px;
}
.w-logo img {
  vertical-align: top;
  max-width: 100%;
}
@media (max-width: 991px) {
  .w-logo {
    position: absolute;
    top: 32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 125px;
  }
}

.cases {
  padding: 60px 0 50px;
}
@media (max-width: 991px) {
  .cases {
    padding: 30px 0 20px;
  }
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 55px;
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  margin: 0;
}
@media (max-width: 1199px) {
  .tabs {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .tabs {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .tabs {
    gap: 0;
    margin: 0 10px;
  }
}
@media (max-width: 577px) {
  .tabs {
    margin: 0 19px 0 12px;
  }
}

.tab-btn {
  cursor: pointer;
  border: 0;
  background: none;
  height: 104px;
}
@media (max-width: 1459px) {
  .tab-btn {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .tab-btn {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .tab-btn {
    height: 23px;
  }
}

.tab-btn-dark {
  width: 648px;
}
@media (max-width: 1459px) {
  .tab-btn-dark {
    width: 500px;
  }
}
@media (max-width: 1199px) {
  .tab-btn-dark {
    width: 450px;
  }
}
@media (max-width: 991px) {
  .tab-btn-dark {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .tab-btn-dark {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.tab-btn-light {
  width: 596px;
}
@media (max-width: 1459px) {
  .tab-btn-light {
    width: 490px;
  }
}
@media (max-width: 1199px) {
  .tab-btn-light {
    width: 450px;
  }
}
@media (max-width: 991px) {
  .tab-btn-light {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .tab-btn-light {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.tabs-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 1459px) {
  .tabs-wrapper {
    margin-right: 10px;
  }
}
@media (max-width: 1199px) {
  .tabs-wrapper {
    margin: 0 30px 0 20px;
  }
}
@media (max-width: 577px) {
  .tabs-wrapper {
    max-width: 346px;
    margin-left: auto;
    margin-right: auto;
  }
}

.under-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 55px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .under-tabs {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .under-tabs {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .under-tabs {
    gap: 0;
    margin: 0 10px;
  }
}
@media (max-width: 577px) {
  .under-tabs {
    margin: 0 19px 0 12px;
  }
}

.under-btn {
  padding: 30px 10px 10px;
  font-weight: 700;
  font-size: 25px;
  line-height: 100%;
  text-transform: uppercase;
  border: 0;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.8);
  height: 104px;
  text-align: center;
}
@media (max-width: 1459px) {
  .under-btn {
    height: 80px;
    padding-top: 22px;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .under-btn {
    height: 60px;
    padding-top: 16px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .under-btn {
    font-size: 10px;
    height: 23px;
    padding-top: 8px;
  }
}

.under-btn-dark {
  width: 648px;
  color: #fff;
  background: url(../img/left-tab.webp) 0 0 no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1459px) {
  .under-btn-dark {
    width: 500px;
  }
}
@media (max-width: 1199px) {
  .under-btn-dark {
    width: 450px;
  }
}
@media (max-width: 991px) {
  .under-btn-dark {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .under-btn-dark {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.under-btn-light {
  width: 596px;
  color: var(--color-black);
  background: url(../img/right-tab.webp) 0 0 no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1459px) {
  .under-btn-light {
    width: 490px;
  }
}
@media (max-width: 1199px) {
  .under-btn-light {
    width: 450px;
  }
}
@media (max-width: 991px) {
  .under-btn-light {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .under-btn-light {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.tab-content {
  display: none;
  margin-top: -66px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1459px) {
  .tab-content {
    margin-top: -62px;
  }
}
@media (max-width: 1199px) {
  .tab-content {
    margin-top: -62px;
  }
}
@media (max-width: 991px) {
  .tab-content {
    margin-top: -57px;
  }
}
@media (max-width: 767px) {
  .tab-content {
    margin-top: -12px;
  }
}
@media (max-width: 577px) {
  .tab-content {
    max-width: 346px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -8px;
  }
}

.tab-content.active {
  display: block;
}

.content-dark {
  max-width: 1399px;
  height: 901px;
  margin-left: auto;
  margin-right: auto;
  padding: 99px 110px 85px 117px;
  margin-bottom: 10px;
  position: relative;
}
.content-dark:before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  background: url(../img/baget-dark.webp) 0 0 no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1459px) {
  .content-dark {
    max-width: 1116px;
    height: 717px;
    padding: 79px 88px 65px 90px;
  }
}
@media (max-width: 1199px) {
  .content-dark {
    height: 600px;
    padding: 62px 72px 54px 76px;
  }
}
@media (max-width: 991px) {
  .content-dark {
    height: 448px;
    padding: 48px 55px 42px 58px;
  }
}
@media (max-width: 767px) {
  .content-dark {
    height: 331px;
    padding: 30px;
    padding: 36px 41px 29px 42px;
  }
}
@media (max-width: 577px) {
  .content-dark {
    height: 222px;
    padding: 24px 27px 20px 29px;
  }
}

.content-light {
  max-width: 1331px;
  height: 893px;
  margin-left: auto;
  margin-right: auto;
  padding: 107px 96px 80px 80px;
  margin-bottom: 10px;
  position: relative;
}
.content-light:before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  background: url(../img/baget-light.webp) 0 0 no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1459px) {
  .content-light {
    max-width: 1116px;
    height: 749px;
    padding: 88px 76px 66px 66px;
  }
}
@media (max-width: 1199px) {
  .content-light {
    height: 628px;
    padding: 74px 66px 54px 56px;
  }
}
@media (max-width: 991px) {
  .content-light {
    height: 467px;
    padding: 55px 48px 41px 40px;
  }
}
@media (max-width: 767px) {
  .content-light {
    height: 346px;
    padding: 30px;
    padding: 40px 34px 30px 30px;
  }
}
@media (max-width: 577px) {
  .content-light {
    height: 232px;
    padding: 28px 24px 20px 20px;
  }
}

.text-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-dark,
.btn-light {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.8);
  height: 99px;
  padding: 10px;
}
.btn-dark:hover, .btn-dark:focus,
.btn-light:hover,
.btn-light:focus {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-dark,
  .btn-light {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .btn-dark,
  .btn-light {
    font-size: 12px;
  }
}

.btn-dark {
  background: url(../img/btn-dark.webp) 0 center no-repeat;
  background-size: auto 100%;
  width: 384px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .btn-dark {
    width: 260px;
    height: 67px;
  }
}
@media (max-width: 767px) {
  .btn-dark {
    background: url(../img/btn-dark-mob.webp) 0 0 no-repeat;
    background-size: auto 100%;
    width: 185px;
    height: 49px;
  }
}

.btn-light {
  background: url(../img/btn-light.webp) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 410px;
}
@media (max-width: 991px) {
  .btn-light {
    width: 300px;
    height: 72px;
  }
}
@media (max-width: 767px) {
  .btn-light {
    background: url(../img/btn-light-mob.webp) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 259px;
    height: 49px;
  }
}

.carousel {
  position: relative;
  width: 100%;
  z-index: 1;
}

.carousel-inner {
  overflow: hidden;
  height: 100%;
}

.carousel-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform;
  height: 100%;
}

.carousel-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.carousel-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel-arrow-wrapper {
  position: absolute;
  z-index: 11;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  right: 0px;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 0;
}
.carousel-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 31px;
  height: 42px;
  background: url(../img/arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.carousel-arrow.prev::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 4px;
}
.carousel-arrow.next::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  margin-top: -4px;
}
@media (max-width: 991px) {
  .carousel-arrow {
    width: 30px;
    height: 30px;
  }
  .carousel-arrow:before {
    width: 24px;
    height: 29px;
  }
}

.content-dark .carousel-arrow.prev {
  left: 66px;
}
.content-dark .carousel-arrow.next {
  right: 61px;
}
@media (max-width: 1459px) {
  .content-dark .carousel-arrow.prev {
    left: 46px;
  }
  .content-dark .carousel-arrow.next {
    right: 44px;
  }
}
@media (max-width: 1199px) {
  .content-dark .carousel-arrow.prev {
    left: 38px;
  }
  .content-dark .carousel-arrow.next {
    right: 35px;
  }
}
@media (max-width: 991px) {
  .content-dark .carousel-arrow.prev {
    left: 29px;
  }
  .content-dark .carousel-arrow.next {
    right: 24px;
  }
}
@media (max-width: 768px) {
  .content-dark .carousel-arrow.prev {
    left: 17px;
  }
  .content-dark .carousel-arrow.next {
    right: 14px;
  }
}
@media (max-width: 577px) {
  .content-dark .carousel-arrow.prev {
    left: 6px;
  }
  .content-dark .carousel-arrow.next {
    right: 5px;
  }
}

.content-light .carousel-arrow.prev {
  left: 30px;
}
.content-light .carousel-arrow.next {
  right: 35px;
}
@media (max-width: 1459px) {
  .content-light .carousel-arrow.prev {
    left: 20px;
  }
  .content-light .carousel-arrow.next {
    right: 25px;
  }
}
@media (max-width: 1199px) {
  .content-light .carousel-arrow.prev {
    left: 13px;
  }
  .content-light .carousel-arrow.next {
    right: 19px;
  }
}
@media (max-width: 991px) {
  .content-light .carousel-arrow.prev {
    left: 8px;
  }
  .content-light .carousel-arrow.next {
    right: 14px;
  }
}
@media (max-width: 768px) {
  .content-light .carousel-arrow.prev {
    left: 4px;
  }
  .content-light .carousel-arrow.next {
    right: 7px;
  }
}
@media (max-width: 577px) {
  .content-light .carousel-arrow.prev {
    left: -3px;
  }
  .content-light .carousel-arrow.next {
    right: 0px;
  }
}

.modal {
  position: fixed;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 100;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-overlay {
  position: absolute;
  inset: 0;
}

.modal-content {
  position: relative;
  z-index: 2;
  width: min(90%, 552px);
  border-radius: 24px;
  padding: 40px 30px 13px;
}
.modal-content p {
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
  color: #fff;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .modal-content {
    padding: 40px 20px 35px;
  }
  .modal-content p {
    font-size: 10px;
    margin-bottom: 29px;
  }
}

.close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
}
.close:before, .close:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  background: #fff;
}
.close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.close:hover {
  opacity: 1;
}

.modal-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.05em;
  text-align: center;
  color: #fff;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .modal-title {
    font-size: 15px;
  }
}

.form-group {
  margin-bottom: 13px;
}

.form-control {
  height: 51px;
  display: block;
  width: 100%;
  border-radius: 16px;
  padding: 15px 18px;
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: -0.05em;
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  color: #000;
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
}
.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.form-control:focus {
  background: #fff;
  outline: unset;
}
@media (max-width: 991px) {
  .form-control {
    height: 41px;
    font-size: 12px;
    border-radius: 10px;
  }
}

.agree {
  position: relative;
  margin-bottom: 8px;
  margin-top: 100px;
}
.agree input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.agree label {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 32px;
  font-family: var(--font-inter);
  font-weight: 700;
  font-size: 15px;
  line-height: 140%;
  color: #fff;
}
.agree label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}
.agree label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
  opacity: 0;
}
.agree label:has(input:checked):after {
  opacity: 1;
}
.agree a {
  color: #fff;
}
.agree a:hover {
  text-decoration: underline;
  text-decoration-color: #fff;
  text-underline-position: under;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}
@media (max-width: 991px) {
  .agree {
    margin: 50px 0 14px;
  }
  .agree label {
    font-size: 10px;
  }
  .agree label:before, .agree label:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.form-btn {
  display: block;
  width: 504px;
  max-width: 100%;
  height: 109px;
  border: 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -0.05em;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.8);
  color: #fff;
  cursor: pointer;
}
@media (max-width: 991px) {
  .form-btn {
    font-size: 12px;
    height: 59px;
  }
}

.modal-dark .modal-overlay {
  background: rgba(88, 0, 1, 0.36);
}
.modal-dark .modal-content {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.71)), color-stop(136.17%, rgba(255, 7, 0, 0.71)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.71) 0%, rgba(255, 7, 0, 0.71) 136.17%);
  backdrop-filter: blur(20px);
}
.modal-dark .form-btn {
  background: url(../img/form-dark.webp) 0 0 no-repeat;
  background-size: 100%;
}
@media (max-width: 991px) {
  .modal-dark .form-btn {
    width: 259px;
    margin: 0 auto;
  }
}

.modal-light .modal-overlay {
  background: rgba(0, 31, 88, 0.3);
}
.modal-light .modal-content {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(7.68%, rgba(153, 142, 122, 0.82)), color-stop(136.17%, rgba(255, 255, 255, 0.82)));
  background: linear-gradient(180deg, rgba(153, 142, 122, 0.82) 7.68%, rgba(255, 255, 255, 0.82) 136.17%);
  backdrop-filter: blur(20px);
}
.modal-light .form-btn {
  background: url(../img/form-light.webp) 0 0 no-repeat;
  background-size: 100%;
  height: 94px;
}
@media (max-width: 991px) {
  .modal-light .form-btn {
    width: 259px;
    height: 59px;
    padding-bottom: 15px;
    margin: 0 auto;
  }
}

.lightbox-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 9999;
}

.lightbox-modal.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-image {
  max-width: 90%;
  max-height: 90vh;
}

.lightbox-close {
  padding: 0;
  border: 0;
  background: none;
  position: absolute;
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
  top: 20px;
  right: 20px;
}
.lightbox-close:before, .lightbox-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  opacity: 0.5;
}
.lightbox-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.lightbox-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
/*# sourceMappingURL=all.css.map */