/*!*******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./scss/main.scss ***!
  \*******************************************************************************************************************************************************************************/
@font-face {
  font-family: "Verveine";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/VerveineRegular.woff2) format("woff2");
}
@font-face {
  font-family: "SF Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/SF-Pro-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "SF Pro";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/SF-Pro-Medium.woff2) format("woff2");
}
@font-face {
  font-family: "SF Pro";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/SF-Pro-Semibold.woff2) format("woff2");
}
@font-face {
  font-family: "SF Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/SF-Pro-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "SF Pro";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/SF-Pro-Heavy.woff2) format("woff2");
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
*::-webkit-scrollbar {
  display: none;
}

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

a {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

.container {
  max-width: 1294px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

body {
  font-family: "SF Pro";
}
body.body-active {
  overflow: hidden;
}

html.is-mobile-menu-open,
body.is-mobile-menu-open {
  overflow: hidden;
}

.page-template--inner {
  padding-top: 98px;
}
@media screen and (max-width: 576px) {
  .page-template--inner {
    padding-top: 80px;
  }
}

.post-template--inner {
  padding-top: 98px;
  background: #F7F7F7;
}
@media screen and (max-width: 576px) {
  .post-template--inner {
    padding-top: 80px;
  }
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 16px;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .site-header {
    padding: 16px 12px;
  }
}
.site-header .header-container {
  max-width: 1264px;
  margin: 0 auto;
  border-radius: 16px;
}
.site-header__inner {
  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: 24px;
  border: 1px solid #EAEAEA;
  border-radius: 16px;
  padding: 0px 12px;
  background: #FFFFFF;
}
@media screen and (max-width: 576px) {
  .site-header__inner {
    padding: 0px 8px;
  }
}
.site-header__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.site-header__logo-img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 144px;
  max-height: 32px;
}
@media screen and (max-width: 576px) {
  .site-header__logo-img {
    max-width: 103px;
    max-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .site-header__logo {
    padding: 16px 0px;
  }
}
@media screen and (max-width: 576px) {
  .site-header__logo {
    padding: 12px 0px;
  }
}
.site-header__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0;
}
.site-header__nav .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .site-header__nav .header-menu {
    gap: 24px;
  }
}
@media screen and (max-width: 1030px) {
  .site-header__nav .header-menu {
    gap: 12px;
  }
}
.site-header__nav .header-menu > .menu-item {
  padding: 22px 0px;
}
.site-header__nav .header-menu > .menu-item > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #4A4A4A;
}
.site-header__nav .header-menu > .menu-item > a:hover {
  color: rgba(74, 74, 74, 0.64);
}
@media screen and (max-width: 991px) {
  .site-header__nav .header-menu > .menu-item > a:hover {
    color: #4A4A4A;
  }
}
.site-header__nav .header-menu .menu-item-has-children {
  position: relative;
}
.site-header__nav .header-menu .menu-item-has-children::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: transparent;
}
.site-header__nav .header-menu .menu-item-has-children .sub-menu {
  padding: 24px;
  border: 1px solid #EAEAEA;
  border-radius: 16px;
  width: 720px;
  background: #FFFFFF;
}
.site-header__nav .header-menu .menu-item-has-children .sub-menu .menu-count {
  margin-left: 4px;
}
.site-header__nav .header-menu .menu-item-has-children .sub-menu__preview-img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.site-header__nav .header-menu .menu-item-has-children .sub-menu__preview-img.is-swapping {
  opacity: 0.85;
}
@media screen and (max-width: 991px) {
  .site-header__nav .header-menu .menu-item-has-children .sub-menu__preview-img {
    display: none;
  }
}
.site-header__nav .header-menu .menu-item-has-children .sub-menu__layout {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.site-header__nav .header-menu .menu-item-has-children .sub-menu__categories {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-header__nav .header-menu .menu-item-has-children .sub-menu__categories .menu-item {
  padding: 4px 0px;
}
.site-header__nav .header-menu .menu-item-has-children .sub-menu__categories .menu-item .menu-title,
.site-header__nav .header-menu .menu-item-has-children .sub-menu__categories .menu-item .menu-count {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #4A4A4A;
}
.site-header__nav .header-menu .menu-item-has-children .sub-menu__categories .menu-item:hover .menu-title {
  opacity: 0.64;
}
.site-header__nav .header-menu .menu-item-has-children .sub-menu__categories .menu-item:hover .menu-count {
  opacity: 1;
}
.site-header__nav .header-menu .menu-item-has-children .sub-menu__preview {
  height: 100%;
  width: 100%;
  max-height: 352px;
  max-width: 324px;
}
@media screen and (max-width: 991px) {
  .site-header__nav .header-menu .menu-item-has-children .sub-menu__preview {
    display: none;
  }
}
.site-header__nav .header-menu .menu-item-has-children .sub-menu {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  -webkit-transform: scaleY(0.92);
      -ms-transform: scaleY(0.92);
          transform: scaleY(0.92);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  list-style: none;
}
.site-header__nav .header-menu .menu-item-has-children:hover > .sub-menu, .site-header__nav .header-menu .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.site-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.site-header__actions .lang-switcher {
  width: 52px;
  height: 32px;
  background: #e2e2e2;
  border-radius: 12px;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.site-header__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;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  width: 178px;
  height: 40px;
  background: #1380C4;
  border: 1px solid #3B96CF;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.site-header__btn:hover {
  background: #3B96CF;
  border: 1px solid #63ACDA;
}
.site-header .site-header__burger {
  display: none;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #1380C4;
  border: 1px solid #3B96CF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  cursor: pointer;
}
.site-header .site-header__burger .burger {
  position: relative;
  width: 16px;
  height: 12px;
  display: block;
}
.site-header .site-header__burger .burger span {
  position: absolute;
  left: 0;
  width: 16px;
  height: 1px;
  background: #FFFFFF;
  border-radius: 1px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
}
.site-header .site-header__burger .burger span:nth-child(1) {
  top: 0;
}
.site-header .site-header__burger .burger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.site-header .site-header__burger .burger span:nth-child(3) {
  bottom: 0;
}
.site-header .site-header__burger.is-active .burger span:nth-child(2) {
  opacity: 0;
}
.site-header .site-header__burger.is-active .burger span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.site-header .site-header__burger.is-active .burger span:nth-child(3) {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 991px) {
  .site-header .site-header__burger {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media screen and (max-width: 991px) {
  .site-header__nav {
    display: none;
  }
  .site-header__burger {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .site-header__actions {
    gap: 0;
  }
  .site-header__btn,
  .site-header .lang-switcher {
    display: none;
  }
}

.lang-switcher {
  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: 6px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.lang-switcher__flag, .lang-switcher__chevron {
  display: inline-block;
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.mobile-menu__panel {
  border-radius: 12px;
  background: #FFF;
  -webkit-box-shadow: 0 12px 32px 2px rgba(20, 31, 47, 0.16);
          box-shadow: 0 12px 32px 2px rgba(20, 31, 47, 0.16);
  padding: 12px;
}
.mobile-menu__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;
}
.mobile-menu__close {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.mobile-menu__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 576px) {
  .mobile-menu__content {
    grid-template-columns: auto;
  }
}
.mobile-menu__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 16px;
}
.mobile-menu__nav .header-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu__nav .header-menu > .menu-item:not(:first-child) {
  margin-top: 21px;
}
.mobile-menu__nav .header-menu > .menu-item > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #4A4A4A;
}
.mobile-menu__nav .header-menu > .menu-item > a:hover {
  color: rgba(74, 74, 74, 0.64);
}
@media screen and (max-width: 991px) {
  .mobile-menu__nav .header-menu > .menu-item > a:hover {
    color: #4A4A4A;
  }
}
.mobile-menu__nav .header-menu .menu-item-has-children > a {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-right: 28px;
}
.mobile-menu__nav .header-menu .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  width: 16px;
  height: 16px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M3%206l5%205%205-5%22%20stroke%3D%22%236F6F6F%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
}
.mobile-menu__nav .header-menu .menu-item-has-children > .sub-menu {
  display: block;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: max-height 0.25s ease, opacity 0.2s ease, visibility 0.2s ease;
  -o-transition: max-height 0.25s ease, opacity 0.2s ease, visibility 0.2s ease;
  transition: max-height 0.25s ease, opacity 0.2s ease, visibility 0.2s ease;
}
.mobile-menu__nav .header-menu .menu-item-has-children.is-open > a::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.mobile-menu__nav .header-menu .menu-item-has-children.is-open > .sub-menu {
  max-height: 1200px;
  opacity: 1;
  visibility: visible;
}
.mobile-menu__nav .sub-menu__categories {
  margin-top: 20px;
  padding-left: 12px;
}
.mobile-menu__nav .sub-menu__categories .menu-item:not(:first-child) {
  margin-top: 8px;
}
.mobile-menu__nav .sub-menu__categories .menu-item a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 4px 0px;
  color: #4A4A4A;
}
.mobile-menu__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: 16px;
  margin-top: 16px;
}
.mobile-menu__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;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  width: 165px;
  height: 40px;
  background: #1380C4;
  border: 1px solid #3B96CF;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mobile-menu__btn:hover {
  background: #3B96CF;
  border: 1px solid #63ACDA;
}
.mobile-menu__right {
  min-width: 0;
  overflow: hidden;
  height: 100%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mobile-menu__img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  right: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 576px) {
  .mobile-menu__img {
    position: relative;
    max-height: 257px;
  }
}
.mobile-menu .mobile-lang-switcher {
  width: 52px;
  height: 32px;
  background: #e2e2e2;
  border-radius: 12px;
  border: 0;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .mobile-menu .js-menu-preview-img {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .mobile-menu.is-open {
    display: block;
    position: absolute;
    top: 72px !important;
    inset: 0;
    z-index: 100;
    padding: 12px 18px 0px 18px;
  }
}
@media screen and (max-width: 575px) {
  .mobile-menu.is-open {
    display: block;
    position: absolute;
    top: 58px !important;
    inset: 0;
    z-index: 100;
    padding: 12px 12px 0px 12px;
  }
  .mobile-menu .mobile-menu.is-open {
    height: 577px;
  }
  .mobile-menu .mobile-menu__panel {
    height: 577px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mobile-menu .mobile-menu__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .mobile-menu .mobile-menu__left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mobile-menu .mobile-menu__nav {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
  }
  .mobile-menu .mobile-menu__nav .header-menu {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-right: 6px;
    scrollbar-width: thin;
    scrollbar-color: #909090 #F6F6F6;
  }
  .mobile-menu .mobile-menu__nav .header-menu::-webkit-scrollbar {
    width: 4px;
  }
  .mobile-menu .mobile-menu__nav .header-menu::-webkit-scrollbar-track {
    background: #F6F6F6;
    border-radius: 4px;
  }
  .mobile-menu .mobile-menu__nav .header-menu::-webkit-scrollbar-thumb {
    background: #909090;
    border-radius: 4px;
  }
  .mobile-menu .mobile-menu__nav .header-menu::-webkit-scrollbar-thumb:hover {
    background: #7a7a7a;
  }
  .mobile-menu .mobile-menu__bottom {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 40px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .mobile-menu .mobile-menu__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 250px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
  }
  .mobile-menu .mobile-menu__right.is-compact {
    height: 169px;
  }
  .mobile-menu .mobile-menu__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .mobile-menu .mobile-menu .menu-item-has-children > .sub-menu {
    display: none;
  }
  .mobile-menu .mobile-menu .menu-item-has-children.is-open > .sub-menu {
    display: block;
    margin-top: 12px;
  }
  .mobile-menu .mobile-menu .sub-menu__layout {
    display: block;
  }
  .mobile-menu .mobile-menu .sub-menu__categories {
    margin: 0;
    padding: 0;
    list-style: none;
  }
}

.footer {
  padding: 16px;
}
@media screen and (max-width: 576px) {
  .footer {
    padding: 8px 12px 24px 12px;
  }
}
.footer__container {
  max-width: 1264px;
  margin: 0 auto;
  padding: 56px 56px 26px 56px;
  background: #0082CB;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .footer__container {
    padding: 32px 40px 26px 32px;
  }
}
@media screen and (max-width: 576px) {
  .footer__container {
    padding: 24px;
  }
}
.footer__top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 70px;
}
@media screen and (max-width: 768px) {
  .footer__top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.footer__left {
  width: 173px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 173px;
          flex: 0 0 173px;
  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: 22px;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .footer__left {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .footer__left {
    gap: 16px;
  }
}
.footer__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 173px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .footer__logo {
    max-width: 138px;
  }
}
.footer__logo-img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__social {
  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: 12px;
}
.footer__social-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}
.footer__social-list {
  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;
  max-width: 100%;
}
.footer__social-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.footer__social-link {
  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;
}
.footer__social-link:hover .footer__social-icon--default {
  opacity: 0;
  visibility: hidden;
}
.footer__social-link:hover .footer__social-icon--hover {
  opacity: 1;
  visibility: visible;
}
.footer__social-icon {
  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;
}
.footer__social-icon--default {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.footer__social-icon--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.footer__right-grid {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-columns: fit-content(118px) fit-content(106px) fit-content(360px) fit-content(260px);
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
@media screen and (max-width: 1170px) {
  .footer__right-grid {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media screen and (max-width: 992px) {
  .footer__right-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .footer__right-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 28px;
  }
}
@media screen and (max-width: 576px) {
  .footer__right-grid {
    grid-template-columns: auto;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 20px;
    width: 100%;
  }
}
.footer__col {
  min-width: 0;
}
.footer__col .footer__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  color: #FFFFFF;
  white-space: normal;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 768px) {
  .footer__col .footer__title {
    font-size: 18px;
  }
}
.footer__col--products, .footer__col--navigation, .footer__col--office {
  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: 16px;
}
.footer__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: 16px;
}
@media screen and (max-width: 768px) {
  .footer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 576px) {
  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .footer__list--office {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__list--products, .footer__list--navigation {
  -webkit-transition: max-height 0.2s ease-in-out, margin-top 0.2s ease-in-out;
  -o-transition: max-height 0.2s ease-in-out, margin-top 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out, margin-top 0.2s ease-in-out;
}
@media screen and (max-width: 576px) {
  .footer__list--products, .footer__list--navigation {
    max-height: 0px;
    margin-top: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 576px) {
  .footer__list--products.active, .footer__list--navigation.active {
    max-height: 350px;
    margin-top: 20px;
    overflow: visible;
  }
}
.footer__item {
  display: block;
  min-width: 0;
}
.footer__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer__link:hover {
  opacity: 0.7;
}
.footer__col--right {
  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: 22px;
  min-width: 0;
  width: 100%;
  max-width: 260px;
}
.footer__col--right .footer__link {
  display: block;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.footer__col--office .footer__link,
.footer__col--office .footer__text {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.footer__right-block {
  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: 12px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__col--products {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 576px) {
  .footer__col--products {
    grid-column: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer__col--products, .footer__col--navigation {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 576px) {
  .footer__col--products, .footer__col--navigation {
    width: 100%;
    position: relative;
    grid-column: auto;
    gap: 0;
  }
  .footer__col--products .footer__title, .footer__col--navigation .footer__title {
    position: relative;
    width: 100%;
    padding-right: 40px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .footer__col--products .footer__title::after, .footer__col--navigation .footer__title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2724%27%20height%3D%2724%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M18%209L12%2015L6%209%27%20stroke%3D%27white%27%20stroke-width%3D%271.5%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E");
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    -o-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  }
  .footer__col--products.is-open .footer__title::after, .footer__col--navigation.is-open .footer__title::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
}
@media screen and (max-width: 768px) {
  .footer__col--office {
    grid-column: 1;
  }
}
@media screen and (max-width: 576px) {
  .footer__col--office {
    grid-column: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer__col--right {
    grid-column: 2;
    max-width: none;
  }
}
@media screen and (max-width: 576px) {
  .footer__col--right {
    grid-column: auto;
  }
}
.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: 24px;
  padding-top: 26px;
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}
@media screen and (max-width: 576px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 16px;
    margin-top: 20px;
    gap: 12px;
  }
}
.footer__bottom-left, .footer__bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__bottom-list {
  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: 18px;
}
.footer__bottom-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.footer__bottom-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer__bottom-link:hover {
  opacity: 0.7;
}
.footer__copyright {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

.banner {
  width: 100%;
  padding-top: 160px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .banner {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    padding-top: 100px;
    padding-bottom: 400px;
  }
}
.banner::before, .banner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
  z-index: 0;
}
.banner::before {
  right: 50%;
  background: #0082CB;
  border-bottom-left-radius: 32px;
}
.banner::after {
  left: 50%;
  background: var(--banner-right-bg, #F4A300);
  -webkit-transition: background-color 0.6s ease;
  -o-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
  border-bottom-right-radius: 32px;
}
.banner .container-banner {
  --banner-extra: clamp(0px, calc((100vw - 1294px) / 2), 48px);
  position: relative;
  z-index: 1;
  max-width: calc(1294px + var(--banner-extra));
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transform: translateX(calc(var(--banner-extra) / 2));
      -ms-transform: translateX(calc(var(--banner-extra) / 2));
          transform: translateX(calc(var(--banner-extra) / 2));
}
@media screen and (max-width: 768px) {
  .banner .container-banner {
    --banner-extra: 0px;
    max-width: 1294px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.banner__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 640px;
}
.banner__left {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.banner__title {
  font-weight: 700;
  font-size: 56px;
  line-height: 128%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 32px;
  max-width: 530px;
}
@media screen and (max-width: 768px) {
  .banner__title {
    font-size: 48px;
    line-height: 120%;
  }
}
@media screen and (max-width: 576px) {
  .banner__title {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 24px;
    max-width: 300px;
  }
}
.banner__btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #4A4A4A;
  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: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 10px;
  padding: 12px 24px;
}
.banner__right {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.banner__quote {
  font-family: "Verveine" !important;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 0 0 75px;
  max-width: 420px;
  -webkit-transform: rotate(4deg);
      -ms-transform: rotate(4deg);
          transform: rotate(4deg);
}
.banner__rotator {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  min-height: 0;
}
.banner__item {
  position: absolute;
  inset: 0;
  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;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.banner__item.is-active {
  opacity: 1;
  pointer-events: auto;
}
.banner__img {
  display: block;
  width: 600px;
  height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .banner::before, .banner::after {
    width: 100vw;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .banner::before {
    top: 0;
    bottom: 50%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .banner::after {
    top: 50%;
    bottom: 0;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
  }
  .banner__wrapper {
    grid-template-columns: auto;
    min-height: auto;
  }
  .banner__left {
    padding-top: 56px;
  }
  .banner__right {
    margin-top: 100px;
    margin-bottom: 24px;
  }
  .banner__quote {
    margin: 0px;
    position: absolute;
    top: 24px;
    right: 50px;
  }
  .banner__img {
    width: 330px;
    height: 330px;
    -webkit-transform: translateY(240px);
        -ms-transform: translateY(240px);
            transform: translateY(240px);
    margin-right: auto;
  }
}
@media screen and (max-width: 576px) {
  .banner__quote {
    font-size: 20px;
    line-height: 24px;
    max-width: 167px;
    right: 10px;
    top: 10px;
    text-align: center;
  }
  .banner__left {
    padding-top: 32px;
  }
  .banner__right {
    margin-top: 0px;
    margin-bottom: 24px;
  }
  .banner__img {
    width: 260px;
    height: 260px;
    -webkit-transform: translateY(280px);
        -ms-transform: translateY(280px);
            transform: translateY(280px);
  }
  .banner__quote {
    top: 90px;
    right: 0px;
  }
}

.video-history {
  padding: 88px 0px;
}
@media screen and (max-width: 768px) {
  .video-history {
    padding: 64px 0px;
  }
}
@media screen and (max-width: 576px) {
  .video-history {
    padding: 40px 0px;
  }
}
.video-history__head {
  margin-bottom: 32px;
  position: relative;
  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;
}
@media screen and (max-width: 576px) {
  .video-history__head {
    margin-bottom: 24px;
  }
}
.video-history__head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.video-history__title {
  font-weight: 700;
  font-size: 44px;
  line-height: 120%;
  text-transform: uppercase;
  color: #4A4A4A;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .video-history__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 576px) {
  .video-history__title {
    font-size: 30px;
    margin-bottom: 8px;
  }
}
.video-history__subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  max-width: 800px;
  color: #6F6F6F;
}
@media screen and (max-width: 576px) {
  .video-history__subtitle {
    font-size: 16px;
  }
}
.video-history__nav {
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 10px;
  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;
  background: #1380C4;
  border: 1px solid #3B96CF;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  -o-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.video-history__nav svg {
  display: block;
  width: 16px;
  height: 14px;
}
.video-history__nav svg path {
  stroke: #ffffff;
  -webkit-transition: stroke 0.2s ease;
  -o-transition: stroke 0.2s ease;
  transition: stroke 0.2s ease;
}
.video-history__nav:hover {
  background: #3B96CF;
  border-color: #3B96CF;
}
.video-history__nav:disabled, .video-history__nav.swiper-button-disabled {
  background: #DBEFFB;
  border-color: #DBEFFB;
  cursor: not-allowed;
  pointer-events: none;
}
.video-history__nav:disabled svg path, .video-history__nav.swiper-button-disabled svg path {
  stroke: #1380C4;
}
.video-history__video {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  max-height: 600px;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .video-history__video {
    max-height: 350px;
    height: 350px;
  }
}
@media screen and (max-width: 576px) {
  .video-history__video {
    max-height: 250px;
    height: 250px;
  }
}
.video-history__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  border-radius: 16px;
}
.video-history__video-play {
  width: 58px;
  height: 58px;
  display: block;
  z-index: 99;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  cursor: pointer;
}
.video-history__video-play svg {
  display: none;
}
.video-history__video-play::before, .video-history__video-play::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.video-history__video-play::before {
  left: 9px;
  top: 5px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.48);
  -webkit-box-shadow: 0 4px 8.7px #44423E;
          box-shadow: 0 4px 8.7px #44423E;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.video-history__video-play::after {
  left: 24px;
  top: 16px;
  width: 16px;
  height: 18px;
  background: #FFFFFF;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.video-history__video-play:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.06);
      -ms-transform: translate(-50%, -50%) scale(1.06);
          transform: translate(-50%, -50%) scale(1.06);
}
.video-history__video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: block;
}
.video-history__video-poster img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.video-history__slider {
  padding-bottom: 32px !important;
}
.video-history__pagination {
  bottom: 0px !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;
  gap: 10px;
}
.video-history__pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  background: #EAEAEA;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 !important;
}
.video-history__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 12px;
  width: 12px;
  background: #4A4A4A;
}

.highlights {
  padding: 88px 0;
}
@media screen and (max-width: 768px) {
  .highlights {
    padding: 64px 0;
  }
}
@media screen and (max-width: 576px) {
  .highlights {
    padding: 40px 0;
  }
}
.highlights__top {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 576px) {
  .highlights__top {
    margin: 0 auto 24px;
  }
}
.highlights__title {
  font-weight: 700;
  font-size: 44px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #4A4A4A;
  margin: 0 0 16px;
}
@media screen and (max-width: 768px) {
  .highlights__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 576px) {
  .highlights__title {
    font-size: 30px;
    margin: 0 0 8px;
  }
}
.highlights__subtitle, .highlights__paragraph {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #6F6F6F;
}
@media screen and (max-width: 576px) {
  .highlights__subtitle, .highlights__paragraph {
    font-size: 16px;
  }
}
.highlights__subtitle {
  margin: 0 0 8px;
}
.highlights__paragraph {
  margin: 0;
}
.highlights__list-wrap {
  position: relative;
  margin-left: 0;
  padding-left: 0;
  width: 100%;
  overflow: hidden;
}
.highlights__list-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 96px;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #FFFFFF);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #FFFFFF);
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .highlights__list-wrap::after {
    width: 56px;
  }
}
.highlights__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-right: max(24px, (100vw - 1294px) / 2 + 15px);
  padding-bottom: 4px;
}
@media (hover: hover) and (pointer: fine) {
  .highlights__list {
    cursor: -webkit-grab;
    cursor: grab;
  }
}
@media screen and (max-width: 576px) {
  .highlights__list {
    gap: 8px;
  }
}
.highlights__list.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.highlights__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 12px;
  overflow: hidden;
  scroll-snap-align: start;
  position: relative;
}
.highlights__item--image {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .highlights__item--image {
    width: 350px;
  }
}
@media screen and (max-width: 576px) {
  .highlights__item--image {
    width: 240px;
    height: 300px;
  }
}
.highlights__media {
  height: 100%;
}
.highlights__media img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.highlights__item--icon {
  width: 300px;
  padding: 32px;
  color: #fff;
  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;
}
@media screen and (max-width: 768px) {
  .highlights__item--icon {
    width: 280px;
    padding: 24px;
  }
}
@media screen and (max-width: 576px) {
  .highlights__item--icon {
    width: 240px;
    padding: 16px;
  }
}
.highlights__item--button {
  width: 300px;
  padding: 32px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .highlights__item--button {
    width: 280px;
    padding: 24px;
  }
}
@media screen and (max-width: 576px) {
  .highlights__item--button {
    width: 240px;
    padding: 16px;
  }
}
.highlights .is-blue {
  background: #1380C4;
  border: 1px solid #3B96CF;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.highlights .is-blue:hover {
  background: #0F669D;
  border: 1px solid #1380C4;
}
.highlights .is-blue .highlights__item-text {
  color: #DBEFFB;
}
.highlights .is-orange {
  background: #F9AE00;
  border: 1px solid #FABE32;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.highlights .is-orange:hover {
  background: #E09D00;
  border: 1px solid #F9AE00;
}
.highlights .is-orange .highlights__item-text {
  color: #FEF5E0;
}
.highlights__icon {
  position: absolute;
  top: 32px;
  left: 32px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .highlights__icon {
    top: 24px;
    left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .highlights__icon {
    top: 16px;
    left: 16px;
    width: 32px;
    height: 32px;
  }
}
.highlights__icon img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.highlights__item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 8px;
  color: #FFFFFF;
}
@media screen and (max-width: 576px) {
  .highlights__item-title {
    font-size: 20px;
  }
}
.highlights__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .highlights__item-text {
    font-size: 14px;
  }
}
.highlights__btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1380C4;
  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;
  width: 150px;
  border-radius: 10px;
  background: #DBEFFB;
}
@media screen and (max-width: 576px) {
  .highlights__btn {
    height: 36px;
    width: 140px;
    font-size: 14px;
  }
}

.map {
  padding: 88px 0px;
  background: #F5F5F5;
  border-radius: 32px;
}
@media screen and (max-width: 991px) {
  .map {
    padding: 56px 0 64px;
  }
}
@media screen and (max-width: 767px) {
  .map {
    padding: 48px 0 56px;
  }
}

.map__wrapper {
  width: 100%;
}

.map__title {
  font-weight: 700;
  font-size: 44px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #4A4A4A;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .map__title {
    margin-bottom: 24px;
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .map__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .map__title {
    font-size: 24px;
  }
}

.map__content {
  max-width: 800px;
  margin: 0 auto 32px;
  text-align: center;
}

.map__content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 16px;
  color: #6F6F6F;
}
@media screen and (max-width: 991px) {
  .map__content p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .map__content p {
    font-size: 16px;
    line-height: 24px;
  }
}

.map__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
@media screen and (max-width: 1199px) {
  .map__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (max-width: 991px) {
  .map__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .map__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 576px) {
  .map__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
}

.map__list-item {
  min-width: 0;
}
.map__list-item--hidden {
  display: none;
}

.map__item {
  width: 100%;
  min-height: 120px;
  padding: 16px;
  border-radius: 12px;
  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;
  text-decoration: none;
  background: #FFFFFF;
  -webkit-transition: border-color 0.25s ease, background-color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, background-color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  -o-transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
@media screen and (max-width: 767px) {
  .map__item {
    min-height: 100px;
    padding: 18px 20px;
    border-radius: 12px;
  }
}

.map__item--logo {
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .map__item--logo {
    min-height: 64px;
  }
}
.map__item--logo:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
          box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
  background: #F5F5F5;
}

.map__item--more {
  background: #E6F3FA;
  border: 1px solid #CCE6F5;
  color: #0082CB;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.map__item--more:hover {
  background: #d2e6f5;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
          box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .map__item--more {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 64px;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }
}

.map__item-more-text {
  display: inline-block;
}

.map__item-img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 56px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .map__item-img {
    max-height: 40px;
  }
}

.js-map-more-wrap.is-hidden {
  display: none;
}

.map__bottom {
  margin-top: 16px;
  padding: 32px;
  background: #FFFFFF;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .map__bottom {
    padding: 24px;
  }
}
@media screen and (max-width: 576px) {
  .map__bottom {
    padding: 16px;
  }
}

.map__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 992px) {
  .map__bottom-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.map__sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .map__sidebar {
    padding: 16px;
  }
}

