/*!***********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src_fs/scss/collector.scss ***!
  \***********************************************************************************************************************************************************************************************************************/
header#masthead {
  z-index: 10;
  position: relative;
  background: #fff; }
  @media (max-width: 1251px) {
    /*header#masthead {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%; }*/
    .header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background-color: #FAFAFA;
    }
  }
  header#masthead, header#masthead * {
    user-select: none; }
  header#masthead .header__intro {
    width: 100%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 7px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px; }
    @media (max-width: 1251px) {
      header#masthead .header__intro {
        max-width: 100%;
        overflow-x: hidden;
        justify-content: flex-start; }
        header#masthead .header__intro svg {
          min-width: 24px;
          height: 16px;
          margin-left: 5px; }
        header#masthead .header__intro span {
          white-space: nowrap;
          font-size: 12px;
          line-height: 16px; } }
    header#masthead .header__intro svg {
      margin-right: 15px;
      display: block;
      width: 24px; }
  @media (max-width: 1251px) {
    header#masthead .container {
      padding-left: 0; } }
  header#masthead .header {
    width: 100%;
    padding: 17px 0; }
    @media (max-width: 1251px) {
      header#masthead .header {
        padding: 0; } }
    header#masthead .header-inner {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    header#masthead .header .logo a {
      display: flex;
      gap: 28px; }
    header#masthead .header .logo-main_image {
      display: flex;
      align-items: center;
      justify-content: center; }
    @media (max-width: 1251px) {
      header#masthead .header .logo-text {
        display: none; } }
    header#masthead .header-menu {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 1251px) {
        header#masthead .header-menu {
          display: none; } }
    header#masthead .header .navbar ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      header#masthead .header .navbar ul li {
        margin-right: 51px; }
        @media (max-width: 1400px) {
          header#masthead .header .navbar ul li {
            margin-right: 35px; } }
      header#masthead .header .navbar ul a {
        text-decoration: none;
        font-size: 18px;
        line-height: 24px;
        color: #000;
        font-weight: 400; }
    header#masthead .header .languages {
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      cursor: pointer;
      color: #000; }
      header#masthead .header .languages span {
        font-weight: 700;
        font-size: 18px;
        line-height: 24px; }
      header#masthead .header .languages ul {
        display: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: absolute;
        left: 0;
        top: var(--header_languages_top, 0);
        background: #fff;
        transform: translateX(-22.5px); }
        header#masthead .header .languages ul.active {
          display: block; }
        header#masthead .header .languages ul li {
          width: 80px;
          height: 80px;
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative;
          
        }
        header#masthead .header .languages ul li a:hover {
          background: #0096d7;
          color: #fff;
        }
        header#masthead .header .languages ul a {
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: 0.2s ease;
        }
          header#masthead .header .languages ul li:not(:last-child)::after {
            content: '';
            width: 85%;
            height: 1px;
            background: #D2D2D2;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0; }
  header#masthead .cart_button {
    max-width: unset;
    width: unset;
    height: unset;
    background: unset;
    font-family: "Montserrat Alternates", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: unset;
    border: unset;
    border-radius: unset;
    margin-bottom: unset;
    cursor: pointer;
    padding: 0; }
    header#masthead .cart_button svg {
      margin-right: 13px; }
  header#masthead .left_part {
    display: flex;
    align-items: center;
    justify-content: center; }

.container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 1600px) {
    .container {
      padding: 0 10px; } }

.hamburger {
  width: 56px;
  height: 56px;
  background: #0096D7;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .hamburger.active .stick:nth-child(1), .hamburger.active .stick:nth-child(4) {
    display: none; }
  .hamburger.active .stick:nth-child(2) {
    transform: rotate(45deg);
    margin-bottom: 0;
    position: absolute; }
  .hamburger.active .stick:nth-child(3) {
    transform: rotate(-45deg);
    position: absolute;
    margin-bottom: 0; }
  .hamburger .stick {
    width: 18px;
    height: 2px;
    background: #fff;
    border-radius: 5px;
    transition: .2s ease; }
    .hamburger .stick:not(:last-child) {
      margin-bottom: 2px; }
  @media (min-width: 1251px) {
    .hamburger {
      display: none; } }

