@charset "UTF-8";
:root {
  --full-screen: 100vh;
  --height-header: 86px;
  --height-footer: 634px;
  --gl-indent: 24px;
  --border-radius: 8px;
  --container-padding: 16px;
  --white: #ffffff;
  --black-color: #020b25;
  --blue-color: #054e87;
  --grey-color: #6e6e6e;
  --yellow-color: #eb512e;
  --text: #6e6e6e;
  --outline: #ebebeb;
  --stroke: #fafafa;
  --hover: #eb512e; }
  @media (max-width: 992px) {
    :root {
      --full-screen: 100dvh;
      --height-header: 72px;
      --height-footer: 99px; } }

/** THEME COLOURS */
/** MEDIA BREAKPOINTS */
:root {
  --height-1vh: 1vh;
  --height-100vh: 100vh;
  --height-1dvh: 1dvh;
  --height-100dvh: 100dvh; }

html {
  font-size: 16px;
  background: #ffffff; }
  html.filter-mobile-active {
    overflow: hidden; }

body {
  background: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--grey-color);
  font-family: "Montserrat", sans-serif; }
  body * {
    text-underline-offset: 3px;
    text-decoration-thickness: 1px; }
  body.fancybox-active {
    overflow: hidden !important; }
  body.filter-mobile-active {
    overflow: hidden; }
    body.filter-mobile-active .category-page-aside {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      visibility: visible;
      opacity: 1; }
    body.filter-mobile-active #page-header {
      z-index: 1; }

picture {
  display: block; }

img {
  max-width: 100%;
  width: 100%;
  height: auto; }

svg.hidden {
  display: block;
  width: 0 !important;
  height: 0 !important; }

svg.ic {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

svg.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:active, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus, select:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important; }

a, a:hover, a:active, a:focus {
  outline: none; }

.clearfix {
  clear: both; }

.clear-after:after {
  content: "";
  display: block;
  clear: both; }

body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 991.98px) {
    body {
      min-height: 100dvh; } }
  body #page-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  body.menu-opened {
    overflow: hidden; }
  body.fancybox-active {
    overflow: hidden; }
  @media (max-width: 991.98px) {
    body.page-load .header-pages {
      display: none; } }

#page-header {
  position: relative;
  z-index: 35; }

#page-content {
  position: relative;
  z-index: 25; }
  #page-content:after {
    content: "";
    clear: both; }
  #page-content.page-category-sublist {
    background: var(--outline); }

#page-footer {
  position: relative;
  z-index: 30; }

section.section-block {
  position: relative;
  z-index: 3; }

.section {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 991.98px) {
    .section {
      padding-top: 40px;
      padding-bottom: 40px; } }

.content {
  padding-top: var(--height-header);
  padding-bottom: 60px; }
  @media (max-width: 991.98px) {
    .content {
      padding-bottom: 40px; } }

.container {
  max-width: 1332px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px; }

.swiper-scrollbar {
  --swiper-scrollbar-size: 4px;
  --swiper-scrollbar-right: 0;
  border-radius: 2px;
  background: #d9d9d9; }
  .swiper-scrollbar .swiper-scrollbar-drag {
    border-radius: 2px;
    background: var(--blue-color); }

a.phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 3px; }
  a.phone .quote {
    font-weight: 500; }

.date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 28px;
  padding: 2px 8px;
  color: var(--black-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 24px;
  background: transparent;
  border: 1px solid #000000; }

.icon-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: transparent;
  color: var(--black-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid var(--black-color); }
  .icon-arrow .icon {
    width: 8px;
    height: 8px; }

@media (min-width: 992px) {
  .swiper-button-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px; } }

.swiper-button-nav .swiper-button-next,
.swiper-button-nav .swiper-button-prev {
  --swiper-navigation-sides-offset: 0;
  border: 1px solid var(--outline);
  background: transparent; }
  @media (min-width: 992px) {
    .swiper-button-nav .swiper-button-next,
    .swiper-button-nav .swiper-button-prev {
      position: static;
      margin-top: 0; } }
  @media (max-width: 991.98px) {
    .swiper-button-nav .swiper-button-next,
    .swiper-button-nav .swiper-button-prev {
      bottom: 0 !important;
      top: auto !important;
      background: var(--yellow-color);
      border-color: var(--yellow-color); } }
  .swiper-button-nav .swiper-button-next::after,
  .swiper-button-nav .swiper-button-prev::after {
    color: var(--black-color); }
    @media (max-width: 991.98px) {
      .swiper-button-nav .swiper-button-next::after,
      .swiper-button-nav .swiper-button-prev::after {
        color: var(--white); } }
  @media (any-hover: hover) {
    .swiper-button-nav .swiper-button-next:hover, .swiper-button-nav .swiper-button-next:focus,
    .swiper-button-nav .swiper-button-prev:hover,
    .swiper-button-nav .swiper-button-prev:focus {
      background: var(--yellow-color); }
      .swiper-button-nav .swiper-button-next:hover::after, .swiper-button-nav .swiper-button-next:focus::after,
      .swiper-button-nav .swiper-button-prev:hover::after,
      .swiper-button-nav .swiper-button-prev:focus::after {
        color: var(--white); } }

.swiper-pagination:not(.swiper-pagination-fraction) {
  --swiper-pagination-bottom: 15px;
  bottom: 13px !important;
  min-height: 8px;
  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;
  max-width: calc(100% - 80px);
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
      -ms-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important; }
  @media (max-width: 991.98px) {
    .swiper-pagination:not(.swiper-pagination-fraction) {
      bottom: 16px !important; } }

@media (max-width: 991.98px) {
  .swiper-pagination {
    bottom: 16px !important; } }

.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: var(--outline);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--black-color); }

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-size: 10px;
  margin-top: -20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px !important;
  height: 40px !important;
  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;
  background: transparent;
  border-radius: 100px;
  border: 1px solid rgba(2, 11, 37, 0.12);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .swiper-button-next:hover, .swiper-button-next:focus,
  .swiper-button-prev:hover,
  .swiper-button-prev:focus {
    background: var(--yellow-color); }
    .swiper-button-next:hover::after, .swiper-button-next:focus::after,
    .swiper-button-prev:hover::after,
    .swiper-button-prev:focus::after {
      color: var(--white); }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    color: var(--black-color);
    font-weight: 700; }
  @media (max-width: 991.98px) {
    .swiper-button-next,
    .swiper-button-prev {
      background: var(--yellow-color); }
      .swiper-button-next::after,
      .swiper-button-prev::after {
        color: var(--white); } }

.swiper-pagination-fraction {
  --swiper-pagination-fraction-color: var(--white);
  min-width: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -1.28px; }
  .swiper-pagination-fraction .swiper-pagination-current {
    color: var(--white);
    font-size: 32px;
    font-weight: 400;
    line-height: 32px; }

[js-slider-text] {
  width: 100%;
  height: 362px;
  padding-right: 22px !important; }
  @media (max-width: 991.98px) {
    [js-slider-text] {
      height: 220px;
      padding-right: 16px !important; } }
  [js-slider-text] .swiper-slide {
    height: auto !important; }
  [js-slider-text] .swiper-scrollbar {
    width: 4px;
    border-radius: 2px;
    background: #d9d9d9; }
    [js-slider-text] .swiper-scrollbar .swiper-scrollbar-drag {
      background: var(--blue-color); }

.bg-stroke {
  position: relative; }
  .bg-stroke::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    max-width: 1440px;
    height: 100%;
    width: 100%;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: var(--stroke); }

.navigation-tabs {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 24px; }
  .navigation-tabs:not(:last-child) {
    margin-bottom: 24px; }
  @media (max-width: 575.98px) {
    .navigation-tabs {
      -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; } }
  .navigation-tabs:not(.swiper-initialized) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
  .navigation-tabs:not(.swiper-initialized) .swiper-slide {
    width: auto; }
  .navigation-tabs ul,
  .navigation-tabs li {
    list-style: none; }
  .navigation-tabs::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--outline); }
    @media (max-width: 575.98px) {
      .navigation-tabs::after {
        display: none; } }
  .navigation-tabs .navigation-tabs-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto !important; }
    .navigation-tabs .navigation-tabs-item.tab-trigger-active .navigation-tabs-link {
      color: var(--yellow-color); }
      .navigation-tabs .navigation-tabs-item.tab-trigger-active .navigation-tabs-link::after {
        opacity: 1;
        visibility: visible; }
  .navigation-tabs .navigation-tabs-link {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 35px;
    padding: 8px 0;
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 991.98px) {
      .navigation-tabs .navigation-tabs-link {
        letter-spacing: 0.02em; } }
    .navigation-tabs .navigation-tabs-link:hover, .navigation-tabs .navigation-tabs-link:focus {
      color: var(--yellow-color);
      text-decoration: none; }
    .navigation-tabs .navigation-tabs-link::after {
      content: "";
      position: absolute;
      z-index: 5;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: var(--yellow-color);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .navigation-tabs .navigation-tabs-link::before {
      content: "";
      position: absolute;
      z-index: 1;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: var(--outline);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (min-width: 576px) {
        .navigation-tabs .navigation-tabs-link::before {
          display: none; } }
    .navigation-tabs .navigation-tabs-link.active {
      color: var(--yellow-color); }
      .navigation-tabs .navigation-tabs-link.active::after {
        opacity: 1;
        visibility: visible; }
      .navigation-tabs .navigation-tabs-link.active::before {
        opacity: 0;
        visibility: hidden; }

.js-tab-content:not(:first-child) {
  display: none; }

#page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1000;
  padding: 12px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: var(--height-header);
  background: var(--white);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #page-header.checkout-header {
    background: var(--white);
    padding: 0; }
    #page-header.checkout-header > .container {
      position: relative;
      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;
      padding-top: 12px;
      padding-bottom: 10px;
      border-bottom: 1px solid var(--outline); }
    @media (max-width: 991.98px) {
      #page-header.checkout-header .cellphones-dropdown-wrap {
        display: block; } }
    @media (min-width: 992px) {
      #page-header.checkout-header .cellphones-dropdown-wrap .cellphones-dropdown-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 12px; }
        #page-header.checkout-header .cellphones-dropdown-wrap .cellphones-dropdown-inner::before {
          content: "";
          -ms-flex-negative: 0;
              flex-shrink: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 48px;
          height: 48px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          border-radius: 100px;
          border: 1px solid var(--outline);
          background-color: var(--white);
          background-repeat: no-repeat;
          background-position: center;
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(%23clip0_2396_1340)"><path d="M18.7719 14.125C18.7206 14.0844 15 11.4025 13.9787 11.595C13.4912 11.6812 13.2125 12.0138 12.6531 12.6794C12.5631 12.7869 12.3469 13.0444 12.1788 13.2275C11.8252 13.1122 11.4804 12.9718 11.1469 12.8075C9.42533 11.9694 8.03437 10.5784 7.19625 8.85687C7.03179 8.52339 6.89143 8.17855 6.77625 7.825C6.96 7.65625 7.2175 7.44 7.3275 7.3475C7.99 6.79125 8.32312 6.5125 8.40938 6.02375C8.58625 5.01125 5.90625 1.265 5.87812 1.23125C5.75653 1.05754 5.59784 0.913039 5.41355 0.808189C5.22925 0.70334 5.02395 0.640768 4.8125 0.625C3.72625 0.625 0.625 4.64813 0.625 5.32562C0.625 5.365 0.681875 9.3675 5.6175 14.3881C10.6331 19.3181 14.635 19.375 14.6744 19.375C15.3525 19.375 19.375 16.2737 19.375 15.1875C19.3594 14.9768 19.2972 14.7722 19.1929 14.5884C19.0886 14.4047 18.9448 14.2464 18.7719 14.125Z" fill="%23020B25"/></g><defs><clipPath id="clip0_2396_1340"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>'); } }
    @media (max-width: 991.98px) {
      #page-header.checkout-header .cellphones-dropdown-wrap .cellphones-dropdown-title {
        display: none; } }
    #page-header.checkout-header .cellphones-dropdown-wrap .cellphone-main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    @media (max-width: 991.98px) {
      #page-header.checkout-header .cellphones-dropdown-wrap .phone {
        width: 40px;
        height: 40px;
        border-radius: 100px;
        border: 1px solid var(--outline); }
        #page-header.checkout-header .cellphones-dropdown-wrap .phone .sup,
        #page-header.checkout-header .cellphones-dropdown-wrap .phone .quote,
        #page-header.checkout-header .cellphones-dropdown-wrap .phone .nums {
          display: none; }
        #page-header.checkout-header .cellphones-dropdown-wrap .phone::after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          width: 16px;
          height: 16px;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 20" fill="none"><g clip-path="url(%23clip0_2396_1340)"><path d="M18.7719 14.125C18.7206 14.0844 15 11.4025 13.9787 11.595C13.4912 11.6812 13.2125 12.0138 12.6531 12.6794C12.5631 12.7869 12.3469 13.0444 12.1788 13.2275C11.8252 13.1122 11.4804 12.9718 11.1469 12.8075C9.42533 11.9694 8.03437 10.5784 7.19625 8.85687C7.03179 8.52339 6.89143 8.17855 6.77625 7.825C6.96 7.65625 7.2175 7.44 7.3275 7.3475C7.99 6.79125 8.32312 6.5125 8.40938 6.02375C8.58625 5.01125 5.90625 1.265 5.87812 1.23125C5.75653 1.05754 5.59784 0.913039 5.41355 0.808189C5.22925 0.70334 5.02395 0.640768 4.8125 0.625C3.72625 0.625 0.625 4.64813 0.625 5.32562C0.625 5.365 0.681875 9.3675 5.6175 14.3881C10.6331 19.3181 14.635 19.375 14.6744 19.375C15.3525 19.375 19.375 16.2737 19.375 15.1875C19.3594 14.9768 19.2972 14.7722 19.1929 14.5884C19.0886 14.4047 18.9448 14.2464 18.7719 14.125Z" fill="%23020B25"/></g><defs><clipPath id="clip0_2396_1340"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>'); } }
  @media (max-width: 991.98px) {
    #page-header {
      width: 100dvw;
      padding: 6px 0; }
      #page-header::after {
        content: "";
        position: fixed;
        z-index: 98;
        top: 0;
        left: 0;
        width: 100%;
        height: var(--height-header);
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);
        opacity: 0;
        pointer-events: none;
        background-color: var(--white);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      #page-header::before {
        content: "";
        position: absolute;
        z-index: 99;
        bottom: 0;
        left: 50%;
        width: calc(100% - 32px);
        height: 1px;
        background: var(--outline);
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        opacity: 0; } }
  .menu-opened #page-header::before {
    opacity: 0.2; }
  .menu-opened #page-header::after {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  #page-header.sticky-header {
    -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.1); }
  #page-header .container {
    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; }
    @media (min-width: 992px) {
      #page-header .container {
        gap: 18px; } }
    @media (min-width: 992px) and (max-width: 1300px) {
      #page-header .container {
        gap: 10px; } }
  #page-header .logo-wrap {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 99;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 95px; }
    @media (max-width: 991.98px) {
      #page-header .logo-wrap {
        width: 72px; } }
  #page-header .header-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    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; }
    @media (min-width: 992px) {
      #page-header .header-inner {
        padding-top: 12px; } }
  #page-header .header-pages {
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      #page-header .header-pages {
        display: none; } }
  @media (min-width: 992px) {
    #page-header .header-search {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      max-width: 264px;
      margin-left: 8px; } }
  @media (max-width: 991.98px) {
    #page-header .header-search {
      margin-left: auto; } }
  #page-header .header-search:not(:last-child) {
    margin-right: 12px; }
    @media (max-width: 1199.98px) {
      #page-header .header-search:not(:last-child) {
        margin-right: 8px; } }
  #page-header .head-qty {
    position: absolute;
    z-index: 2;
    top: -4px;
    right: -4px;
    height: 21px;
    min-width: 21px;
    padding: 2px 3px;
    border-radius: 999px;
    border: 1px solid;
    font-size: 13px;
    line-height: 1;
    text-align: center; }
    #page-header .head-qty:empty {
      display: none; }
  #page-header .header-btn {
    position: relative;
    z-index: 1;
    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;
    cursor: pointer;
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid var(--yellow-color);
    background: transparent;
    color: var(--black-color); }
    @media (max-width: 991.98px) {
      #page-header .header-btn {
        width: 40px;
        min-width: 40px;
        height: 40px; } }
    #page-header .header-btn:focus {
      background: var(--white);
      color: black; }
    #page-header .header-btn .ic {
      width: 20px;
      height: 20px; }
      @media (max-width: 991.98px) {
        #page-header .header-btn .ic {
          width: 16px;
          height: 16px; } }
    @media (any-hover: hover) {
      #page-header .header-btn:hover {
        background: var(--yellow-color);
        color: var(--white); }
        #page-header .header-btn:hover .head-qty {
          border-color: var(--white); } }
    #page-header .header-btn:focus {
      background: var(--yellow-color);
      color: var(--white); }
    #page-header .header-btn .head-qty {
      border-color: var(--yellow-color);
      background: var(--yellow-color);
      color: var(--white);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  #page-header .header-search-btn {
    width: 48px;
    height: 48px;
    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;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 100px;
    border: 1px solid var(--outline);
    background: var(--white); }
    @media (min-width: 992px) {
      #page-header .header-search-btn {
        display: none; } }
    #page-header .header-search-btn .icon {
      width: 20px;
      height: 20px;
      color: var(--black-color); }
    @media (max-width: 991.98px) {
      #page-header .header-search-btn {
        width: 40px;
        height: 40px; }
        #page-header .header-search-btn .icon {
          width: 16px;
          height: 16px; } }
    #page-header .header-search-btn.btn-search-active {
      background: var(--yellow-color); }
      #page-header .header-search-btn.btn-search-active .icon {
        color: var(--white); }
    @media (any-hover: hover) {
      #page-header .header-search-btn:hover, #page-header .header-search-btn:focus {
        background: var(--yellow-color); }
        #page-header .header-search-btn:hover .icon, #page-header .header-search-btn:focus .icon {
          color: var(--white); } }
  #page-header .socials-wrap {
    position: relative; }
    #page-header .socials-wrap:not(:last-child) {
      margin-right: 12px; }
    @media (any-hover: hover) {
      #page-header .socials-wrap:hover .socials-dropdown, #page-header .socials-wrap:focus .socials-dropdown {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
        pointer-events: initial; }
      #page-header .socials-wrap:hover .socials-main-icon, #page-header .socials-wrap:focus .socials-main-icon {
        background: var(--yellow-color);
        border: 1px solid var(--yellow-color); }
        #page-header .socials-wrap:hover .socials-main-icon::after, #page-header .socials-wrap:focus .socials-main-icon::after {
          background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(%23clip0_2396_3400)"><path d="M15.8137 3.70074C15.546 3.70074 15.3281 3.9186 15.3281 4.18629C15.3281 4.45399 15.546 4.67184 15.8137 4.67184C16.0814 4.67184 16.2992 4.45403 16.2992 4.18629C16.2992 3.91856 16.0814 3.70074 15.8137 3.70074Z" fill="white"/><path d="M10.0001 5.6955C7.62657 5.6955 5.69556 7.62651 5.69556 10C5.69556 12.3735 7.62657 14.3046 10.0001 14.3046C12.3736 14.3046 14.3047 12.3736 14.3047 10.0001C14.3047 7.62655 12.3736 5.6955 10.0001 5.6955Z" fill="white"/><path d="M14.5173 0H5.4827C2.45953 0 0 2.45953 0 5.48273V14.5173C0 17.5405 2.45953 20 5.4827 20H14.5173C17.5405 20 20 17.5405 20 14.5173V5.48273C20 2.45953 17.5405 0 14.5173 0ZM10 15.4856C6.9752 15.4856 4.51441 13.0248 4.51441 10C4.51441 6.9752 6.97523 4.51445 10 4.51445C13.0248 4.51445 15.4856 6.97523 15.4856 10C15.4856 13.0248 13.0248 15.4856 10 15.4856ZM15.8137 5.85297C14.8947 5.85297 14.1471 5.10531 14.1471 4.18633C14.1471 3.26734 14.8947 2.51965 15.8137 2.51965C16.7327 2.51965 17.4804 3.2673 17.4804 4.18629C17.4804 5.10527 16.7327 5.85297 15.8137 5.85297Z" fill="white"/></g><defs><clipPath id="clip0_2396_3400"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>') center no-repeat; } }
    @media (max-width: 991.98px) {
      #page-header .socials-wrap {
        display: none; } }
    #page-header .socials-wrap .socials-main-icon {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 48px;
      height: 48px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 50px;
      background: transparent;
      border: 1px solid var(--yellow-color);
      -webkit-backdrop-filter: blur(12px);
              backdrop-filter: blur(12px);
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (any-hover: hover) {
        #page-header .socials-wrap .socials-main-icon:hover, #page-header .socials-wrap .socials-main-icon:focus {
          background: var(--yellow-color);
          border: 1px solid var(--yellow-color); }
          #page-header .socials-wrap .socials-main-icon:hover::after, #page-header .socials-wrap .socials-main-icon:focus::after {
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(%23clip0_2396_3400)"><path d="M15.8137 3.70074C15.546 3.70074 15.3281 3.9186 15.3281 4.18629C15.3281 4.45399 15.546 4.67184 15.8137 4.67184C16.0814 4.67184 16.2992 4.45403 16.2992 4.18629C16.2992 3.91856 16.0814 3.70074 15.8137 3.70074Z" fill="white"/><path d="M10.0001 5.6955C7.62657 5.6955 5.69556 7.62651 5.69556 10C5.69556 12.3735 7.62657 14.3046 10.0001 14.3046C12.3736 14.3046 14.3047 12.3736 14.3047 10.0001C14.3047 7.62655 12.3736 5.6955 10.0001 5.6955Z" fill="white"/><path d="M14.5173 0H5.4827C2.45953 0 0 2.45953 0 5.48273V14.5173C0 17.5405 2.45953 20 5.4827 20H14.5173C17.5405 20 20 17.5405 20 14.5173V5.48273C20 2.45953 17.5405 0 14.5173 0ZM10 15.4856C6.9752 15.4856 4.51441 13.0248 4.51441 10C4.51441 6.9752 6.97523 4.51445 10 4.51445C13.0248 4.51445 15.4856 6.97523 15.4856 10C15.4856 13.0248 13.0248 15.4856 10 15.4856ZM15.8137 5.85297C14.8947 5.85297 14.1471 5.10531 14.1471 4.18633C14.1471 3.26734 14.8947 2.51965 15.8137 2.51965C16.7327 2.51965 17.4804 3.2673 17.4804 4.18629C17.4804 5.10527 16.7327 5.85297 15.8137 5.85297Z" fill="white"/></g><defs><clipPath id="clip0_2396_3400"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>') center no-repeat; } }
      #page-header .socials-wrap .socials-main-icon::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 20px;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(%23clip0_2396_3400)"><path d="M15.8137 3.70074C15.546 3.70074 15.3281 3.9186 15.3281 4.18629C15.3281 4.45399 15.546 4.67184 15.8137 4.67184C16.0814 4.67184 16.2992 4.45403 16.2992 4.18629C16.2992 3.91856 16.0814 3.70074 15.8137 3.70074Z" fill="black"/><path d="M10.0001 5.6955C7.62657 5.6955 5.69556 7.62651 5.69556 10C5.69556 12.3735 7.62657 14.3046 10.0001 14.3046C12.3736 14.3046 14.3047 12.3736 14.3047 10.0001C14.3047 7.62655 12.3736 5.6955 10.0001 5.6955Z" fill="black"/><path d="M14.5173 0H5.4827C2.45953 0 0 2.45953 0 5.48273V14.5173C0 17.5405 2.45953 20 5.4827 20H14.5173C17.5405 20 20 17.5405 20 14.5173V5.48273C20 2.45953 17.5405 0 14.5173 0ZM10 15.4856C6.9752 15.4856 4.51441 13.0248 4.51441 10C4.51441 6.9752 6.97523 4.51445 10 4.51445C13.0248 4.51445 15.4856 6.97523 15.4856 10C15.4856 13.0248 13.0248 15.4856 10 15.4856ZM15.8137 5.85297C14.8947 5.85297 14.1471 5.10531 14.1471 4.18633C14.1471 3.26734 14.8947 2.51965 15.8137 2.51965C16.7327 2.51965 17.4804 3.2673 17.4804 4.18629C17.4804 5.10527 16.7327 5.85297 15.8137 5.85297Z" fill="black"/></g><defs><clipPath id="clip0_2396_3400"><rect width="20" height="20" fill="black"/></clipPath></defs></svg>') center no-repeat; }
    @media (min-width: 992px) {
      #page-header .socials-wrap .socials-dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        padding-top: 4px;
        width: 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        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;
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px);
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; } }
    @media (min-width: 992px) {
      #page-header .socials-wrap .socials-nav {
        width: 52px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 2px;
        padding: 2px;
        border-radius: 50px;
        background: var(--white);
        -webkit-backdrop-filter: blur(12px);
                backdrop-filter: blur(12px);
        -webkit-box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.2);
                box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.2); } }
    @media (max-width: 991.98px) {
      #page-header .socials-wrap .socials-nav {
        gap: 12px; } }
    #page-header .socials-wrap .social-link {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (min-width: 992px) {
        #page-header .socials-wrap .social-link {
          width: 48px;
          height: 48px;
          border-radius: 50px;
          background: var(--stroke); } }
      @media (any-hover: hover) {
        #page-header .socials-wrap .social-link:hover, #page-header .socials-wrap .social-link:focus {
          background: var(--yellow-color); }
          #page-header .socials-wrap .social-link:hover svg path, #page-header .socials-wrap .social-link:focus svg path {
            fill: var(--white); } }
    #page-header .socials-wrap .social-img {
      width: 20px;
      height: 20px;
      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; }
      #page-header .socials-wrap .social-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: scale-down;
           object-fit: scale-down; }
      #page-header .socials-wrap .social-img svg {
        width: 100%;
        height: 100%; }
        #page-header .socials-wrap .social-img svg path {
          fill: var(--black-color);
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }

.header-mobile-menu {
  position: fixed;
  z-index: 95;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: calc(var(--height-header) + 18px) 16px 16px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background: var(--white);
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .menu-opened .header-mobile-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  @media (min-width: 992px) {
    .header-mobile-menu {
      display: none; } }
  .header-mobile-menu .header-mobile-pages:not(:last-child) {
    margin-bottom: 24px; }
  .header-mobile-menu .header-mobile-contacts {
    margin-top: auto; }
    .header-mobile-menu .header-mobile-contacts .footer-nav-title {
      display: none; }
    .header-mobile-menu .header-mobile-contacts .contacts-info.address {
      border: none; }
  .header-mobile-menu .socials-wrap {
    display: block !important; }

.hamburger {
  position: relative;
  z-index: 99;
  width: 40px;
  height: 40px;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 8px;
  border-radius: 100px;
  border: 1px solid var(--outline);
  background: var(--white);
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .menu-opened .hamburger .hamburger-line, .hamburger.trigger-active .hamburger-line {
    background: var(--black-color);
    height: 2px; }
    .menu-opened .hamburger .hamburger-line:nth-child(3n + 1), .hamburger.trigger-active .hamburger-line:nth-child(3n + 1) {
      -webkit-transform: translateY(5px) rotate(-45deg);
          -ms-transform: translateY(5px) rotate(-45deg);
              transform: translateY(5px) rotate(-45deg); }
    .menu-opened .hamburger .hamburger-line:nth-child(3n + 2), .hamburger.trigger-active .hamburger-line:nth-child(3n + 2) {
      opacity: 0;
      left: 100%; }
    .menu-opened .hamburger .hamburger-line:nth-child(3n + 3), .hamburger.trigger-active .hamburger-line:nth-child(3n + 3) {
      -webkit-transform: translateY(-5px) rotate(45deg);
          -ms-transform: translateY(-5px) rotate(45deg);
              transform: translateY(-5px) rotate(45deg); }
  .hamburger .hamburger-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .hamburger .hamburger-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    border-radius: 0.2em;
    background-color: var(--yellow-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .hamburger .hamburger-line:nth-child(3n + 1) {
      top: 2px; }
    .hamburger .hamburger-line:nth-child(3n + 2) {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .hamburger .hamburger-line:nth-child(3n + 3) {
      bottom: 2px; }
  @media (min-width: 992px) {
    .hamburger {
      display: none; } }

.header-pages-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 24px;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .header-pages-nav {
      gap: 2px 12px; } }
  @media (max-width: 991.98px) {
    .header-pages-nav {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .header-pages-nav .nav-item {
    position: relative; }
    @media (max-width: 991.98px) {
      .header-pages-nav .nav-item {
        width: 100%; } }
    @media (min-width: 992px) {
      .header-pages-nav .nav-item.sub-in {
        padding-right: 16px; } }
    @media (max-width: 991.98px) {
      .header-pages-nav .nav-item.sub-in.accordion-active .toggle-sublist-icon {
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); }
      .header-pages-nav .nav-item.sub-in .sub-list {
        position: static;
        height: auto;
        padding: 8px 0 0;
        background: transparent;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
        pointer-events: initial;
        -webkit-box-shadow: none;
                box-shadow: none;
        border-radius: 0; }
        .header-pages-nav .nav-item.sub-in .sub-list .nav-link {
          text-transform: none;
          border-radius: 4px;
          background: rgba(250, 250, 250, 0.4);
          min-height: 48px; }
          .header-pages-nav .nav-item.sub-in .sub-list .nav-link:not(:last-child) {
            margin-bottom: 4px; } }
    @media (any-hover: hover) {
      .header-pages-nav .nav-item.sub-in:hover .toggle-sublist-icon, .header-pages-nav .nav-item.sub-in:focus .toggle-sublist-icon {
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); }
      .header-pages-nav .nav-item.sub-in:hover .sub-list, .header-pages-nav .nav-item.sub-in:focus .sub-list {
        opacity: 1;
        pointer-events: initial;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); } }
  .header-pages-nav .nav-link {
    padding: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4px;
    width: 100%;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    /* 125% */
    text-align: center;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .header-pages-nav .nav-link.active, .header-pages-nav .nav-link:focus {
      color: var(--yellow-color);
      text-decoration: none; }
      .header-pages-nav .nav-link.active ~ .toggle-sublist-icon .icon, .header-pages-nav .nav-link:focus ~ .toggle-sublist-icon .icon {
        color: var(--white); }
    @media (any-hover: hover) {
      .header-pages-nav .nav-link:hover {
        color: var(--yellow-color);
        text-decoration: none; }
        .header-pages-nav .nav-link:hover ~ .toggle-sublist-icon .icon {
          color: var(--white); } }
    @media (max-width: 991.98px) {
      .header-pages-nav .nav-link {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
        min-height: 48px;
        padding: 6px 16px;
        gap: 10px;
        text-align: left;
        border-radius: 4px;
        text-transform: uppercase;
        background: var(--stroke); } }
  .header-pages-nav .toggle-sublist {
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 991.98px) {
      .header-pages-nav .toggle-sublist {
        position: absolute;
        top: 0;
        right: 0;
        width: 42px;
        height: 48px;
        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;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); } }
    .header-pages-nav .toggle-sublist .toggle-sublist-icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 10px;
      height: 10px;
      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;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .header-pages-nav .toggle-sublist .icon {
      color: var(--black-color);
      width: 100%;
      height: 100%; }
  .header-pages-nav .sub-list {
    position: absolute;
    z-index: 99;
    top: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 377px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4px;
    padding: 4px;
    border-radius: 12px;
    background: var(--white);
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none; }
    @media (min-width: 992px) {
      .header-pages-nav .sub-list {
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
    @media (max-width: 991.98px) {
      .header-pages-nav .sub-list {
        min-width: auto; } }
    .submenu-active .header-pages-nav .sub-list {
      opacity: 1;
      pointer-events: initial;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
      @media (max-width: 991.98px) {
        .submenu-active .header-pages-nav .sub-list {
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0); } }
    @media (max-width: 991.98px) {
      .header-pages-nav .sub-list {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100dvh;
        overflow-y: auto;
        padding: calc(var(--height-header) + 24px) 16px 16px;
        background: var(--outline);
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%); } }
    .header-pages-nav .sub-list .nav-item {
      position: relative;
      width: 100%;
      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: 10px;
      border-radius: 10px;
      background: var(--white);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      cursor: pointer; }
      @media (max-width: 991.98px) {
        .header-pages-nav .sub-list .nav-item {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          row-gap: 0;
          overflow: hidden; } }
      .header-pages-nav .sub-list .nav-item.accordion-active {
        background: rgba(0, 0, 0, 0.06); }
        .header-pages-nav .sub-list .nav-item.accordion-active .nav-link {
          background: transparent; }
        .header-pages-nav .sub-list .nav-item.accordion-active .toggle-sublist-icon {
          -webkit-transform: rotate(360deg) !important;
              -ms-transform: rotate(360deg) !important;
                  transform: rotate(360deg) !important; }
      .header-pages-nav .sub-list .nav-item ul, .header-pages-nav .sub-list .nav-item li {
        margin: 0;
        padding: 0;
        list-style: none; }
      .header-pages-nav .sub-list .nav-item .sub-list.lv-2 {
        padding: 4px;
        background: var(--white);
        border-radius: 12px; }
        @media (min-width: 992px) {
          .header-pages-nav .sub-list .nav-item .sub-list.lv-2 {
            position: absolute;
            z-index: -1;
            top: 0;
            left: calc(100% + 4px);
            height: auto;
            width: 100%;
            opacity: 0 !important;
            -webkit-transform: translateX(-10px) !important;
                -ms-transform: translateX(-10px) !important;
                    transform: translateX(-10px) !important;
            pointer-events: none;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            .header-pages-nav .sub-list .nav-item .sub-list.lv-2::after {
              content: "";
              position: absolute;
              top: 0;
              right: 100%;
              width: 10px;
              height: 100%;
              background-color: transparent; } }
        @media (max-width: 991.98px) {
          .header-pages-nav .sub-list .nav-item .sub-list.lv-2 {
            display: none;
            background: transparent; } }
        .header-pages-nav .sub-list .nav-item .sub-list.lv-2 .sub-item:not(:last-child) {
          margin-bottom: 4px; }
      .header-pages-nav .sub-list .nav-item .sub-item {
        width: 100%;
        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: 10px;
        border-radius: 10px;
        background: var(--white);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media (any-hover: hover) {
          .header-pages-nav .sub-list .nav-item .sub-item:hover {
            background: var(--yellow-color); }
            .header-pages-nav .sub-list .nav-item .sub-item:hover .nav-link {
              color: var(--white); } }
        .header-pages-nav .sub-list .nav-item .sub-item:focus {
          background: var(--yellow-color); }
          .header-pages-nav .sub-list .nav-item .sub-item:focus .nav-link {
            color: var(--white); }
      @media (any-hover: hover) {
        .header-pages-nav .sub-list .nav-item:hover {
          background: var(--yellow-color); }
          .header-pages-nav .sub-list .nav-item:hover > .nav-link {
            color: var(--white); }
          .header-pages-nav .sub-list .nav-item:hover .toggle-sublist-icon .icon {
            color: var(--white); }
          .header-pages-nav .sub-list .nav-item:hover .sub-list.lv-2 {
            opacity: 1 !important;
            pointer-events: initial;
            -webkit-transform: translateX(0) !important;
                -ms-transform: translateX(0) !important;
                    transform: translateX(0) !important; } }
      .header-pages-nav .sub-list .nav-item:focus {
        background: var(--yellow-color); }
        .header-pages-nav .sub-list .nav-item:focus > .nav-link {
          color: var(--white); }
        .header-pages-nav .sub-list .nav-item:focus .toggle-sublist-icon .icon {
          color: var(--white); }
        .header-pages-nav .sub-list .nav-item:focus .sub-list.lv-2 {
          opacity: 1 !important;
          pointer-events: initial;
          -webkit-transform: translateX(0) !important;
              -ms-transform: translateX(0) !important;
                  transform: translateX(0) !important; }
    .header-pages-nav .sub-list .nav-link {
      width: 100%;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: left;
      padding: 10px 12px; }
      @media (max-width: 991.98px) {
        .header-pages-nav .sub-list .nav-link {
          color: var(--black-color);
          font-size: 16px;
          font-weight: 400;
          line-height: 20px;
          /* 125% */ } }
    .header-pages-nav .sub-list .toggle-sublist-icon {
      position: absolute;
      top: 0;
      right: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 42px;
      height: 48px;
      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;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-transform: rotate(270deg) !important;
          -ms-transform: rotate(270deg) !important;
              transform: rotate(270deg) !important; }
      .header-pages-nav .sub-list .toggle-sublist-icon .icon {
        width: 10px;
        height: 10px;
        color: var(--black-color); }
    .header-pages-nav .sub-list .sub-list-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 8px;
      color: var(--black-color);
      font-size: 14px;
      font-weight: 400;
      line-height: 24px; }
      .header-pages-nav .sub-list .sub-list-btn:not(:last-child) {
        margin-bottom: 10px; }
      @media (min-width: 992px) {
        .header-pages-nav .sub-list .sub-list-btn {
          display: none; } }
    .header-pages-nav .sub-list .sub-list-title {
      color: var(--black-color);
      font-size: 20px;
      font-weight: 400;
      line-height: 24px;
      /* 120% */ }
      .header-pages-nav .sub-list .sub-list-title:not(:last-child) {
        margin-bottom: 10px; }
      @media (min-width: 992px) {
        .header-pages-nav .sub-list .sub-list-title {
          display: none; } }

#page-header .cellphones-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px; }
  #page-header .cellphones-list .phone {
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    color: var(--white); }

#page-header .cellphones-dropdown-wrap {
  position: relative;
  z-index: 1; }
  @media (max-width: 991.98px) {
    #page-header .cellphones-dropdown-wrap {
      display: none; } }
  #page-header .cellphones-dropdown-wrap:not(:last-child) {
    margin-right: 12px; }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap:not(:last-child) {
        margin-right: 8px; } }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px; }
    @media (max-width: 1300px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-inner {
        position: relative;
        gap: 0; } }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (max-width: 1300px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content {
        position: relative;
        z-index: 1; } }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:hover::before, #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:focus::before {
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 10px;
      background: transparent; }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:hover .cellphones-dropdown, #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:focus .cellphones-dropdown {
      opacity: 1;
      pointer-events: initial;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:hover .cellphone-main-icon, #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:focus .cellphone-main-icon {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 300;
    line-height: 18px; }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-title:not(:last-child) {
      margin-bottom: 4px; }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-title {
        display: none; } }
  #page-header .cellphones-dropdown-wrap .cellphone-main {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 4px; }
    #page-header .cellphones-dropdown-wrap .cellphone-main .cellphone-main-icon {
      background: var(--white);
      cursor: pointer; }
      #page-header .cellphones-dropdown-wrap .cellphone-main .cellphone-main-icon.active {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
      #page-header .cellphones-dropdown-wrap .cellphone-main .cellphone-main-icon .icon {
        color: var(--black-color); }
      @media (any-hover: hover) {
        #page-header .cellphones-dropdown-wrap .cellphone-main .cellphone-main-icon:hover, #page-header .cellphones-dropdown-wrap .cellphone-main .cellphone-main-icon:focus {
          background: var(--yellow-color);
          border-color: var(--yellow-color); }
          #page-header .cellphones-dropdown-wrap .cellphone-main .cellphone-main-icon:hover .icon, #page-header .cellphones-dropdown-wrap .cellphone-main .cellphone-main-icon:focus .icon {
            color: var(--white); } }
  #page-header .cellphones-dropdown-wrap .phone {
    white-space: nowrap;
    text-decoration: none;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    #page-header .cellphones-dropdown-wrap .phone .sup,
    #page-header .cellphones-dropdown-wrap .phone .quote,
    #page-header .cellphones-dropdown-wrap .phone .nums {
      font-weight: 500; }
      @media (max-width: 1199.98px) {
        #page-header .cellphones-dropdown-wrap .phone .sup,
        #page-header .cellphones-dropdown-wrap .phone .quote,
        #page-header .cellphones-dropdown-wrap .phone .nums {
          display: none; } }
    @media (any-hover: hover) {
      #page-header .cellphones-dropdown-wrap .phone:hover, #page-header .cellphones-dropdown-wrap .phone:focus {
        color: var(--yellow-color); } }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .phone {
        width: 48px;
        height: 48px;
        border-radius: 100px;
        border: 1px solid var(--yellow-color); }
        #page-header .cellphones-dropdown-wrap .phone::after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          width: 20px;
          height: 20px;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 20" fill="none"><g clip-path="url(%23clip0_2396_1340)"><path d="M18.7719 14.125C18.7206 14.0844 15 11.4025 13.9787 11.595C13.4912 11.6812 13.2125 12.0138 12.6531 12.6794C12.5631 12.7869 12.3469 13.0444 12.1788 13.2275C11.8252 13.1122 11.4804 12.9718 11.1469 12.8075C9.42533 11.9694 8.03437 10.5784 7.19625 8.85687C7.03179 8.52339 6.89143 8.17855 6.77625 7.825C6.96 7.65625 7.2175 7.44 7.3275 7.3475C7.99 6.79125 8.32312 6.5125 8.40938 6.02375C8.58625 5.01125 5.90625 1.265 5.87812 1.23125C5.75653 1.05754 5.59784 0.913039 5.41355 0.808189C5.22925 0.70334 5.02395 0.640768 4.8125 0.625C3.72625 0.625 0.625 4.64813 0.625 5.32562C0.625 5.365 0.681875 9.3675 5.6175 14.3881C10.6331 19.3181 14.635 19.375 14.6744 19.375C15.3525 19.375 19.375 16.2737 19.375 15.1875C19.3594 14.9768 19.2972 14.7722 19.1929 14.5884C19.0886 14.4047 18.9448 14.2464 18.7719 14.125Z" fill="%23020B25"/></g><defs><clipPath id="clip0_2396_1340"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>'); } }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 1;
    top: 100%;
    width: 100%;
    left: 0;
    right: 0;
    gap: 2px;
    padding: 8px;
    margin-top: 8px;
    border-radius: 8px;
    background: var(--white);
    -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.04);
            box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.04);
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 1300px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown {
        left: auto;
        right: 0;
        width: 190px;
        margin-top: 30px; } }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown.show {
      opacity: 1;
      pointer-events: initial;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown.opened {
      opacity: 1; }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 40px;
      padding: 8px 12px;
      color: var(--black-color);
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
      border-radius: 10px;
      background: var(--white);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone::before {
        content: "";
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: block;
        width: 24px;
        height: 24px;
        margin-right: 5px;
        background-size: contain; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone.po-life::before {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAN9SURBVHgBlVZbaxRZEP7q9GSzc0k0cQQTsrsui+sKuiz7sCuTSXaNuxtXX7wR8EL0wQdBRbw9+OAdRNCH4JPgD1BEvCsR0eBkJvEGCor44iXGC1EnmLlnxu6yumPa6TiZGevh9Dl1qr6vTp3q6iaUIcwg9LrroSs/vlFp9MWfURuy5fhSUdBQVTsUz5Nlq2hq7D1QXBzvgtUZcO4k/ZXu/yoCjtSshJHbLbOfUDrGQUHpQM5/kOY8yxQl4N1wocW7X7RbUeR0BYXpEWC0UHPqdb5a2ftmSuZWH5ZxmwOcaRcqPD9DaX9ISi6NS0D8C4gi3Fld61DbOKHqDSD98JioTlFzYom9vFFbzbnsYwL7xyWC6kQwPp/EyD4BRyZIrvU9YyxzUB86HNHMHowR6A6KijEPPRPW2nSWysBmOctolQxL5PuhfA0UzHTnu1p3RJiBUmLktlgpN4PingY3jKHHYKPOuiiXWkWB2C0xcCHi64DOT6G5j0n+J4PSO8RuyRg4qRwKC/00mf+Qp/+fmpKdCrnYLAscdBVZClrgYX8Vun2X5ebXyRkPgdMvgeS9L8AJDySo76kp8S8oKTh05PNxecFIiqrUgFiehqba6J94VG6GDGSlmrgFpYT0dVIEb61pEHGkscuEHtlUVipd9Pv7Pnkutp0iNSuUkV1dHJiuSYTnEHDeEYYSUXi8uokLUt9ZBPn7sa46P4zYvnGBWV2Q8QA1xSMF9+u8y21MxfoXBFXacLs8phZwfSMv2kZqjB23eLqmfgstulfSuAaKrgvxRSmd6czGevvFMownDgKrrCLZ9tEM5kV9E6hcRI3vrBbAtyunIxM9LwjTRoB4oQwLzamz7+ChdRBbcXPKDFH+6rShswNpz1xq/gQe8c3EcEW3DV5MNOp0EuipH83eYK9J9ZI2cdmU1oGkuUyG/fUSrVm6k1FaniOQ6HISMGt5Bn1I6Usp8CI9qvBw5oQ86lGWaNsdvciS3KTQp97+QVKwif5LvbK5ze8DuLE8cLqCYOyYvcrf4uveWXAZPmpM9zr0Ye99iWcmSoM/RApzqDXxpiBBIeHwxN/ks3gXJYV6oFW2USD6Ml+rSvoZPLvYNjNnZNgJd+LvseAWLUoIhzx18pKdkkb3p21vgippFzpCqNCOSoMcHM+/7O8ud9U2gIcnwa0PoT/TL78tejl+HwH/c1proOHRyAAAAABJRU5ErkJggg==") center no-repeat; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone.po-kyivstar::before {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHSSURBVHgB7VRNLANREP5mtSVObhJxaOLCyc9dUgecCHe06ycuEuIgQeInRHDRq0htK3F14OTiNyFuEglxw8mRNBK0dsxu27XRrbZCIviSN/vevJn5JjszD/hR0Lge2lNlPi5KzpYhrgZhH+S5MIm+nEBBrUhKnipyd/tm/BNkhcuUGpcI1Rh03eDcgkqHDrZX1k6PXztGW36oQ1FxC2KxUhS4xyTOXaIrVp7G4fbMWoaEMzCOEcc6eunA0ofi7dD5Hn3uHUunsU+kT3z88vVa+tjzKPoK58kyIuzgrQ3t2EKAWuEE7UUDKYE0PXMUz4+N6C8+SdRApT2EGzyStSor8s68CZlASttbUHNtixxAlMqN4KaJo6NvygX/ZIfsasDxTXTbfokda9wsQdtlHcnaNP45/iBWXyII83myWxLQuE10t1LkYDb3jwdtjYegKF2yq0q2YQpGcUulyIMIx0Y+R6CxFzqWbJaLttugDGU0sXUtIMK1+RGEuEwy3rXOjCl00YV1VukUrAdt9xvma5AzgYI5pKaSeU8CTqfZ9Lgn5DKVhFcSWnIO5QRCZzIzeXNIRSYQBUSmej+QOwFjRuQljGKqdIVM8NONOWjAqdRkGL8Sr1EPkd9WgV8cAAAAAElFTkSuQmCC") center no-repeat; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone.po-vodafone::before {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKkSURBVHgBpZZLaBRBEIb/nQTRoCB5ETcbsyjRgxAVHyBRFDEKKgqCFy+CF0/xKIgGfEAu3gVFBS+C4kVExEO8RJQNGhKQgA8SzfoAH3gQRbNx1q93ZsLOTM8+8Iemu6u7/qqpqq7dlKrgg9SVkjazXOVK2QbJnZNmitIY68lOKV9Jv7ECcR/ToCNtg6zJyFir6M3jjE7W3R+ldgzfy0gTqgUvpMWfpFsYcFEuBoP9T8alKUjNPe5kGVPBOetr09LCKF+qfPNeakGQY6wsl+Ppk0XSkWbpnU/ehuw5y64I3wS6/cukL4HACRZI0myeWshvEOe+gNyXHbeQG6zlbISkNMcMkLghpp6Iwt20dMxCdFDJWE3yz4YMYHE7lo8q7HmecYIvci0kVxnPlIwBv0g8Aw2e9yFAfIXQzNi0+arLjE040K+y0EX0z5Xmz1LHXClvIRRQTmPgq6rgm5T5Q9xZZiNHP2YJl1OQ9lv0crWQG7RQfH7So1iyQNpiQtQbPUHhpeoA4RqWxSF4eo2B7uhBqqyOawH3/zI9thwtNwZci+V21Y8YjyF3sP5WcY+2qk6kSpGKWcwbI5OW+z1U1zrVCFpMhq/eGJVDPuo0eQmKOUTpXixGelUSeEcDindm09ZfOUvpiGzGLHq7eBwXVAV00kM4cjIqx7MRmtXr0kumBAYT9E/z5K+bEEQPIG2E/AzLmzZFOE/5hjzg7X2U9touIy9wcZh5lHnWr++dzK22+9y5Q8s+HDKAp60o5VBaof/DNHndQOi/m818uzatgaTskaVs6yEnNLsD8pABA5LyhmkHX/FQdQKd27/pPT7HPBLLkJAdwPoQimtUATymHE3tfJv0IOX9J1BNBgLwrdlf0j6I1jeUIikXFn7fNc7+UYdX5on4B/9KufeiyIeAAAAAAElFTkSuQmCC") center no-repeat; }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone.po-default::before {
        background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="iso-8859-1"%3F><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg fill="%236E6E6E" height="24px" width="24px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 507.172 507.172" xml:space="preserve"><g><g><path d="M253.588,0C113.764,0,0,113.76,0,253.592c0,139.828,113.764,253.58,253.588,253.58s253.584-113.752,253.584-253.58C507.168,113.76,393.412,0,253.588,0z M387.108,349.432l-24.032,24.036c-1.548,1.548-4.056,1.548-5.604,0L352.5,368.5c-10.28,6.42-24.424,15.288-26.432,16.624c-2.372,2.256-5.62,3.564-8.948,3.564c-2.464,0-4.872-0.696-6.96-2.024c-69.444-44.032-145.676-120.276-189.72-189.72c-3.164-5-2.504-11.612,1.524-15.884c1.356-2.08,10.052-16.384,16.34-26.756l-5.008-5.008c-0.744-0.748-1.16-1.752-1.16-2.804c0-1.048,0.416-2.056,1.16-2.8l24.032-24.036c1.476-1.484,4.108-1.484,5.6,0l67.132,67.124c0.748,0.744,1.164,1.752,1.164,2.796c0,1.056-0.416,2.064-1.164,2.804l-24.032,24.032c-1.548,1.544-4.056,1.544-5.608,0l-4.852-4.852l-11.672,11.672c24.924,31.28,68.264,74.66,99.604,99.688l11.712-11.72l-4.86-4.852c-0.748-0.744-1.164-1.752-1.164-2.804c0-1.04,0.416-2.056,1.164-2.796l24.032-24.048c1.488-1.484,4.12-1.484,5.604,0l67.116,67.124C388.656,345.376,388.656,347.884,387.108,349.432z"/></g></g></svg>') center no-repeat; }
      @media (any-hover: hover) {
        #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone:hover, #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone:focus {
          background: var(--yellow-color);
          color: var(--white); } }

#page-header .nav-languages-dropdown-wrap {
  position: relative;
  z-index: 1;
  margin-left: 12px; }
  @media (max-width: 991.98px) {
    #page-header .nav-languages-dropdown-wrap {
      margin-left: 8px; } }
  #page-header .nav-languages-dropdown-wrap .current-language {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50px;
    background: transparent;
    border: 1px solid var(--yellow-color);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 20px;
    color: var(--black-color); }
    @media (any-hover: hover) {
      #page-header .nav-languages-dropdown-wrap .current-language:hover, #page-header .nav-languages-dropdown-wrap .current-language:focus {
        background: var(--yellow-color);
        border: 1px solid var(--yellow-color);
        color: var(--white); } }
    #page-header .nav-languages-dropdown-wrap .current-language.active {
      background: var(--yellow-color);
      border: 1px solid var(--yellow-color);
      color: var(--white); }
    @media (max-width: 991.98px) {
      #page-header .nav-languages-dropdown-wrap .current-language {
        width: 40px;
        height: 40px;
        font-size: 16px; } }
  #page-header .nav-languages-dropdown-wrap .nav-languages {
    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;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 4px;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
    padding: 2px;
    border-radius: 50px;
    background: var(--white);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    -webkit-box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.2);
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #page-header .nav-languages-dropdown-wrap .nav-languages.show {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
      pointer-events: initial; }
    #page-header .nav-languages-dropdown-wrap .nav-languages.opened {
      opacity: 1; }
  #page-header .nav-languages-dropdown-wrap .nav-languages-link {
    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;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    height: 44px;
    border-radius: 50px;
    background: var(--stroke);
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--black-color); }
    @media (any-hover: hover) {
      #page-header .nav-languages-dropdown-wrap .nav-languages-link:hover {
        background: var(--yellow-color);
        color: var(--white); } }
    #page-header .nav-languages-dropdown-wrap .nav-languages-link.active, #page-header .nav-languages-dropdown-wrap .nav-languages-link:focus {
      background: var(--yellow-color);
      color: var(--white); }
    @media (max-width: 991.98px) {
      #page-header .nav-languages-dropdown-wrap .nav-languages-link {
        height: 36px; } }

#page-header .nav-languages-inline-wrap .nav-languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px; }

#page-header .nav-languages-inline-wrap .nav-languages-item {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px; }

#page-header .nav-languages-inline-wrap .nav-languages-link {
  color: #020b25; }

#page-header .nav-languages-inline-wrap .nav-languages-active {
  color: var(--white);
  font-weight: bold;
  cursor: default; }

#page-footer {
  background: var(--stroke);
  overflow: hidden; }
  #page-footer .footer-top {
    position: relative;
    padding: 32px 0 48px;
    min-height: var(--height-footer); }
    @media (max-width: 1199.98px) {
      #page-footer .footer-top {
        padding: 20px 0 36px; } }
    #page-footer .footer-top .logo-wrap {
      width: 200px; }
      @media (max-width: 991.98px) {
        #page-footer .footer-top .logo-wrap {
          width: 142px; } }
      #page-footer .footer-top .logo-wrap:not(:last-child) {
        margin-bottom: 36px; }
  #page-footer .footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px; }
    @media (max-width: 991.98px) {
      #page-footer .footer-row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 40px; } }
  #page-footer .footer-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 991.98px) {
      #page-footer .footer-col {
        width: calc(50% - 12px);
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
    @media (max-width: 767.98px) {
      #page-footer .footer-col {
        width: 100%; } }
    #page-footer .footer-col:nth-child(3n + 1) {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    @media (max-width: 767.98px) {
      #page-footer .footer-col:nth-child(3n + 2) .footer-nav-title {
        display: none; } }
    #page-footer .footer-col:nth-child(3n + 3) {
      width: 36.4%;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media (max-width: 991.98px) {
        #page-footer .footer-col:nth-child(3n + 3) {
          width: 100%; } }
    @media (min-width: 768px) {
      #page-footer .footer-col:nth-child(3n + 2), #page-footer .footer-col:nth-child(3n + 3) {
        padding-top: 55px; } }
  #page-footer .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: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #c1c1c1;
    background: var(--outline); }
    @media (max-width: 767.98px) {
      #page-footer .footer-bottom {
        padding-top: 8px;
        padding-bottom: 10px; } }
    #page-footer .footer-bottom > .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  #page-footer .logo-wrap {
    width: 72px; }
    @media (max-width: 767.98px) {
      #page-footer .logo-wrap {
        width: 60px; } }
  #page-footer .copyright {
    color: #c1c1c1;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; }
    @media (max-width: 767.98px) {
      #page-footer .copyright {
        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;
        padding-top: 8px;
        margin-top: 12px;
        border-top: 1px solid #E7E7E7;
        font-size: 10px;
        line-height: 16px;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
  #page-footer .fenix-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    color: var(--grey-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease; }
    @media (max-width: 767.98px) {
      #page-footer .fenix-copyright {
        gap: 8px;
        font-size: 10px;
        line-height: 1.2;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    #page-footer .fenix-copyright a {
      max-width: 120px;
      color: #c1c1c1;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @media (any-hover: hover) {
        #page-footer .fenix-copyright a:hover, #page-footer .fenix-copyright a:focus {
          text-decoration: none;
          color: var(--yellow-color); } }
      @media (max-width: 767.98px) {
        #page-footer .fenix-copyright a {
          max-width: 100px; } }
    #page-footer .fenix-copyright svg {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease; }
      #page-footer .fenix-copyright svg path {
        fill: #c1c1c1; }
    #page-footer .fenix-copyright:focus {
      text-shadow: 0 0 0; }
      #page-footer .fenix-copyright:focus svg {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
    @media (pointer: fine) {
      #page-footer .fenix-copyright:hover {
        text-shadow: 0 0 0; }
        #page-footer .fenix-copyright:hover svg {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); } }
  #page-footer .socials-wrap {
    margin-top: auto; }
  #page-footer .footer-nav-wrap {
    padding-right: 12px; }
    @media (min-width: 768px) {
      #page-footer .footer-nav-wrap:not(:last-child) {
        margin-bottom: 32px; } }
  #page-footer .footer-nav-title {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.4px;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      #page-footer .footer-nav-title {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.02em; } }
    #page-footer .footer-nav-title:not(:last-child) {
      margin-bottom: 32px; }
      @media (max-width: 991.98px) {
        #page-footer .footer-nav-title:not(:last-child) {
          margin-bottom: 16px; } }
  @media (max-width: 767.98px) {
    #page-footer .footer-nav.footer-nav-categories {
      display: none; } }
  #page-footer .footer-nav.footer-nav-pages .nav-link {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.4px;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      #page-footer .footer-nav.footer-nav-pages .nav-link {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.02em; } }
  #page-footer .footer-nav .nav-item:not(:first-child) .nav-link {
    padding: 16px 0 0; }
  #page-footer .footer-nav .nav-item:not(:last-child) {
    border-bottom: 1px solid var(--outline); }
    #page-footer .footer-nav .nav-item:not(:last-child) .nav-link {
      padding-bottom: 16px; }
  #page-footer .footer-nav .nav-link {
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      #page-footer .footer-nav .nav-link:hover, #page-footer .footer-nav .nav-link:focus {
        color: var(--yellow-color); } }

.footer-info {
  position: relative;
  z-index: 5;
  width: 50%;
  padding: 40px;
  border-radius: var(--border-radius);
  background: var(--white); }
  @media (max-width: 767.98px) {
    .footer-info {
      width: 100%;
      padding: 24px 20px; } }
  @media (min-width: 992px) {
    .footer-info .footer-info-wrap {
      position: relative; }
      .footer-info .footer-info-wrap::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 45px;
        height: 40px;
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAoCAYAAABq13MpAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAoHSURBVHgBvVldbBzVFT53Zu7cmdn1enfttfOfEKeAQuEhtJVQX/yAQKHBjZCWPlXiCZ5alYqC+JGyUQtNAg0SqA/NS3lpH7CgIUrJCxJ5qIqiqq36EwpNiYBAfvyz9q53d3bub8/MJLbXu2s7Iua82Dv3zt3v3nvO+b5zlsBG2sTRAd+BwVDO1uDUsQUYr3he1hvRlGQMGJdo0IRYrSjTnM7MZQLtGSeshjNwttJebVkCG2V7K647Zn2DU6vKJM0hPB2B04I2b0DhGoeG1JC9zQIaeVCFQQgsCVqFrg0l/tazHyM0029pBzbKds4SQjZHYKiKmD0NhcwCnHhCQHxQ4xUbT1Nenxni5wXm+mORYwMRSsL+1104A1G/pS3YKDvzehRl+DwI5cHkT6tw4j0NULHcAy/dwXL+WMfc0l5jtCIQ+vVIOg048+NotaU3zj3Q/O//YntoCPe0zTSDAW61L+C5prd7utLqnG0ITBzb7BI7z91zH8PkpIKvFTQGHMuwLZpC4cYjAWYBTj57YTVfTQw3mvx954VL/aas36fHH/PA3zfgu3XPaOMQi0hQoC3821QWhwBzQdimgevQFpciakRTbiETGCNZ8r602msCjq323Stu7s97+fj4FTh7VvaasvZJl48XWdQuastkBVjz0CBzUPhrY/H69v+IYRbIQCO0IStCmKw08WkK7sArw9QRO5MvskWb363/A5WKxptw4P1DCkifTTx0bBMmGgtOVS7fHOhy2WXi29sxegYE5dMwLa8ti/j1W/nIIDSUC4WChN9P1dgE7DbE8zlhl+Dkk/M938FN4S3dyf/ws3/DukE/8HLGZWoXj1Nr/b9fwNk3Vk3267JKJc1UlUMGykdzkGEE3ugDGo0d/NXtUaZ+FX53uL5yrNun97/GqDe/hxM1C29XvlyXH67HzkIAJcjieldhEmp9ZpHUs4iJpKmCCnA+dIHuzNP3/oa6WT4mCPrurQR83VxJh8GY/i45cTQL5cOZ5H//3Bxrq2yvaR2g/Z3zo8Axr98jL91qwHjG2iiLwkOVgX5TPMOHIQNp3GCgR6AUxpYNfUGXj/tKmQJX4tMkwm+1bbkswCbazbrbFv17uWFux/zpw28PLbGhRVoQfSuAvqCVHuEKfa2LqW6RnTghLEXaRli+d97b1jVegoDHuXx5GgypDUJ60BP0+PsONTKPjn8NNtAimL0MKEdVZIbgwUpx+RgLgyHI0aWgQ5VIqcbQNS70BF36e04YEQsVDhtpqKkF6Mvg2IQG3nYYH0+zV/lJ31jCh/nPFhbn3ukMIToLhE2hF2gWNoeA0hm4wWQbZeU3bfifmBOaXoQIVV1pIpcODBU5ICeceW3x0HygaQCiZIAu0JiCNKUBTD5Th422yUcV3JXLovA34l3xT5Ssc3FQUukMxwXA8owVmvD6BuwYPOkE/eArgQDCv3KKi6/6sVfza86LtXXo0OCRwdHkYv/kDeDBOeB7nYTj5FJXIdLGcegE7TZ9lLJr+3K5ko3pve/42XHNqrVhOIjAe6W05Xb6qdkWoK565MhtzBMjeJoKtUlrxeZCYpO2G/v1o49aK0A7FGRLwFomkPKdaLj/hIqOHEeAVA6cM9k1VjPw9gtXoBnNa8fB+hH9m7tdJMINqZnYPabvWuEePI5Rf231RvcuuJb0Vz1FO1gA3XCQRNw110NJy3x3+DoKiy1Mb+9aW7sNIJYNU7DipC1qQJL+DLj/tVxCpRhEHLwW/K3V30UaTpM5/qDv5xisZrH0dLbuibiOiDTNBJ9SOTjvdVL8yZ/UQAsNuzuFnYX5ToMj+gdhVgrU1bvS2dU5TxcLfeeGVYXcESithhZzcC8rRQVjow559/nPub/nQgw5fV+ucCuCBMrmoB3STtDCRW816fGjLMWA67xaDIgI5Lx34MgO2Bc0jUX8pPLoZXl3ML47oySF7P2j0M+iPBUyaiYZC29QcHo1ee7SbgVYl/Pg+StAzw9G0IYUKGvgTouDXS+efG627Vuc/cse0zY2V4pOaXEsJgwsq9jE0TsokF03HlPLHunr/9hiQr9fKiwyf5kmHKt2YXWxH7zXXkCmWeEeU9McmA7gcdTSEmVLFNKeXzT59NXIuCE2Xxwq7U3ewy/fxn5wbIxGn9wT14Ha0snVEkNDoaNaQsH/yPTONha6o5BLGQtlKFdsRlFTyDxU2dQ5GRWnclZkjw8rnBLLpzO1u7HGzoBt9c8k1ZGZWPDEgJQtizpSeUJoJCSZFlH9czEfnefvPPUh7IOLJC7VRHuw5zpxDGHnqXMjF6tx0HGHbYb9L5Y6xmJPWFY8pMcutUEYFrE1FtzNfnUbCdiXBWHZ6ZVLIoVFLsKppxa6ZqIe5xNHqy6VxZ6sZaQCb0V9ih0p8fDPa9S2itQ320W5XE0qfsxcLKJelBKMWgJNafKRC2cGTj3f/T0YeKwIO4S2C8TokBhHRa5oI0EsQD9jdA67Ir3dw7gKOO92Q6OuYcYu4F0S8PahmJqcg9p3PJPBudPTi5u0khyssEYwgkM9nOpaaP+hnDvk3aE1K8Rz+OjwBfSHKkhahdUMsw6yY1Kldg/6Chy/O0hPQ5sokQbofJTmepQZPD7GUsksgQ7vTwa5sqqdfQ1D4qCg1BsjGFnJHMdrw5Yryo+F+alnGrCGcZvNwA9fLnUNaKyRuO7BmhWMZwz22OhAehNZ9GfXUfDmm4sEaGX8K6mm9WeXTi52BxQz3GVbCRU8YtZ08lxFGj6APB5hrMjWVoUf1WZpTW7tElqMSjdjvF6vtKVOs4p93X043ohEHjl8eMk9hPQLBGs3mHw13eG9j1N3kN4e2ZGMMwCvuV+A0It50vcGMtj6WvOUE8PMJKxozvVgLCGuG5apG1SjAdx33O96J0sTtecSlo5xbBBSi8G54iJbWtgYDritU0bC/jHbun031zruyX1uCbsONGjDyKdpgUA9DXbdJP279VoerhoLGTIhLiA57A26C+6uWNmxktgBXT6/rUZQKhuFJHawksdCe0bY+hNGa5vjjkECGhszrZjxkvn31ZgGE3jCSa6+3WhPuUFrj3tt951Jfm6w2bBKrjJ7ZEevfkRPe6PSxuZ+FehgHBemjkUAf+u5j0Q+Oh/rFHig0unzsTBThU9iPUKJtzMz8SLKgWuxFpWubOxKQFOI3LjnkLzwwavIZtaUCuxi0rnEH2z4W898iD29y/hOiwW1Ua/obMXUhGXTXeuvdO5VnzFR2+Id/OUuKCNxHHxpKNMM8mAhP5RMd5/w9BMtMTJ8Xgg5IzQpUDl6u1HU40H+S0iu5sDxrdSKRlyskpubPqvCpW/61K/vIRHh/I/Pne8ow2K3oNswczzduPnyDBnte0fywPDnjLaLZIbMu2Wgdv13mJuy1J/Kv86CqI66Nu6mKSQ4BEHJuQ1r3HxF+z+Gq3I/R3R99gAAAABJRU5ErkJggg==") center no-repeat; } }
  .footer-info .footer-info-title {
    padding-bottom: 24px;
    color: var(--black-color);
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(223, 223, 223, 0.2); }
    @media (max-width: 991.98px) {
      .footer-info .footer-info-title {
        padding-bottom: 16px;
        font-size: 24px;
        line-height: 30px; } }
    .footer-info .footer-info-title .text-decorated {
      color: var(--blue-color); }
    .footer-info .footer-info-title:not(:last-child) {
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .footer-info .footer-info-title:not(:last-child) {
          margin-bottom: 16px; } }

.form-style:not(.form-style-popup) {
  width: 100%;
  padding: 48px;
  border-radius: 8px;
  background: var(--white); }
  @media (max-width: 991.98px) {
    .form-style:not(.form-style-popup) {
      padding: 32px 16px;
      border-radius: 0; } }
  .form-style:not(.form-style-popup) .form-group .form-control {
    border-radius: 4px;
    border: 1px solid var(--outline); }

.form-style {
  position: relative;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .form-style input:-webkit-autofill,
  .form-style input:-webkit-autofill:hover,
  .form-style input:-webkit-autofill:focus,
  .form-style textarea:-webkit-autofill,
  .form-style textarea:-webkit-autofill:hover,
  .form-style textarea:-webkit-autofill:focus,
  .form-style select:-webkit-autofill,
  .form-style select:-webkit-autofill:hover,
  .form-style select:-webkit-autofill:focus {
    color: #020b25 !important;
    -webkit-text-fill-color: #020b25;
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
  .form-style .form-title {
    width: 100%;
    color: var(--black-color);
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 48px; }
    @media (max-width: 991.98px) {
      .form-style .form-title {
        font-size: 24px;
        line-height: 28px; } }
    .form-style .form-title:not(:last-child) {
      margin-bottom: 8px; }
  .form-style .form-note {
    color: var(--grey-color);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
    @media (max-width: 991.98px) {
      .form-style .form-note {
        font-size: 14px;
        line-height: 20px; } }
    .form-style .form-note:not(:last-child) {
      margin-bottom: 24px; }
  .form-style .form-alert {
    margin-bottom: 10px;
    color: orange;
    border: 1px solid orange;
    padding: 5px 15px;
    border-radius: 4px; }
  .form-style .form-wrap {
    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;
    width: 100%; }
    .form-style .form-wrap:not(:last-child) {
      margin-bottom: 27px; }
  .form-style .form-label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; }
    .form-style .form-label:not(:last-child) {
      margin-bottom: 8px; }
  .form-style .form-group {
    position: relative;
    width: 100%;
    margin: 0; }
    @media (min-width: 992px) {
      .form-style .form-group:nth-child(1), .form-style .form-group:nth-child(2) {
        width: calc(50% - 8px); } }
  .form-style .form-bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px; }
    @media (max-width: 767.98px) {
      .form-style .form-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .form-style .form-group:not(:last-child),
  .form-style .form-row-group:not(:last-child) {
    margin-bottom: 20px; }
    @media (max-width: 991.98px) {
      .form-style .form-group:not(:last-child),
      .form-style .form-row-group:not(:last-child) {
        margin-bottom: 16px; } }
  .form-style .form-label {
    color: var(--black-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; }
    .form-style .form-label:not(:last-child) {
      margin-bottom: 8px; }
    .form-style .form-label .required {
      color: red;
      margin-left: 2px; }
  .form-style .form-control:not(.jq-selectbox) {
    min-height: 48px;
    padding: 4px 24px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 4px;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    color: #020b25;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .form-style .form-control:not(.jq-selectbox):hover, .form-style .form-control:not(.jq-selectbox):focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      border-color: #eb512e; }
    .form-style .form-control:not(.jq-selectbox).form-control-error {
      border-color: red !important; }
    .form-style .form-control:not(.jq-selectbox)::-webkit-input-placeholder {
      color: var(--grey-color);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px; }
    .form-style .form-control:not(.jq-selectbox)::-moz-placeholder {
      color: var(--grey-color);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px; }
    .form-style .form-control:not(.jq-selectbox):-ms-input-placeholder {
      color: var(--grey-color);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px; }
    .form-style .form-control:not(.jq-selectbox)::-ms-input-placeholder {
      color: var(--grey-color);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px; }
    .form-style .form-control:not(.jq-selectbox)::placeholder {
      color: var(--grey-color);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px; }
  .form-style textarea.form-control {
    height: 80px;
    resize: none;
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
    @media (max-width: 991.98px) {
      .form-style textarea.form-control {
        height: 68px;
        padding-top: 14px !important;
        padding-bottom: 14px !important; } }
  .form-style .form-error {
    display: block;
    margin: 0;
    padding: 2px 0;
    color: red;
    font-size: 10px;
    line-height: 1.3; }
  .form-style .btn-submit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto; }
  .form-style a {
    color: var(--white);
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .form-style a:focus, .form-style a.current, .form-style a.active {
      color: var(--white); }
    @media (pointer: fine) {
      .form-style a:hover {
        color: var(--white); } }
  .form-style .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
  .form-style .iti--separate-dial-code .iti__selected-flag,
  .form-style .iti__country.iti__highlight {
    background-color: transparent !important; }
  .form-style .iti {
    position: relative;
    z-index: 1;
    width: 100%; }
    .form-style .iti .iti__selected-flag {
      position: absolute;
      top: -48px;
      left: 0;
      padding: 0 6px 0 24px;
      height: 48px; }
    .form-style .iti .iti__flag {
      scale: 1.333;
      -webkit-box-shadow: none;
              box-shadow: none;
      background-color: unset; }
    .form-style .iti .iti__arrow {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #ffffff; }
    .form-style .iti .iti__arrow--up {
      border-top: none;
      border-bottom: 6px solid #ffffff; }
    .form-style .iti.iti--allow-dropdown .iti__flag-container,
    .form-style .iti.iti--separate-dial-code .iti__flag-container {
      right: 0;
      left: 0;
      top: 100%; }
    .form-style .iti .iti__flag-box {
      margin-right: 15px; }
    .form-style .iti .iti__selected-dial-code {
      font-size: 16px;
      margin-left: 14px; }
    .form-style .iti .iti--separate-dial-code .iti__selected-dial-code, .form-style .iti .iti__arrow {
      margin-left: 11px; }
    .form-style .iti .form-control.input-tel {
      padding-left: 130px !important; }
    .form-style .iti .iti__country-list {
      width: 100%;
      z-index: -1;
      background-color: #171717;
      border: 2px solid rgba(17, 202, 190, 0.23);
      border-radius: 0 0 0 24px;
      padding: 14px;
      padding-top: 24px;
      margin-top: -24px;
      white-space: normal; }
  .form-style .jq-selectbox.form-control .jq-selectbox__select {
    height: 48px;
    min-height: 48px;
    width: 100%;
    padding: 4px 40px 4px 15px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #020b25;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .form-style .jq-selectbox.form-control .jq-selectbox__select .jq-selectbox__select-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; }
  .form-style .jq-selectbox.form-control .jq-selectbox__dropdown {
    border: 1px solid #ffffff;
    border-radius: 0 0 5px 5px;
    overflow: hidden; }
  .form-style .custom-checkbox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    cursor: pointer;
    color: var(--black-color);
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    /*input[type="checkbox"]:focus ~ .checkbox {
            box-shadow: 0 0 0 0.25rem fade($color-white, 40%);
        }*/ }
    .form-style .custom-checkbox input[type="checkbox"] {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
    @media (any-hover: hover) {
      .form-style .custom-checkbox:hover {
        color: var(--yellow-color); } }
    .form-style .custom-checkbox:focus {
      color: var(--yellow-color); }
    .form-style .custom-checkbox .checkbox {
      display: inline-block;
      width: 24px;
      height: 24px;
      min-width: 24px;
      min-height: 24px;
      margin-right: 16px;
      border-radius: 4px;
      border: 1px solid var(--outline); }
    .form-style .custom-checkbox .text {
      font-weight: 400;
      font-size: 14px;
      line-height: 24px; }
      .form-style .custom-checkbox .text a {
        color: #359eea;
        font-weight: 500; }
    .form-style .custom-checkbox input[type="checkbox"]:checked ~ .checkbox {
      background-repeat: no-repeat;
      background-position: center;
      border-color: var(--yellow-color);
      background-color: var(--yellow-color);
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="none"><path d="M1.4349 4.37045C1.16704 4.0917 0.721083 4.0917 0.453223 4.37045C0.200046 4.63392 0.200046 5.05029 0.453224 5.31376L3.03448 8L9.32456 1.45411C9.57773 1.19064 9.57773 0.774274 9.32455 0.5108C9.05669 0.232047 8.61074 0.232047 8.34288 0.5108L3.03448 6.03509L1.4349 4.37045Z" fill="white"/></svg>'); }
    @media (max-width: 991.98px) {
      .form-style .custom-checkbox .checkbox {
        margin-right: 10px; }
      .form-style .custom-checkbox .text {
        font-size: 12px;
        line-height: 150%; }
        .form-style .custom-checkbox .text br {
          content: "A";
          position: relative;
          display: inline-block;
          width: 0.3em; } }
  .form-style .form-group.confirm-group {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    padding-left: 20px; }
    .form-style .form-group.confirm-group a {
      text-decoration: underline; }
    @media (max-width: 991.98px) {
      .form-style .form-group.confirm-group {
        padding-left: 0;
        font-size: 12px;
        line-height: 150%; } }

.iti-mobile .iti--container {
  z-index: 199992;
  inset: 21px; }
  .iti-mobile .iti--container .iti__country-list {
    width: 100%;
    z-index: -1;
    background-color: #171717;
    border: 2px solid rgba(17, 202, 190, 0.23);
    border-radius: 16px;
    padding: 14px;
    white-space: normal; }

.form-block:not(:first-child) {
  margin-top: 48px; }
  @media (max-width: 991.98px) {
    .form-block:not(:first-child) {
      margin-top: 24px; } }

.section_utp-with-form {
  background: var(--outline); }

.form-style-popup {
  width: 100%;
  max-width: 640px;
  padding: 48px;
  border-radius: 8px;
  background: var(--stroke); }
  @media (max-width: 767.98px) {
    .form-style-popup {
      padding: 68px 16px 55px; } }
  @media (max-width: 767.98px) {
    .form-style-popup {
      padding: 48px 16px 32px; } }

.fancybox-slide--html {
  padding: 16px; }

.fancybox-slide--video {
  padding: 8px; }

.fancybox-container.form-popup .fancybox-content {
  padding: 0;
  background: transparent; }

@media (max-width: 991.98px) {
  .fancybox-container.form-popup .default-form-col .section-title {
    text-align: center;
    font-size: 28px;
    line-height: 34px; } }

@media (max-width: 991.98px) {
  .fancybox-container.form-popup #default-form .form-title {
    text-align: center; } }

.fancybox-container.form-popup .fancybox-close-small {
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  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;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 991.98px) {
    .fancybox-container.form-popup .fancybox-close-small {
      top: 12px;
      right: 12px; } }
  @media (any-hover: hover) {
    .fancybox-container.form-popup .fancybox-close-small:hover, .fancybox-container.form-popup .fancybox-close-small:focus {
      background: var(--yellow-color);
      border-color: var(--yellow-color); }
      .fancybox-container.form-popup .fancybox-close-small:hover .ic, .fancybox-container.form-popup .fancybox-close-small:focus .ic {
        color: var(--white); } }
  .fancybox-container.form-popup .fancybox-close-small .ic {
    color: var(--black-color);
    font-size: 8px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }

.form-style.fenix-online-presentation .form-title {
  font-size: 24px;
  line-height: 1.4; }
  @media (max-width: 991.98px) {
    .form-style.fenix-online-presentation .form-title {
      font-size: 16px; } }

.auth-form-container {
  max-width: 400px;
  margin: 100px auto; }

.form-style .additional-chose {
  margin-top: 16px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem; }

.form-style .login-by-social {
  margin-top: 12px; }
  .form-style .login-by-social .title {
    position: relative;
    text-align: center;
    font-size: 1rem; }
    .form-style .login-by-social .title span {
      position: relative;
      z-index: 2;
      color: #696969;
      background: white;
      padding: 0 10px; }
    .form-style .login-by-social .title:after {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      background: #696969;
      height: 1px;
      width: 100%; }
  .form-style .login-by-social .sign-in-socials-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 10px;
    margin-top: 13px; }
    .form-style .login-by-social .sign-in-socials-wrap .btn-sign-in-social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0px;
              flex: 1 0 0;
      padding: 7px 15px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 8px;
      text-decoration: none;
      border-radius: 100px;
      border: 1px solid #696969;
      background: #ffffff; }
      .form-style .login-by-social .sign-in-socials-wrap .btn-sign-in-social .text {
        text-align: center;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.2;
        color: #020b25; }

.password-view-wrap {
  position: relative; }
  .password-view-wrap .form-control {
    padding-right: 50px; }
  .password-view-wrap .password-view-toggle {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    right: 10px;
    color: #696969;
    cursor: pointer; }
    .password-view-wrap .password-view-toggle svg.ic {
      width: 20px;
      height: 20px; }
  .password-view-wrap .form-control[type=text] ~ .password-view-toggle {
    color: green; }

.form-search {
  position: relative;
  z-index: 1; }
  @media (max-width: 991.98px) {
    .form-search {
      position: fixed;
      top: var(--height-header);
      right: 0;
      width: 100vw;
      padding: 16px;
      background: var(--stroke);
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; } }
  .form-search.form-search-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .form-search .form-group {
    position: relative;
    margin: 0; }
  .form-search input {
    width: 100%;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 46px 0 20px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 0 1px var(--outline);
            box-shadow: inset 0 0 0 1px var(--outline);
    background: var(--white);
    color: var(--black-color);
    outline: none;
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .form-search input::-webkit-input-placeholder {
      color: var(--grey-color);
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }
    .form-search input::-moz-placeholder {
      color: var(--grey-color);
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }
    .form-search input:-ms-input-placeholder {
      color: var(--grey-color);
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }
    .form-search input::-ms-input-placeholder {
      color: var(--grey-color);
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }
    .form-search input::placeholder {
      color: var(--grey-color);
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }
    .form-search input:focus {
      -webkit-box-shadow: inset 0 0 0 1px var(--yellow-color);
              box-shadow: inset 0 0 0 1px var(--yellow-color); }
    @media (any-hover: hover) {
      .form-search input:hover {
        -webkit-box-shadow: inset 0 0 0 1px var(--yellow-color);
                box-shadow: inset 0 0 0 1px var(--yellow-color); } }
    @media (max-width: 991.98px) {
      .form-search input {
        width: 100%; } }
  .form-search .goto_search {
    position: absolute;
    top: 50%;
    right: 3px;
    width: 42px;
    height: 42px;
    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;
    border-radius: 4px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .form-search .goto_search .icon {
      width: 20px;
      height: 20px;
      color: var(--black-color);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @media (max-width: 991.98px) {
        .form-search .goto_search .icon {
          width: 16px;
          height: 16px; } }
    @media (any-hover: hover) {
      .form-search .goto_search:hover, .form-search .goto_search:focus {
        background: var(--yellow-color); }
        .form-search .goto_search:hover .icon, .form-search .goto_search:focus .icon {
          color: var(--white); } }
  .form-search .search-panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.04);
            box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.04); }
    .form-search .search-panel ul, .form-search .search-panel li {
      list-style: none;
      padding: 0;
      margin: 0; }
    .form-search .search-panel li:not(:last-child) {
      margin-bottom: 8px; }
    .form-search .search-panel li a {
      font-size: 14px;
      font-weight: 500;
      line-height: 1.2;
      color: var(--black-color); }
  .form-search .panel-history {
    padding: 16px; }
  .form-search .panel-prod {
    padding: 0 16px 16px; }
  .form-search .panel-cat {
    padding: 0 16px 16px; }
    .form-search .panel-cat li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 8px; }
    .form-search .panel-cat li img {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 80px;
      height: 80px;
      -o-object-fit: scale-down;
         object-fit: scale-down;
      border-radius: var(--border-radius);
      border: 1px solid var(--outline); }

:root {
  --breadcrumbs-height: 60px; }
  @media (max-width: 991.98px) {
    :root {
      --breadcrumbs-height: 30px; } }

.breadcrumbs-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 24px;
  z-index: 5;
  min-height: var(--breadcrumbs-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 991.98px) {
    .breadcrumbs-wrap {
      padding-bottom: 14px; } }
  .breadcrumbs-wrap .breadcrumbs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .breadcrumbs-wrap .breadcrumbs-nav .breadcrumbs-nav-item {
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: auto !important;
      color: var(--black-color);
      font-size: 14px;
      font-weight: 500;
      line-height: 20px; }
      .breadcrumbs-wrap .breadcrumbs-nav .breadcrumbs-nav-item:nth-child(2):before {
        color: var(--yellow-color) !important; }
      .breadcrumbs-wrap .breadcrumbs-nav .breadcrumbs-nav-item:not(:first-child):before {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        content: "•";
        font-size: 18px;
        line-height: 1;
        width: 20px;
        height: 20px;
        color: var(--black-color); }
    .breadcrumbs-wrap .breadcrumbs-nav a.breadcrumbs-nav-item {
      text-decoration: none;
      overflow: hidden;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .breadcrumbs-wrap .breadcrumbs-nav a.breadcrumbs-nav-item span {
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease; }
      .breadcrumbs-wrap .breadcrumbs-nav a.breadcrumbs-nav-item:focus span {
        color: var(--yellow-color); }
      .breadcrumbs-wrap .breadcrumbs-nav a.breadcrumbs-nav-item.breadcrumbs-nav-item-main::after {
        width: 100%; }
      .breadcrumbs-wrap .breadcrumbs-nav a.breadcrumbs-nav-item::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: calc(100% - 20px);
        height: 1px;
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);
        background-color: var(--yellow-color);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .breadcrumbs-wrap .breadcrumbs-nav a.breadcrumbs-nav-item:hover span, .breadcrumbs-wrap .breadcrumbs-nav a.breadcrumbs-nav-item:focus span {
        color: var(--yellow-color);
        text-decoration: none; }
      .breadcrumbs-wrap .breadcrumbs-nav a.breadcrumbs-nav-item:hover::after, .breadcrumbs-wrap .breadcrumbs-nav a.breadcrumbs-nav-item:focus::after {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
    .breadcrumbs-wrap .breadcrumbs-nav .breadcrumbs-nav-item-main {
      color: var(--yellow-color);
      font-weight: 500; }
    .breadcrumbs-wrap .breadcrumbs-nav .breadcrumbs-nav-item-last {
      cursor: default;
      color: var(--grey-color); }

.btn,
.btn:focus,
.btn:hover,
button {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none; }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 32px;
  min-height: 48px;
  border-radius: 100px;
  text-align: center;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  color: var(--black-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important; }
  .btn:hover, .btn:focus {
    text-decoration: none;
    outline: none !important; }
  .btn:active, .btn:target {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  @media (max-width: 991.98px) {
    .btn {
      min-height: 40px;
      padding: 4px 24px; } }

.btn-pdf {
  gap: 4px;
  min-height: 48px;
  padding: 2px 24px;
  color: var(--black-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 100px;
  border: 1px solid #f4f4f4;
  background: var(--white); }
  .btn-pdf::before {
    content: "";
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.14982 0H14.1738L20.9744 7.08846V20.8756C20.9744 22.6027 19.5771 24 17.8559 24H6.14982C4.42269 24 3.02539 22.6027 3.02539 20.8756V3.12443C3.02536 1.3973 4.42266 0 6.14982 0Z" fill="%23054E87"/><path opacity="0.302" fill-rule="evenodd" clip-rule="evenodd" d="M14.1677 0V7.03449H20.9743L14.1677 0Z" fill="white"/><path d="M6.49756 17.907V13.5232H8.36263C8.8244 13.5232 9.19023 13.6492 9.46609 13.907C9.74195 14.1589 9.87989 14.5008 9.87989 14.9265C9.87989 15.3523 9.74195 15.6942 9.46609 15.946C9.19023 16.2039 8.8244 16.3298 8.36263 16.3298H7.619V17.907H6.49756ZM7.619 15.3763H8.2367C8.4046 15.3763 8.53654 15.3403 8.62651 15.2564C8.71645 15.1784 8.76445 15.0705 8.76445 14.9266C8.76445 14.7827 8.71648 14.6747 8.62651 14.5967C8.53657 14.5128 8.40463 14.4768 8.2367 14.4768H7.619V15.3763ZM10.3416 17.907V13.5232H11.8949C12.2007 13.5232 12.4886 13.5652 12.7584 13.6552C13.0283 13.7451 13.2742 13.8711 13.49 14.045C13.706 14.2129 13.8799 14.4408 14.0058 14.7286C14.1257 15.0165 14.1917 15.3463 14.1917 15.7181C14.1917 16.084 14.1258 16.4138 14.0058 16.7016C13.8799 16.9895 13.706 17.2174 13.49 17.3853C13.2741 17.5592 13.0283 17.6851 12.7584 17.7751C12.4886 17.8651 12.2007 17.907 11.8949 17.907H10.3416ZM11.4391 16.9535H11.7629C11.9368 16.9535 12.0988 16.9356 12.2487 16.8936C12.3926 16.8516 12.5305 16.7856 12.6625 16.6957C12.7884 16.6057 12.8904 16.4798 12.9623 16.3119C13.0343 16.144 13.0703 15.946 13.0703 15.7181C13.0703 15.4843 13.0343 15.2864 12.9623 15.1185C12.8904 14.9506 12.7884 14.8246 12.6625 14.7346C12.5305 14.6447 12.3926 14.5787 12.2487 14.5368C12.0988 14.4948 11.9368 14.4768 11.7629 14.4768H11.4391V16.9535ZM14.7554 17.907V13.5232H17.8739V14.4768H15.8769V15.1784H17.4721V16.1259H15.8769V17.907H14.7554Z" fill="white"/></svg>') center no-repeat; }
  @media (any-hover: hover) {
    .btn-pdf:hover, .btn-pdf:focus {
      background: #eaecfa;
      border-color: #eaecfa;
      color: var(--blue-color);
      -webkit-box-shadow: none;
              box-shadow: none; } }

.btn-default {
  background: transparent;
  border-radius: 100px;
  border: 1px solid var(--black-color); }
  @media (any-hover: hover) {
    .btn-default:hover {
      background: var(--yellow-color);
      color: var(--white);
      border-color: var(--yellow-color); } }
  .btn-default:focus {
    background: var(--yellow-color);
    color: var(--white);
    border-color: var(--yellow-color); }

.btn-submit,
.btn-white {
  background: transparent;
  color: var(--black-color);
  border-radius: 100px;
  border: 1px solid var(--black-color); }
  @media (max-width: 767.98px) {
    .btn-submit,
    .btn-white {
      min-height: 40px; } }
  @media (any-hover: hover) {
    .btn-submit:hover, .btn-submit:focus,
    .btn-white:hover,
    .btn-white:focus {
      background: var(--yellow-color);
      color: var(--white);
      border-color: var(--yellow-color); } }

.btn-yellow {
  border: 1px solid var(--yellow-color);
  background: var(--yellow-color);
  color: var(--white); }
  @media (any-hover: hover) {
    .btn-yellow:hover {
      background: transparent;
      color: var(--black-color); } }
  .btn-yellow:focus {
    background: transparent;
    color: var(--black-color); }
  .btn-yellow .icon {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.btn-grey-border {
  border: 1px solid var(--outline); }
  @media (any-hover: hover) {
    .btn-grey-border:hover, .btn-grey-border:focus {
      background: var(--yellow-color);
      color: var(--white);
      border-color: var(--yellow-color); } }

.btn-black-border {
  border: 1px solid var(--black-color); }
  @media (any-hover: hover) {
    .btn-black-border:hover, .btn-black-border:focus {
      background: var(--yellow-color);
      color: var(--white);
      border-color: var(--yellow-color); } }

.btn-yellow-border {
  border: 1px solid var(--yellow-color); }
  @media (any-hover: hover) {
    .btn-yellow-border:hover {
      background: var(--yellow-color);
      color: var(--white); } }
  .btn-yellow-border:focus {
    background: var(--yellow-color);
    color: var(--white); }

.btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  min-height: 20px;
  padding: 0;
  background-color: transparent;
  border: 0 none;
  color: var(--black-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-link:hover, .btn-link:focus {
    color: var(--yellow-color); }
    .btn-link:hover .icon-arrow, .btn-link:focus .icon-arrow {
      color: var(--white);
      background: var(--yellow-color);
      border-color: var(--yellow-color); }

.btn-presentation {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 35px;
  padding: 8px 0;
  color: var(--black-color);
  font-size: 14px;
  border-radius: 0;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  white-space: normal;
  text-align: left; }
  .btn-presentation:not(:last-child) {
    margin-bottom: 24px; }
  .btn-presentation::before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M0 2v20h32v-20h-32zM30 20h-28v-16h28v16zM21 24h-10l-1 4-2 2h16l-2-2z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out; }
  .btn-presentation::after {
    content: "";
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--yellow-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }
  @media (any-hover: hover) {
    .btn-presentation:hover {
      color: var(--yellow-color); }
      .btn-presentation:hover::after {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
      .btn-presentation:hover::before {
        background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M0 2v20h32v-20h-32zM30 20h-28v-16h28v16zM21 24h-10l-1 4-2 2h16l-2-2z" fill="%23EB512EFF"></path></svg>'); } }
  @media (max-width: 991.98px) {
    .btn-presentation {
      font-size: 12px; }
      .btn-presentation:not(:last-child) {
        margin-bottom: 16px; }
      .btn-presentation::before {
        width: 20px;
        height: 20px; } }

.loader-wrap {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }

.loader {
  width: 100px;
  height: 60px;
  position: relative;
  margin: 20px auto;
  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; }
  .loader span {
    display: block;
    width: 8px;
    height: 40px;
    background-color: #020b25; }
    .loader span:not(:last-child) {
      margin-right: 5px; }
    .loader span:nth-child(1) {
      -webkit-animation: loader-grow 1s ease-in-out infinite;
              animation: loader-grow 1s ease-in-out infinite; }
    .loader span:nth-child(2) {
      -webkit-animation: loader-grow 1s ease-in-out 0.15s infinite;
              animation: loader-grow 1s ease-in-out 0.15s infinite; }
    .loader span:nth-child(3) {
      -webkit-animation: loader-grow 1s ease-in-out 0.30s infinite;
              animation: loader-grow 1s ease-in-out 0.30s infinite; }
    .loader span:nth-child(4) {
      -webkit-animation: loader-grow 1s ease-in-out 0.45s infinite;
              animation: loader-grow 1s ease-in-out 0.45s infinite; }

@-webkit-keyframes loader-grow {
  0%, 100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }
  50% {
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    transform: scaleY(1.8); } }

@keyframes loader-grow {
  0%, 100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }
  50% {
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    transform: scaleY(1.8); } }

.map-iframe-wrap iframe {
  width: 100%;
  height: 500px; }

#messageDialog {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 48px;
  border-radius: 8px;
  width: 100%;
  max-width: 640px;
  min-height: 220px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: var(--stroke);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 991.98px) {
    #messageDialog {
      position: static;
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      padding: 48px 16px;
      min-height: 544px; } }
  #messageDialog .popup-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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    min-height: 100%; }
  #messageDialog .popup-title {
    color: var(--black-color);
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px; }
    @media (max-width: 991.98px) {
      #messageDialog .popup-title {
        font-size: 24px;
        line-height: 30px; } }
    #messageDialog .popup-title:not(:last-child) {
      margin-bottom: 8px; }
      @media (max-width: 991.98px) {
        #messageDialog .popup-title:not(:last-child) {
          margin-bottom: 16px; } }
  #messageDialog .popup-message {
    color: var(--text);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
  #messageDialog .modal-close {
    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;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #ebebeb;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 991.98px) {
      #messageDialog .modal-close {
        top: 12px;
        right: 12px; } }
    @media (any-hover: hover) {
      #messageDialog .modal-close:hover, #messageDialog .modal-close:focus {
        border-color: var(--yellow-color);
        background: var(--yellow-color); }
        #messageDialog .modal-close:hover .ic, #messageDialog .modal-close:focus .ic {
          color: var(--white); } }
    #messageDialog .modal-close .ic {
      color: var(--black-color);
      width: 10px;
      height: 10px;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }

body.modal-open {
  overflow: hidden;
  margin-right: var(--scrollbar-width); }
  body.modal-open #modalInfo {
    opacity: 1;
    visibility: visible;
    pointer-events: initial; }
    body.modal-open #modalInfo #modalContent {
      -webkit-transform: translate(-50%, -50%) scale(1);
          -ms-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
      opacity: 1;
      visibility: visible; }

#modalInfo {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #modalInfo #modalContent {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
        -ms-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    background: #f0f2fa;
    color: #0d0c3f;
    padding: 60px 40px;
    border-radius: 8px;
    width: 90%;
    max-width: 880px;
    margin: auto;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #modalInfo #modalContent::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 50%;
      left: 50%;
      width: 285px;
      height: 192px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      opacity: 0.05;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAR0AAADACAMAAAAOY0cMAAAACXBIWXMAAA7EAAAOxAGVKw4bAAADAFBMVEVHcEzeWULdWULdWkPeWkPfXEPdV0HeWUPeWkTfTzveWkPdWkPMUTXdV0HeWULdWUHdWULdWUHeWkLeWULdWUHdWkLaWEDdW0PeWULeWkLeWkPdWUIAAADdWULeWkPeWULdWUPdWUPeWkPdWUMAAADeWkLdWULdWULdWUHdWkPdWUPeV0DcWUHeWUPeWUPdWELeWULeWULdWULdVkDeWULbVT3dWULeZUveVj/eWULeUzwEAQHfWULeWUHdWULdWULdWkLdWELfWULcVD7eWULdWULdWULdWULeWULdWkLeVDzeWULdWkPeWULdUz3dWEHdWUHdVj/eWULeWEEAAADdV0AAAAAAAAAAAADeVT7dWEHeWULeWUHdWULdWULdWULeWULeWULdWULeWULeV0HeWEHeWULeV0DdVj/YSS/eWEHdV0DdV0HdWULeWULeWULeWUHdV0HeWkLdWUHdWEHdWEHeWULdWULdVj/dVj/dWEHdV0EAAADdWEHdWEHeWEHdWEHdWUHdWEHdV0HdWULeWEHdVj/eV0AAAADeWkLeWkLdV0HdWELdWEHeWELeWULeWUIAAADeWEHdWULeWULdWEHdWULdWEHeWULdWULdWkPeWUPdWULdWEHeWULdWULeWEHdWUIAAAAAAADcVT7dWEHeWULeWULeWULeWUHeWULeWULdWUIAAADeWUEAAAAAAAAAAAAAAADdWUHeWEHdWEHeWULhVDreWUHeWULeWUHdWULdWULeWUIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADdWEHeWEHdWEHdWEEAAAAAAADdWULdWULaTjneWULfXEQAAAAAAAAAAADeWkLeWUEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkSC8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAADTQiwAAAAAAAD/sIPeWkPdWULeWULdWUPeWkIAAADdWkLeWUPdWkPdWELeWEJp5TC1AAAA9XRSTlMA/v7+/gIC/gEB/fwFMAPF7vT8iNP+LwP9/vz8Avv7+/6GmPsBYv1NhP38EET8lNzY/Jgc+QW6AQ9nBgYkaNrz/d9EG+nw3frs/Ai7+6YKR8MTzlLWKAME+gslmvGLsMCdquXRLzrJGRECfCI2rPbWcyrAgzKPbswYHZE4o0lrWlB1RS23VxYgqfv6MQRcgcjnbEuzolW+ZIn0+v34TtCTcOP2zA1e+rXXX+2WoDB3PIAJFH8+J40DYZV64euk/pXu2lWyIbjkQDwzQl/zhagE1QSfcJv9ahx4ZVnGKTOsDiymTuFIA3zTQmqPdDck54vAA4a9AUzk24cAAASxaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49J++7vycgaWQ9J1c1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCc/Pgo8eDp4bXBtZXRhIHhtbG5zOng9J2Fkb2JlOm5zOm1ldGEvJz4KPHJkZjpSREYgeG1sbnM6cmRmPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjJz4KCiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0nJwogIHhtbG5zOkF0dHJpYj0naHR0cDovL25zLmF0dHJpYnV0aW9uLmNvbS9hZHMvMS4wLyc+CiAgPEF0dHJpYjpBZHM+CiAgIDxyZGY6U2VxPgogICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSdSZXNvdXJjZSc+CiAgICAgPEF0dHJpYjpDcmVhdGVkPjIwMjUtMDEtMTU8L0F0dHJpYjpDcmVhdGVkPgogICAgIDxBdHRyaWI6RXh0SWQ+Zjc3YTE5ZTEtYTc5OS00NzkyLTllZTctZDgxYjExNGQ1YTczPC9BdHRyaWI6RXh0SWQ+CiAgICAgPEF0dHJpYjpGYklkPjUyNTI2NTkxNDE3OTU4MDwvQXR0cmliOkZiSWQ+CiAgICAgPEF0dHJpYjpUb3VjaFR5cGU+MjwvQXR0cmliOlRvdWNoVHlwZT4KICAgIDwvcmRmOmxpPgogICA8L3JkZjpTZXE+CiAgPC9BdHRyaWI6QWRzPgogPC9yZGY6RGVzY3JpcHRpb24+CgogPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9JycKICB4bWxuczpkYz0naHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8nPgogIDxkYzp0aXRsZT4KICAgPHJkZjpBbHQ+CiAgICA8cmRmOmxpIHhtbDpsYW5nPSd4LWRlZmF1bHQnPtCU0LjQt9Cw0LnQvSDQsdC10Lcg0L3QsNC30LLQsNC90LjRjyAtIDE8L3JkZjpsaT4KICAgPC9yZGY6QWx0PgogIDwvZGM6dGl0bGU+CiA8L3JkZjpEZXNjcmlwdGlvbj4KCiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0nJwogIHhtbG5zOnBkZj0naHR0cDovL25zLmFkb2JlLmNvbS9wZGYvMS4zLyc+CiAgPHBkZjpBdXRob3I+QmVhdXR5IHJvb20gTUFSTUVMQUQ8L3BkZjpBdXRob3I+CiA8L3JkZjpEZXNjcmlwdGlvbj4KCiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0nJwogIHhtbG5zOnhtcD0naHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyc+CiAgPHhtcDpDcmVhdG9yVG9vbD5DYW52YSBkb2M9REFHY0wtWE9tUVEgdXNlcj1VQUNUYlN3OHQ3bzwveG1wOkNyZWF0b3JUb29sPgogPC9yZGY6RGVzY3JpcHRpb24+CjwvcmRmOlJERj4KPC94OnhtcG1ldGE+Cjw/eHBhY2tldCBlbmQ9J3InPz7cGzebAAAgAElEQVR42uyb33MUVRbHz719Jz0kGqzF3qQzNUmzlIMRASPEAgoSf0UMIMRQPCAgGEsLVFQKF0QLBMSlgmgoV2GFCEsVv2StfWHBH+s+qw+iL8t/4B+wD33uTM2Mu+f2TJPM7c4kDWNtP8x57dv3x6e/9/y4dwagbnWrW93qVre61a1udatb3epWt7rVrW51i6slJ7DojeoWYj913xHJun/y37wj4pv07rbyq9smeLX76LiZfdl9a52MtVg0J9y2rh8/zASN5iyhh0/tHpgewQZefPZPQKJLwjMrR6ZHs4Hnl0FCSRn2DYYPOrJ5KZQVnYQDoY0GTt/wOmmAv98d3snA4Gx6CjAN5g39/ECIvfbPp26yScD9PZcuBdtceqDnDXrYgzKaHVugFpCA90dlVMO/QIs3o2sTDZpf6y3dW9uGCdps8jppgC0TdYInoJlaHIUriBKDJvHsIv8jNMCJbHibvqepzfPY3jR1a1vlzn+sROf3T7KmaLYQd5a1M6NwMrTFSfzGW5hH54wb1uik+2NZO3+YoJMj+a+8TlrgI0w3djbq1tlm9a7z6TQTwiMhbdrzA+rx3djI2dTt4cIjPp27pBHlTWZ04L0+nezvwl4Vs+R1wlKmMy+XCjbh6dxMnw62h3XC2/Aej04S1vVJK6yFwIPe3vN0/HFYNyItt6gmio47ZTMr6bCpv+nqdIItLNYpX1sCY3TuM4MTmDWejhlsICyfDnnl592MCAzEWRMu9iUKsFk2MUOfKyF+XQ0TIzrS5O6or/la0IHt2BWco8PacJPv3mDFfLV5AnNtlftjRkdwkcL3PJ9bEzoJ+BBTQe0woyvrB60kHN6INK7WBzNk37sxo+NyMy13lr97Tei8R4vjtt4FbZvpq3238x3nIZuvU/6sQlas6Aia9/ba+Z0E/NAnBSsE1t6IPQtKG7gZ3vnvfbauHcXvz+DHrNhoh+Z99+qa0UnC0z20uqB2BPb+UHI8LRTQ2wNuR32lTR6+ONFxuSEv7yh91Zp4ZThEbllXhsudRixnnQnYgB36MgS351JGmYC47SzBM7NL864FnWa4JmcZga1l+vFa2UVs07UjHdtZ/g8vI4qXduz7/HnXhs4H2C8CW4sXO/BMmc6S08H1C9rg3y6I4c6ikP5g7XZWEt59FU3L0WdCo1z0A/pQMN3hpK2RbbHzyi7DNrl5Se2yQVjxmswEZmmZD8vBFSW38/bGrM0D2hrGL0qlRqzoGFRLnH3TE09N6EyD69iOLCRoXS6vYn/GtDVtmax4QR4odRErOpIZLPWC16gmdFrgAIUkfagcsx32ghJHAnbhv82AdkQGPyr5pVjREY7VgZ97tURN6CTgI7eTifBRmtXze4O1BqM6ovdwyfvFio5r4xH8I3xZKzpJuPokigAeZq6SM1WbJHwcrFNNqzU7WD4qiBcdlYpsrqFXhkWDsjOQDjJnGJ/zDpJ+OY5dRV07bkf56QR0BO09VZ0J3dhkdIRrCGGIEJsSHUapxmWv/qsRHXLLbQE6qlIYafFKjZ+xVfdLnDXJneV0KJQOWgLtEDhiUu2gIZGHHxmKKdChz2rjd6pVbegk4Eq2n+nzZBQahyg0JuHlY3jKMvV0qFWer0bHIjKZ1NwQWyXnV9cOKwpbGKGWnpwOJbZpeUMtrlZ0Pik0OiyYdeKn70MDpTujqOfStHR89e3yyWooHTNvMsRiPmjFm3cS4XRYkbNMqjXUFuJMLxxV0w43hvFrNbVa0bmzL8cDZSblg/nPoJnSHdkaqMNocz9SPuAIp8NtB898vmxxiN34YH1p2AnoWIX0ge8PPhpqa5aWI8nEdCyzH1fegldmrrd5paikk4Q5PeRZ9Hk6pXquBW5ICllCczv9hQH/dDucDuVD91e9Qp2QjiHT3092u12Fjmmdcp9Q2XJU7XDXMCR3bUvzyqoIZzxY7cq3INkMm4LnFxZvwg3+hU4oHWa04n7obm4JsUR1Ok4ufRC6G8ItOSmdvGNne1+h7iNrh9MmQe7ySjrNMENeKOoZDwWt7LNqIttxWEuVhSL3un+hE64dojPbbxFJO5R4pu+/eeAfXTsqHOAHt0CnyH7FVpWJVNJpgbWyy2I5vZTqlLvnAGzbjW1OpVPOCXq2119Bjemw26TjcrMJP7wFOlah9yGqx6WmHQraG2meZvBY/ezLAFuHZKf2jD5PtveZqjvr/6cd2tQp+Vx0r8ytU/jONeywme53/jOYy5hWQKG4/AWAd0cLNs9pbqcRb145xo4OxzY8vRqSUbWTv0D5wnYq03glnQYqpQKeVx2V0P6FNZjRL7MsqjK2+9fVsaOjPmvv0sh0aFj8GM7tzs0y5lbQaYG/4qrAjRWVNfIbgMXYxBzdNbTjlZvvx42OVKe6s6ElKp1iB16nrfKtzOjaWdMavM/jVPRtAZgphzWnLFTCtbZ8HxtH7bBV9FmbI9Kxs8PyOnTDMkxV0knCM4/TEvWQbvYXjgN8Ifu1gC5JuqM7fKccOzok+jSts6Eh+s7aQJ982nFcmK/wyrTdgktUdWjPajgumzRuSrk9i+JLR5R+pxKNDuP2ckoEmpvh7eVdlTEL4Cls49pwSiKv7ll9iRaf01behYemQVxjlrpry366jtYXMd9pkp/QSw2wASvpJOAlomNrEnHsDD762OMyo6XRjOi8dVM6MdSOw5rILx6NRIf8rvRyuAT8sBG/qqSzP5uhqjoYmpbtUOcX+uFORu4bm3/s6Lg2b5cvRaMjWLELR8ob4tnSifrYaDv63MDPLJx8B16bLfVoRiEr33UwznQcyuf+RV1EoMO5kcYfvQkn4J1K7QCsv0T1gjaeY3Rlt+8KBLMiy7iPX43xzvLCxosrIAIdVXzi6Pflg8c371pcQWcaqWmVCMam/MiZwNGPqiMGz0F1r6xOMD6Do1X+P/Ab0nFZJndsaQQ6rMhzKVzZ7fe+clcFnRZyyxcsbaoF4nl2JHCNrO5EngOYPGbtvaXTr5poR/D0wSjaYY6Y6/8ih8C89HoFnQTs/fWUZeqnx6y4cLTg5JzA0eTOcdMP1w557vNbD+8JsQV7zv3m2qGoum/KdIRU55Hy+Ljf9p+ocApJ2PNttpFr9ZRAwXgny9rahxn7XWcVOpwN9cwPs55j59Xb1ek03BYdLtLyDMDXU6IjCgYrtuLoK2ODLtgLlX8fumMk11+w9VurImcOd039x2fpOyfTjoEGw4lsXzU6t336Zbs2K6bkQ9OmSKdoMcu+UL4LKseoNyrHUxlih0NxTY7/1bYhi0VZDPjq7NC5cWxD6Uh1LdUYau35xdXoGNyddVvaKViFrDq52zolOo6rvv9CuXLFuCX9sl73kbtkyhCmNMwxGILWyARzhX4NehEm88qCFs7DrSu/rKp2nNzy727jTkKlY7ZtY/oV+NvkdMgD2Fhcjk8cribXBBxMMYaWIa1J7vpF/oI7Y7xLj/YrA2HPrU6HAmVm96GHQu3Q9HtC70IF5br0IZm6lCqaeRNRdMgT8ODkdDg3UZzER66Oc6RhX2PpEGZGUwIdUX11FhUx58f3VWM6FCIdiTL0r1OIm0LuQpXEOT0zOOOm9weYvl48gvOmoh1H8OG5eHpHVTjKE72Iqet3uf9j7lqfmsiy+O3bnXSIioqkoOmKtGVNHHTHEkRHqQF1R2AAR4wUH3wBMj55rdQusECJAoo1ziiUig7j6GAVjg8svoxayuOzg1XL6gf3P9g/YD/0uUklsfbeTkKSTpMAy5a5VEERSHffH+f8zuOec8BK7KIRoDeXO8PFcInRkbAqydn0I2ply2H9WSF0BJXaHD4rIyNd4Dmbz+WT4eAM+Zla6Pi8czV7I/1DHHHq1MpcqgPnS3QLdl+4H50EM0ie1J4ON3hLjI5LAJfAG9Wo8PoKFY0XOSoxPi5Ta69LX3vVvva3dLg+CGthYKRFlaVY6Iyy9+zafh7pOWd/L9IbrTEoPJwD+0jsrVJvhxwojcvKi0fHv+X5dK8x5geeAqlmOOBB2e3Up1rDIRTXoB7IshVP/6TKEbIjuAVJEkLo3IKCm+PTrGNaB4bzjc7fMaEb8C7pM5IZpxyL+YI1Ee9dYnTmXfulgIB91nTOkWmnfHT6fd6Zr3q6Xk7VdDcgdBGyUuDaGrKMC2NuxaZwisIF0UGop9zp37qeg6ev6V60oMNyFfoTMAseayk4wzUe8d5PhQ41xmq2X1oePIzYy3t0Hb5IgXUv3RsDmiV5JaqBnMRbJZt9Fh0NmmjPKg3diYxC2dpWNI6mm0CIvVWbaIPBhEBHxN4SMtm9YezI9XqU9mOy2WIx/ZicZE5+j3bQZyqB4y3+J9Oq9BRV4Jc5vIDvBrtmqW6ZLMbezdQ5PTpJqOYNqt8bb6vUZB39IcKV/VToYI8Vdj2PlP/AGgVZcED/M/ZkgtcmYuyT5EwqZrWPh2QcaNuOYb4n8qNkB/0wgr6uVR2xbZbywVXkTAjeEbCddKFtZpMJObsaXw//MWsrnoEd00hvoowqAvAStglCZgmBwsa6mol02JvzAsUaUWFG5fozicCKj47tC8+jyPd8InRKqHk4kIQsWll7fRWAY3uDtmsLejPpvevhyeoBl0TdQ5d6V3YBnBq+MtifDpBTiVCc+R0z5Ek0OvRGh58CH0ezMuBW5NU/ITqDaH/wKd7s3NDbp+0iOQ1dI9kCkxvFjT2qRE3a0Ubq1KyhFP6unN45JjjJ6GQTGKBDb9yQC3FsFo1++/MSQnaskHqjZmXj+QjG0WofzGcvwUa3TRQ5yatQbCY7ViBU2U+jkyNnkNkSJ8BFtwHyDdEpVx1i7K1KDvdAfULwDlaLainR2i9rL1FzpY0euXerggJ0DxyS4rGpvJwOQy3N9OdvJwCG7iBDPolcnwPc/5uB8iWjfLIvqi1fJzuKJPckgs0q4bKAZMq5pKgvtBULat8LZYdR6XdEFrBL2geOxl427mPwF4CBP6N5TAy6MNF4cbkRM5lRjkEzUnQxaWsi+DslIghWn8T/BnfCDHQadQTJQAM6Rq4CCzDablBs0tBOu4N8FzcQ17y+P66gOWg7LxXuesTYj6ikkJz4miV6qJPBGRT0Y27pNIsFoPTPOTsXRCOHXlKzZ8/ZDZDF2V3wE2VtqnHDYIf+vvmA4+d1Yx/xRK5B/WB0FFqdF5eV3aLNzWcZrp/VnUvjKys8JyjYCkWRec53VZ3kXL1dLYbaCipMVJm6QIZTffOgHP8QL+PX01ArZMcJJFQBrDCPDIbi8SpzjhjqWiLZYUaC53jcGcaDZlQzgI4VrBjaDamVzHhb6K7srn7nfCVn7vXIk4F5LqY7yFFahudxs18cz+E5T2yuLR069Ar7wqr0mGUZK3a2P/j9qSe13X8bCg6knv5fwbGg5knKFm4l5iMS0ZZJdsbNnLLTvsH/nNm0I2pt2qFNC4uRV2aEJXBi1MIG6AicYoUtzpDw0AAbKtHUUXhQT00V/e0nVK2KriwIHCN30YTGwU6jEjWm7AjYvR5ywk36nCfFNxZ1Uqxi1Z2VIRutZQaZU+3wcTSUpDGhz8gJ9MqVW47eM0m6WOyAosr9yfMVEZMGTWm06DgLKMwO6oLHFB6RW0ZOnUVxNYtVGSQvosoAU5eKwByCG51192EfJ8MaFBSONJQPzagZj/vVqrMJ8KrWIxWGNppCYU4OrrS0oMiMdM481B+oJaNusOcWQjx0WDnwUHu8077FV6iwrH7V5hzDNXrrYiDQDMmOB6u7HTDTHjA2yeiveCty1i3XGLq+yJULtbnb56tTee2dr14f/CUqRqde5gCQ2wUki8RGx8tjq6s8bONLj07xQjqQXAL2Wu2w5yEK9OjPrHJqPcX023+XUUYuBsd0mBWxhFjl65MnezZcuPyqtbW1a7ju95c1VSuLVmln2Tt16JhYhv5xvkORQgdakipRC6XjIa15tTveOfri0aFx3voelPal8YpGR/KINp9IY83Xfi/sbNHB0uAdjoGc+2wvVOkINyl4OP7RP07wI1v+I34fQPHAu5sNkXllEzpfnE7KN0Omb/bIRvBxPgwg6rxn5g9Ozad+Z3Ho2BZag8GpNs6jpthhs/+HB4/71d6EKqjkjA2CazaHzr5cufzsTuBM4vOC6pvf1uS0zK6OY9e7n/Q0b4q63ZUCAmN/LyRhLZBezscJgqAPLUSb1XXwEPo/ys4CazAEwovY63BobhiNFc8F7FrfFgJTqMO1JRCmsk/ljQPF0BKg8EMjeUmG10+y6OLPDqC+xDBZLymzsiPZvDaMsReLuiDBoU4mVt2gIKnYfRXqKFuY0L0V2rOZWLaroC+p2rs5OIMKlZdpmnQu/PKWCM010WUQS9zHXehQGzjCpqWIeLeroBYUj64yjqOO8I3EqjkVKTrF1BlilX//TPJfvvkofLzMxuNUBGajtk/ZAUPhs56RhbrJ9WVvEbrAmo1ULrymfWa7e6NH0FfYZITTciKgI1DrweZ2oJG8ULwFjI7fwirWQkvF4V4tYLJr84tFhBEjOxDa3wayGlYdx4zTWA5k6gNTLJSEH4cmAjrA+WQY2IoOj+YFwTmxGppOIPQvcslPOWPUwGRO9SJ/nn6haxtaB2vDi3K1ToDz3SRqRAjnyyYr8xKqT0JxKzLJRw0Fp2ZFZx24jtBNjZI6LZWcAw441UO9RTNaFDgVHIfDT0IJlsC+9SGJqsrg2cyv0wnVY2MTP8DxH/4x5O/T1+xRGzSdpL9YDZdZwJVD6bijdHFywwi94SmkEN4dWYsycfZNbtTZMWFBVPnsBhIBHTYA4S+74AMcCF78eROUUY95017Mio1+JVA7iBafxeippaSjECEkJ1iUSTWqHIga1ihgzVtOpM5HxSNiIPar8G3QE6wDGKYKsQIm6xEaB/K4N95ZTYz1ajXYqXwKUji9sM7HHQabp8//cSqhumapj8Fb+Q/wzWwf+CVXYS+jC9hyGlU4oH/x6S/mc3u/pyFEhO1WpPUwxqZApOiL5UQ2TbQ0obpIsOqhEk26/RjQkPobpmRp6BxpW/7VBKkOpdwtoTDUYjbN478+0KgfcqkmeSImpWBqsqiudsA+fau6h/L10ItE6tYXVZHZindnZgfXslQQtU8tcGD5I9J2JoCayTRHysts6CIHTldn4HvRRiKicTZTb2gaoS4SNQJWZIda94LEkxgdSBLrjQiGCDTYIqyN8b/sXXtQFEca75kd1gUKREpE2EW2SooSPa+KBJRzPTbW8TA8DKgsiAh3CMHXqclJMIqRKMEoZzjP90kiPuKrTHxjEj1FVE4Dd+YMiQZU4iO+LkbvYc8yLFfXPTO7OzszuzJW5Pb27H+A3p7u7R9ff9Nf9/f9Pm+wBv76bRjPHZxqWITiZs6aaXU6WVSd9WbcdIee1UePHhUpqL+X4UgaSiQgPnjNgkXSaH3MIEIfekY8GE+JDl7tCbZDudgPYG0RHn4ETBqr/QkGB7/Mh71yKH/qFtqaE2AyDEhImlrwlwWffV1x2G9Z3F/lx5qfQL8kXj4s+RpSLkf60RK3DDJoOI5sdyd0gszLkUGutoUq0oXD0M+UMnM0l0MBdbhsQ7wWG6G03SNXi890OqEZwlrj8TH9M3am7928oPSFfMHpnhco1pKUyBJn+Xf24gGS6Cjp0oqip8a55G7qZXQoggxkQ4K5hbVICz8YhXmX5kA6lasqmTIWQRP+cqggn4R5BeUTFRrqG+jzFYkQYv3F2Ru3nwn5d9bDNELfKXUuZVdPJQyVHDUTKjpgqSver95GB4eHB1gXlj9YCx+v88aLIsnqx1eBU6YkJdB6SphPYjkbuUHoCT1F+fhE+foOGpSW9ofart1C/p1SeoVFHFaNNe9iHL1eihlEKKlanuCKM673Zcf3cd/vbF2vh92puFlJEqwHXhpvUIdWUOHbFUZIOqDDxmd1qoL0QaSevffHWJGOLCFgtZTptBuHkS4Ean9ME0KKvVb0SPHMcCd0cO4Pm7eBF3iLRQctp2Noq6weiXbOdOKGEqSjw2m9UjbGcVPNA1ViRkHVVxZMfecFFmHOONHSCoHLu9PdSe9g4+an1vHUYCV8zMpOZsIL2CP5axqWLUSryxxFdRPK0MF8i3QUIY7rU0X/uyyW0/+QEjv1kISvxSXPaa/LDtrt2NKD+IMK0lKDXZS2jz+PLPTDyXDNOPBb9AYPQ5sTZeioQfHsTpIUMwr2SWMZiDSgKr5rk3hpIUPUNUfufwOdeutTanCuFvutIHTmXgBg+6vwN9gBftx4ixbZY0rZGFfiyBrR2iGCBvNZPb4rkLLAsllsKrjt+TNgRVviLJJd43xlhdGTuRNS9oZlLJ2I32DTx7F3vB+zF1nLEjv1ISrFsnNIyvlPqQhfyHqSaMAvpceDFAVXWB1DnsF91mHFkY8Epe1cbfdou1AGyc/5i5vMgE/xDzWYp4UUSStk8hwJ9kqDLPH+IWwex839mUweIMwgks+9I37s+6wQS/jKX+SOli25mU7f6FH0HLSzHx1rO3KvY0U7GBzKYFFTg1lh+CBPKYNwSoaUQRhbvIWZHFvrYuzeKtEOPjB++7PQyvoQfaRxT4BsOR42wwlHLv5vxlSDV1K9uR3cJxCu4YZPyc/in8mtpfVBhFJu7vnxMsRNOEjtAm9nGKUpkJAatGwc4DzbxtOjo0JmnbNAdtIpRy6FWWXqQOp4fk4vFlp2TeJirSZYc9JMS8KcHsrQGQmW5km/JdEdzu+ukDbbguZvlry0BsJ3nGdqeXp0LCr6MeUjx81N+exwzq+sp9NgZVxhX2vnpXQMp3gmXRBsetEaoRSz3ssx5A62WMku/Gtoee7uIWDks5EdJ8UVc3kQDiWeYEdnltGBnYDzbeuK1ivc7wSjbbc03BEfDO7meteAdLM0ARlBDuU9P35kdJR5VTp+4zVJNbb+82HNJHEUiBGnUVSEDg6tDRfnGkF6ho45x83OHwyBgyWpXPBLor/z7GK9jg7Vp6sPndAvw9b7WjpGvKn0roSBpMLdIFhHDw0hxDaoDzzGB4sEgw8xoRwldZDLc56Zrvdlp4voQmMW2K8vy+Bk8dJ6B4YRqjBF6MSNkTJz43PIV+McDscsMgETa90InT4UepOYX7cfyyym846Io/Br6HCVshxIRZgVjpC6WfzKtjGtOi6Tno1Cr9D33AgdHMf+suV1+wAXCsTCE4wPyUOUoBOMY7el3MohQwUZMb3LYKgkuARt+GmWKNdN0MEuYIF22WHX0caFYnO2EkanKUJnBp1GivQOy2e43r5fTIfhXTL5QuGuUe7zzsINhOgAMGqdLf+jPTwvOTJN0crai3lWJLKjj/zcOjmcp1iaJYkiVJ0sF6y7ooOggJ0TxBfE+bBWkVYukFpZOMVRni2+0Qt8aJGxQ/F+EFvxbis7arCAjq9y+BLIFE0Oe6wgI2ZVkjTHD7Yxv0ixz+NwsgzFAabcrUe9uC06GrA9w37tht7x88FInJFaCTpFeyAld7a1WjDKaOym0kcaxwZHuLHe0WiCwdLjcK59ba09DGJBcS38c89zzf4+kpRY4JiRboowWclUWkwjzFFZJk1zY60MvGJBBbFjCY5E4kQp/RyqS+U76RE6b0j3ghQRNBx+ItRnO6GvJFkJZnHaOMtd0dGAI0vxAcQbdGEuPxMvsGROFQAf8+Z1D9BRg3qcalY8NyROxfa5aUApHCo9ACPITdgJ1j3R8QJ/Mk4uHoUZDMoybRSdf0SG80Ko4J2VLz0XJQhbqlR+pDoJuTu7oQ40T3Ff2Rl2DMYUzM0CU2A+f+CsBrl5a0HVnik9Rmf7ePMmsQGuIl6yCCMhvMD7WunhKau7K6e7r97ZSWtpGLB6dyUsBdaIub1bUkD/0h6iowHL5G760LTzHSbiFyBzeMqmCa9i0ZGGnfcUHSVFhI500GgBOkhn0IN8h0JIHw8311kTUi+EdSBjs9DLQNqL7R7dC5zT4vBfcQstXS8M+ALTkswDJR2RaM/Y7zxCJ1QmiVxUdE/QiVIpKgJ0LL4yn6d1C+2s9bSvD7VpRyAdTc62cYn3/QKM2Gz3UJEdZhDPzY3sfDhI+jE13PyWo/22Tq6ZivLtXInQIeSpE99/EjqJ8pyLzstAtFXhTt03QELmc4IWyk5xDOuQg8aIhGM473N/8HNYXPmpTXaiZYcheNnBtBGyLeAiITr4fkgr1yzSsgGUJRv7SYvRmOxadjRgwO9myz3poiTC99g+NWAIkSfzeR6ZKui/ZFeM0fZgurUy4FBBPY/OZpgoO0wewfnvYH9KmWGMtVteE0bh+oO58h3lkTtBVnWRn0wpmhf3hBvNlKV+CkvR+RL+2ZJ5RbJj5gr6n37E/s0GnLcGdmTNzHqR//XNWdXyw8zL5Fvkyg1TVP1arONMpsl+Gz+/6izwvLi81HaSYu/JwSxq5UXzhEE1zr6ZnaLH7sDd+HCV4V/TXX11TQ9GcTUTzf/sfzUCnGZuHngu3c7Quc7cMTzHwRk67zIThejocIlwbCRTJdvO09HR2esldUIobHUSHD1adg5cbbz3zY0zDjiZvm9e1XhFUIWK4SPU7pawXfaBAyaMlcFz0Wlr38qg0nTxjHXaEeDqWVzXcu1bATw3HrHtfrC104HGO+3fgu/3n2094KnoPGSYhrOtp5sQPle5aUeAK01MDqprYX7gq1DdbbZd+TbUbh9XqQNfMsytfyDE7ngmOuwEr6HFAjoutzB3DrKKJgK0Mjfvol8ebGNOcVU68A3DtF7Cj+xDlWf4yntMyylm4v62fSbPlB3DtZZtaJ4d6J/fnMNc5oSiYxtzGn1kAG05DbdwVQS41ISrTNkmHbjawpxk2+nAKiaHae3w3HdWhMFw8NbJR6cmPnrYOJFp51aIoZ1paM7GMF3pYKXChHBg7lqfv8g0sRKF0WG2ZQOTSeep6IArZxm+bGWaLnGzRsvoRPvDtgf2J8qZrSdv72fLZeap0dsAAAHqSURBVPTADQQYh85lkO2xshMBztxkmFP37zWvOnmTObH1I14JN99hX0+nG63P/JM5wQjKbYwJi84NoPPclYVMrpz7nOYwtTI2dIDh7v7TCDfmvg2dlmsXy7lyvRyhpuP1zj7PRQetqwamHAFjMqG/ywXo4HKpsZ1hmjmtXM40nBH34+no6MCtHKYRGLAxcPAscyLHik6HQYfVMdr3XMeayAT+hteQIQIVHcg2cBbG/wU6X7LWRNsp5gSHjg7sa29oAwYkTh0TsWThJx40/Kcds8lNGIaCcA7ipY+ERK7FFZp1VPABYqICm3RlFiRtSUMrIcSfEMu36jPGIaXqBcx8u1jywiNl3rxhnaJ+n5WJ6nw1egR12JTHNKua5/mJaLpyf5aMmpjelX3+0Grnos2astJlPs6Ppk2DIapTU+6zsrb7VEzszfxs5ztWCsr1UPPWkHxe93Rh+ONcFbtpRokP0APKAlTHUOIn+si8sjQ9vYzYW46p00Luvi+DO35ZtHuWmOfXWFRPvO9UT+N9aOrwNEoPsi1wlkWxUdZ5VfrRbpOLt7PR5UZ0mx71VWqzHexvFYZqmrAbWK+SuBvW/zdivzuxECXp9p+3OrRzKi8tqbi79edQht6jAgAAAAAAAAAAAAAAAAAAgED5Af2cyha80/YlAAAAAElFTkSuQmCC) center no-repeat; }
      @media (max-width: 991.98px) {
        #modalInfo #modalContent::before {
          -webkit-transform: translate(-50%, -50%) scale(0.6);
              -ms-transform: translate(-50%, -50%) scale(0.6);
                  transform: translate(-50%, -50%) scale(0.6); } }
    @media (max-width: 991.98px) {
      #modalInfo #modalContent {
        padding: 24px 16px; } }
  @media (min-width: 992px) {
    #modalInfo .btn {
      min-height: 56px;
      padding: 8px 48px; } }
  @media (any-hover: hover) {
    #modalInfo .btn-yellow:hover {
      border-color: var(--black-color); } }
  #modalInfo .modal-title {
    font-size: 20px;
    line-height: 1.5; }
    #modalInfo .modal-title:not(:last-child) {
      margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      #modalInfo .modal-title {
        font-size: 16px;
        line-height: 1.4; }
        #modalInfo .modal-title:not(:last-child) {
          margin-bottom: 12px; } }
    #modalInfo .modal-title a {
      color: var(--blue-color);
      text-decoration: underline;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @media (any-hover: hover) {
        #modalInfo .modal-title a:hover {
          color: var(--yellow-color); } }
  #modalInfo .modal-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--yellow-color); }
    #modalInfo .modal-text:not(:last-child) {
      margin-bottom: 32px; }
    @media (max-width: 991.98px) {
      #modalInfo .modal-text {
        font-size: 16px; }
        #modalInfo .modal-text:not(:last-child) {
          margin-bottom: 16px; } }
  #modalInfo .modal-buttons {
    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;
    gap: 16px; }

.pagination-wrap {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 24px; }
  @media (max-width: 991.98px) {
    .pagination-wrap {
      row-gap: 16px; } }
  .pagination-wrap .load-more [disabled] .btn-load-more {
    opacity: 0.8;
    pointer-events: none; }
    .pagination-wrap .load-more [disabled] .btn-load-more .icon {
      -webkit-animation: load_mode_spinner 2s linear infinite;
              animation: load_mode_spinner 2s linear infinite; }
  .pagination-wrap .btn-load-more {
    border-radius: 32px;
    border: 1px solid #000000;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px); }
    .pagination-wrap .btn-load-more .icon {
      width: 20px;
      height: 20px;
      color: var(--black-color);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .pagination-wrap .btn-load-more:focus {
      color: var(--white);
      border-color: var(--yellow-color); }
      .pagination-wrap .btn-load-more:focus .icon {
        -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
                transform: rotate(360deg);
        color: var(--white); }
    @media (any-hover: hover) {
      .pagination-wrap .btn-load-more:hover {
        color: var(--white);
        border-color: var(--yellow-color); }
        .pagination-wrap .btn-load-more:hover .icon {
          -webkit-transform: rotate(360deg);
              -ms-transform: rotate(360deg);
                  transform: rotate(360deg);
          color: var(--white); } }

.pagination {
  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; }
  .pagination ul, .pagination li {
    list-style: none; }
  .pagination ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4px; }
  .pagination li a {
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--black-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .pagination li a:hover, .pagination li a:focus {
        text-decoration: none;
        background: var(--yellow-color);
        color: var(--white); }
        .pagination li a:hover .ic, .pagination li a:focus .ic {
          color: var(--white); } }
  .pagination li.active a {
    background: var(--yellow-color);
    color: var(--white);
    cursor: default; }
  .pagination li .ic {
    width: 10px;
    height: 10px;
    color: var(--yellow-color);
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }

@-webkit-keyframes load_mode_spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes load_mode_spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@media (min-width: 992px) {
  body, * {
    scrollbar-color: #EB512E #FAFAFA;
    scrollbar-width: thin; }
  ::-webkit-scrollbar {
    width: 4px;
    height: 4px; }
  ::-webkit-scrollbar-button {
    width: 4px;
    height: 4px; }
    ::-webkit-scrollbar-button:vertical:start {
      background: #FAFAFA url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 571.083 322"><path d="M571 286q0-14-10-25L311 11Q300 0 286 0t-25 11L11 261Q0 272 0 286t11 25q11 11 25 11h500q14 0 25-11t10-25z"/></svg>') no-repeat center center;
      background-size: 4px 4px;
      display: none; }
    ::-webkit-scrollbar-button:vertical:end {
      background: #FAFAFA url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 571.083 322"><path d="M571 286q0-14-10-25L311 11Q300 0 286 0t-25 11L11 261Q0 272 0 286t11 25q11 11 25 11h500q14 0 25-11t10-25z"/></svg>') no-repeat center center;
      background-size: 4px 4px;
      display: none; }
    ::-webkit-scrollbar-button:horizontal:start {
      background: #FAFAFA url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 322 571.083"><path d="M286 .083q-14 0-25 10l-250 250q-11 11-11 25t11 25l250 250q11 11 25 11t25-11q11-11 11-25v-500q0-14-11-25t-25-10z"/></svg>') no-repeat center center;
      background-size: 4px 4px;
      display: none; }
    ::-webkit-scrollbar-button:horizontal:end {
      background: #FAFAFA url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 322 571.083"><path d="M36 .083q14 0 25 10l250 250q11 11 11 25t-11 25l-250 250q-11 11-25 11t-25-11q-11-11-11-25v-500q0-14 11-25t25-10z"/></svg>') no-repeat center center;
      background-size: 4px 4px;
      display: none; }
  ::-webkit-scrollbar-track {
    background: #FAFAFA; }
  ::-webkit-scrollbar-track-piece {
    background: #FAFAFA; }
  ::-webkit-scrollbar-thumb {
    background: #EB512E;
    border-radius: 0; }
  ::-webkit-scrollbar-corner {
    background: #FAFAFA; } }

.section-title-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px; }
  .section-title-top:not(:last-child) {
    margin-bottom: 48px; }
    @media (max-width: 991.98px) {
      .section-title-top:not(:last-child) {
        margin-bottom: 24px; } }
  @media (max-width: 991.98px) {
    .section-title-top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 992px) {
    .section-title-top .title-block {
      width: 50%; } }
  @media (min-width: 992px) {
    .section-title-top .section-title {
      width: 50%; } }
  @media (max-width: 991.98px) {
    .section-title-top .section-title:not(:last-child) {
      margin-bottom: 12px; } }
  @media (min-width: 992px) {
    .section-title-top .section-text {
      padding-top: 6px;
      max-width: 440px;
      width: 100%; } }

.page-title {
  color: var(--black-color);
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: 0.02em; }
  @media (max-width: 991.98px) {
    .page-title {
      font-size: 32px;
      font-weight: 500;
      line-height: 40px; } }
  .page-title .text-decorated {
    color: var(--blue-color); }
  .page-title:not(:last-child) {
    margin-bottom: 16px; }

.section-title,
.title-block {
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--yellow-color); }
  @media (max-width: 991.98px) {
    .section-title,
    .title-block {
      font-size: 26px;
      line-height: 30px; } }
  .section-title .text-decorated,
  .title-block .text-decorated {
    color: var(--blue-color); }
  .section-title:not(:last-child),
  .title-block:not(:last-child) {
    margin-bottom: 24px; }
  .section-title.search-title,
  .title-block.search-title {
    text-transform: none; }

.section-text {
  color: var(--grey-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; }
  .section-text p:not(:last-child) {
    margin-bottom: 32px; }
    @media (max-width: 991.98px) {
      .section-text p:not(:last-child) {
        margin-bottom: 24px; } }

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

.bg-white {
  background-color: var(--white); }

.page-regular,
.bg-gray {
  background-color: var(--outline); }

.page-about .section-first-screen {
  padding-bottom: 0; }

.section-certificates,
.section-seo {
  background: var(--white); }

.section-certificates-img img {
  border-radius: var(--border-radius); }

.text-inner-box:not(:last-child) {
  margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    .text-inner-box:not(:last-child) {
      margin-bottom: 32px; } }

.text-inner-box .mCustomScrollbar {
  max-height: 200px; }

.text-inner-box .text-formatted:not(:last-child) {
  margin-bottom: 24px; }

.text-formatted {
  color: var(--grey-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
  font-family: "Montserrat", sans-serif; }
  .text-formatted:after {
    content: "";
    display: block;
    clear: both; }
  .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, .text-title, .text-sub-title) {
    color: var(--black-color); }
  .text-formatted h1, .text-formatted .h1 {
    margin-top: 80px;
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 48px;
    line-height: 52px; }
    @media (max-width: 991.98px) {
      .text-formatted h1, .text-formatted .h1 {
        margin-top: 16px;
        margin-bottom: 16px;
        font-size: 32px;
        font-weight: 500;
        line-height: 36px; } }
  .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
        font-size: 24px;
        line-height: 1.2; } }
  .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.02em; }
    @media (max-width: 991.98px) {
      .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
        font-size: 20px;
        line-height: 1.2; } }
  .text-formatted h4, .text-formatted .h4 {
    font-size: 20px;
    line-height: 1.2; }
    @media (max-width: 991.98px) {
      .text-formatted h4, .text-formatted .h4 {
        font-size: 16px; } }
  .text-formatted a {
    position: relative;
    line-height: normal;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    text-decoration: none; }
    @media (pointer: fine) {
      .text-formatted a:hover {
        text-shadow: 0 0 0;
        text-decoration: underline; } }
  .text-formatted ul, .text-formatted ol, .text-formatted p, .text-formatted blockquote {
    margin-bottom: 20px; }
  .text-formatted p {
    position: relative; }
    .text-formatted p:not(:last-child) {
      margin-bottom: 20px; }
    .text-formatted p:empty {
      display: none; }
  .text-formatted hr {
    border: none;
    border-bottom: 2px solid;
    opacity: 1;
    margin: 1.5em 0; }
  .text-formatted blockquote {
    display: block;
    clear: both;
    border-left: 2px solid;
    padding-left: 1em; }
  .text-formatted img {
    max-width: 100%;
    height: auto !important;
    margin: 24px auto;
    border-radius: var(--border-radius);
    vertical-align: unset; }
    .text-formatted img[style*="float:left"], .text-formatted img[style*="float: left"] {
      margin: 0 1.5rem 0 0; }
    .text-formatted img[style*="float:right"], .text-formatted img[style*="float: right"] {
      margin: 0 0 0 1.5rem; }
    .text-formatted img:not([style*="float"]) {
      display: block; }
    @media (max-width: 575.98px) {
      .text-formatted img {
        margin: 1.9em auto 3em; }
        .text-formatted img[style*="float:left"], .text-formatted img[style*="float: left"] {
          margin: 0 1.5rem 0 0; }
        .text-formatted img[style*="float:right"], .text-formatted img[style*="float: right"] {
          margin: 0 0 0 1.5rem; } }
  .text-formatted ul:not(.list),
  .text-formatted ol:not(.list) {
    padding-left: 10px; }
    .text-formatted ul:not(.list) li,
    .text-formatted ol:not(.list) li {
      margin-bottom: 0; }
    .text-formatted ul:not(.list) ul, .text-formatted ul:not(.list) ol,
    .text-formatted ol:not(.list) ul,
    .text-formatted ol:not(.list) ol {
      margin-top: 0.6em;
      margin-left: 1.3em; }
  .text-formatted ol:not(.list) {
    list-style-position: inside;
    list-style-type: none;
    counter-reset: step-counter; }
    .text-formatted ol:not(.list) > li {
      position: relative;
      list-style-type: none;
      counter-increment: step-counter; }
      .text-formatted ol:not(.list) > li:before {
        content: counters(step-counter, ".", decimal-leading-zero) ".";
        display: inline-block;
        min-width: 0.75em;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        font-size: 10px;
        margin-right: 0.4em;
        font-weight: bold; }
    .text-formatted ol:not(.list) ol li:before {
      content: counters(step-counter, ".") "."; }
  .text-formatted ul:not(.list) > li {
    position: relative;
    list-style-type: none;
    padding-left: 1em; }
    .text-formatted ul:not(.list) > li:before {
      position: absolute;
      left: 0;
      content: "●";
      display: inline-block;
      min-width: 0.9em;
      font-size: 10px;
      line-height: 1.5rem;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease;
      margin-right: 0.4em; }
  .text-formatted ul:not(.list)[style*="list-style-type:square"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: square"] > li:before {
    content: "■"; }
  .text-formatted ul:not(.list)[style*="list-style-type:disc"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: disc"] > li:before {
    content: "●"; }
  .text-formatted ul:not(.list)[style*="list-style-type:circle"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: circle"] > li:before {
    content: "○"; }
  .text-formatted ol > li:before {
    color: var(--text); }
  .text-formatted ul > li:before {
    color: var(--text); }
  .text-formatted .table-wrap {
    max-width: 100%;
    overflow: auto;
    margin: 1.2em 0; }
    .text-formatted .table-wrap table {
      margin: 0; }
  .text-formatted .table {
    margin: 0; }
  .text-formatted table {
    min-width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: 1.2em 0;
    font-size: 12px;
    line-height: 133%; }
    .text-formatted table img {
      margin: auto; }
    .text-formatted table th,
    .text-formatted table td {
      padding: 10px 6px 10px 16px;
      min-height: 40px;
      text-align: left;
      border: none;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px; }
    .text-formatted table thead td,
    .text-formatted table th {
      padding: 10px 6px 10px 16px;
      text-align: left;
      color: var(--black-color);
      font-size: 16px;
      font-weight: 500;
      line-height: 20px;
      text-transform: uppercase; }
    .text-formatted table tbody tr:nth-child(odd) {
      border-radius: 4px;
      background: var(--outline); }
    .text-formatted table tbody tr:nth-child(even) td {
      padding: 14px 6px 14px 16px; }
    .text-formatted table tbody th,
    .text-formatted table tbody td {
      color: var(--text); }
      .text-formatted table tbody th strong,
      .text-formatted table tbody td strong {
        color: var(--black-color); }
    .text-formatted table tfoot td {
      font-weight: bold; }
  .text-formatted > *:last-child {
    margin-bottom: 0; }

.mCustomScrollbar {
  max-height: 325px; }
  @media (max-width: 991.98px) {
    .mCustomScrollbar {
      max-height: 260px; } }
  .mCustomScrollbar .mCSB_draggerContainer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 2px;
    background-color: #ebebeb; }
  .mCustomScrollbar .mCSB_inside > .mCSB_container {
    margin-right: 16px; }
  .mCustomScrollbar .mCSB_scrollTools {
    width: 4px; }
  .mCustomScrollbar .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 2px;
    background-color: var(--black-color) !important; }
  .mCustomScrollbar .mCSB_dragger .mCSB_draggerRail {
    display: none; }

.section-comparison-scrollbar {
  position: sticky;
  z-index: 10;
  left: 0;
  top: 0;
  padding: 0;
  margin-bottom: 30px;
  background: #f3f7ff; }
  .section-comparison-scrollbar .compare-scroll {
    width: 100%;
    overflow: hidden;
    height: 1px; }
  .section-comparison-scrollbar .compare-scroll-wrap {
    overflow: auto; }
    .section-comparison-scrollbar .compare-scroll-wrap::-webkit-scrollbar {
      background: #91b1f4;
      width: 3px;
      top: 0;
      position: absolute; }
    .section-comparison-scrollbar .compare-scroll-wrap::-webkit-scrollbar-track {
      background: #ffffff;
      width: 3px;
      top: 0;
      position: absolute; }
    .section-comparison-scrollbar .compare-scroll-wrap::-webkit-scrollbar-thumb {
      background: #91b1f4;
      width: 3px;
      top: 0;
      position: absolute; }

.compare-bottom-scroll-hide {
  position: relative;
  width: 100%; }
  .compare-bottom-scroll-hide:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    background: #f3f7ff;
    height: 30px;
    left: 0;
    width: 100%;
    bottom: 100%; }

.section-comparison {
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px; }
  .section-comparison.touch:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .section-comparison .compare-product-head {
    margin-bottom: 40px; }
  .section-comparison .compare-warning {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #ffffff;
    padding: 16px 16px 20px 18px;
    border-radius: 5px; }
    .section-comparison .compare-warning p {
      margin: 0 0 16px;
      font-size: 15px;
      line-height: 18px;
      color: #333333; }
  .section-comparison .product-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    background: #ffffff;
    padding: 16px 16px 20px 18px;
    border-radius: 5px; }
    .section-comparison .product-main .product-image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 16px 0 0;
      max-width: 104px; }
      .section-comparison .product-main .product-image img {
        display: block;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
    .section-comparison .product-main .product-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: calc(100% - 120px); }
      .section-comparison .product-main .product-info .product-title {
        font-size: 15px;
        line-height: 18px;
        font-weight: 700;
        color: #333333;
        max-width: 300px;
        margin: 0 0 10px;
        padding-right: 30px; }
      .section-comparison .product-main .product-info .rating {
        margin: 0 0 13px; }
      .section-comparison .product-main .product-info .price {
        font-size: 25px;
        line-height: 29px;
        font-weight: 700; }
      .section-comparison .product-main .product-info .product-footer {
        margin-top: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
    .section-comparison .product-main .js-close {
      position: absolute;
      right: 17px;
      top: 17px; }
  .section-comparison .compare-attribute-row {
    padding-bottom: 7px;
    border-bottom: 1px dashed rgba(51, 51, 51, 0.2);
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #333333;
    margin-top: 32px;
    margin-bottom: 32px; }
    .section-comparison .compare-attribute-row span {
      display: inline-block;
      position: sticky;
      left: 0; }
  .section-comparison .compare-product {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #999999;
    margin-bottom: 16px; }
  .section-comparison .compare-value {
    font-size: 14px;
    line-height: 17px;
    color: #333333; }

.comparison-heading .comparison-container {
  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; }

.comparison-heading .buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .comparison-heading .buttons-wrap .btn-show-differences {
    margin-left: 30px; }

.comparison-heading .add-model {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .comparison-heading .add-model .text {
    font-size: 14px;
    line-height: 17px;
    margin: 0 16px 0 0;
    color: #333333;
    opacity: 0.5; }
  .comparison-heading .add-model .icon {
    background: #020b25;
    border-radius: 2px;
    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;
    min-width: 34px;
    min-height: 34px; }

.comparison-heading .btn-show-differences {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .comparison-heading .btn-show-differences .text {
    font-size: 14px;
    line-height: 17px;
    margin: 0 16px 0 0;
    color: #333333;
    opacity: 0.5;
    min-width: 130px;
    text-align: right; }
  .comparison-heading .btn-show-differences .icons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-radius: 2px;
    overflow: hidden; }
  .comparison-heading .btn-show-differences .icon {
    width: 34px;
    height: 32px;
    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;
    position: relative;
    background: #ffffff;
    border: 1px solid #e3e8f3; }
  .comparison-heading .btn-show-differences:not(.active) .text._differences {
    display: none; }
  .comparison-heading .btn-show-differences:not(.active) .icon._differences {
    border-color: #020b25;
    background: #020b25; }
  .comparison-heading .btn-show-differences.active .text._all {
    display: none; }
  .comparison-heading .btn-show-differences.active .icon._all {
    border-color: #020b25;
    background: #020b25; }

.comparison-nav {
  margin: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .comparison-nav .nav-toggle {
    padding: 10px 15px;
    text-transform: none;
    border: 1px solid rgba(51, 51, 51, 0.2);
    min-height: 45px;
    font-size: 22px;
    line-height: 1.3; }
    .comparison-nav .nav-toggle .count {
      margin-left: 10px;
      color: #1561ff; }
    .comparison-nav .nav-toggle.sub-in:after {
      content: "";
      width: 30px;
      height: 30px;
      background: url("../img/blue-arr-down.svg") no-repeat center;
      background-size: 20px;
      margin-left: 10px; }
  .comparison-nav .nav-menu {
    display: none;
    background: white;
    border: 1px solid rgba(51, 51, 51, 0.2);
    margin-top: -1px; }
    .comparison-nav .nav-menu .nav-item {
      display: block;
      padding: 10px 0;
      margin: 0 15px;
      font-size: 16px; }
      .comparison-nav .nav-menu .nav-item:not(:last-child) {
        border-bottom: 1px dashed rgba(51, 51, 51, 0.2); }
      @media (pointer: fine) {
        .comparison-nav .nav-menu .nav-item:hover {
          color: #020b25; } }
  .comparison-nav.active .nav-toggle.sub-in:after {
    background: url("../img/close-ico.svg") no-repeat center;
    background-size: 18px; }
  .comparison-nav.active .nav-menu {
    display: block; }
  @media (max-width: 767px) {
    .comparison-nav .nav-toggle {
      font-size: 16px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.section-comparison .viewport-padding {
  min-width: calc((100% - 1170px) / 2); }

.section-comparison .compare-attribute-row span {
  left: calc((100% - 1170px) / 2);
  max-width: 1170px; }

.section-comparison .compare-row > * {
  width: 570px; }
  .section-comparison .compare-row > *:not(:first-child) {
    margin-left: 30px; }

@media (max-width: 1229px) {
  .section-comparison .viewport-padding {
    min-width: calc((100% - 930px) / 2); }
  .section-comparison .compare-attribute-row span {
    left: calc((100% - 930px) / 2);
    max-width: 930px; }
  .section-comparison .compare-row > * {
    width: 450px; }
    .section-comparison .compare-row > *:not(:first-child) {
      margin-left: 30px; } }

@media (max-width: 991px) {
  .section-comparison .viewport-padding {
    min-width: calc((100% - 690px) / 2); }
  .section-comparison .compare-attribute-row span {
    left: calc((100% - 690px) / 2);
    max-width: 690px; }
  .section-comparison .compare-row > * {
    width: 335px; }
    .section-comparison .compare-row > *:not(:first-child) {
      margin-left: 20px; } }

@media (max-width: 767px) {
  .section-comparison .viewport-padding {
    min-width: calc((100% - 510px) / 2); }
  .section-comparison .compare-attribute-row span {
    left: calc((100% - 510px) / 2);
    max-width: 510px; }
  .section-comparison .compare-row > * {
    width: 250px; }
    .section-comparison .compare-row > *:not(:first-child) {
      margin-left: 10px; } }

@media (max-width: 575px) {
  .section-comparison .viewport-padding {
    min-width: 15px; }
  .section-comparison .compare-attribute-row span {
    left: 15px;
    max-width: calc(100vw - 30px); }
  .section-comparison .compare-row > * {
    width: 250px; }
    .section-comparison .compare-row > *:not(:first-child) {
      margin-left: 10px; } }

@media (max-width: 991px) {
  .section-comparison .product-main {
    -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; }
    .section-comparison .product-main .product-image {
      height: 103px;
      margin: 0 0 24px; }
    .section-comparison .product-main .product-info {
      width: 100%; }
      .section-comparison .product-main .product-info .product-title {
        padding-right: 0; }
  .section-comparison .compare-attribute-row {
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px; }
  .comparison-heading .comparison-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .comparison-heading .buttons-wrap {
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .section-comparison-scrollbar {
    display: none; } }

@media (max-width: 767px) {
  .section-comparison .product-main {
    padding: 39px 6px 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .section-comparison .product-main .product-info .product-title {
      font-size: 12px;
      line-height: 15px;
      margin: 0 0 17px;
      min-height: 30px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .section-comparison .product-main .product-info .rating {
      margin: 0 0 9px; }
    .section-comparison .product-main .product-info .price {
      font-size: 16px;
      line-height: 20px;
      margin: 0 0 8px; }
    .section-comparison .product-main .product-info .product-footer {
      -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; }
      .section-comparison .product-main .product-info .product-footer .btn-default btn-small {
        width: 100%; }
    .section-comparison .product-main .js-close {
      right: 9px;
      top: 9px; }
      .section-comparison .product-main .js-close img {
        max-width: 14px; }
  .section-comparison .compare-warning {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 6px 10px; }
    .section-comparison .compare-warning .btn-default btn-small {
      width: 100%; }
    .section-comparison .compare-warning p {
      text-align: center;
      margin: 0 0 121px; }
  .section-comparison .compare-attribute-row {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 10px; }
  .section-comparison .compare-product {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px; }
  .comparison-heading .buttons-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .comparison-heading .buttons-wrap .add-model {
      margin: 0 0 15px; }
    .comparison-heading .buttons-wrap .btn-show-differences {
      margin: 0; } }

.section-main {
  padding-top: 0; }
  .section-main .container {
    max-width: 1440px;
    padding: 0; }

@media (max-width: 991.98px) {
  .main-slider-section:not(:last-child) {
    margin-bottom: 8px; } }

.main-slider-section .main-slider:not(.swiper-initialized) .swiper-wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.main-slider-section .main-slider:not(.swiper-initialized) .main-slider-nav {
  display: none; }

.main-slider-section .main-slider:not(.swiper-initialized) .swiper-slide {
  width: 100%; }

.main-slider-section .main-slider-item {
  position: relative;
  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: 665px;
  padding: 72px 70px 52px;
  height: auto !important; }
  @media (max-width: 991.98px) {
    .main-slider-section .main-slider-item {
      padding: 56px 16px 65px;
      min-height: 654px; } }

.main-slider-section .main-slider-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .main-slider-section .main-slider-link:hover, .main-slider-section .main-slider-link:focus {
    text-decoration: none; }

.main-slider-section .main-slider-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .main-slider-section .main-slider-img picture,
  .main-slider-section .main-slider-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.main-slider-section .main-slider-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 5;
  padding-bottom: 50px; }
  @media (max-width: 991.98px) {
    .main-slider-section .main-slider-content {
      width: 100%;
      padding-bottom: 70px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; } }

.main-slider-section .main-slider-subtitle {
  color: var(--black-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase; }
  .main-slider-section .main-slider-subtitle:not(:last-child) {
    margin-bottom: 4px; }

.main-slider-section .main-slider-title {
  max-width: 900px;
  color: var(--yellow-color);
  font-size: 48px;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: 0.02em;
  text-transform: uppercase; }
  @media (max-width: 991.98px) {
    .main-slider-section .main-slider-title {
      font-size: 24px;
      line-height: 1.3; } }
  .main-slider-section .main-slider-title:not(:last-child) {
    margin-bottom: 16px; }

.main-slider-section .main-slider-description {
  max-width: 736px;
  color: var(--grey-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; }
  @media (max-width: 991.98px) {
    .main-slider-section .main-slider-description {
      color: var(--black-color);
      font-size: 14px;
      line-height: 20px; } }
  .main-slider-section .main-slider-description p {
    margin: 0; }
    .main-slider-section .main-slider-description p:not(:last-child) {
      margin-bottom: 24px; }
  .main-slider-section .main-slider-description:not(:last-child) {
    margin-bottom: 24px; }

.main-slider-section .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 48px;
  padding: 4px 32px; }
  @media (max-width: 991.98px) {
    .main-slider-section .btn {
      left: 50%;
      bottom: 16px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background: var(--yellow-color);
      color: var(--white);
      border-color: var(--yellow-color); } }

.main-slider-section .main-slider-info {
  max-width: 722px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px; }
  @media (max-width: 991.98px) {
    .main-slider-section .main-slider-info {
      gap: 12px; } }
  .main-slider-section .main-slider-info:not(:last-child) {
    margin-bottom: 32px; }
    @media (max-width: 991.98px) {
      .main-slider-section .main-slider-info:not(:last-child) {
        margin-bottom: 24px; } }

.main-slider-section .main-slider-info-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; }

.main-slider-section .main-slider-info-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 64px;
  height: 64px;
  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;
  border-radius: 100px;
  background: var(--white); }
  .main-slider-section .main-slider-info-icon .icon {
    width: 40px;
    height: 40px;
    -o-object-fit: scale-down;
       object-fit: scale-down; }

.main-slider-section .main-slider-nav {
  position: absolute;
  z-index: 999;
  bottom: 52px;
  left: 50%;
  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: 32px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media (max-width: 991.98px) {
    .main-slider-section .main-slider-nav {
      width: 100%;
      padding: 0 16px;
      bottom: 24px; } }
  .main-slider-section .main-slider-nav .swiper-button-next,
  .main-slider-section .main-slider-nav .swiper-button-prev {
    position: static !important;
    margin-top: 0; }
  .main-slider-section .main-slider-nav .swiper-pagination {
    position: static !important;
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
            transform: translateX(0) !important; }
    .main-slider-section .main-slider-nav .swiper-pagination .swiper-pagination-bullet {
      background: var(--white); }
      .main-slider-section .main-slider-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--black-color); }

.advantages {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (max-width: 991.98px) {
    .advantages {
      padding-top: 12px;
      padding-bottom: 12px; } }
  .advantages .advantages-slide {
    width: auto !important; }
  .advantages .advantages-item {
    width: 244px;
    height: 120px;
    padding: 4px;
    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; }
    @media (max-width: 991.98px) {
      .advantages .advantages-item {
        width: 156px;
        height: 80px; } }
    .advantages .advantages-item picture,
    .advantages .advantages-item img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down;
      -webkit-filter: grayscale(1);
              filter: grayscale(1);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      cursor: pointer; }
      @media (any-hover: hover) {
        .advantages .advantages-item picture:hover, .advantages .advantages-item picture:focus,
        .advantages .advantages-item img:hover,
        .advantages .advantages-item img:focus {
          -webkit-filter: grayscale(0);
                  filter: grayscale(0); } }

.section-first-screen {
  padding-top: 0; }
  .section-first-screen .section-first-screen-wrap {
    position: relative;
    padding: 48px 56px;
    min-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991.98px) {
      .section-first-screen .section-first-screen-wrap {
        padding: 20px;
        min-height: 442px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .section-first-screen .section-first-screen-content {
    position: relative;
    z-index: 5;
    max-width: 564px; }
  .section-first-screen .section-first-screen-title {
    color: var(--white);
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    text-transform: uppercase; }
    .section-first-screen .section-first-screen-title:not(:last-child) {
      margin-bottom: 12px; }
      @media (max-width: 991.98px) {
        .section-first-screen .section-first-screen-title:not(:last-child) {
          margin-bottom: 8px; } }
    @media (max-width: 991.98px) {
      .section-first-screen .section-first-screen-title {
        font-size: 32px;
        line-height: 36px; } }
  .section-first-screen .section-first-screen-description {
    color: var(--white);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px; }
    @media (max-width: 991.98px) {
      .section-first-screen .section-first-screen-description {
        font-size: 16px;
        line-height: 20px; } }
  .section-first-screen .section-first-screen-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .section-first-screen .section-first-screen-img::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      border-radius: var(--border-radius);
      background: linear-gradient(93deg, #020d2d 0.85%, rgba(0, 29, 51, 0) 97.41%); }
      @media (max-width: 991.98px) {
        .section-first-screen .section-first-screen-img::after {
          background: linear-gradient(203deg, rgba(0, 0, 0, 0.4) 17.05%, rgba(0, 0, 0, 0.33) 45.04%, rgba(0, 0, 0, 0) 99.14%), linear-gradient(0deg, rgba(2, 13, 45, 0.6) 0%, rgba(2, 13, 45, 0.6) 100%); } }
    .section-first-screen .section-first-screen-img picture,
    .section-first-screen .section-first-screen-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: var(--border-radius); }

.section-faq {
  padding-top: 60px;
  padding-bottom: 60px; }
  .section-faq .faq-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    @media (max-width: 991.98px) {
      .section-faq .faq-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 24px; } }
  .section-faq .section-title {
    max-width: 265px; }
  .section-faq .faq-col {
    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-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (min-width: 992px) {
      .section-faq .faq-col:nth-child(2n + 1) {
        width: 35.4%;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        padding-right: 23px; }
      .section-faq .faq-col:nth-child(2n + 2) {
        width: 64.6%;
        padding-top: 10px; } }
  @media (min-width: 992px) {
    .section-faq .faq-details-btn {
      position: absolute;
      bottom: 0;
      left: 0; } }
  @media (max-width: 991.98px) {
    .section-faq .faq-details-btn .btn-default {
      min-height: 40px;
      padding: 6px 24px; } }

.faq-list .faq-item {
  position: relative; }
  .faq-list .faq-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--outline); }
  .faq-list .faq-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--outline);
    display: none; }
  .faq-list .faq-item.accordion-active .faq-icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(-270deg);
        -ms-transform: translate(-50%, -50%) rotate(-270deg);
            transform: translate(-50%, -50%) rotate(-270deg);
    opacity: 0;
    visibility: hidden; }
  .faq-list .faq-item.accordion-active .faq-icon::after {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg); }
  .faq-list .faq-item:last-child::before {
    display: block; }

.faq-list .faq-heading {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer; }
  @media (any-hover: hover) {
    .faq-list .faq-heading:hover .faq-number, .faq-list .faq-heading:focus .faq-number {
      background: var(--yellow-color); }
    .faq-list .faq-heading:hover .faq-icon::before, .faq-list .faq-heading:hover .faq-icon::after, .faq-list .faq-heading:focus .faq-icon::before, .faq-list .faq-heading:focus .faq-icon::after {
      background: var(--yellow-color); }
    .faq-list .faq-heading:hover .faq-question, .faq-list .faq-heading:focus .faq-question {
      color: var(--yellow-color); } }
  @media (max-width: 991.98px) {
    .faq-list .faq-heading {
      gap: 12px;
      padding-top: 12px;
      padding-bottom: 12px;
      padding-right: 0; } }

.faq-list .faq-number {
  width: 32px;
  height: 32px;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background: #000000;
  color: var(--white);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }
  @media (max-width: 991.98px) {
    .faq-list .faq-number {
      width: 24px;
      height: 24px; } }

.faq-list .faq-question {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media (max-width: 991.98px) {
    .faq-list .faq-question {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.02em; } }

.faq-list .faq-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  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: 12px;
  height: 12px;
  margin-left: auto;
  color: var(--black-color);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .faq-list .faq-icon::before, .faq-list .faq-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: var(--black-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .faq-list .faq-icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg); }

.faq-list .faq-answer {
  display: none;
  padding: 0 20px 20px 48px;
  color: var(--grey-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }
  @media (max-width: 991.98px) {
    .faq-list .faq-answer {
      padding: 0 0 20px 0; } }

.section-faq-about-page {
  padding-bottom: 210px; }
  @media (max-width: 991.98px) {
    .section-faq-about-page {
      padding-bottom: 80px; } }

.faq-about .faq-about-item {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .faq-about .faq-about-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--outline); }
  .faq-about .faq-about-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--outline);
    display: none; }
  .faq-about .faq-about-item:last-child::before {
    display: block; }
  .faq-about .faq-about-item.accordion-active {
    padding-bottom: 24px; }
    @media (max-width: 991.98px) {
      .faq-about .faq-about-item.accordion-active {
        padding-bottom: 16px; } }
    .faq-about .faq-about-item.accordion-active .faq-about-arrow {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg);
      background: var(--yellow-color);
      color: var(--white);
      border-color: var(--yellow-color); }

.faq-about .faq-about-heading {
  width: 100%;
  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: 14px;
  padding-top: 24px;
  padding-bottom: 24px;
  color: var(--black-color);
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer; }
  @media (max-width: 991.98px) {
    .faq-about .faq-about-heading {
      padding-top: 16px;
      padding-bottom: 16px;
      font-size: 16px;
      line-height: 22px;
      letter-spacing: 0.02em; } }
  @media (any-hover: hover) {
    .faq-about .faq-about-heading:hover .faq-about-question, .faq-about .faq-about-heading:focus .faq-about-question {
      color: var(--yellow-color); }
    .faq-about .faq-about-heading:hover .faq-about-arrow, .faq-about .faq-about-heading:focus .faq-about-arrow {
      background: var(--yellow-color);
      color: var(--white);
      border-color: var(--yellow-color); } }

.faq-about .faq-about-question {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.faq-about .faq-about-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
  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;
  border-radius: 100px;
  border: 1px solid var(--black-color);
  color: var(--black-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 991.98px) {
    .faq-about .faq-about-arrow {
      width: 16px;
      height: 16px; } }
  .faq-about .faq-about-arrow .icon {
    width: 12px;
    height: 12px; }
    @media (max-width: 991.98px) {
      .faq-about .faq-about-arrow .icon {
        width: 8px;
        height: 8px; } }

.faq-about .faq-about-answer {
  display: none;
  background: var(--stroke);
  padding: 20px; }
  @media (max-width: 991.98px) {
    .faq-about .faq-about-answer {
      padding: 20px 16px; } }

.faq-about .faq-about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px; }
  @media (max-width: 991.98px) {
    .faq-about .faq-about-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .faq-about .faq-about-content:not(:last-child) {
    margin-bottom: 20px; }

.faq-about .faq-about-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: var(--grey-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px; }
  @media (max-width: 991.98px) {
    .faq-about .faq-about-text {
      font-size: 14px;
      line-height: 20px; } }
  .faq-about .faq-about-text p {
    margin: 0; }
    .faq-about .faq-about-text p:not(:last-child) {
      margin-bottom: 29px; }
      @media (max-width: 991.98px) {
        .faq-about .faq-about-text p:not(:last-child) {
          margin-bottom: 20px; } }

.faq-about .faq-about-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 420px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .faq-about .faq-about-img picture,
  .faq-about .faq-about-img img {
    width: 100%; }

@media (max-width: 991.98px) {
  .faq-about .faq-about-btn {
    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; } }

.faq-about .faq-about-btn .btn-yellow-border {
  border-radius: 100px;
  min-height: 48px;
  padding: 8px 32px; }

.article-content {
  padding-bottom: 75px; }
  .article-content .article-content-title {
    letter-spacing: 0;
    text-transform: none; }
    @media (max-width: 767.98px) {
      .article-content .article-content-title {
        font-size: 24px;
        line-height: 1.25;
        letter-spacing: 0.02em; } }
  .article-content .article-content-img {
    width: 100%;
    height: 500px;
    border-radius: var(--border-radius);
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .article-content .article-content-img {
        height: 220px; } }
    .article-content .article-content-img picture,
    .article-content .article-content-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: var(--border-radius); }
    .article-content .article-content-img .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 116px;
      height: 81px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .article-content .article-header {
    position: relative;
    z-index: 5; }
    .article-content .article-header .date {
      display: none;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: var(--white); }
  .article-content .article-text-wrap {
    padding-top: 16px;
    max-width: 860px;
    width: 100%;
    margin: 0 auto; }

.article-nav {
  margin-top: 32px;
  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: 10px; }
  .article-nav .article-nav-btn {
    padding: 0;
    border: none;
    min-height: 24px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .article-nav .article-nav-btn:hover, .article-nav .article-nav-btn:focus {
        color: var(--yellow-color);
        background: transparent; }
        .article-nav .article-nav-btn:hover .icon-arrow, .article-nav .article-nav-btn:focus .icon-arrow {
          color: var(--white);
          background: var(--yellow-color);
          border-color: var(--yellow-color); } }

.articles-section {
  padding-bottom: 150px; }
  @media (max-width: 991.98px) {
    .articles-section {
      padding-bottom: 80px; } }
  .articles-section .articles-latest:not(:last-child) {
    margin-bottom: 48px; }
    @media (max-width: 767.98px) {
      .articles-section .articles-latest:not(:last-child) {
        margin-bottom: 16px; } }
  @media (min-width: 992px) {
    .articles-section .articles-wrapper {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: 20px; } }
  .articles-section .articles-section-title:not(:last-child) {
    margin-bottom: 48px; }
    @media (max-width: 991.98px) {
      .articles-section .articles-section-title:not(:last-child) {
        margin-bottom: 24px; } }
  @media (max-width: 991.98px) {
    .articles-section .articles-section-btn {
      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; } }

.articles-grid {
  gap: 20px; }
  @media (min-width: 768px) {
    .articles-grid {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767.98px) {
    .articles-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .articles-grid:not(:last-child) {
    margin-bottom: 48px; }
    @media (max-width: 767.98px) {
      .articles-grid:not(:last-child) {
        margin-bottom: 24px; } }

.article-card {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-bottom: 24px;
  gap: 19px;
  border-bottom: 1px solid var(--outline); }
  @media (max-width: 991.98px) {
    .article-card {
      border-bottom: none;
      padding-bottom: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 12px; } }
  .article-card .article-date {
    display: none; }
    .article-card .article-date:not(:last-child) {
      margin-bottom: 20px; }
    @media (max-width: 991.98px) {
      .article-card .article-date {
        position: absolute;
        z-index: 10;
        top: 16px;
        left: 16px; } }
  .article-card .article-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 181px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    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; }
    @media (max-width: 991.98px) {
      .article-card .article-img {
        width: 100%; } }
    .article-card .article-img picture,
    .article-card .article-img img {
      width: 100%;
      border-radius: var(--border-radius); }
  .article-card .article-wrap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .article-card .article-title {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.4px;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .article-card .article-title {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.02em; } }
    .article-card .article-title:not(:last-child) {
      margin-bottom: 8px; }
      @media (max-width: 575.98px) {
        .article-card .article-title:not(:last-child) {
          margin-bottom: 0; } }
    .article-card .article-title a {
      color: var(--black-color);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -moz-box;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-clamp: 3;
      box-orient: vertical; }
      .article-card .article-title a:hover, .article-card .article-title a:focus {
        text-decoration: none;
        color: var(--yellow-color); }
  .article-card .article-announce {
    color: var(--text);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-word; }
    @media (max-width: 575.98px) {
      .article-card .article-announce {
        display: none; } }
    .article-card .article-announce:empty {
      display: none; }
    .article-card .article-announce:not(:last-child) {
      margin-bottom: 8px; }
  .article-card .btn {
    margin-top: auto; }
    @media (max-width: 991.98px) {
      .article-card .btn {
        display: none; } }

.latest-news {
  padding-top: 60px; }
  .latest-news .latest-news-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .latest-news .latest-news-top:not(:last-child) {
      margin-bottom: 48px; }
      @media (max-width: 991.98px) {
        .latest-news .latest-news-top:not(:last-child) {
          margin-bottom: 24px; } }
    @media (max-width: 991.98px) {
      .latest-news .latest-news-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .latest-news .latest-news-text {
    color: var(--text);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    /* 150% */ }
    @media (min-width: 992px) {
      .latest-news .latest-news-text {
        padding-top: 10px;
        width: calc(50% - 16px) !important; } }
    @media (max-width: 991.98px) {
      .latest-news .latest-news-text {
        font-size: 14px;
        line-height: 20px; } }
  .latest-news .latest-news-wrap:not(:last-child) {
    margin-bottom: 82px; }
    @media (max-width: 991.98px) {
      .latest-news .latest-news-wrap:not(:last-child) {
        margin-bottom: 16px; } }
  @media (max-width: 991.98px) {
    .latest-news .latest-news-slider {
      position: relative;
      overflow: hidden;
      padding-bottom: 64px; } }
  @media (min-width: 992px) {
    .latest-news .swiper-wrapper {
      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: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      gap: 24px 20px; }
      .latest-news .swiper-wrapper .swiper-slide {
        width: calc(50% - 10px);
        margin-left: auto; } }
  .latest-news .latest-news-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 991.98px) {
      .latest-news .latest-news-btn {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  @media (min-width: 992px) {
    .latest-news .article-card {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
      .latest-news .article-card:last-child {
        padding-bottom: 0;
        border-bottom: none; }
      .latest-news .article-card:first-child {
        position: absolute;
        top: 0;
        left: 0;
        padding-bottom: 0;
        border-bottom: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .latest-news .article-card:first-child .article-img {
          width: 100%;
          min-height: 100%; }
          .latest-news .article-card:first-child .article-img picture,
          .latest-news .article-card:first-child .article-img img {
            width: 100%;
            height: 100%;
            border-radius: var(--border-radius);
            -o-object-fit: cover;
               object-fit: cover; }
        .latest-news .article-card:first-child .article-date {
          position: absolute;
          z-index: 10;
          top: 24px;
          left: 24px; }
        .latest-news .article-card:first-child .article-title {
          position: absolute;
          top: 100%;
          left: 0;
          padding: 16px 170px 16px 0;
          color: var(--black-color); }
          .latest-news .article-card:first-child .article-title a {
            color: var(--black-color);
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            word-break: break-word;
            -webkit-transition: color 0.3s ease;
            transition: color 0.3s ease; } }
        @media (min-width: 992px) and (any-hover: hover) {
          .latest-news .article-card:first-child .article-title a:hover, .latest-news .article-card:first-child .article-title a:focus {
            color: var(--yellow-color); } }
  @media (min-width: 992px) {
        .latest-news .article-card:first-child .article-announce {
          display: none; }
        .latest-news .article-card:first-child .btn {
          position: absolute;
          top: 100%;
          right: 0;
          margin-top: 19px; } }
  @media (max-width: 575.98px) {
    .latest-news .article-card {
      min-height: 328px; } }

@media (max-width: 991.98px) {
  [js-latest-news-slider] {
    position: relative;
    overflow: hidden;
    padding-bottom: 64px !important; } }

@media (min-width: 992px) {
  [js-latest-news-slider] .swiper-button-next,
  [js-latest-news-slider] .swiper-button-prev,
  [js-latest-news-slider] .swiper-pagination {
    display: none; } }

[js-latest-news-slider] .swiper-button-next {
  right: 0; }

[js-latest-news-slider] .swiper-button-prev {
  left: 0; }

[js-latest-news-slider] .swiper-button-next,
[js-latest-news-slider] .swiper-button-prev {
  top: auto !important;
  bottom: 0; }
  @media (min-width: 992px) {
    [js-latest-news-slider] .swiper-button-next,
    [js-latest-news-slider] .swiper-button-prev {
      display: none; } }

[js-latest-news-slider] .swiper-pagination {
  --swiper-pagination-bottom: 15px;
  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;
  max-width: calc(100% - 80px);
  left: 50% !important;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media (min-width: 992px) {
    [js-latest-news-slider] .swiper-pagination {
      display: none; } }

.page-portfolio-root .portfolio-section,
.page-portfolio-rubric .portfolio-section,
.page-post-text .portfolio-section {
  padding-top: 0; }

.page-portfolio-root .portfolio-section .pagination-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.portfolio-section .pagination-wrap {
  margin-top: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 991.98px) {
    .portfolio-section .pagination-wrap {
      margin-top: 24px; } }

.portfolio-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -32px -32px 0; }
  @media (max-width: 767.98px) {
    .portfolio-grid {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0;
      row-gap: 24px; } }

.portfolio-card {
  width: 50%;
  padding: 0 32px 32px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 767.98px) {
    .portfolio-card {
      padding: 0;
      width: 100%; } }
  .portfolio-card:focus .portfolio-card-btn {
    opacity: 1;
    pointer-events: initial; }
  @media (any-hover: hover) {
    .portfolio-card:hover .portfolio-card-btn {
      opacity: 1;
      pointer-events: initial; } }
  .portfolio-card .portfolio-card-top {
    margin-bottom: -22px; }
  .portfolio-card .portfolio-card-badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 68px;
    padding: 12px 16px 32px 16px;
    border-radius: 16px 16px 0px 0px;
    background: #054e87;
    gap: 12px;
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .portfolio-card .portfolio-card-badge:hover, .portfolio-card .portfolio-card-badge:focus {
        opacity: 0.8;
        text-decoration: none; }
        .portfolio-card .portfolio-card-badge:hover .portfolio-card-badge-title, .portfolio-card .portfolio-card-badge:focus .portfolio-card-badge-title {
          text-decoration: none; } }
  .portfolio-card .portfolio-card-badge-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 24px;
    height: 24px; }
  .portfolio-card .portfolio-card-wrap {
    position: relative;
    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-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-radius: var(--border-radius);
    background: var(--White, #ffffff);
    -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06); }
  .portfolio-card .portfolio-card-content {
    padding: 36px 32px 24px; }
    @media (max-width: 991.98px) {
      .portfolio-card .portfolio-card-content {
        padding: 24px 20px 16px; } }
  .portfolio-card .portfolio-card-title {
    color: var(--black-color);
    font-size: 32px;
    font-weight: 600;
    line-height: 40px; }
    @media (max-width: 991.98px) {
      .portfolio-card .portfolio-card-title {
        font-size: 20px;
        line-height: 24px; } }
    .portfolio-card .portfolio-card-title a {
      color: var(--black-color);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .portfolio-card .portfolio-card-title a:focus {
        color: var(--yellow-color); }
      @media (any-hover: hover) {
        .portfolio-card .portfolio-card-title a:hover {
          color: var(--yellow-color);
          text-decoration: none; } }
    .portfolio-card .portfolio-card-title:not(:last-child) {
      margin-bottom: 24px; }
      @media (max-width: 991.98px) {
        .portfolio-card .portfolio-card-title:not(:last-child) {
          margin-bottom: 12px; } }
  .portfolio-card .portfolio-card-announce {
    color: var(--grey-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
    @media (max-width: 991.98px) {
      .portfolio-card .portfolio-card-announce {
        font-size: 14px;
        line-height: 20px; } }
    .portfolio-card .portfolio-card-announce:not(:last-child) {
      margin-bottom: 16px; }
  .portfolio-card .portfolio-card-img {
    position: relative;
    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;
    overflow: hidden;
    margin-top: auto;
    border-radius: 0 0 24px 24px; }
    @media (max-width: 991.98px) {
      .portfolio-card .portfolio-card-img {
        border-radius: 0 0 20px 20px; } }
    .portfolio-card .portfolio-card-img::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%); }
    .portfolio-card .portfolio-card-img picture,
    .portfolio-card .portfolio-card-img img {
      border-radius: 0 0 24px 24px; }
      @media (max-width: 991.98px) {
        .portfolio-card .portfolio-card-img picture,
        .portfolio-card .portfolio-card-img img {
          width: 100%;
          border-radius: 0 0 20px 20px; } }
  .portfolio-card .portfolio-card-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0;
    pointer-events: none;
    min-height: 40px;
    padding: 4px 20px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400; }
    .portfolio-card .portfolio-card-btn .icon-arrow {
      background: var(--white);
      color: var(--yellow-color); }
    @media (any-hover: hover) {
      .portfolio-card .portfolio-card-btn:hover, .portfolio-card .portfolio-card-btn:focus {
        background: var(--white); }
        .portfolio-card .portfolio-card-btn:hover .icon-arrow, .portfolio-card .portfolio-card-btn:focus .icon-arrow {
          background: var(--yellow-color);
          color: var(--white); } }

.info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px; }
  .info-block .info-block-item {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 16px;
    gap: 8px;
    color: var(--text);
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    background: var(--white);
    border-radius: 50px;
    border: 1px solid rgba(52, 71, 253, 0.12);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer; }
    @media (max-width: 991.98px) {
      .info-block .info-block-item:first-child span {
        left: 0;
        -webkit-transform: translate(0, 10px);
            -ms-transform: translate(0, 10px);
                transform: translate(0, 10px); } }
    .info-block .info-block-item::after {
      content: "i";
      position: absolute;
      top: -4px;
      right: -3px;
      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: 16px;
      height: 16px;
      font-size: 12px;
      line-height: 1;
      color: var(--yellow-color);
      border-radius: 50px;
      background: #eaecfa;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media (min-width: 992px) {
        .info-block .info-block-item::after {
          display: none; } }
    @media (max-width: 991.98px) {
      .info-block .info-block-item {
        width: 40px;
        height: 40px;
        border-radius: 100px; } }
    @media (min-width: 992px) {
      .info-block .info-block-item:hover, .info-block .info-block-item:focus {
        border-color: var(--yellow-color);
        color: var(--yellow-color); } }
    @media (max-width: 991.98px) {
      .info-block .info-block-item:hover:first-child span, .info-block .info-block-item:focus:first-child span {
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); }
      .info-block .info-block-item:hover::after, .info-block .info-block-item:focus::after {
        color: var(--white);
        background: var(--yellow-color); }
      .info-block .info-block-item:hover span, .info-block .info-block-item:focus span {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0); } }
    .info-block .info-block-item .icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 16px;
      height: 16px;
      color: var(--yellow-color); }
    @media (max-width: 991.98px) {
      .info-block .info-block-item span {
        position: absolute;
        bottom: 140%;
        left: 90%;
        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;
        height: 40px;
        min-width: 195px;
        padding: 10px 16px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(-50%, 10px);
            -ms-transform: translate(-50%, 10px);
                transform: translate(-50%, 10px);
        border-radius: 8px;
        background: var(--white);
        -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
                box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }

.rubrics-nav {
  padding-right: 100px !important; }
  .rubrics-nav:not(:last-child) {
    margin-bottom: 32px; }
    @media (max-width: 991.98px) {
      .rubrics-nav:not(:last-child) {
        margin-bottom: 24px; } }
  .rubrics-nav:not(.swiper-initialized) {
    overflow: hidden; }
    .rubrics-nav:not(.swiper-initialized) .swiper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 8px; }
    .rubrics-nav:not(.swiper-initialized) .swiper-slide {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
  .rubrics-nav .rubric-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .rubrics-nav .rubric {
    height: 48px;
    white-space: nowrap;
    padding: 2px 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    border-radius: 100px;
    background: var(--white);
    border: 1px solid var(--white);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rubrics-nav .rubric:hover, .rubrics-nav .rubric:focus {
      border-color: var(--yellow-color);
      text-decoration: none; }
      .rubrics-nav .rubric:hover span, .rubrics-nav .rubric:focus span {
        text-decoration: none; }
    .rubrics-nav .rubric.active {
      color: var(--white);
      border-color: var(--yellow-color);
      background: var(--yellow-color); }
    @media (max-width: 991.98px) {
      .rubrics-nav .rubric {
        font-size: 14px;
        height: 40px; } }
  .rubrics-nav .rubrics-buttons-nav {
    position: absolute;
    z-index: 9;
    height: 48px;
    top: 50%;
    right: 0;
    width: 105px;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: var(--outline);
    -webkit-box-shadow: 0 0 0 1px var(--outline);
            box-shadow: 0 0 0 1px var(--outline); }
    @media (max-width: 767.98px) {
      .rubrics-nav .rubrics-buttons-nav {
        display: none; } }
  .rubrics-nav .swiper-button-prev,
  .rubrics-nav .swiper-button-next {
    position: static;
    margin-top: 0;
    background: #eaecfa;
    color: var(--yellow-color);
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0); }
    .rubrics-nav .swiper-button-prev::after,
    .rubrics-nav .swiper-button-next::after {
      color: var(--yellow-color); }
    .rubrics-nav .swiper-button-prev:hover, .rubrics-nav .swiper-button-prev:focus,
    .rubrics-nav .swiper-button-next:hover,
    .rubrics-nav .swiper-button-next:focus {
      background: var(--yellow-color); }
      .rubrics-nav .swiper-button-prev:hover::after, .rubrics-nav .swiper-button-prev:focus::after,
      .rubrics-nav .swiper-button-next:hover::after,
      .rubrics-nav .swiper-button-next:focus::after {
        color: var(--white); }

.post-section {
  padding-top: 10px; }
  .post-section .post-section-wrap:not(:last-child) {
    margin-bottom: 94px; }
    @media (max-width: 991.98px) {
      .post-section .post-section-wrap:not(:last-child) {
        margin-bottom: 80px; } }
  .post-section .post-section-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    border-radius: var(--border-radius);
    background: var(--white); }
    @media (max-width: 991.98px) {
      .post-section .post-section-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 16px;
        padding: 24px 16px;
        margin: 0 -16px; } }
  @media (min-width: 992px) {
    .post-section .post-section-col:nth-child(2n + 1) {
      width: 408px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      padding-right: 24px; }
    .post-section .post-section-col:nth-child(2n + 2) {
      width: calc(100% - 408px); } }
  @media (max-width: 991.98px) {
    .post-section .post-section-col {
      width: 100%; } }
  @media (min-width: 992px) {
    .post-section .post-section-top {
      padding-bottom: 16px; } }
  .post-section .post-section-top:not(:last-child) {
    margin-bottom: 16px; }
    @media (min-width: 992px) {
      .post-section .post-section-top:not(:last-child) {
        border-bottom: 1px solid #f4f4f4; } }
    @media (max-width: 991.98px) {
      .post-section .post-section-top:not(:last-child) {
        margin-bottom: 24px; } }
  .post-section .post-section-title {
    color: var(--black-color);
    font-size: 40px;
    font-weight: 500;
    line-height: 48px; }
    @media (max-width: 991.98px) {
      .post-section .post-section-title {
        font-size: 32px;
        line-height: 36px; } }
    .post-section .post-section-title:not(:last-child) {
      margin-bottom: 12px; }
      @media (max-width: 991.98px) {
        .post-section .post-section-title:not(:last-child) {
          margin-bottom: 16px; } }
  .post-section .post-section-description .text-formatted {
    color: var(--grey-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
    @media (max-width: 991.98px) {
      .post-section .post-section-description .text-formatted {
        font-size: 14px;
        line-height: 20px; } }

.nav-buttons {
  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: 16px;
  margin-top: 32px; }
  @media (max-width: 991.98px) {
    .nav-buttons {
      margin-top: 24px; } }
  .nav-buttons .nav-link-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (max-width: 991.98px) {
      .nav-buttons .nav-link-item {
        gap: 8px; } }
    @media (any-hover: hover) {
      .nav-buttons .nav-link-item:hover, .nav-buttons .nav-link-item:focus {
        color: var(--yellow-color);
        text-decoration: none; }
        .nav-buttons .nav-link-item:hover .icon-arrow, .nav-buttons .nav-link-item:focus .icon-arrow {
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg); } }

@media (max-width: 991.98px) {
  .section-top-product .section-top-product-wrap {
    margin: 0 -16px; } }

.top-product-slider .top-product-item {
  height: auto !important;
  padding: 48px;
  border-radius: var(--border-radius);
  background: var(--stroke); }
  @media (max-width: 991.98px) {
    .top-product-slider .top-product-item {
      padding: 32px 16px 152px;
      border-radius: 0; } }

.top-product-slider .top-product-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px 18px; }
  @media (max-width: 991.98px) {
    .top-product-slider .top-product-item-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.top-product-slider .top-product-item-content {
  width: 33.23%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 1199.98px) {
    .top-product-slider .top-product-item-content {
      width: 36%; } }
  @media (max-width: 991.98px) {
    .top-product-slider .top-product-item-content {
      width: 100%; } }
  @media (max-width: 991.98px) {
    .top-product-slider .top-product-item-content .btn {
      position: absolute;
      bottom: 32px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }

.top-product-slider .top-product-item-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--black-color);
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  /* 125% */
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer; }
  @media (any-hover: hover) {
    .top-product-slider .top-product-item-title:hover, .top-product-slider .top-product-item-title:focus {
      text-decoration: none;
      color: var(--yellow-color); } }
  @media (max-width: 991.98px) {
    .top-product-slider .top-product-item-title {
      font-size: 20px;
      line-height: 28px;
      letter-spacing: 0.4px; } }
  .top-product-slider .top-product-item-title:not(:last-child) {
    margin-bottom: 20px; }
    @media (max-width: 991.98px) {
      .top-product-slider .top-product-item-title:not(:last-child) {
        margin-bottom: 16px; } }

.top-product-slider .top-product-item-description {
  color: #000000; }
  .top-product-slider .top-product-item-description:not(:last-child) {
    margin-bottom: 20px; }
    @media (max-width: 991.98px) {
      .top-product-slider .top-product-item-description:not(:last-child) {
        margin-bottom: 16px; } }
  .top-product-slider .top-product-item-description p {
    margin: 0; }
    .top-product-slider .top-product-item-description p:not(:last-child) {
      margin-bottom: 24px; }

.top-product-slider .top-product-item-images {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px; }
  @media (max-width: 991.98px) {
    .top-product-slider .top-product-item-images {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.top-product-slider .top-product-gallery {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  height: 100%;
  width: 375px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (max-width: 1199.98px) {
    .top-product-slider .top-product-gallery {
      width: 320px;
      min-height: 240px; } }

.top-product-slider .top-product-gallery-img {
  width: 100%;
  height: 100%;
  background: var(--stroke); }
  .top-product-slider .top-product-gallery-img:not(:first-child) {
    display: none; }
  .top-product-slider .top-product-gallery-img picture,
  .top-product-slider .top-product-gallery-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down; }

.top-product-slider .top-product-thumbs {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1199.98px) {
    .top-product-slider .top-product-thumbs {
      gap: 8px; } }

.top-product-slider .top-product-thumbs-img {
  width: calc(50% - 9px);
  height: 275px;
  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;
  border: 1px solid var(--outline);
  cursor: pointer;
  border-radius: var(--border-radius);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 1199.98px) {
    .top-product-slider .top-product-thumbs-img {
      width: 80px;
      height: 80px;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
  .top-product-slider .top-product-thumbs-img:first-child {
    border-color: var(--yellow-color); }
  .top-product-slider .top-product-thumbs-img:not(:nth-child(-n + 2)) {
    display: none; }
  .top-product-slider .top-product-thumbs-img picture,
  .top-product-slider .top-product-thumbs-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    border-radius: var(--border-radius); }
  @media (any-hover: hover) {
    .top-product-slider .top-product-thumbs-img:hover, .top-product-slider .top-product-thumbs-img:focus {
      border-color: var(--yellow-color); } }

.top-product-slider .top-product-slider-nav {
  position: absolute;
  bottom: 52px;
  right: 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  gap: 28px; }
  @media (max-width: 991.98px) {
    .top-product-slider .top-product-slider-nav {
      width: 100%;
      left: 0;
      right: 0;
      bottom: 88px;
      padding: 0 16px; } }
  .top-product-slider .top-product-slider-nav .swiper-pagination,
  .top-product-slider .top-product-slider-nav .swiper-button-prev,
  .top-product-slider .top-product-slider-nav .swiper-button-next {
    position: static; }
  .top-product-slider .top-product-slider-nav .swiper-pagination {
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
            transform: translateX(0) !important; }

.top-product-slider .product-stickers:not(:last-child) {
  margin-bottom: 24px; }

.top-product-slider .btn {
  margin-top: auto; }

.our-experts-section {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 992px) {
    .our-experts-section .section-title:not(:last-child) {
      margin-bottom: 48px; } }
  .our-experts-section .our-experts-slider {
    position: relative;
    padding-bottom: 80px; }
    @media (max-width: 991.98px) {
      .our-experts-section .our-experts-slider {
        padding-bottom: 64px;
        overflow: hidden; } }
    .our-experts-section .our-experts-slider:not(.swiper-initialized) .swiper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      margin: 0 -20px -20px 0; }
      @media (max-width: 767.98px) {
        .our-experts-section .our-experts-slider:not(.swiper-initialized) .swiper-wrapper {
          margin: 0 -16px -16px 0; } }
    .our-experts-section .our-experts-slider:not(.swiper-initialized) .swiper-slide {
      width: 25%;
      padding: 0 20px 20px 0; }
      @media (max-width: 991.98px) {
        .our-experts-section .our-experts-slider:not(.swiper-initialized) .swiper-slide {
          width: 33.333%; } }
      @media (max-width: 767.98px) {
        .our-experts-section .our-experts-slider:not(.swiper-initialized) .swiper-slide {
          width: 50%;
          padding: 0 16px 16px 0; } }
      @media (max-width: 575.98px) {
        .our-experts-section .our-experts-slider:not(.swiper-initialized) .swiper-slide {
          width: 100%; } }

.our-experts-card {
  overflow: hidden;
  cursor: pointer; }
  .our-experts-card .our-experts-card-img {
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius); }
    .our-experts-card .our-experts-card-img:not(:last-child) {
      margin-bottom: 16px; }
    .our-experts-card .our-experts-card-img picture,
    .our-experts-card .our-experts-card-img img {
      border-radius: var(--border-radius); }
  .our-experts-card .our-experts-title {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.4px;
    text-transform: uppercase; }
    .our-experts-card .our-experts-title:not(:last-child) {
      margin-bottom: 4px; }
  .our-experts-card .our-experts-position {
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px; }

.section-error {
  padding-top: 39px; }
  @media (max-width: 767.98px) {
    .section-error {
      padding-top: 16px; } }
  .section-error.error-search {
    padding-top: 64px; }
    @media (max-width: 767.98px) {
      .section-error.error-search {
        padding-top: 24px; } }
    .section-error.error-search .section-error-wrap {
      max-width: 800px;
      text-align: center; }
    .section-error.error-search .section-error-title {
      color: var(--black-color);
      font-size: 40px;
      font-weight: 500;
      line-height: 48px;
      letter-spacing: 0.8px; }
      .section-error.error-search .section-error-title:not(:last-child) {
        margin-bottom: 29px; }
        @media (max-width: 991.98px) {
          .section-error.error-search .section-error-title:not(:last-child) {
            margin-bottom: 16px; } }
      @media (max-width: 767.98px) {
        .section-error.error-search .section-error-title {
          font-size: 24px;
          line-height: 30px;
          letter-spacing: 0.02em; } }
    .section-error.error-search .section-error-text {
      max-width: 554px;
      line-height: 24px; }
      .section-error.error-search .section-error-text:not(:last-child) {
        margin-bottom: 64px; }
        @media (max-width: 767.98px) {
          .section-error.error-search .section-error-text:not(:last-child) {
            margin-bottom: 48px; } }
    .section-error.error-search .section-error-img {
      width: 440px;
      height: 205px;
      margin-right: auto;
      margin-left: auto; }
      @media (max-width: 767.98px) {
        .section-error.error-search .section-error-img {
          width: 246px;
          height: 114px; } }
      .section-error.error-search .section-error-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: scale-down;
           object-fit: scale-down; }
      @media (max-width: 991.98px) {
        .section-error.error-search .section-error-img:not(:last-child) {
          margin-bottom: 48px; } }
    @media (min-width: 992px) {
      .section-error.error-search .section-error-btn {
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%); } }
  .section-error .section-error-wrap {
    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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 861px;
    margin: 0 auto; }
  .section-error .section-error-top {
    position: relative;
    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;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    min-height: 496px; }
    .section-error .section-error-top:not(:last-child) {
      margin-bottom: 32px; }
    @media (max-width: 991.98px) {
      .section-error .section-error-top {
        min-height: 328px; } }
  .section-error .section-error-subtitle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: auto;
    z-index: -1;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    color: var(--outline);
    text-align: center;
    font-size: 418px;
    font-weight: 700;
    line-height: 500px;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .section-error .section-error-subtitle {
        font-size: 158px;
        line-height: 200px; } }
  .section-error .section-error-title {
    color: var(--black-color);
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    text-transform: uppercase; }
    .section-error .section-error-title:not(:last-child) {
      margin-bottom: 24px; }
    @media (max-width: 767.98px) {
      .section-error .section-error-title {
        font-size: 32px;
        line-height: 38px; } }
  .section-error .section-error-text {
    max-width: 554px;
    margin-left: auto;
    margin-right: auto;
    color: #6b6b6b;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
    .section-error .section-error-text:not(:last-child) {
      margin-bottom: 32px; }
  .section-error .section-error-img {
    width: 440px;
    height: 205px;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 767.98px) {
      .section-error .section-error-img {
        width: 246px;
        height: 114px; } }
    .section-error .section-error-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
    @media (max-width: 991.98px) {
      .section-error .section-error-img:not(:last-child) {
        margin-bottom: 48px; } }

.about-company {
  padding-top: 60px;
  padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .about-company {
      padding-top: 80px; } }
  .about-company .about-company-top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px 20px;
    margin-bottom: 60px; }
    @media (max-width: 991.98px) {
      .about-company .about-company-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media (max-width: 991.98px) {
    .about-company .default-form-col {
      margin: 0 -16px; } }
  .about-company .about-company-title {
    max-width: 350px; }
    .about-company .about-company-title:not(:last-child) {
      margin-bottom: 48px; }
      @media (max-width: 991.98px) {
        .about-company .about-company-title:not(:last-child) {
          margin-bottom: 24px; } }
    @media (max-width: 991.98px) {
      .about-company .about-company-title {
        font-size: 36px;
        font-weight: 500;
        line-height: 40px; } }
  .about-company .about-company-text .mCustomScrollbar {
    max-height: 310px;
    overflow: hidden; }
    @media (max-width: 991.98px) {
      .about-company .about-company-text .mCustomScrollbar {
        max-height: 300px; } }
  .about-company .about-company-text .scrollable {
    height: 400px; }
    @media (max-width: 991.98px) {
      .about-company .about-company-text .scrollable {
        height: 320px; } }
  .about-company .about-company-text .scroller {
    background: #020B25; }
  .about-company .about-company-video {
    position: relative;
    max-width: 1440px;
    margin: 0 auto; }
    @media (max-width: 767.98px) {
      .about-company .about-company-video {
        height: 220px; } }
  .about-company #video-company {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 767.98px) {
      .about-company #video-company {
        height: 220px; } }

.video-btn-sound {
  display: none;
  position: absolute;
  right: 16px;
  bottom: 102px;
  width: 32px;
  height: 32px;
  color: var(--white);
  background: transparent;
  border: none; }
  .video-btn-sound.muted::after {
    opacity: 1;
    visibility: visible; }
  .video-btn-sound::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    background-color: #eb512e;
    opacity: 1;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .video-btn-sound:hover, .video-btn-sound:focus {
    text-decoration: none;
    outline: none !important; }
  .video-btn-sound:active, .video-btn-sound:target {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

.video-control {
  position: absolute;
  width: 96px;
  height: 96px;
  left: 48px;
  bottom: 48px;
  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;
  background: transparent;
  border: none; }
  @media (max-width: 991.98px) {
    .video-control {
      bottom: 16px;
      width: 64px;
      height: 64px; } }
  .video-control:hover, .video-control:focus {
    text-decoration: none;
    outline: none !important; }
  .video-control:active, .video-control:target {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .video-control .video-control-progressbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
    .video-control .video-control-progressbar .video-control-line {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%; }
      .video-control .video-control-progressbar .video-control-line.filled::after {
        width: 10px;
        height: 10px;
        background: #eb512e; }
        @media (max-width: 991.98px) {
          .video-control .video-control-progressbar .video-control-line.filled::after {
            width: 8px;
            height: 8px; } }
      .video-control .video-control-progressbar .video-control-line::after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--white);
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media (max-width: 991.98px) {
          .video-control .video-control-progressbar .video-control-line::after {
            width: 6px;
            height: 6px; } }
      .video-control .video-control-progressbar .video-control-line:nth-child(16n + 2) {
        -webkit-transform: rotate(22.5deg);
            -ms-transform: rotate(22.5deg);
                transform: rotate(22.5deg); }
      .video-control .video-control-progressbar .video-control-line:nth-child(16n + 3) {
        -webkit-transform: rotate(43deg);
            -ms-transform: rotate(43deg);
                transform: rotate(43deg); }
      .video-control .video-control-progressbar .video-control-line:nth-child(16n + 4) {
        -webkit-transform: rotate(65.5deg);
            -ms-transform: rotate(65.5deg);
                transform: rotate(65.5deg); }
      .video-control .video-control-progressbar .video-control-line:nth-child(16n + 5) {
        -webkit-transform: rotate(88deg);
            -ms-transform: rotate(88deg);
                transform: rotate(88deg); }
      .video-control .video-control-progressbar .video-control-line:nth-child(16n + 6) {
        -webkit-transform: rotate(110.5deg);
            -ms-transform: rotate(110.5deg);
                transform: rotate(110.5deg); }
      .video-control .video-control-progressbar .video-control-line:nth-child(16n + 7) {
        -webkit-transform: rotate(133deg);
            -ms-transform: rotate(133deg);
                transform: rotate(133deg); }
      .video-control .video-control-progressbar .video-control-line:nth-child(16n + 8) {
        -webkit-transform: rotate(155.5deg);
            -ms-transform: rotate(155.5deg);
                transform: rotate(155.5deg); }
      .video-control .video-control-progressbar .video-control-line:nth-child(16n + 9) {
        -webkit-transform: rotate(178deg);
            -ms-transform: rotate(178deg);
                transform: rotate(178deg); }
      .video-control .video-control-progressbar .video-control-line:nth-child(16n + 10) {
        -webkit-transform: rotate(200.5deg);
            -ms-transform: rotate(200.5deg);
                transform: rotate(200.5deg); }
      .video-control .video-control-progressbar .video-control-line:nth-child(16n + 11) {
        -webkit-transform: rotate(223deg);
            -ms-transform: rotate(223deg);
                transform: rotate(223deg); }
      .video-control .video-control-progressbar .video-control-line:nth-child(16n + 12) {
        -webkit-transform: rotate(245.5deg);
            -ms-transform: rotate(245.5deg);
                transform: rotate(245.5deg); }
      .video-control .video-control-progressbar .video-control-line:nth-child(16n + 13) {
        -webkit-transform: rotate(268deg);
            -ms-transform: rotate(268deg);
                transform: rotate(268deg); }
      .video-control .video-control-progressbar .video-control-line:nth-child(16n + 14) {
        -webkit-transform: rotate(290.5deg);
            -ms-transform: rotate(290.5deg);
                transform: rotate(290.5deg); }
      .video-control .video-control-progressbar .video-control-line:nth-child(16n + 15) {
        -webkit-transform: rotate(313deg);
            -ms-transform: rotate(313deg);
                transform: rotate(313deg); }
      .video-control .video-control-progressbar .video-control-line:nth-child(16n + 16) {
        -webkit-transform: rotate(335.5deg);
            -ms-transform: rotate(335.5deg);
                transform: rotate(335.5deg); }
  .video-control .video-control-pause,
  .video-control .video-control-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: var(--white); }
    @media (max-width: 991.98px) {
      .video-control .video-control-pause,
      .video-control .video-control-play {
        width: 16px; } }
  .video-control:not(.playing) .video-control-pause,
  .video-control.playing .video-control-play {
    display: none; }

.category-section {
  padding-bottom: 120px; }
  @media (max-width: 991.98px) {
    .category-section {
      padding-bottom: 80px; } }
  .page-category-sublist .category-section {
    padding-top: 24px;
    margin-top: 0; }
  .category-section .category-section-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 60px; }
    .category-section .category-section-grid:not(:last-child) {
      margin-bottom: 40px; }
      @media (max-width: 767.98px) {
        .category-section .category-section-grid:not(:last-child) {
          padding-top: 24px; } }
    @media (max-width: 767.98px) {
      .category-section .category-section-grid {
        row-gap: 40px; } }
  .category-section .category-section-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0 -20px -20px 0; }
    @media (max-width: 767.98px) {
      .category-section .category-section-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 16px;
        margin: 0; } }
  @media (max-width: 767.98px) {
    .category-section .category-section-btn {
      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; } }

.category-card {
  width: 34.85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 20px 20px 0; }
  .category-card:nth-child(4n + 1), .category-card:nth-child(4n + 4) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (min-width: 992px) {
      .category-card:nth-child(4n + 1), .category-card:nth-child(4n + 4) {
        width: 65.15%; } }
  .category-card.item-wide {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (min-width: 992px) {
      .category-card.item-wide {
        width: 65.15%; } }
    @media (max-width: 767.98px) {
      .category-card.item-wide .category-card-img {
        padding: 16px; } }
  @media (max-width: 991.98px) {
    .category-card {
      width: 50%; } }
  @media (max-width: 767.98px) {
    .category-card {
      width: 100%;
      padding: 0; } }
  .category-card .category-card-wrap {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: var(--border-radius);
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .category-card .category-card-wrap:hover, .category-card .category-card-wrap:focus {
        -webkit-box-shadow: 0 0 6px 3px rgba(110, 110, 110, 0.1);
                box-shadow: 0 0 6px 3px rgba(110, 110, 110, 0.1);
        text-decoration: none; }
        .category-card .category-card-wrap:hover .category-card-btn, .category-card .category-card-wrap:focus .category-card-btn {
          opacity: 1;
          visibility: visible; } }
  .category-card .category-card-link {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: var(--stroke); }
  .category-card .category-card-img {
    position: relative;
    padding: 50px;
    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;
    min-height: 440px; }
    @media (max-width: 991.98px) {
      .category-card .category-card-img {
        min-height: 328px; } }
  .category-card .category-card-title {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    padding: 24px;
    color: var(--black-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (max-width: 991.98px) {
      .category-card .category-card-title {
        padding: 16px; } }
    @media (any-hover: hover) {
      .category-card .category-card-title:hover, .category-card .category-card-title:focus {
        color: var(--yellow-color); } }
    .category-card .category-card-title:not(:last-child) {
      margin-bottom: 14px; }
      @media (max-width: 991.98px) {
        .category-card .category-card-title:not(:last-child) {
          margin-bottom: 12px; } }
    @media (max-width: 991.98px) {
      .category-card .category-card-title {
        font-size: 14px; } }
  .category-card .category-card-sticker {
    position: absolute;
    z-index: 5;
    bottom: 24px;
    left: 24px;
    min-height: 28px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 2px 16px;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 50px;
    border: 1px solid var(--black-color); }
  .category-card .category-card-btn {
    position: absolute;
    bottom: 24px;
    right: 24px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 100px; }

.section-catalog {
  padding-top: 0; }
  .section-catalog .section-catalog-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; }
    .section-catalog .section-catalog-list:not(:first-child) {
      display: none; }
    .section-catalog .section-catalog-list:not(:last-child) {
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .section-catalog .section-catalog-list:not(:last-child) {
          margin-bottom: 16px; } }
    @media (max-width: 991.98px) {
      .section-catalog .section-catalog-list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 16px; } }
    @media (max-width: 767.98px) {
      .section-catalog .section-catalog-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }

.page-load .catalog-card .catalog-card-img {
  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; }
  .page-load .catalog-card .catalog-card-img picture, .page-load .catalog-card .catalog-card-img img {
    width: 262px;
    height: auto; }
    @media (min-width: 1440px) {
      .page-load .catalog-card .catalog-card-img picture, .page-load .catalog-card .catalog-card-img img {
        width: 370px; } }

.catalog-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .catalog-card .catalog-card-link {
    width: 100%;
    min-height: 100%;
    padding: 24px;
    border-radius: var(--border-radius);
    border: 1px solid rgba(235, 235, 235, 0.4);
    background: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease; }
    .catalog-card .catalog-card-link:hover, .catalog-card .catalog-card-link:focus {
      text-decoration: none;
      border-color: var(--yellow-color); }
    @media (max-width: 991.98px) {
      .catalog-card .catalog-card-link {
        padding: 16px; } }
  .catalog-card .catalog-card-img {
    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;
    min-height: 262px; }
    @media (max-width: 991.98px) {
      .catalog-card .catalog-card-img {
        min-height: 204px; } }
    .catalog-card .catalog-card-img:not(:last-child) {
      margin-bottom: 24px; }
      @media (max-width: 991.98px) {
        .catalog-card .catalog-card-img:not(:last-child) {
          margin-bottom: 16px; } }
    @media (max-width: 1440px) {
      .catalog-card .catalog-card-img picture, .catalog-card .catalog-card-img img {
        max-width: 262px; } }
  .catalog-card .catalog-card-title {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .catalog-card .catalog-card-title:hover, .catalog-card .catalog-card-title:focus {
        color: var(--yellow-color); } }
    .catalog-card .catalog-card-title:not(:last-child) {
      margin-bottom: 14px; }
      @media (max-width: 991.98px) {
        .catalog-card .catalog-card-title:not(:last-child) {
          margin-bottom: 12px; } }
    @media (max-width: 991.98px) {
      .catalog-card .catalog-card-title {
        font-size: 14px; } }
  .catalog-card .catalog-card-bottom {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px; }
  .catalog-card .catalog-card-price {
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.02em;
    text-transform: uppercase; }
    .catalog-card .catalog-card-price span {
      font-size: 14px;
      font-weight: 500;
      line-height: 32px;
      letter-spacing: 0.02em;
      text-transform: none; }
    @media (max-width: 991.98px) {
      .catalog-card .catalog-card-price {
        font-size: 24px; } }
  @media (max-width: 991.98px) {
    .catalog-card .catalog-card-btn {
      min-height: 40px; } }

.fancybox-content .section-default-form {
  max-width: 1146px; }

.section-default-form {
  background: var(--white);
  border-radius: var(--border-radius); }
  .section-default-form .default-form-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-radius: var(--border-radius);
    -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04);
            box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04); }
    @media (max-width: 991.98px) {
      .section-default-form .default-form-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .section-default-form .default-form-col {
    position: relative;
    z-index: 5;
    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-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 463px; }
    @media (max-width: 991.98px) {
      .section-default-form .default-form-col {
        width: 100%;
        min-height: 258px; } }
    .section-default-form .default-form-col:first-child {
      width: 44.2%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      padding: 48px; }
      @media (max-width: 991.98px) {
        .section-default-form .default-form-col:first-child {
          width: 100%;
          padding: 40px 16px 24px; } }
  .section-default-form .section-title {
    color: var(--black-color);
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
    text-transform: none; }
    .section-default-form .section-title:not(:last-child) {
      margin-bottom: 26px; }
      @media (max-width: 991.98px) {
        .section-default-form .section-title:not(:last-child) {
          margin-bottom: 12px; } }
    @media (max-width: 991.98px) {
      .section-default-form .section-title {
        font-size: 28px;
        line-height: 38px;
        text-align: center; } }
  .section-default-form .default-form-description {
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
    .section-default-form .default-form-description p {
      margin-bottom: 0; }
      .section-default-form .default-form-description p:not(:last-child) {
        margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .section-default-form .default-form-description {
        max-height: 200px;
        overflow-y: auto; }
        .section-default-form .default-form-description::-webkit-scrollbar {
          width: 4px;
          border-radius: 2px;
          background-color: #EBEBEB; }
        .section-default-form .default-form-description::-webkit-scrollbar-button {
          width: 0;
          height: 0; }
        .section-default-form .default-form-description::-webkit-scrollbar-track {
          background: #EBEBEB; }
        .section-default-form .default-form-description::-webkit-scrollbar-thumb {
          background: #020B25;
          border-radius: 2px; } }
  .section-default-form .form-style-popup {
    width: 100%;
    max-width: 100%; }
    @media (max-width: 991.98px) {
      .section-default-form .form-style-popup {
        padding: 32px 16px; } }
  .section-default-form .form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background: var(--stroke);
    border-radius: var(--border-radius); }

.section-utp-main {
  background: var(--outline); }

.utp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -32px -32px 0; }
  @media (max-width: 1199.98px) {
    .utp {
      margin: 0 -16px -16px 0; } }
  @media (max-width: 767.98px) {
    .utp {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 8px;
      margin: 0; } }
  .utp .utp-item {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 32px 32px 0; }
    @media (max-width: 1199.98px) {
      .utp .utp-item {
        padding: 0 16px 16px 0; } }
    @media (max-width: 991.98px) {
      .utp .utp-item {
        width: 50%; } }
    @media (max-width: 767.98px) {
      .utp .utp-item {
        width: 100%;
        padding: 0; } }
  .utp .utp-item-wrap {
    position: relative;
    min-height: 100%;
    padding: 24px 32px;
    border-radius: var(--border-radius);
    background: var(--white);
    -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04);
            box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer; }
    @media (max-width: 1199.98px) {
      .utp .utp-item-wrap {
        padding: 24px 20px; } }
    .utp .utp-item-wrap:hover, .utp .utp-item-wrap:focus {
      background: var(--blue-color); }
      .utp .utp-item-wrap:hover .utp-item-img svg path, .utp .utp-item-wrap:focus .utp-item-img svg path {
        fill: var(--white); }
      .utp .utp-item-wrap:hover .utp-item-img::after, .utp .utp-item-wrap:focus .utp-item-img::after {
        color: var(--white); }
      .utp .utp-item-wrap:hover .utp-item-title,
      .utp .utp-item-wrap:hover .utp-item-description, .utp .utp-item-wrap:focus .utp-item-title,
      .utp .utp-item-wrap:focus .utp-item-description {
        color: var(--white); }
    .utp .utp-item-wrap::after {
      content: "";
      position: absolute;
      top: 24px;
      right: 32px;
      width: 24px;
      height: 24px;
      pointer-events: none;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAYCAYAAAAPtVbGAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAASMSURBVHgBlVVZaFxlFP7+e2eSzJZMtmkySUhKSGuhidBWgqZYtFGEPgl9aMG6F0QRFKHUjbbgUxUKCkUKohh9iSKKBqHFB9EotKk+aKEx1ZhOZmnSNJk1s97jd2eSmZuxLZnzcO895z/Ld5b/XIUaSUT0SApvKwPLOUFSKezUAJcCQjw2DA3fdrnUb1YbDTXSvyvwFAzohsLNbg/GlOBDv0cdhQ0fQ6ERBu6vtqk5yNZmtUIjJoCuYBy76KHodOlvhBj4ikEAm3Y2NSX2SFSG5+Py8NU58ZuyQEIGQ1E5EkrKaighyRmReqsNS6kFE3LatLXKVbXziIgrn8SbLEO76LhgNzAtQDuPtmQUrva61OVwUj6h7FBBoV8VsD0yjZ/27FG5IpCUDOsGBvxu9dlt0S+lpIcIzwfisg93ISJWARFHOC7twbicCIo4N2QTl5N3MmwIJuWbQFQGsEkKxuRYFd+2LOJlOd+wlrLc+HASL5A519OkZrBZ0nB4ZsbSFx17Y1G2QPC7O43OihopEBAHazzU6VITqIHY0ISzA8+XeQODvV61bLPhGvLo2xDE3oJRNnAcNZIIznKWT5llmp0VL/leU54v4ElD0L+uZzMfFIx2NuIV1Eo6JjmFH4jCaF1bEfKvaxnu4Gt1QyakglJUvwtdi4tvdlm8VpnfgUA+j0seNy6QfcmexMQa6H+4XjzlIOYu4i39H4VS8riVr8/Abtfxojm+6zITWN7AL7EkniL8QZ9PRYqIc5gk+vJYa4uLcCgNN6qDiIHtKyvSvM53tyKsK3TOZyq1NqnPi7gmGGHkJt6PQ6asx4vvCaU8uVouB4NNT1sNF1JysM6FT5Ma9llQG2xsk57DgQ0Zx/E05d+xRD9qGo6s6WYJslAO4vdj1dBhu5GQoUWRYh25Hy5ytRzWdOyvOJMHlY4RNu45s8TlKBruoWyyTsdbLHu5Z5rC5co368qWe0TD8Xwaraawy6muE90lGj1D51+EYjLFUf3BbCiN68JpPFCpK5LUvelzqp+pk+NaeqwkRmR8vARGK6WHETrc29GAhXXbjA3XKTe36W5qnUll0dblVo9Q711etF2WIKlsoVQa9mWCzj/6c0Hc9O4bPoAt5SBUrKfGOWaVMllu2fvqCpikw7P8R5ziRv28v0VFzTNHHl8alqbypqUbbEUwZmPHeOBpbsB+DuzOeg31lSBAZ30a75sf/H8cZPrv8bOFE/J1XuG8tdEtDMZpcptbuIgvjygDFcd1q1tFWNIIy99E4Ns4yvFikNAt6WWKi62tKsbteZRj+jLLNE6ljE2Dq8+lwqgi9i+op/BakdFxi0GHLA2f5nkffcS4wwZKMhseItoT8zHZRv5RpvkO/+EGlQN8u6tvuUnZLL4iiB1zvEdciruZ+UlOXHFFFQRjfD2REZwuFPCsufo11jdjU3DkCmw6DYkqxBmfY7CLVL5X5eGoDmL+5/kas9twjDYBfv91ZREN5lm3R43zvrxap3CcPrJEmFDBoDhVI17neSNvvof1PNPhVn9gE7Qk0sixcvpUaZ3cif4D6KIPW/GS7YgAAAAASUVORK5CYII=") center no-repeat;
      background-size: contain; }
      @media (max-width: 1199.98px) {
        .utp .utp-item-wrap::after {
          right: 20px; } }
  .utp .utp-item-img {
    width: 63px;
    height: 83px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 991.98px) {
      .utp .utp-item-img {
        height: 52px; } }
    .utp .utp-item-img svg {
      width: 61px;
      height: 61px; }
      .utp .utp-item-img svg path {
        fill: var(--blue-color);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      @media (max-width: 991.98px) {
        .utp .utp-item-img svg {
          width: 40px;
          height: 40px; } }
    .utp .utp-item-img img {
      width: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
    .utp .utp-item-img:not(:last-child) {
      margin-bottom: 10px; }
      @media (max-width: 991.98px) {
        .utp .utp-item-img:not(:last-child) {
          margin-bottom: 4px; } }
  .utp .utp-item-title {
    position: relative;
    padding-bottom: 12px;
    color: var(--black-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (max-width: 1199.98px) {
      .utp .utp-item-title {
        font-size: 16px; } }
    .utp .utp-item-title::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 32px;
      height: 2px;
      background-color: var(--blue-color); }
    .utp .utp-item-title:not(:last-child) {
      margin-bottom: 8px; }
  .utp .utp-item-description {
    color: var(--grey-color);
    line-height: 1.5;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (max-width: 1199.98px) {
      .utp .utp-item-description {
        font-size: 14px;
        line-height: 20px; } }

.section-innovation {
  padding-top: 60px;
  padding-bottom: 60px; }
  .section-innovation .section-innovation-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    @media (max-width: 991.98px) {
      .section-innovation .section-innovation-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .section-innovation .section-innovation-col {
    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-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (min-width: 992px) {
      .section-innovation .section-innovation-col:nth-child(2n + 1) {
        width: 35.4%;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        padding-right: 23px; }
      .section-innovation .section-innovation-col:nth-child(2n + 2) {
        width: 64.6%;
        padding-top: 10px; } }
  .section-innovation .section-innovation-img {
    margin-top: auto;
    width: 303px;
    opacity: 0.2; }
    @media (max-width: 991.98px) {
      .section-innovation .section-innovation-img {
        display: none; } }

.innovation-list {
  gap: 20px; }
  @media (min-width: 768px) {
    .innovation-list {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767.98px) {
    .innovation-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.innovation-item {
  position: relative;
  z-index: 5;
  padding-top: 20px;
  cursor: pointer;
  border-top: 1px solid var(--outline);
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease; }
  @media (any-hover: hover) {
    .innovation-item:hover, .innovation-item:focus {
      border-color: var(--yellow-color); }
      .innovation-item:hover .innovation-item-title, .innovation-item:focus .innovation-item-title {
        color: var(--yellow-color); } }

.innovation-item-title {
  color: var(--black-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .innovation-item-title:not(:last-child) {
    margin-bottom: 8px; }

.innovation-item-description {
  color: var(--grey-color); }

.section-partners-logo {
  background: var(--white); }

.partners-logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -16px -16px 0; }
  .partners-logo-list .partners-logo-item {
    width: 20%;
    padding: 0 16px 16px 0; }
    @media (max-width: 991.98px) {
      .partners-logo-list .partners-logo-item {
        width: 25%; } }
    @media (max-width: 767.98px) {
      .partners-logo-list .partners-logo-item {
        width: 33.333%; } }
    @media (max-width: 575.98px) {
      .partners-logo-list .partners-logo-item {
        width: 50%; } }
  .partners-logo-list .partners-logo-item-img {
    height: 120px;
    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;
    cursor: pointer;
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; }
    @media (any-hover: hover) {
      .partners-logo-list .partners-logo-item-img:hover, .partners-logo-list .partners-logo-item-img:focus {
        -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
                box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05); } }
    @media (max-width: 767.98px) {
      .partners-logo-list .partners-logo-item-img {
        height: 80px; } }

.timeline {
  position: relative;
  min-height: 342px;
  padding: 0 100px;
  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; }
  @media (max-width: 1199.98px) {
    .timeline {
      min-height: 430px; } }
  @media (max-width: 991.98px) {
    .timeline {
      padding: 32px 0;
      min-height: auto;
      -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;
      gap: 24px; } }
  .timeline::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 4px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 4px;
    background: rgba(5, 78, 135, 0.1); }
    @media (max-width: 991.98px) {
      .timeline::after {
        top: 0;
        left: 38px;
        height: 100%;
        width: 4px;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); } }
  .timeline .timeline-item {
    position: relative;
    z-index: 5; }
    @media (min-width: 992px) {
      .timeline .timeline-item:first-child .timeline-item-content {
        -webkit-transform: translateX(-31%);
            -ms-transform: translateX(-31%);
                transform: translateX(-31%); }
      .timeline .timeline-item:last-child .timeline-item-content {
        -webkit-transform: translateX(-68%);
            -ms-transform: translateX(-68%);
                transform: translateX(-68%); }
      .timeline .timeline-item:nth-child(odd) .timeline-item-icon::after {
        bottom: 100%;
        margin-bottom: 18px; }
      .timeline .timeline-item:nth-child(odd) .timeline-item-content {
        bottom: 100%;
        margin-bottom: 40px; }
      .timeline .timeline-item:nth-child(even) .timeline-item-icon::after {
        top: 100%;
        margin-top: 18px;
        -webkit-transform: translateX(-50%) rotate(180deg);
            -ms-transform: translateX(-50%) rotate(180deg);
                transform: translateX(-50%) rotate(180deg); }
      .timeline .timeline-item:nth-child(even) .timeline-item-content {
        top: 100%;
        margin-top: 38px; } }
    @media (max-width: 991.98px) {
      .timeline .timeline-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 8px;
        width: 100%;
        min-height: 76px;
        padding: 8px 12px;
        border-radius: 55px 12px 12px 55px;
        background: var(--white);
        -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.04);
                box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.04); } }
  .timeline .timeline-item-icon {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 48px;
    height: 48px;
    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;
    border-radius: 50%;
    background: var(--blue-color); }
    @media (min-width: 992px) {
      .timeline .timeline-item-icon::after {
        content: "";
        position: absolute;
        z-index: 5;
        left: 50%;
        width: 31px;
        height: 27px;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        pointer-events: none;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="27" viewBox="0 0 31 27" fill="none"><path d="M15.5 27L0.344555 0.75L30.6554 0.75L15.5 27Z" fill="white"/></svg>') center no-repeat; } }
    .timeline .timeline-item-icon svg {
      width: 24px;
      height: 24px; }
      .timeline .timeline-item-icon svg path {
        fill: var(--white); }
  @media (min-width: 992px) {
    .timeline .timeline-item-content {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 400px;
      padding: 16px;
      display: -ms-grid;
      display: grid;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-grid-columns: 74px 1fr;
      grid-template-columns: 74px 1fr;
      -webkit-column-gap: 16px;
         -moz-column-gap: 16px;
              column-gap: 16px;
      border-radius: 100px 24px 24px 100px;
      background: var(--white);
      -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04);
              box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.04); } }
  @media (max-width: 1230px) {
    .timeline .timeline-item-content {
      width: 380px; } }
  @media (max-width: 1199.98px) {
    .timeline .timeline-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;
      -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;
      gap: 8px 10px;
      width: 295px;
      border-radius: 24px; } }
  @media (max-width: 991.98px) {
    .timeline .timeline-item-content {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      text-align: left;
      width: 100%;
      border-radius: 0;
      gap: 4px; } }
  .timeline .timeline-item-num {
    -ms-grid-row-span: 2;
    grid-row: span 2;
    width: 74px;
    height: 74px;
    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;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: var(--blue-color);
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    /* 150% */
    text-transform: uppercase;
    border-radius: 50%;
    background: #f6fbff; }
    @media (max-width: 1199.98px) {
      .timeline .timeline-item-num {
        width: 48px;
        height: 48px;
        font-size: 20px;
        line-height: 28px; } }
    @media (max-width: 991.98px) {
      .timeline .timeline-item-num {
        display: none; } }
  .timeline .timeline-item-title {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px; }
    .timeline .timeline-item-title .text-decorated {
      color: var(--blue-color); }
    @media (max-width: 1199.98px) {
      .timeline .timeline-item-title {
        font-size: 18px;
        line-height: 20px; } }
  .timeline .timeline-item-description {
    color: var(--text);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-word; }
    @media (max-width: 1199.98px) {
      .timeline .timeline-item-description {
        font-size: 14px;
        line-height: 18px; } }

.section-map .section-map-wrap {
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 24px; }
  @media (max-width: 991.98px) {
    .section-map .section-map-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-top: 0;
      margin-right: -16px; } }

.section-map .section-map-col:first-child {
  margin-top: -16px;
  margin-left: -16px;
  width: 318px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (max-width: 991.98px) {
    .section-map .section-map-col:first-child {
      width: 100%; } }

.section-map .section-map-col:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  @media (max-width: 991.98px) {
    .section-map .section-map-col:last-child {
      overflow-x: auto; } }

.section-map .section-map-list {
  max-height: 552px; }
  @media (max-width: 991.98px) {
    .section-map .section-map-list {
      max-height: 172px; } }
  .section-map .section-map-list:not(._mCS_1) {
    overflow: hidden; }

.section-map .mCSB_container {
  padding: 16px; }

.section-map .mCSB_inside > .mCSB_container {
  margin-right: 4px; }

.section-map .mCSB_scrollTools {
  width: 4px; }

.section-map .section-map-item {
  padding: 8px 20px;
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: var(--black-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  /* 160% */
  border-radius: 8px;
  background: var(--white);
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04); }
  @media (max-width: 991.98px) {
    .section-map .section-map-item {
      min-height: 40px;
      font-size: 14px;
      line-height: 20px;
      gap: 12px; } }
  .section-map .section-map-item::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%;
    background: var(--blue-color); }
    @media (max-width: 991.98px) {
      .section-map .section-map-item::before {
        width: 6px;
        height: 6px; } }
  .section-map .section-map-item:not(:last-child) {
    margin-bottom: 8px; }
    @media (max-width: 991.98px) {
      .section-map .section-map-item:not(:last-child) {
        margin-bottom: 4px; } }

.section-map .section-map-img {
  width: 100%; }
  @media (max-width: 991.98px) {
    .section-map .section-map-img {
      width: 600px;
      padding-bottom: 16px; } }

.interesting-products-section {
  padding-top: 150px;
  padding-bottom: 150px;
  background: var(--outline); }
  @media (max-width: 991.98px) {
    .interesting-products-section {
      padding-top: 80px;
      padding-bottom: 80px; } }

.interesting-products .interesting-products-slider {
  position: relative;
  padding-bottom: 72px; }
  @media (max-width: 991.98px) {
    .interesting-products .interesting-products-slider {
      padding-bottom: 64px; } }
  .interesting-products .interesting-products-slider:not(.swiper-initialized) {
    padding-bottom: 0; }
    .interesting-products .interesting-products-slider:not(.swiper-initialized) .swiper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow: hidden; }
    .interesting-products .interesting-products-slider:not(.swiper-initialized) .swiper-slide {
      width: calc(50% - 16px);
      margin-right: 32px; }
      @media (max-width: 991.98px) {
        .interesting-products .interesting-products-slider:not(.swiper-initialized) .swiper-slide {
          width: 100%;
          margin-right: 16px; } }
    .interesting-products .interesting-products-slider:not(.swiper-initialized) .swiper-pagination,
    .interesting-products .interesting-products-slider:not(.swiper-initialized) .swiper-button-nav {
      display: none; }

.interesting-products .interesting-products-card-inner {
  position: relative;
  -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.04); }
  .interesting-products .interesting-products-card-inner:focus .interesting-products-card-btn {
    opacity: 1;
    pointer-events: initial; }
  @media (any-hover: hover) {
    .interesting-products .interesting-products-card-inner:hover .interesting-products-card-btn {
      opacity: 1;
      pointer-events: initial; } }

.interesting-products .interesting-products-card-img {
  position: relative;
  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;
  overflow: hidden; }
  .interesting-products .interesting-products-card-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-radius: 24px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.06)), to(rgba(0, 0, 0, 0.06))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(32.34%, rgba(0, 0, 0, 0.09)), to(rgba(0, 0, 0, 0.61)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.06) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 32.34%, rgba(0, 0, 0, 0.61) 100%); }
  .interesting-products .interesting-products-card-img picture,
  .interesting-products .interesting-products-card-img img {
    border-radius: 24px; }
    @media (max-width: 991.98px) {
      .interesting-products .interesting-products-card-img picture,
      .interesting-products .interesting-products-card-img img {
        width: 100%;
        border-radius: 20px; } }

.interesting-products .interesting-products-card-content {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  padding: 24px;
  color: var(--white);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase; }
  @media (max-width: 991.98px) {
    .interesting-products .interesting-products-card-content {
      padding: 20px;
      font-size: 20px;
      line-height: 24px;
      font-weight: 500;
      letter-spacing: 0.4px; } }

.interesting-products .interesting-products-card-btn {
  position: absolute;
  bottom: 0;
  right: 1px;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  pointer-events: none; }
  .interesting-products .interesting-products-card-btn .icon-arrow {
    background: var(--white);
    color: var(--blue-color); }
  @media (any-hover: hover) {
    .interesting-products .interesting-products-card-btn:hover, .interesting-products .interesting-products-card-btn:focus {
      background: var(--white); }
      .interesting-products .interesting-products-card-btn:hover .icon-arrow, .interesting-products .interesting-products-card-btn:focus .icon-arrow {
        background: var(--blue-color);
        color: var(--white); } }

.section-user-path {
  position: relative;
  padding: 0; }
  .section-user-path .section-title {
    position: relative;
    z-index: 5;
    max-width: 450px;
    color: var(--white); }
    .section-user-path .section-title:not(:last-child) {
      margin-bottom: 48px; }
      @media (max-width: 991.98px) {
        .section-user-path .section-title:not(:last-child) {
          margin-bottom: 24px; } }
  .section-user-path .section-user-path-wrap {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px; }
    @media (max-width: 991.98px) {
      .section-user-path .section-user-path-wrap {
        padding-top: 80px;
        padding-bottom: 80px; } }
    .section-user-path .section-user-path-wrap::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%); }
  .section-user-path .section-user-path-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .section-user-path .section-user-path-bg picture,
    .section-user-path .section-user-path-bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 575.98px) {
        .section-user-path .section-user-path-bg picture,
        .section-user-path .section-user-path-bg img {
          -o-object-position: right;
             object-position: right; } }
  .section-user-path .section-user-path-list {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px -32px 0; }
    @media (max-width: 575.98px) {
      .section-user-path .section-user-path-list {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 20px; } }
  .section-user-path .section-user-path-item {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px 32px 0; }
    @media (max-width: 991.98px) {
      .section-user-path .section-user-path-item {
        width: 33.333%; } }
    @media (max-width: 767.98px) {
      .section-user-path .section-user-path-item {
        width: 50%; } }
    @media (max-width: 575.98px) {
      .section-user-path .section-user-path-item {
        width: 100%;
        padding: 0; } }
  .section-user-path .section-user-path-item-inner {
    position: relative;
    padding-top: 16px;
    min-height: 238px;
    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-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    cursor: pointer;
    border-top: 1px solid rgba(235, 235, 235, 0.12); }
    @media (max-width: 991.98px) {
      .section-user-path .section-user-path-item-inner {
        min-height: 124px;
        row-gap: 24px; } }
    .section-user-path .section-user-path-item-inner::after {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: calc(100% + 20px);
      height: calc(100% + 20px);
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background-color: var(--white);
      border-radius: 4px;
      opacity: 0;
      pointer-events: none;
      visibility: hidden;
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    @media (any-hover: hover) {
      .section-user-path .section-user-path-item-inner:hover .section-user-path-item-title,
      .section-user-path .section-user-path-item-inner:hover .section-user-path-item-num, .section-user-path .section-user-path-item-inner:focus .section-user-path-item-title,
      .section-user-path .section-user-path-item-inner:focus .section-user-path-item-num {
        color: var(--black-color); }
      .section-user-path .section-user-path-item-inner:hover::after,
      .section-user-path .section-user-path-item-inner:hover .section-user-path-item-logo, .section-user-path .section-user-path-item-inner:focus::after,
      .section-user-path .section-user-path-item-inner:focus .section-user-path-item-logo {
        opacity: 1;
        visibility: visible; } }
  .section-user-path .section-user-path-item-num {
    position: relative;
    z-index: 5;
    color: var(--white);
    font-size: 64px;
    font-weight: 500;
    line-height: 72px;
    text-transform: lowercase;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (max-width: 991.98px) {
      .section-user-path .section-user-path-item-num {
        font-size: 32px;
        line-height: 40px; } }
  .section-user-path .section-user-path-item-logo {
    position: absolute;
    z-index: 5;
    top: 12px;
    right: 4px;
    width: 95px;
    height: 64px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .section-user-path .section-user-path-item-logo img {
      width: 100%; }
  .section-user-path .section-user-path-item-title {
    position: relative;
    z-index: 5;
    margin-top: auto;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (max-width: 991.98px) {
      .section-user-path .section-user-path-item-title {
        font-size: 14px;
        line-height: 20px; } }

.section-reviews-slider {
  padding-top: 60px;
  padding-bottom: 60px; }

@media (max-width: 991.98px) {
  .reviews-slider {
    position: relative;
    overflow: hidden;
    padding-bottom: 64px; } }

@media (min-width: 992px) {
  .reviews-slider .reviews-slider-top {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; } }

.reviews-slider .reviews-slider-top:not(:last-child) {
  margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    .reviews-slider .reviews-slider-top:not(:last-child) {
      margin-bottom: 12px; } }

.reviews-slider .reviews-slider-item {
  gap: 24px 20px; }
  @media (min-width: 992px) {
    .reviews-slider .reviews-slider-item {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 991.98px) {
    .reviews-slider .reviews-slider-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.reviews-slider .reviews-slider-item-inner {
  padding: 20px;
  margin-bottom: 45px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: var(--border-radius);
  background: var(--stroke); }
  @media (max-width: 991.98px) {
    .reviews-slider .reviews-slider-item-inner {
      margin-bottom: 0;
      padding: 16px; } }

.reviews-slider .reviews-slider-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--outline); }
  .reviews-slider .reviews-slider-item-top:not(:last-child) {
    margin-bottom: 12px; }

.reviews-slider .reviews-slider-item-user {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden; }
  .reviews-slider .reviews-slider-item-user picture,
  .reviews-slider .reviews-slider-item-user img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.reviews-slider .reviews-slider-item-title {
  color: var(--black-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.4px;
  text-transform: uppercase; }
  .reviews-slider .reviews-slider-item-title:not(:last-child) {
    margin-bottom: 4px; }

.reviews-slider .reviews-slider-item-position {
  color: var(--grey-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; }

.reviews-slider .reviews-slider-item-description {
  color: var(--grey-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }

.reviews-slider .reviews-slider-item-link {
  position: relative;
  overflow: hidden;
  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;
  border-radius: var(--border-radius); }
  .reviews-slider .reviews-slider-item-link picture,
  .reviews-slider .reviews-slider-item-link img {
    border-radius: var(--border-radius); }

.reviews-slider .reviews-slider-thumbs:not(.swiper-initialized) .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  gap: 20px; }
  @media (max-width: 991.98px) {
    .reviews-slider .reviews-slider-thumbs:not(.swiper-initialized) .swiper-wrapper {
      gap: 8px; } }

.reviews-slider .reviews-slider-thumbs:not(.swiper-initialized) .swiper-slide {
  width: calc(25% - 20px); }
  @media (max-width: 991.98px) {
    .reviews-slider .reviews-slider-thumbs:not(.swiper-initialized) .swiper-slide {
      width: calc(25% - 8px); } }

.reviews-slider .reviews-slider-thumbs-slide {
  cursor: pointer; }
  @media (any-hover: hover) {
    .reviews-slider .reviews-slider-thumbs-slide:hover .reviews-slider-thumbs-img::after {
      opacity: 1; } }
  .reviews-slider .reviews-slider-thumbs-slide:focus .reviews-slider-thumbs-img::after {
    opacity: 1; }
  .reviews-slider .reviews-slider-thumbs-slide.swiper-slide-thumb-active .reviews-slider-thumbs-img::after {
    opacity: 1; }

.reviews-slider .reviews-slider-thumbs-img {
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .reviews-slider .reviews-slider-thumbs-img::after {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-box-shadow: inset 0 0 0 1px var(--yellow-color);
            box-shadow: inset 0 0 0 1px var(--yellow-color);
    opacity: 0;
    pointer-events: none;
    border-radius: var(--border-radius);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  @media (min-width: 992px) {
    .reviews-slider .reviews-slider-thumbs-img:not(:last-child) {
      margin-bottom: 14px; } }

.reviews-slider .reviews-slider-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  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;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #000000;
  color: var(--white);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 991.98px) {
    .reviews-slider .reviews-slider-play {
      width: 48px;
      height: 48px; } }
  .reviews-slider .reviews-slider-play .icon {
    width: 24px;
    height: 24px;
    margin-left: 2px; }
    @media (max-width: 991.98px) {
      .reviews-slider .reviews-slider-play .icon {
        width: 16px;
        height: 16px; } }
  @media (any-hover: hover) {
    .reviews-slider .reviews-slider-play:hover, .reviews-slider .reviews-slider-play:focus {
      background: var(--yellow-color); } }

.reviews-slider .reviews-slider-thumbs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px; }
  @media (max-width: 991.98px) {
    .reviews-slider .reviews-slider-thumbs-wrap {
      display: none; } }

.reviews-slider .reviews-slider-thumbs-user {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px; }
  .reviews-slider .reviews-slider-thumbs-user picture,
  .reviews-slider .reviews-slider-thumbs-user img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.reviews-slider .reviews-slider-thumbs-title {
  color: var(--black-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase; }
  .reviews-slider .reviews-slider-thumbs-title:not(:last-child) {
    margin-bottom: 2px; }

.reviews-slider .reviews-slider-thumbs-position {
  color: var(--grey-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px; }

.reviews-slider .reviews-slider-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px; }
  @media (max-width: 991.98px) {
    .reviews-slider .reviews-slider-nav {
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .reviews-slider .reviews-slider-nav .swiper-pagination,
  .reviews-slider .reviews-slider-nav .swiper-button-prev,
  .reviews-slider .reviews-slider-nav .swiper-button-next {
    position: static;
    margin: 0;
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
            transform: translateX(0) !important; }

.section-calculator {
  background: var(--stroke); }
  .section-calculator .section-calculator-top {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto; }
    .section-calculator .section-calculator-top .required {
      margin-right: 2px;
      color: var(--yellow-color); }
    .section-calculator .section-calculator-top:not(:last-child) {
      margin-bottom: 32px; }
      @media (max-width: 991.98px) {
        .section-calculator .section-calculator-top:not(:last-child) {
          margin-bottom: 20px; } }
  .section-calculator .section-title {
    text-align: center;
    font-size: 40px; }
    .section-calculator .section-title:not(:last-child) {
      margin-bottom: 8px; }
    @media (max-width: 991.98px) {
      .section-calculator .section-title {
        font-size: 32px;
        line-height: 36px; }
        .section-calculator .section-title:not(:last-child) {
          margin-bottom: 12px; } }
  .section-calculator .section-text {
    color: var(--black-color);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px; }
    @media (max-width: 991.98px) {
      .section-calculator .section-text {
        font-size: 14px;
        line-height: 20px; } }
  .section-calculator .calculator-form {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    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; }
  .section-calculator .calculator-form-grid {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; }
    @media (max-width: 991.98px) {
      .section-calculator .calculator-form-grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 12px; } }
    @media (max-width: 767.98px) {
      .section-calculator .calculator-form-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .section-calculator .calculator-form-grid:not(:last-child) {
      margin-bottom: 24px; }
      @media (max-width: 991.98px) {
        .section-calculator .calculator-form-grid:not(:last-child) {
          margin-bottom: 12px; } }
  .section-calculator .calculator-form-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .section-calculator .calculator-form-col label {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      color: var(--black-color);
      font-size: 14px;
      font-weight: 500;
      line-height: 20px; }
      .section-calculator .calculator-form-col label:not(:last-child) {
        margin-bottom: 8px; }
    .section-calculator .calculator-form-col input {
      min-height: 44px;
      padding: 4px 24px;
      border-radius: 4px;
      background: var(--white);
      -webkit-backdrop-filter: blur(8px);
              backdrop-filter: blur(8px);
      border: 1px solid var(--white);
      color: var(--black-color);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .section-calculator .calculator-form-col input:hover, .section-calculator .calculator-form-col input:focus {
        -webkit-box-shadow: none;
                box-shadow: none;
        border-color: var(--yellow-color); }
      .section-calculator .calculator-form-col input.form-control-error {
        border-color: red !important; }
      .section-calculator .calculator-form-col input::-webkit-input-placeholder {
        color: var(--grey-color);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px; }
      .section-calculator .calculator-form-col input::-moz-placeholder {
        color: var(--grey-color);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px; }
      .section-calculator .calculator-form-col input:-ms-input-placeholder {
        color: var(--grey-color);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px; }
      .section-calculator .calculator-form-col input::-ms-input-placeholder {
        color: var(--grey-color);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px; }
      .section-calculator .calculator-form-col input::placeholder {
        color: var(--grey-color);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px; }
  .section-calculator .calculator-form-info {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 12px; }
    .section-calculator .calculator-form-info:not(:last-child) {
      margin-bottom: 32px; }
    @media (max-width: 767.98px) {
      .section-calculator .calculator-form-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 12px; }
        .section-calculator .calculator-form-info:not(:last-child) {
          margin-bottom: 12px; } }
    .section-calculator .calculator-form-info .info-col {
      min-height: 52px;
      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;
      gap: 12px;
      padding: 8px 20px;
      border-radius: 4px;
      background: var(--white);
      color: var(--black-color);
      font-size: 20px;
      font-weight: 400;
      line-height: 1.4;
      text-transform: uppercase; }
      @media (max-width: 991.98px) {
        .section-calculator .calculator-form-info .info-col {
          min-height: 44px;
          font-size: 16px; } }
    .section-calculator .calculator-form-info .info-value {
      font-weight: 700;
      color: var(--yellow-color); }
  .section-calculator .jq-selectbox.opened .jq-selectbox__trigger-arrow {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-180deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-180deg);
            transform: translateX(-50%) translateY(-50%) rotate(-180deg); }
  .section-calculator .jq-selectbox .jq-selectbox__select {
    width: 100%;
    padding: 13px 34px 10px 22px;
    min-height: 44px;
    border-color: var(--white);
    color: var(--black-color); }
    .section-calculator .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
      width: 40px; }
  .section-calculator .jq-selectbox .jq-selectbox__dropdown {
    z-index: 1000; }
  .section-calculator .jq-selectbox .jq-selectbox__trigger-arrow {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #ffffff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path d="M9 1L5 5L1 1" stroke="%23020B25" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center; }
  .section-calculator .calculator-form-drag {
    position: relative;
    margin: 12px 8px;
    height: 4px;
    border-radius: 100px;
    background: transparent;
    border: none;
    outline: none; }
    .section-calculator .calculator-form-drag::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      border-radius: 100px;
      top: 0;
      bottom: 0;
      left: -8px;
      right: -7px;
      border: 1px solid var(--yellow-color);
      background: var(--white); }
    .section-calculator .calculator-form-drag .ui-slider-range {
      z-index: 2;
      margin: 0 -8px;
      border-radius: 8px;
      background: var(--yellow-color);
      border: 1px solid var(--yellow-color); }
    .section-calculator .calculator-form-drag .ui-slider-handle {
      z-index: 2;
      top: 2px;
      width: 16px;
      height: 0;
      display: block;
      border: none;
      outline: none;
      margin-left: -8px; }
      .section-calculator .calculator-form-drag .ui-slider-handle::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        width: 16px;
        height: 16px;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background: var(--white);
        border: 4px solid var(--yellow-color);
        cursor: pointer;
        border-radius: 100px; }
  @media (max-width: 767.98px) {
    .section-calculator .btn {
      width: 100%;
      min-height: 48px; } }

.price-wrap {
  font-weight: bold; }
  .price-wrap .old-price {
    color: var(--text);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: line-through; }
  .price-wrap .price {
    color: #000000; }
  .price-wrap .old-price ~ .price {
    color: var(--yellow-color); }
  .price-wrap .old-price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
  .price-wrap .old-price-wrap ~ .price {
    color: var(--black-color); }
  .price-wrap .discount-percents {
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--black-color);
    color: #ffffff;
    font-size: 12px;
    line-height: 1; }

.qty-picker {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px; }
  .qty-picker .minus,
  .qty-picker .plus {
    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: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border: 1px solid var(--yellow-color);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .qty-picker .minus:hover, .qty-picker .minus:focus,
      .qty-picker .plus:hover,
      .qty-picker .plus:focus {
        background: var(--yellow-color); }
        .qty-picker .minus:hover svg, .qty-picker .minus:focus svg,
        .qty-picker .plus:hover svg,
        .qty-picker .plus:focus svg {
          color: var(--white); } }
    .qty-picker .minus svg,
    .qty-picker .plus svg {
      width: 20px;
      height: 20px;
      color: var(--yellow-color);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
  .qty-picker input {
    height: 40px;
    width: 56px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 1px 4px;
    text-align: center;
    border-radius: 4px;
    border: none !important;
    outline: none !important;
    background: var(--white) !important;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; }
  .qty-picker input::-webkit-outer-spin-button,
  .qty-picker input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .qty-picker input[type=number] {
    -moz-appearance: textfield; }

.product-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: var(--white); }
  .product-block:focus .product-block-btn {
    opacity: 1;
    pointer-events: initial; }
  @media (any-hover: hover) {
    .product-block:hover .product-block-btn {
      opacity: 1;
      pointer-events: initial; } }
  @media (max-width: 767.98px) {
    .product-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .product-block .product-block-col {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .product-block .product-block-col:nth-child(2n + 1) {
      width: 42%; }
      @media (max-width: 767.98px) {
        .product-block .product-block-col:nth-child(2n + 1) {
          width: 100%; } }
    .product-block .product-block-col:nth-child(2n + 2) {
      width: 58%;
      padding: 32px 32px 32px 24px; }
      @media (max-width: 767.98px) {
        .product-block .product-block-col:nth-child(2n + 2) {
          width: 100%;
          padding: 20px 20px 42px; } }
  .product-block .product-block-img {
    position: relative;
    border-radius: 24px 0 0 24px;
    overflow: hidden;
    height: 100%; }
    @media (max-width: 767.98px) {
      .product-block .product-block-img {
        border-radius: 24px 24px 0 0; } }
    .product-block .product-block-img picture,
    .product-block .product-block-img img {
      border-radius: 24px 0 0 24px;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 767.98px) {
        .product-block .product-block-img picture,
        .product-block .product-block-img img {
          border-radius: 24px 24px 0 0; } }
    .product-block .product-block-img::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      border-radius: 24px 0 0 24px;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.06)), to(rgba(0, 0, 0, 0.06)));
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.06) 100%); }
      @media (max-width: 767.98px) {
        .product-block .product-block-img::after {
          border-radius: 24px 24px 0 0; } }
  .product-block .product-block-top {
    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: 8px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f4f4f4; }
    .product-block .product-block-top:not(:last-child) {
      margin-bottom: 16px; }
    @media (max-width: 767.98px) {
      .product-block .product-block-top {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 16px; } }
  .product-block .product-block-title {
    color: var(--black-color);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.02em; }
    @media (max-width: 991.98px) {
      .product-block .product-block-title {
        font-size: 20px;
        line-height: 24px; } }
  .product-block .product-block-content {
    max-height: 180px;
    overflow: hidden;
    color: var(--text); }
    @media (max-width: 991.98px) {
      .product-block .product-block-content {
        font-size: 14px;
        line-height: 20px; } }
    .product-block .product-block-content p {
      margin: 0; }
      .product-block .product-block-content p:not(:last-child) {
        margin-bottom: 24px; }
  .product-block .product-block-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0;
    pointer-events: none; }
    .product-block .product-block-btn .icon-arrow {
      background: var(--white);
      color: var(--blue-color); }
    @media (any-hover: hover) {
      .product-block .product-block-btn:hover, .product-block .product-block-btn:focus {
        background: var(--white); }
        .product-block .product-block-btn:hover .icon-arrow, .product-block .product-block-btn:focus .icon-arrow {
          background: var(--blue-color);
          color: var(--white); } }
    @media (max-width: 991.98px) {
      .product-block .product-block-btn {
        opacity: 1;
        pointer-events: initial; } }

.product-stickers2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px; }
  .product-stickers2 .sticker-item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40px;
    height: 40px;
    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;
    border-radius: 50px;
    border: 1px solid rgba(52, 71, 253, 0.12);
    background: var(--white); }
    .product-stickers2 .sticker-item img {
      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: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }

.page-product {
  padding-bottom: 0; }

.section-product {
  padding-top: 8px; }
  @media (max-width: 991.98px) {
    .section-product {
      padding-top: 0; } }
  @media (min-width: 992px) {
    .section-product .product-page-grid {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 640px 1fr;
      grid-template-columns: 640px 1fr;
      gap: 20px; } }
  @media (max-width: 1300px) {
    .section-product .product-page-grid {
      -ms-grid-columns: 500px 1fr;
      grid-template-columns: 500px 1fr; } }
  @media (max-width: 991.98px) {
    .section-product .product-page-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 24px; } }
  .section-product .product-page-grid .top-side:not(:last-child) {
    margin-bottom: 16px; }
  @media (min-width: 992px) {
    .section-product .product-page-grid .top-side {
      -ms-grid-column: 2;
      grid-area: span 1 / 2; } }
  @media (min-width: 992px) {
    .section-product .product-page-grid .left-side {
      position: sticky;
      z-index: 1;
      top: 102px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
      grid-area: 1 / 1 / span 3; } }
  @media (max-width: 991.98px) {
    .section-product .product-page-grid .left-side {
      max-width: 640px;
      width: 100%;
      margin: 0 auto; } }
  .section-product .product-gallery-wrap {
    padding: 40px 32px;
    border-radius: var(--border-radius);
    border: 1px solid var(--outline);
    background: var(--white); }
    @media (max-width: 1199.98px) {
      .section-product .product-gallery-wrap {
        padding: 24px 16px 16px; } }
  .section-product .product-gallery-sticker {
    position: relative;
    z-index: 1; }
    .section-product .product-gallery-sticker .product-stickers {
      z-index: 10; }
  .section-product .product-stickers {
    position: static; }
  .section-product .product-gallery .gallery-slide {
    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; }
    @media (max-width: 991.98px) {
      .section-product .product-gallery .gallery-slide img {
        border-radius: 8px; } }
  .section-product .product-gallery .product-gallery-slides.swiper:not(.swiper-initialized) .gallery-slide ~ .gallery-slide {
    display: none; }
  .section-product .product-gallery .product-gallery-thumbs.swiper:not(.swiper-initialized) .gallery-thumb-slide ~ .gallery-thumb-slide {
    display: none; }
  .section-product .product-gallery .swiper-button-next,
  .section-product .product-gallery .swiper-button-prev {
    margin-top: -20px; }
  .section-product .product-gallery .swiper-button-next {
    right: 0; }
  .section-product .product-gallery .swiper-button-prev {
    left: 0; }
  .section-product .product-information-top:not(:last-child) {
    margin-bottom: 16px; }
  .section-product .product-title {
    color: var(--yellow-color);
    font-size: 32px;
    font-weight: 500;
    line-height: 38px; }
    @media (max-width: 991.98px) {
      .section-product .product-title {
        font-size: 26px;
        line-height: 30px; } }
    .section-product .product-title:not(:last-child) {
      margin-bottom: 4px; }
      @media (max-width: 991.98px) {
        .section-product .product-title:not(:last-child) {
          margin-bottom: 8px; } }
  .section-product .product-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .section-product .product-description {
        font-size: 12px;
        line-height: 18px; } }
  .section-product .product-text {
    padding-bottom: 20px;
    color: var(--grey-color);
    border-bottom: 1px solid rgba(235, 235, 235, 0.5); }
    .section-product .product-text:not(:last-child) {
      margin-bottom: 20px; }
  .section-product .product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000000;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.02em;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .section-product .product-price {
        padding-top: 2px;
        font-size: 24px;
        line-height: 32px; } }
    .section-product .product-price span {
      margin-left: 6px;
      -ms-flex-item-align: end;
          -ms-grid-row-align: end;
          align-self: end;
      font-size: 16px;
      line-height: 30px;
      text-transform: none; }
      @media (max-width: 991.98px) {
        .section-product .product-price span {
          font-size: 14px;
          line-height: 28px; } }
  .section-product .old-price ~ .product-price {
    color: var(--yellow-color); }
  .section-product .product-details:not(:last-child) {
    margin-bottom: 24px; }
  .section-product .product-details .btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 240px; }
    @media (max-width: 575.98px) {
      .section-product .product-details .btn {
        min-width: auto; } }
  .section-product .product-price-text {
    position: relative;
    padding-left: 8px; }
    .section-product .product-price-text:not(:last-child) {
      margin-bottom: 20px; }
    .section-product .product-price-text sup {
      position: absolute;
      top: 5px;
      left: 0;
      color: red;
      font-size: 14px; }
  .section-product .product-tabs:not(:last-child) {
    margin-bottom: 48px; }
    @media (max-width: 991.98px) {
      .section-product .product-tabs:not(:last-child) {
        margin-bottom: 40px; } }
  .section-product .form-style {
    border-radius: 8px;
    background: #fafafa; }
  .section-product .product-order {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px; }
    @media (max-width: 991.98px) {
      .section-product .product-order {
        padding: 0; } }
    @media (max-width: 767.98px) {
      .section-product .product-order {
        -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; } }
    .section-product .product-order:not(:last-child) {
      margin-bottom: 16px; }
      @media (max-width: 991.98px) {
        .section-product .product-order:not(:last-child) {
          margin-bottom: 20px; } }
    .section-product .product-order .btn {
      min-width: -webkit-fit-content;
      min-width: -moz-fit-content;
      min-width: fit-content;
      padding: 8px 20px;
      min-height: 48px; }
      @media (max-width: 767.98px) {
        .section-product .product-order .btn {
          width: 100%; } }
    .section-product .product-order .btn-yellow {
      min-width: 182px; }
    .section-product .product-order .btn-yellow-border {
      margin-left: auto; }
  .section-product .product-payment {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
    padding: 12px 20px;
    border-radius: 4px 8px 8px 4px;
    background: var(--stroke); }
    @media (max-width: 991.98px) {
      .section-product .product-payment {
        padding: 16px 24px; } }
    .section-product .product-payment::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 4px;
      height: 100%;
      border-radius: 8px 0 0 8px;
      background-color: var(--yellow-color); }
    .section-product .product-payment .product-payment-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .section-product .product-payment .product-payment-title {
      color: #000000;
      font-size: 20px;
      font-weight: 500;
      line-height: 24px; }
      @media (max-width: 991.98px) {
        .section-product .product-payment .product-payment-title {
          font-size: 16px;
          line-height: 20px; } }
      .section-product .product-payment .product-payment-title:not(:last-child) {
        margin-bottom: 4px; }
    .section-product .product-payment .product-payment-subtitle {
      color: #696969;
      font-size: 14px;
      font-weight: 400;
      line-height: 16px; }
    .section-product .product-payment .btn {
      min-height: 48px; }
      @media (max-width: 575.98px) {
        .section-product .product-payment .btn {
          width: 100%; } }
  .section-product .navigation-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px; }
    .section-product .navigation-tabs:not(:last-child) {
      margin-bottom: 8px; }
      @media (max-width: 991.98px) {
        .section-product .navigation-tabs:not(:last-child) {
          margin-bottom: 12px; } }
    .section-product .navigation-tabs .navigation-tabs-item:not(:last-child) {
      padding-right: 12px; }
    .section-product .navigation-tabs .navigation-tabs-link {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: 0.4px; }
      @media (max-width: 1199.98px) {
        .section-product .navigation-tabs .navigation-tabs-link {
          font-size: 14px; } }
      @media (max-width: 991.98px) {
        .section-product .navigation-tabs .navigation-tabs-link {
          font-size: 20px; } }

.product-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(235, 235, 235, 0.5); }
  .product-labels:not(:last-child) {
    margin-bottom: 32px; }
    @media (max-width: 991.98px) {
      .product-labels:not(:last-child) {
        margin-bottom: 24px; } }
  .product-labels .product-label {
    width: calc(50% - 4px);
    padding: 8px 20px;
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000000;
    border-radius: var(--border-radius);
    background: rgba(235, 81, 46, 0.1); }
    @media (max-width: 767.98px) {
      .product-labels .product-label {
        width: 100%; } }

.product-gallery .product-gallery-slides {
  margin-bottom: 28px; }
  @media (max-width: 991.98px) {
    .product-gallery .product-gallery-slides {
      margin-bottom: 8px; } }
  .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden; }
  .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-slide {
    width: 100%; }
    .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-slide::after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-slide .product-gallery-link {
      position: absolute;
      inset: 0; }
      .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-slide .product-gallery-link picture,
      .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-slide .product-gallery-link img {
        width: 100%;
        height: 100%;
        -o-object-fit: scale-down;
           object-fit: scale-down; }
  .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-button-next,
  .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-button-prev {
    display: none; }

.product-gallery .product-gallery-link {
  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: 0 auto;
  max-width: 320px; }
  @media (min-width: 1680px) {
    .product-gallery .product-gallery-link {
      max-width: 428px; } }
  .product-gallery .product-gallery-link picture,
  .product-gallery .product-gallery-link img {
    max-width: 428px; }
    @media (min-width: 1440px) {
      .product-gallery .product-gallery-link picture,
      .product-gallery .product-gallery-link img {
        max-width: 574px; } }
  .product-gallery .product-gallery-link.video {
    position: relative; }
    .product-gallery .product-gallery-link.video::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      pointer-events: none;
      background: #ffffff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><g clip-path="url(%23clip0_380_3027)"><path fill-rule="evenodd" clip-rule="evenodd" d="M24 48C37.2547 48 48 37.2547 48 24C48 10.7452 37.2547 0 24 0C10.7452 0 0 10.7452 0 24C0 37.2547 10.7452 48 24 48ZM19.2 16.4678V31.5322C19.2 32.4535 20.1954 33.0312 20.9954 32.574L34.1767 25.0418C34.9829 24.5813 34.9829 23.4188 34.1767 22.9581L20.9954 15.4259C20.1954 14.9688 19.2 15.5464 19.2 16.4678Z" fill="%23E93106"/></g><defs><clipPath id="clip0_380_3027"><rect width="48" height="48" fill="white"/></clipPath></defs></svg>') center no-repeat; }

.product-gallery .product-gallery-thumbs {
  max-width: 452px; }
  @media (max-width: 991.98px) {
    .product-gallery .product-gallery-thumbs {
      max-width: 320px; } }
  @media (min-width: 992px) {
    .product-gallery .product-gallery-thumbs:not(.swiper-initialized) {
      min-height: 104px; } }
  @media (max-width: 991.98px) {
    .product-gallery .product-gallery-thumbs:not(.swiper-initialized) {
      min-height: 72px; } }
  .product-gallery .product-gallery-thumbs:not(.swiper-initialized) .swiper-wrapper {
    width: 100%;
    overflow: hidden;
    gap: 12px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr); }
    @media (max-width: 991.98px) {
      .product-gallery .product-gallery-thumbs:not(.swiper-initialized) .swiper-wrapper {
        gap: 8px; } }

.product-gallery .gallery-thumb-slide {
  max-width: 104px;
  border: 1px solid var(--outline);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer; }
  @media (max-width: 991.98px) {
    .product-gallery .gallery-thumb-slide {
      max-width: 72px; } }
  .product-gallery .gallery-thumb-slide.swiper-slide-thumb-active {
    border: 1px solid var(--yellow-color); }
  @media (any-hover: hover) {
    .product-gallery .gallery-thumb-slide:hover, .product-gallery .gallery-thumb-slide:focus {
      border: 1px solid var(--yellow-color); } }

.product-gallery .gallery-thumb-img.video {
  position: relative; }
  .product-gallery .gallery-thumb-img.video::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
    background: #ffffff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 48 48" fill="none"><g clip-path="url(%23clip0_380_3027)"><path fill-rule="evenodd" clip-rule="evenodd" d="M24 48C37.2547 48 48 37.2547 48 24C48 10.7452 37.2547 0 24 0C10.7452 0 0 10.7452 0 24C0 37.2547 10.7452 48 24 48ZM19.2 16.4678V31.5322C19.2 32.4535 20.1954 33.0312 20.9954 32.574L34.1767 25.0418C34.9829 24.5813 34.9829 23.4188 34.1767 22.9581L20.9954 15.4259C20.1954 14.9688 19.2 15.5464 19.2 16.4678Z" fill="%23E93106"/></g><defs><clipPath id="clip0_380_3027"><rect width="48" height="48" fill="%23ffffff"/></clipPath></defs></svg>') center no-repeat; }

.product-advantages .advantages-item {
  position: relative;
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 8px;
  padding: 10px 0; }
  .product-advantages .advantages-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(235, 235, 235, 0.5); }
  @media (max-width: 767.98px) {
    .product-advantages .advantages-item {
      -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; } }

.product-advantages .item-title {
  width: 44.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--grey-color); }
  @media (max-width: 767.98px) {
    .product-advantages .item-title {
      width: 100%; } }

.product-advantages .item-value {
  width: 55.5%;
  color: #000000;
  font-weight: 500; }
  @media (max-width: 767.98px) {
    .product-advantages .item-value {
      width: 100%; } }

.product-explore .product-explore-item {
  padding: 24px;
  border-radius: var(--border-radius);
  background: var(--stroke); }
  .product-explore .product-explore-item:not(:last-child) {
    margin-bottom: 16px; }
  @media (min-width: 992px) {
    .product-explore .product-explore-item:nth-child(even) .product-explore-utp {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .product-explore .product-explore-item:nth-child(even) .product-explore-img {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  @media (max-width: 991.98px) {
    .product-explore .product-explore-item {
      padding: 20px 16px; } }

.product-explore .product-explore-title {
  color: var(--black-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.02em;
  text-transform: uppercase; }
  .product-explore .product-explore-title:not(:last-child) {
    margin-bottom: 12px; }

.product-explore .product-explore-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 12px 15px; }
  @media (max-width: 1199.98px) {
    .product-explore .product-explore-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 991.98px) {
    .product-explore .product-explore-content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (max-width: 767.98px) {
    .product-explore .product-explore-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.product-explore .product-explore-utp {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: var(--grey-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }
  @media (max-width: 991.98px) {
    .product-explore .product-explore-utp {
      max-width: 100%; } }

.product-explore .product-explore-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 234px; }
  @media (max-width: 767.98px) {
    .product-explore .product-explore-img {
      margin-left: auto;
      margin-right: auto; } }

.section-text-img {
  padding-top: 60px;
  padding-bottom: 60px;
  background: var(--stroke); }
  @media (max-width: 991.98px) {
    .section-text-img {
      padding-top: 48px;
      padding-bottom: 48px; } }
  @media (min-width: 992px) {
    .section-text-img .text-img-row {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      gap: 40px; } }
  @media (max-width: 991.98px) {
    .section-text-img .text-img-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 20px; } }
  @media (max-width: 991.98px) {
    .section-text-img .text-img-content {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  @media (max-width: 991.98px) {
    .section-text-img .text-img-img {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .section-text-img .text-img-img img {
    aspect-ratio: 640 / 400;
    border-radius: 8px;
    -o-object-fit: cover;
       object-fit: cover; }
  .section-text-img .section-title {
    color: var(--black-color);
    font-size: 40px;
    line-height: 1.4; }
    .section-text-img .section-title:not(:last-child) {
      margin-bottom: 32px; }
    @media (max-width: 991.98px) {
      .section-text-img .section-title {
        font-size: 32px;
        line-height: 36px; }
        .section-text-img .section-title:not(:last-child) {
          margin-bottom: 20px; } }
  .section-text-img .text-formatted {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; }

.section-appointment {
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
  background-size: cover;
  background-position: center center; }
  .section-appointment::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px); }
  @media (max-width: 991.98px) {
    .section-appointment {
      padding-top: 48px;
      padding-bottom: 28px; } }
  .section-appointment .section-title {
    position: relative;
    z-index: 2;
    color: var(--white); }
    @media (max-width: 991.98px) {
      .section-appointment .section-title {
        font-size: 32px;
        line-height: 36px; } }
    .section-appointment .section-title:not(:last-child) {
      margin-bottom: 32px; }
      @media (max-width: 991.98px) {
        .section-appointment .section-title:not(:last-child) {
          margin-bottom: 20px; } }
  .section-appointment .appointment-list {
    position: relative;
    z-index: 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; }
    @media (max-width: 991.98px) {
      .section-appointment .appointment-list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 0 16px; } }
  .section-appointment .appointment-item {
    position: relative;
    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;
    row-gap: 24px;
    padding: 20px;
    border-top: 1px solid rgba(235, 235, 235, 0.12);
    cursor: pointer; }
    .section-appointment .appointment-item::before {
      content: "";
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 50%;
      width: calc(100% + 24px);
      height: 100%;
      -webkit-transform: translate(-50%, -50%) scale(0.95);
          -ms-transform: translate(-50%, -50%) scale(0.95);
              transform: translate(-50%, -50%) scale(0.95);
      border-radius: 16px;
      background: var(--white);
      opacity: 0;
      pointer-events: none;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    @media (any-hover: hover) {
      .section-appointment .appointment-item:hover::before, .section-appointment .appointment-item:focus::before {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
            -ms-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1); }
      .section-appointment .appointment-item:hover .appointment-item-img img, .section-appointment .appointment-item:focus .appointment-item-img img {
        -webkit-filter: grayscale(0);
                filter: grayscale(0); }
      .section-appointment .appointment-item:hover .appointment-item-title, .section-appointment .appointment-item:focus .appointment-item-title {
        color: var(--yellow-color); } }
    @media (max-width: 991.98px) {
      .section-appointment .appointment-item {
        padding: 20px 0; } }
  .section-appointment .appointment-item-img {
    position: relative;
    z-index: 2;
    width: 120px;
    height: 120px;
    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;
    border-radius: 50%;
    overflow: hidden; }
    .section-appointment .appointment-item-img picture {
      display: block; }
    .section-appointment .appointment-item-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down;
      -webkit-filter: grayscale(1);
              filter: grayscale(1);
      -webkit-transition: -webkit-filter 0.3s ease-in-out;
      transition: -webkit-filter 0.3s ease-in-out;
      transition: filter 0.3s ease-in-out;
      transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out; }
    @media (max-width: 991.98px) {
      .section-appointment .appointment-item-img {
        width: 100px;
        height: 100px; } }
  .section-appointment .appointment-item-title {
    position: relative;
    z-index: 2;
    color: var(--white);
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-transform: uppercase; }
    @media (max-width: 1199.98px) {
      .section-appointment .appointment-item-title {
        font-size: 16px;
        line-height: 1.25; } }

.section-operation .operation-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: var(--stroke); }
  .section-operation .operation-item:not(:last-child) {
    margin-bottom: 30px; }
  @media (min-width: 992px) {
    .section-operation .operation-item:nth-child(even) .operation-item-content {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .section-operation .operation-item:nth-child(even) .operation-item-img {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      .section-operation .operation-item:nth-child(even) .operation-item-img img {
        border-radius: 0 8px 8px 0; } }
  @media (max-width: 991.98px) {
    .section-operation .operation-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .section-operation .operation-item:not(:last-child) {
        margin-bottom: 20px; } }

.section-operation .operation-item-content,
.section-operation .operation-item-img {
  width: 50%; }
  @media (max-width: 991.98px) {
    .section-operation .operation-item-content,
    .section-operation .operation-item-img {
      width: 100%; } }

.section-operation .operation-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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 32px 24px 70px; }
  @media (max-width: 1199.98px) {
    .section-operation .operation-item-content {
      padding: 24px 32px; } }
  @media (max-width: 991.98px) {
    .section-operation .operation-item-content {
      padding: 16px; } }

.section-operation .operation-item-img img {
  border-radius: 8px 0 0 8px; }
  @media (max-width: 991.98px) {
    .section-operation .operation-item-img img {
      border-radius: 8px 8px 0 0; } }

.section-operation .operation-item-title {
  color: var(--black-color);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25; }
  .section-operation .operation-item-title:not(:last-child) {
    margin-bottom: 24px; }
  @media (max-width: 991.98px) {
    .section-operation .operation-item-title {
      font-size: 20px;
      line-height: 1.6; }
      .section-operation .operation-item-title:not(:last-child) {
        margin-bottom: 12px; } }

.section-operation .operation-item-text {
  max-width: 500px;
  color: var(--black-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; }

.section-images-slider {
  overflow: hidden; }
  .section-images-slider .images-slider {
    overflow: visible; }
    .section-images-slider .images-slider:not(.swiper-initialized) {
      overflow: hidden; }
      .section-images-slider .images-slider:not(.swiper-initialized) .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .section-images-slider .images-slider:not(.swiper-initialized) .swiper-slide {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 48%; }
        @media (max-width: 991.98px) {
          .section-images-slider .images-slider:not(.swiper-initialized) .swiper-slide {
            width: 59%; } }
        @media (max-width: 767.98px) {
          .section-images-slider .images-slider:not(.swiper-initialized) .swiper-slide {
            width: 77%; } }
      .section-images-slider .images-slider:not(.swiper-initialized) .swiper-pagination,
      .section-images-slider .images-slider:not(.swiper-initialized) .swiper-button-next,
      .section-images-slider .images-slider:not(.swiper-initialized) .swiper-button-prev {
        display: none; }
  .section-images-slider .swiper-slide.swiper-slide-active {
    z-index: 100; }
    .section-images-slider .swiper-slide.swiper-slide-active .images-slider-wrap {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      border-color: var(--yellow-color); }
      .section-images-slider .swiper-slide.swiper-slide-active .images-slider-wrap::before {
        opacity: 0;
        visibility: hidden; }
  .section-images-slider .images-slider-wrap {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .section-images-slider .images-slider-wrap::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      background: rgba(0, 0, 0, 0.3);
      -webkit-backdrop-filter: blur(7.5px);
              backdrop-filter: blur(7.5px);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .section-images-slider .images-slider-nav {
    padding-top: 50px;
    position: relative;
    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;
    gap: 32px; }
    @media (max-width: 767.98px) {
      .section-images-slider .images-slider-nav {
        padding-top: 28px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 24px; } }
    .section-images-slider .images-slider-nav .swiper-button-next,
    .section-images-slider .images-slider-nav .swiper-button-prev {
      position: static;
      margin-top: 0; }
    .section-images-slider .images-slider-nav .swiper-pagination {
      position: static;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      -webkit-transform: translateX(0) !important;
          -ms-transform: translateX(0) !important;
              transform: translateX(0) !important; }

.section-rich-summary {
  background: var(--stroke); }
  .section-rich-summary .rich-summary-wrap {
    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;
    row-gap: 24px; }
    @media (max-width: 991.98px) {
      .section-rich-summary .rich-summary-wrap {
        row-gap: 20px; } }
    .section-rich-summary .rich-summary-wrap.active .rich-summary-content {
      max-height: 100%; }
      .section-rich-summary .rich-summary-wrap.active .rich-summary-content::before {
        opacity: 0; }
    .section-rich-summary .rich-summary-wrap.active .rich-summary-btn .show {
      display: none; }
    .section-rich-summary .rich-summary-wrap.active .rich-summary-btn .hide {
      display: block; }
  .section-rich-summary .rich-summary-content {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 700px; }
    .section-rich-summary .rich-summary-content::before {
      content: "";
      position: absolute;
      z-index: 11;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 99px;
      pointer-events: none;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(250, 250, 250, 0.1)), to(rgba(250, 250, 250, 0.8)));
      background: linear-gradient(180deg, rgba(250, 250, 250, 0.1) 10%, rgba(250, 250, 250, 0.8) 100%);
      -webkit-backdrop-filter: blur(2px);
              backdrop-filter: blur(2px);
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
    @media (max-width: 991.98px) {
      .section-rich-summary .rich-summary-content::before {
        height: 86px; } }
    .section-rich-summary .rich-summary-content ul:not(.list) > li {
      list-style: initial;
      padding-left: 0; }
      .section-rich-summary .rich-summary-content ul:not(.list) > li::before {
        display: none; }
  @media (max-width: 991.98px) {
    .section-rich-summary .rich-summary-btn {
      min-height: 48px;
      padding: 8px 32px; } }
  .section-rich-summary .rich-summary-btn .hide {
    display: none; }

.youtube-block .youtube-preview {
  position: relative;
  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; }
  .youtube-block .youtube-preview::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%); }
  .youtube-block .youtube-preview img {
    aspect-ratio: 1440 / 540;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 767.98px) {
      .youtube-block .youtube-preview img {
        aspect-ratio: 360 / 320; } }

.youtube-block .youtube-icon {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  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;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--white);
  border-radius: 50%;
  color: var(--yellow-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 991.98px) {
    .youtube-block .youtube-icon {
      width: 64px;
      height: 64px; } }
  .youtube-block .youtube-icon .icon {
    width: 100%;
    height: 100%; }
  @media (any-hover: hover) {
    .youtube-block .youtube-icon:hover {
      color: var(--white);
      background: var(--yellow-color); } }
  .youtube-block .youtube-icon:focus {
    color: var(--white);
    background: var(--yellow-color); }

.help-block {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 991.98px) {
    .help-block {
      padding-top: 48px;
      padding-bottom: 48px; } }
  .help-block::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px); }
  @media (max-width: 991.98px) {
    .help-block {
      padding-top: 48px;
      padding-bottom: 48px; } }
  .help-block .section-form {
    position: relative;
    z-index: 100;
    max-width: 544px;
    margin-left: auto; }
    @media (max-width: 991.98px) {
      .help-block .section-form {
        margin: 0 auto; } }
    @media (max-width: 767.98px) {
      .help-block .section-form {
        max-width: 100%; } }
    @media (any-hover: hover) {
      .help-block .section-form .btn-yellow:hover {
        background: transparent;
        color: var(--white); } }
    .help-block .section-form .btn-yellow:focus {
      background: transparent;
      color: var(--white); }
  .help-block .section-form-title {
    color: var(--white);
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25; }
    .help-block .section-form-title:not(:last-child) {
      margin-bottom: 8px; }
    @media (max-width: 991.98px) {
      .help-block .section-form-title {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0.02em; } }
  .help-block .section-form-text {
    color: var(--white);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
    .help-block .section-form-text:not(:last-child) {
      margin-bottom: 24px; }
      @media (max-width: 991.98px) {
        .help-block .section-form-text:not(:last-child) {
          margin-bottom: 20px; } }
  .help-block .form-style:not(.form-style-popup) {
    padding: 0;
    background: transparent;
    border-radius: 0; }
  @media (max-width: 991.98px) {
    .help-block .form-style .form-wrap:not(:last-child) {
      margin-bottom: 20px; } }
  .help-block .form-style .form-label {
    color: var(--white); }
  @media (max-width: 991.98px) {
    .help-block .form-style .form-group:not(:last-child) {
      margin-bottom: 12px; } }
  @media (max-width: 991.98px) {
    .help-block .form-style .btn {
      padding: 6px 32px;
      min-height: 48px; } }

.product-fast-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 20px; }
  .product-fast-order .form-control {
    border-right: none;
    border-radius: 4px 0 0 4px; }
  .product-fast-order .btn-submit {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    white-space: nowrap;
    border-radius: 0 4px 4px 0; }
  .product-fast-order .form-error {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    right: 0;
    display: block;
    margin: 0;
    padding: 2px 0;
    color: red;
    font-size: 12px; }

.share-friends {
  margin: 20px 0; }
  .share-friends .block-title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .share-friends .socials-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px; }

.products-sets-wrap {
  margin: 30px 0; }
  .products-sets-wrap .sets-carousel:not(.swiper-initialized) .swiper-slide ~ .swiper-slide {
    display: none; }
  .products-sets-wrap .sets-carousel {
    margin-left: -10px;
    margin-right: -10px; }
    .products-sets-wrap .sets-carousel .swiper-slide {
      padding: 10px; }
  .products-sets-wrap .set-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 314px auto 314px auto 314px;
    grid-template-columns: 314px auto 314px auto 314px;
    gap: 20px; }
    .products-sets-wrap .set-card .plus-icon,
    .products-sets-wrap .set-card .equal-icon {
      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; }
      .products-sets-wrap .set-card .plus-icon svg,
      .products-sets-wrap .set-card .equal-icon svg {
        width: 50px;
        height: 50px; }
    .products-sets-wrap .set-card .summary-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 10px;
      border-radius: 10px;
      -webkit-box-shadow: 0 2px 3px #bebebe;
              box-shadow: 0 2px 3px #bebebe; }
      .products-sets-wrap .set-card .summary-block .summary-title {
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px; }
      .products-sets-wrap .set-card .summary-block .set-actions {
        margin-top: auto; }
        .products-sets-wrap .set-card .summary-block .set-actions .btn {
          width: 100%; }

.products-carousel-section {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  margin: 30px 0; }

.products-carousel-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px; }

.products-carousel.swiper {
  overflow: visible; }
  .products-carousel.swiper .swiper-slide {
    opacity: 1; }
    .products-carousel.swiper .swiper-slide:not(.swiper-slide-visible) {
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }

.products-carousel .products-carousel-nav {
  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-top: 40px; }
  @media (max-width: 768px) {
    .products-carousel .products-carousel-nav {
      margin-top: 24px; } }
  @media (max-width: 576px) {
    .products-carousel .products-carousel-nav {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.products-carousel-tabs-section .products-carousel-title {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: bold; }

.products-carousel-tabs .products-carousel-tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px; }
  .products-carousel-tabs .products-carousel-tabs-nav .products-carousel-nav-item {
    padding: 7px 15px;
    border: 1px solid var(--white);
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .products-carousel-tabs .products-carousel-tabs-nav .products-carousel-nav-item.active {
      background: var(--white);
      color: #ffffff; }
  .products-carousel-tabs .products-carousel-tabs-nav .nav-item-title {
    font-weight: bold;
    text-transform: uppercase; }

.products-carousel-tabs .products-carousel-tabs-content {
  position: relative;
  z-index: 1; }

.products-carousel-tabs .products-carousel-tab-content {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .products-carousel-tabs .products-carousel-tab-content:not(.active) {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none; }

.product-stickers-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(235, 235, 235, 0.5); }
  .product-stickers-wrap:not(:last-child) {
    margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .product-stickers-wrap .product-stickers-title {
      width: 100%; } }
  .product-stickers-wrap .product-stickers {
    gap: 12px; }
    .product-stickers-wrap .product-stickers .sticker-item {
      width: auto;
      padding: 0;
      gap: 8px; }
    .product-stickers-wrap .product-stickers .sticker-item-img {
      width: 40px;
      height: 40px;
      padding: 6px;
      border-radius: 50%;
      border: 1px solid var(--outline);
      -webkit-transition: border 0.3s ease;
      transition: border 0.3s ease; }

.product-stickers-title {
  color: #000000;
  font-weight: 500; }

.product-stickers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px; }
  .product-stickers .sticker-item {
    position: relative;
    min-height: 48px;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    padding: 0 16px;
    color: #000000;
    background: var(--white);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer; }
    @media (max-width: 991.98px) {
      .product-stickers .sticker-item {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 40px;
        height: 40px;
        min-height: 40px;
        border-radius: 100px;
        background: transparent;
        padding: 0; } }
    @media (min-width: 992px) {
      .product-stickers .sticker-item:hover .sticker-item-img, .product-stickers .sticker-item:focus .sticker-item-img {
        border-color: var(--yellow-color); }
      .product-stickers .sticker-item:hover .sticker-item-title, .product-stickers .sticker-item:focus .sticker-item-title {
        color: var(--yellow-color); } }
    @media (max-width: 991.98px) {
      .product-stickers .sticker-item:hover:first-child .sticker-item-title, .product-stickers .sticker-item:focus:first-child .sticker-item-title {
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); }
      .product-stickers .sticker-item:hover::after, .product-stickers .sticker-item:focus::after {
        color: var(--white);
        background: var(--yellow-color);
        border-color: var(--yellow-color); }
      .product-stickers .sticker-item:hover::before, .product-stickers .sticker-item:focus::before {
        opacity: 1;
        visibility: visible; }
      .product-stickers .sticker-item:hover .sticker-item-title, .product-stickers .sticker-item:focus .sticker-item-title {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0); } }
    @media (max-width: 991.98px) {
      .product-stickers .sticker-item:first-child .sticker-item-title {
        left: 0;
        -webkit-transform: translate(0, 10px);
            -ms-transform: translate(0, 10px);
                transform: translate(0, 10px); } }
    .product-stickers .sticker-item::after {
      content: "i";
      position: absolute;
      top: -4px;
      right: -3px;
      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: 16px;
      height: 16px;
      font-size: 12px;
      line-height: 1;
      color: #6e6e6e;
      border-radius: 50px;
      background: transparent;
      border: 1px solid #6e6e6e;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media (min-width: 992px) {
        .product-stickers .sticker-item::after {
          display: none; } }
    .product-stickers .sticker-item::before {
      content: "";
      position: absolute;
      z-index: 6;
      top: -20px;
      right: -2px;
      width: 13px;
      height: 9px;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="9" viewBox="0 0 13 9" fill="none"><path d="M6.49035 9L0.852823 0L12.1279 0L6.49035 9Z" fill="white"/></svg>') center no-repeat;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      opacity: 0;
      visibility: hidden; }
      @media (min-width: 992px) {
        .product-stickers .sticker-item::before {
          display: none; } }
  .product-stickers .sticker-item-img {
    width: 24px;
    height: 24px;
    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;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%; }
    .product-stickers .sticker-item-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
    @media (max-width: 991.98px) {
      .product-stickers .sticker-item-img {
        width: 40px;
        height: 40px;
        background: var(--white);
        border-color: var(--white); } }
  .product-stickers .sticker-icon {
    width: 25px;
    height: 20px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="20" viewBox="0 0 25 20" fill="none"><g clip-path="url(%23clip0_380_3171)"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.15724 11.8566H7.16057V10.7266H3.07057H3.02724V14.7499H4.1239V11.8732L4.15724 11.8566Z" fill="%23020B25"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3.02747 6.77669H11.2375L11.2541 6.77002C13.0275 6.78669 14.4575 8.22335 14.4575 9.99335C14.4575 11.7667 13.0208 13.2034 11.2441 13.2167H11.2175L9.20747 13.2134V9.14002H10.3408V12.1034L10.4341 12.1H11.2175H11.2608C12.4075 12.0767 13.3308 11.1434 13.3308 9.99335C13.3308 8.83669 12.3975 7.90002 11.2408 7.88669H4.14414H4.11747V9.11669V9.14002H7.14414L7.14747 10.27H3.0308H3.01747L3.02747 6.77669Z" fill="%23020B25"/><path fill-rule="evenodd" clip-rule="evenodd" d="M19.4725 5.29346L24.4325 13.6568L25.1425 12.4835L20.7459 5.29346H19.4725Z" fill="%23020B25"/><path fill-rule="evenodd" clip-rule="evenodd" d="M14.3833 14.7501L19.47 6.27344L23.6633 13.2168H17.8833V12.1334H21.6367L19.47 8.5201L15.9167 14.7501H14.3833Z" fill="%23020B25"/><path fill-rule="evenodd" clip-rule="evenodd" d="M24.4333 13.6567H17.8833V14.7501L23.79 14.7467L23.8 14.7201L24.4333 13.6567Z" fill="%23020B25"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7.60333 13.6201L7.60666 9.14008H8.74V13.6201V13.6301H11.2167H11.2433C13.25 13.6168 14.8733 11.9901 14.8733 9.98675C14.8733 7.98675 13.2533 6.36008 11.25 6.34342H11.2167H2.61666V14.7501H1.52333V5.25342H11.22H11.2633C13.57 5.27342 15.4833 6.87675 15.8967 9.06008L18.2 5.29342H19.4733L15.5267 11.9068L15.1433 12.5534C14.2933 13.7968 12.8833 14.7234 11.2633 14.7401H11.22H7.60333V13.6201Z" fill="%23020B25"/></g><defs><clipPath id="clip0_380_3171"><rect width="25" height="20" fill="white"/></clipPath></defs></svg>') center no-repeat; }
  .product-stickers .sticker-item-title {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (min-width: 992px) {
      .product-stickers .sticker-item-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (max-width: 991.98px) {
      .product-stickers .sticker-item-title {
        position: absolute;
        bottom: 140%;
        left: 90%;
        height: auto;
        min-width: 220px;
        padding: 8px 12px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(-50%, 10px);
            -ms-transform: translate(-50%, 10px);
                transform: translate(-50%, 10px);
        border-radius: 8px;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        background: var(--white);
        -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
                box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
  .product-stickers .sticker-item-title-key {
    color: #6e6e6e; }

.product-variants-wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(235, 235, 235, 0.5); }
  .product-variants-wrap:not(:last-child) {
    margin-bottom: 20px; }
  .product-variants-wrap .variant-checker:not(:last-child) {
    margin-bottom: 10px; }
  .product-variants-wrap .variant-checker .block-title {
    color: #000000;
    font-weight: 500; }
    .product-variants-wrap .variant-checker .block-title:not(:last-child) {
      margin-bottom: 12px; }
  .product-variants-wrap .variant-checker-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px; }
    .product-variants-wrap .variant-checker-buttons .button {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding: 8px 20px;
      min-height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #000000;
      border-radius: var(--border-radius);
      background: var(--white);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border: 1px solid var(--black-color); }
      @media (any-hover: hover) {
        .product-variants-wrap .variant-checker-buttons .button:hover {
          background: var(--yellow-color);
          color: var(--white);
          border-color: var(--yellow-color); } }
      .product-variants-wrap .variant-checker-buttons .button.selected {
        background: var(--yellow-color);
        border-color: var(--yellow-color);
        color: var(--white);
        cursor: default; }
  .product-variants-wrap .variant-checker-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 5px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px; }
    .product-variants-wrap .variant-checker-images .button-image {
      border: 1px solid #000000;
      background: white;
      border-radius: 3px;
      padding: 4px; }
      .product-variants-wrap .variant-checker-images .button-image.selected {
        padding: 3px;
        border-width: 2px;
        border-color: var(--white); }

.cart-item .variant-attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 4px; }
  .cart-item .variant-attributes .variant-attribute {
    line-height: 1; }
  .cart-item .variant-attributes .value {
    font-weight: bold; }

.category-page-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(250px, 300px) 1fr;
  grid-template-columns: minmax(250px, 300px) 1fr;
  gap: 30px; }

.catalog-product-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; }
  @media (max-width: 767.98px) {
    .catalog-product-grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575.98px) {
    .catalog-product-grid {
      -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr); } }

.catalog-filter .aside-elem {
  padding-top: 16px;
  padding-bottom: 8px; }
  .catalog-filter .aside-elem:not(:last-child) {
    margin-bottom: 16px;
    border-bottom: 1px solid #f4f4f4; }

.catalog-filter .aside-elem-title {
  min-height: 40px;
  padding: 4px 0;
  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: 8px;
  color: var(--black-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer; }
  @media (any-hover: hover) {
    .catalog-filter .aside-elem-title:hover, .catalog-filter .aside-elem-title:focus {
      color: var(--blue-color); }
      .catalog-filter .aside-elem-title:hover .icon-arrow, .catalog-filter .aside-elem-title:focus .icon-arrow {
        background: var(--blue-color); }
        .catalog-filter .aside-elem-title:hover .icon-arrow .icon, .catalog-filter .aside-elem-title:focus .icon-arrow .icon {
          color: var(--white); } }
  .catalog-filter .aside-elem-title .icon-arrow {
    background: #f7f8ff;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .catalog-filter .aside-elem-title .icon-arrow.active {
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
    .catalog-filter .aside-elem-title .icon-arrow .icon {
      color: var(--blue-color);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }

.catalog-filter .filter-search-wrap {
  position: relative;
  margin-top: 8px; }
  .catalog-filter .filter-search-wrap:not(:last-child) {
    margin-bottom: 16px; }
  @media (any-hover: hover) {
    .catalog-filter .filter-search-wrap:hover input, .catalog-filter .filter-search-wrap:focus input {
      border-color: var(--blue-color); }
    .catalog-filter .filter-search-wrap:hover .icon, .catalog-filter .filter-search-wrap:focus .icon {
      color: var(--blue-color); } }
  .catalog-filter .filter-search-wrap input {
    width: 100%;
    height: 40px;
    padding: 2px 50px 2px 16px;
    border-radius: 8px;
    border: 1px solid #f4f4f4;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .catalog-filter .filter-search-wrap input::-webkit-input-placeholder {
      color: var(--text);
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }
    .catalog-filter .filter-search-wrap input::-moz-placeholder {
      color: var(--text);
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }
    .catalog-filter .filter-search-wrap input:-ms-input-placeholder {
      color: var(--text);
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }
    .catalog-filter .filter-search-wrap input::-ms-input-placeholder {
      color: var(--text);
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }
    .catalog-filter .filter-search-wrap input::placeholder {
      color: var(--text);
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }
  .catalog-filter .filter-search-wrap .icon {
    position: absolute;
    top: 50%;
    right: 6px;
    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;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 40px;
    padding: 10px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }

.catalog-filter .aside-elem-list {
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .catalog-filter .aside-elem-list .mCSB_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px; }

.catalog-filter .aside-elem-list.colors-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 5px;
  overflow: unset;
  max-height: unset;
  padding-right: 0; }

.catalog-filter .color-value {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .catalog-filter .color-value.checked {
    border-color: green; }
  .catalog-filter .color-value:focus, .catalog-filter .color-value:hover {
    -webkit-box-shadow: 0 0 6px 0 #000000;
            box-shadow: 0 0 6px 0 #000000; }

.catalog-filter .attribute-checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: var(--black-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media (max-width: 991.98px) {
    .catalog-filter .attribute-checkbox {
      font-size: 14px; } }
  .catalog-filter .attribute-checkbox:not(:last-child) {
    margin-bottom: 12px; }
  @media (any-hover: hover) {
    .catalog-filter .attribute-checkbox:hover, .catalog-filter .attribute-checkbox:focus {
      color: var(--blue-color);
      text-decoration: none; } }
  .catalog-filter .attribute-checkbox .checkmark {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border: 1px solid #f4f4f4;
    background-color: var(--white);
    border-radius: 4px; }
  .catalog-filter .attribute-checkbox.active .checkmark {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><g clip-path="url(%23clip0_2135_7214)"><path d="M11.636 4.02108L5.29304 10.3641C5.06235 10.5953 4.74966 10.726 4.42304 10.7278C4.42011 10.7278 4.41721 10.728 4.4143 10.728C4.4114 10.728 4.40847 10.7279 4.40556 10.7278C4.37793 10.7276 4.35032 10.7264 4.32273 10.7243C4.30086 10.7228 4.27898 10.7206 4.25711 10.7178C4.23032 10.7144 4.20355 10.7104 4.17697 10.7053C4.17463 10.7048 4.17229 10.7042 4.16994 10.7038C4.1425 10.6983 4.11529 10.6917 4.08819 10.6843C4.06147 10.6771 4.03492 10.6692 4.00862 10.6601C4.00682 10.6595 4.00499 10.659 4.00318 10.6584C3.99955 10.6571 3.99597 10.6556 3.99236 10.6543C3.93885 10.6351 3.88673 10.6122 3.83638 10.5859C3.81114 10.5726 3.78639 10.5581 3.7619 10.5429C3.71591 10.5146 3.67183 10.4834 3.62994 10.4494C3.61368 10.4361 3.59767 10.4223 3.58192 10.4081C3.56617 10.3939 3.55072 10.3792 3.53556 10.3641L0.363974 7.19259C0.130923 6.95954 -2.19766e-06 6.64345 0 6.31387C2.19772e-06 5.98428 0.130932 5.6682 0.363986 5.43515C0.597039 5.2021 0.913127 5.07117 1.24271 5.07117C1.5723 5.07117 1.88838 5.2021 2.12143 5.43516L4.41423 7.72793L9.87854 2.26359C9.99382 2.14762 10.1308 2.05554 10.2818 1.99262C10.4327 1.9297 10.5946 1.89719 10.7581 1.89694C10.9216 1.8967 11.0835 1.92872 11.2346 1.99118C11.3858 2.05364 11.5231 2.14531 11.6387 2.26093C11.7543 2.37656 11.846 2.51386 11.9084 2.66498C11.9709 2.81609 12.0029 2.97805 12.0027 3.14156C12.0024 3.30508 11.9699 3.46694 11.907 3.61786C11.8441 3.76879 11.752 3.90581 11.636 4.02108Z" fill="white"/></g><defs><clipPath id="clip0_2135_7214"><rect width="12" height="12" fill="white"/></clipPath></defs></svg>');
    background-color: var(--blue-color);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    border-color: var(--blue-color); }
  .catalog-filter .attribute-checkbox .items {
    color: var(--text); }

.catalog-filter .toggle-elem-list .open {
  display: block; }

.catalog-filter .toggle-elem-list .hide {
  display: none; }

.catalog-filter .toggle-elem-list.active .open {
  display: none; }

.catalog-filter .toggle-elem-list.active .hide {
  display: block; }

.catalog-filter-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px 16px; }
  @media (max-width: 991.98px) {
    .catalog-filter-selected {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .catalog-filter-selected .filter-selected-title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--black-color);
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .catalog-filter-selected .filter-selected-title {
        min-height: 32px; } }
  .catalog-filter-selected .filter-selected-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px; }
  .catalog-filter-selected .filter-selected-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
  .catalog-filter-selected .filter-selected {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 4px 16px;
    color: var(--text);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    border-radius: 100px;
    border: 1px solid #f4f4f4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .catalog-filter-selected .filter-selected:hover, .catalog-filter-selected .filter-selected:focus {
        text-decoration: none;
        background: var(--blue-color);
        color: var(--white);
        border-color: var(--blue-color); } }
    .catalog-filter-selected .filter-selected span {
      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; }
    .catalog-filter-selected .filter-selected .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;
      width: 15px;
      height: 15px; }
      .catalog-filter-selected .filter-selected .icon-wrap .ic {
        width: 10px;
        height: 10px; }
  .catalog-filter-selected .filter-selected-clear {
    min-height: 32px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    color: var(--text);
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .catalog-filter-selected .filter-selected-clear:hover, .catalog-filter-selected .filter-selected-clear:focus {
        text-decoration: none;
        color: var(--blue-color); }
        .catalog-filter-selected .filter-selected-clear:hover .icon-wrap, .catalog-filter-selected .filter-selected-clear:focus .icon-wrap {
          background: var(--blue-color);
          color: var(--white); } }
    @media (max-width: 991.98px) {
      .catalog-filter-selected .filter-selected-clear {
        min-height: 24px; } }
    .catalog-filter-selected .filter-selected-clear .icon-wrap {
      width: 24px;
      height: 24px;
      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;
      border-radius: 50px;
      background: #eaeaea;
      -webkit-transition: background 0.3s ease;
      transition: background 0.3s ease; }
      .catalog-filter-selected .filter-selected-clear .icon-wrap .ic {
        width: 10px;
        height: 10px;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease; }

.scrollable {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 152px; }
  @media (max-width: 991.98px) {
    .scrollable {
      max-height: 150px; } }

.scrollable.showScroll::after {
  position: absolute;
  content: "";
  top: 0;
  right: 1px;
  height: 99%;
  width: 2px;
  border-radius: 50%;
  background: #d9d9d9; }

.scrollable .scrollable-wrapper {
  width: 100%;
  height: 100%;
  padding-right: 10px;
  overflow-y: scroll;
  scrollbar-width: none; }

.scroller {
  z-index: 5;
  cursor: pointer;
  position: absolute;
  width: 4px;
  border-radius: 2px;
  background: #054e87;
  top: 0;
  right: 0;
  -webkit-transition: top .08s;
  transition: top .08s; }

.scrollable-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.catalog-top:not(:last-child) {
  margin-bottom: 32px; }

.catalog-sorting-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px; }
  @media (max-width: 991.98px) {
    .catalog-sorting-wrap {
      -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;
      gap: 12px; } }
  .catalog-sorting-wrap .sorting-title {
    color: var(--black-color);
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase; }

@media (max-width: 991.98px) {
  .section-catalog .catalog-sorting-wrap.catalog-sorting-inline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0; } }

.section-catalog .catalog-sorting-wrap.catalog-sorting-inline:not(:last-child) {
  margin-bottom: 24px; }

.section-catalog .catalog-sorting-wrap.catalog-sorting-inline .sorting-title {
  color: var(--grey-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 991.98px) {
    .section-catalog .catalog-sorting-wrap.catalog-sorting-inline .sorting-title {
      padding-right: 12px;
      color: var(--black-color);
      -ms-flex-negative: 0;
          flex-shrink: 0;
      letter-spacing: 0.02em;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; } }

@media (max-width: 991.98px) {
  .section-catalog .catalog-sorting-wrap.catalog-sorting-inline .sorting-inner {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .section-catalog .catalog-sorting-wrap.catalog-sorting-inline .sorting-inner.nav-tabs-active .sorting-nav-btn::after {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .section-catalog .catalog-sorting-wrap.catalog-sorting-inline .sorting-inner.nav-tabs-active .sorting-list {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      pointer-events: initial; } }

.section-catalog .catalog-sorting-wrap.catalog-sorting-inline .sorting-nav-btn {
  width: 100%;
  min-height: 40px;
  padding: 4px 16px;
  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;
  background: var(--white-color);
  color: var(--black-color);
  border: 1px solid var(--black-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 8px;
  text-transform: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .section-catalog .catalog-sorting-wrap.catalog-sorting-inline .sorting-nav-btn::after {
    content: "";
    margin-left: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    width: 14px;
    height: 8px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="8" viewBox="0 0 14 8" fill="none"><path d="M13 1L7 7L1 0.999999" stroke="%23eb512e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  @media (min-width: 992px) {
    .section-catalog .catalog-sorting-wrap.catalog-sorting-inline .sorting-nav-btn {
      display: none; } }

@media (max-width: 991.98px) {
  .section-catalog .catalog-sorting-wrap.catalog-sorting-inline .sorting-list {
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 8px;
    gap: 4px;
    padding: 4px;
    overflow: hidden;
    background: var(--white);
    opacity: 0;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    pointer-events: none;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1); } }

.section-catalog .catalog-sorting-wrap.catalog-sorting-inline .sorting-btn {
  position: relative;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 20px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  border-radius: var(--border-radius);
  border: 1px solid var(--black-color);
  background: var(--white);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .section-catalog .catalog-sorting-wrap.catalog-sorting-inline .sorting-btn {
      padding: 6px 16px;
      border-radius: 4px;
      border: none;
      width: 100%; } }
  .section-catalog .catalog-sorting-wrap.catalog-sorting-inline .sorting-btn::after {
    display: none; }
  @media (any-hover: hover) {
    .section-catalog .catalog-sorting-wrap.catalog-sorting-inline .sorting-btn:hover, .section-catalog .catalog-sorting-wrap.catalog-sorting-inline .sorting-btn:focus {
      border-color: var(--yellow-color);
      background: var(--yellow-color);
      color: var(--white); } }
  .section-catalog .catalog-sorting-wrap.catalog-sorting-inline .sorting-btn.active {
    border-color: var(--yellow-color);
    background: var(--yellow-color);
    color: var(--white);
    cursor: default; }

.catalog-sorting-wrap.catalog-sorting-inline:not(:last-child) {
  margin-bottom: 12px; }

.catalog-sorting-wrap.catalog-sorting-inline .sorting-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px; }

.catalog-sorting-wrap.catalog-sorting-inline .sorting-btn {
  position: relative;
  cursor: pointer;
  color: var(--blue-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  overflow: hidden; }
  .catalog-sorting-wrap.catalog-sorting-inline .sorting-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--blue-color);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  @media (any-hover: hover) {
    .catalog-sorting-wrap.catalog-sorting-inline .sorting-btn:hover, .catalog-sorting-wrap.catalog-sorting-inline .sorting-btn:focus {
      text-decoration: none; }
      .catalog-sorting-wrap.catalog-sorting-inline .sorting-btn:hover::after, .catalog-sorting-wrap.catalog-sorting-inline .sorting-btn:focus::after {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); } }
  .catalog-sorting-wrap.catalog-sorting-inline .sorting-btn.active {
    color: var(--text); }

.page-contacts-in {
  background-color: var(--outline);
  padding-bottom: 80px; }
  @media (max-width: 991.98px) {
    .page-contacts-in {
      padding-bottom: 60px; } }
  @media (min-width: 992px) {
    .page-contacts-in .contacts-block .info-title {
      font-size: 12px; } }

.page-contacts {
  padding-top: 0; }
  .page-contacts .page-contacts-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; }
    .page-contacts .page-contacts-row:not(:last-child) {
      margin-bottom: 64px; }
      @media (max-width: 991.98px) {
        .page-contacts .page-contacts-row:not(:last-child) {
          margin-bottom: 32px; } }
    @media (max-width: 991.98px) {
      .page-contacts .page-contacts-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 32px; } }
  .page-contacts .page-contacts-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 991.98px) {
      .page-contacts .page-contacts-col {
        width: 100%; } }
  .page-contacts .page-contacts-office {
    position: relative;
    padding-bottom: 12px;
    color: var(--black-color);
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.02em; }
    @media (max-width: 991.98px) {
      .page-contacts .page-contacts-office {
        font-size: 24px;
        line-height: 30px; } }
    .page-contacts .page-contacts-office::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: var(--outline); }
    .page-contacts .page-contacts-office:not(:last-child) {
      margin-bottom: 24px; }
      @media (max-width: 991.98px) {
        .page-contacts .page-contacts-office:not(:last-child) {
          margin-bottom: 29px; } }
  @media (max-width: 991.98px) {
    .page-contacts .page-contacts-map-img {
      margin: 0 -16px; } }
  @media (min-width: 992px) {
    .page-contacts .page-contacts-map-img picture,
    .page-contacts .page-contacts-map-img img {
      border-radius: var(--border-radius); } }
  .page-contacts .contacts-block:not(:last-child) {
    margin-bottom: 16px; }
  .page-contacts .contacts-block .contacts-info {
    border-top: none;
    padding-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--outline); }
    .page-contacts .contacts-block .contacts-info.address {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .page-contacts .contacts-block .contacts-info .btn {
      margin-left: 52px; }
  .page-contacts .contacts-block .info-icon {
    border: 1px solid var(--black-color);
    background: transparent;
    color: var(--black-color); }
  .page-contacts .contacts-block .btn-grey-border {
    padding: 4px 20px;
    min-height: 40px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border: 1px solid var(--outline);
    -webkit-backdrop-filter: blur(40px);
            backdrop-filter: blur(40px); }
  @media (min-width: 992px) {
    .page-contacts .socials-wrap {
      padding-left: 60px; } }
  .page-contacts .socials-wrap .info-title {
    line-height: 18px;
    color: var(--grey-color); }
    .page-contacts .socials-wrap .info-title:not(:last-child) {
      margin-bottom: 8px; }
  @media (min-width: 992px) {
    .page-contacts .form-style {
      background: var(--stroke); } }
  @media (max-width: 991.98px) {
    .page-contacts .form-style {
      padding: 32px 0; } }
  @media (min-width: 992px) {
    .page-contacts .form-style .form-group .form-control {
      border-color: transparent; } }
  .page-contacts .form-style .form-group .form-control:hover, .page-contacts .form-style .form-group .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: var(--yellow-color); }
  .page-contacts .form-style .form-group:nth-child(1), .page-contacts .form-style .form-group:nth-child(2) {
    width: 100%; }
    @media (min-width: 1200px) {
      .page-contacts .form-style .form-group:nth-child(1), .page-contacts .form-style .form-group:nth-child(2) {
        width: calc(50% - 8px); } }

.contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .contacts-block:not(:last-child) {
    margin-bottom: 20px; }
    @media (max-width: 991.98px) {
      .contacts-block:not(:last-child) {
        margin-bottom: 16px; } }
  .contacts-block .contacts-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    padding-top: 20px;
    border-top: 1px solid var(--outline); }
    @media (max-width: 991.98px) {
      .contacts-block .contacts-info {
        padding-top: 16px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .contacts-block .contacts-info:not(:last-child) {
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .contacts-block .contacts-info:not(:last-child) {
          margin-bottom: 16px; } }
    .contacts-block .contacts-info.phones .info-content {
      -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; }
    .contacts-block .contacts-info.work-time .info-content {
      -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; }
  .contacts-block .info-icon {
    width: 48px;
    height: 48px;
    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;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%;
    background: var(--yellow-color);
    color: var(--white); }
    @media (max-width: 991.98px) {
      .contacts-block .info-icon {
        width: 40px;
        height: 40px; } }
    .contacts-block .info-icon .icon {
      width: 24px;
      height: 24px; }
      @media (max-width: 991.98px) {
        .contacts-block .info-icon .icon {
          width: 20px;
          height: 20px; } }
  .contacts-block .info-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .contacts-block .info-title {
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; }
    .contacts-block .info-title:not(:last-child) {
      margin-bottom: 4px; }
      @media (max-width: 767.98px) {
        .contacts-block .info-title:not(:last-child) {
          margin-bottom: 8px; } }
  .contacts-block .info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4px 12px;
    color: var(--black-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    /* 120% */ }
    @media (max-width: 991.98px) {
      .contacts-block .info-content {
        font-size: 14px;
        line-height: 20px; } }
    .contacts-block .info-content span {
      max-width: 292px; }
    .contacts-block .info-content a {
      color: var(--black-color);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @media (max-width: 991.98px) {
        .contacts-block .info-content a {
          font-size: 14px;
          line-height: 20px; } }
      .contacts-block .info-content a .sup,
      .contacts-block .info-content a .quote,
      .contacts-block .info-content a .nums {
        font-weight: 400; }
      @media (any-hover: hover) {
        .contacts-block .info-content a:hover, .contacts-block .info-content a:focus {
          text-decoration: none;
          color: var(--yellow-color); } }
  @media (max-width: 991.98px) {
    .contacts-block .btn {
      gap: 8px;
      font-size: 14px;
      font-weight: 400; } }
  .contacts-block .btn .icon {
    width: 20px;
    height: 20px;
    color: var(--yellow-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  @media (any-hover: hover) {
    .contacts-block .btn:hover, .contacts-block .btn:focus {
      border-color: var(--yellow-color);
      color: var(--white); }
      .contacts-block .btn:hover .icon, .contacts-block .btn:focus .icon {
        color: var(--white); } }

.socials-wrap .socials-title {
  color: var(--black-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.4px;
  text-transform: uppercase; }
  .socials-wrap .socials-title:not(:last-child) {
    margin-bottom: 12px; }
  @media (max-width: 991.98px) {
    .socials-wrap .socials-title {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.02em; } }

.socials-wrap .socials-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px; }
  @media (max-width: 991.98px) {
    .socials-wrap .socials-nav {
      gap: 12px; } }

.socials-wrap .social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--black-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media (any-hover: hover) {
    .socials-wrap .social-link:hover, .socials-wrap .social-link:focus {
      text-decoration: none;
      color: var(--yellow-color); }
      .socials-wrap .social-link:hover .social-img, .socials-wrap .social-link:focus .social-img {
        opacity: 0.8; } }
  @media (max-width: 991.98px) {
    .socials-wrap .social-link {
      font-size: 12px;
      line-height: 18px; } }

.socials-wrap .social-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  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;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .socials-wrap .social-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.page-checkout .section-title {
  color: var(--black-color); }

.checkout-grid-one-step {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-bottom: 30px; }
  @media (max-width: 991.98px) {
    .checkout-grid-one-step {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 40px; }
      .checkout-grid-one-step .left-side {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .checkout-grid-one-step .right-side {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }

.page-checkout .form-section {
  width: 100%; }
  .page-checkout .form-section.payment-info:not(:last-child) {
    margin-bottom: 24px; }
  .page-checkout .form-section.contacts-info .form-section-title {
    padding-bottom: 12px;
    border-bottom: 1px solid var(--outline); }
  .page-checkout .form-section:not(:last-child) {
    margin-bottom: 40px; }
  .page-checkout .form-section .form-section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--black-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-transform: uppercase; }
    .page-checkout .form-section .form-section-title:not(:last-child) {
      margin-bottom: 16px; }

.order-products-table .products-table-head {
  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;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--outline); }
  .order-products-table .products-table-head .btn {
    min-height: 26px;
    padding: 0 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .order-products-table .products-table-head .btn:hover {
        color: var(--yellow-color); } }
    .order-products-table .products-table-head .btn:focus {
      color: var(--yellow-color); }
    @media (max-width: 575.98px) {
      .order-products-table .products-table-head .btn .ic {
        width: 20px;
        height: 20px; }
      .order-products-table .products-table-head .btn .btn-text {
        display: none; } }

.order-products-table .products-table-title {
  color: var(--black-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.02em;
  text-transform: uppercase; }

.delivery-type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-bottom: 8px; }
  .delivery-type-list .delivery-type-content {
    margin-top: 8px; }
    .delivery-type-list .delivery-type-content .form-group:last-child {
      margin-bottom: 0; }
  .delivery-type-list .custom-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 24px;
    min-height: 48px;
    border-radius: 4px;
    border: 1px solid var(--outline);
    background: var(--white);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px); }
    @media (max-width: 991.98px) {
      .delivery-type-list .custom-radio {
        padding: 12px 20px; } }
    .delivery-type-list .custom-radio .checkmark {
      margin-right: 12px; }
      @media (max-width: 991.98px) {
        .delivery-type-list .custom-radio .checkmark {
          margin-right: 10px; } }
    .delivery-type-list .custom-radio .radio-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }

.form-required-fields-note {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400; }
  .form-required-fields-note .required {
    color: red; }

.pickup .control-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  padding-bottom: 16px;
  padding-left: 24px; }

.pickup .control-label {
  cursor: pointer;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .pickup .control-label input[type="radio"] {
    display: none; }
  @media (any-hover: hover) {
    .pickup .control-label:hover {
      color: var(--yellow-color); } }
  .pickup .control-label:focus {
    color: var(--yellow-color); }
  .pickup .control-label .checkmark {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: var(--white);
    border-radius: 4px;
    border: 1px solid var(--outline);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .pickup .control-label .checkmark:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 10px;
      height: 8px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="none"><path d="M1.4349 4.37045C1.16704 4.0917 0.721083 4.0917 0.453223 4.37045C0.200046 4.63392 0.200046 5.05029 0.453224 5.31376L3.03448 8L9.32456 1.45411C9.57773 1.19064 9.57773 0.774274 9.32455 0.5108C9.05669 0.232047 8.61074 0.232047 8.34288 0.5108L3.03448 6.03509L1.4349 4.37045Z" fill="white"/></svg>') center no-repeat;
      opacity: 0;
      visibility: hidden; }
  .pickup .control-label input[type="radio"]:checked ~ .checkmark {
    border-color: var(--yellow-color);
    background: var(--yellow-color); }
    .pickup .control-label input[type="radio"]:checked ~ .checkmark:after {
      opacity: 1;
      visibility: visible; }

.delivery-field-examples {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 5px; }
  .delivery-field-examples .examples-label {
    text-transform: lowercase;
    font-size: 0.875em;
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .delivery-field-examples .examples-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px; }
    .delivery-field-examples .examples-list a {
      text-decoration: underline; }
      @media (pointer: fine) {
        .delivery-field-examples .examples-list a:hover {
          text-decoration: none; } }
      .delivery-field-examples .examples-list a:focus {
        text-decoration: none; }

.order-card .form-style {
  padding: 0;
  border-radius: 0;
  background: transparent; }
  .order-card .form-style .form-group {
    width: 100%; }

.order-card .custom-checkbox-agreement {
  width: 100%; }
  .order-card .custom-checkbox-agreement:not(:last-child) {
    margin-bottom: 32px; }
    @media (max-width: 991.98px) {
      .order-card .custom-checkbox-agreement:not(:last-child) {
        margin-bottom: 24px; } }
  .order-card .custom-checkbox-agreement:has(.error) .checkbox {
    border-color: red; }
  .order-card .custom-checkbox-agreement .error {
    position: absolute;
    top: 100%;
    left: 40px;
    font-size: 12px;
    color: red; }

.payment-type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: 20px 0; }
  .payment-type-list .custom-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 24px;
    min-height: 48px;
    border-radius: 4px;
    border: 1px solid var(--outline);
    background: var(--white);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (max-width: 991.98px) {
      .payment-type-list .custom-radio {
        padding: 12px 20px; } }
    @media (any-hover: hover) {
      .payment-type-list .custom-radio:hover {
        color: var(--yellow-color); } }
    .payment-type-list .custom-radio:focus {
      color: var(--yellow-color); }
    .payment-type-list .custom-radio .checkmark {
      margin-right: 12px; }
      @media (max-width: 991.98px) {
        .payment-type-list .custom-radio .checkmark {
          margin-right: 10px; } }
    .payment-type-list .custom-radio .radio-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }

.payment-picker .payment-details {
  border: 1px solid darkorange;
  border-radius: 10px;
  padding: 10px;
  background: #ffc1070f; }
  .payment-picker .payment-details > :last-child {
    margin-bottom: 0; }

.custom-radio {
  cursor: pointer;
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .custom-radio input[type="radio"] {
    display: none; }
  @media (any-hover: hover) {
    .custom-radio:hover {
      color: var(--yellow-color); } }
  .custom-radio:focus {
    color: var(--yellow-color); }
  .custom-radio:has(input[type="radio"]:checked) {
    border-color: var(--yellow-color); }
  .custom-radio .checkmark {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: var(--white);
    border: 1px solid #d9d9d9;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    border-radius: 50%; }
    .custom-radio .checkmark:after {
      content: "";
      position: absolute;
      inset: 5px;
      background: #d9d9d9;
      border-radius: 50%;
      -webkit-transition: background 0.3s ease;
      transition: background 0.3s ease; }
  .custom-radio input[type="radio"]:checked ~ .checkmark {
    border-color: var(--yellow-color); }
    .custom-radio input[type="radio"]:checked ~ .checkmark:after {
      background: var(--yellow-color); }
  .custom-radio b {
    font-weight: 400; }

.checkout-totals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 16px; }

.order-totals-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px 10px 8px 24px;
  border-radius: 4px 8px 8px 4px;
  border-left: 4px solid #eb512e;
  background: var(--stroke); }
  @media (max-width: 767.98px) {
    .order-totals-block {
      width: 100%; } }
  .order-totals-block .total-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: 4px;
    min-width: 273px; }
    .order-totals-block .total-item .total-item-title {
      color: var(--text);
      font-size: 14px;
      font-weight: 500;
      line-height: 18px; }
    .order-totals-block .total-item .price-wrap {
      color: #000000;
      font-size: 24px;
      font-weight: 600;
      line-height: 30px; }
      .order-totals-block .total-item .price-wrap .price span {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px; }

.checkout-grid-by-steps {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6fr 3fr;
  grid-template-columns: 6fr 3fr;
  gap: 30px;
  padding-bottom: 30px; }
  .checkout-grid-by-steps .left-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px; }

.step-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px; }
  .step-card-head .step-card-title {
    margin-right: auto;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px; }

.step-card .step-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px; }

.step-card .form-fio-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px; }

.step-card .form-contacts-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px; }
  .step-card .form-contacts-grid .form-group-email {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4; }

.step-completed-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px; }
  .step-completed-info .info-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    margin-top: 10px; }
    .step-completed-info .info-details .text {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; }

.cart-products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px; }
  .cart-products-list .cart-product-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .cart-products-list .cart-product-set .plus-icon {
      z-index: 2;
      position: relative;
      margin: 0 -10px; }
      .cart-products-list .cart-product-set .plus-icon svg {
        width: 30px;
        height: 30px;
        color: #6337a6; }
  .cart-products-list .cart-product-img {
    border: 1px solid;
    border-radius: 12px;
    display: block;
    width: 80px;
    height: 80px;
    padding: 5px; }
    .cart-products-list .cart-product-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down;
      -o-object-position: center;
         object-position: center;
      border-radius: 10px; }

.btn-next-step {
  margin-top: 20px; }

.order-comment {
  margin-bottom: 20px; }
  .order-comment .btn-show-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .order-comment .btn-show-comment:hover {
        color: var(--yellow-color); } }
    .order-comment .btn-show-comment:focus {
      color: var(--yellow-color); }
    .order-comment .btn-show-comment svg.ic {
      width: 24px;
      height: 24px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .order-comment textarea.form-control {
    height: 64px;
    border-radius: 4px !important;
    border: 1px solid var(--outline) !important;
    background: var(--white) !important;
    -webkit-backdrop-filter: blur(8px) !important;
            backdrop-filter: blur(8px) !important; }
  .order-comment .close-wrap {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .order-comment .close-wrap:hover {
        color: var(--yellow-color); } }
    .order-comment .close-wrap:focus {
      color: var(--yellow-color); }
  .order-comment .order-comment-field {
    gap: 30px; }
    .order-comment .order-comment-field .field-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; }

.page-checkout-success .container {
  padding-top: 32px; }
  @media (max-width: 991.98px) {
    .page-checkout-success .container {
      padding-top: 24px; } }

.page-checkout-success .section-title {
  color: var(--black-color); }
  .page-checkout-success .section-title:not(:last-child) {
    margin-bottom: 40px; }
    @media (max-width: 991.98px) {
      .page-checkout-success .section-title:not(:last-child) {
        margin-bottom: 24px; } }

.checkout-success-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .checkout-success-grid .left-side {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
      grid-area: 2 / 1; }
    .checkout-success-grid .right-side {
      -ms-grid-row-span: 2;
      grid-row: span 2; } }
  @media (max-width: 991.98px) {
    .checkout-success-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 40px; }
      .checkout-success-grid .left-side {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .checkout-success-grid .right-side {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
  .checkout-success-grid .success-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 24px;
    gap: 10px;
    border-radius: 4px 8px 8px 4px;
    border-left: 4px solid var(--yellow-color);
    background: var(--stroke);
    color: var(--black-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.02em; }
    .checkout-success-grid .success-top .order-number {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 4px;
      color: var(--yellow-color); }

.checkout-success-grid .btn-action-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%; }
  .checkout-success-grid .btn-action-wrap b {
    font-weight: 500; }

.ajax-payment-details {
  position: relative; }
  .ajax-payment-details .payment-buttons {
    margin-top: 30px; }
    .ajax-payment-details .payment-buttons .btn {
      padding: 4px !important;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease;
      min-height: 24px; }
      @media (any-hover: hover) {
        .ajax-payment-details .payment-buttons .btn:hover, .ajax-payment-details .payment-buttons .btn:focus {
          color: var(--yellow-color); } }

.order-info-card:not(:last-child) {
  margin-bottom: 40px; }

.order-info-card .info-flex-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px; }

.order-info-card .order-number {
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .order-info-card .order-number svg.ic {
    color: var(--black-color);
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  @media (pointer: fine) {
    .order-info-card .order-number:hover {
      color: var(--yellow-color); }
      .order-info-card .order-number:hover svg.ic {
        color: var(--yellow-color); } }

.order-info-title {
  color: var(--black-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.02em;
  text-transform: uppercase; }
  .order-info-title:not(:last-child) {
    margin-bottom: 16px; }

.order-info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background: var(--stroke);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px); }

table.order-info-table {
  width: 100%; }
  table.order-info-table.payment-requisites tr:nth-child(odd) {
    border-radius: 4px 4px 0 0;
    background: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none; }
  table.order-info-table.payment-requisites tr:nth-child(even) {
    border-radius: 4px 4px 0 0;
    background: var(--stroke);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px); }
  table.order-info-table tr {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    min-height: 48px;
    padding: 12px 24px; }
    table.order-info-table tr:nth-child(odd) {
      border-radius: 4px 4px 0 0;
      background: var(--stroke);
      -webkit-backdrop-filter: blur(8px);
              backdrop-filter: blur(8px); }
  table.order-info-table th, table.order-info-table td {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
  table.order-info-table td {
    font-weight: 500; }

body.cart-opened {
  overflow: hidden;
  margin-right: var(--scrollbar-width); }
  body.cart-opened .cart-modal-inner {
    pointer-events: initial; }
    body.cart-opened .cart-modal-inner .overlay {
      opacity: 1;
      visibility: visible; }
  body.cart-opened #cartModal {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    pointer-events: initial;
    visibility: visible;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }

.cart-modal-inner {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none; }
  .cart-modal-inner .overlay {
    position: fixed;
    z-index: 1;
    inset: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.7); }

#cartModal {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  pointer-events: none;
  visibility: hidden;
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 692px;
  margin-left: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: white;
  -webkit-transition: 0.5s cubic-bezier(0.21, -0.38, 0.65, 0.09);
  transition: 0.5s cubic-bezier(0.21, -0.38, 0.65, 0.09);
  overflow: auto; }

/*
.cart-modal-inner {
    display: none;

    .overlay {
        display: none;
    }
}
.fancybox-container.form-popup .fancybox-content#cartModal {
    max-width: 900px; // <<--- cart width
}
*/
#cartModal {
  --px: 24px;
  overflow: hidden;
  background: var(--stroke); }
  #cartModal .cart-top {
    position: relative;
    padding: 24px var(--px) 8px; }
    #cartModal .cart-top::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: calc(100% - 48px);
      height: 1px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background-color: var(--outline); }
      @media (max-width: 991.98px) {
        #cartModal .cart-top::after {
          width: calc(100% - 32px); } }
  #cartModal .cart-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: var(--black-color); }
    @media (max-width: 991.98px) {
      #cartModal .cart-title {
        font-size: 32px;
        line-height: 38px; } }
  #cartModal .cart-body {
    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-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-height: 100%; }
  #cartModal .cart-items {
    padding: 0 calc(var(--px) - 5px) 30px var(--px);
    margin-right: 5px;
    overflow-y: auto; }
    @media (min-width: 992px) {
      #cartModal .cart-items, #cartModal .cart-items * {
        scrollbar-color: auto;
        scrollbar-width: auto; }
      #cartModal .cart-items::-webkit-scrollbar,
      #cartModal .cart-items *::-webkit-scrollbar {
        width: 3px;
        height: 3px; }
      #cartModal .cart-items::-webkit-scrollbar-button,
      #cartModal .cart-items *::-webkit-scrollbar-button {
        display: none; }
      #cartModal .cart-items::-webkit-scrollbar-track,
      #cartModal .cart-items *::-webkit-scrollbar-track {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
      #cartModal .cart-items::-webkit-scrollbar-track-piece,
      #cartModal .cart-items *::-webkit-scrollbar-track-piece {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); }
      #cartModal .cart-items::-webkit-scrollbar-thumb,
      #cartModal .cart-items *::-webkit-scrollbar-thumb {
        background: black;
        border-radius: 99px; }
      #cartModal .cart-items::-webkit-scrollbar-corner,
      #cartModal .cart-items *::-webkit-scrollbar-corner {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(255, 255, 255, 0)), color-stop(33.333%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(27, 18, 3, 0.08)), color-stop(66.666%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.333%, rgba(27, 18, 3, 0.08) 33.333%, rgba(27, 18, 3, 0.08) 66.666%, rgba(255, 255, 255, 0) 66.666%, rgba(255, 255, 255, 0) 100%); } }
  #cartModal .cart-bottom {
    margin-top: auto;
    position: relative; }
    #cartModal .cart-bottom .wrap {
      position: relative;
      z-index: 20; }
  #cartModal .message-limit {
    font-weight: bold;
    color: white;
    background: orange;
    margin-bottom: 20px; }
  #cartModal .bottom-row {
    position: relative;
    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: 16px;
    padding: 16px var(--px);
    background: var(--white); }
    #cartModal .bottom-row::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: var(--yellow-color); }
    @media (max-width: 991.98px) {
      #cartModal .bottom-row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 12px var(--px);
        gap: 14px; } }
    @media (max-width: 575.98px) {
      #cartModal .bottom-row {
        width: 100%;
        -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; } }
  #cartModal .total-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #cartModal .total-block .total-title {
      font-size: 14px;
      font-weight: 500;
      line-height: 18px;
      color: var(--text); }
    #cartModal .total-block .price-wrap {
      font-size: 18px;
      line-height: 20px; }
    @media (max-width: 991.98px) {
      #cartModal .total-block {
        width: 50%; } }
    @media (max-width: 767.98px) {
      #cartModal .total-block {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    @media (max-width: 575.98px) {
      #cartModal .total-block {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  #cartModal .btn-continue {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
    border: none;
    border-radius: 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: none;
    min-height: unset;
    color: var(--grey-color);
    background-color: transparent;
    outline: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    @media (any-hover: hover) {
      #cartModal .btn-continue:hover {
        color: var(--yellow-color);
        text-decoration: none; }
        #cartModal .btn-continue:hover .icon-arrow {
          background: var(--yellow-color);
          color: var(--white);
          border-color: var(--yellow-color); } }
    #cartModal .btn-continue:focus {
      color: var(--yellow-color);
      text-decoration: none; }
      #cartModal .btn-continue:focus .icon-arrow {
        background: var(--yellow-color);
        color: var(--white);
        border-color: var(--yellow-color); }
    @media (max-width: 767.98px) {
      #cartModal .btn-continue {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }
  #cartModal .btn-checkout {
    padding: 8px 24px; }
    #cartModal .btn-checkout .icon {
      width: 24px;
      height: 24px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    @media (max-width: 767.98px) {
      #cartModal .btn-checkout {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-left: auto; } }
    @media (max-width: 575.98px) {
      #cartModal .btn-checkout {
        width: 100%;
        min-height: 48px; } }
  @media (max-width: 991.98px) {
    #cartModal {
      --px: 16px; }
      #cartModal .cart-top {
        padding: 13px var(--px);
        background: rgba(255, 255, 255, 0.43);
        -webkit-backdrop-filter: blur(16px);
                backdrop-filter: blur(16px); } }

.modal-close {
  position: absolute;
  z-index: 99999;
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  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;
  border-radius: 100px;
  color: var(--black-color);
  background: transparent;
  opacity: 1 !important;
  border: 1px solid var(--outline) !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .modal-close::before, .modal-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    border-radius: 0.5em;
    background-color: var(--black-color);
    display: none; }
  .modal-close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .modal-close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }
  .modal-close .ic,
  .modal-close .icon {
    width: 12px;
    height: 12px;
    color: var(--black-color); }
  @media (any-hover: hover) {
    .modal-close:hover, .modal-close:focus {
      background: var(--yellow-color);
      color: var(--white);
      border-color: var(--yellow-color) !important; }
      .modal-close:hover::before, .modal-close:hover::after, .modal-close:focus::before, .modal-close:focus::after {
        background-color: var(--white); }
      .modal-close:hover .ic,
      .modal-close:hover .icon, .modal-close:focus .ic,
      .modal-close:focus .icon {
        color: var(--white); } }
  @media (max-width: 991.98px) {
    .modal-close {
      top: 12px;
      right: 16px;
      width: 40px;
      height: 40px; }
      .modal-close::before, .modal-close::after {
        width: 20px; } }

.cart-empty {
  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: 100%;
  padding: 24px var(--px); }
  .cart-empty .cart-title {
    position: relative;
    padding-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: var(--black-color); }
    .cart-empty .cart-title::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 100%;
      height: 1px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background-color: var(--outline); }
    .cart-empty .cart-title:not(:last-child) {
      margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .cart-empty .cart-title {
        font-size: 32px;
        line-height: 38px; } }
  .cart-empty .empty-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px; }
  .cart-empty .btn-continue {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: auto; }

.cart-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden; }

.cart-items-heading,
.cart-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90px 1fr 172px 120px 32px;
  grid-template-columns: 90px 1fr 172px 120px 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px; }
  @media (max-width: 991.98px) {
    .cart-items-heading,
    .cart-item {
      -ms-grid-columns: 80px 1fr 172px 1fr;
      grid-template-columns: 80px 1fr 172px 1fr;
      gap: 16px 12px; } }
  @media (max-width: 575.98px) {
    .cart-items-heading,
    .cart-item {
      -ms-grid-columns: 80px 1fr 1fr;
      grid-template-columns: 80px 1fr 1fr; } }

.cart-item-set {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 172px 120px 32px;
  grid-template-columns: 1fr 172px 120px 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px; }
  .cart-item-set .cart-item-set-title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/6; }
  .cart-item-set .set-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 90px 1fr;
    grid-template-columns: 90px 1fr;
    gap: 15px; }

.products-table.products-table-no-edit .cart-items-heading,
.products-table.products-table-no-edit .cart-item {
  -ms-grid-columns: 80px 1fr 120px 120px;
  grid-template-columns: 80px 1fr 120px 120px; }
  @media (max-width: 767.98px) {
    .products-table.products-table-no-edit .cart-items-heading,
    .products-table.products-table-no-edit .cart-item {
      -ms-grid-columns: 80px 1fr 120px;
      grid-template-columns: 80px 1fr 120px;
      gap: 12px; } }

.products-table.products-table-no-edit .cart-item-set {
  -ms-grid-columns: 1fr 120px 120px 120px;
  grid-template-columns: 1fr 120px 120px 120px; }
  .products-table.products-table-no-edit .cart-item-set .cart-item-set-title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5; }

.products-table.products-table-no-edit .cart-item-price {
  display: none; }

.cart-items-heading {
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f1f1; }
  .cart-items-heading .cart-heading-qty {
    text-align: center; }
  @media (max-width: 991.98px) {
    .cart-items-heading {
      display: none; } }

.cart-items-heading .cart-heading-qty,
.cart-item .cart-item-qty {
  padding-right: 12px; }

.cart-item {
  position: relative;
  padding: 16px 0;
  border-bottom: 1px solid var(--outline); }
  @media (max-width: 991.98px) {
    .cart-item {
      padding: 20px 0;
      min-height: auto; } }
  .cart-item .cart-item-img {
    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: 80px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
    background: var(--white); }
    @media (max-width: 767.98px) {
      .cart-item .cart-item-img {
        -ms-grid-row-span: 2;
        grid-row: span 2; } }
    .cart-item .cart-item-img picture,
    .cart-item .cart-item-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
  .cart-item .cart-item-info {
    padding-right: 12px; }
    @media (max-width: 767.98px) {
      .cart-item .cart-item-info {
        -ms-grid-column-span: 2;
        grid-column: span 2; } }
  .cart-item .product-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (max-width: 991.98px) {
      .cart-item .product-title {
        font-size: 14px; } }
    .cart-item .product-title .text {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      word-break: break-word; }
    @media (any-hover: hover) {
      .cart-item .product-title:hover {
        color: var(--yellow-color);
        text-decoration: none; } }
    .cart-item .product-title:focus {
      color: var(--yellow-color);
      text-decoration: none; }
  .cart-item .product-sku {
    color: #777777;
    line-height: 1;
    font-size: 13px;
    margin-top: 3px; }
  .cart-item .variant-attributes {
    font-size: 13px;
    margin-top: 8px; }
  @media (max-width: 767.98px) {
    .cart-item .cart-item-qty {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; } }
  .cart-item .cart-item-qty .qty-text {
    height: 40px;
    min-width: 56px;
    padding: 2px 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 4px;
    background: var(--stroke);
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; }
  .cart-item .cart-item-qty:has(.qty-text) {
    text-align: center; }
  .cart-item .price-wrap {
    font-size: 16px;
    font-weight: 600; }
    .cart-item .price-wrap .old-price {
      font-size: 12px; }
  @media (max-width: 767.98px) {
    .cart-item .cart-item-price-total {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.cart-item-set {
  margin: 20px 0; }
  .cart-item-set + .cart-item-set {
    margin-top: 0; }
  .cart-item-set:not(:last-child) {
    border-bottom: 1px solid #cfcfcf; }
  .cart-item-set .cart-item-set-title {
    text-transform: uppercase;
    font-weight: bold;
    padding: 2px 10px;
    margin-bottom: 10px;
    text-align: center;
    background: #6337a6;
    color: white;
    border-radius: 4px; }
  .cart-item-set .plus-icon {
    z-index: 2;
    position: relative;
    margin: -8px 0 -8px 28px; }
    .cart-item-set .plus-icon svg {
      width: 30px;
      height: 30px;
      color: #6337a6; }

.cart-item.invalid,
.cart-item-set.invalid {
  background: rgba(255, 0, 0, 0.11); }

.cart-item-remove,
.cart-item-set-remove {
  width: 32px;
  height: 32px;
  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(--grey-color);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer; }
  @media (max-width: 991.98px) {
    .cart-item-remove,
    .cart-item-set-remove {
      position: absolute;
      right: 0;
      top: 20px; } }
  .cart-item-remove .remove,
  .cart-item-set-remove .remove {
    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; }
  .cart-item-remove svg,
  .cart-item-set-remove svg {
    font-size: 24px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .cart-item-remove .remove:focus svg.ic,
  .cart-item-set-remove .remove:focus svg.ic {
    color: red; }
  @media (pointer: fine) {
    .cart-item-remove .remove:hover svg.ic,
    .cart-item-set-remove .remove:hover svg.ic {
      color: red; } }

#cart-fast-order {
  position: absolute;
  z-index: 10;
  bottom: 100%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  #cart-fast-order.fast-order-open {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
    #cart-fast-order.fast-order-open .fast-order-form-title .icon-arrow {
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
  #cart-fast-order .fast-order-form-top {
    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-top: -32px; }
  #cart-fast-order .fast-order-form-title {
    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;
    gap: 8px;
    width: 100%;
    min-height: 32px;
    max-width: 264px;
    padding: 8px 24px;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 12px 12px 0 0;
    background: #f7ecfc;
    cursor: pointer; }
    #cart-fast-order .fast-order-form-title .icon-arrow {
      width: 16px;
      height: 16px;
      background: #6337a6;
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg);
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
      #cart-fast-order .fast-order-form-title .icon-arrow .icon {
        width: 8px;
        height: 8px; }
  #cart-fast-order .fast-order-form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    background: #f7ecfc;
    padding: 20px var(--px); }
    @media (max-width: 991.98px) {
      #cart-fast-order .fast-order-form-wrap {
        padding: 16px;
        gap: 8px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  #cart-fast-order .fast-order-form-notice {
    max-width: 178px;
    color: black;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px; }
    @media (max-width: 991.98px) {
      #cart-fast-order .fast-order-form-notice {
        max-width: 100%; } }
  #cart-fast-order .form-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 1; }
    @media (max-width: 991.98px) {
      #cart-fast-order .form-wrap {
        width: 100%; } }
    #cart-fast-order .form-wrap .form-control {
      height: 40px;
      border-radius: 8px;
      background: var(--white);
      color: black;
      border-color: var(--white);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #cart-fast-order .form-wrap .form-control.form-control-error {
        border-color: red; }
      #cart-fast-order .form-wrap .form-control::-webkit-input-placeholder {
        color: grey; }
      #cart-fast-order .form-wrap .form-control::-moz-placeholder {
        color: grey; }
      #cart-fast-order .form-wrap .form-control:-ms-input-placeholder {
        color: grey; }
      #cart-fast-order .form-wrap .form-control::-ms-input-placeholder {
        color: grey; }
      #cart-fast-order .form-wrap .form-control::placeholder {
        color: grey; }
      @media (any-hover: hover) {
        #cart-fast-order .form-wrap .form-control:hover {
          border-color: #6337a6; } }
      #cart-fast-order .form-wrap .form-control:focus {
        border-color: #6337a6; }
    #cart-fast-order .form-wrap .form-error {
      display: block;
      margin: 0;
      padding: 2px 0;
      color: red;
      font-size: 12px; }
      @media (min-width: 992px) {
        #cart-fast-order .form-wrap .form-error {
          position: absolute;
          z-index: 1;
          top: 100%;
          left: 0;
          right: 0; } }
  #cart-fast-order .btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-height: 40px; }
    @media (max-width: 575.98px) {
      #cart-fast-order .btn {
        margin-top: 4px;
        width: 100%; } }

.order-promocode .order-promocode-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px; }

.order-promocode .fields-group {
  position: relative; }
  .order-promocode .fields-group input {
    padding-right: 146px; }
  .order-promocode .fields-group .btn {
    position: absolute;
    top: 50%;
    right: 3px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    min-height: 32px;
    border-radius: 0.25em;
    padding: 2px 10px;
    border-width: 1px; }

.order-promocode .promocode-wrap {
  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: 15px; }
  .order-promocode .promocode-wrap .sale-text {
    color: #dc4b47; }
  .order-promocode .promocode-wrap .promocode-code {
    display: inline-block;
    color: white;
    background: #6337a6;
    padding: 2px 10px;
    border-radius: 0.25em;
    text-align: center;
    margin-bottom: 4px; }
  .order-promocode .promocode-wrap .discount-value {
    font-size: 1.2em; }

.order-promocode .order-promocode-error {
  color: red; }

.order-promocode .order-promocode-message {
  color: green; }

#special-offer {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding: 16px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(27, 27, 27, 0.7);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  #special-offer.popup-open {
    opacity: 1;
    pointer-events: initial; }
    #special-offer.popup-open .modal-special-offer-wrap {
      -webkit-transform: translate(-50%, -50%) scale(1);
          -ms-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
      opacity: 1;
      visibility: visible; }
  #special-offer .modal-special-offer-body {
    position: relative;
    width: 100%;
    height: 100%; }
  #special-offer .modal-special-offer-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 8px 8px 24px;
    z-index: 9999;
    max-width: 434px;
    width: 100%;
    border-radius: 8px;
    background: var(--stroke);
    overflow-y: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
        -ms-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #special-offer .modal-special-offer-wrap::-webkit-scrollbar {
      display: none; }
  #special-offer .modal-special-offer-row {
    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; }
    @media (max-width: 575.98px) {
      #special-offer .modal-special-offer-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 16px; } }
  #special-offer .modal-special-offer-img {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden; }
    #special-offer .modal-special-offer-img:not(:last-child) {
      margin-bottom: 16px; }
  #special-offer .modal-special-title {
    color: var(--yellow-color);
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-transform: uppercase; }
    #special-offer .modal-special-title:not(:last-child) {
      margin-bottom: 8px; }
  #special-offer .modal-special-content {
    color: var(--Black, #020b25);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-transform: uppercase; }
    #special-offer .modal-special-content:not(:last-child) {
      margin-bottom: 16px; }
  #special-offer .modal-special-offer-form {
    width: 100%;
    position: relative;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #special-offer .modal-special-offer-form form {
      padding: 0 20px;
      width: 100%;
      background: transparent; }
      #special-offer .modal-special-offer-form form .form-group {
        width: 100%; }
      #special-offer .modal-special-offer-form form .form-control {
        border-color: var(--white); }
  #special-offer .form-label {
    font-size: 14px;
    line-height: 1.2; }
  #special-offer .form-control {
    height: 48px;
    padding: 6px 16px; }
  #special-offer .modal-special-offer-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 999;
    width: 32px;
    height: 32px;
    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;
    border-radius: 50%;
    color: #858585;
    border: 1px solid var(--yellow-color);
    background: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #special-offer .modal-special-offer-close svg {
      width: 10px;
      height: 10px;
      fill: var(--yellow-color);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    @media (any-hover: hover) {
      #special-offer .modal-special-offer-close:hover {
        background: var(--yellow-color); }
        #special-offer .modal-special-offer-close:hover svg {
          fill: #ffffff; } }
    #special-offer .modal-special-offer-close:focus {
      background: var(--yellow-color); }
      #special-offer .modal-special-offer-close:focus svg {
        fill: #ffffff; }
  #special-offer .btn {
    margin-top: 10px; }

.counter-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .counter-data:not(:last-child) {
    margin-bottom: 16px; }
  .counter-data .data-in {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6px 12px;
    border-radius: 4px;
    background: var(--white);
    min-width: 72px;
    min-height: 72px;
    color: var(--black-color);
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 1; }
    .counter-data .data-in span {
      color: var(--text);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px; }