.map__block-title {
  margin: 0 0 16px;
  color: #363636;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .map__block-title {
    font-size: 22px;
  }
}

.map__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 2px;
  margin-bottom: 8px;
  background: #DBEFFB;
  border-radius: 10px;
}

.map__tab {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  min-height: 36px;
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: #1380C4;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease, -webkit-box-shadow 0.25s ease;
  -o-transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.map__tab.is-active {
  background: #1380C4;
  color: #FFFFFF;
  border: 1px solid #3B96CF;
}
.map__tab.is-disabled, .map__tab:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.map__filters {
  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;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .map__filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .map__filters > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-width: 0;
  }
}

.map__dropdown {
  position: relative;
}
.map__dropdown.is-open {
  z-index: 20;
}
.map__dropdown.is-open .map__dropdown-toggle::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.map__dropdown.is-open .map__dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.map__dropdown-toggle {
  position: relative;
  width: 100%;
  min-height: 40px;
  padding: 12px 48px 12px 16px;
  border: 1px solid #D6D6D6;
  border-radius: 10px;
  background: #FFFFFF;
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  cursor: pointer;
  -webkit-transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  -o-transition: border-color 0.25s ease, box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.map__dropdown-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M18 9L12 15L6 9%27 stroke=%27%238C8C8C%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}
.map__dropdown-toggle:focus {
  outline: none;
  border-color: #1380C4;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 130, 203, 0.08);
          box-shadow: 0 0 0 3px rgba(0, 130, 203, 0.08);
}

.map__dropdown-toggle-text {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.map__dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  max-height: 260px;
  padding: 12px;
  border: 1px solid #D6D6D6;
  border-radius: 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  scrollbar-width: thin;
  scrollbar-color: #BFBFBF transparent;
}
.map__dropdown-menu::-webkit-scrollbar {
  width: 4px;
}
.map__dropdown-menu::-webkit-scrollbar-track {
  background: transparent;
}
.map__dropdown-menu::-webkit-scrollbar-thumb {
  background: #F5F5F5;
  border-radius: 999px;
}

.map__dropdown-option {
  width: 100%;
  display: block;
  padding: 12px 8px;
  border: none;
  border-radius: 10px;
  background: transparent;
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  -o-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.map__dropdown-option + .map__dropdown-option {
  margin-top: 4px;
}
.map__dropdown-option:hover {
  background: #EAEAEA;
}
.map__dropdown-option.is-active {
  background: #EAEAEA;
}

.map__locations {
  height: 390px;
  overflow-y: auto;
  padding-right: 6px;
  scrollbar-width: thin;
  scrollbar-color: #CFCFCF transparent;
}
.map__locations::-webkit-scrollbar {
  width: 4px;
}
.map__locations::-webkit-scrollbar-track {
  background: transparent;
}
.map__locations::-webkit-scrollbar-thumb {
  background: #CFCFCF;
  border-radius: 999px;
}

.map__location {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0px;
  padding: 10px 16px;
  margin-bottom: 8px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #F5F5F5;
  text-align: left;
  cursor: pointer;
  -webkit-transition: border-color 0.25s ease, background-color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: border-color 0.25s ease, background-color 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  -o-transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}
.map__location:last-child {
  margin-bottom: 0;
}
.map__location:hover {
  border: 1px solid #D6D6D6;
}
.map__location.is-active {
  border: 1px solid #D6D6D6;
}

.map__location-company {
  display: block;
  color: #4A4A4A;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.map__location-address {
  display: block;
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.map__map {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 700px;
          flex: 0 0 700px;
  width: 700px;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
  background: #EDEDED;
}
@media screen and (max-width: 1399px) {
  .map__map {
    -ms-flex-preferred-size: 620px;
        flex-basis: 620px;
    width: 620px;
  }
}
@media screen and (max-width: 1199px) {
  .map__map {
    -ms-flex-preferred-size: 520px;
        flex-basis: 520px;
    width: 520px;
  }
}
@media screen and (max-width: 992px) {
  .map__map {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .map__map {
    height: 420px;
  }
}
@media screen and (max-width: 575px) {
  .map__map {
    height: 340px;
  }
}

.map__map-frame {
  width: 100%;
  height: 100%;
  background: #EDEDED;
}
.map__map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.assortment {
  padding: 88px 0px;
  background: #F5F5F5;
  border-radius: 32px 32px 0 0;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .assortment {
    padding: 64px 0px;
  }
}
@media screen and (max-width: 576px) {
  .assortment {
    padding: 48px 0px;
    border-radius: 24px 24px 0 0;
  }
}
.assortment__wrapper {
  position: relative;
}
.assortment__head {
  max-width: 800px;
  margin: 0 auto 32px;
  text-align: center;
}
.assortment__title {
  font-weight: 700;
  font-size: 44px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #4A4A4A;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .assortment__title {
    font-size: 38px;
  }
}
.assortment__subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #6F6F6F;
  margin-bottom: 32px;
}
.assortment__sections {
  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;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .assortment__sections {
    gap: 12px;
  }
}
.assortment__section {
  position: relative;
  padding: 32px;
  background: #FFFFFF;
  border-radius: 16px;
  top: auto;
}
@media screen and (max-width: 768px) {
  .assortment__section {
    padding: 24px 0px 24px 24px;
  }
}
@media screen and (max-width: 576px) {
  .assortment__section {
    padding: 16px 0px 16px 16px;
  }
}
.assortment__section.is-sticky-stack {
  position: sticky;
  top: var(--assortment-stack-top, 0px);
}
.assortment__section-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: 16px;
  padding-bottom: 24px;
  padding-right: 32px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .assortment__section-top {
    padding-right: 24px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 576px) {
  .assortment__section-top {
    padding-right: 16px;
    padding-bottom: 16px;
  }
}
.assortment__section-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  text-transform: uppercase;
  color: #44423E;
}
@media screen and (max-width: 576px) {
  .assortment__section-title {
    font-size: 22px;
  }
}
.assortment__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1380C4;
  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;
  width: 142px;
  border-radius: 10px;
  background: #DBEFFB;
}
@media screen and (max-width: 576px) {
  .assortment__link {
    font-size: 14px;
    height: 36px;
    width: 107px;
  }
}
.assortment__slider {
  overflow: hidden;
}
.assortment__slide {
  height: auto;
  width: 384px !important;
}
@media screen and (max-width: 768px) {
  .assortment__slide {
    width: 300px !important;
  }
}
@media screen and (max-width: 567px) {
  .assortment__slide {
    width: 224px !important;
  }
}
.assortment__slider-wrap {
  position: relative;
}
.assortment__nav {
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 10px;
  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;
  background: #1380C4;
  border: 1px solid #3B96CF;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  -o-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .assortment__nav {
    right: 24px;
  }
}
@media screen and (max-width: 576px) {
  .assortment__nav {
    display: none;
  }
}
.assortment__nav svg {
  display: block;
  width: 16px;
  height: 14px;
}
.assortment__nav svg path {
  stroke: #ffffff;
  -webkit-transition: stroke 0.2s ease;
  -o-transition: stroke 0.2s ease;
  transition: stroke 0.2s ease;
}
.assortment__nav:hover {
  background: #3B96CF;
  border-color: #3B96CF;
}
.assortment__nav:disabled, .assortment__nav.swiper-button-disabled {
  background: #DBEFFB;
  border-color: #DBEFFB;
  cursor: not-allowed;
  pointer-events: none;
}
.assortment__nav:disabled svg path, .assortment__nav.swiper-button-disabled svg path {
  stroke: #1380C4;
}
.assortment__card {
  height: 100%;
  background: #ffffff;
  border: 1px solid #D6D6D6;
  border-radius: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.assortment__card:hover {
  background: #F5F5F5;
}
.assortment__card:hover .assortment__card-title {
  color: #1380C4;
}
.assortment__card-link {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  text-align: center;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .assortment__card-link {
    padding: 16px 16px 24px 16px;
  }
}
@media screen and (max-width: 576px) {
  .assortment__card-link {
    padding: 8px 8px 16px 8px;
  }
}
.assortment__card-image {
  width: 100%;
  margin-bottom: 18px;
  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 screen and (max-width: 992px) {
  .assortment__card-image {
    max-width: 272px;
    max-height: 272px;
  }
}
@media screen and (max-width: 576px) {
  .assortment__card-image {
    max-width: 208px;
    max-height: 208px;
  }
}
.assortment__card-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 992px) {
  .assortment__card-image img {
    max-height: 272px;
  }
}
@media screen and (max-width: 576px) {
  .assortment__card-image img {
    max-height: 208px;
  }
}
.assortment__card-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #4A4A4A;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 52px;
}
@media screen and (max-width: 768px) {
  .assortment__card-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .assortment__card-title {
    min-height: 72px;
  }
}
.assortment__card-weight {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #6F6F6F;
  margin-top: 16px;
}
.assortment__pagination {
  margin-top: 18px;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.assortment__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px !important;
  background: #c9c9c9;
  opacity: 1;
}
.assortment__pagination .swiper-pagination-bullet-active {
  background: #4aa7e7;
}

