@charset "UTF-8";
/* stylelint-disable */
/*! 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.
 */
/* Sections
  ========================================================================== */
/**
* Remove the margin in all browsers.
*/
/**
* Render the `main` element consistently in IE.
*/
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
/* Grouping content
  ========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}
/* Text-level semantics
  ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
  border-bottom: none; /* 1 */
}
/**
* 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-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}
/**
* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
  ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
/* Forms
  ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
/**
* Remove the inner border and padding in Firefox.
*/
/**
* Restore the focus styles unset by the previous rule.
*/
/**
* Correct the padding in Firefox.
*/
/**
* 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.
*/
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
/**
* Remove the default vertical scrollbar in IE 10+.
*/
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
/**
* 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.
*/
/**
* 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.
*/
/* Interactive
  ========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
/*
* Add the correct display in all browsers.
*/
/* Misc
  ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
/**
* Add the correct display in IE 10.
*/
/* ===================== шрифты. подключение =========================== */
@font-face {
  font-family: "RobotoCondensed";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/RobotoCondensed-Light.woff2") format("woff2"), url("../fonts/RobotoCondensed-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "RobotoCondensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("../fonts/RobotoCondensed-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "RobotoCondensed";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("../fonts/RobotoCondensed-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "AlumniSans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/AlumniSans-SemiBold.woff2") format("woff2"), url("../fonts/AlumniSans-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "AlumniSans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/AlumniSans-ExtraBold.woff2") format("woff2"), url("../fonts/AlumniSans-ExtraBold.woff") format("woff");
  font-display: swap;
}
.text-base {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #102654;
}
@media (min-width: 768px) {
  .text-base {
    line-height: 22px;
  }
}
.text-basic {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #102654;
}
@media (min-width: 768px) {
  .text-basic {
    font-size: 16px;
    line-height: 24px;
  }
}
.text-games {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #102654;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .text-games {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
  }
}
@media (min-width: 1366px) {
  .text-games {
    line-height: 150%;
    letter-spacing: 0;
  }
}
.text-games-term {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #102654;
}
@media (min-width: 768px) {
  .text-games-term {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1366px) {
  .text-games-term {
    line-height: 123%;
    font-weight: 400;
  }
}
.text-games-month {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 12px;
  line-height: 100%;
  font-weight: 400;
  color: #102654;
}
@media (min-width: 768px) {
  .text-games-month {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 1366px) {
  .text-games-month {
    font-size: 14px;
    line-height: 28px;
  }
}
.title-main {
  /* h1 */
  margin-top: 0;
  margin-bottom: 0;
  font-family: "AlumniSans", impact, sans-serif;
  font-size: 62px;
  line-height: 62px;
  font-weight: 800;
  color: #102654;
  letter-spacing: 0.017em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .title-main {
    font-size: 72px;
    line-height: 85px;
    letter-spacing: 0.026em;
  }
}
@media (min-width: 1366px) {
  .title-main {
    font-size: 92px;
    line-height: 110px;
    letter-spacing: 0.04em;
  }
}
.title-super {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "AlumniSans", impact, sans-serif;
  font-size: 48px;
  line-height: 54px;
  font-weight: 600;
  color: #102654;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media (min-width: 1366px) {
  .title-super {
    font-size: 82px;
    line-height: 96px;
  }
}
.title-section {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "AlumniSans", impact, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  color: #102654;
}
@media (min-width: 768px) {
  .title-section {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 0;
  }
  .title-section--big {
    font-size: 54px;
    line-height: 54px;
  }
}
@media (min-width: 1366px) {
  .title-section {
    font-size: 54px;
    line-height: 54px;
  }
}
.subtitle {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #102654;
}
@media (min-width: 768px) {
  .subtitle {
    font-size: 20px;
  }
}
@media (min-width: 1366px) {
  .subtitle {
    font-size: 22px;
    line-height: 22px;
  }
}
.subtitle-rewiews {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #102654;
}
@media (min-width: 768px) {
  .subtitle-rewiews {
    font-size: 22px;
    line-height: 22px;
  }
}
.title-contacts {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #102654;
}
@media (min-width: 768px) {
  .title-contacts {
    font-size: 24px;
    line-height: 24px;
  }
}
.text-juri {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  color: #102654;
  color: #ffffff;
}
.text-nav {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  color: #102654;
  text-decoration: none;
}
@media (min-width: 768px) {
  .text-nav {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (min-width: 1366px) {
  .text-nav {
    font-size: 26px;
    line-height: 26px;
  }
}
.title-price {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  color: #102654;
}
@media (min-width: 768px) {
  .title-price {
    font-size: 26px;
  }
}
.text-detailed {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #102654;
  text-transform: uppercase;
}
.text-btn-faq {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #102654;
}
@media (min-width: 768px) {
  .text-btn-faq {
    font-size: 18px;
  }
}
.text-month {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #102654;
}
@media (min-width: 768px) {
  .text-month {
    font-size: 18px;
  }
}
@media (min-width: 1366px) {
  .text-month {
    font-size: 20px;
    line-height: 150%;
  }
}
.text-price-number {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 48px;
  line-height: 150%;
  font-weight: 600;
  color: #103aae;
}
@media (min-width: 768px) {
  .text-price-number {
    font-size: 60px;
    line-height: 150%;
  }
}
.text-games-number {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
  color: #102654;
}
@media (min-width: 768px) {
  .text-games-number {
    line-height: 24px;
  }
}
@media (min-width: 1366px) {
  .text-games-number {
    font-size: 40px;
    line-height: 142%;
  }
}
.text-name {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #102654;
  text-decoration: none;
}
@media (min-width: 768px) {
  .text-name {
    line-height: 22px;
  }
}
.text-form {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #102654;
  color: #ffffff;
}
.text-invert {
  color: #ffffff;
}
.page {
  /*  для стики-футера */
  height: 100%;
}
.page__body {
  position: relative;
  margin: 0 auto;
  background-color: #ffffff;
  min-width: 320px;
  /*  для стики-футера */
  display: flex;
  min-height: 100%;
  flex-direction: column;
}
.page__main {
  /*  для стики-футера */
  flex-grow: 1;
}
@media (min-width: 1366px) {
  .page__section-wrapp {
    display: flex;
    max-width: 1366px;
    margin: 0 auto;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.container {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container--juri {
  padding-left: 30px;
  padding-right: 30px;
}
.container--reviews {
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 45px;
    padding-right: 45px;
  }
  .container--juri {
    padding-left: 104px;
    padding-right: 104px;
  }
  .container--reviews {
    padding-left: 134px;
    padding-right: 134px;
  }
}
@media (min-width: 1366px) {
  .container {
    padding-left: 103px;
    padding-right: 103px;
    max-width: 1366px;
  }
  .container--reviews {
    padding-left: 403px;
    padding-right: 403px;
  }
}
.js-open-init .faq__content-answer {
  max-height: -moz-fit-content;
  max-height: fit-content;
  will-change: max-height;
  transition: max-height 0.3s ease-out;
  box-sizing: content-box;
}
.button {
  box-sizing: border-box;
  display: block;
  padding: 22px 10px;
  border: 2px solid #ffffff;
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
.button:not(.button--disabled):hover {
  color: #103aae;
  background-color: #ffffff;
}
.button:not(.button--disabled):focus {
  color: #103aae;
  background-color: rgba(255, 255, 255, 0.8);
  outline: none;
}
.button:not(.button--disabled):active {
  color: #102654;
  background-color: #ffffff;
}
.button--disabled {
  cursor: default;
  opacity: 0.5;
}
.button--card {
  padding: 25px 10px;
}
.button--dark {
  color: #102654;
  padding: 25px 10px;
  margin-top: -2px;
  border: 2px solid #102654;
  width: 100%;
}
@media (min-width: 768px) {
  .button--dark {
    margin-top: 0;
  }
}
.button--dark:not(.button--disabled):hover, .button--dark:not(.button--disabled):active, .button--dark:not(.button--disabled):focus {
  color: #ffffff;
}
.hero {
  padding-bottom: 32px;
  text-align: right;
  background-color: #102654;
  background-image: linear-gradient(to right, #1c3477, #1a3578 39%, #73184b 76%, #b4022a);
}
@media (min-width: 768px) {
  .hero {
    padding-bottom: 100px;
  }
}
@media (min-width: 1366px) {
  .hero {
    padding-bottom: 120px;
  }
}
.hero__wrapp {
  padding-top: 16px;
  padding-bottom: 18px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .hero__wrapp {
    padding-top: 31px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1366px) {
  .hero__wrapp {
    padding-top: 31px;
    padding-bottom: 31px;
    margin-bottom: 26px;
  }
}
.hero__tel {
  margin-top: -2px;
  max-width: 360px;
}
@media (min-width: 768px) {
  .hero__tel {
    margin-top: -1px;
  }
}
.hero__tel:not(.hero__tel--disabled):hover {
  color: rgba(28, 51, 116, 0.5);
}
.hero__tel:not(.hero__tel--disabled):focus {
  outline: none;
}
.hero__tel:not(.hero__tel--disabled):focus-visible {
  color: #1c3374;
}
.hero__tel:not(.hero__tel--disabled):active {
  color: #102654;
}
.hero__tel--disabled {
  cursor: default;
  color: rgba(248, 249, 252, 0.5);
}
@media (min-width: 1366px) {
  .hero__tel {
    margin-top: 2px;
  }
}
.hero__conteiner {
  margin-top: 48px;
  display: flex;
  align-items: flex-end;
  gap: 0 21px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .hero__conteiner {
    margin-top: 0;
    gap: 0 26px;
  }
}
@media (min-width: 1366px) {
  .hero__conteiner {
    gap: 0;
  }
}
@media (min-width: 768px) {
  .hero__conteiner-external {
    display: flex;
    align-items: center;
    gap: 30px;
  }
}
@media (min-width: 1366px) {
  .hero__conteiner-external {
    margin-left: 147px;
    margin-right: 72px;
    gap: 56px;
  }
}
@media (min-width: 768px) {
  .hero__omsk {
    margin-bottom: 9px;
  }
}
@media (min-width: 1366px) {
  .hero__omsk {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.hero__title {
  margin-top: 14px;
  width: -moz-min-content;
  width: min-content;
  text-align: right;
  max-width: 156px;
}
@media (min-width: 768px) {
  .hero__title {
    margin-top: 0;
    margin-bottom: 50px;
    max-width: 186px;
  }
}
@media (min-width: 1366px) {
  .hero__title {
    width: 100%;
    margin-bottom: 40px;
    max-width: 270px;
  }
}
.hero__button {
  margin-top: 48px;
  width: 100%;
}
@media (min-width: 768px) {
  .hero__button {
    margin-top: 0;
    padding: 20px 10px;
    margin-left: auto;
    width: 185px;
  }
}
@media (min-width: 1366px) {
  .hero__button {
    margin-top: 0;
    margin-bottom: 0;
    width: 270px;
    padding: 25px 10px;
  }
}
.hero__list {
  box-sizing: border-box;
  max-width: 113px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  flex-shrink: 1;
}
@media (min-width: 768px) {
  .hero__list {
    align-self: center;
    flex-shrink: 0;
    margin-top: 56px;
  }
}
@media (min-width: 1366px) {
  .hero__list {
    margin-top: 66px;
    max-width: 115px;
  }
}
@media (min-width: 1366px) {
  .hero__title-wrapp {
    flex-shrink: 0;
    flex-grow: 1;
  }
}
.hero__img {
  display: none;
}
@media (min-width: 768px) {
  .hero__img {
    display: block;
    width: 324px;
    height: 390px;
  }
}
@media (min-width: 1366px) {
  .hero__img {
    width: 500px;
    height: 524px;
    flex-shrink: 0;
  }
}
.hero__logo {
  display: block;
  width: 100px;
  height: 20px;
}
@media (min-width: 768px) {
  .hero__logo {
    width: 110px;
    height: 22px;
  }
}
@media (min-width: 1366px) {
  .hero__logo {
    width: 130px;
    height: 26px;
  }
}
.about {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .about {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1366px) {
  .about {
    position: relative;
    padding-top: 120px;
    padding-bottom: 240px;
    display: flex;
    gap: 145px;
  }
}
.about__title {
  margin-bottom: 12px;
  text-align: left;
}
@media (min-width: 768px) {
  .about__title {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (min-width: 1366px) {
  .about__title {
    margin-bottom: 25px;
    text-align: left;
  }
}
.about__subtitle {
  margin-bottom: 36px;
  text-align: left;
}
@media (min-width: 768px) {
  .about__subtitle {
    text-align: center;
  }
}
@media (min-width: 1366px) {
  .about__subtitle {
    text-align: left;
    margin-bottom: 95px;
  }
}
.about__content {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #102654;
  margin-bottom: 36px;
  text-align: left;
}
@media (min-width: 768px) {
  .about__content {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 0 90px 36px;
  }
}
@media (min-width: 1366px) {
  .about__content {
    text-align: left;
    margin: 0;
  }
}
.about__content p {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}
.about__content p:nth-child(1) {
  display: block;
}
@media (min-width: 1366px) {
  .about__content p {
    display: block;
  }
  .about__content p:not(:nth-child(1)) {
    margin-top: 8px;
  }
}
.about__container {
  box-sizing: border-box;
  margin: 0 auto;
}
@media (min-width: 1366px) {
  .about__container {
    width: 355px;
    text-align: left;
    display: flex;
    flex-direction: column;
  }
}
.about__wrapper {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .about__wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1366px) {
  .about__wrapper {
    position: static;
  }
}
.about__img {
  display: block;
  width: 320px;
  height: 280px;
  margin: 0 auto;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .about__img {
    width: 678px;
    height: 345px;
    margin-bottom: 0;
  }
}
@media (min-width: 1366px) {
  .about__img {
    width: 660px;
    height: 400px;
    order: 1;
  }
}
.about__video {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 320px;
  height: 170px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .about__video {
    width: 270px;
    margin-left: 0;
    margin-right: 0;
    height: 170px;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -85px;
  }
}
@media (min-width: 1366px) {
  .about__video {
    width: 360px;
    height: 230px;
    left: 50%;
    bottom: 125px;
  }
}
.price {
  padding-top: 41px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #f8f9fc;
}
@media (min-width: 768px) {
  .price {
    padding-top: 59px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-position: bottom 0 right 0;
    background-size: 324px;
    background-image: -webkit-image-set(url("./blin_bg_tab@1x-CuniUFuX.webp") 1x type("image/webp"), url("..img/blin/blin_bg_tab@1x.jpg") 1x, url("./blin_bg_tab@2x-Bkra1KF3.webp") 2x type("image/webp"), url("../img/blin/blin_bg_tab@2x.jpg") 2x);
    background-image: image-set(url("./blin_bg_tab@1x-CuniUFuX.webp") 1x type("image/webp"), url("..img/blin/blin_bg_tab@1x.jpg") 1x, url("./blin_bg_tab@2x-Bkra1KF3.webp") 2x type("image/webp"), url("../img/blin/blin_bg_tab@2x.jpg") 2x);
  }
}
@media (min-width: 1366px) {
  .price {
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: bottom -10px right -75px;
    background-size: 384px;
  }
}
.price__title {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .price__title {
    margin-bottom: 36px;
  }
}
@media (min-width: 1366px) {
  .price__title {
    margin-bottom: 15px;
  }
}
.price__month {
  box-sizing: border-box;
  width: 290px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 40px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-bottom: 3px;
  border-bottom: 2px solid rgba(120, 120, 120, 0.2);
}
@media (min-width: 768px) {
  .price__month {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    width: 310px;
  }
}
@media (min-width: 1366px) {
  .price__month {
    width: 350px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.price__cards-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
@media (min-width: 768px) {
  .price__cards-list {
    gap: 40px;
  }
}
@media (min-width: 1366px) {
  .price__cards-list {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 40px;
  }
}
.price:has(.card__btn--2:hover) .price__card--2,
.price:has(.card__btn--1:hover) .price__card--1,
.price:has(.card__btn--3:hover) .price__card--3,
.price:has(.card__btn--1:focus) .price__card--1,
.price:has(.card__btn--2:focus) .price__card--2,
.price:has(.card__btn--3:focus) .price__card--3 {
  border: 7px solid #ed0233;
  -o-border-image: linear-gradient(155deg, #ed0233, #003eb7 95%);
     border-image: linear-gradient(155deg, #ed0233, #003eb7 95%);
  border-image-slice: 7;
}
.games {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .games {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1366px) {
  .games {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.games__container {
  box-sizing: border-box;
  width: 290px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .games__container {
    width: 678px;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1366px) {
  .games__container {
    width: 1160px;
    justify-content: stretch;
    align-items: stretch;
  }
}
.games__color {
  width: 290px;
  box-sizing: border-box;
  padding: 40px;
  background-color: #ed0233;
}
@media (min-width: 768px) {
  .games__color {
    width: 300px;
    flex-shrink: 0;
    padding: 40px;
  }
}
@media (min-width: 1366px) {
  .games__color {
    width: 500px;
    padding: 62px 80px 98px;
  }
}
.games__img {
  display: block;
  background-color: #103aae;
  width: 290px;
  height: 290px;
}
@media (min-width: 768px) {
  .games__img {
    width: 378px;
    height: 348px;
  }
}
@media (min-width: 1366px) {
  .games__img {
    width: 660px;
    min-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.games__text {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .games__text {
    margin-bottom: 10px;
  }
}
@media (min-width: 1366px) {
  .games__text {
    padding-top: 23px;
    padding-bottom: 20px;
  }
}
.games__wrapp {
  display: flex;
  gap: 37px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .games__wrapp {
    gap: 0;
    margin-bottom: 0;
  }
}
.games__link {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  width: 56px;
}
@media (min-width: 768px) {
  .games__link {
    width: 100px;
    flex-shrink: 0;
  }
}
@media (min-width: 1366px) {
  .games__link {
    width: 95px;
  }
}
.games__term {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 2px;
}
@media (min-width: 768px) {
  .games__term {
    padding-bottom: 1px;
  }
}
@media (min-width: 1366px) {
  .games__term {
    padding-bottom: 6px;
  }
}
.games__definition {
  padding-top: 2px;
  padding-bottom: 0;
  margin-left: 0;
  display: flex;
  gap: 3px;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .games__definition {
    align-items: center;
    gap: 6px;
  }
}
@media (min-width: 1366px) {
  .games__definition {
    padding-top: 0;
    align-items: stretch;
  }
}
.games__term + .games__definition {
  padding-bottom: 6px;
}
@media (min-width: 768px) {
  .games__term + .games__definition {
    padding-bottom: 10px;
  }
}
@media (min-width: 1366px) {
  .games__term + .games__definition {
    padding-bottom: 12px;
  }
}
.games__year {
  display: block;
}
@media (min-width: 768px) {
  .games__button {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.juri {
  position: relative;
  padding-top: 41px;
  padding-bottom: 40px;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .juri {
    padding-top: 30px;
    padding-bottom: 60px;
    position: relative;
  }
}
@media (min-width: 1366px) {
  .juri {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.juri__title {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .juri__title {
    margin-bottom: 47px;
  }
}
.juri__list {
  position: relative;
  z-index: 10;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  width: 260px;
  display: flex;
}
@media (min-width: 768px) {
  .juri__list {
    width: 560px;
  }
}
@media (min-width: 1366px) {
  .juri__list {
    margin-left: 0;
    margin-right: 0;
  }
}
.juri-card {
  position: relative;
  width: 260px;
  min-height: 300px;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: scroll;
}
.juri-card:focus {
  outline: none;
}
.juri-card:focus .juri-card__info, .juri-card:focus-visible .juri-card__info {
  opacity: 1;
}
@media (min-width: 768px) {
  .juri-card {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1366px) {
  .juri-card:hover .juri-card__info {
    opacity: 1;
  }
}
@media ((hover: none) and (pointer: coarse)) {
  .juri-card:active .juri-card__info {
    opacity: 1;
  }
}
.juri-card__img {
  display: block;
  width: 260px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.juri-card__name {
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}
.juri-card__info {
  opacity: 0;
  box-sizing: border-box;
  width: 260px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(16, 38, 84, 0.89);
  padding: 45px 40px 50px;
}
.juri-card__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 8px;
}
.juri-card__specialty {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #b6bdcc;
  margin-bottom: 34px;
}
.juri-card__list {
  padding: 0;
  margin: 0;
  margin-left: 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.juri-card__skills {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #ffffff;
}
.features {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #f8f9fc;
}
@media (min-width: 768px) {
  .features {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1366px) {
  .features {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.features__title {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .features__title {
    margin-bottom: 50px;
  }
}
.features__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
}
@media (min-width: 768px) {
  .features__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 30px;
  }
}
@media (min-width: 1366px) {
  .features__list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
}
.features__item {
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .features__item {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
}
@media (min-width: 1366px) {
  .features__item--bottom {
    border-top: 1px solid rgba(209, 10, 66, 0.2);
    padding-top: 40px;
  }
}
.features__content h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 64px;
  line-height: 64px;
  font-weight: 700;
  color: transparent;
  margin-bottom: 12px;
  background-color: #0041ca;
  background-image: linear-gradient(145deg, #d10a42 20%, #0041ca 55%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .features__content h3 {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 0;
  }
}
.features__content span {
  display: block;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #2e35ac;
}
@media (min-width: 768px) {
  .features__content span {
    line-height: 22px;
  }
}
@media (min-width: 1366px) {
  .features__content div {
    width: 210px;
  }
}
.features__content h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #102654;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .features__content h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1366px) {
  .features__content h4 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 8px;
  }
}
.features__content p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #102654;
}
@media (min-width: 768px) {
  .features__content p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .features__content {
    display: flex;
    align-items: flex-start;
    gap: 15px;
  }
}
@media (min-width: 1366px) {
  .features__content {
    justify-content: space-between;
  }
}
.features__content-dark h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 64px;
  line-height: 64px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .features__content-dark h4 {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1366px) {
  .features__content-dark h4 {
    margin-bottom: 30px;
  }
}
.features__content-dark span {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  color: #ffffff;
  align-items: center;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .features__content-dark span {
    font-size: 24px;
    line-height: 24px;
    margin-top: 25px;
  }
}
@media (min-width: 1366px) {
  .features__content-dark span {
    font-size: 26px;
    line-height: 26px;
    margin-top: 10px;
  }
}
.features__content-dark p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #ffffff;
}
@media (min-width: 768px) {
  .features__content-dark p {
    font-size: 16px;
    line-height: 24px;
  }
}
.features__item-container {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .features__item-container {
    margin-top: 0;
    margin-bottom: 0;
    grid-column: span 2;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1366px) {
  .features__item-container {
    grid-column: span 1;
    grid-row: span 2;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
@media (min-width: 1366px) {
  .features__item-wrapp {
    width: 210px;
  }
}
.features__item-dark {
  box-sizing: border-box;
  padding: 30px 75px 40px;
  color: #ffffff;
  background-color: #1c3374;
}
@media (min-width: 768px) {
  .features__item-dark {
    margin-left: 179px;
    margin-right: 179px;
    padding: 35px;
    padding-bottom: 36px;
  }
}
@media (min-width: 1366px) {
  .features__item-dark {
    margin-left: 0;
    margin-right: 0;
    padding: 58px 40px;
  }
}
.offers {
  padding-top: 41px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .offers {
    padding-top: 61px;
    padding-bottom: 58px;
  }
}
@media (min-width: 1366px) {
  .offers {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.offers__title {
  margin-bottom: 39px;
  text-align: center;
}
@media (min-width: 768px) {
  .offers__title {
    margin-bottom: 34px;
  }
}
@media (min-width: 1366px) {
  .offers__title {
    margin-bottom: 70px;
  }
}
@media (min-width: 1366px) {
  .offers__wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-end;
  }
}
.offers__wrapper-inner {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .offers__wrapper-inner {
    width: 678px;
    display: flex;
    margin: 0 auto;
  }
}
.offers__bid {
  box-sizing: border-box;
  width: 320px;
  padding: 30px 30px 33px;
  margin: 0 auto;
  background-color: #ed0233;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .offers__bid {
    box-sizing: border-box;
    width: 280px;
    padding: 40px 25px 46px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 1366px) {
  .offers__bid {
    padding: 40px 45px 46px;
  }
}
.offers__content dl {
  margin: 0;
}
@media (min-width: 768px) {
  .offers__content dl {
    text-align: left;
  }
}
.offers__content dt {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  color: #102654;
  margin-bottom: 9px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .offers__content dt {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 24px;
  }
}
@media (min-width: 1366px) {
  .offers__content dt {
    font-size: 26px;
    line-height: 26px;
  }
}
.offers__content dd {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 64px;
  line-height: 64px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 27px;
}
@media (min-width: 768px) {
  .offers__content dd {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 40px;
  }
}
.offers__content p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #ffffff;
}
@media (min-width: 768px) {
  .offers__content p {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 21px;
  }
}
@media (min-width: 1366px) {
  .offers__content p {
    margin-bottom: 40px;
  }
}
.offers__link {
  position: relative;
  display: inline-block;
  margin-top: 29px;
  text-decoration: none;
  align-self: center;
  color: #1c3374;
}
.offers__link::after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  right: 0;
  left: 0;
  bottom: -5px;
  background-color: #ffffff;
}
.offers__link--invert {
  color: #ffffff;
}
.offers__link:hover {
  opacity: 0.8;
}
.offers__link:focus {
  outline: 1px solid #ffffff;
  outline-offset: 10px;
}
.offers__link:focus::after {
  background-color: transparent;
}
.offers__link--disabled {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .offers__link {
    margin-top: auto;
    align-self: flex-start;
  }
}
.offers__link--color {
  margin-top: auto;
}
.offers__link--color::after {
  background-color: #74819c;
}
.offers__link--color:active {
  outline: 1px solid #1c3374;
}
.offers__link--color:focus {
  outline: 1px solid #1c3374;
}
@media (min-width: 1366px) {
  .offers__content-card {
    margin-bottom: 40px;
  }
}
.offers__content-card h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  color: #1c3374;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .offers__content-card h3 {
    font-size: 26px;
    line-height: 26px;
    text-align: left;
    margin-bottom: 10px;
  }
}
.offers__content-card p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #1c3374;
}
@media (min-width: 768px) {
  .offers__content-card p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1366px) {
  .offers__content-card p {
    line-height: 140%;
  }
}
.offers__img {
  display: block;
  width: 320px;
  height: 360px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .offers__img {
    margin: 0;
    width: 400px;
    height: 462px;
  }
}
@media (min-width: 1366px) {
  .offers__img {
    width: 280px;
    height: 460px;
  }
}
.offers__list {
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .offers__list {
    width: 678px;
    margin: 0 auto;
    flex-direction: row;
    gap: 32px;
    margin-bottom: 0;
    margin-top: 35px;
  }
}
@media (min-width: 1366px) {
  .offers__list {
    flex-direction: column;
    width: 100%;
    margin-top: 0;
  }
}
.offers__item {
  box-sizing: border-box;
  text-align: center;
  padding: 20px;
  padding-bottom: 26px;
  border: 7px solid #ed0233;
  -o-border-image: linear-gradient(155deg, #ed0233, #003eb7 95%);
     border-image: linear-gradient(155deg, #ed0233, #003eb7 95%);
  border-image-slice: 7;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .offers__item {
    width: 324px;
    text-align: left;
    gap: 30px;
    padding: 20px;
    padding-bottom: 26px;
    align-items: stretch;
  }
}
@media (min-width: 1366px) {
  .offers__item {
    width: 100%;
    gap: 0;
  }
  .offers__item--shadow {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
}
.faq {
  padding-top: 71px;
  padding-bottom: 70px;
  background-color: #f8f9fc;
  color: #000000;
}
@media (min-width: 768px) {
  .faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1366px) {
  .faq {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.faq__title {
  margin-bottom: 34px;
  text-align: center;
}
@media (min-width: 768px) {
  .faq__title {
    margin-bottom: 45px;
  }
}
@media (min-width: 1366px) {
  .faq__title {
    text-align: left;
    margin-bottom: 49px;
  }
}
@media (min-width: 1366px) {
  .faq__wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
  }
}
.faq__tabs {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .faq__tabs {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1366px) {
  .faq__tabs {
    flex-direction: column;
    gap: 10px;
  }
}
.faq__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-top: 35px;
  border-bottom: 1px solid #74819c;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .faq__list {
    margin-top: 45px;
  }
}
@media (min-width: 1366px) {
  .faq__list {
    margin-top: 0;
  }
}
.faq__item {
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #74819c;
}
@media (min-width: 768px) {
  .faq__item {
    padding-top: 23px;
    margin-bottom: 23px;
  }
}
@media (min-width: 1366px) {
  .faq__item {
    padding-top: 22px;
  }
}
.faq__summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq__btn {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border: 1px solid #1c3374;
  border-radius: 50%;
  padding: 0;
  margin-left: 50px;
}
.faq__btn::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #1c3374;
  -webkit-mask-image: url("../assets/spritemap.55eac5ba.svg#sprite-plus-view");
          mask-image: url("../assets/spritemap.55eac5ba.svg#sprite-plus-view");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto;
          mask-size: auto;
  -webkit-mask-position: center;
          mask-position: center;
}
@media (min-width: 768px) {
  .faq__btn {
    width: 40px;
    height: 40px;
    margin-left: 138px;
  }
}
.faq__btn--1 {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .faq__btn--1 {
    margin-left: 60px;
  }
}
.faq__content-summary h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
  color: #102654;
}
@media (min-width: 768px) {
  .faq__content-summary h3 {
    font-size: 22px;
  }
}
@media (min-width: 1366px) {
  .faq__content-summary h3 {
    font-size: 24px;
  }
}
.faq__content-answer {
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: max-height 2s ease-out;
  box-sizing: content-box;
}
.faq__content-answer p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #102654;
  margin-top: 20px;
  margin-right: 52px;
}
@media (min-width: 768px) {
  .faq__content-answer p {
    margin-right: 118px;
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
  }
}
@media (min-width: 1366px) {
  .faq__content-answer p {
    margin-right: 200px;
    margin-top: 24px;
  }
}
.faq__details.js-open .faq__btn {
  background-color: #1c3374;
}
.faq__details.js-open .faq__btn::after {
  background-color: #ffffff;
  -webkit-mask-image: url("../assets/spritemap.55eac5ba.svg#sprite-minus-view");
          mask-image: url("../assets/spritemap.55eac5ba.svg#sprite-minus-view");
}
.faq__summary:hover .faq__btn {
  cursor: pointer;
  background-color: #1c3374;
}
.faq__summary:hover .faq__btn::after {
  background-color: #ffffff;
}
.faq__summary:focus {
  outline: auto;
}
.faq__summary:focus .faq__btn {
  cursor: pointer;
  background-color: #74819c;
}
.faq__summary:focus .faq__btn::after {
  background-color: #ffffff;
}
.faq__btn--disabled {
  cursor: default;
  opacity: 30%;
}
.tab-faq__button {
  box-sizing: border-box;
  display: block;
  width: 140px;
  min-height: 46px;
  text-align: center;
  padding: 14px 10px;
  border: 1px solid rgba(16, 38, 84, 0.2);
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .tab-faq__button {
    width: 162px;
    min-height: 54px;
  }
}
@media (min-width: 1366px) {
  .tab-faq__button {
    width: 260px;
    padding-top: 19px;
  }
}
.tab-faq__radio:checked + .tab-faq__button {
  border: 1px solid transparent;
  background-color: #0041ca;
  background-image: linear-gradient(to right, #ed0233, #003eb7);
  color: #ffffff;
}
.tab-faq__radio:not(:disabled):hover + .tab-faq__button, .tab-faq__radio:not(:disabled):focus-visible + .tab-faq__button {
  border: 2px solid #102654;
}
.tab-faq__radio:not(:disabled):focus + .tab-faq__button {
  outline: none;
}
.tab-faq__radio:disabled + .tab-faq__button {
  color: #102654;
  border: 1px solid #102654;
  opacity: 0.2;
  cursor: default;
}
.tab-faq__show1,
.tab-faq__show2,
.tab-faq__show3,
.tab-faq__show4 {
  display: none;
}
.tab-faq:has(.tab-faq__radio--1:checked) .tab-faq__show1,
.tab-faq:has(.tab-faq__radio--2:checked) .tab-faq__show2,
.tab-faq:has(.tab-faq__radio--3:checked) .tab-faq__show3,
.tab-faq:has(.tab-faq__radio--4:checked) .tab-faq__show4 {
  display: block;
}
.reviews {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .reviews {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1366px) {
  .reviews {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.reviews__title {
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .reviews__title {
    margin-bottom: 35px;
    font-size: 54px;
    line-height: 54px;
  }
}
@media (min-width: 1366px) {
  .reviews__title {
    margin-bottom: 75px;
  }
}
.reviews__list {
  position: relative;
  z-index: 10;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.reviews__item {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 30px 25px;
  background-color: #1c3374;
  color: #ffffff;
}
@media (min-width: 768px) {
  .reviews__item {
    padding: 41px 30px;
    display: flex;
    gap: 40px;
  }
}
@media (min-width: 1366px) {
  .reviews__item {
    padding: 60px;
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .reviews__item.swiper-slide {
    display: flex;
  }
}
.reviews__content img {
  box-sizing: border-box;
  display: block;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .reviews__content img {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
  }
}
.reviews__content h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .reviews__content h3 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 20px;
    text-align: left;
  }
}
.reviews__content p {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #ffffff;
}
@media (min-width: 768px) {
  .reviews__content p {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }
}
.request {
  box-sizing: border-box;
  padding-top: 71px;
  padding-bottom: 70px;
  background-color: #102654;
}
@media (min-width: 768px) {
  .request {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1366px) {
  .request {
    padding-top: 60px;
  }
}
.request__title {
  margin-bottom: 33px;
}
@media (min-width: 768px) {
  .request__title {
    text-align: center;
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 34px;
  }
}
@media (min-width: 1366px) {
  .request__title {
    text-align: left;
    margin-bottom: 36px;
  }
}
.request__form {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media (min-width: 768px) {
  .request__form {
    width: 440px;
    margin: 0 auto;
  }
}
@media (min-width: 1366px) {
  .request__form {
    margin: 0;
    width: 100%;
    gap: 35px;
  }
}
.request__field {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 27px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  padding-bottom: 1px;
}
@media (min-width: 768px) {
  .request__field {
    height: 26px;
  }
}
.request__field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.request__field::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.request__field:hover {
  border-bottom: 1px solid #ffffff;
}
.request__field:focus-visible {
  outline: 1px solid #ffffff;
}
.request__field:disabled {
  color: rgba(255, 255, 255, 0.4);
}
.request__field:not(:-moz-placeholder-shown):invalid {
  border-bottom: 1px solid #ff121f;
}
.request__field:not(:placeholder-shown):invalid {
  border-bottom: 1px solid #ff121f;
}
.request__field:not(:-moz-placeholder-shown):invalid + .request__err {
  display: block;
}
.request__field:not(:placeholder-shown):invalid + .request__err {
  display: block;
}
@media (min-width: 768px) {
  .request__field {
    height: 26px;
  }
}
.request__err {
  display: none;
  position: absolute;
  bottom: -25px;
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #ff121f;
}
.request__label {
  position: relative;
}
@media (min-width: 768px) {
  .request__label {
    flex-grow: 1;
  }
}
.request__wrapp {
  width: 100%;
  display: flex;
  gap: 34px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .request__wrapp {
    flex-direction: row;
    align-items: stretch;
    gap: 31px;
  }
}
@media (min-width: 768px) {
  .request__btn {
    padding: 25px 10px;
  }
}
.contacts {
  padding-top: 37px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .contacts {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1366px) {
  .contacts {
    border-top: 1px solid #74819c;
  }
}
.contacts__title {
  margin-bottom: 37px;
}
@media (min-width: 768px) {
  .contacts__title {
    margin-bottom: 36px;
    text-align: center;
    font-size: 54px;
    line-height: 54px;
  }
}
@media (min-width: 1366px) {
  .contacts__title {
    text-align: left;
  }
}
.contacts__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 27px;
}
@media (min-width: 768px) {
  .contacts__list {
    width: 440px;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 0;
  }
}
@media (min-width: 1366px) {
  .contacts__list {
    margin: 0;
    width: 100%;
  }
}
.contacts__item {
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .contacts__item {
    width: 220px;
    padding-bottom: 16px;
  }
  .contacts__item--1, .contacts__item--2 {
    border-right: 1px solid #74819c;
  }
  .contacts__item--3, .contacts__item--4 {
    padding-left: 30px;
  }
}
@media (min-width: 768px) and (min-width: 1366px) {
  .contacts__item--3, .contacts__item--4 {
    padding-left: 60px;
  }
}
@media (min-width: 768px) {
  .contacts__item--2, .contacts__item--4 {
    padding-bottom: 0;
  }
  .contacts__item--2 {
    order: 2;
    padding-right: 20px;
  }
  .contacts__item--3 {
    order: 1;
  }
  .contacts__item--4 {
    order: 3;
  }
}
@media (min-width: 1366px) {
  .contacts__item {
    width: 238px;
    padding-bottom: 14px;
  }
}
.contacts__name {
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .contacts__name {
    margin-bottom: 6px;
  }
}
@media (min-width: 1366px) {
  .contacts__name {
    margin-bottom: 5px;
  }
}
.contacts__link:hover {
  opacity: 0.8;
}
.contacts__link:focus {
  outline: none;
}
.contacts__link:focus-visible, .contacts__link:active {
  opacity: 0.6;
}
.footer {
  padding-top: 40px;
  background-color: #030a1a;
  color: #ffffff;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 45px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1366px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .page__container {
    display: flex;
    align-items: flex-start;
    gap: 26px;
    justify-content: space-between;
  }
}
.footer__logo {
  display: block;
  width: 100px;
  height: 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .footer__logo {
    width: 110px;
    height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1366px) {
  .footer__logo {
    width: 130px;
    height: 26px;
  }
}
.footer__list-user {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  padding-right: 20px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 35px;
}
@media (min-width: 768px) {
  .footer__list-user {
    max-width: 400px;
    padding-right: 0;
    margin-bottom: 0;
    flex-shrink: 0;
    gap: 16px 30px;
  }
}
@media (min-width: 1366px) {
  .footer__list-user {
    max-width: 810px;
    gap: 20px 82px;
  }
}
.footer__link {
  text-decoration: none;
}
.footer__link:hover {
  opacity: 0.8;
}
.footer__link:focus {
  outline: none;
}
.footer__link:focus-visible, .footer__link:active {
  opacity: 0.6;
}
.footer__social-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .footer__social-list {
    gap: 15px;
  }
}
@media (min-width: 1366px) {
  .footer__social-list {
    gap: 10px;
  }
}
.footer__social-link {
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__social-link::before {
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  background-color: #030a1a;
  -webkit-mask-size: auto;
          mask-size: auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.footer__social-link--vk::before {
  -webkit-mask-image: url("../assets/spritemap.55eac5ba.svg#sprite-vk-view");
          mask-image: url("../assets/spritemap.55eac5ba.svg#sprite-vk-view");
}
.footer__social-link--ok::before {
  -webkit-mask-image: url("../assets/spritemap.55eac5ba.svg#sprite-ok-view");
          mask-image: url("../assets/spritemap.55eac5ba.svg#sprite-ok-view");
}
.footer__social-link--reddit::before {
  -webkit-mask-image: url("../assets/spritemap.55eac5ba.svg#sprite-reddit-view");
          mask-image: url("../assets/spritemap.55eac5ba.svg#sprite-reddit-view");
}
.footer__social-link:not(.footer__social-link--disabled):hover {
  background-color: #74819c;
}
.footer__social-link:not(.footer__social-link--disabled):hover::before {
  background-color: #ffffff;
}
.footer__social-link:not(.footer__social-link--disabled):focus {
  outline: none;
}
.footer__social-link:not(.footer__social-link--disabled):focus-visible {
  background-color: #103aae;
}
.footer__social-link:not(.footer__social-link--disabled):focus-visible::before {
  background-color: #ffffff;
}
.footer__social-link:not(.footer__social-link--disabled):active {
  background-color: #102654;
}
.footer__social-link:not(.footer__social-link--disabled):active::before {
  background-color: #ffffff;
}
.footer__social-link--disabled {
  cursor: default;
  background-color: #ffffff;
  opacity: 0.3;
}
.slider__container {
  position: relative;
}
.slider__container--juri {
  width: 260px;
}
@media (min-width: 768px) {
  .slider__container--juri {
    width: 560px;
  }
}
@media (min-width: 1366px) {
  .slider__container--juri {
    width: 1160px;
  }
}
.slider__container--reviews {
  width: 240px;
}
@media (min-width: 768px) {
  .slider__container--reviews {
    width: 500px;
  }
}
@media (min-width: 1366px) {
  .slider__container--reviews {
    width: 560px;
  }
}
.slider__button {
  display: none;
}
@media (min-width: 768px) {
  .slider__button {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 50%;
    margin-top: 11px;
    margin-right: 23px;
  }
  .slider__button--l {
    transform: rotate(180deg);
    margin-left: 23px;
  }
  .slider__button--reviews {
    margin-top: 19px;
    margin-left: 18px;
    margin-right: 18px;
  }
}
.slider__button::before {
  display: block;
  content: "";
  width: 35px;
  height: 35px;
  background-color: #102654;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../assets/spritemap.55eac5ba.svg#sprite-arrow-view");
          mask-image: url("../assets/spritemap.55eac5ba.svg#sprite-arrow-view");
}
@media (min-width: 1366px) {
  .slider__button {
    margin-top: 22px;
  }
  .slider__button--reviews {
    margin-top: 39px;
    margin-right: 272px;
    margin-left: 272px;
  }
}
.slider__button:not(:disabled):hover {
  border: 1px solid #102654;
}
.slider__button:not(:disabled):focus {
  outline: none;
}
.slider__button:not(:disabled):focus-visible {
  border: 1px solid #102654;
  background-color: #e8e8e8;
}
.slider__button:not(:disabled):active {
  background-color: #102654;
}
.slider__button:not(:disabled):active::before {
  background-color: #ffffff;
}
.slider__button:disabled {
  cursor: default;
}
.slider__button:disabled::before {
  background-color: rgba(16, 38, 84, 0.3);
}
.slider__button .swiper-navigation-icon {
  display: none;
}
.slider__button.swiper-button-prev,
.slider__button.swiper-button-next {
  display: none;
}
@media (min-width: 768px) {
  .slider__button.swiper-button-prev,
  .slider__button.swiper-button-next {
    display: flex;
  }
}
.card {
  box-sizing: border-box;
  border: 7px solid transparent;
  width: 290px;
  padding: 43px 35px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}
@media (min-width: 768px) {
  .card {
    width: 380px;
    padding: 58px;
    gap: 22px;
  }
}
@media (min-width: 1366px) {
  .card {
    width: 360px;
    gap: 17px;
  }
}
.card__prise {
  display: block;
  box-sizing: border-box;
  padding-top: 45px;
  text-align: center;
  width: 206px;
  height: 120px;
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  .card__prise {
    width: 250px;
    height: 150px;
    padding-top: 61px;
  }
}
.card__prise::after {
  text-align: center;
  z-index: -1;
  display: block;
  width: 206px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-tip);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "RobotoCondensed", arial, sans-serif;
  font-size: 80px;
  line-height: 150%;
  font-weight: 600;
  color: #ebebeb;
}
@media (min-width: 768px) {
  .card__prise::after {
    font-size: 100px;
    opacity: 50%;
    width: 250px;
    height: 150px;
  }
}
.card__ruble-symbol {
  display: inline-block;
  width: 24px;
  height: 33px;
  background-image: url("../assets/spritemap.55eac5ba.svg#sprite-rublik-view");
  background-repeat: no-repeat;
  background-size: 24px 33px;
}
@media (min-width: 768px) {
  .card__ruble-symbol {
    width: 30px;
    height: 42px;
    background-size: 30px 42px;
  }
}
.card__btn:not(.card__btn--disabled):hover {
  color: #ffffff;
  background-image: linear-gradient(to left, #003eb7, #ed0233);
  border: 2px solid transparent;
}
.card__btn:not(.card__btn--disabled):focus-visible {
  color: #ffffff;
  background-image: linear-gradient(to left, rgba(0, 62, 183, 0.8), rgba(237, 2, 51, 0.8));
  border: 2px solid #000000;
}
.card__btn:not(.card__btn--disabled):active {
  color: rgba(255, 255, 255, 0.7);
  background-image: linear-gradient(to left, #003eb7, #ed0233);
  border: 2px solid transparent;
  opacity: 1;
}
.card__btn--disabled {
  opacity: 0.5;
}
.video__frame {
  box-sizing: border-box;
  width: 320px;
  height: 170px;
  border: none;
}
@media (min-width: 768px) {
  .video__frame {
    width: 270px;
  }
}
@media (min-width: 1366px) {
  .video__frame {
    width: 360px;
    height: 230px;
  }
}
.video__wrapp {
  box-sizing: border-box;
  display: block;
  width: 320px;
  height: 170px;
  background-color: #003eb7;
  background-image: -webkit-image-set(url("./video_mob@1x-DlRq9kyc.webp") 1x type("image/webp"), url("../..img/video-img/video_mob@1x.jpg") 1x, url("./video_mob@2x-CMjWarrx.webp") 2x type("image/webp"), url("./video_mob@2x-BmAambI4.jpg") 2x);
  background-image: image-set(url("./video_mob@1x-DlRq9kyc.webp") 1x type("image/webp"), url("../..img/video-img/video_mob@1x.jpg") 1x, url("./video_mob@2x-CMjWarrx.webp") 2x type("image/webp"), url("./video_mob@2x-BmAambI4.jpg") 2x);
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .video__wrapp {
    width: 270px;
    background-image: -webkit-image-set(url("./video_tabl@1x-DGsUOF7l.webp") 1x type("image/webp"), url("..img/video-img/video_tabl@1x.jpg") 1x, url("./video_tabl@2x-wWGVXOeV.webp") 2x type("image/webp"), url("./video_tabl@2x-Be4bQ7ln.jpg") 2x);
    background-image: image-set(url("./video_tabl@1x-DGsUOF7l.webp") 1x type("image/webp"), url("..img/video-img/video_tabl@1x.jpg") 1x, url("./video_tabl@2x-wWGVXOeV.webp") 2x type("image/webp"), url("./video_tabl@2x-Be4bQ7ln.jpg") 2x);
  }
}
@media (min-width: 1366px) {
  .video__wrapp {
    width: 360px;
    height: 230px;
    background-image: -webkit-image-set(url("./video_desct@1x-BvdiIleT.webp") 1x type("image/webp"), url("..img/video-img/video_desct@1x.jpg") 1x, url("./video_desct@2x-DnoG5wKF.webp") 2x type("image/webp"), url("./video_desct@2x-BdYlXszW.jpg") 2x);
    background-image: image-set(url("./video_desct@1x-BvdiIleT.webp") 1x type("image/webp"), url("..img/video-img/video_desct@1x.jpg") 1x, url("./video_desct@2x-DnoG5wKF.webp") 2x type("image/webp"), url("./video_desct@2x-BdYlXszW.jpg") 2x);
  }
}
.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: transparent;
  width: 72px;
  height: 72px;
  cursor: pointer;
  border: 2px solid rgba(237, 2, 51, 0.2);
  border-radius: 50%;
}
.video__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-image: linear-gradient(to right, #ed0233, #003eb7);
}
@media (min-width: 1366px) {
  .video__play::before {
    width: 72px;
    height: 72px;
  }
}
.video__play::after {
  content: "";
  z-index: 5;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  -webkit-mask-image: url("../assets/spritemap.55eac5ba.svg#sprite-play-view");
          mask-image: url("../assets/spritemap.55eac5ba.svg#sprite-play-view");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: auto;
          mask-size: auto;
}
@media (min-width: 1366px) {
  .video__play::after {
    width: 17px;
    height: 17px;
  }
}
@media (min-width: 1366px) {
  .video__play {
    width: 100px;
    height: 100px;
  }
}
.video__play:not(:disabled):hover {
  border: 2px solid rgba(16, 38, 84, 0.6);
}
.video__play:not(:disabled):hover::before {
  background-image: none;
  background-color: #ffffff;
}
.video__play:not(:disabled):hover::after {
  background-color: rgba(16, 38, 84, 0.6);
}
.video__play:not(:disabled):focus {
  outline: none;
}
.video__play:not(:disabled):focus-visible {
  border: 2px solid #102654;
}
.video__play:not(:disabled):focus-visible::before {
  background-image: none;
  background-color: #c8c9cc;
}
.video__play:not(:disabled):focus-visible::after {
  background-color: #102654;
}
.video__play:not(:disabled):active {
  border: 2px solid #102654;
}
.video__play:not(:disabled):active::before {
  background-image: none;
  background-color: #ffffff;
}
.video__play:not(:disabled):active::after {
  background-color: #102654;
}
.video__play:disabled {
  opacity: 0.4;
  border: 2px solid #102654;
}
.video__play:disabled::before {
  background-image: none;
  background-color: #ffffff;
}
.video__play:disabled::after {
  background-color: #102654;
}
.tab-price__button {
  padding-bottom: 7px;
  color: rgba(16, 38, 84, 0.5);
  position: relative;
  cursor: pointer;
}
.tab-price__button::after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(120, 120, 120, 0.2);
}
.tab-price__show1,
.tab-price__show2,
.tab-price__show3 {
  display: none;
}
.tab-price:has(.tab-price__radio--1:checked) .tab-price__show1,
.tab-price:has(.tab-price__radio--2:checked) .tab-price__show2,
.tab-price:has(.tab-price__radio--3:checked) .tab-price__show3 {
  display: block;
}
.tab-price__radio:checked + .tab-price__button {
  color: #102654;
}
.tab-price__radio:checked + .tab-price__button::after {
  background-color: #d10a42;
}
.tab-price__radio:not(:disabled):hover + .tab-price__button {
  color: rgba(16, 38, 84, 0.7);
}
.tab-price__radio:not(:disabled):hover + .tab-price__button::after {
  background-color: #787878;
}
.tab-price__radio:not(:disabled):focus + .tab-price__button {
  outline: none;
}
.tab-price__radio:not(:disabled):focus-visible + .tab-price__button {
  color: #102654;
  outline: none;
}
.tab-price__radio:not(:disabled):focus-visible + .tab-price__button::after {
  background-color: currentColor;
}
.tab-price__radio:not(:disabled):active + .tab-price__button {
  color: #102654;
}
.tab-price__radio:not(:disabled):active + .tab-price__button::after {
  background-color: #ed0233;
}
.tab-price__radio:disabled + .tab-price__button {
  opacity: 0.3;
  cursor: default;
  color: #102654;
}
.tab-price__radio:disabled + .tab-price__button::after {
  background-color: currentColor;
}/**
 * Swiper 12.0.3
 * 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: October 21, 2025
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
: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;
  /* Fix of Webkit flickering */
  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;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.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;
}
/* Auto Height */
.swiper-autoheight,
.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);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

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

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .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:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .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);
  }
}
/* Slide styles end */

.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-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;

  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);

  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

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

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}
.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .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& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }

  &: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-vertical > .swiper-pagination-bullets,
.swiper-pagination-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-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition:
        200ms transform,
        200ms left;
    }
  }
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .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-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}
.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.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-disabled {
    display: none !important;
  }
  .swiper-horizontal > &,
  &.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-vertical > &,
  &.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-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;
}


/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  > img,
  > svg,
  > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
/* Zoom container styles end */

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


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




.swiper-thumbs {
  .swiper-slide-thumb-active {
    /* Styles for active thumb slide */
  }
}

.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-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube {
  .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
    .swiper-slide {
      pointer-events: none;
    }
  }
  &.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
  .swiper-slide-active,
  .swiper-slide-next,
  .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }

  .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;

    &: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;
  }
}
/* Cube slide shadows start */
.swiper-cube {
  .swiper-slide-shadow-cube.swiper-slide-shadow-top,
  .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-cube.swiper-slide-shadow-left,
  .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}
/* Cube slide shadows end */

.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip {
  .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}
/* Flip slide shadows start */
.swiper-flip {
  .swiper-slide-shadow-flip.swiper-slide-shadow-top,
  .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-flip.swiper-slide-shadow-left,
  .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}
/* Flip slide shadows end */

.swiper-coverflow {
}

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

.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards {
  .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden;
  }
}
