/* NORMALIZE
/* ================================================ */
html, body, div, span, applet, main, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%; }

/* HTML5 display-role reset for older browsers*/
article, aside, details, main, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

span, a {
  display: inline-block; }

img {
  display: block;
  max-width: 100%; }

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px; }

html {
  height: auto;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none; }

input, textarea {
  color: #333;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  font-family: inherit; }

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
  -webkit-text-fill-color: #000 !important;
  color: #000 !important; }

input[type="button"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none; }

input[type="search"] {
  -webkit-appearance: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #FFD600;
  -webkit-box-shadow: 0 0 0px 1000px rgba(22, 22, 22, 0.95) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; }

button {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
  font-family: inherit; }

td, form {
  margin: 0px;
  padding: 0px; }

a {
  text-decoration: none;
  outline: none;
  color: inherit; }

ul {
  list-style: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

address {
  font-style: normal; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  margin: 0; }

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }

input::-ms-clear {
  display: none; }

:root {
  --main-width-page: 1920px;
  --main-padding-side: 120px;
  --main-font-size: 16px;
  --main-line-height: 1.125;
  --main-transition: .3s;
  --main-block-margin: 96px;
  --header-height: 120px;
  --font-size-big: 64px;
  --font-size-extend: 42px;
  --font-size-special: 22px;
  --font-size-medium: 14px;
  --font-size-small: 12px;
  --border-radius-small: 8px; }
  @media screen and (max-width: 1659px) {
    :root {
      --main-padding-side: 40px; } }
  @media screen and (max-width: 1279px) {
    :root {
      --main-padding-side: 30px;
      --font-size-big: 48px;
      --font-size-extend: 32px; } }
  @media screen and (max-width: 1024px) {
    :root {
      --main-padding-side: 20px;
      --main-block-margin: 56px;
      --header-height: 132px;
      --font-size-big: 32px;
      --font-size-extend: 25px; } }

@font-face {
  font-family: "Korzinka";
  src: url(../fonts/Korzinka/Korzinka-Regular.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Korzinka";
  src: url(../fonts/Korzinka/Korzinka-Italic.otf) format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Korzinka";
  src: url(../fonts/Korzinka/Korzinka-Bold.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "Korzhinka", sans-serif;
  font-size: var(--main-font-size);
  font-weight: 400;
  line-height: var(--main-line-height);
  background-color: #ffffff;
  color: #222025; }
  body.overflow {
    overflow: hidden; }

.page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }
  .page-container--bg {
    background-image: url("/wp-content/themes/korzinkab2b/assets/images/page-background.svg");
    background-repeat: no-repeat;
    background-size: contain; }

.page-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
  max-width: var(--main-width-page);
  padding-right: var(--main-padding-side);
  padding-left: var(--main-padding-side);
  margin-left: auto;
  margin-right: auto; }

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

input,
button,
textarea {
  font-family: "Korzhinka", sans-serif; }

.logo {
  display: block;
  width: 100%;
  max-width: var(--m-w);
  max-height: var(--m-h);
  --m-w: 200px;
  --m-h: 43px; }
  .logo__icon {
    max-width: var(--m-w);
    max-height: var(--m-h);
    width: 100%;
    fill: #2E3092;
    -webkit-transition: fill var(--main-transition);
    transition: fill var(--main-transition); }
  @media only screen and (min-width: 1025px) {
    .logo:hover .logo__icon {
      fill: rgba(46, 48, 146, 0.9); } }

.goback-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  line-height: 1.19;
  color: #2E3092; }
  .goback-button::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 11px;
    background-image: url("/wp-content/themes/korzinkab2b/assets/images/left-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: var(--main-transition);
    transition: var(--main-transition); }
  @media only screen and (min-width: 1025px) {
    .goback-button:hover::before {
      -webkit-transform: translateX(-3px);
      transform: translateX(-3px); } }

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 19px;
  line-height: 24px;
  background-color: #2E3092;
  border-radius: 50px 25px 50px 25px;
  min-height: 74px;
  padding: 10px 20px;
  color: #ffffff;
  -webkit-transition: background-color var(--main-transition);
  transition: background-color var(--main-transition); }
  @media only screen and (min-width: 1025px) {
    .button:hover {
      background-color: rgba(46, 48, 146, 0.8); } }
  @media only screen and (max-width: 1024px) {
    .button {
      min-height: 56px; } }

.text {
  color: #7C7C7C; }
  .text > * + * {
    margin-top: 24px; }
  .text b, .text strong {
    color: #222025;
    font-weight: 700; }

.home-container {
  position: relative; }
  .home-container .header {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: var(--main-width-page);
    width: 100%;
    z-index: 999; }
    .home-container .header__content {
      width: calc(50% - 10px); }
  .home-container .language__current {
    padding: 0;
    background-color: transparent !important;
    color: #ffffff;
    min-height: unset; }
    .home-container .language__current::after {
      background-image: url("/wp-content/themes/korzinkab2b/assets/images/lang-icon-white.svg"); }
  .home-container .language__list {
    padding: 10px;
    border-radius: 15px 7px 15px 7px; }
  @media only screen and (max-width: 1280px) {
    .home-container .header {
      padding-left: var(--main-padding-side);
      padding-right: var(--main-padding-side); }
      .home-container .header__content {
        gap: 16px; }
      .home-container .header .logo {
        --m-w: 145px;
        --m-h: 32px; }
      .home-container .header__menu-item {
        padding: 9px 20px; } }
  @media only screen and (max-width: 1024px) {
    .home-container .header .logo {
      --m-w: 203px;
      --m-h: 44px; } }
  @media only screen and (max-width: 767px) {
    .home-container .header .logo__icon {
      fill: #ffffff; }
    .home-container .header__menu-item {
      background-color: rgba(255, 255, 255, 0.2);
      color: #ffffff; } }

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: var(--header-height);
  padding: 20px 36px 20px var(--main-padding-side); }
  .header__content, .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header__content {
    gap: 48px; }
  .header__menu {
    gap: 5px;
    --icon-size: 24px; }
    .header__menu-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 7px;
      padding: 12px 24px;
      border-radius: 30px 15px 30px 15px;
      background-color: rgba(255, 255, 255, 0.5);
      color: #2E3092;
      min-height: 48px;
      -webkit-transition: background-color var(--main-transition);
      transition: background-color var(--main-transition); }
      .page-container--none .header__menu-item {
        background-color: rgba(220, 220, 223, 0.3); }
      .header__menu-item svg {
        width: var(--icon-size);
        height: var(--icon-size);
        fill: currentColor; }
  @media only screen and (min-width: 1660px) {
    .header__logo {
      --m-w: 280px;
      --m-h: 60.2px; }
    .header__menu-item {
      padding: 16px 28px;
      min-height: 56px;
      border-radius: 40px 25px 40px 25px; } }
  @media only screen and (min-width: 1025px) {
    .page-container--none .header__menu-item:hover {
      background-color: rgba(220, 220, 223, 0.2); }
    .header__menu-item:hover {
      background-color: rgba(255, 255, 255, 0.7); } }
  @media only screen and (max-width: 1024px) {
    .header {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 18px 20px 10px 20px;
      gap: 18px; }
      .header__content {
        display: contents; }
      .header__logo {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        --m-w: 203px;
        --m-h: 44px; }
      .header__menu {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%; }
        .header__menu-item {
          padding: 9px 20px;
          min-height: 42px; } }
  @media only screen and (max-width: 480px) {
    .header__menu-item {
      font-size: var(--font-size-medium);
      padding: 8px 14px; } }

.language {
  position: relative;
  color: #2E3092;
  margin: -5px 0;
  padding: 5px 0; }
  .home-container .language {
    color: #ffffff; }
  .language__current, .language__list {
    padding: 12px 24px;
    border-radius: 30px 15px 30px 15px; }
  .language__current {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-transition: background-color var(--main-transition);
    transition: background-color var(--main-transition);
    cursor: pointer; }
    .language__current::after {
      content: '';
      display: inline-block;
      width: 14px;
      height: 8px;
      background-image: url("/wp-content/themes/korzinkab2b/assets/images/lang-icon.svg");
      background-repeat: no-repeat;
      background-size: contain; }
  .language__list {
    position: absolute;
    left: 0;
    top: 100%;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--main-transition);
    transition: var(--main-transition); }
    .language__list-item {
      cursor: pointer;
      -webkit-transform: translateX(-5px);
      transform: translateX(-5px);
      -webkit-transition: var(--main-transition);
      transition: var(--main-transition); }
  .language:hover .language__list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .language:hover .language__list-item {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  @media only screen and (min-width: 1025px) {
    .language__current {
      background-color: rgba(255, 255, 255, 0.5);
      min-height: 48px; }
    .language:hover .language__current {
      background-color: rgba(255, 255, 255, 0.7); } }
  @media only screen and (max-width: 1024px) {
    .language {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
      .language__current {
        padding: 0; }
      .language__list {
        padding: 10px;
        border-radius: 15px 7px 15px 7px; } }

.main-banner {
  margin: 0 calc(var(--main-padding-side) * -1);
  --pagination-max-height: 57px;
  --pagination-position-bottom: 60px; }
  .main-banner .swiper-notification {
    display: none; }
  .main-banner .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: var(--pagination-max-height);
    bottom: var(--pagination-position-bottom) !important;
    left: var(--main-padding-side) !important;
    -webkit-transform: unset !important;
    transform: unset !important;
    width: calc(50% - var(--main-padding-side)) !important; }
    .main-banner .swiper-pagination-bullet {
      width: 32px;
      height: 42px;
      background-color: transparent;
      border-radius: 0;
      -webkit-transform: scale(1) !important;
      transform: scale(1) !important;
      opacity: 1 !important;
      -webkit-transition: var(--main-transition) !important;
      transition: var(--main-transition) !important; }
      .main-banner .swiper-pagination-bullet-active {
        width: 47px;
        height: 57px; }
  @media only screen and (max-width: 767px) {
    .main-banner {
      --pagination-position-bottom: 80px; }
      .main-banner .swiper-pagination {
        width: 100% !important; } }

.main-slide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: var(--banner-bg); }
  .main-slide__inner {
    padding: calc(var(--header-height) + 25px) var(--main-padding-side) calc(60px + var(--pagination-max-height) + var(--pagination-position-bottom)); }
  .main-slide__content {
    max-width: 500px;
    color: #2E3092; }
  .main-slide__title {
    display: block;
    font-weight: 700;
    font-size: 72px;
    line-height: 1;
    margin-bottom: 20px; }
  .main-slide__text strong {
    display: inline-block;
    margin-bottom: 16px; }
  .main-slide__text > * + * {
    margin-top: 16px; }
  .main-slide__img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover; }
    .main-slide__img-wrap {
      position: relative;
      padding-top: 100%; }
  @media only screen and (min-width: 1660px) {
    .main-slide__text {
      font-size: 24px;
      line-height: 28px; } }
  @media only screen and (max-width: 1024px) {
    .main-slide__title {
      font-size: 52px; } }
  @media only screen and (max-width: 767px) {
    .main-slide {
      grid-template-columns: 1fr;
      min-height: 700px;
      z-index: 1; }
      .main-slide::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)));
        background: linear-gradient(rgba(0, 0, 0, 0.4));
        z-index: -1; }
      .main-slide__img {
        z-index: -2; }
        .main-slide__img-wrap {
          position: static;
          padding-top: 0;
          height: 0;
          width: 0; }
      .main-slide__content {
        color: #ffffff; } }

.advantages {
  margin-top: var(--main-block-margin); }
  .advantages__title {
    display: block;
    font-size: var(--font-size-extend);
    line-height: 1;
    margin-bottom: 36px; }
  .advantages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 40px; }
  .advantages .swiper-pagination {
    display: none; }
  @media only screen and (max-width: 1024px) {
    .advantages {
      margin-right: calc(var(--main-padding-side) * -1); }
      .advantages__title {
        font-size: 19px;
        line-height: 24px;
        margin-bottom: 12px; } }
  @media only screen and (max-width: 767px) {
    .advantages__list {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: unset;
      -ms-flex-pack: unset;
      justify-content: unset;
      gap: 0; }
    .advantages .swiper {
      padding-bottom: 40px; }
      .advantages .swiper-slide {
        width: auto;
        max-width: 212px; }
      .advantages .swiper-pagination {
        display: block;
        bottom: 0; }
        .advantages .swiper-pagination-bullet-active {
          background-color: #BEE0EF; }
      .advantages .swiper-notification {
        display: none; } }

.advantage-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-preferred-size: calc(100% / var(--grid-column, 5) - 40px);
  flex-basis: calc(100% / var(--grid-column, 5) - 40px); }
  .advantage-item__icon-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8px;
    height: 120px;
    width: 90px;
    position: relative; }
    .advantage-item__icon-wrap::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #D7F5FF;
      border-radius: 50%;
      -webkit-transform: rotate(49.8deg);
      transform: rotate(49.8deg);
      z-index: -1; }
  .advantage-item__text {
    color: #7C7C7C;
    line-height: 1.2; }
  @media only screen and (min-width: 1025px) {
    .advantage-item {
      min-width: 150px; } }
  @media only screen and (max-width: 1024px) {
    .advantage-item {
      -ms-flex-preferred-size: calc(100% / 3 - 40px);
      flex-basis: calc(100% / 3 - 40px); } }