.contacts {
  padding: 88px 0px;
  background: #FFFFFF;
}
.contacts__wrapper {
  position: relative;
}
.contacts__title {
  font-weight: 700;
  font-size: 44px;
  line-height: 120%;
  text-transform: uppercase;
  color: #4A4A4A;
  margin-bottom: 24px;
}
.contacts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
}
.contacts__left, .contacts__right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}
.contacts__card {
  height: 100%;
  background: #F5F5F5;
  border-radius: 12px;
}
.contacts__card--info {
  padding: 32px;
}
.contacts__card--form {
  padding: 32px;
}
.contacts__card--map {
  overflow: hidden;
  min-height: 400px;
}
.contacts__map {
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.contacts__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: 0;
}
.contacts__group-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: #4A4A4A;
  margin-bottom: 12px;
}
.contacts__group-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;
}
.contacts__item {
  display: block;
}
.contacts__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.contacts__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.contacts__item-icon {
  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;
}
.contacts__item-icon img {
  width: 24px;
  height: 24px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.contacts__item-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #4A4A4A;
}
.contacts__item-text, .contacts__item-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #4A4A4A;
  padding: 2px 0px;
}
.contacts__item-link {
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.contacts__item-link:hover {
  color: #8C8C8C;
}
.contacts__divider {
  width: 100%;
  height: 1px;
  margin: 16px 0;
  background-image: -o-repeating-linear-gradient(left, #D6D6D6 0, #D6D6D6 8px, transparent 8px, transparent 16px);
  background-image: repeating-linear-gradient(to right, #D6D6D6 0, #D6D6D6 8px, transparent 8px, transparent 16px);
  background-repeat: repeat-x;
  background-size: 16px 1px;
}
.contacts__group--social .contacts__group-title {
  margin-bottom: 12px;
}
.contacts__socials {
  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;
}
.contacts__social-link {
  position: relative;
  width: 32px;
  height: 32px;
  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-decoration: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contacts__social-icon {
  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;
  width: 32px;
  height: 32px;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.contacts__social-icon img {
  width: 24px;
  height: 24px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 2px;
}
.contacts__social-icon--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.contacts__social-icon--hover img {
  width: 32px;
  height: 32px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0px;
}
.contacts__social-link:hover .contacts__social-icon--default {
  opacity: 0;
}
.contacts__social-link:hover .contacts__social-icon--hover {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .contacts__title {
    font-size: 56px;
  }
  .contacts__card--info {
    padding: 32px 28px 28px;
  }
  .contacts__card--form {
    padding: 28px;
  }
}
@media screen and (max-width: 992px) {
  .contacts__title {
    font-size: 48px;
    margin-bottom: 24px;
  }
  .contacts__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .contacts {
    padding: 64px 0 72px;
  }
  .contacts__title {
    font-size: 36px;
  }
  .contacts__card {
    border-radius: 16px;
  }
  .contacts__card--info, .contacts__card--form {
    padding: 24px 20px;
  }
  .contacts__card--map, .contacts__map, .contacts__map iframe {
    min-height: 360px;
  }
  .contacts__group-title {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .contacts__item-title {
    font-size: 16px;
  }
  .contacts__item-text, .contacts__item-link {
    font-size: 16px;
  }
  .contacts__socials {
    gap: 16px;
  }
}
@media screen and (max-width: 576px) {
  .contacts__title {
    font-size: 32px;
  }
  .contacts__card--info, .contacts__card--form {
    padding: 24px 16px;
  }
  .contacts__card--map, .contacts__map, .contacts__map iframe {
    min-height: 320px;
  }
  .contacts__group-title {
    font-size: 20px;
  }
  .contacts__divider {
    margin: 20px 0 16px;
  }
}

.contacts--no-title {
  padding-top: 0;
}

body.contact-success-popup-open {
  overflow: hidden;
}

.contact-success-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  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: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  -o-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.contact-success-popup[hidden] {
  display: none;
}
.contact-success-popup.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.contact-success-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.88);
}
.contact-success-popup__dialog {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  min-height: 322px;
  max-height: calc(100vh - 48px);
  padding: 64px 40px;
  border-radius: 12px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 12px 32px 2px rgba(20, 31, 47, 0.16);
          box-shadow: 0 12px 32px 2px rgba(20, 31, 47, 0.16);
  overflow: hidden auto;
  outline: none;
}
.contact-success-popup__content {
  position: relative;
  z-index: 2;
  max-width: 430px;
}
.contact-success-popup__title {
  margin: 0 0 24px;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  color: #4A4A4A;
}
.contact-success-popup__text {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
}
.contact-success-popup__button {
  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;
  min-width: 135px;
  min-height: 40px;
  padding: 12px;
  border-radius: 10px;
  background: #1380C4;
  border: 1px solid #3B96CF;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.contact-success-popup__button:hover {
  background: #3B96CF;
}
.contact-success-popup__decor {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 215px;
  height: auto;
  pointer-events: none;
}
@media screen and (max-width: 576px) {
  .contact-success-popup {
    padding: 16px;
  }
  .contact-success-popup__dialog {
    min-height: 292px;
    max-height: calc(100vh - 32px);
    padding: 32px 20px 96px;
  }
  .contact-success-popup__title {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .contact-success-popup__text {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 24px;
  }
  .contact-success-popup__button {
    min-height: 40px;
    font-size: 16px;
    line-height: 20px;
  }
  .contact-success-popup__decor {
    width: 150px;
  }
}

.contacts__card--form {
  background: #F5F5F5;
  border-radius: 12px;
}
.contacts .wpcf7 {
  width: 100%;
}
.contacts .wpcf7 form {
  margin: 0;
}
.contacts .wpcf7 br {
  display: none;
}
.contacts .wpcf7 .screen-reader-response,
.contacts .wpcf7 .hidden-fields-container {
  display: none;
}
.contacts .wpcf7-response-output {
  margin: 16px 0 0 !important;
  padding: 12px 16px !important;
  border-radius: 12px;
  font-size: 14px;
  line-height: 140%;
}
.contacts .wpcf7-not-valid-tip {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 140%;
  color: #D92D20;
}
.contacts .contacts-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts .contacts-form__field {
  position: relative;
  margin-bottom: 20px;
}
.contacts .contacts-form__field:last-child {
  margin-bottom: 0;
}
.contacts .contacts-form__field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contacts .contacts-form__control {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4A4A4A;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  -o-transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.contacts .contacts-form__control::-webkit-input-placeholder {
  color: #8C8C8C;
  opacity: 1;
}
.contacts .contacts-form__control::-moz-placeholder {
  color: #8C8C8C;
  opacity: 1;
}
.contacts .contacts-form__control:-ms-input-placeholder {
  color: #8C8C8C;
  opacity: 1;
}
.contacts .contacts-form__control::-ms-input-placeholder {
  color: #8C8C8C;
  opacity: 1;
}
.contacts .contacts-form__control::placeholder {
  color: #8C8C8C;
  opacity: 1;
}
.contacts .contacts-form__control:focus {
  border-color: #D6D6D6;
}
.contacts .contacts-form__input {
  height: 48px;
  padding: 14px 16px;
}
.contacts .contacts-form__textarea {
  height: 120px;
  padding: 14px 16px;
  resize: vertical;
}
.contacts .contacts-form__field--topic {
  position: relative;
}
.contacts .contacts-form__topic {
  position: relative;
}
.contacts .contacts-form__topic.is-open .contacts-form__topic-trigger {
  border-color: #D6D6D6;
}
.contacts .contacts-form__topic.is-open .contacts-form__topic-trigger::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.contacts .contacts-form__topic.is-open .contacts-form__topic-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.contacts .contacts-form__topic.is-selected .contacts-form__topic-placeholder {
  display: none;
}
.contacts .contacts-form__topic.is-selected .contacts-form__topic-value {
  display: inline;
}
.contacts .contacts-form__topic-trigger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4A4A4A;
  height: 48px;
  padding: 14px 16px;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  -o-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.contacts .contacts-form__topic-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 20px;
  height: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  background-image: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%278%27 viewBox=%270 0 14 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12.75 0.75L6.75 6.75L0.75 0.75%27 stroke=%27%238C8C8C%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 12px;
}
.contacts .contacts-form__topic-placeholder,
.contacts .contacts-form__topic-value {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.contacts .contacts-form__topic-placeholder {
  color: #9A9A9A;
}
.contacts .contacts-form__topic-value {
  display: none;
  color: #8C8C8C;
}
.contacts .contacts-form__topic-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  z-index: 10;
}
.contacts .contacts-form__topic-dropdown .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contacts .contacts-form__topic-options {
  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;
}
.contacts .contacts-form__topic-options .wpcf7-list-item {
  margin: 0;
}
.contacts .contacts-form__topic-options .wpcf7-list-item label {
  display: block;
  cursor: pointer;
}
.contacts .contacts-form__topic-options .wpcf7-list-item input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.contacts .contacts-form__topic-options .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 12px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #4A4A4A;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.contacts .contacts-form__topic-options .wpcf7-list-item label:hover .wpcf7-list-item-label {
  background: #EAEAEA;
}
.contacts .contacts-form__topic-options .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label {
  background: #EAEAEA;
}
.contacts .contacts-form__field--methods {
  padding: 12px;
  border-radius: 10px;
  background: #FFFFFF;
}
.contacts .contacts-form__methods-title {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #44423E;
}
.contacts .contacts-form__methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}
.contacts .contacts-form__methods .wpcf7-list-item {
  margin: 0;
}
.contacts .contacts-form__methods .wpcf7-list-item label {
  display: block;
  cursor: pointer;
}
.contacts .contacts-form__methods input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.contacts .contacts-form__methods .wpcf7-list-item-label {
  min-height: 40px;
  padding: 10px 14px;
  border: 1px solid #F5F5F5;
  border-radius: 10px;
  background: #FFFFFF;
  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;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #1380C4;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.contacts .contacts-form__methods input[type=radio]:checked + .wpcf7-list-item-label {
  background: #DBEFFB;
  border-color: #B3D9F0;
}
.contacts .contacts-form__methods label:hover .wpcf7-list-item-label {
  border-color: #B3D9F0;
  background: #DBEFFB;
}
.contacts .contacts-form__submit {
  margin-top: 4px;
  position: relative;
}
.contacts .contacts-form__submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}
.contacts .contacts-form__submit-btn {
  width: 100%;
  min-height: 40px;
  padding: 10px;
  border: none;
  border-radius: 10px;
  background: #1380C4;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: background-color 0.2s ease, opacity 0.2s ease;
  -o-transition: background-color 0.2s ease, opacity 0.2s ease;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
.contacts .contacts-form__submit-btn:hover {
  background: #3B96CF;
}
.contacts .contacts-form__submit-btn:disabled,
.contacts .wpcf7 form.submitting .contacts-form__submit-btn {
  background: #BFBFBF;
  border: 1px solid #D6D6D6;
  cursor: not-allowed;
}
.contacts .contacts-form__policy {
  margin-top: 12px;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #8C8C8C;
}
.contacts .contacts-form__policy a {
  color: #4A4A4A;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.contacts .contacts-form__policy a:hover {
  color: #1380C4;
}
.contacts .wpcf7-not-valid {
  border-color: #FF3B30 !important;
}
.contacts .contacts-form__textarea.wpcf7-not-valid,
.contacts .contacts-form__input.wpcf7-not-valid {
  border-color: #FF3B30 !important;
}
.contacts .contacts-form__field--topic.is-invalid .contacts-form__topic-trigger,
.contacts .contacts-form__topic.is-invalid .contacts-form__topic-trigger {
  border-color: #FF3B30 !important;
}
.contacts .contacts-form__field--topic .contacts-form__topic-dropdown .wpcf7-not-valid-tip {
  display: none;
}
.contacts .contacts-form__topic-error {
  display: none;
  margin-top: 8px;
  font-size: 14px;
  line-height: 140%;
  color: #D92D20;
}
.contacts .contacts-form__topic-error.is-visible {
  display: block;
}

@-webkit-keyframes instagram-marquee {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(calc(-50% - 6px), 0, 0);
            transform: translate3d(calc(-50% - 6px), 0, 0);
  }
}

@keyframes instagram-marquee {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(calc(-50% - 6px), 0, 0);
            transform: translate3d(calc(-50% - 6px), 0, 0);
  }
}
.contacts__instagram {
  margin-top: 64px;
}
.contacts__instagram-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;
  gap: 16px;
  margin-bottom: 32px;
}
.contacts__instagram-title {
  margin: 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #363636;
}
.contacts__instagram-btn {
  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;
  min-height: 40px;
  min-width: 140px;
  padding: 10px;
  border-radius: 10px;
  background: #DBEFFB;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #1380C4;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.contacts__instagram-btn:hover {
  background: #CBE6F7;
  color: #1380C4;
}
.contacts__instagram-scroll {
  overflow: hidden;
}
.contacts__instagram-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: instagram-marquee 28s linear infinite;
          animation: instagram-marquee 28s linear infinite;
}
.contacts__instagram-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.contacts__instagram-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 198px;
          flex: 0 0 198px;
  width: 198px;
  height: 302px;
  border-radius: 12px;
  overflow: hidden;
}
.contacts__instagram-image {
  display: block;
  width: 198px;
  height: 302px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media screen and (max-width: 991px) {
  .contacts__instagram {
    margin-top: 32px;
  }
  .contacts__instagram-head {
    margin-bottom: 20px;
  }
  .contacts__instagram-title {
    font-size: 26px;
  }
  .contacts__instagram-scroll {
    margin-right: -15px;
    padding-right: 15px;
  }
  .contacts__instagram-track {
    -webkit-animation-duration: 24s;
            animation-duration: 24s;
  }
}
@media screen and (max-width: 576px) {
  .contacts__instagram-head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contacts__instagram-title {
    font-size: 22px;
  }
  .contacts__instagram-btn {
    min-height: 36px;
    padding: 8px;
    font-size: 15px;
  }
  .contacts__instagram-track, .contacts__instagram-list {
    gap: 8px;
  }
}

.products-category {
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  .products-category {
    padding: 40px 0;
  }
}
.products-category__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.products-category__item {
  display: block;
  text-decoration: none;
}
.products-category__image-wrap {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.products-category__image {
  width: 100%;
  height: 100%;
  max-height: 312px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
@media screen and (max-width: 992px) {
  .products-category__image {
    max-height: 260px;
  }
}
@media screen and (max-width: 768px) {
  .products-category__image {
    max-height: 180px;
  }
}
@media screen and (max-width: 576px) {
  .products-category__image {
    max-height: 84px;
  }
}
.products-category__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #4A4A4A;
  margin: 16px 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .products-category__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .products-category__title {
    font-size: 18px;
  }
}
.products-category__item:hover .products-category__title {
  color: #1380C4;
}

.finder {
  padding: 48px 0px 88px 0px;
  background: #F5F5F5;
}
.finder--bg-white {
  background: #FFFFFF;
}
.finder--bg-gray {
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .finder {
    padding: 40px 0px 64px 0px;
  }
}
@media screen and (max-width: 576px) {
  .finder {
    padding: 24px 0px 40px 0px;
  }
}
.finder__wrapper {
  position: relative;
  overflow: hidden;
  background: #3B96CF;
  border-radius: 16px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .finder__wrapper {
    padding: 32px 24px 40px 24px;
  }
}
@media screen and (max-width: 576px) {
  .finder__wrapper {
    padding: 24px 16px 32px 16px;
  }
}
.finder__content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
.finder__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .finder__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 576px) {
  .finder__title {
    font-size: 26px;
    margin-bottom: 8px;
  }
}
.finder__subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #DBEFFB;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .finder__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 576px) {
  .finder__subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.finder__btn {
  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;
  width: 180px;
  height: 48px;
  padding: 12px;
  border-radius: 10px;
  background: #ffffff;
  text-decoration: none;
  border: 1px solid #EAEAEA;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4A4A4A;
}
.finder__btn:hover {
  background: #F5F5F5;
}
.finder__decorations .finder__decor {
  position: absolute;
}
.finder__decorations .finder__decor--1 {
  bottom: 0px;
  right: 0px;
}
@media screen and (max-width: 768px) {
  .finder__decorations .finder__decor--1 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 430px;
  }
}
@media screen and (max-width: 576px) {
  .finder__decorations .finder__decor--1 {
    width: 210px;
  }
}
.finder__decorations .finder__decor--2 {
  top: 0px;
  right: 300px;
}
@media screen and (max-width: 768px) {
  .finder__decorations .finder__decor--2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 122px;
    right: 150px;
  }
}
@media screen and (max-width: 576px) {
  .finder__decorations .finder__decor--2 {
    width: 60px;
    right: 75px;
  }
}
.finder__decorations .finder__decor--3 {
  top: 47px;
  right: 125px;
}
@media screen and (max-width: 768px) {
  .finder__decorations .finder__decor--3 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 83px;
    right: 65px;
  }
}
@media screen and (max-width: 576px) {
  .finder__decorations .finder__decor--3 {
    width: 40px;
    right: 32px;
    top: 65px;
  }
}
.finder__decorations .finder__decor--4 {
  bottom: 20px;
  right: 250px;
}
@media screen and (max-width: 768px) {
  .finder__decorations .finder__decor--4 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 72px;
    right: 125px;
  }
}
@media screen and (max-width: 576px) {
  .finder__decorations .finder__decor--4 {
    width: 30px;
    right: 64px;
  }
}