footer#colophon {
  background: #000;
  padding: 27px; }
  footer#colophon .footer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center; }
    @media (max-width: 1251px) {
      footer#colophon .footer-inner {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 72px 32px; } }
  footer#colophon .logo_links {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1251px) {
      footer#colophon .logo_links {
        flex-direction: column; } }
  footer#colophon .home_url {
    margin-right: 90px; }
    @media (max-width: 1251px) {
      footer#colophon .home_url {
        margin-right: 0;
        margin-bottom: 45px; } }
  footer#colophon .social_networks {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px; }
  footer#colophon .all_rights_reserved {
    text-align: center;
    margin: 0;
    color: #999;
    font-size: 12px;
    line-height: 16px; }
  footer#colophon .by_kitweb {
    text-align: end;
    margin: 0;
    color: #999;
    font-size: 12px;
    line-height: 16px; }
    @media (max-width: 1251px) {
      footer#colophon .by_kitweb {
        text-align: center; } }

.cart {
  font-family: "Montserrat Alternates", sans-serif;
 /* width: 375px;*/
  height: 812px;
  position: fixed;
  top: 0;
  right: 0;
  border: solid 1px #D2D2D2;
  border-right: none;
  background: #fff;
  transform: translateX(100%);
  transition: .2s ease;
  padding: 0 0 31px;
  display: grid;
  grid-template-rows: 56px min-content 122px;
  z-index: 11; }
  @media (max-width: 1251px) {
    .cart {
      width: 100%;
      height: calc(100vh - var(--header_intro_height, 0)); } }
  .cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    border-bottom: solid 1px #D2D2D2; }
    .cart-header button {
      width: 40px;
      height: 40px;
      min-height: unset;
      border-color: #999;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding: 0;
      margin: 0; }
      .cart-header button .stick {
        width: 16px;
        height: 1px;
        background: #999;
        position: absolute; }
        .cart-header button .stick:nth-child(1) {
          transform: rotate(45deg); }
        .cart-header button .stick:nth-child(2) {
          transform: rotate(-45deg); }
  .cart-content {
    /*overflow-y: scroll;*/
    /*transform: translateX(-16px);*/
    /*width: calc(100% + 32px);*/ }
    .cart-content-footer {
      margin-bottom: 5px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 18px;
      line-height: 22px;
      padding: 14px 16px;
      font-weight: 400;
      color: #000; }
      .cart-content-footer:not(.active) {
        display: none; }
    .cart-content-empty {
      padding: 0 16px;
      font-size: 18px;
      line-height: 22px;
      color: #000;
      margin-top: 15px;
margin-bottom: 20px;}
      .cart-content-empty:not(.active) {
        display: none; }
.cart-footer {
  padding-left: 16px;
  padding-right: 16px;
}
  .cart-footer button, .cart-footer a.button {
    font-size: 16px;
    line-height: 19.5px; }
    @media (max-width: 1251px) {
      .cart-footer button, .cart-footer a.button {
        width: 100%;
        max-width: unset; } }
  .cart-element {
    padding: 16px 0;
    border-bottom: solid 1px #D2D2D2;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 23px; }
    .cart-element-image {
      display: block;
      width: 100px;
      height: 100px;
      margin: 0; }
      .cart-element-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .cart-element-left p {
      margin: 16px 0 0;
      font-size: 14px;
      line-height: 17px;
      color: #666;
      text-align: center; }
    .cart-element-right {
      min-width: 214px;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .cart-element-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 18px;
      line-height: 22px;
      color: #000; }
    .cart-element-price {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 20px; }
      .cart-element-price-current {
        font-size: 16px;
        line-height: 17px; }
      .cart-element-price-old {
        font-size: 14px;
        line-height: 17px;
        color: #666;
        text-decoration: line-through; }
    .cart-element-footer {
      display: flex;
      align-items: center;
      gap: 40px; }
    .cart-element .plus_cart_element .stick {
      position: absolute; }
    .cart-element .plus_cart_element .stick:nth-child(2) {
      transform: rotate(90deg); }
    .cart-element button {
      min-width: unset;
      padding: 0;
      width: 40px;
      height: 40px;
      min-height: unset;
      border-color: #999;
      margin: 0;
      position: relative; }
      .cart-element button .stick {
        width: 14px;
        height: 1px;
        background: #999; }
  .cart-elements {
    padding: 16px;
   max-height: 60vh;
  overflow-y: auto }
    .cart-elements:not(.active) {
      display: none; }
  .cart.active {
    transform: translateX(0); }

.mobile-menu {
  width: 314px;
  background: #fff;
  position: absolute;
  height: calc(100vh - var(--header_height, 56px) - var(--header_intro_height, 0));
  left: 0;
  transform: translateX(-100%);
  top: 56px;
  filter: drop-shadow(0px 12px 20px rgba(0, 0, 0, 0.15));
  transition: .2s ease;
  padding: 40px 28px; }
  .mobile-menu .navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 34px; }
    .mobile-menu .navbar ul li {
      font-weight: 400;
      font-size: 16px;
      line-height: 22px;
      color: #000; }
      .mobile-menu .navbar ul li:not(:last-child) {
        margin-bottom: 34px; }
  .mobile-menu .languages {
    display: flex;
    justify-content: start;
    width: 35px;
    height: 35px;
    align-items: center;
    position: relative;
    cursor: pointer;
    color: #000; }
    .mobile-menu .languages span {
      font-weight: 700;
      font-size: 18px;
      line-height: 24px; }
    .mobile-menu .languages:hover ul {
      display: flex;
      align-items: center;
      justify-content: center; }
    .mobile-menu .languages ul {
      display: none;
      list-style-type: none;
      margin: 0;
      padding: 0;
      position: absolute;
      left: 100%;
      top: 0;
      border-bottom: solid 1px #000;
      border-left: solid 1px #000;
      background: #fff; }
      .mobile-menu .languages ul li {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-top: solid 1px #000;
        border-right: solid 1px #000; }
  .mobile-menu.active {
    transform: translateX(0); }
  @media (min-width: 1251px) {
    .mobile-menu {
      display: none; } }

main.checkout_page {
  position: relative;
  background: #FAFAFA; }
  main.checkout_page article {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    height: 100%; }
    main.checkout_page article .woocommerce {
      height: 100%; }
    @media (max-width: 1600px) {
      main.checkout_page article {
        padding: 0 10px; } }
    @media (max-width: 1251px) {
      main.checkout_page article {
        display: block;
        padding: 0; } }
  main.checkout_page header.entry-header {
    margin: 49px 0 30px; }
    @media (max-width: 1251px) {
      main.checkout_page header.entry-header {
        padding: 27px 16px 14px;
        margin: 0; } }
    main.checkout_page header.entry-header h1 {
      margin: 0; }
  main.checkout_page .entry-content {
    margin: 0; }
  main.checkout_page form[name=checkout] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    column-gap: 30px;
    row-gap: 15px;
    margin-bottom: 50px; }
    @media (max-width: 1251px) {
      main.checkout_page form[name=checkout] {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto; } }
    main.checkout_page form[name=checkout] .block_1 {
      grid-column: 1 / 2;
      grid-row: 2 / 3; }
    main.checkout_page form[name=checkout] .block_2 {
      grid-column: 2 / 3;
      grid-row: 2 / 3; }
      @media (max-width: 1251px) {
        main.checkout_page form[name=checkout] .block_2 {
          grid-column: 1 / 2;
          grid-row: 3 / 4; } }
    main.checkout_page form[name=checkout] .woocommerce-NoticeGroup-checkout {
      grid-column: 1 / 3; }
      main.checkout_page form[name=checkout] .woocommerce-NoticeGroup-checkout ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        background: #fff; }
        main.checkout_page form[name=checkout] .woocommerce-NoticeGroup-checkout ul li {
          padding: 10px;
          color: #e2401c; }
          main.checkout_page form[name=checkout] .woocommerce-NoticeGroup-checkout ul li:not(:last-child) {
            border-bottom: solid 1px #D2D2D2; }
    main.checkout_page form[name=checkout] .form-row-checkbox {
      margin: 16px 0;
      color: #000; }
      main.checkout_page form[name=checkout] .form-row-checkbox, main.checkout_page form[name=checkout] .form-row-checkbox * {
        font-family: "Open Sans", sans-serif !important; }
      main.checkout_page form[name=checkout] .form-row-checkbox label {
        display: flex;
        align-items: center; }
      main.checkout_page form[name=checkout] .form-row-checkbox input {
        width: 18px;
        height: 18px;
        margin-right: 19px; }
      main.checkout_page form[name=checkout] .form-row-checkbox a {
        color: #0096D7;
        text-decoration: underline;
        font-weight: 400; }
    main.checkout_page form[name=checkout] .wcus-checkout-fields > div {
      margin-top: 20px; }
      main.checkout_page form[name=checkout] .wcus-checkout-fields > div p {
        margin: 0; }
      main.checkout_page form[name=checkout] .wcus-checkout-fields > div > div {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 30px; }
        @media (max-width: 1251px) {
          main.checkout_page form[name=checkout] .wcus-checkout-fields > div > div {
            grid-template-columns: 1fr;
            grid-template-rows: 1fr 1fr;
            row-gap: 20px; } }
        main.checkout_page form[name=checkout] .wcus-checkout-fields > div > div .zen-ui-select__value {
          height: 44px;
          display: flex;
          align-items: center;
          border: solid 1px #D2D2D2; }
    main.checkout_page form[name=checkout] .wcus-checkout-fields h3 {
      display: none; }
    @media (max-width: 1251px) {
      main.checkout_page form[name=checkout] .col2-set, main.checkout_page form[name=checkout] #payment {
        padding: 16px; } }
  main.checkout_page .shop_table {
    background: #fff;
    font-family: "Montserrat Alternates", sans-serif; }
    main.checkout_page .shop_table-header {
      font-size: 20px;
      line-height: 24px;
      color: #000;
      padding: 16px 21px 14px;
      border-bottom: solid 1px #D2D2D2; }
    main.checkout_page .shop_table-element {
      padding: 17px 16px;
      gap: 24px;
      display: flex;
      align-items: stretch; }
      @media (min-width: 1252px) {
        main.checkout_page .shop_table-element {
          padding-bottom: 13px; } }
      main.checkout_page .shop_table-element-left figure {
        width: 100px;
        height: 100px; }
        main.checkout_page .shop_table-element-left figure img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      main.checkout_page .shop_table-element-left .volume {
        text-align: center;
        margin-top: 16px;
        color: #666;
        font-size: 14px;
        line-height: 17px; }
        @media (min-width: 1252px) {
          main.checkout_page .shop_table-element-left .volume {
            display: none; } }
      main.checkout_page .shop_table-element-right {
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: calc(100% - 124px); }
      main.checkout_page .shop_table-element-header {
        font-size: 20px;
        line-height: 24px;
        color: #000; }
      main.checkout_page .shop_table-element-footer {
        display: grid;
        grid-template-columns: 4fr 1fr 1fr;
        align-items: center; }
        @media (max-width: 1251px) {
          main.checkout_page .shop_table-element-footer {
            grid-template-columns: 80px 80px; } }
        @media (max-width: 1251px) {
          main.checkout_page .shop_table-element-footer .volume {
            display: none; } }
        main.checkout_page .shop_table-element-footer .volume, main.checkout_page .shop_table-element-footer .quantity {
          color: #666;
          font-size: 16px;
          line-height: 20px; }
        main.checkout_page .shop_table-element-footer .quantity {
          text-align: center; }
          @media (max-width: 1251px) {
            main.checkout_page .shop_table-element-footer .quantity {
              text-align: start; } }
        main.checkout_page .shop_table-element-footer .cost {
          text-align: end;
          color: #000;
          font-size: 20px;
          line-height: 24px; }
      main.checkout_page .shop_table-element:not(:last-child) {
        border-bottom: solid 1px #D2D2D2; }
    main.checkout_page .shop_table-content {
      max-height: 404px;
      /*overflow-y: scroll;*/ }
    main.checkout_page .shop_table-footer {
      background: #F6F6F6;
      font-size: 20px;
      line-height: 24px;
      color: #000;
      padding: 16px 21px 14px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      main.checkout_page .shop_table-footer span:nth-child(2) {
        text-align: end; }
  main.checkout_page .woocommerce-billing-fields__field-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 30px;
    row-gap: 16px; }
    @media (max-width: 1251px) {
      main.checkout_page .woocommerce-billing-fields__field-wrapper {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr; } }
    main.checkout_page .woocommerce-billing-fields__field-wrapper .row-pib {
      grid-column: 1 / 3;
      width: unset; }
      @media (max-width: 1251px) {
        main.checkout_page .woocommerce-billing-fields__field-wrapper .row-pib {
          grid-column: 1 / 2;
          grid-row: 1 / 2; } }
    main.checkout_page .woocommerce-billing-fields__field-wrapper .row-phone_number {
      width: unset; }
      @media (max-width: 1251px) {
        main.checkout_page .woocommerce-billing-fields__field-wrapper .row-phone_number {
          grid-column: 1 / 2;
          grid-row: 2 / 3; } }
    main.checkout_page .woocommerce-billing-fields__field-wrapper .row-email {
      width: unset; }
      @media (max-width: 1251px) {
        main.checkout_page .woocommerce-billing-fields__field-wrapper .row-email {
          grid-column: 1 / 2;
          grid-row: 3 / 4; } }
    main.checkout_page .woocommerce-billing-fields__field-wrapper p {
      margin: 0; }
    main.checkout_page .woocommerce-billing-fields__field-wrapper .form-row {
      display: flex;
      flex-direction: column; }
      main.checkout_page .woocommerce-billing-fields__field-wrapper .form-row label {
        color: #000;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 6px; }
    main.checkout_page .woocommerce-billing-fields__field-wrapper input[type=text], main.checkout_page .woocommerce-billing-fields__field-wrapper input[type=tel], main.checkout_page .woocommerce-billing-fields__field-wrapper input[type=email] {
      width: 100%;
      font-size: 16px;
      line-height: 22px;
      padding: 10px 16px;
      background: #fff;
      border: solid 1px #D2D2D2;
      color: #000; }
  main.checkout_page .woocommerce-additional-fields {
    padding-top: 16px; }
    main.checkout_page .woocommerce-additional-fields p {
      margin: 0; }
    main.checkout_page .woocommerce-additional-fields .form-row {
      display: flex;
      flex-direction: column; }
      main.checkout_page .woocommerce-additional-fields .form-row label {
        color: #000;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 6px; }
    main.checkout_page .woocommerce-additional-fields textarea {
      resize: none;
      height: 100px;
      padding: 10px 16px;
      color: #000; }
  main.checkout_page .form-row.form-row-wide.address-field.update_totals_on_change.validate-required, main.checkout_page .delete-block, main.checkout_page #payment ul {
    display: none; }

.fs-loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99;
  display: flex;
  justify-content: center; }
  .fs-loading:not(.active) {
    display: none; }
  .fs-loading .loader {
    margin-top: 200px;
    border: 3px solid #c0e9fa;
    border-top: 3px solid #0096d7;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/swiper/swiper.min.css ***!
  \*******************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 8.4.2
 * 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: September 15, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  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;
  z-index: 1; }

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

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

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

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

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

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

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

.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);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

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

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

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

.swiper-centered.swiper-horizontal > .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-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

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

.input-array {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

