/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* 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 {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * * 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;
  font-size: 1em;
}

/**
 * * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * * 1. Remove the inheritance of text transform in Firefox.
 * */
button,
select {
  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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * * 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] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * * 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;
  outline-offset: -2px;
}

/**
 * * 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;
  font: inherit;
}

/* 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;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  min-height: 100%;
  background: #0b0f0d;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body.hidden-scroll {
  overflow: hidden;
  scrollbar-width: none;
}
body.hidden-scroll::-webkit-scrollbar {
  display: none;
}
@font-face {
  font-family: "Wix Madefor Display";
  src: url("/fonts/wixmadefordisplay/WixMadeforDisplay-ExtraBold.woff2") format("woff2"), url("/fonts/wixmadefordisplay/WixMadeforDisplay-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wix Madefor Display";
  src: url("/fonts/wixmadefordisplay/WixMadeforDisplay-Medium.woff2") format("woff2"), url("/fonts/wixmadefordisplay/WixMadeforDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wix Madefor Display";
  src: url("/fonts/wixmadefordisplay/WixMadeforDisplay-Bold.woff2") format("woff2"), url("/fonts/wixmadefordisplay/WixMadeforDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wix Madefor Display";
  src: url("/fonts/wixmadefordisplay/WixMadeforDisplay-Regular.woff2") format("woff2"), url("/fonts/wixmadefordisplay/WixMadeforDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wix Madefor Display";
  src: url("/fonts/wixmadefordisplay/WixMadeforDisplay-SemiBold.woff2") format("woff2"), url("/fonts/wixmadefordisplay/WixMadeforDisplay-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("/fonts/bebasneue/BebasNeue-Regular.woff2") format("woff2"), url("/fonts/bebasneue/BebasNeue-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  -webkit-font-smoothing: antialiased;
  font-size: 0.5208333333vw;
}

body {
  font-weight: 400;
  line-height: 1;
  font-family: "Wix Madefor Display", sans-serif;
  color: #ffffff;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-optical-sizing: auto;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}
p b {
  font-weight: bold;
}
p i {
  font-style: italic;
}

ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
}

table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-spacing: 0;
}
table tr th,
table tr td {
  padding: 0;
  margin: 0;
  text-align: left;
  border: none;
}
table th:last-child,
table td:last-child {
  margin-bottom: 0;
}

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

textarea {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

label,
legend {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox],
input[type=radio] {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

select {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
select option {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

iframe {
  display: block;
  width: 100%;
  height: auto;
}

.cookies-policy-banner {
  background: rgba(27, 36, 32, 0.8);
  bottom: 0;
  position: fixed;
  width: 100%;
  color: white;
  font-weight: 400;
  padding: 3rem 2rem;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
  opacity: 1;
  z-index: 9999;
}
@media (min-width: 1920px) {
  .cookies-policy-banner {
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .cookies-policy-banner {
    padding: 30px 20px;
  }
}
@media (max-width: 660px) {
  .cookies-policy-banner {
    padding: 20px 20px;
  }
}
.cookies-policy-banner__inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 59.54vw;
  width: 100%;
}
@media (max-width: 992px) {
  .cookies-policy-banner__inner {
    max-width: 100vw;
    flex-direction: column;
    gap: 20px;
  }
}
.cookies-policy-banner__text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 49.29vw;
  width: 100%;
}
@media (max-width: 992px) {
  .cookies-policy-banner__text {
    max-width: 100%;
  }
}
.cookies-policy-banner__title {
  font-size: 1.15vw;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cookies-policy-banner__title {
    font-size: 12px;
  }
}
.cookies-policy-banner__description {
  color: #FD4C4B;
  text-align: left;
  line-height: 1.3vw;
  font-size: 0.78vw;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cookies-policy-banner__description {
    font-size: 12px;
    line-height: 1.3;
  }
}
.cookies-policy-banner__link {
  color: white;
  display: inline;
  margin-left: 0.1vw;
}
.cookies-policy-banner__link:hover {
  text-decoration: none;
}
.cookies-policy-banner__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.cookies-policy-banner__button {
  align-items: center;
  background: #229961;
  border: 2px solid #229961;
  color: white;
  cursor: pointer;
  display: inline-flex;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  outline: none;
  height: auto;
  justify-content: center;
  min-width: 7.8rem;
  padding: 0.4rem 2rem 0.1rem;
  text-transform: uppercase;
  letter-spacing: 0.128rem;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-shadow: 0 0 4rem 0 rgba(34, 153, 97, 0.6);
  white-space: nowrap;
  border: none;
  position: relative;
  text-align: center;
}
@media (min-width: 1920px) {
  .cookies-policy-banner__button {
    font-size: 32px;
    letter-spacing: 1.28px;
    min-width: 78px;
    padding: 4px 20px 1px;
    box-shadow: 0 0 40px 0 rgba(34, 153, 97, 0.6);
  }
}
@media (max-width: 992px) {
  .cookies-policy-banner__button {
    font-size: 13px;
    font-weight: 700;
    height: 34px;
    min-width: 86px;
    padding: 0 12px;
  }
}
.cookies-policy-banner__button:hover {
  color: #229961;
  border: 0.2rem solid #229961;
  background: #1b2420;
  box-shadow: 0 0 4rem 0 rgba(34, 153, 97, 0.6);
}
@media (min-width: 1920px) {
  .cookies-policy-banner__button:hover {
    border: 2px solid #229961;
    box-shadow: 0 0 40px 0 rgba(34, 153, 97, 0.6);
  }
}
.cookies-policy-banner__button-content {
  display: flex;
  align-items: center;
  flex-direction: row;
}


.loader-x {
  
}
.loader-x::after,
.loader-x::before {
  content: '';
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFF;
  position: absolute;
  left: 50%;
  top: calc(50% - 18.5rem);
  box-sizing: border-box;
  display: block;
  transform: translate(-50%, -50%) scale(0);
  animation: animloader 2s ease-in-out infinite;
}

.loader-x.hide::after,
.loader-x.hide::before {
  display: none;
  animation: none;
}
.loader-x::after {
  animation-delay: 1s;
}

@keyframes animloader {
  0%, 100% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}


.main {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.main-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;  
}

.grid {
  display: flex;
  flex-direction: column;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/img/bg/1.webp");
  flex-grow: 1;
}
.grid--round-start::before {
  content: "";
  z-index: 0;
  position: fixed;
  left: 50%;
  bottom: -25.87890625vh;
  transform: translate3d(-50%, 0, 0);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 130.41666667vw;
  height: 74.70703125vh;
  border-radius: 130.41666667vw;
  background: radial-gradient(162.44% 84.71% at 50% 0%, rgba(19, 25, 22, 0.28) 0%, rgba(33, 42, 37, 0.62) 2.88%, rgba(61, 77, 69, 0.62) 11.13%, rgba(37, 46, 41, 0.62) 25.17%, rgba(19, 26, 22, 0.62) 48.38%, rgba(11, 15, 13, 0.62) 100%);
  filter: blur(1.38888889vw);
}
.grid--round-start::after {
  content: "";
  z-index: 1;
  position: fixed;
  left: 50%;
  bottom: -53.22265625vh;
  transform: translate3d(-50%, 0, 0);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 170.83333333vw;
  height: 97.8515625vh;
  border-radius: 170.83333333vw;
  background: radial-gradient(136.69% 100% at 50% 0%, #131916 0%, #212A25 6.79%, #3D4D45 7.08%, #252E29 8.08%, #131A16 30.84%, #0B0F0D 100%);
  filter: blur(4.16666667vw);
}

.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 6;
  padding: 6rem 0 4.5rem;
}
@media (min-width: 1920px) {
  .header {
    padding: 60px 0 45px;
  }
}
@media (max-width: 660px) {
  .header {
    padding: 32px 0 32px;
    position: relative;
  }
}
.header__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
  height: 100%;
}
@media (min-width: 1920px) {
  .header__container {
    gap: 18px;
  }
}
@media (max-width: 660px) {
  .header__container {
    gap: 20px;
    padding: 0 8px;
  }
}
.header__container--big-gap {
  gap: 2.4rem;
}
@media (min-width: 1920px) {
  .header__container--big-gap {
    gap: 24px;
  }
}
@media (max-width: 660px) {
  .header__container--big-gap {
    gap: 12px;
  }
}
.header__logo {
  width: auto;
  height: 5rem;
  cursor: pointer;
  will-change: opacity;
  transition: opacity 0.22s ease-in-out;
}
@media (min-width: 1920px) {
  .header__logo {
    height: 50px;
  }
}
@media (max-width: 660px) {
  .header__logo {
    height: 37.5px;
  }
}
.header__logo:hover {
  opacity: 0.7;
}
.header__logo-picture {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__logo-img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__title {
  color: white;
  text-align: center;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 5.4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 5.4rem;
  letter-spacing: 1.944rem;
  text-transform: uppercase;
}
@media (min-width: 1920px) {
  .header__title {
    font-size: 54px;
    line-height: 54px;
    letter-spacing: 19.44px;
  }
}
@media (max-width: 660px) {
  .header__title {
    color: var(--Colors-White, #FFF);
    text-align: center;
    font-family: var(--Fonts-Secondary, "Wix Madefor Display");
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 44px;
    letter-spacing: 7.68px;
    text-transform: uppercase;
  }
}
.header__title--small {
  color: white;
  text-align: center;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 4.8rem;
  letter-spacing: 1.44rem;
  text-transform: uppercase;
}
@media (min-width: 1920px) {
  .header__title--small {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 14.4px;
  }
}
@media (max-width: 660px) {
  .header__title--small {
    color: white;
    text-align: center;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    letter-spacing: 8.64px;
    text-transform: uppercase;
  }
}
.header__text {
  color: rgba(255, 255, 255, 0.7490196078);
  text-align: center;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 1.12rem;
  text-transform: uppercase;
}
@media (min-width: 1920px) {
  .header__text {
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 11.2px;
  }
}
@media (max-width: 660px) {
  .header__text {
    color: rgba(255, 255, 255, 0.7490196078);
    text-align: center;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 6.4px;
    text-transform: uppercase;
  }
}
.header__text-selected {
  color: #229961;
  text-align: center;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 1.12rem;
  text-transform: uppercase;
}
@media (min-width: 1920px) {
  .header__text-selected {
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 11.2px;
  }
}
@media (max-width: 660px) {
  .header__text-selected {
    color: #229961;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 6.4px;
    text-transform: uppercase;
  }
}

.info-bar {
  background: #229961;
  width: 100vw;
  overflow: hidden;
  transform: rotate(-2.956deg);
  position: absolute;
  top: 20.4rem;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0;
}
@media (min-width: 1920px) {
  .info-bar {
    top: 278px;
    padding: 11px 0 6px;
  }
}
@media (max-width: 1920px) {
  .info-bar {
    top: 25rem;
  }
}
@media (max-width: 1200px) {
  .info-bar {
    top: 33.4rem;
  }
}
@media (max-width: 660px) {
  .info-bar {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
}
.info-bar__container {
  width: 100%;
  position: relative;
}

.info-bar__container-wrapper {
  position: relative;
}
.info-bar__text-selected {
  color: white;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.6rem;
  letter-spacing: 0.128rem;
  text-transform: uppercase;
}
@media (min-width: 1920px) {
  .info-bar__text-selected {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 1.28px;
  }
}
@media (max-width: 660px) {
  .info-bar__text-selected {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.04em;
  }
}
.info-bar__container-slide {
  position: relative;
  background-position-y: center;
  background-position-x: 0;
  animation: swiper 16s linear infinite;
  background-size: auto 45%;
  background-repeat: repeat-x;
  height: 4rem;
  width: 200%;
  background-image: url("/img/string.svg");
}
@media (max-width: 1280px) {
  .info-bar__container-slide {
    height: 6rem;
  }
}
@media (max-width: 660px) {
  .info-bar__container-slide {
    height: 10rem;
  }
}

@keyframes swiper {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-48rem, 0, 0);
  }
}

.offer {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9998;
  background: #229961;
  border: 0.2rem solid #375748;
  padding: 3.2rem 3.4rem;
  border-radius: 0.5rem;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  box-shadow: 0 0 2rem 0 rgba(34, 153, 97, 0.6);
}
@media (min-width: 1920px) {
  .offer {
    box-shadow: 0 0 40px 0 rgba(34, 153, 97, 0.6);
    padding: 32px 34px;
    border-radius: 5px;
    gap: 18px;
    border: 2px solid #375748;
  }
}
@media (max-width: 1200px) {
  .offer {
    box-shadow: 0 0 40px 0 rgba(34, 153, 97, 0.6);
    padding: 32px 34px;
    border-radius: 5px;
    gap: 18px;
    border: 2px solid #375748;
  }
}
@media (max-width: 660px) {
  .offer {
    width: calc(100% - 32px);
    box-shadow: 0 0 40px 0 rgba(34, 153, 97, 0.6);
  }
}
.offer:hover {
  box-shadow: 0 0 4rem 0 rgba(34, 153, 97, 0.6);
}
.offer--active {
  display: flex;
  opacity: 1;
}
.offer__text {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: white;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.offer__btn {
  cursor: pointer;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: auto 0 0 0;
  display: flex;
  min-width: 33.6rem;
  padding: 1.8rem 8rem 1.4rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  background: #374a41;
  border: 0.2rem solid #374a41;
  color: white;
  text-align: center;
  white-space: nowrap;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: 0.128rem;
  will-change: border, background, box-shadow, color;
  transition: all 0.22s ease-in-out;
}
@media (min-width: 1920px) {
  .offer__btn {
    min-width: 336px;
    padding: 18px 80px 14px;
    gap: 10px;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 1.28px;
    border: 2px solid #374a41;
  }
}
@media (max-width: 1200px) {
  .offer__btn {
    color: white;
    text-align: center;
    display: inline-flex;
    height: 40px;
    padding: 17px 40px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    background: #374a41;
    font-family: "Bebas Neue", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    line-height: 18px;
    letter-spacing: 0.072rem;
  }
}
@media (min-width: 2560px) {
  .offer__btn {
    font-size: 18px;
    line-height: 18px;
  }
}
.offer__btn:hover {
  border: 0.2rem solid #229961;
  background: #1b2420;
  box-shadow: 0 0 4rem 0 rgba(34, 153, 97, 0.6);
  color: #229961;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: 0.128rem;
}
@media (min-width: 1920px) {
  .offer__btn:hover {
    border: 2px solid #229961;
    box-shadow: 0 0 40px 0 rgba(34, 153, 97, 0.6);
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 1.28px;
  }
}
@media (max-width: 1100px) {
  .offer__btn:hover {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .offer__btn:hover {
    border: 2px solid #229961;
    box-shadow: 0 0 40px 0 rgba(34, 153, 97, 0.6);
    line-height: 32px;
    letter-spacing: 1.28px;
  }
}
@media (max-width: 660px) {
  .offer__btn:hover {
    color: white;
    text-align: center;
    display: inline-flex;
    height: 40px;
    padding: 17px 40px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    background: #374a41;
    font-family: "Bebas Neue", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    line-height: 18px;
    letter-spacing: 0.072rem;
  }
}

.showcase {
  height: 100%;
  position: relative;
  z-index: 5;
  display: flex;
  padding: 37rem 0 0;
  flex-grow: 1;
  min-height: 0;
}
@media (max-width: 660px) {
  .showcase {
    padding: 16px 0 8px;
  }
}
.showcase__container {
  position: relative;
  width: 100%;
  max-width: 80vw;
  margin: 0 auto;
  padding: 0 10vw;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 2.4rem;
  flex: 1;
}
@media (max-width: 1200px) {
  .showcase__container {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 660px) {
  .showcase__container {
    max-width: 100%;
    padding: 0 8px;
    letter-spacing: 0.72px;
  }
}
.showcase__table {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 90.2rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
}
@media (min-width: 1920px) {
  .showcase__table {
    max-width: 1370px;
  }
}
@media (max-width: 1200px) {
  .showcase__table {
    max-width: 86%;
  }
}
@media (max-width: 1100px) {
  .showcase__table {
    max-width: 140rem;
  }
}
@media (max-width: 660px) {
  .showcase__table {
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 660px) {
  .showcase__table--desktop {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
.showcase__table--mobile {
  display: none;
}
@media (max-width: 660px) {
  .showcase__table--mobile {
    display: grid;
    max-width: 100%;
  }
}
.showcase__table-row {
  display: contents;
}
.showcase__table-cell {
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(100% - 0.8rem) calc(100% - 0.8rem);
  min-height: 8.7rem;
  padding: 1.2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  border: 0.2rem solid transparent;
  transition: all 0.3s ease;
}
@media (min-width: 1920px) {
  .showcase__table-cell {
    padding: 12px;
    background-size: calc(100% - 8px) calc(100% - 8px);
    border: 2px solid transparent;
    min-height: 110px;
  }
}
@media (max-width: 1100px) {
  .showcase__table-cell {
    min-height: 90px;
  }
}
@media (max-width: 1024px) {
  .showcase__table-cell {
    min-height: 80px;
  }
}
@media (max-width: 660px) {
  .showcase__table-cell {
    min-height: 87px;
    padding: 12px 0;
    border: 2px solid transparent;
  }
}
.showcase__table-cell:first-child {
  border-left: none;
}
.showcase__table-cell:last-child {
  border-right: none;
}
.showcase__table-row:last-child .showcase__table-cell {
  border-bottom: none;
}
.showcase__table-row:nth-child(2) .showcase__table-cell {
  border-top: none;
}
.showcase__table-cell:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1920px) {
  .showcase__table-cell:before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
}
.showcase__table-cell--title {
  background: #1d2420;
  padding: 6px 0 0;
  margin: 2px;
  align-items: flex-end;
  height: auto;
  min-height: auto;
  border: none;
  border-bottom: 0.8rem solid transparent;
}
@media (min-width: 1920px) {
  .showcase__table-cell--title {
    border-bottom: 8px solid transparent;
  }
}
@media (max-width: 660px) {
  .showcase__table-cell--title {
    border-bottom: 12px solid transparent;
  }
}
.showcase__table-cell--empty {
  background-image: url("/img/weapons/bg/empty.webp");
}
.showcase__table-cell--empty:before {
  background-color: #1b2420;
}
.showcase__table-cell--first {
  background-image: url("/img/weapons/bg/1.webp");
}
.showcase__table-cell--first:before {
  background-image: url("/img/weapons/bg/1.webp");
}
.showcase__table-cell--second {
  background-image: url("/img/weapons/bg/2.webp");
}
.showcase__table-cell--second:before {
  background-image: url("/img/weapons/bg/2.webp");
}
.showcase__table-cell--third {
  background-image: url("/img/weapons/bg/3.webp");
}
.showcase__table-cell--third:before {
  background-image: url("/img/weapons/bg/3.webp");
}
.showcase__table-cell--fourth {
  background-image: url("/img/weapons/bg/4.webp");
}
.showcase__table-cell--fourth:before {
  background-image: url("/img/weapons/bg/4.webp");
}
.showcase__table-cell--fifth {
  background-image: url("/img/weapons/bg/5.webp");
}
.showcase__table-cell--fifth:before {
  background-image: url("/img/weapons/bg/5.webp");
}
.showcase__table-cell--sixth {
  background-image: url("/img/weapons/bg/6.webp");
}
.showcase__table-cell--sixth:before {
  background-image: url("/img/weapons/bg/6.webp");
}
.showcase__table-cell--seventh {
  background-image: url("/img/weapons/bg/7.webp");
}
.showcase__table-cell--seventh:before {
  background-image: url("/img/weapons/bg/7.webp");
}
.showcase__table-cell--eighth {
  background-image: url("/img/weapons/bg/8.webp");
}
.showcase__table-cell--eighth:before {
  background-image: url("/img/weapons/bg/8.webp");
}
.showcase__table-cell--ninth {
  background-image: url("/img/weapons/bg/9.webp");
}
.showcase__table-cell--ninth:before {
  background-image: url("/img/weapons/bg/9.webp");
}
.showcase__table-cell--tenth {
  background-image: url("/img/weapons/bg/10.webp");
}
.showcase__table-cell--tenth:before {
  background-image: url("/img/weapons/bg/10.webp");
}
.showcase__table-cell--eleventh {
  background-image: url("/img/weapons/bg/11.webp");
}
.showcase__table-cell--eleventh:before {
  background-image: url("/img/weapons/bg/11.webp");
}
.showcase__table-cell--twelfth {
  background-image: url("/img/weapons/bg/12.webp");
}
.showcase__table-cell--twelfth:before {
  background-image: url("/img/weapons/bg/12.webp");
}
.showcase__table-cell--thirteenth {
  background-image: url("/img/weapons/bg/13.webp");
}
.showcase__table-cell--thirteenth:before {
  background-image: url("/img/weapons/bg/13.webp");
}
.showcase__table-cell--fourteenth {
  background-image: url("/img/weapons/bg/14.webp");
}
.showcase__table-cell--fourteenth:before {
  background-image: url("/img/weapons/bg/14.webp");
}
.showcase__table-cell--fifteenth {
  background-image: url("/img/weapons/bg/15.webp");
}
.showcase__table-cell--fifteenth:before {
  background-image: url("/img/weapons/bg/15.webp");
}
.showcase__table-cell--sixteenth {
  background-image: url("/img/weapons/bg/16.webp");
}
.showcase__table-cell--sixteenth:before {
  background-image: url("/img/weapons/bg/16.webp");
}
.showcase__table-title {
  color: rgba(255, 255, 255, 0.7490196078);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: 0.072rem;
  text-decoration: none;
}
@media (min-width: 1920px) {
  .showcase__table-title {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.72px;
  }
}
@media (max-width: 1100px) {
  .showcase__table-title {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.72px;
  }
}
@media (max-width: 660px) {
  .showcase__table-title {
    color: rgba(255, 255, 255, 0.7490196078);
    font-family: "Bebas Neue", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.72px;
  }
}
.showcase__table-descr {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #229961;
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  color: rgba(255, 255, 255, 0.4);
  font-family: "Bebas Neue", sans-serif;
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 6.4rem;
  letter-spacing: 0.256rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  white-space: nowrap;
  text-decoration: none;
  will-change: opacity;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 1920px) {
  .showcase__table-descr {
    font-size: 64px;
    line-height: 64px;
    letter-spacing: 2.56px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
}
@media (max-width: 1100px) {
  .showcase__table-descr {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2.56px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
}
@media (max-width: 660px) {
  .showcase__table-descr {
    display: none;
  }
}
.showcase__table-cell:hover .showcase__table-descr, .showcase__table-cell--hover .showcase__table-descr {
  opacity: 1;
}
.showcase__table-descr--small {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Bebas Neue", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: 0.16rem;
}
@media (min-width: 1920px) {
  .showcase__table-descr--small {
    font-size: 40px;
    line-height: 32px;
    letter-spacing: 1.6px;
  }
}
.showcase__table-img {
  width: 100%;
  height: auto;
  transition: all 0.32s ease;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  will-change: transform;
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
}
.showcase__table-cell:hover .showcase__table-img, .showcase__table-cell--hover .showcase__table-img {
  transform: translate3d(-50%, -50%, 0) scale(1.17307692) rotate(15deg);
}
@media (max-width: 660px) {
  .showcase__table-cell:hover .showcase__table-img, .showcase__table-cell--hover .showcase__table-img {
    transform: translate3d(-50%, -50%, 0);
  }
}
.showcase__table-cell--empty .showcase__table-img, .showcase__table-cell--empty:hover .showcase__table-img {
  width: 4.8rem;
  height: 4.8rem;
  transform: translate3d(-50%, -50%, 0);
}
@media (min-width: 1920px) {
  .showcase__table-cell--empty .showcase__table-img, .showcase__table-cell--empty:hover .showcase__table-img {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 660px) {
  .showcase__table-cell--empty .showcase__table-img, .showcase__table-cell--empty:hover .showcase__table-img {
    width: 48px;
    height: 48px;
  }
}
.showcase__table-cell--first .showcase__table-img {
  width: 10rem;
  height: 5.5rem;
}
@media (min-width: 1920px) {
  .showcase__table-cell--first .showcase__table-img {
    width: 100px;
    height: 55px;
  }
}
@media (max-width: 1100px) {
  .showcase__table-cell--first .showcase__table-img {
    width: 100px;
    height: 55px;
  }
}
@media (max-width: 992px) {
  .showcase__table-cell--first .showcase__table-img {
    width: 76.9230769231px;
    height: 42.3076923077px;
  }
}
@media (max-width: 660px) {
  .showcase__table-cell--first .showcase__table-img {
    width: 100px;
    height: 55px;
  }
}
.showcase__table-cell--second .showcase__table-img {
  width: 10rem;
  height: 5.5rem;
}
@media (min-width: 1920px) {
  .showcase__table-cell--second .showcase__table-img {
    width: 100px;
    height: 55px;
  }
}
@media (max-width: 1100px) {
  .showcase__table-cell--second .showcase__table-img {
    width: 100px;
    height: 55px;
  }
}
@media (max-width: 992px) {
  .showcase__table-cell--second .showcase__table-img {
    width: 76.9230769231px;
    height: 42.3076923077px;
  }
}
@media (max-width: 660px) {
  .showcase__table-cell--second .showcase__table-img {
    width: 100px;
    height: 55px;
  }
}
.showcase__table-cell--third .showcase__table-img {
  width: 10rem;
  height: 5.5rem;
}
@media (min-width: 1920px) {
  .showcase__table-cell--third .showcase__table-img {
    width: 100px;
    height: 55px;
  }
}
@media (max-width: 1100px) {
  .showcase__table-cell--third .showcase__table-img {
    width: 100px;
    height: 55px;
  }
}
@media (max-width: 992px) {
  .showcase__table-cell--third .showcase__table-img {
    width: 76.9230769231px;
    height: 42.3076923077px;
  }
}
@media (max-width: 660px) {
  .showcase__table-cell--third .showcase__table-img {
    width: 100px;
    height: 55px;
  }
}
.showcase__table-cell--fourth .showcase__table-img {
  width: 10rem;
  height: 5.5rem;
}
@media (min-width: 1920px) {
  .showcase__table-cell--fourth .showcase__table-img {
    width: 100px;
    height: 55px;
  }
}
@media (max-width: 1100px) {
  .showcase__table-cell--fourth .showcase__table-img {
    width: 100px;
    height: 55px;
  }
}
@media (max-width: 992px) {
  .showcase__table-cell--fourth .showcase__table-img {
    width: 76.9230769231px;
    height: 42.3076923077px;
  }
}
@media (max-width: 660px) {
  .showcase__table-cell--fourth .showcase__table-img {
    width: 100px;
    height: 55px;
  }
}
.showcase__table-cell--fifth .showcase__table-img {
  width: 10rem;
  height: 5.5rem;
}
@media (min-width: 1920px) {
  .showcase__table-cell--fifth .showcase__table-img {
    width: 100px;
    height: 55px;
  }
}
@media (max-width: 1100px) {
  .showcase__table-cell--fifth .showcase__table-img {
    width: 100px;
    height: 55px;
  }
}
@media (max-width: 992px) {
  .showcase__table-cell--fifth .showcase__table-img {
    width: 76.9230769231px;
    height: 42.3076923077px;
  }
}
@media (max-width: 660px) {
  .showcase__table-cell--fifth .showcase__table-img {
    width: 100px;
    height: 55px;
  }
}
.showcase__table-cell--sixth .showcase__table-img {
  width: 10rem;
  height: 5.5rem;
}
@media (min-width: 1920px) {
  .showcase__table-cell--sixth .showcase__table-img {
    width: 100px;
    height: 55px;
  }
}
@media (max-width: 1100px) {
  .showcase__table-cell--sixth .showcase__table-img {
    width: 100px;
    height: 55px;
  }
}
@media (max-width: 992px) {
  .showcase__table-cell--sixth .showcase__table-img {
    width: 76.9230769231px;
    height: 42.3076923077px;
  }
}
@media (max-width: 660px) {
  .showcase__table-cell--sixth .showcase__table-img {
    width: 100px;
    height: 55px;
  }
}
.showcase__table-cell--seventh .showcase__table-img {
  width: 15rem;
  height: 5.25rem;
}
@media (min-width: 1920px) {
  .showcase__table-cell--seventh .showcase__table-img {
    width: 150px;
    height: 52.5px;
  }
}
@media (max-width: 1100px) {
  .showcase__table-cell--seventh .showcase__table-img {
    width: 150px;
    height: 52.5px;
  }
}
@media (max-width: 992px) {
  .showcase__table-cell--seventh .showcase__table-img {
    width: 115.3846153846px;
    height: 40.3846153846px;
  }
}
@media (max-width: 660px) {
  .showcase__table-cell--seventh .showcase__table-img {
    width: 150px;
    height: 52.5px;
  }
}
.showcase__table-cell--eighth .showcase__table-img {
  width: 15rem;
  height: 5.3rem;
}
@media (min-width: 1920px) {
  .showcase__table-cell--eighth .showcase__table-img {
    width: 150px;
    height: 53px;
  }
}
@media (max-width: 1100px) {
  .showcase__table-cell--eighth .showcase__table-img {
    width: 150px;
    height: 53px;
  }
}
@media (max-width: 992px) {
  .showcase__table-cell--eighth .showcase__table-img {
    width: 115.3846153846px;
    height: 40.7692307692px;
  }
}
@media (max-width: 660px) {
  .showcase__table-cell--eighth .showcase__table-img {
    width: 150px;
    height: 53px;
  }
}
.showcase__table-cell--ninth .showcase__table-img {
  width: 15rem;
  height: 5.25rem;
}
@media (min-width: 1920px) {
  .showcase__table-cell--ninth .showcase__table-img {
    width: 150px;
    height: 52.5px;
  }
}
@media (max-width: 1100px) {
  .showcase__table-cell--ninth .showcase__table-img {
    width: 150px;
    height: 52.5px;
  }
}
@media (max-width: 992px) {
  .showcase__table-cell--ninth .showcase__table-img {
    width: 76.9230769231px;
    height: 40.3846153846px;
  }
}
@media (max-width: 660px) {
  .showcase__table-cell--ninth .showcase__table-img {
    width: 150px;
    height: 52.5px;
  }
}
.showcase__table-cell--tenth .showcase__table-img {
  width: 15rem;
  height: 5.25rem;
}
@media (min-width: 1920px) {
  .showcase__table-cell--tenth .showcase__table-img {
    width: 150px;
    height: 52.5px;
  }
}
@media (max-width: 1100px) {
  .showcase__table-cell--tenth .showcase__table-img {
    width: 150px;
    height: 52.5px;
  }
}
@media (max-width: 992px) {
  .showcase__table-cell--tenth .showcase__table-img {
    width: 76.9230769231px;
    height: 40.3846153846px;
  }
}
@media (max-width: 660px) {
  .showcase__table-cell--tenth .showcase__table-img {
    width: 150px;
    height: 52.5px;
  }
}
.showcase__table-cell--eleventh .showcase__table-img {
  width: 15rem;
  height: 5.3rem;
}
@media (min-width: 1920px) {
  .showcase__table-cell--eleventh .showcase__table-img {
    width: 150px;
    height: 53px;
  }
}
@media (max-width: 1100px) {
  .showcase__table-cell--eleventh .showcase__table-img {
    width: 150px;
    height: 53px;
  }
}
@media (max-width: 992px) {
  .showcase__table-cell--eleventh .showcase__table-img {
    width: 76.9230769231px;
    height: 40.7692307692px;
  }
}
@media (max-width: 660px) {
  .showcase__table-cell--eleventh .showcase__table-img {
    width: 150px;
    height: 53px;
  }
}
.showcase__table-cell--twelfth .showcase__table-img {
  width: 11.8rem;
  height: 4.8rem;
}
@media (min-width: 1920px) {
  .showcase__table-cell--twelfth .showcase__table-img {
    width: 118px;
    height: 48px;
  }
}
@media (max-width: 1100px) {
  .showcase__table-cell--twelfth .showcase__table-img {
    width: 118px;
    height: 48px;
  }
}
@media (max-width: 992px) {
  .showcase__table-cell--twelfth .showcase__table-img {
    width: 90.7692307692px;
    height: 36.9230769231px;
  }
}
@media (max-width: 660px) {
  .showcase__table-cell--twelfth .showcase__table-img {
    width: 118px;
    height: 48px;
  }
}
.showcase__table-cell--thirteenth .showcase__table-img {
  width: 11.8rem;
  height: 4.8rem;
}
@media (min-width: 1920px) {
  .showcase__table-cell--thirteenth .showcase__table-img {
    width: 118px;
    height: 48px;
  }
}
@media (max-width: 1100px) {
  .showcase__table-cell--thirteenth .showcase__table-img {
    width: 118px;
    height: 48px;
  }
}
@media (max-width: 992px) {
  .showcase__table-cell--thirteenth .showcase__table-img {
    width: 90.7692307692px;
    height: 36.9230769231px;
  }
}
@media (max-width: 660px) {
  .showcase__table-cell--thirteenth .showcase__table-img {
    width: 118px;
    height: 48px;
  }
}
.showcase__table-cell--fourteenth .showcase__table-img {
  width: 11.8rem;
  height: 4.8rem;
}
@media (min-width: 1920px) {
  .showcase__table-cell--fourteenth .showcase__table-img {
    width: 118px;
    height: 48px;
  }
}
@media (max-width: 1100px) {
  .showcase__table-cell--fourteenth .showcase__table-img {
    width: 118px;
    height: 48px;
  }
}
@media (max-width: 992px) {
  .showcase__table-cell--fourteenth .showcase__table-img {
    width: 90.7692307692px;
    height: 36.9230769231px;
  }
}
@media (max-width: 660px) {
  .showcase__table-cell--fourteenth .showcase__table-img {
    width: 118px;
    height: 48px;
  }
}
.showcase__table-cell--fifteenth .showcase__table-img {
  width: 11.8rem;
  height: 4.8rem;
}
@media (min-width: 1920px) {
  .showcase__table-cell--fifteenth .showcase__table-img {
    width: 118px;
    height: 48px;
  }
}
@media (max-width: 1100px) {
  .showcase__table-cell--fifteenth .showcase__table-img {
    width: 118px;
    height: 48px;
  }
}
@media (max-width: 992px) {
  .showcase__table-cell--fifteenth .showcase__table-img {
    width: 90.7692307692px;
    height: 36.9230769231px;
  }
}
@media (max-width: 660px) {
  .showcase__table-cell--fifteenth .showcase__table-img {
    width: 118px;
    height: 48px;
  }
}
.showcase__table-cell--sixteenth .showcase__table-img {
  width: 11.8rem;
  height: 4.8rem;
}
@media (min-width: 1920px) {
  .showcase__table-cell--sixteenth .showcase__table-img {
    width: 118px;
    height: 48px;
  }
}
@media (max-width: 1100px) {
  .showcase__table-cell--sixteenth .showcase__table-img {
    width: 118px;
    height: 48px;
  }
}
@media (max-width: 992px) {
  .showcase__table-cell--sixteenth .showcase__table-img {
    width: 90.7692307692px;
    height: 36.9230769231px;
  }
}
@media (max-width: 660px) {
  .showcase__table-cell--sixteenth .showcase__table-img {
    width: 118px;
    height: 48px;
  }
}
.showcase__slider {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: relative;
  width: 100%;
}
@media (max-width: 660px) {
  .showcase__slider {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
.showcase__slider-arrow {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #229961;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + 15.5px));
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 660px) {
  .showcase__slider-arrow {
    display: flex;
  }
}
.showcase__slider-arrow:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 4px 6px 4px;
  border-color: transparent transparent #FFFFFF transparent;
  transform: rotate(0deg);
}
.showcase__slider-arrow--prev {
  left: 0;
}
.showcase__slider-arrow--prev:before {
  transform: rotate(-90deg);
}
.showcase__slider-arrow--next {
  right: 0;
}
.showcase__slider-arrow--next:before {
  transform: rotate(90deg);
}


.swiper-container input {
  display: none !important;
}
.swiper-box {
  position: relative;
  height: 100%;
  z-index: 1;
  display: flex;
  gap: 3vw;
  box-sizing: content-box;

  width: 200%;
  transition: transform 0.5s ease;
  transform: translateX(0);
}

.showcase__slider-arrow--prev-input[type="radio"]:checked + label, 
.showcase__slider-arrow--next-input[type="radio"]:checked  + label {
  opacity: .5;
  background: rgba(0,0,0, 0.4);
}

.showcase__slider-arrow--prev-input[type="radio"]:not(:checked) + label, 
.showcase__slider-arrow--next-input[type="radio"]:not(:checked) + label {
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
}

.showcase__slider-arrow--prev-input[type="radio"]:checked ~ .swiper-wrapper .swiper-box {
  transform: translateX(0);
}
.showcase__slider-arrow--next-input[type="radio"]:checked ~ .swiper-wrapper .swiper-box {
  transform: translateX(calc(-100% - 3vw));
}


.showcase__info {
  width: 100%;
  max-width: 71.6rem;
  min-height: 16.2rem;
}
@media (min-width: 1920px) {
  .showcase__info {
    max-width: 716px;
    min-height: 162px;
  }
}
@media (max-width: 660px) {
  .showcase__info {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
.showcase__info-item {
  justify-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.8rem;
  width: 100%;
  min-height: 15.8rem;
  display: none;
}
@media (min-width: 1920px) {
  .showcase__info-item {
    gap: 8px;
    min-height: 158px;
  }
}
.showcase__info-item--active {
  display: flex;
}
.showcase__info-item-title {
  width: 100%;
  display: flex;
  justify-items: flex-start;
  align-items: center;
  border-bottom: 0.1rem solid #1b2420;
  padding-bottom: 0.8rem;
}
@media (min-width: 1920px) {
  .showcase__info-item-title {
    border-bottom: 1px solid #1b2420;
    padding-bottom: 8px;
  }
}
.showcase__info-item-title-text {
  color: rgba(255, 255, 255, 0.5019607843);
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: 0.054rem;
}
@media (min-width: 1920px) {
  .showcase__info-item-title-text {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.54px;
  }
}
.showcase__info-item-title-text--selected {
  color: white;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8rem;
  letter-spacing: 0.054rem;
}
@media (min-width: 1920px) {
  .showcase__info-item-title-text--selected {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.54px;
  }
}
.showcase__info-item-title-text--colored {
  color: #229961;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8rem;
  letter-spacing: 0.054rem;
}
@media (min-width: 1920px) {
  .showcase__info-item-title-text--colored {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.54px;
  }
}
.showcase__info-item-collection {
  width: 100%;
  display: flex;
  justify-items: flex-start;
  align-items: center;
  border-bottom: 0.1rem solid #1b2420;
  padding-bottom: 1rem;
}
@media (min-width: 1920px) {
  .showcase__info-item-collection {
    border-bottom: 1px solid #1b2420;
    padding-bottom: 10px;
  }
}
.showcase__info-item-descr {
  width: 100%;
  color: rgba(255, 255, 255, 0.5019607843);
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: 0.042rem;
}
@media (min-width: 1920px) {
  .showcase__info-item-descr {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.42px;
  }
}
.showcase__cover {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
@media (min-width: 1920px) {
  .showcase__cover {
    
  }
}
@media (max-width: 660px) {
  .showcase__cover {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
.showcase__cover-container {
  position: relative;
  height: 55vh;
}
@media (max-width: 1000px) {
  .showcase__cover-container {
    height: 45vh;
  }
}
.showcase__cover-soldier {
  height: 55vh;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  will-change: visibility, opacity;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.45s ease, visibility 0.45s ease;
  z-index: 100;
}
@media (max-width: 1000px) {
  .showcase__cover-soldier {
    height: 45vh;
  }
}


.showcase__cover-soldier--active {
  visibility: visible;
  opacity: 1;
}

.round-start {
  position: relative;
  z-index: 5;
  padding: 16rem 0 6.9rem;
}
@media (max-width: 768px) {
  .round-start {
    padding: 140px 0 95px 0;
  }
}
@media (max-width: 992px) {
  .round-start {
    padding: 140px 0 95px 0;
  }
}
@media (max-width: 660px) {
  .round-start {
    padding: 70px 0 95px 0;
  }
}
@media (max-width: 480px) {
  .round-start {
    padding: 50px 0 95px 0;
  }
}
.round-start__container {
  width: 100%;
  max-width: 127.8rem;
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .round-start__container {
    max-width: 1600px;
  }
}
@media (max-width: 1200px) {
  .round-start__container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.round-start__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1200px) {
  .round-start__row--active {
    grid-template-columns: 1fr;
  }
}
.round-start__col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.round-start__col--left {
  padding-right: 1.6rem;
}
@media (min-width: 1920px) {
  .round-start__col--left {
    padding-right: 16px;
  }
}
@media (max-width: 1200px) {
  .round-start__col--left {
    padding-right: 10px;
  }
}
.round-start__col--right {
  padding-left: 1.6rem;
}
@media (min-width: 1920px) {
  .round-start__col--right {
    padding-left: 16px;
  }
}
@media (max-width: 1200px) {
  .round-start__col--right {
    padding-left: 10px;
  }
}
.round-start__col--last {
  z-index: 1;
}
.round-start__col--current {
  z-index: 2;
}
.round-start__col--active {
  z-index: 3;
}
@media (max-width: 1200px) {
  .round-start__col--active {
    display: flex;
  }
}
@media (max-width: 1200px) {
  .round-start__col--hidden {
    display: none;
  }
}
.round-start__img {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
}
.round-start__img--first {
  transition: all 0.3s ease-in-out;
}
.round-start__col:hover .round-start__img--first, .round-start__col--active .round-start__img--first {
  opacity: 0;
  transform: translate3d(0, 10%, 0);
}
@media (max-width: 1200px) {
  .round-start__col:hover .round-start__img--first, .round-start__col--active .round-start__img--first {
    transform: translate3d(0, 0, 0);
  }
}
.round-start__img--second {
  width: 100%;
  max-width: 56rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  transform: translate3d(calc(-50% - 0.9rem), -10%, 0);
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1920px) {
  .round-start__img--second {
    max-width: 560px;
    transform: translate3d(calc(-50% - 9px), -10%, 0);
  }
}
@media (max-width: 1200px) {
  .round-start__img--second {
    max-width: 100%;
  }
}
.round-start__col:hover .round-start__img--second, .round-start__col--active .round-start__img--second {
  opacity: 1;
  transform: translate3d(calc(-50% - 0.9rem), 0, 0);
}
@media (min-width: 1920px) {
  .round-start__col:hover .round-start__img--second, .round-start__col--active .round-start__img--second {
    transform: translate3d(calc(-50% - 9px), 0, 0);
  }
}
@media (max-width: 1200px) {
  .round-start__col:hover .round-start__img--second, .round-start__col--active .round-start__img--second {
    transition: all 0s ease-in-out;
  }
}
.round-start__img--third {
  transition: all 0.3s ease-in-out;
}
.round-start__col:hover .round-start__img--third {
  opacity: 0;
  transform: translate3d(0, 10%, 0);
}
.round-start__img--fourth {
  width: 100%;
  max-width: 56rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  transform: translate3d(-50%, -10%, 0);
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1920px) {
  .round-start__img--fourth {
    max-width: 560px;
  }
}
@media (max-width: 1200px) {
  .round-start__img--fourth {
    max-width: 100%;
    transform: translate3d(-50%, 0, 0);
    transition: all 0s ease-in-out;
  }
}
.round-start__col:hover .round-start__img--fourth, .round-start__col--active .round-start__img--fourth {
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
}
.round-start__btn {
  cursor: default;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: auto 0 0 0;
  transform: translate3d(0, -1.5vh, 0);
  transition: opacity 0.22s ease-in-out;
}
@media (max-width: 660px) {
  .round-start__btn {
    transform: translate3d(0, 0, 0);
  }
}
.round-start__col:hover .round-start__btn {
  opacity: 0;
  transform: translate3d(0, -1.5vh, 0);
}
@media (max-width: 660px) {
  .round-start__col:hover .round-start__btn {
    transform: translate3d(0, 0, 0);
  }
}
.round-start__btn--default {
  display: flex;
  min-width: 33.6rem;
  padding: 1.8rem 8rem 1.4rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  background: #374a41;
  border: 0.2rem solid #374a41;
  color: white;
  text-align: center;
  white-space: nowrap;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: 0.128rem;
  will-change: border, background, box-shadow, color;
  transition: all 0.22s ease-in-out;
}
@media (min-width: 1920px) {
  .round-start__btn--default {
    min-width: 336px;
    padding: 18px 80px 14px;
    gap: 10px;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 1.28px;
    border: 2px solid #374a41;
  }
}
@media (max-width: 1200px) {
  .round-start__btn--default {
    color: white;
    text-align: center;
    display: inline-flex;
    height: 40px;
    padding: 17px 40px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    background: #374a41;
    font-family: "Bebas Neue", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    line-height: 18px;
    letter-spacing: 0.072rem;
  }
}
.round-start__btn--default:hover {
  border: 0.2rem solid #229961;
  background: #1b2420;
  box-shadow: 0 0 4rem 0 rgba(34, 153, 97, 0.6);
  color: #229961;
}
@media (min-width: 1920px) {
  .round-start__btn--default:hover {
    border: 2px solid #229961;
    box-shadow: 0 0 40px 0 rgba(34, 153, 97, 0.6);
  }
}
.round-start__btn--selected {
  display: flex;
  min-width: 33.6rem;
  padding: 1.8rem 8rem 1.4rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  background: #229961;
  border: 0.2rem solid #229961;
  box-shadow: 0 0 4rem 0 rgba(34, 153, 97, 0.6);
  color: white;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: 0.128rem;
  white-space: nowrap;
  will-change: border, background, box-shadow, color;
  transition: all 0.22s ease-in-out;
}
@media (min-width: 1920px) {
  .round-start__btn--selected {
    min-width: 336px;
    padding: 18px 80px 14px;
    gap: 10px;
    box-shadow: 0 0 40px 0 rgba(34, 153, 97, 0.6);
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 1.28px;
    border: 2px solid #229961;
  }
}
@media (max-width: 1200px) {
  .round-start__btn--selected {
    color: white;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.72px;
    display: inline-flex;
    height: 40px;
    padding: 17px 40px 15px;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    background: #229961;
    box-shadow: 0 0 40px 0 rgba(34, 153, 97, 0.6);
  }
}
.round-start__btn--selected:hover {
  border: 0.2rem solid #229961;
  background: #1b2420;
  box-shadow: 0 0 4rem 0 rgba(34, 153, 97, 0.6);
  color: #229961;
}
@media (min-width: 1920px) {
  .round-start__btn--selected:hover {
    border: 2px solid #229961;
    box-shadow: 0 0 40px 0 rgba(34, 153, 97, 0.6);
  }
}
.round-start__info {
  width: 100%;
  max-width: 33.6rem;
  height: 4.67rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  top: 12.4rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.32s ease-in-out, opacity 0.32s ease-in-out, visibility 0.32s ease-in-out;
}
@media (min-width: 1920px) {
  .round-start__info {
    top: 124px;
    height: 467px;
    max-width: 336px;
  }
}
@media (max-width: 1200px) {
  .round-start__info {
    max-width: 100%;
  }
}
.round-start__col:hover .round-start__info {
  opacity: 1;
  visibility: visible;
}
.round-start__col--left.round-start__col--last .round-start__info {
  transform: translate3d(50%, 0, 0);
}
.round-start__col--left.round-start__col--current .round-start__info {
  transform: translate3d(-50%, 0, 0);
}
.round-start__col--right.round-start__col--last .round-start__info {
  transform: translate3d(-150%, 0, 0);
}
.round-start__col--right.round-start__col--current .round-start__info {
  transform: translate3d(-50%, 0, 0);
}
@media (max-width: 1200px) {
  .round-start__col--active .round-start__info {
    opacity: 1;
    visibility: visible;
    transform: translate3d(-50%, 0, 0);
  }
}
.round-start__info-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin: 0 0 2rem;
}
@media (min-width: 1920px) {
  .round-start__info-wrapper {
    gap: 20px;
    margin: 0 0 20px;
  }
}
.round-start__info-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 11.4rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.2392156863);
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
}
@media (min-width: 1920px) {
  .round-start__info-item {
    height: 114px;
    border: 1px solid rgba(255, 255, 255, 0.2392156863);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
}
@media (max-width: 1200px) {
  .round-start__info-item {
    height: 114px;
  }
}
.round-start__info-item--full-width {
  grid-column: span 2;
}
.round-start__info-item--transparent {
  border: none;
  background: transparent;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.round-start__info-img {
  width: 100%;
  height: auto;
  display: block;
}
.round-start__info-btn {
  text-decoration: none;
  cursor: pointer;
  margin: auto 0 0 0;
  width: 100%;
  padding: 1.8rem 8rem 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background: white;
  border: 0.2rem solid transparent;
  color: #229961;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: 0.128rem;
  will-change: border, background, box-shadow, color;
  transition: border 0.22s ease-in-out, background 0.22s ease-in-out, box-shadow 0.22s ease-in-out, color 0.22s ease-in-out;
}
@media (min-width: 1920px) {
  .round-start__info-btn {
    padding: 18px 80px 14px;
    gap: 10px;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 1.28px;
    border: 2px solid transparent;
  }
}
@media (max-width: 1200px) {
  .round-start__info-btn {
    display: flex;
    width: 100%;
    padding: 17.5px 80px 13.5px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: white;
    color: #229961;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.128rem;
  }
}
@media (max-width: 1200px) and (min-width: 2560px) {
  .round-start__info-btn {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 1.28px;
  }
}
.round-start__info-btn:hover {
  border: 0.2rem solid #229961;
  background: #1b2420;
  box-shadow: 0 0 4rem 0 rgba(34, 153, 97, 0.6);
  color: #229961;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: 0.128rem;
}
@media (min-width: 1920px) {
  .round-start__info-btn:hover {
    border: 2px solid #229961;
    box-shadow: 0 0 40px 0 rgba(34, 153, 97, 0.6);
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 1.28px;
  }
}
@media (max-width: 1200px) {
  .round-start__info-btn:hover {
    border: 2px solid #229961;
    box-shadow: 0 0 40px 0 rgba(34, 153, 97, 0.6);
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 1.28px;
  }
}

.text-block__container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 6rem 2rem;
}
@media (min-width: 1920px) {
  .text-block__container {
    max-width: 1000px;
    padding: 60px 20px;
  }
}
.text-block__title {
  font: 600 48px/1.2 "Wix Madefor Display", sans-serif;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .text-block__title {
    font-size: 32px;
  }
}
@media (max-width: 400px) {
  .text-block__title {
    margin-bottom: 28px;
  }
}
.text-block__content h2 {
  font: 600 24px/1.3 "Wix Madefor Display", sans-serif;
  color: #FFFFFF;
  margin: 40px 0 20px 0;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .text-block__content h2 {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .text-block__content h2 {
    margin: 30px 0 18px 0;
  }
}
.text-block__content h2:first-of-type {
  margin-top: 0;
}
.text-block__content h3 {
  font: 600 20px/1.3 "Wix Madefor Display", sans-serif;
  color: #FFFFFF;
  margin: 30px 0 15px 0;
}
@media (max-width: 992px) {
  .text-block__content h3 {
    font-size: 16px;
  }
}
.text-block__content p {
  font: 400 16px/1.6 "Wix Madefor Display", sans-serif;
  color: #fff;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .text-block__content p {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .text-block__content p {
    margin-bottom: 12px;
  }
}
.text-block__content p:last-child {
  margin-bottom: 0;
}
.text-block__content p:first-of-type + h2 {
  margin-top: 40px;
}
@media (max-width: 400px) {
  .text-block__content p:first-of-type + h2 {
    margin-top: 30px;
  }
}
.text-block__content p:first-of-type + h3 {
  margin-top: 30px;
}
.text-block__content ul, .text-block__content ol {
  margin: 16px 0;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .text-block__content ul, .text-block__content ol {
    padding-left: 16px;
  }
}
@media (max-width: 400px) {
  .text-block__content ul, .text-block__content ol {
    margin: 14px 0;
  }
}
.text-block__content li {
  font: 400 16px/1.6 "Wix Madefor Display", sans-serif;
  color: #fff;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .text-block__content li {
    font-size: 14px;
  }
}
.text-block__content li:last-child {
  margin-bottom: 0;
}
.text-block__content strong {
  font-weight: 600;
  color: #FFFFFF;
}

.footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5.4rem 0 5.4rem;
  z-index: 6;
  position: relative;
  background: transparent;
  flex-shrink: 0;
}
@media (min-width: 1920px) {
  .footer {
    padding: 54px 0 54px;
  }
}
@media (max-width: 992px) {
  .footer {
    padding: 0;
  }
}
@media (max-width: 660px) {
  .footer {
    padding: 40px 0 40px;
  }
}
.footer--main {
  background: #374a41;
}
.footer__container {
  position: relative;
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 2.4rem;
}
@media (min-width: 1920px) {
  .footer__container {
    max-width: 1440px;
    padding: 0 60px;
  }
}
@media (max-width: 1100px) {
  .footer__container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .footer__container {
    padding: 40px 20px 40px;
  }
}
@media (max-width: 660px) {
  .footer__container {
    padding: 0 8px;
    max-width: 100%;
  }
}
.footer__row {
  width: 100%;
}
.footer__row--three-cols {
  display: grid;
  grid-template-columns: 0.5fr 1fr 0.5fr;
  gap: 30px;
}
@media (max-width: 1100px) {
  .footer__row--three-cols {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 660px) {
  .footer__row--three-cols {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 36px;
  }
}
.footer__row--one-col {
  grid-template-columns: 1fr;
}
@media (max-width: 660px) {
  .footer__col {
    width: 100%;
  }
}
.footer__col--left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 660px) {
  .footer__col--left {
    gap: 36px;
  }
}
.footer__col--center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1100px) {
  .footer__col--center {
    justify-content: flex-end;
  }
}
@media (max-width: 660px) {
  .footer__col--center {
    justify-content: center;
  }
}
.footer__col--right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1100px) {
  .footer__col--right {
    grid-column: span 2;
  }
}
@media (max-width: 660px) {
  .footer__col--right {
    align-items: center;
  }
}
.footer__links-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 1920px) {
  .footer__links-wrapper {
    gap: 20px;
  }
}
@media (max-width: 1200px) {
  .footer__links-wrapper {
    gap: 3rem;
  }
}
@media (max-width: 1100px) {
  .footer__links-wrapper {
    gap: 24px;
  }
}
@media (max-width: 992px) {
  .footer__links-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }
}
@media (max-width: 660px) {
  .footer__links-wrapper {
    justify-content: space-between;
    gap: 20px;
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.footer__link {
  color: rgba(255, 255, 255, 0.5019607843);
  text-align: center;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6rem;
  letter-spacing: 0.064rem;
  text-transform: uppercase;
  white-space: nowrap;
  will-change: color;
  text-decoration: none;
  transition: color 0.22s ease-in-out;
}
@media (min-width: 1920px) {
  .footer__link {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.64px;
  }
}
@media (max-width: 1100px) {
  .footer__link {
    font-size: 14px;
    text-align: right;
  }
}
@media (max-width: 660px) {
  .footer__link {
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.5019607843);
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    text-align: center;
  }
}
.footer__link:hover {
  color: #229961;
}
.footer__text {
  font: 400 1.2rem/1.6 "Wix Madefor Display", sans-serif;
  color: white;
  text-align: right;
}
@media (min-width: 1920px) {
  .footer__text {
    font-size: 12px;
  }
}
@media (max-width: 1100px) {
  .footer__text {
    font-size: 12px;
  }
}
@media (max-width: 660px) {
  .footer__text {
    font: 400 12px/1.6 "Wix Madefor Display", sans-serif;
    text-align: center;
    opacity: 0.5;
  }
}
.footer__text-link {
  font: 400 1.2rem/1.6 "Wix Madefor Display", sans-serif;
  color: white;
  text-decoration: underline;
  will-change: color;
  transition: color 0.22s ease-in-out;
}
@media (min-width: 1920px) {
  .footer__text-link {
    font-size: 12px;
  }
}
@media (max-width: 1100px) {
  .footer__text-link {
    font-size: 12px;
  }
}
@media (max-width: 660px) {
  .footer__text-link {
    font: 400 12px/1.6 "Wix Madefor Display", sans-serif;
  }
}
.footer__text-link:hover {
  color: #229961;
}
.footer__select-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 1920px) {
  .footer__select-wrapper {
    gap: 20px;
  }
}
@media (max-width: 660px) {
  .footer__select-wrapper {
    margin: 0 auto;
  }
}
.footer__select {
  padding: 0 1.2rem 0 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.5019607843);
  flex-shrink: 0;
  cursor: pointer;
  text-align: center;
  transition: opacity 0.22s ease-in-out;
}
@media (min-width: 1920px) {
  .footer__select {
    padding: 0 12px 0 0;
    gap: 5px;
    border-width: 1px;
  }
}
@media (max-width: 1100px) {
  .footer__select {
    padding: 7px 16px 7.5px 16px;
    gap: 5px;
    border-width: 1px;
  }
}
.footer__select:hover {
  opacity: 0.7;
}
.footer__select-title {
  color: rgba(255, 255, 255, 0.5019607843);
  text-align: center;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6rem;
  letter-spacing: 0.064rem;
  text-transform: uppercase;
  padding: 0.75rem 0 0.75rem 1.5rem;
}
@media (min-width: 1920px) {
  .footer__select-title {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.64px;
    padding: 7.5px 0 7.5px 15px;
  }
}
@media (max-width: 1100px) {
  .footer__select-title {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.64px;
    padding: 0;
  }
}
.footer__select-icon {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0.4rem 0.6rem 0.4rem;
  border-color: transparent transparent rgba(255, 255, 255, 0.5019607843) transparent;
  transform: translate3d(0, 0.1rem, 0) rotate(180deg);
  transition: transform 0.22s ease-in-out;
}
@media (min-width: 1920px) {
  .footer__select-icon {
    border-width: 0 4px 6px 4px;
    transform: translate3d(0, 1px, 0) rotate(180deg);
  }
}
@media (max-width: 1100px) {
  .footer__select-icon {
    border-width: 0 4px 6px 4px;
    transform: translate3d(0, 1px, 0) rotate(180deg);
  }
}
.footer__select--open .footer__select-icon {
  transform: translate3d(0, 0.1rem, 0) rotate(0);
}
@media (min-width: 1920px) {
  .footer__select--open .footer__select-icon {
    transform: translate3d(0, -0.5px, 0) rotate(0);
  }
}
.footer__select-dropdown {
  width: calc(100% + 0.2rem);
  position: absolute;
  bottom: 100%;
  left: -0.1rem;
  right: 0;
  background: rgba(27, 36, 32, 0.5);
  border: 0.1rem solid rgba(255, 255, 255, 0.5019607843);
  border-bottom: none;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out, transform 0.22s ease-in-out;
}
@media (min-width: 1920px) {
  .footer__select-dropdown {
    width: calc(100% + 2px);
    left: -1px;
    border: 1px solid rgba(255, 255, 255, 0.5019607843);
    transform: translateY(10px);
  }
}
@media (max-width: 1100px) {
  .footer__select-dropdown {
    width: calc(100% + 2px);
    border-width: 1px;
    left: -1px;
  }
}
@media (max-width: 992px) {
  .footer__select-dropdown {
    width: calc(100% + 2px);
  }
}
.footer__select--open .footer__select-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.footer__select-dropdown-option {
  text-align: left;
  font: 400 1.8rem/1 "Wix Madefor Display", sans-serif;
  color: rgba(255, 255, 255, 0.5019607843);
  padding: 0.75rem 1.35rem;
  cursor: pointer;
  transition: background-color 0.22s ease-in-out;
}
@media (min-width: 1920px) {
  .footer__select-dropdown-option {
    font-size: 18px;
    padding: 7.5px 13.5px;
  }
}
@media (max-width: 1100px) {
  .footer__select-dropdown-option {
    font-size: 14px;
    padding: 8px 16px 8.5px;
    text-align: left;
  }
}
.footer__select-dropdown-option:hover {
  background-color: rgba(255, 255, 255, 0.5019607843);
}

@keyframes footerButtonPulse {
  0%, 100% {
    transform: translate3d(-50%, -100%, 0) scale(1);
  }
  50% {
    transform: translate3d(-50%, -100%, 0) scale(1.1);
  }
}
/**
 * * Swiper 11.2.10
 * * Most modern mobile touch slider and framework with hardware accelerated transitions
 * * https://swiperjs.com
 * *
 * * Copyright 2014-2025 Vladimir Kharlampidi
 * *
 * * Released under the MIT License
 * *
 * * Released on: June 28, 2025 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  overflow: hidden;
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight {
  height: auto;
}
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper, .swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
  perspective: 1200px;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  content: "prev";
}

.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
/*# sourceMappingURL=app-project.css.map */






.screen2 {
  display: none;
}
.screen2.show {
  display: flex;
}
.screen1 {
  display: none;
}
.screen1.show {
  display: flex;
}