.details {
  padding: 48px 0px 88px 0px;
}
@media screen and (max-width: 768px) {
  .details {
    padding: 40px 0px 64px 0px;
  }
}
@media screen and (max-width: 576px) {
  .details {
    padding: 32px 0px 40px 0px;
  }
}
.details__wrapper {
  background: #f5f5f5;
  border-radius: 16px;
  padding: 24px 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .details__wrapper {
    padding: 24px 32px;
  }
}
@media screen and (max-width: 576px) {
  .details__wrapper {
    padding: 16px;
  }
}
.details__wrapper.is-open .details__toggle {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.details__head {
  position: relative;
}
.details__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.details__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  text-transform: uppercase;
  color: #4A4A4A;
  margin-bottom: 24px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .details__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 576px) {
  .details__title {
    font-size: 26px;
    margin-bottom: 16px;
  }
}
.details__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #6F6F6F;
}
.details__toggle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 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;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-top: 4px;
  position: absolute;
  top: 0;
  right: 0;
}
.details__toggle svg {
  display: block;
  width: 24px;
  height: 24px;
}
.details__body {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.details__content-block {
  padding-top: 22px;
}
@media screen and (max-width: 576px) {
  .details__content-block {
    padding-top: 16px;
  }
}
.details__bold-text {
  margin-top: 8px;
  margin-bottom: 12px;
}
.details__bold-text p {
  font-weight: 600;
  font-style: Italic;
  font-size: 16px;
  line-height: 22px;
  color: #6F6F6F;
}
.details__content-title {
  position: relative;
  margin: 0;
  padding: 24px 40px 32px 40px;
  color: #4A4A4A;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .details__content-title {
    padding: 24px;
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .details__content-title {
    font-size: 20px;
    padding: 24px 12px;
  }
}
.details__content-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  bottom: 0px;
  width: 100%;
  left: 0;
  background: -o-repeating-linear-gradient(left, #E5E5E5 0 8px, transparent 8px 16px);
  background: repeating-linear-gradient(to right, #E5E5E5 0 8px, transparent 8px 16px);
}
.details__content-title__wrapper {
  padding-bottom: 24px;
  background: #ffffff;
  border-radius: 16px 16px 0 0;
}
.details__content {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 1.5;
}
.details__content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  margin: 0;
}
.details__content tbody {
  width: 100%;
}
.details__content tr:nth-child(even) th,
.details__content tr:nth-child(even) td {
  background: #ffffff;
}
.details__content tr:nth-child(even) th {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.details__content tr:nth-child(even) td {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.details__content th,
.details__content td {
  padding: 16px 28px;
  vertical-align: middle;
}
@media screen and (max-width: 576px) {
  .details__content th,
  .details__content td {
    padding: 16px 8px;
  }
}
.details__content th {
  width: 60%;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #4A4A4A;
}
.details__content td {
  width: 40%;
  text-align: right;
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.details__content p {
  margin: 16px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #6F6F6F;
}
.details__content a {
  color: #1380C4;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.details__content a:hover {
  opacity: 0.75;
}

.product-banner {
  position: relative;
  overflow: hidden;
}

.product-banner__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.product-banner__bg-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px 0px 32px 32px;
}

.product-banner__wrapper {
  position: relative;
  z-index: 1;
  padding-top: 470px;
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .product-banner__wrapper {
    padding-top: 380px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 576px) {
  .product-banner__wrapper {
    padding-top: 240px;
    padding-bottom: 88px;
  }
}

.product-banner__title {
  margin: 0;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 56px;
  line-height: 128%;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .product-banner__title {
    font-size: 48px;
  }
}
@media screen and (max-width: 576px) {
  .product-banner__title {
    font-size: 36px;
    line-height: 120%;
  }
}

.page-template--inner {
  padding-top: 0px !important;
}
@media screen and (max-width: 576px) {
  .page-template--inner {
    padding-top: 0px !important;
  }
}

.categories {
  padding: 88px 0px 32px 0px;
  background: #F5F5F5;
}
.categories__wrapper {
  width: 100%;
}
.categories__list {
  display: grid;
  gap: 16px;
}
.categories__list--cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 32px;
}
.categories__list--cols-1 .categories__item-image {
  height: 720px;
}
.categories__list--cols-1 .categories__item-title {
  font-size: 32px;
  line-height: 38px;
}
.categories__list--cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.categories__list--cols-2 .categories__item-image {
  height: 360px;
}
.categories__list--cols-2 .categories__item-title {
  font-size: 28px;
  line-height: 32px;
}
.categories__list--cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.categories__list--cols-3 .categories__item-image {
  height: 240px;
}
.categories__list--cols-3 .categories__item-title {
  font-size: 24px;
  line-height: 30px;
}
.categories__list--cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.categories__list--cols-4 .categories__item-image {
  height: 180px;
}
.categories__list--cols-4 .categories__item-title {
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .categories__list--cols-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .categories__list--cols-4 .categories__item-image {
    height: 240px;
  }
  .categories__list--cols-4 .categories__item-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.categories__list--cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.categories__list--cols-5 .categories__item-image {
  height: 144px;
}
.categories__list--cols-5 .categories__item-title {
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .categories__list--cols-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .categories__list--cols-5 .categories__item-image {
    height: 240px;
  }
  .categories__list--cols-5 .categories__item-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.categories__list--cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.categories__list--cols-6 .categories__item-image {
  height: 120px;
}
.categories__list--cols-6 .categories__item-title {
  font-size: 16px;
  line-height: 21px;
}
@media screen and (max-width: 768px) {
  .categories__list--cols-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .categories__list--cols-6 .categories__item-image {
    height: 240px;
  }
  .categories__list--cols-6 .categories__item-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.categories__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.categories__item:not(.categories__item--current):hover .categories__item-title {
  color: #1380C4;
}
.categories__item:not(.categories__item--current):hover .categories__item-image img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.categories__item--current {
  cursor: default;
}
.categories__item--current .categories__item-title {
  color: #1380C4;
}
.categories__item-image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #F5F5F5;
}
.categories__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.categories__item-title {
  font-weight: 400;
  text-align: center;
  color: #4A4A4A;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  margin: 16px 0px;
}
.categories__mobile {
  display: none;
}
@media screen and (max-width: 575px) {
  .categories {
    padding: 16px 0;
  }
  .categories__list {
    display: none;
  }
  .categories__mobile {
    display: block;
    position: relative;
  }
  .categories__mobile-trigger {
    width: 100%;
    min-height: 48px;
    padding: 14px 12px;
    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;
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    background: #FFFFFF;
    cursor: pointer;
    text-align: left;
  }
  .categories__mobile-current {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  .categories__mobile-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;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 24px;
    height: 24px;
  }
  .categories__mobile-icon svg {
    display: block;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .categories__mobile-dropdown {
    display: none;
    margin-top: 4px;
    padding: 12px;
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    background: #FFFFFF;
  }
  .categories__mobile-list {
    max-height: 260px;
    overflow-y: auto;
    padding-right: 8px;
  }
  .categories__mobile-list::-webkit-scrollbar {
    width: 6px;
  }
  .categories__mobile-list::-webkit-scrollbar-track {
    background: #ECECEC;
    border-radius: 999px;
  }
  .categories__mobile-list::-webkit-scrollbar-thumb {
    background: #BDBDBD;
    border-radius: 999px;
  }
  .categories__mobile-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 40px;
    padding: 11px 8px;
    border-radius: 10px;
    text-decoration: none;
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
  }
  .categories__mobile-item + .categories__mobile-item {
    margin-top: 10px;
  }
  .categories__mobile-item--current {
    background: #EAEAEA;
  }
  .categories .categories__mobile.is-open .categories__mobile-icon svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .categories .categories__mobile.is-open .categories__mobile-dropdown {
    display: block;
  }
}

.showcase {
  padding: 32px 0 88px;
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .showcase {
    padding: 32px 0 64px;
  }
}
@media screen and (max-width: 576px) {
  .showcase {
    padding: 24px 0 40px;
  }
}
.showcase__wrapper {
  width: 100%;
}
.showcase__head {
  margin: 0 auto;
  text-align: center;
}
.showcase__title {
  font-weight: 700;
  font-size: 44px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #4A4A4A;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .showcase__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 576px) {
  .showcase__title {
    font-size: 30px;
  }
}
.showcase__subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #6F6F6F;
  max-width: 800px;
  margin: 0px auto 32px auto;
}
@media screen and (max-width: 768px) {
  .showcase__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 576px) {
  .showcase__subtitle {
    font-size: 16px;
    line-height: 24px;
    margin: 0px auto 24px auto;
  }
}
.showcase__filters-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: auto;
  padding: 0 12px;
  margin: 0 -12px 16px;
}
@media screen and (max-width: 992px) {
  .showcase__filters-outer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .showcase__filters-outer {
    margin: 0 -8px 16px;
    padding: 0 8px;
  }
}
.showcase__filters {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  gap: 16px;
}
.showcase__filter {
  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;
  border: 1px solid #F5F5F5;
  border-radius: 10px;
  background: #FFFFFF;
  color: #1380C4;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.showcase__filter:hover, .showcase__filter.is-active {
  background: #DBEFFB;
  border-color: #B3D9F0;
}
.showcase__groups {
  margin-top: 32px;
}
.showcase__group[hidden] {
  display: none !important;
}
.showcase__group + .showcase__group {
  margin-top: 16px;
}
.showcase__group-inner {
  padding: 40px;
  border-radius: 16px;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .showcase__group-inner {
    padding: 24px;
  }
}
@media screen and (max-width: 576px) {
  .showcase__group-inner {
    padding: 16px;
  }
}
.showcase__group-head {
  margin-bottom: 24px;
}
.showcase__group-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.25%;
  text-transform: uppercase;
  color: #4A4A4A;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .showcase__group-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 576px) {
  .showcase__group-title {
    font-size: 22px;
    margin-bottom: 8px;
  }
}
.showcase__group-subtitle {
  color: #6F6F6F;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 24px;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .showcase__group-subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 576px) {
  .showcase__group-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
.showcase__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media screen and (max-width: 992px) {
  .showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .showcase__grid {
    grid-template-columns: auto;
  }
}
.showcase__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 24px;
  border: 1px solid #D6D6D6;
  border-radius: 12px;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .showcase__card {
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .showcase__card {
    padding: 8px 8px 16px 8px;
  }
}
.showcase__card-image {
  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: 336px;
  text-decoration: none;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .showcase__card-image {
    height: 272px;
  }
}
.showcase__card-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.showcase__card-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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 12px;
}
.showcase__card-title {
  margin: 0;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #4A4A4A;
  height: 56px;
}
.showcase__card-title a {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .showcase__card-title {
    font-size: 18px;
    height: 50px;
  }
}
.showcase__card-weight {
  margin-top: 16px;
  text-align: center;
  color: #6F6F6F;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.showcase__card-btn {
  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;
  width: 100%;
  min-height: 40px;
  margin-top: auto;
  padding: 12px;
  border-radius: 10px;
  background: #1380C4;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border: 1px solid #3B96CF;
  margin-top: 24px;
}
.showcase__card-btn:hover {
  background: #0F6EA8;
}
@media screen and (max-width: 576px) {
  .showcase__card-btn {
    width: 200px;
    margin: 20px auto auto auto;
  }
}

.product-hero {
  padding: 88px 0px;
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .product-hero {
    padding: 32px 0px;
  }
}
.product-hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .product-hero__wrapper {
    gap: 24px;
  }
}
.product-hero__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .product-hero__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 24px;
  }
}
.product-hero__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 517px;
          flex: 0 0 517px;
  max-width: 517px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .product-hero__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 352px;
            flex: 0 0 352px;
    max-width: 352px;
  }
}
.product-hero__img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-hero__content {
  -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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .product-hero__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}