.product-head {
  margin-top: 24px; }
  .product-head__button + .product-head__title {
    margin-top: 40px; }
  .product-head__title {
    font-weight: 700;
    color: #2E3092;
    font-size: var(--font-size-big);
    line-height: 1; }
  @media only screen and (max-width: 1024px) {
    .product-head__button + .product-head__title {
      margin-top: 32px; } }

.products {
  margin-top: 64px; }
  .products__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px; }
  .products__message {
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
    line-height: 18px;
    margin-top: 32px; }
  @media only screen and (max-width: 1200px) {
    .products__grid {
      grid-template-columns: repeat(3, 1fr); } }
  @media only screen and (max-width: 1024px) {
    .products {
      margin-top: 32px; } }
  @media only screen and (max-width: 900px) {
    .products__grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 600px) {
    .products__grid {
      grid-template-columns: 100%; } }

.product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  background: #F7F7F9;
  border-radius: var(--border-radius-small);
  padding: 18px;
  --thumb-width: 155px;
  --thumb-height: 159px;
  --name-line-height: 24px; }
  .product-item__thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 97%;
    max-width: 97%;
    mix-blend-mode: multiply; }
    .product-item__thumb-wrapper {
      position: relative;
      width: 100%;
      height: 175px; }
  .product-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px; }
  .product-item__name + .product-item__weight {
    margin-top: 10px; }
  .product-item__name {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: var(--name-line-height);
    word-break: break-word;
    overflow: hidden;
    height: calc(var(--name-line-height) * 2); }
  .product-item__weight {
    color: #ADADB0; }
  .product-item__price {
    letter-spacing: -0.3px; }
    .product-item__price-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 10px; }
      .product-item__price-block + .product-item__price-block {
        margin-top: 10px; }
      .product-item__price-block:first-child {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
      .product-item__price-block:not(:first-child) .product-item__price-value {
        font-size: 18px;
        line-height: 18px;
        color: rgba(0, 0, 0, 0.5); }
    .product-item__price-desc {
      font-size: 14px;
      line-height: 18px;
      color: #7C7C7D; }
    .product-item__price-value {
      font-style: italic;
      font-size: var(--font-size-special);
      line-height: 1.1;
      text-align: end; }
  @media only screen and (min-width: 1660px) {
    .product-item {
      --name-line-height: 28px; }
      .product-item__name {
        font-size: 24px; } }
  @media only screen and (min-width: 1440px) {
    .product-item__price-block:not(:first-child) .product-item__price-value {
      font-size: 20px;
      line-height: 20px;
      color: rgba(0, 0, 0, 0.5); }
    .product-item__price-desc {
      font-size: 16px;
      line-height: 20px;
      color: #7C7C7D; } }
  @media only screen and (max-width: 1439px) {
    .product-item {
      --thumb-width: 145px; }
      .product-item__price-value {
        font-size: 18px; } }
  @media only screen and (max-width: 1279px) {
    .product-item {
      --name-line-height: 18px; } }
  @media only screen and (max-width: 1024px) {
    .product-item {
      --thumb-width: 155px;
      --name-line-height: 28px; }
      .product-item__name {
        font-size: 22px; } }
  @media only screen and (max-width: 520px) {
    .product-item {
      grid-template-columns: 100%; }
      .product-item__thumb-wrapper {
        margin: 0 auto;
        height: var(--thumb-height); } }

.products-block {
  margin-top: var(--main-block-margin); }
  .products-block__title {
    display: block;
    font-size: var(--font-size-extend);
    line-height: 1; }
    .products-block__title-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 32px; }
  .products-block__link-text {
    font-size: 14px;
    line-height: 17px;
    color: #2E3092; }
  .products-block__link-icon {
    width: 0;
    height: 0;
    fill: #2E3092;
    -webkit-transition: var(--main-transition);
    transition: var(--main-transition);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .products-block__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px; }
  .products-block .swiper-pagination {
    display: none; }
  @media only screen and (min-width: 1025px) {
    .products-block__link:hover .products-block__link-icon {
      width: 14px;
      height: 8px; } }
  @media only screen and (max-width: 1200px) {
    .products-block__grid {
      grid-template-columns: repeat(3, 1fr); } }
  @media only screen and (max-width: 1024px) {
    .products-block__title {
      font-size: 19px;
      line-height: 24px; }
      .products-block__title-wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 28px; }
    .products-block__grid {
      grid-template-columns: repeat(2, 1fr); }
    .products-block__link {
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .products-block__link-text {
        display: none; }
      .products-block__link-icon {
        display: block;
        width: 14px;
        height: 8px; } }
  @media only screen and (max-width: 767px) {
    .products-block__grid {
      grid-gap: 0; }
    .products-block .swiper {
      padding-bottom: 40px; }
      .products-block .swiper-slide {
        height: auto !important; }
      .products-block .swiper-pagination {
        display: block;
        bottom: 0; }
        .products-block .swiper-pagination-bullet-active {
          background-color: #BEE0EF; }
      .products-block .swiper-notification {
        display: none; } }

.schedule {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  margin: var(--main-block-margin) calc(var(--main-padding-side) * -1) 0 calc(var(--main-padding-side) * -1); }
  .schedule__img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover; }
    .schedule__img-wrap {
      position: relative;
      padding-top: 53.77%; }
  .schedule__wrapper {
    padding: 32px 40px;
    height: 100%;
    background-color: #BEE0EF; }
  .schedule__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
    height: 100%;
    color: #2E3092;
    max-width: 385px; }
  .schedule__title, .schedule__time {
    display: block;
    font-weight: 700;
    margin-bottom: 16px; }
  .schedule__time, .schedule__phone {
    font-size: 25px;
    line-height: 28px; }
  .schedule__title {
    font-size: var(--font-size-extend);
    line-height: 1; }
  .schedule__text {
    font-size: 19px;
    line-height: 24px; }
  .schedule__phone {
    font-weight: 700; }
  @media only screen and (min-width: 1660px) {
    .schedule__text {
      font-size: 24px;
      line-height: 28px; } }
  @media only screen and (min-width: 1025px) {
    .schedule__phone-link:hover {
      text-decoration: underline; } }
  @media only screen and (max-width: 1024px) {
    .schedule {
      grid-template-columns: 1fr; }
      .schedule__img-wrap {
        padding-top: 55.9%; }
      .schedule__wrapper {
        padding: 20px; }
      .schedule__content {
        max-width: 240px; }
      .schedule__time, .schedule__text, .schedule__phone {
        font-size: 16px;
        line-height: 18px; } }

.faq {
  width: 100%;
  padding-top: var(--main-block-margin); }
  .faq__title {
    display: block;
    font-weight: 700;
    font-size: var(--font-size-extend);
    line-height: 1;
    margin-bottom: 48px; }
  @media only screen and (min-width: 1440px) {
    .faq {
      padding-left: 100px;
      padding-right: 100px; } }
  @media only screen and (max-width: 1024px) {
    .faq__title {
      margin-bottom: 40px; } }

.faq-item {
  padding-bottom: 32px;
  border-bottom: 1px solid #F7F7F9; }
  .faq-item + .faq-item {
    margin-top: 40px; }
  .faq-item__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    font-weight: 700;
    font-size: 25px;
    line-height: 28px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer; }
    .faq-item__question.is-open {
      margin-bottom: 40px; }
      .faq-item__question.is-open .faq-item__question-icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
    .faq-item__question-icon {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-transition: -webkit-transform var(--main-transition);
      transition: -webkit-transform var(--main-transition);
      transition: transform var(--main-transition);
      transition: transform var(--main-transition), -webkit-transform var(--main-transition); }
      .faq-item__question-icon svg {
        width: 16px;
        height: 22px;
        fill: #2E3092; }
  .faq-item__answer {
    max-height: 0;
    overflow: hidden;
    color: #ADADB0;
    -webkit-transition: max-height .3s;
    transition: max-height .3s;
    --list-marker-top: 6px; }
    .faq-item__answer-img-wrap + .faq-item__answer-content {
      margin-top: 24px; }
    .faq-item__answer-content > * + * {
      margin-top: 16px; }
    .faq-item__answer-content ul,
    .faq-item__answer-content ol {
      list-style: none; }
      .faq-item__answer-content ul li + li,
      .faq-item__answer-content ol li + li {
        margin-top: 6px; }
      .faq-item__answer-content ul ul,
      .faq-item__answer-content ul ol,
      .faq-item__answer-content ol ul,
      .faq-item__answer-content ol ol {
        padding-top: 16px; }
      .faq-item__answer-content ul ul,
      .faq-item__answer-content ol ul {
        padding-left: 30px; }
      .faq-item__answer-content ul ol,
      .faq-item__answer-content ol ol {
        padding-left: 15px; }
    .faq-item__answer-content ul {
      padding-left: 15px; }
      .faq-item__answer-content ul > li {
        position: relative; }
        .faq-item__answer-content ul > li::before {
          content: '';
          display: inline-block;
          position: absolute;
          left: -15px;
          top: var(--list-marker-top);
          width: 6px;
          height: 6px;
          background-color: #ADADB0;
          border-radius: 50%; }
    .faq-item__answer-content ol {
      counter-reset: item; }
      .faq-item__answer-content ol > li {
        counter-increment: item; }
        .faq-item__answer-content ol > li::before {
          content: counter(item) ".";
          font-weight: 700;
          color: inherit;
          margin-right: 5px; }
    .faq-item__answer-img {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
      object-fit: cover; }
      .faq-item__answer-img-wrap {
        position: relative;
        padding-top: 27.6%; }
  @media only screen and (min-width: 1660px) {
    .faq-item__question {
      font-size: 32px;
      line-height: 34px; }
    .faq-item__answer {
      font-size: 24px;
      line-height: 28px;
      --list-marker-top: 11px; } }
  @media only screen and (max-width: 1024px) {
    .faq-item {
      padding-bottom: 24px; }
      .faq-item + .faq-item {
        margin-top: 20px; }
      .faq-item__question {
        font-size: 20px;
        line-height: 24px; }
        .faq-item__question.is-open {
          margin-bottom: 24px; }
      .faq-item__answer-img-wrap + .faq-item__answer-content {
        margin-top: 16px; }
      .faq-item__answer-img-wrap {
        padding-top: 60%; } }

.about {
  margin-top: var(--main-block-margin); }
  .about__inner {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: 500px 1fr;
    grid-gap: 85px;
    width: 100%; }
  .about__img {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="500" height="437" version="1.1" viewBox="0 0 500 437"  xmlns="http://www.w3.org/2000/svg"><path d="M354.885 371.845C479.734 286.597 534.014 148.746 476.124 63.9456C418.233 -20.8544 270.093 -20.491 145.244 64.7573C20.3944 150.006 -33.8861 287.857 24.0047 372.657C81.8955 457.457 230.035 457.094 354.885 371.845Z" fill-rule="evenodd"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg width="500" height="437" version="1.1" viewBox="0 0 500 437"  xmlns="http://www.w3.org/2000/svg"><path d="M354.885 371.845C479.734 286.597 534.014 148.746 476.124 63.9456C418.233 -20.8544 270.093 -20.491 145.244 64.7573C20.3944 150.006 -33.8861 287.857 24.0047 372.657C81.8955 457.457 230.035 457.094 354.885 371.845Z" fill-rule="evenodd"/></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s; }
    .about__img-wrap {
      position: relative;
      width: 500px;
      height: 442px; }
      .about__img-wrap::before {
        content: '';
        position: absolute;
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="500" height="437" version="1.1" viewBox="0 0 500 437"  xmlns="http://www.w3.org/2000/svg"><path d="M354.885 371.845C479.734 286.597 534.014 148.746 476.124 63.9456C418.233 -20.8544 270.093 -20.491 145.244 64.7573C20.3944 150.006 -33.8861 287.857 24.0047 372.657C81.8955 457.457 230.035 457.094 354.885 371.845Z" fill-rule="evenodd"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg width="500" height="437" version="1.1" viewBox="0 0 500 437"  xmlns="http://www.w3.org/2000/svg"><path d="M354.885 371.845C479.734 286.597 534.014 148.746 476.124 63.9456C418.233 -20.8544 270.093 -20.491 145.244 64.7573C20.3944 150.006 -33.8861 287.857 24.0047 372.657C81.8955 457.457 230.035 457.094 354.885 371.845Z" fill-rule="evenodd"/></svg>');
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #030820;
        opacity: 0.5;
        -webkit-filter: blur(80px);
        filter: blur(80px);
        z-index: 1; }
  .about__names {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    position: absolute;
    left: 75px;
    bottom: 80px;
    color: #ffffff;
    z-index: 1; }
    .about__names-category {
      font-size: 19px;
      line-height: 24px; }
    .about__names-value {
      font-weight: 700;
      font-size: 32px;
      line-height: 37px; }
  .about__title {
    display: block;
    font-weight: 700;
    font-size: var(--font-size-extend);
    line-height: 1;
    color: #2E3092;
    margin-bottom: 32px; }
  .about__text {
    font-size: 19px;
    line-height: 1.2;
    color: #7C7C7C; }
    .about__text > * + * {
      margin-top: 24px; }
  @media only screen and (min-width: 1660px) {
    .about__text {
      font-size: 24px;
      line-height: 28px; } }
  @media only screen and (min-width: 1025px) {
    .about__content {
      overflow: hidden;
      max-width: 455px;
      margin-left: auto;
      margin-right: auto; }
    .about__content.scrolled .about__title {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; }
    .about__title {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 0;
      -webkit-transition: opacity .7s, -webkit-transform .7s;
      transition: opacity .7s, -webkit-transform .7s;
      transition: transform .7s, opacity .7s;
      transition: transform .7s, opacity .7s, -webkit-transform .7s; } }
  @media only screen and (max-width: 1024px) {
    .about__inner {
      grid-template-columns: 320px 1fr;
      grid-gap: 24px; }
    .about__names {
      left: 70px;
      bottom: 35px;
      max-width: 180px; }
      .about__names-category {
        font-size: 12.1726px;
        line-height: 15px; }
      .about__names-value {
        font-weight: 700;
        font-size: 28px;
        line-height: 28px; }
    .about__img-wrap {
      width: 320px;
      height: 280px; } }
  @media only screen and (max-width: 767px) {
    .about__inner {
      grid-template-columns: 100%;
      grid-gap: 30px; }
    .about__img-wrap {
      margin: 0 auto; }
    .about__title {
      margin-bottom: 18px; } }

.map-section {
  position: relative;
  margin-top: var(--main-block-margin); }
  .map-section__inner {
    margin: 0 calc(var(--main-padding-side) * -1);
    height: 948px; }
  @media only screen and (max-width: 1024px) {
    .map-section__inner {
      height: 520px; } }

.map-popup {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 120px;
  max-height: 756px;
  width: 408px;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  -webkit-transition: var(--main-transition);
  transition: var(--main-transition);
  -webkit-box-shadow: 0px 9px 22px rgba(25, 24, 28, 0.16);
  box-shadow: 0px 9px 22px rgba(25, 24, 28, 0.16);
  border-radius: var(--border-radius-small);
  z-index: 10; }
  .map-popup.open {
    opacity: 1;
    visibility: visible; }
  .map-popup__img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover; }
    .map-popup__img-wrap {
      position: relative;
      padding-top: 61.8%; }
  .map-popup__close {
    display: none; }
  .map-popup__content {
    padding: 24px 24px 32px; }
  .map-popup__title {
    font-weight: 700;
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 16px; }
  .map-popup__time.color-green {
    color: #47C159; }
  .map-popup__time.color-red {
    color: #EE4B2B; }
  .map-popup__info {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #DCDCDF; }
    .map-popup__info-title {
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 4px;
      color: rgba(50, 45, 46, 0.3); }
    .map-popup__info-text {
      font-size: 19px;
      line-height: 24px; }
  .map-popup__button {
    margin-top: 32px; }
  @media only screen and (min-width: 1025px) {
    .map-popup__info-link {
      -webkit-transition: color var(--main-transition);
      transition: color var(--main-transition); }
      .map-popup__info-link:hover {
        color: #2E3092; } }
  @media only screen and (max-width: 1024px) {
    .map-popup {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: auto;
      max-height: unset;
      -webkit-transform: unset;
      transform: unset; }
      .map-popup__close {
        display: block;
        position: absolute;
        top: 10px;
        left: 10px;
        padding: 10px;
        z-index: 11;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
        .map-popup__close-icon {
          width: 18px;
          height: 12px;
          fill: #ffffff; }
      .map-popup__title {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 8px; } }

.footer {
  padding: var(--footer-padding-vertical) var(--main-padding-side);
  max-width: var(--main-width-page);
  width: 100%;
  color: rgba(33, 31, 46, 0.4);
  margin: 0 auto;
  --footer-padding-vertical: 100px; }
  .footer__head, .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px; }
  .footer__head + .footer__menu {
    margin-top: 96px; }
  .footer__logo {
    --m-w: 421px;
    --m-h: 90px; }
  .footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: var(--social-gap);
    --social-size: 48px;
    --social-icon-size: 44px;
    --social-gap: 55px; }
    .footer__social-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: var(--social-size);
      height: var(--social-size);
      -webkit-transition: -webkit-transform var(--main-transition);
      transition: -webkit-transform var(--main-transition);
      transition: transform var(--main-transition);
      transition: transform var(--main-transition), -webkit-transform var(--main-transition); }
    .footer__social-icon {
      max-width: var(--social-icon-size);
      max-height: var(--social-icon-size); }
  .footer__menu {
    font-size: var(--font-size-medium);
    line-height: 1.14; }
    .footer__menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 16px 24px; }
    .footer__menu li {
      -webkit-transition: var(--main-transition);
      transition: var(--main-transition); }
  .footer__bottom {
    margin-top: 76px; }
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 24px 48px; }
  .footer__phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px; }
    .footer__phones-item {
      font-weight: 700;
      -webkit-transition: var(--main-transition);
      transition: var(--main-transition); }
  .footer__design {
    font-weight: 700;
    line-height: 1.19;
    -webkit-transition: color var(--main-transition);
    transition: color var(--main-transition); }
  .footer__phones-title, .footer__copyright {
    font-size: var(--font-size-small);
    line-height: 1.16; }
  @media only screen and (min-width: 1025px) {
    .footer__social-item:hover {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
    .footer__menu li:hover {
      color: #2E3092; }
    .footer__phones-item:hover {
      color: #2E3092; }
    .footer__design:hover {
      color: #2E3092; } }
  @media only screen and (max-width: 1024px) {
    .footer {
      --footer-padding-vertical: 56px; }
      .footer__logo {
        --m-w: 194px;
        --m-h: 42px; }
      .footer__head + .footer__menu {
        margin-top: 25px; }
      .footer__bottom {
        margin-top: 56px; } }
  @media only screen and (max-width: 767px) {
    .footer__social {
      --social-size: 30px;
      --social-icon-size: 100%;
      --social-gap: 34px; } }
  @media only screen and (max-width: 600px) {
    .footer__head {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .footer__menu ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .footer__bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .footer__content {
      display: contents; } }

/**
 * Swiper 8.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 13, 2022
 */
@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") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }
  .swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

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

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --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;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  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; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    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: 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;
    -webkit-box-shadow: none;
    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-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }
  .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block; }
  .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px; }
    .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
    .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      display: inline-block;
      -webkit-transition: 200ms top, 200ms -webkit-transform;
      transition: 200ms top, 200ms -webkit-transform;
      transition: 200ms transform, 200ms top;
      transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.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%;
  -webkit-transform: translateX(-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 {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: 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%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top; }
  .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top; }
  .swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0; }
  .swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical,
  .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0; }

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }
  .swiper-button-prev.swiper-button-hidden,
  .swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none; }
  .swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled
  .swiper-button-next {
    display: none !important; }
  .swiper-button-prev:after,
  .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,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    content: 'next'; }

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

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none; }

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/*# sourceMappingURL=home.css.map */