.product-hero__title {
  margin: 0;
  font-weight: 700;
  font-size: 44px;
  line-height: 120%;
  text-transform: uppercase;
  color: #08334E;
}
@media screen and (max-width: 768px) {
  .product-hero__title {
    font-size: 38px;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .product-hero__title {
    font-size: 30px;
  }
}
.product-hero__weight {
  color: #6F6F6F;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 575px) {
  .product-hero__weight {
    font-size: 18px;
    line-height: 26px;
  }
}
.product-hero__bottom {
  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;
  -ms-flex-item-align: start;
      align-self: flex-start;
  gap: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-hero__bottom {
    -ms-flex-item-align: center;
        align-self: center;
    gap: 24px;
  }
}
.product-hero__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.product-hero__button {
  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;
  background: #1380C4;
  min-width: 178px;
  min-height: 40px;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #3B96CF;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: background 0.3s ease, border-color 0.3s ease;
  -o-transition: background 0.3s ease, border-color 0.3s ease;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.product-hero__button:hover {
  background: #3B96CF;
  border: 1px solid #63ACDA;
}
@media screen and (max-width: 768px) {
  .product-hero__button {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.product-hero__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 575px) {
  .product-hero__tabs {
    gap: 12px;
  }
}
.product-hero__tabs-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 2px;
  border-radius: 10px;
  background: #E6F3FA;
}
@media screen and (max-width: 575px) {
  .product-hero__tabs-nav {
    display: none;
  }
}
.product-hero__tab-btn {
  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;
  min-height: 40px;
  padding: 12px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #DBEFFB;
  color: #1380C4;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.product-hero__tab-btn.is-active {
  background: #1380C4;
  border: 1px solid #3B96CF;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .product-hero__tab-btn {
    height: 36px;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding: 7px;
  }
}
.product-hero__tabs-content {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .product-hero__tabs-content {
    display: none;
  }
}
.product-hero__tab-panel {
  padding: 40px;
  border-radius: 16px;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .product-hero__tab-panel {
    padding: 24px;
  }
}
.product-hero__tab-title {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: #4A4A4A;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.product-hero__tab-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -o-repeating-linear-gradient(left, #EAEAEA 0 8px, transparent 8px 16px);
  background: repeating-linear-gradient(to right, #EAEAEA 0 8px, transparent 8px 16px);
}
@media screen and (max-width: 768px) {
  .product-hero__tab-title {
    padding-bottom: 24px;
    margin-bottom: 24px;
    font-size: 22px;
  }
}
.product-hero__tab-text {
  margin-top: 32px;
  color: #6F6F6F;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .product-hero__tab-text {
    margin-top: 24px;
  }
}
@media screen and (max-width: 575px) {
  .product-hero__tab-text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 22px;
  }
}
.product-hero__tab-text p {
  margin-bottom: 16px;
}
@media screen and (max-width: 575px) {
  .product-hero__tab-text p {
    margin-bottom: 12px;
  }
}
.product-hero__tab-text table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.product-hero__tab-text tr {
  border-bottom: 1px solid #F5F5F5;
}
.product-hero__tab-text td {
  padding: 8px 0;
  vertical-align: middle;
}
@media screen and (max-width: 575px) {
  .product-hero__tab-text td {
    padding: 10px 0;
  }
}
.product-hero__tab-text td:first-child {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #2E2E2E;
}
@media screen and (max-width: 575px) {
  .product-hero__tab-text td:first-child {
    font-size: 15px;
    line-height: 22px;
  }
}
.product-hero__tab-text td:last-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  white-space: nowrap;
  color: #4A4A4A;
}
@media screen and (max-width: 575px) {
  .product-hero__tab-text td:last-child {
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
    padding-left: 16px;
  }
}
.product-hero__tab-text del {
  text-decoration: none;
  color: #D92D20;
}
.product-hero__accordion {
  display: none;
}
@media screen and (max-width: 575px) {
  .product-hero__accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.product-hero__accordion-item {
  border-radius: 20px;
  background: #FFFFFF;
  overflow: hidden;
}
.product-hero__accordion-trigger {
  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: 16px;
  padding: 16px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}
.product-hero__accordion-trigger.is-open .product-hero__accordion-icon svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product-hero__accordion-label {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #4A4A4A;
}
.product-hero__accordion-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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.product-hero__accordion-icon svg {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.product-hero__accordion-content {
  background: #FFFFFF;
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: height 0.32s ease, opacity 0.24s ease;
  -o-transition: height 0.32s ease, opacity 0.24s ease;
  transition: height 0.32s ease, opacity 0.24s ease;
}
.product-hero__accordion-content.is-open {
  opacity: 1;
}
.product-hero__accordion-inner {
  position: relative;
  padding: 16px;
}
.product-hero__accordion-inner::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  height: 1px;
  background: -o-repeating-linear-gradient(left, #EAEAEA 0 8px, transparent 8px 16px);
  background: repeating-linear-gradient(to right, #EAEAEA 0 8px, transparent 8px 16px);
}
.product-hero__accordion-text {
  margin-top: 0;
}
.product-hero__tab-panel[hidden] {
  display: none !important;
}
@media screen and (max-width: 576px) {
  .product-hero__accordion-content[hidden] {
    display: block !important;
  }
}

.product-related {
  padding: 0 0 88px;
  background: #F5F5F5;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .product-related {
    padding: 0 0 64px;
  }
}
@media screen and (max-width: 576px) {
  .product-related {
    padding: 0 0 48px;
  }
}
.product-related__wrapper {
  position: relative;
}
.product-related__section {
  position: relative;
  padding: 32px 0 32px 32px;
  background: #FFFFFF;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .product-related__section {
    padding: 24px 0 24px 24px;
  }
}
@media screen and (max-width: 576px) {
  .product-related__section {
    padding: 16px 0 16px 16px;
  }
}
.product-related__section-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: 16px;
  padding-right: 32px;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .product-related__section-top {
    padding-right: 24px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 576px) {
  .product-related__section-top {
    padding-right: 16px;
    padding-bottom: 16px;
  }
}
.product-related__section-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  text-transform: uppercase;
  color: #44423E;
}
@media screen and (max-width: 576px) {
  .product-related__section-title {
    font-size: 22px;
  }
}
.product-related__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1380C4;
  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;
  width: 142px;
  border-radius: 10px;
  background: #DBEFFB;
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .product-related__link {
    font-size: 14px;
    height: 36px;
    width: 107px;
  }
}
.product-related__slider-wrap {
  position: relative;
}
.product-related__slider {
  overflow: hidden;
}
.product-related__slide {
  height: auto;
  width: 384px !important;
}
@media screen and (max-width: 768px) {
  .product-related__slide {
    width: 300px !important;
  }
}
@media screen and (max-width: 567px) {
  .product-related__slide {
    width: 224px !important;
  }
}
.product-related__nav {
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 10px;
  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;
  background: #1380C4;
  border: 1px solid #3B96CF;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  -o-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .product-related__nav {
    right: 24px;
  }
}
@media screen and (max-width: 576px) {
  .product-related__nav {
    display: none;
  }
}
.product-related__nav svg {
  display: block;
  width: 16px;
  height: 14px;
}
.product-related__nav svg path {
  stroke: #ffffff;
  -webkit-transition: stroke 0.2s ease;
  -o-transition: stroke 0.2s ease;
  transition: stroke 0.2s ease;
}
.product-related__nav:hover {
  background: #3B96CF;
  border-color: #3B96CF;
}
.product-related__nav:disabled, .product-related__nav.swiper-button-disabled {
  background: #DBEFFB;
  border-color: #DBEFFB;
  cursor: not-allowed;
  pointer-events: none;
}
.product-related__nav:disabled svg path, .product-related__nav.swiper-button-disabled svg path {
  stroke: #1380C4;
}
.product-related__card {
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  border-radius: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-related__card:hover {
  background: #F5F5F5;
}
.product-related__card:hover .product-related__card-title {
  color: #1380C4;
}
.product-related__card-link {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  text-align: center;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .product-related__card-link {
    padding: 16px 16px 24px 16px;
  }
}
@media screen and (max-width: 576px) {
  .product-related__card-link {
    padding: 8px 8px 16px 8px;
  }
}
.product-related__card-image {
  width: 100%;
  margin-bottom: 18px;
  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 screen and (max-width: 992px) {
  .product-related__card-image {
    max-width: 272px;
    max-height: 272px;
  }
}
@media screen and (max-width: 576px) {
  .product-related__card-image {
    max-width: 208px;
    max-height: 208px;
  }
}
.product-related__card-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 992px) {
  .product-related__card-image img {
    max-height: 272px;
  }
}
@media screen and (max-width: 576px) {
  .product-related__card-image img {
    max-height: 208px;
  }
}
.product-related__card-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #4A4A4A;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 52px;
}
@media screen and (max-width: 768px) {
  .product-related__card-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .product-related__card-title {
    min-height: 72px;
  }
}
.product-related__card-weight {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #6F6F6F;
  margin-top: 16px;
}

.recipes {
  padding: 88px 0px;
  background: #f5f5f5;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recipes {
    padding: 40px 0px;
  }
}
@media screen and (max-width: 576px) {
  .recipes {
    padding: 24px 0px;
  }
}
.recipes__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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recipes__head {
  max-width: 800px;
  margin: 0 auto 32px;
  text-align: center;
}
.recipes__title {
  margin: 0 0 16px;
  color: #4a4a4a;
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .recipes__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 576px) {
  .recipes__title {
    font-size: 30px;
    margin: 0 0 8px;
  }
}
.recipes__subtitle {
  max-width: 800px;
  margin: 0 auto;
  color: #6F6F6F;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 992px) {
  .recipes__subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 576px) {
  .recipes__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
.recipes__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px 24px;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .recipes__filters {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: none;
    margin: 0;
  }
}
.recipes__filters-scroller {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .recipes__filters-scroller {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.recipes__filter-btn {
  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;
  min-height: 40px;
  padding: 10px;
  border: 1px solid #F5F5F5;
  border-radius: 10px;
  background: #ffffff;
  color: #1380C4;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.recipes__filter-btn:hover {
  background: #DBEFFB;
  border: 1px solid #B3D9F0;
}
@media screen and (max-width: 992px) {
  .recipes__filter-btn:hover {
    background: #ffffff;
    border: 1px solid #F5F5F5;
  }
}
.recipes__filter-btn.is-active {
  background: #DBEFFB;
  border: 1px solid #B3D9F0;
}

.recipes__list {
  width: 100%;
  margin-top: 32px;
  padding: 40px;
  border-radius: 16px;
  background: #FFFFFF;
}
@media screen and (max-width: 992px) {
  .recipes__list {
    padding: 32px;
  }
}
@media screen and (max-width: 576px) {
  .recipes__list {
    margin-top: 24px;
    padding: 16px 14px 24px 14px;
  }
}
.recipes__list-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;
  gap: 20px;
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .recipes__list-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .recipes__list-head {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 576px) {
  .recipes__list-head {
    margin-bottom: 16px;
    gap: 12px;
  }
}
.recipes__list-title {
  margin: 0;
  color: #4A4A4A;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .recipes__list-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 576px) {
  .recipes__list-title {
    font-size: 26px;
  }
}
.recipes__list-button {
  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;
  min-height: 40px;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #DBEFFB;
  color: #1380C4;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.recipes__list-button:hover {
  background: #DBEFFB;
  border: 1px solid #B3D9F0;
}
.recipes__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media screen and (max-width: 992px) {
  .recipes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 576px) {
  .recipes__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.recipes__card {
  min-width: 0;
}
.recipes__card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 24px;
  border: 1px solid #E9E9E9;
  border-radius: 12px;
  background: #FFFFFF;
  text-decoration: none;
  -webkit-transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .recipes__card-link {
    padding: 16px;
  }
}
.recipes__card-media {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #ECECEC;
  min-height: 400px;
}
@media screen and (max-width: 992px) {
  .recipes__card-media {
    min-height: auto;
    height: 380px;
  }
}
@media screen and (max-width: 576px) {
  .recipes__card-media {
    height: 360px;
  }
}
.recipes__card-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 400px;
}
@media screen and (max-width: 992px) {
  .recipes__card-image {
    min-height: auto;
    height: 380px;
  }
}
@media screen and (max-width: 576px) {
  .recipes__card-image {
    height: 360px;
  }
}
.recipes__card-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  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;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 10px;
  background: #FFFFFF;
  border: 1px solid #F5F5F5;
  color: #1380C4;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
.recipes__card-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  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;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .recipes__card-play {
    width: 32px;
    height: 32px;
  }
}
.recipes__card-play svg {
  display: block;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .recipes__card-play svg {
    width: 32px;
    height: 32px;
  }
}
.recipes__card-title {
  margin: 16px 0 0;
  color: #4A4A4A;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recipes__card-title {
    font-size: 18px;
  }
}
.recipes__empty {
  padding: 40px 20px;
  border: 1px solid #E3E3E3;
  border-radius: 14px;
  color: #6F6F6F;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  grid-column: 1/-1;
}
.recipes__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;
  gap: 8px;
  margin-top: 32px;
}
.recipes__pagination-list {
  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;
}
.recipes__pagination-arrow {
  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;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid #3B96CF;
  border-radius: 10px;
  background: #1380C4;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}
.recipes__pagination-arrow svg {
  display: block;
  width: 24px;
  height: 24px;
}
.recipes__pagination-arrow:hover {
  background: #0F74B4;
  border-color: #0F74B4;
}
.recipes__pagination-arrow.is-disabled, .recipes__pagination-arrow:disabled {
  background: #DBEFFB;
  border-color: #DBEFFB;
  color: #1380C4;
  cursor: default;
  pointer-events: none;
  opacity: 1;
}
.recipes__pagination-page {
  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;
  width: 38px;
  height: 36px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: #08334E;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}
.recipes__pagination-page:hover {
  background: #8BC3E5;
  border-color: #8BC3E5;
  color: #FFFFFF;
}
.recipes__pagination-page.is-active {
  background: #63ACDA;
  border-color: #1380C4;
  color: #FFFFFF;
}

.recipe-single-banner {
  padding: 32px 0px 0px 0px;
  background: #f5f5f5;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .recipe-single-banner {
    padding: 24px 0px 0px 0px;
  }
}
.recipe-single-banner__wrapper {
  position: relative;
}
.recipe-single-banner__category {
  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;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 10px;
  background: #ffffff;
  color: #1380C4;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
@media screen and (max-width: 992px) {
  .recipe-single-banner__category {
    margin-bottom: 16px;
  }
}
.recipe-single-banner__content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 436px) minmax(0, 1fr);
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .recipe-single-banner__content {
    grid-template-columns: minmax(0, 380px) minmax(0, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .recipe-single-banner__content {
    grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .recipe-single-banner__content {
    grid-template-columns: auto;
  }
}
.recipe-single-banner__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  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;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.recipe-single-banner__nav svg {
  display: block;
  width: 40px;
  height: 40px;
}
.recipe-single-banner__nav:hover {
  -webkit-transform: translateY(-50%) scale(1.04);
      -ms-transform: translateY(-50%) scale(1.04);
          transform: translateY(-50%) scale(1.04);
}
.recipe-single-banner__nav--prev {
  left: -10px;
}
.recipe-single-banner__nav--next {
  right: -10px;
}
@media screen and (max-width: 576px) {
  .recipe-single-banner__nav {
    top: 215px;
  }
}
.recipe-single-banner__media {
  min-width: 0;
  height: 100%;
}
.recipe-single-banner__video-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  height: 560px;
  border-radius: 20px;
  background: #d9d9d9;
}
@media screen and (max-width: 992px) {
  .recipe-single-banner__video-wrapper {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  .recipe-single-banner__video-wrapper {
    height: 330px;
  }
}
@media screen and (max-width: 576px) {
  .recipe-single-banner__video-wrapper {
    height: 430px;
  }
}
.recipe-single-banner__video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  background: #d9d9d9;
  pointer-events: none;
}
.recipe-single-banner__video-wrapper.is-playing .recipe-single-banner__video {
  pointer-events: auto;
}
.recipe-single-banner__video-wrapper.is-playing .recipe-single-banner__play {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.recipe-single-banner__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  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;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: transparent;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (max-width: 576px) {
  .recipe-single-banner__play {
    width: 32px;
    height: 32px;
  }
}
.recipe-single-banner__play svg {
  display: block;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 576px) {
  .recipe-single-banner__play svg {
    width: 32px;
    height: 32px;
  }
}
.recipe-single-banner__info {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 0;
  min-height: 560px;
  padding: 28px 30px 32px;
  border-radius: 20px;
  background: #ffffff;
}
@media screen and (max-width: 992px) {
  .recipe-single-banner__info {
    min-height: 450px;
    padding: 24px 30px 24px 24px;
  }
}
@media screen and (max-width: 768px) {
  .recipe-single-banner__info {
    min-height: 330px;
  }
}
@media screen and (max-width: 576px) {
  .recipe-single-banner__info {
    min-height: 280px;
  }
}
.recipe-single-banner__title {
  margin: 0 0 24px;
  color: #353535;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .recipe-single-banner__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .recipe-single-banner__title {
    font-size: 20px;
  }
}
.recipe-single-banner__text {
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.recipe-single-banner__text p {
  margin: 0 0 20px;
}
.recipe-single-banner__text p:last-child {
  margin-bottom: 0;
}
.recipe-single-banner__text br {
  content: "";
}

.recipe-related {
  padding: 32px 0px 72px 0px;
  background: #F5F5F5;
  overflow: visible;
}
@media screen and (max-width: 576px) {
  .recipe-related {
    padding: 24px 0px 40px 0px;
  }
}
.recipe-related__wrapper {
  position: relative;
}
.recipe-related__section {
  position: relative;
  padding: 40px 0px 40px 40px;
  background: #FFFFFF;
  border-radius: 16px;
}
@media screen and (max-width: 992px) {
  .recipe-related__section {
    padding: 32px 0 32px 32px;
  }
}
@media screen and (max-width: 768px) {
  .recipe-related__section {
    padding: 24px 0 24px 24px;
  }
}
@media screen and (max-width: 576px) {
  .recipe-related__section {
    padding: 16px 0 16px 16px;
  }
}
.recipe-related__title {
  padding-bottom: 32px;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  text-transform: uppercase;
  color: #4A4A4A;
}
@media screen and (max-width: 768px) {
  .recipe-related__title {
    padding-right: 24px;
    padding-bottom: 20px;
    font-size: 32px;
  }
}
@media screen and (max-width: 576px) {
  .recipe-related__title {
    padding-right: 16px;
    padding-bottom: 16px;
    font-size: 22px;
  }
}
.recipe-related__slider-wrap {
  position: relative;
}
.recipe-related__slider {
  overflow: hidden;
}
.recipe-related__slide {
  height: auto;
  width: 362px !important;
}
@media screen and (max-width: 992px) {
  .recipe-related__slide {
    width: 320px !important;
  }
}
@media screen and (max-width: 576px) {
  .recipe-related__slide {
    width: 224px !important;
  }
}
.recipe-related__card {
  height: 100%;
  min-width: 0;
}
.recipe-related__card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 20px;
  border: 1px solid #D6D6D6;
  border-radius: 12px;
  background: #FFFFFF;
  text-decoration: none;
  -webkit-transition: background 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.recipe-related__card-link:hover {
  background: #F8F8F8;
  border-color: #CFCFCF;
}
.recipe-related__card-link:hover .recipe-related__card-title {
  color: #1380C4;
}
@media screen and (max-width: 768px) {
  .recipe-related__card-link {
    padding: 16px;
  }
}
@media screen and (max-width: 576px) {
  .recipe-related__card-link {
    padding: 8px;
  }
}
.recipe-related__card-media {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #ECECEC;
  aspect-ratio: 1/1.18;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .recipe-related__card-media {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 576px) {
  .recipe-related__card-media {
    margin-bottom: 8px;
  }
}
.recipe-related__card-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recipe-related__card-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  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;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 10px;
  background: #FFFFFF;
  color: #1380C4;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .recipe-related__card-badge {
    top: 8px;
    right: 8px;
    min-height: 30px;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 16px;
  }
}
.recipe-related__card-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  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;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.recipe-related__card-play svg {
  display: block;
  width: 40px;
  height: 40px;
}
.recipe-related__card-title {
  margin: 0;
  height: 3.9em;
  color: #4A4A4A;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recipe-related__card-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .recipe-related__card-title {
    height: 4.05em;
    font-size: 16px;
    line-height: 135%;
  }
}
.recipe-related__nav {
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 10px;
  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;
  background: #1380C4;
  border: 1px solid #3B96CF;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  -o-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .recipe-related__nav {
    right: 24px;
  }
}
@media screen and (max-width: 576px) {
  .recipe-related__nav {
    display: none;
  }
}
.recipe-related__nav svg {
  display: block;
  width: 16px;
  height: 14px;
}
.recipe-related__nav svg path {
  stroke: #ffffff;
  -webkit-transition: stroke 0.2s ease;
  -o-transition: stroke 0.2s ease;
  transition: stroke 0.2s ease;
}
.recipe-related__nav:hover {
  background: #3B96CF;
  border-color: #3B96CF;
}
.recipe-related__nav:disabled, .recipe-related__nav.swiper-button-disabled {
  background: #DBEFFB;
  border-color: #DBEFFB;
  cursor: not-allowed;
  pointer-events: none;
}
.recipe-related__nav:disabled svg path, .recipe-related__nav.swiper-button-disabled svg path {
  stroke: #1380C4;
}

.history {
  position: relative;
  padding: 40px 0 80px;
  background: #FFFFFF;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .history {
    padding: 64px 0px;
  }
}
@media screen and (max-width: 576px) {
  .history {
    padding: 40px 0px;
  }
}
.history__wrapper {
  position: relative;
}
.history__file {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.history__file-link {
  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;
  padding: 4px 6px;
  border-radius: 10px;
  background: #1380C4;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.history__file-link:hover {
  opacity: 0.9;
}
.history__file-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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.history__file-text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.history__content {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .history__content {
    max-width: 100%;
    padding-top: 0;
  }
}
.history__title {
  margin: 0 0 16px;
  color: #4a4a4a;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .history__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 576px) {
  .history__title {
    font-size: 30px;
    margin: 0 0 8px;
  }
}
.history__subtitle {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .history__subtitle {
    max-width: 100%;
  }
}
.history__subtitle p {
  margin: 0;
  color: #6F6F6F;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .history__subtitle p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 576px) {
  .history__subtitle p {
    font-size: 16px;
    line-height: 24px;
  }
}

.mission {
  padding: 88px 0px;
  background: #F5F5F5;
  border-radius: 32px 32px 0px 0px;
}
@media screen and (max-width: 768px) {
  .mission {
    padding: 64px 0px;
  }
}
@media screen and (max-width: 576px) {
  .mission {
    padding: 40px 0px;
  }
}
.mission__wrapper {
  position: relative;
}
.mission__head {
  max-width: 800px;
  margin: 0 auto 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mission__head {
    max-width: 100%;
    margin: 0 auto 24px;
  }
}
.mission__title {
  margin: 0 0 16px;
  color: #4A4A4A;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .mission__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 576px) {
  .mission__title {
    margin: 0 0 8px;
    font-size: 30px;
  }
}
.mission__subtitle {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mission__subtitle {
    max-width: 100%;
  }
}
.mission__subtitle p {
  margin: 0;
  color: #6F6F6F;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .mission__subtitle p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 576px) {
  .mission__subtitle p {
    font-size: 16px;
    line-height: 24px;
  }
}
.mission__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
@media screen and (max-width: 576px) {
  .mission__list {
    gap: 8px;
  }
}
@media screen and (max-width: 576px) {
  .mission__list {
    grid-template-columns: 1fr;
  }
}
.mission__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 218px;
  padding: 32px;
  border-radius: 12px;
  border: 1px solid #3B96CF;
  background: #1380C4;
}
@media screen and (max-width: 768px) {
  .mission__item {
    min-height: 144px;
  }
}
@media screen and (max-width: 576px) {
  .mission__item {
    min-height: auto;
    padding: 16px;
  }
}
.mission__item-icon {
  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: 64px;
  height: 64px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .mission__item-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
  }
}
.mission__item-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mission__item-text {
  max-width: 560px;
}
.mission__item-text p {
  margin: 0;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .mission__item-text p {
    font-size: 18px;
    line-height: 140%;
  }
}
@media screen and (max-width: 576px) {
  .mission__item-text p {
    font-size: 20px;
    line-height: 120%;
  }
}

.quality {
  padding: 88px 0;
  background: #FFFFFF;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .quality {
    padding: 64px 0px;
  }
}
@media screen and (max-width: 576px) {
  .quality {
    padding: 40px 0px;
  }
}
.quality__wrapper {
  position: relative;
}
.quality__head {
  max-width: 800px;
  margin: 0 auto 24px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .quality__head {
    margin: 0 auto 20px;
  }
}
.quality__title {
  margin: 0 0 16px;
  color: #4A4A4A;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .quality__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 576px) {
  .quality__title {
    margin: 0 0 8px;
    font-size: 30px;
  }
}
.quality__subtitle {
  max-width: 800px;
  margin: 0 auto;
}
.quality__subtitle p {
  margin: 0;
  color: #6F6F6F;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .quality__subtitle p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 576px) {
  .quality__subtitle p {
    font-size: 16px;
    line-height: 24px;
  }
}
.quality__video {
  position: relative;
  width: 100%;
  height: 600px;
  max-height: 600px;
  margin-top: 24px;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
}
@media screen and (max-width: 768px) {
  .quality__video {
    height: 350px;
    max-height: 350px;
  }
}
@media screen and (max-width: 576px) {
  .quality__video {
    height: 250px;
    max-height: 250px;
    margin-top: 20px;
  }
}
.quality__video iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 16px;
}
.quality__video-poster {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.quality__video-poster img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.quality__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  width: 58px;
  height: 58px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (max-width: 576px) {
  .quality__video-play {
    width: 48px;
    height: 48px;
  }
  .quality__video-play svg {
    width: 48px;
    height: 48px;
  }
}
.quality__video-poster:hover .quality__video-play {
  -webkit-transform: translate(-50%, -50%) scale(1.06);
      -ms-transform: translate(-50%, -50%) scale(1.06);
          transform: translate(-50%, -50%) scale(1.06);
}
.quality__sections {
  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;
  gap: 16px;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .quality__sections {
    gap: 12px;
  }
}
@media screen and (max-width: 576px) {
  .quality__sections {
    margin-top: 32px;
  }
}
.quality__section {
  position: relative;
  top: auto;
  padding: 32px 32px 40px 32px;
  border-radius: 12px;
  background: var(--quality-section-bg, #EFE4C9);
  overflow: hidden;
}
.quality__section.is-sticky-stack {
  position: sticky;
  top: var(--quality-stack-top, 0px);
}
@media screen and (max-width: 768px) {
  .quality__section {
    padding: 24px 24px 32px 24px;
  }
}
@media screen and (max-width: 576px) {
  .quality__section {
    padding: 16px 16px 24px 16px;
  }
}
.quality__section-top {
  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: 32px;
}
@media screen and (max-width: 576px) {
  .quality__section-top {
    gap: 24px;
  }
}
@media screen and (max-width: 576px) {
  .quality__section-top {
    gap: 16px;
  }
}
.quality__section-icon {
  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: 64px;
  height: 64px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .quality__section-icon {
    width: 40px;
    height: 40px;
  }
}
.quality__section-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.quality__section-content {
  width: 100%;
}
.quality__section-title {
  margin: 0 0 8px;
  color: #2E2E2E;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .quality__section-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .quality__section-title {
    font-size: 20px;
  }
}
.quality__section-text {
  max-width: 100%;
}
.quality__section-text p {
  margin: 0;
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.careers {
  --careers-media-height: 512px;
  padding: 0;
  background: #FFFFFF;
}
.careers__wrapper {
  position: relative;
  isolation: isolate;
}
.careers__media {
  position: sticky;
  top: 0;
  z-index: 0;
  width: 100%;
  height: var(--careers-media-height);
  overflow: hidden;
}
.careers__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.careers__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.careers__content-wrap {
  position: relative;
  z-index: 2;
  min-height: var(--careers-media-height);
  border-radius: 32px 32px 0 0;
  background: #FFFFFF;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: transform;
}
.careers__content {
  max-width: 800px;
  margin: 0 auto;
  padding: 88px 0px;
  text-align: center;
}
.careers__title {
  margin: 0 0 16px;
  color: #4A4A4A;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.careers__text {
  max-width: 800px;
  margin: 0 auto;
}
.careers__text p {
  margin: 0;
  color: #6F6F6F;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.careers__actions {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.careers__button {
  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;
  min-width: 247px;
  min-height: 40px;
  padding: 8px 16px;
  border-radius: 10px;
  background: #1380C4;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease, background 0.3s ease;
  -o-transition: opacity 0.3s ease, background 0.3s ease;
  transition: opacity 0.3s ease, background 0.3s ease;
}
.careers__button:hover {
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .careers {
    --careers-media-height: 384px;
  }
  .careers__content {
    padding: 64px 0px;
  }
  .careers__title {
    font-size: 38px;
  }
  .careers__text p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 576px) {
  .careers {
    --careers-media-height: 280px;
  }
  .careers__content {
    padding: 40px 0px;
  }
  .careers__title {
    font-size: 30px;
  }
  .careers__text p {
    font-size: 16px;
    line-height: 24px;
  }
}

.reports {
  padding: 88px 0;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .reports {
    padding: 64px 0;
  }
}
@media screen and (max-width: 576px) {
  .reports {
    padding: 40px 0;
  }
}
.reports__wrapper {
  width: 100%;
}
.reports__title {
  margin: 0 0 32px;
  color: #4A4A4A;
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .reports__title {
    margin: 0 0 24px;
    font-size: 38px;
  }
}
@media screen and (max-width: 576px) {
  .reports__title {
    font-size: 30px;
  }
}
.reports__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: auto;
  margin-right: calc(50% - 50vw);
  padding-right: max(24px, (100vw - 1294px) / 2 + 15px);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.reports__list::-webkit-scrollbar {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .reports__list {
    cursor: -webkit-grab;
    cursor: grab;
  }
}
@media screen and (max-width: 992px) {
  .reports__list {
    gap: 8px;
  }
}
.reports__list.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.reports__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 312px;
          flex: 0 0 312px;
  width: 312px;
  min-height: 84px;
  padding: 24px 16px;
  border: 1px solid #F5F5F5;
  border-radius: 12px;
  background: #FFFFFF;
  color: #4A4A4A;
  text-decoration: none;
  -webkit-transition: border-color 0.25s ease, background-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: border-color 0.25s ease, background-color 0.25s ease, -webkit-transform 0.25s ease;
  -o-transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
  transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
  transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.reports__item:hover {
  background: #F5F5F5;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (max-width: 992px) {
  .reports__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    width: 250px;
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    min-height: 168px;
    padding: 24px 32px;
  }
}
@media screen and (max-width: 576px) {
  .reports__item {
    min-height: 144px;
    padding: 20px 24px;
    gap: 16px;
  }
}
.reports__item-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;
  width: 36px;
  height: 36px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
}
.reports__item-icon svg {
  display: block;
  width: 36px;
  height: 36px;
}
.reports__item-text {
  color: #4A4A4A;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .reports__item-text {
    font-size: 16px;
    line-height: 22px;
  }
}

.contacts-page {
  padding: 88px 0px 16px 0px;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .contacts-page {
    padding: 64px 0px 16px 0px;
  }
}
@media screen and (max-width: 576px) {
  .contacts-page {
    padding: 32px 0px 16px 0px;
  }
}
.contacts-page__wrapper {
  position: relative;
}
.contacts-page__title {
  margin: 0 0 64px;
  color: #4A4A4A;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .contacts-page__title {
    font-size: 38px;
    margin: 0 0 32px;
  }
}
@media screen and (max-width: 576px) {
  .contacts-page__title {
    font-size: 30px;
    margin: 0 0 24px;
    text-align: center;
    width: 100%;
  }
}
.contacts-page__tabs {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .contacts-page__tabs {
    padding: 32px 16px;
    border-radius: 12px;
    background: #F5F5F5;
  }
}
.contacts-page__nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  padding: 2px;
  border-radius: 10px;
  background: #E6F3FA;
}
@media screen and (max-width: 768px) {
  .contacts-page__nav {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
}
@media screen and (max-width: 576px) {
  .contacts-page__nav {
    display: none;
  }
}
.contacts-page__nav-btn {
  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;
  min-height: 36px;
  padding: 8px;
  border: 1px solid #DBEFFB;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1215686275);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #1380C4;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.contacts-page__nav-btn.is-active {
  background: #1380C4;
  color: #FFFFFF;
  border: 1px solid #3B96CF;
}
@media screen and (max-width: 768px) {
  .contacts-page__nav-btn {
    font-size: 15px;
  }
}
.contacts-page__dropdown {
  position: relative;
  z-index: 20;
  display: none;
}
@media screen and (max-width: 576px) {
  .contacts-page__dropdown {
    display: block;
  }
}
.contacts-page__dropdown.is-open .contacts-page__dropdown-trigger {
  border-color: #D6D6D6;
}
.contacts-page__dropdown.is-open .contacts-page__dropdown-icon svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.contacts-page__dropdown.is-open .contacts-page__dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.contacts-page__dropdown-trigger {
  position: relative;
  z-index: 2;
  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;
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  border: 1px solid #D6D6D6;
  border-radius: 10px;
  background: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  cursor: pointer;
  text-align: left;
}
.contacts-page__dropdown-current {
  display: block;
  min-width: 0;
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.contacts-page__dropdown-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;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
}
.contacts-page__dropdown-icon svg {
  display: block;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.contacts-page__dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 12px 0;
  border: 1px solid #D6D6D6;
  border-radius: 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.contacts-page__dropdown-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 56px;
  padding: 12px 28px;
  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  cursor: pointer;
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.contacts-page__dropdown-option:hover, .contacts-page__dropdown-option.is-active {
  background: #F5F5F5;
}
.contacts-page__panels {
  margin-top: 16px;
}
@media screen and (max-width: 576px) {
  .contacts-page__panels {
    margin-top: 24px;
  }
}
.contacts-page__panel[hidden] {
  display: none !important;
}
.contacts-page__panel-inner {
  padding: 32px;
  border-radius: 12px;
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .contacts-page__panel-inner {
    padding: 24px 16px;
  }
}
@media screen and (max-width: 576px) {
  .contacts-page__panel-inner {
    padding: 0;
    background: transparent;
  }
}
.contacts-page__form {
  width: 100%;
}

.contacts-page__form {
  width: 100%;
}
.contacts-page .wpcf7 {
  width: 100%;
}
.contacts-page .wpcf7 form {
  margin: 0;
}
.contacts-page .wpcf7 p {
  margin: 0;
}
.contacts-page .wpcf7 br {
  display: none;
}
.contacts-page .wpcf7 .screen-reader-response,
.contacts-page .wpcf7 .hidden-fields-container {
  display: none;
}
.contacts-page .wpcf7-response-output {
  margin: 16px 0 0 !important;
  padding: 12px 16px !important;
  border-radius: 12px;
  font-size: 14px;
  line-height: 140%;
}
.contacts-page .wpcf7-not-valid-tip {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 140%;
  color: #D92D20;
}

.contacts-page-form {
  display: block;
}
.contacts-page-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .contacts-page-form__grid {
    grid-template-columns: auto;
  }
}
.contacts-page-form__field {
  position: relative;
  min-width: 0;
}
.contacts-page-form__field > p {
  margin: 0;
}
.contacts-page-form__field--half {
  grid-column: span 1;
}
.contacts-page-form__field--full, .contacts-page-form__submit, .contacts-page-form__policy {
  grid-column: 1/-1;
}
.contacts-page-form__field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contacts-page-form__control {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4A4A4A;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  -o-transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.contacts-page-form__control::-webkit-input-placeholder {
  color: #8C8C8C;
  opacity: 1;
}
.contacts-page-form__control::-moz-placeholder {
  color: #8C8C8C;
  opacity: 1;
}
.contacts-page-form__control:-ms-input-placeholder {
  color: #8C8C8C;
  opacity: 1;
}
.contacts-page-form__control::-ms-input-placeholder {
  color: #8C8C8C;
  opacity: 1;
}
.contacts-page-form__control::placeholder {
  color: #8C8C8C;
  opacity: 1;
}
.contacts-page-form__control:focus {
  border-color: #D6D6D6;
}
.contacts-page-form__input {
  height: 48px;
  padding: 8px 14px;
}
.contacts-page-form__textarea {
  height: 109px;
  padding: 12px 14px;
  resize: none;
}
.contacts-page-form__field--select {
  position: relative;
}
.contacts-page-form__select {
  position: relative;
}
.contacts-page-form__select.is-open .contacts-page-form__select-trigger {
  border-color: #D6D6D6;
}
.contacts-page-form__select.is-open .contacts-page-form__select-trigger::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.contacts-page-form__select.is-open .contacts-page-form__select-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.contacts-page-form__select.is-selected .contacts-page-form__select-placeholder {
  display: none;
}
.contacts-page-form__select.is-selected .contacts-page-form__select-value {
  display: inline;
}
.contacts-page-form__select-trigger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 48px;
  padding: 8px 40px 8px 14px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  -o-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.contacts-page-form__select-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 20px;
  height: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  background-image: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%278%27 viewBox=%270 0 14 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12.75 0.75L6.75 6.75L0.75 0.75%27 stroke=%27%238C8C8C%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 12px;
}
.contacts-page-form__select-trigger p {
  margin: 0;
  width: 100%;
}
.contacts-page-form__select-placeholder, .contacts-page-form__select-value {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.contacts-page-form__select-placeholder {
  color: #8C8C8C;
}
.contacts-page-form__select-value {
  display: none;
  color: #4A4A4A;
}
.contacts-page-form__select-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #D6D6D6;
  background: #FFFFFF;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  z-index: 10;
}
.contacts-page-form__select-dropdown p {
  margin: 0;
}
.contacts-page-form__select-options {
  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;
}
.contacts-page-form__select-options .wpcf7-list-item {
  margin: 0;
}
.contacts-page-form__select-options .wpcf7-list-item label {
  display: block;
  cursor: pointer;
}
.contacts-page-form__select-options .wpcf7-list-item input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.contacts-page-form__select-options .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 12px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #4A4A4A;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.contacts-page-form__select-options .wpcf7-list-item label:hover .wpcf7-list-item-label {
  background: #EAEAEA;
}
.contacts-page-form__select-options .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label {
  background: #EAEAEA;
}
.contacts-page-form__select-error {
  display: none;
  margin-top: 8px;
  font-size: 14px;
  line-height: 140%;
  color: #D92D20;
}
.contacts-page-form__select-error.is-visible {
  display: block;
}
.contacts-page-form__field--upload {
  margin-top: 2px;
}
.contacts-page-form__upload {
  position: relative;
  border-radius: 10px;
  background: #FFFFFF;
  overflow: hidden;
}
.contacts-page-form__upload > p {
  margin: 0;
}
.contacts-page-form__upload .wpcf7-form-control-wrap {
  display: block;
}
.contacts-page-form__upload-main {
  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;
  min-height: 58px;
  padding: 10px 12px 10px 14px;
}
.contacts-page-form__upload-main p {
  margin: 0;
  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: 16px;
}
.contacts-page-form__upload-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4A4A4A;
}
.contacts-page-form__upload-btn {
  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;
  min-width: 104px;
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 10px;
  background: #DBEFFB;
  border: 1px solid #DBEFFB;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1380C4;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.contacts-page-form__upload-btn:hover {
  background: #CBE6F7;
}
.contacts-page-form__file-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}
.contacts-page-form__upload-note {
  margin-top: 10px;
  padding-left: 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #DC7F08;
}
.contacts-page-form__upload-note p {
  margin: 0;
}
@media screen and (max-width: 576px) {
  .contacts-page-form__upload-note {
    max-width: 300px;
  }
}
.contacts-page-form__field--methods {
  padding: 12px;
  border-radius: 10px;
  background: #FFFFFF;
}
.contacts-page-form__methods-title {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #44423E;
}
.contacts-page-form__methods-title p {
  margin: 0;
}
.contacts-page-form__methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}
.contacts-page-form__methods .wpcf7-list-item {
  margin: 0;
}
.contacts-page-form__methods .wpcf7-list-item label {
  display: block;
  cursor: pointer;
}
.contacts-page-form__methods input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.contacts-page-form__methods .wpcf7-list-item-label {
  min-height: 40px;
  padding: 10px 14px;
  border: 1px solid #F5F5F5;
  border-radius: 10px;
  background: #FFFFFF;
  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;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #1380C4;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.contacts-page-form__methods input[type=radio]:checked + .wpcf7-list-item-label {
  background: #DBEFFB;
  border-color: #B3D9F0;
}
.contacts-page-form__methods label:hover .wpcf7-list-item-label {
  border-color: #B3D9F0;
  background: #DBEFFB;
}
.contacts-page-form__submit {
  margin-top: 8px;
  position: relative;
}
.contacts-page-form__submit p {
  margin: 0;
}
.contacts-page-form__submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}
.contacts-page-form__submit-btn {
  width: 100%;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid #3B96CF;
  border-radius: 10px;
  background: #1380C4;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: background-color 0.2s ease, opacity 0.2s ease;
  -o-transition: background-color 0.2s ease, opacity 0.2s ease;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
.contacts-page-form__submit-btn:hover {
  background: #3B96CF;
}
.contacts-page-form__submit-btn:disabled,
.contacts-page-form .wpcf7 form.submitting .contacts-page-form__submit-btn {
  background: #BFBFBF;
  border: 1px solid #D6D6D6;
  cursor: not-allowed;
}
.contacts-page-form__policy {
  margin-top: 2px;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #8C8C8C;
}
.contacts-page-form__policy p {
  margin: 0;
}
.contacts-page-form__policy a {
  color: #4A4A4A;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.contacts-page-form__policy a:hover {
  color: #1380C4;
}
.contacts-page-form .wpcf7-not-valid {
  border-color: #FF3B30 !important;
}
.contacts-page-form__input.wpcf7-not-valid, .contacts-page-form__textarea.wpcf7-not-valid {
  border-color: #FF3B30 !important;
}
.contacts-page-form__field--select.is-invalid .contacts-page-form__select-trigger, .contacts-page-form__select.is-invalid .contacts-page-form__select-trigger {
  border-color: #FF3B30 !important;
}

.partners {
  padding: 80px 0;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .partners {
    padding: 64px 0;
  }
}
@media screen and (max-width: 576px) {
  .partners {
    padding: 40px 0;
  }
}
.partners__wrapper {
  position: relative;
}
.partners__content {
  max-width: 800px;
  margin: 0 auto 64px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .partners__content {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  .partners__content {
    margin-bottom: 28px;
  }
}
.partners__title {
  margin: 0 0 16px;
  color: #4A4A4A;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .partners__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 576px) {
  .partners__title {
    margin-bottom: 8px;
    font-size: 30px;
  }
}
.partners__subtitle {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .partners__subtitle {
    max-width: 100%;
  }
}
.partners__subtitle p {
  margin: 0;
  color: #6F6F6F;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .partners__subtitle p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 576px) {
  .partners__subtitle p {
    font-size: 16px;
    line-height: 24px;
  }
}
.partners__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
@media screen and (max-width: 576px) {
  .partners__list {
    grid-template-columns: 1fr;
  }
}
.partners__item {
  position: relative;
  min-height: 168px;
  padding: 56px 32px 32px;
  border-radius: 12px;
  background: #FEF5E0;
  overflow: hidden;
}
.partners__item:nth-child(2) {
  background: #FEEDC7;
}
.partners__item:nth-child(3) {
  background: #FDDD95;
}
.partners__item:nth-child(n+4) {
  background: #FBCE64;
}
@media screen and (max-width: 768px) {
  .partners__item {
    min-height: 119px;
    padding: 39px 22px 24px;
  }
}
@media screen and (max-width: 576px) {
  .partners__item {
    min-height: 120px;
    padding: 36px 16px 24px;
  }
}
.partners__item-title {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .partners__item-title {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 576px) {
  .partners__item-title {
    font-size: 18px;
    line-height: 1.2;
  }
}
.partners__item-clip {
  position: absolute;
  top: 0;
  left: 66%;
  z-index: 3;
  display: block;
  width: 50px;
  height: 40px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .partners__item-clip {
    left: 62%;
  }
}
@media screen and (max-width: 576px) {
  .partners__item-clip {
    top: -2px;
    left: 68%;
    width: 42px;
    height: auto;
  }
}
.partners__item-decor {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 219px;
  height: auto;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .partners__item-decor {
    width: 150px;
  }
}
@media screen and (max-width: 576px) {
  .partners__item-decor {
    right: -24px;
    width: 156px;
  }
}

.tenders {
  padding: 80px 0;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .tenders {
    padding: 64px 0;
  }
}
@media screen and (max-width: 576px) {
  .tenders {
    padding: 40px 0;
  }
}
.tenders__wrapper {
  width: 100%;
}
.tenders__heading {
  max-width: 820px;
  margin: 0 auto 32px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .tenders__heading {
    margin-bottom: 24px;
  }
}
.tenders__title {
  margin: 0 0 16px;
  color: #0B4D76;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .tenders__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 576px) {
  .tenders__title {
    margin-bottom: 8px;
    font-size: 30px;
  }
}
.tenders__subtitle {
  max-width: 800px;
  margin: 0 auto;
}
.tenders__subtitle p {
  margin: 0;
  color: #6F6F6F;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .tenders__subtitle p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 576px) {
  .tenders__subtitle p {
    font-size: 16px;
    line-height: 24px;
  }
}
.tenders__list {
  display: grid;
  gap: 8px;
}
.tenders__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 208px;
  padding: 40px;
  border: 1px solid #EAEAEA;
  border-radius: 12px;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .tenders__item {
    min-height: 184px;
    padding: 32px 24px;
  }
}
@media screen and (max-width: 576px) {
  .tenders__item {
    min-height: 152px;
    padding: 16px;
  }
}
.tenders__item-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;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 64px;
  height: 64px;
  margin-bottom: 64px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tenders__item-icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .tenders__item-icon {
    width: 56px;
    height: 56px;
  }
}
@media screen and (max-width: 576px) {
  .tenders__item-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 40px;
  }
}
.tenders__item-title {
  max-width: 100%;
  margin: 0;
  color: #356E9C;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .tenders__item-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 576px) {
  .tenders__item-title {
    min-height: 80px;
    font-size: 22px;
    line-height: 1.2;
  }
}
.tenders__footer {
  margin: 32px auto 0;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .tenders__footer {
    margin-top: 24px;
  }
}
.tenders__content {
  max-width: 800px;
  margin: 0 auto;
}
.tenders__content p {
  margin: 0 0 16px;
  color: #6F6F6F;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.tenders__content p:last-child {
  margin-bottom: 0;
}
.tenders__content a {
  color: #1380C4;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.tenders__content a:hover {
  opacity: 0.9;
}
@media screen and (max-width: 576px) {
  .tenders__content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.tenders__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}
.tenders__button {
  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;
  width: 240px;
  min-width: 240px;
  height: 40px;
  padding: 8px 16px;
  border-radius: 10px;
  background: #1380C4;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.tenders__button:hover {
  opacity: 0.9;
}
@media screen and (max-width: 576px) {
  .tenders__button {
    width: 100%;
    min-width: 0;
    max-width: 240px;
  }
}

.offers {
  padding: 80px 0;
  background: #F5F5F5;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .offers {
    padding: 64px 0;
  }
}
@media screen and (max-width: 576px) {
  .offers {
    padding: 40px 0;
  }
}
.offers__wrapper {
  position: relative;
  width: 100%;
}
.offers__head {
  max-width: 800px;
  margin: 0 auto 32px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .offers__head {
    margin-bottom: 24px;
  }
}
.offers__title {
  margin: 0 0 16px;
  color: #4A4A4A;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .offers__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 576px) {
  .offers__title {
    margin-bottom: 8px;
    font-size: 30px;
  }
}
.offers__subtitle {
  max-width: 800px;
  margin: 0 auto;
}
.offers__subtitle p {
  margin: 0;
  color: #6F6F6F;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .offers__subtitle p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 576px) {
  .offers__subtitle p {
    font-size: 16px;
    line-height: 24px;
  }
}
.offers__sections {
  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;
  gap: 0;
}
.offers__section {
  position: relative;
  top: auto;
  padding: 260px 0;
  border-radius: 32px 32px 0 0;
  background: #F5F5F5;
  overflow: hidden;
}
.offers__section.is-sticky-stack {
  position: sticky;
  top: var(--offers-stack-top, 0px);
}
.offers__section:nth-child(even) {
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .offers__section {
    padding: 56px 0;
  }
}
@media screen and (max-width: 576px) {
  .offers__section {
    padding: 56px 0px 96px 0px;
  }
}
.offers__section:last-child {
  padding-bottom: 0;
}
.offers__section-inner {
  display: grid;
  grid-template-columns: minmax(0, 70%) minmax(220px, 320px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  min-height: 320px;
}
@media screen and (max-width: 768px) {
  .offers__section-inner {
    display: block;
    position: relative;
    min-height: 700px;
  }
}
@media screen and (max-width: 576px) {
  .offers__section-inner {
    display: block;
    position: relative;
    min-height: 600px;
  }
}
.offers__section--reverse .offers__section-inner {
  grid-template-columns: minmax(220px, 320px) minmax(0, 70%);
}
@media screen and (max-width: 768px) {
  .offers__section--reverse .offers__section-inner {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .offers__section--reverse .offers__section-inner {
    display: block;
  }
}
.offers__section--reverse .offers__section-media {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.offers__section--reverse .offers__section-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.offers__section-media {
  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: 0;
  min-height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .offers__section-media {
    position: absolute;
    inset: 0;
    z-index: 1;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 0;
  }
}
@media screen and (max-width: 576px) {
  .offers__section-media {
    position: absolute;
    inset: 0;
    z-index: 1;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 0;
  }
}
.offers__section-image-shell {
  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: min(100%, 680px);
  height: clamp(220px, 28vw, 420px);
}
@media screen and (max-width: 768px) {
  .offers__section-image-shell {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(100%, 520px);
    height: clamp(240px, 38vw, 420px);
    -webkit-transform: translate3d(-50%, -50%, 0) translate3d(var(--offers-tablet-image-x, 0px), var(--offers-tablet-image-y, 0px), 0);
            transform: translate3d(-50%, -50%, 0) translate3d(var(--offers-tablet-image-x, 0px), var(--offers-tablet-image-y, 0px), 0);
    will-change: transform;
  }
}
@media screen and (max-width: 576px) {
  .offers__section-image-shell {
    position: absolute;
    top: 0;
    left: 50%;
    width: min(100%, 320px);
    height: clamp(180px, 52vw, 280px);
    -webkit-transform: translate3d(-50%, -50%, 0) translate3d(var(--offers-mobile-image-x, 0px), var(--offers-mobile-image-y, 0px), 0);
            transform: translate3d(-50%, -50%, 0) translate3d(var(--offers-mobile-image-x, 0px), var(--offers-mobile-image-y, 0px), 0);
    will-change: transform;
  }
}
.offers__section-image-scale {
  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%;
  -webkit-transform: scale(var(--offers-image-scale, 0.72));
      -ms-transform: scale(var(--offers-image-scale, 0.72));
          transform: scale(var(--offers-image-scale, 0.72));
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  opacity: var(--offers-image-opacity, 0.58);
  will-change: transform, opacity;
}
.offers__section-image-rotate {
  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%;
  -webkit-animation: offers-image-spin 18s linear infinite;
          animation: offers-image-spin 18s linear infinite;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  will-change: transform;
}
.offers__section-image-rotate img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.offers__section-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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0;
  width: 100%;
  min-width: 430px;
  max-width: 430px;
  justify-self: end;
}
@media screen and (max-width: 768px) {
  .offers__section-content {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-width: 0;
    width: min(100%, 430px);
    max-width: 430px;
    -webkit-transform: translateX(-50%) translate(var(--offers-tablet-content-x, 0px), var(--offers-tablet-content-y, 220px));
        -ms-transform: translateX(-50%) translate(var(--offers-tablet-content-x, 0px), var(--offers-tablet-content-y, 220px));
            transform: translateX(-50%) translate(var(--offers-tablet-content-x, 0px), var(--offers-tablet-content-y, 220px));
    text-align: left;
    justify-self: auto;
  }
}
@media screen and (max-width: 576px) {
  .offers__section-content {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-width: 0;
    width: min(100%, 320px);
    max-width: 320px;
    -webkit-transform: translateX(-50%) translateY(var(--offers-mobile-content-y, 240px));
        -ms-transform: translateX(-50%) translateY(var(--offers-mobile-content-y, 240px));
            transform: translateX(-50%) translateY(var(--offers-mobile-content-y, 240px));
    text-align: left;
  }
}
.offers__section--reverse .offers__section-content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  justify-self: start;
}
@media screen and (max-width: 768px) {
  .offers__section--reverse .offers__section-content {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    justify-self: auto;
  }
}
@media screen and (max-width: 576px) {
  .offers__section--reverse .offers__section-content {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    justify-self: auto;
  }
}
@media screen and (max-width: 768px) {
  .offers__section-content.is-content-settled {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.offers__section-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .offers__section-content-inner {
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-transform: translateX(var(--offers-tablet-inner-shift, 0px));
        -ms-transform: translateX(var(--offers-tablet-inner-shift, 0px));
            transform: translateX(var(--offers-tablet-inner-shift, 0px));
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
  }
}
@media screen and (max-width: 576px) {
  .offers__section-content-inner {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 768px) {
  .offers__section-content.is-content-settled .offers__section-content-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .offers__section--reverse .offers__section-content-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .offers__section--reverse .offers__section-content-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .offers__section:not(.offers__section--reverse) .offers__section-content-inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-left: 0;
    margin-right: 0;
  }
}
.offers__section-title {
  margin: 0 0 48px;
  color: #4A4A4A;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .offers__section-title {
    font-size: 26px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    text-align: right;
  }
}
@media screen and (max-width: 576px) {
  .offers__section-title {
    margin-bottom: 32px;
    font-size: 22px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .offers__section--reverse .offers__section-title {
    text-align: left;
  }
}
@media screen and (max-width: 576px) {
  .offers__section--reverse .offers__section-title {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .offers__section-content.is-content-settled .offers__section-title {
    text-align: center;
  }
}
.offers__section-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  text-align: left;
  color: #6F6F6F;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .offers__section-list {
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    max-width: 100%;
    -webkit-transform: translateX(var(--offers-settle-list-x, 0px));
        -ms-transform: translateX(var(--offers-settle-list-x, 0px));
            transform: translateX(var(--offers-settle-list-x, 0px));
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    will-change: transform;
  }
}
@media screen and (max-width: 576px) {
  .offers__section-list {
    font-size: 20px;
    line-height: 28px;
    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;
    width: 100%;
    max-width: 100%;
    -webkit-transform: translateX(var(--offers-settle-list-x, 0px));
        -ms-transform: translateX(var(--offers-settle-list-x, 0px));
            transform: translateX(var(--offers-settle-list-x, 0px));
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .offers__section-content.is-content-settled .offers__section-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 576px) {
  .offers__section-content.is-content-settled .offers__section-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .offers__section--reverse .offers__section-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .offers__section--reverse .offers__section-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.offers__section-list-item {
  position: relative;
  padding-left: 18px;
}
@media screen and (max-width: 768px) {
  .offers__section-list-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 576px) {
  .offers__section-list-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.offers__section-list-item::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}
@media screen and (max-width: 768px) {
  .offers__section-content.is-content-settled .offers__section-list-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    text-align: left;
  }
}
.offers__section-list-item + .offers__section-list-item {
  margin-top: 12px;
}
.offers__section-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .offers__section-actions {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    margin-right: 0;
    -webkit-transform: translateX(var(--offers-settle-actions-x, 0px));
        -ms-transform: translateX(var(--offers-settle-actions-x, 0px));
            transform: translateX(var(--offers-settle-actions-x, 0px));
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    will-change: transform;
  }
}
@media screen and (max-width: 576px) {
  .offers__section-actions {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    margin-right: 0;
    -webkit-transform: translateX(var(--offers-settle-actions-x, 0px));
        -ms-transform: translateX(var(--offers-settle-actions-x, 0px));
            transform: translateX(var(--offers-settle-actions-x, 0px));
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .offers__section:not(.offers__section--reverse) .offers__section-actions {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media screen and (max-width: 576px) {
  .offers__section:not(.offers__section--reverse) .offers__section-actions {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .offers__section--reverse .offers__section-actions {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .offers__section--reverse .offers__section-actions {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .offers__section-content.is-content-settled .offers__section-content-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 576px) {
  .offers__section-content.is-content-settled .offers__section-title {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .offers__section-content.is-content-settled .offers__section-actions {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.offers__section-button {
  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;
  min-width: 134px;
  height: 40px;
  padding: 8px 16px;
  border-radius: 10px;
  background: #DBEFFB;
  color: #1380C4;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.offers__section-button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 576px) {
  .offers__section-button {
    min-width: 116px;
    height: 36px;
    font-size: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .offers__section-image-scale {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  .offers__section-image-rotate {
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes offers-image-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes offers-image-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.listing {
  padding: 80px 0;
  background: #F5F5F5;
  border-radius: 32px;
}
@media screen and (max-width: 576px) {
  .listing {
    border-radius: 24px;
  }
}
.listing__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.listing__heading {
  max-width: 800px;
  margin: 0 auto 64px;
  text-align: center;
}
.listing__title {
  margin: 0;
  color: #4A4A4A;
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.listing__subtitle {
  margin-top: 16px;
}
.listing__subtitle p {
  margin: 0;
  color: #6F6F6F;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.listing__filters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin-bottom: 32px;
}
.listing__dropdown {
  position: relative;
}
.listing__dropdown.is-open {
  z-index: 20;
}
.listing__dropdown.is-open .listing__dropdown-toggle {
  border-color: #D6D6D6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.listing__dropdown.is-open .listing__dropdown-toggle::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.listing__dropdown.is-open .listing__dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.listing__dropdown-toggle {
  position: relative;
  width: 100%;
  min-height: 48px;
  padding: 12px 48px 12px 16px;
  border: 1px solid #D6D6D6;
  border-radius: 10px;
  background: #FFFFFF;
  color: #6F6F6F;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  cursor: pointer;
  -webkit-transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  -o-transition: border-color 0.25s ease, box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.listing__dropdown-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M18 9L12 15L6 9%27 stroke=%27%238C8C8C%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}
.listing__dropdown-toggle:focus {
  outline: none;
  border-color: #D6D6D6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.listing__dropdown-toggle:focus-visible {
  outline: none;
  border-color: #D6D6D6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.listing__dropdown-toggle-text {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.listing__dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  max-height: 260px;
  padding: 12px;
  border: 1px solid #D6D6D6;
  border-radius: 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
}
.listing__dropdown-menu::-webkit-scrollbar {
  width: 4px;
}
.listing__dropdown-menu::-webkit-scrollbar-track {
  background: transparent;
}
.listing__dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(19, 128, 196, 0.28);
}
.listing__dropdown-option {
  display: block;
  width: 100%;
  margin-bottom: 2px;
  padding: 10px 12px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.listing__dropdown-option:hover, .listing__dropdown-option.is-active {
  background: #EAEAEA;
  border-radius: 10px;
  color: #4A4A4A;
}
.listing__dropdown-option:last-child {
  margin-bottom: 0;
}
.listing__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.listing__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: 16px;
  min-height: 216px;
  padding: 24px;
  border-radius: 12px;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
}
.listing__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.listing__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.listing__item-deadline {
  margin-top: auto;
}
.listing__item-title {
  margin: 0;
  color: #4A4A4A;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.listing__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.listing__item-row {
  margin: 0;
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.listing__item-label {
  color: inherit;
}
.listing__item-value {
  color: inherit;
}
.listing__item-actions {
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 142px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.listing__item-button {
  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;
  min-width: 135px;
  height: 40px;
  padding: 8px 20px;
  border-radius: 10px;
  background: #DBEFFB;
  color: #1380C4;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.listing__item-button:hover {
  background: #1380C4;
  color: #FFFFFF;
}
.listing__empty {
  padding: 40px 20px;
  border: 1px solid #E3E3E3;
  border-radius: 16px;
  background: #FFFFFF;
  color: #6F6F6F;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
.listing__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;
  gap: 8px;
  margin-top: 64px;
}
.listing__pagination-list {
  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;
}
.listing__pagination-arrow {
  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;
  width: 36px;
  height: 36px;
  cursor: pointer;
  border: 1px solid #3B96CF;
  border-radius: 10px;
  background: #1380C4;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.listing__pagination-arrow svg {
  display: block;
  width: 24px;
  height: 24px;
}
.listing__pagination-arrow:hover {
  background: #0F74B4;
  border-color: #0F74B4;
}
.listing__pagination-arrow.is-disabled, .listing__pagination-arrow:disabled {
  background: #DBEFFB;
  border-color: #DBEFFB;
  color: #1380C4;
  cursor: default;
  pointer-events: none;
  opacity: 1;
}
.listing__pagination-page,
.listing .page-numbers.listing__pagination-page {
  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;
  width: 38px;
  height: 36px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: #08334E;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.listing__pagination-page:hover,
.listing .page-numbers.listing__pagination-page:hover {
  background: #8BC3E5;
  border-color: #8BC3E5;
  color: #FFFFFF;
}
.listing__pagination-page.is-active, .listing__pagination-page.current,
.listing .page-numbers.listing__pagination-page.is-active,
.listing .page-numbers.listing__pagination-page.current {
  background: #63ACDA;
  border-color: #1380C4;
  color: #FFFFFF;
}
.listing__pagination-dots,
.listing .page-numbers.listing__pagination-dots {
  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;
  width: 32px;
  height: 36px;
  border-radius: 8px;
  background: transparent;
  color: #6F6F6F;
  font-size: 14px;
  line-height: 1;
  pointer-events: none;
  cursor: default;
}
.listing__pagination-dots:hover,
.listing .page-numbers.listing__pagination-dots:hover {
  background: transparent;
  color: #6F6F6F;
}
@media screen and (max-width: 768px) {
  .listing {
    padding: 64px 0;
  }
  .listing__heading {
    margin-bottom: 40px;
  }
  .listing__title {
    font-size: 38px;
  }
  .listing__subtitle p {
    font-size: 18px;
  }
  .listing__filters {
    grid-template-columns: minmax(0, 430px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
  }
  .listing__list {
    grid-template-columns: 1fr;
  }
  .listing__item {
    padding: 24px 16px;
    gap: 24px;
    min-height: 0;
  }
  .listing__item-footer {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 20px;
  }
  .listing__item-title {
    font-size: 24px;
  }
  .listing__item-row {
    font-size: 16px;
  }
  .listing__item-actions {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .listing__pagination {
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .listing {
    padding: 40px 0;
  }
  .listing__heading {
    margin-bottom: 24px;
  }
  .listing__title {
    font-size: 30px;
  }
  .listing__subtitle {
    margin-top: 16px;
  }
  .listing__subtitle p {
    font-size: 16px;
  }
  .listing__dropdown-toggle {
    min-height: 44px;
    padding: 10px 44px 10px 14px;
    font-size: 15px;
  }
  .listing__dropdown-toggle::after {
    right: 10px;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .listing__dropdown-menu {
    padding: 8px;
  }
  .listing__dropdown-option {
    padding: 10px;
    font-size: 15px;
  }
  .listing__filters {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 32px;
  }
  .listing__item {
    padding: 16px;
    border-radius: 12px;
    gap: 16px;
  }
  .listing__item-body {
    -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;
  }
  .listing__item-title {
    font-size: 22px;
  }
  .listing__item-meta {
    gap: 12px;
  }
  .listing__item-row {
    font-size: 16px;
  }
  .listing__item-button {
    min-width: 135px;
  }
  .listing__pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px;
    margin-top: 32px;
  }
}

.vacancies-listing {
  padding: 72px 0 88px;
  background: #F5F5F5;
}
.vacancies-listing__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.vacancies-listing__heading {
  max-width: 764px;
  margin: 0 auto 64px;
  text-align: center;
}
.vacancies-listing__title {
  margin: 0;
  color: #4A4A4A;
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.vacancies-listing__subtitle {
  margin-top: 16px;
}
.vacancies-listing__subtitle p {
  margin: 0;
  color: #6F6F6F;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.vacancies-listing__filters {
  display: grid;
  grid-template-columns: repeat(2, 430px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-bottom: 64px;
}
.vacancies-listing__dropdown {
  position: relative;
}
.vacancies-listing__dropdown.is-open {
  z-index: 20;
}
.vacancies-listing__dropdown.is-open .vacancies-listing__dropdown-toggle {
  border-color: #D6D6D6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.vacancies-listing__dropdown.is-open .vacancies-listing__dropdown-toggle::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.vacancies-listing__dropdown.is-open .vacancies-listing__dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.vacancies-listing__dropdown-toggle {
  position: relative;
  width: 100%;
  height: 48px;
  padding: 12px 48px 12px 16px;
  border: 1px solid #D6D6D6;
  border-radius: 10px;
  background: #FFFFFF;
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  cursor: pointer;
  -webkit-transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  -o-transition: border-color 0.25s ease, box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.vacancies-listing__dropdown-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M18 9L12 15L6 9%27 stroke=%27%238C8C8C%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}
.vacancies-listing__dropdown-toggle:focus, .vacancies-listing__dropdown-toggle:focus-visible {
  outline: none;
  border-color: #D6D6D6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.vacancies-listing__dropdown-toggle-text {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.vacancies-listing__dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  max-height: 260px;
  padding: 12px;
  border: 1px solid #D6D6D6;
  border-radius: 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
}
.vacancies-listing__dropdown-menu::-webkit-scrollbar {
  width: 4px;
}
.vacancies-listing__dropdown-menu::-webkit-scrollbar-track {
  background: transparent;
}
.vacancies-listing__dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(19, 128, 196, 0.28);
}
.vacancies-listing__dropdown-option {
  display: block;
  width: 100%;
  margin-bottom: 2px;
  padding: 10px 12px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.vacancies-listing__dropdown-option:hover, .vacancies-listing__dropdown-option.is-active {
  background: #EAEAEA;
  border-radius: 10px;
  color: #4A4A4A;
}
.vacancies-listing__dropdown-option:last-child {
  margin-bottom: 0;
}
.vacancies-listing__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.vacancies-listing__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: 18px;
  height: 180px;
  padding: 24px;
  border: 1px solid #E9E9E9;
  border-radius: 12px;
  background: #FFFFFF;
}
.vacancies-listing__item.is-hidden {
  display: none;
}
.vacancies-listing__item-title {
  margin: 0;
  color: #4A4A4A;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.vacancies-listing__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.vacancies-listing__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  min-width: 0;
}
.vacancies-listing__item-row {
  margin: 0;
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.vacancies-listing__item-label {
  color: #6F6F6F;
}
.vacancies-listing__item-value {
  color: #4A4A4A;
}
.vacancies-listing__item-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.vacancies-listing__item-button {
  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;
  min-width: 135px;
  height: 40px;
  padding: 8px 20px;
  border-radius: 8px;
  background: #DBEFFB;
  color: #1380C4;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.vacancies-listing__item-button:hover {
  background: #1380C4;
  color: #FFFFFF;
}
.vacancies-listing__empty {
  padding: 40px 20px;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
  background: #FFFFFF;
  color: #6F6F6F;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
.vacancies-listing__empty.is-hidden {
  display: none;
}
.vacancies-listing__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;
  gap: 8px;
  margin-top: 64px;
}
.vacancies-listing__pagination:empty {
  display: none;
}
.vacancies-listing__pagination-list {
  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;
}
.vacancies-listing__pagination-arrow {
  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;
  width: 36px;
  height: 36px;
  border: 1px solid #3B96CF;
  border-radius: 10px;
  background: #1380C4;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.vacancies-listing__pagination-arrow svg {
  display: block;
  width: 24px;
  height: 24px;
}
.vacancies-listing__pagination-arrow:hover {
  background: #0F74B4;
  border-color: #0F74B4;
}
.vacancies-listing__pagination-arrow.is-disabled, .vacancies-listing__pagination-arrow:disabled {
  background: #DBEFFB;
  border-color: #DBEFFB;
  color: #1380C4;
  cursor: default;
  pointer-events: none;
  opacity: 1;
}
.vacancies-listing__pagination-page, .vacancies-listing__pagination-dots {
  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;
  width: 38px;
  height: 36px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: #08334E;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.vacancies-listing__pagination-page {
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.vacancies-listing__pagination-page:hover {
  background: #8BC3E5;
  border-color: #8BC3E5;
  color: #FFFFFF;
}
.vacancies-listing__pagination-page.is-active {
  background: #63ACDA;
  border-color: #1380C4;
  color: #FFFFFF;
}
.vacancies-listing__pagination-dots {
  width: 32px;
  color: #6F6F6F;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .vacancies-listing {
    padding: 64px 0;
  }
  .vacancies-listing__heading {
    margin-bottom: 40px;
  }
  .vacancies-listing__title {
    font-size: 38px;
  }
  .vacancies-listing__subtitle p {
    font-size: 18px;
    line-height: 26px;
  }
  .vacancies-listing__filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 40px;
  }
  .vacancies-listing__list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  .vacancies-listing {
    padding: 40px 0 32px;
  }
  .vacancies-listing__heading {
    max-width: 320px;
    margin-bottom: 24px;
  }
  .vacancies-listing__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 120%;
  }
  .vacancies-listing__subtitle {
    margin-top: 16px;
  }
  .vacancies-listing__subtitle p {
    font-size: 16px;
    line-height: 24px;
  }
  .vacancies-listing__filters {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 24px;
  }
  .vacancies-listing__dropdown-toggle {
    height: 42px;
    padding: 10px 44px 10px 16px;
    border-color: #F0F0F0;
    font-size: 14px;
    line-height: 20px;
  }
  .vacancies-listing__dropdown-toggle::after {
    right: 10px;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .vacancies-listing__dropdown-menu {
    padding: 8px;
  }
  .vacancies-listing__dropdown-option {
    padding: 10px;
    font-size: 14px;
  }
  .vacancies-listing__item {
    height: auto;
    min-height: 176px;
    padding: 20px;
    gap: 18px;
  }
  .vacancies-listing__item-title {
    font-size: 19px;
    line-height: 120%;
  }
  .vacancies-listing__item-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 18px;
  }
  .vacancies-listing__item-meta {
    gap: 18px;
  }
  .vacancies-listing__item-button {
    width: 100%;
    min-width: 0;
    height: 40px;
    font-size: 14px;
    line-height: 18px;
  }
  .vacancies-listing__pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    margin-top: 32px;
  }
}

.vacancy-single {
  padding: 30px 0 48px;
  background: #F5F5F5;
}
.vacancy-single__layout {
  display: grid;
  grid-template-columns: minmax(0, 731fr) minmax(320px, 517fr);
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.vacancy-single__card {
  border-radius: 12px;
  background: #FFFFFF;
}
.vacancy-single__card--content {
  padding: 24px 32px 32px;
}
.vacancy-single__card--info {
  padding: 40px;
}
.vacancy-single__title {
  margin: 0 0 24px;
  color: #4A4A4A;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.vacancy-single__content {
  color: #6F6F6F;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
}
.vacancy-single__content p {
  margin: 0 0 24px;
}
.vacancy-single__content p:last-child {
  margin-bottom: 0;
}
.vacancy-single__content h2,
.vacancy-single__content h3,
.vacancy-single__content h4 {
  margin: 24px 0 12px;
  color: #4A4A4A;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.vacancy-single__content h2:first-child,
.vacancy-single__content h3:first-child,
.vacancy-single__content h4:first-child {
  margin-top: 0;
}
.vacancy-single__content ul,
.vacancy-single__content ol {
  margin: 0 0 24px;
  padding-left: 22px;
}
.vacancy-single__content ul:last-child,
.vacancy-single__content ol:last-child {
  margin-bottom: 0;
}
.vacancy-single__content ul {
  list-style: disc;
}
.vacancy-single__content ol {
  list-style: decimal;
}
.vacancy-single__content li {
  margin-bottom: 4px;
}
.vacancy-single__content li::marker {
  color: #6F6F6F;
}
.vacancy-single__content li:last-child {
  margin-bottom: 0;
}
.vacancy-single__content a {
  color: #1380C4;
  text-decoration: none;
}
.vacancy-single__content a:hover {
  color: #0F74B4;
}
.vacancy-single__content b,
.vacancy-single__content strong {
  font-weight: 700;
}
.vacancy-single__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 24px;
}
.vacancy-single__button {
  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;
  width: 240px;
  height: 40px;
  padding: 8px 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  -o-transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}
.vacancy-single__button--primary {
  background: #1380C4;
  border-color: #3B96CF;
  color: #FFFFFF;
}
.vacancy-single__button--primary:hover {
  background: #3B96CF;
  border-color: #63ACDA;
  color: #FFFFFF;
}
.vacancy-single__button--secondary {
  background: #DBEFFB;
  color: #1380C4;
}
.vacancy-single__button--secondary:hover {
  opacity: 0.8;
}
.vacancy-single__info-row {
  margin: 0 0 16px;
  color: #4A4A4A;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.vacancy-single__info-row:last-child {
  margin-bottom: 0;
}
.vacancy-single__info-label {
  color: #6F6F6F;
}
.vacancy-single__info-value {
  color: #4A4A4A;
}
.vacancy-single b,
.vacancy-single strong {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .vacancy-single {
    padding: 24px 0 40px;
  }
  .vacancy-single__layout {
    grid-template-columns: 1fr;
  }
  .vacancy-single__card--content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .vacancy-single__card--info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 576px) {
  .vacancy-single {
    padding: 16px 0 32px;
  }
  .vacancy-single__card--content, .vacancy-single__card--info {
    width: 100%;
    padding: 20px;
  }
  .vacancy-single__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
  }
  .vacancy-single__content {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }
  .vacancy-single__content h2,
  .vacancy-single__content h3,
  .vacancy-single__content h4 {
    font-size: 18px;
  }
  .vacancy-single__info-row {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }
  .vacancy-single__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10px;
  }
  .vacancy-single__button {
    width: 100%;
    min-width: 0;
  }
}
/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/swiper/swiper.min.css ***!
  \******************************************************************************************************************/
/**
 * Swiper 9.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 12, 2023
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/swiper/modules/navigation/navigation.min.css ***!
  \*****************************************************************************************************************************************/
:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}
/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/swiper/modules/pagination/pagination.min.css ***!
  \*****************************************************************************************************************************************/
.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}
