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

* {
  -webkit-tap-highlight-color: transparent;
}

* {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */ /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently not supported by any browser */
}

/* ios */
input,
input:before,
input:after,
textarea {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

a {
  color: unset;
  text-decoration: none;
}

img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

* {
  --color-main: #326328;
  --color-border: #C6C4C4;
  --color-1: #000000;
  --color-2: #4A4A4A;
  --color-hover: #326328;
  --color-hover-1: #000000;
  --anim4: 0.4s ease-in-out;
  --anim2: 0.2s ease-in-out;
  --anim1: 0.1s ease;
}

html {
  font-family: "KyivTypeSans", sans-serif;
  font-size: 20px;
  cursor: default;
}

h1, h2, h3, h4, .border-link, .btn, .inst-link {
  font-family: "KyivTypeSerif", sans-serif;
}

h1 {
  font-size: 84px;
  font-weight: 500;
  line-height: 122%;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}

h2 {
  font-size: 3.2rem;
  margin-bottom: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-align: center;
}

h3 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
h3.uppercase {
  text-transform: uppercase;
}

h4 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

p {
  font-size: 1rem;
  line-height: 150%;
}
p:not(:last-child) {
  margin-bottom: 20px;
}

a {
  font-size: 1rem;
}


b {
  font-weight: 700;
}

@font-face {
  font-family: "KyivTypeSans";
  src: local("KyivTypeSans-Regular"), url("../fonts/KyivTypeSans-Regular.woff2") format("woff2"), url("../fonts/KyivTypeSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KyivTypeSans";
  src: local("KyivTypeSans-Medium"), url("../fonts/KyivTypeSans-Medium.woff2") format("woff2"), url("../fonts/KyivTypeSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KyivTypeSans";
  src: local("KyivTypeSans-Bold"), url("../fonts/KyivTypeSans-Bold.woff2") format("woff2"), url("../fonts/KyivTypeSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KyivTypeSerif";
  src: local("KyivTypeSerif-Medium"), url("../fonts/KyivTypeSerif-Medium.woff2") format("woff2"), url("../fonts/KyivTypeSerif-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KyivTypeSerif";
  src: local("KyivTypeSerif-Bold"), url("../fonts/KyivTypeSerif-Bold.woff2") format("woff2"), url("../fonts/KyivTypeSerif-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.btn--link, .btn--burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30px;
  height: 20px;
}
.btn--link span, .btn--burger span {
  border-radius: 10px;
  width: 100%;
  height: 3px;
  background: #000;
}
.btn--link span:not(:last-child), .btn--burger span:not(:last-child) {
  margin-bottom: 5px;
}

.burger {
  --line-offset: 2px;
  --color: #000;
  --color-active: #ccc;
  width: 24px;
  height: 16px;
  display: none;
  position: relative;
  z-index: 15;
  cursor: pointer;
  margin-left: auto;
}
.burger span {
  background: var(--color);
  width: 100%;
  height: 2px;
  margin-bottom: 2px;
  display: block;
  position: absolute;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.burger span:nth-child(1) {
  top: 0;
}
.burger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.burger span:nth-child(3) {
  top: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.burger.js-active {
  width: 18px;
  height: 18px;
}
.burger.js-active span {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  background: var(--color-active);
}
.burger.js-active span:nth-child(1) {
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.burger.js-active span:nth-child(2) {
  opacity: 0;
}
.burger.js-active span:nth-child(3) {
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.subtitle {
  margin-bottom: 16px;
}
.subtitle p, .subtitle a {
  font-size: 36px;
  line-height: 150%;
  letter-spacing: 0.02em;
  margin-bottom: unset;
}

.line-bottom,
.line-circle {
  position: relative;
}
.line-bottom::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(100% - 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 95%;
  height: 100%;
  /* margin-left: -15px; */
  background: url("../img/svg/line.svg") no-repeat;
  background-position: top center;
  background-size: contain;
}

.line-circle::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-52%, -45%);
  width: 120%;
  height: 120%;
  background: url("../img/svg/circle.svg") no-repeat;
  background-position: top center;
  background-size: contain;
  z-index: -1;
}

.banner-title--center {
  text-align: center;
}

.border-link {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.02em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
}

.btn {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 150%;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  margin: 0 auto;
  background: unset;
  border: unset;
  cursor: pointer;
  position: relative;
  padding: 12px 16px 12px 76px;
  -webkit-transition: var(--anim4);
  -o-transition: var(--anim4);
  transition: var(--anim4);
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  text-transform: uppercase;
}
.btn::before, .btn::after {
  content: "";
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: var(--anim4);
  -o-transition: var(--anim4);
  transition: var(--anim4);
}
.btn::before {
  background-color: var(--color-1);
}
.btn::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("../img/svg/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px 28px;
}

.btn--green {
  color: var(--color-main);
}
.btn--green::before {
  background-color: var(--color-main);
}

.btn--full {
  font-size: clamp(16px, 2vw, 1rem);
  padding: 10px;
  width: 100%;
  color: #fff;
  background: var(--color-main);
  text-align: center;
  max-width: unset;
  display: block;
  border-radius: 4px;
}

.btn--full::before, .btn--full::after {
  display: none;
}
.btn--mob {
  display: none;
}

.inst-link {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
.inst-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.inst-link--big {
  font-size: 1.2rem;
  font-weight: 700;
}
.inst-link--big a {
  font-size: 1.2rem;
  font-weight: 700;
}
.inst-link img {
  width: 32px;
}
.inst-link--arrow a {
  gap: 15px;
}
.inst-link--arrow a span {
  padding: 5px 46px 5px 0;
  position: relative;
}
.inst-link--arrow a span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  background: url("../img/svg/arrow-pic.svg") no-repeat;
  background-size: contain;
  background-position: center;
}

.social__wrap:not(:last-child) {
  margin-bottom: 31px;
}
.social__title {
  font-weight: 500;
  margin-bottom: 23px;
  line-height: 24px;
}
.social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social li {
  font-size: 0;
}
.social li:not(:last-child) {
  margin-right: 16px;
}
.social a {
  font-size: 0;
}

.social img {
  width: 24px;
  height: 24px;
  -webkit-transition: var(--anim2);
  -o-transition: var(--anim2);
  transition: var(--anim2);
}

.accordion-top, .accordion-top-sub {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  margin-bottom: 11px;
  -webkit-transition: var(--anim4);
  -o-transition: var(--anim4);
  transition: var(--anim4);
}

.accordion-top .title, .accordion-top-sub .title {
  font-size: 1.6rem;
  line-height: 150%;
}
.accordion-top .title-sub, .accordion-top-sub .title-sub {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 150%;
}
.accordion-top {
  border-left: 4px solid transparent;
}
.accordion-top-sub {
  padding-left: 24px;
}
.accordion-wrap {
  width: 100%;
  position: relative;
}
.accordion-item.open .accordion-top, .accordion-item-sub.open .accordion-top {
  border-left: 4px solid var(--color-1);
}
.accordion-item.open .accordion-top, .accordion-item-sub.open .accordion-top {
  font-weight: 700;
}
.accordion-content, .accordion-content-sub {
  display: none;
}

.accordion-content-sub {
  padding-left: 36px;
}
.accordion-content-sub .accordion-link {
  display: block;
  font-size: 1rem;
  line-height: 150%;
  padding: 8px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.circle {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  border-radius: 50%;
  background: #fff;
  padding: 30px;
  min-width: 140px;
  min-height: 140px;
  max-width: 280px;
  max-height: 280px;
  width: 20vw;
  height: 20vw;
}
.circle__wrap {
  position: relative;
}
.circle__center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.circle__border {
  -webkit-animation: rotate 15s linear infinite;
          animation: rotate 15s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.circle--black {
  background: var(--color-1);
  border: 8px solid #fff;
  padding: 14px;
}
.circle--black .circle__border img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.circle--black .circle__center img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.title-desk {
  margin-bottom: 24px;
}
.title-desk h2 {
  margin-bottom: unset;
}
.title-desk p {
  text-align: center;
  margin-top: 8px;
  margin-bottom: unset;
}

.img-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-box--pseudo {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.img-box--pseudo::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.slider-main .container, .slider-type2 .container {
  position: relative;
}
.slider-main .swiper-button-wrapper,
.slider-main .swiper-pagination,
.slider-main .swiper-button-prev,
.slider-main .swiper-button-next, .slider-type2 .swiper-button-wrapper,
.slider-type2 .swiper-pagination,
.slider-type2 .swiper-button-prev,
.slider-type2 .swiper-button-next {
  position: relative;
}
.slider-main .swiper-button-prev.swiper-button-disabled, .slider-main .swiper-button-next.swiper-button-disabled, .slider-type2 .swiper-button-prev.swiper-button-disabled, .slider-type2 .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.slider-main .swiper-button-prev, .slider-main .swiper-button-next, .slider-type2 .swiper-button-prev, .slider-type2 .swiper-button-next {
  all: unset;
  display: block;
  cursor: pointer;
}
.slider-main .swiper-button-prev:after, .slider-main .swiper-button-next:after, .slider-type2 .swiper-button-prev:after, .slider-type2 .swiper-button-next:after {
  display: none;
}
.slider-main .swiper-pagination-fraction, .slider-main .swiper-pagination-custom, .slider-main .swiper-horizontal > .swiper-pagination-bullets, .slider-main .swiper-pagination-bullets.swiper-pagination-horizontal, .slider-type2 .swiper-pagination-fraction, .slider-type2 .swiper-pagination-custom, .slider-type2 .swiper-horizontal > .swiper-pagination-bullets, .slider-type2 .swiper-pagination-bullets.swiper-pagination-horizontal {
  all: unset;
}
.slider-main .swiper-pagination-bullet, .slider-type2 .swiper-pagination-bullet {
  opacity: 1;
  background: #C6C6C6;
  cursor: pointer;
}
.slider-main .swiper-pagination-bullet-active, .slider-type2 .swiper-pagination-bullet-active {
  background: var(--color-1);
}

.slider-main {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 74px;
}
.slider-main__navigation {
  padding: 17px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 128px);
  position: absolute;
}
.slider-main__navigation .swiper-button-prev, .slider-main__navigation .swiper-button-next {
  width: 40px;
  height: 40px;
}
.slider-main__navigation .swiper-button-prev img, .slider-main__navigation .swiper-button-next img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.slider-main__navigation .swiper-button-prev img {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.slider-main__navigation .swiper-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.slider-main__navigation .swiper-wrapper {
  padding-bottom: 74px;
}

.slider-type2__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 44px;
     -moz-column-gap: 44px;
          column-gap: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
  /* margin-bottom: 24px; */
}
.slider-type2__navigation .swiper-button-prev,
.slider-type2__navigation .swiper-button-next--mob,
.slider-type2__navigation .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}
.slider-type2__navigation .swiper-button-next--desk {
  width: 68px;
  height: 68px;
}

.word-cloud {
  position: relative;
}
.word-cloud::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 30px);
  height: calc(100% + 10px);
  background: url("../img/svg/cloud.svg") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  z-index: -1;
}

.accordion-event-top {
  cursor: pointer;
  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;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 150%;
  padding: 8px 0 16px;
  -webkit-transition: var(--anim4);
  -o-transition: var(--anim4);
  transition: var(--anim4);
}
.accordion-event-top img {
  width: 15px;
  height: 10px;
}
.accordion-event-wrap {
  width: 100%;
  display: none;
}
.accordion-event-item {
  border-top: 1px solid var(--color-border);
}
.accordion-event-item:last-child {
  border-bottom: 1px solid var(--color-border);
}
.accordion-event-item.open .accordion-top {
  font-weight: 700;
}
.accordion-event-item .accordion-btn {
  transition: var(--anim2);
}
.accordion-event-item.open .accordion-btn {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion-event-content {
  display: none;
  text-align: center;
}
.accordion-event-content p {
  color: var(--color-2);
}
.accordion-event-img {
  width: 100%;
  max-height: 300px;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 8px;
}
.accordion-event-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.accordion-event-btn {
  -webkit-transition: var(--anim4);
  -o-transition: var(--anim4);
  transition: var(--anim4);
  width: 15px;
  height: 8px;
}

/* Plugins section -------------------------------- */
/**
 * Swiper 8.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 4, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

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

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

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

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

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

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

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

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

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

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

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

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

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

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

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

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

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

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

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

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper-cards {
  overflow: visible;
}

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

/* End plugins ------------------------------------ */
.container {
  margin: 0 auto;
  padding-right: 64px;
  padding-left: 64px;
  max-width: 1440px;
  width: 100%;
}
.container--full {
  padding-right: 16px;
  padding-left: 16px;
}

header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-bottom: 1px solid var(--color-1);

  position: fixed;
	top: 0; 
	left: 0;
	width: 100%;
  z-index: 10;
  background: #fff;
	transition: all var(--anim4);
}

.header.out {
	transform: translateY(-100%);
}

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

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

html {
  height: 100%;
}

body {
  padding-top: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.header__logo {
  width: 48px;
}
.header.js-menu-open .header__nav {
  opacity: 1;
  visibility: visible;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  font-weight: 500;
}
.menu li {
  position: relative;
  color: var(--color-2);
}
.menu li:not(:last-child) {
  margin-right: 10px;
}
.menu .current-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  color: var(--color-1);
  text-transform: uppercase;
  font-weight: 700;
}
.menu .current-menu-item::before,
.menu .current-menu-item::after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--color-1);
  margin-top: 5px;
}

.footer__main {
  border-top: 1px solid var(--color-1);
  border-bottom: 1px solid var(--color-1);
}
.footer--padding {
  padding-top: 31px;
  padding-bottom: 31px;
}
.footer__wrapper {
  display: grid;
  grid-template-areas: "logo nav socials";
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content;
  -webkit-column-gap: 96px;
     -moz-column-gap: 96px;
          column-gap: 96px;
}
.footer__logo {
  grid-area: logo;
  border-right: 1px solid var(--color-1);
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-right: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__logo img {
  width: 100px;
}
.footer__nav {
  grid-area: nav;
  margin-left: auto;
}
.footer__nav li {
  font-weight: 500;
  line-height: 24px;
}
.footer__nav li:not(:last-of-type) {
  margin-bottom: 24px;
}

.direction {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 65px;
}
.direction__item {
  width: 50%;
  padding: 16px;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  text-align: center;
}
.direction__item:first-child {
  border-right: 1px solid var(--color-border);
}
.direction__content {
  position: relative;
  margin-bottom: 16px;
}
.direction__img {
  width: 100%;
}
.direction__img img {
  min-height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
.direction__info {
  position: absolute;
  max-width: 383px;
  bottom: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  padding: 14px 16px 16px;
}
.direction__info p {
  color: var(--color-2);
  line-height: 150%;
  margin-bottom: 16px;
}

.info {
  padding-top: 39px;
  padding-bottom: 39px;
  display: grid;
  grid-template-areas: "img title" "img info";
  grid-template-columns: minmax(100px, 580px) minmax(100px, 670px);
  grid-column-gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info--button {
  grid-template-areas: "img title" "img info" "img button";
}
.info--left {
  grid-template-areas: "title img" "info img" "button img";
}
.info__img {
  grid-area: img;
}
.info__img img {
  border-radius: 4px;
}
.info__title {
  grid-area: title;
  align-self: self-end;
}
.info__title h2 {
  text-align: left;
}
.info__title .line-bottom {
  padding-bottom: 10px;
}
.info__title .line-bottom::after {
  margin-left: unset;
}
.info__content {
  grid-area: info;
  align-self: baseline;
}
.info__button {
  grid-area: button;
}
.info__button .btn {
  margin: unset;
}

.gallery {
  padding-top: 39px;
  padding-bottom: 39px;
}
.gallery__wrap {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 26px;
}
.gallery__img {
  width: calc(33.3333333333% - 22px);
}
.gallery__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.gallery__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 66px;
     -moz-column-gap: 66px;
          column-gap: 66px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
}
.gallery__link--uppercase {
  text-transform: uppercase;
}

.contacts {
  padding-top: 39px;
  padding-bottom: 65px;
}
.contacts h2 {
  margin-bottom: 41px;
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.contacts h2::after {
  content: "";
  position: absolute;
  right: calc(100% - 20px);
  top: 50%;
  width: 120px;
  height: 180px;
  background: url("../img/svg/long-arrow.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.contacts__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts__row:not(:last-child) {
  margin-bottom: 35px;
}
.contacts__row--tel {
  white-space: nowrap;
}
.contacts__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts__info {
  line-height: 150%;
  letter-spacing: 0.02em;
  margin-left: 34px;
  font-weight: 500;
}
.contacts__title {
  color: var(--color-2);
}
.contacts__icon {
  width: 26px;
}
.contacts__map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 753px;
  min-width: 350px;
  width: 100%;
  height: min(41vw, 586px);
  position: relative;
}
.contacts__map iframe {
  width: 100% !important;
  height: 100% !important;
}
.contacts__main {
  position: relative;
  padding: 60px 60px 40px 11%;
  margin-left: -50px;
}
.contacts__main::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url("../img/svg/cloud.svg") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  z-index: -1;
}

.catalog {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
}
.catalog__nav {
  width: 25%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-right: 48px;
  position: sticky;
  top: 87px;
  height: max-content;
}
.catalog__nav .mobile-version {
  display: none;
}
.catalog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  padding: 16px;
  border: 1px solid var(--color-border);
  margin-top: -1px;
  color: #222;
}
.catalog__img {
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.catalog__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.catalog__desk {
  margin-bottom: 16px;
}
.catalog__desk p {
  margin-bottom: unset;
}
.catalog__price {
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "KyivTypeSerif";
  line-height: 150%;
  letter-spacing: 0.04em;
}
.catalog__list-wrap {
  margin-bottom: 32px;
}
.catalog__list {
  margin-bottom: 32px;
}

.banner {
  position: relative;
  border-bottom: 1px solid var(--color-border);
}
/* .banner::after {
  content: "";
  position: absolute;
  background: var(--color-border);
  z-index: -1;
  top: 22vw;
  left: 0;
  width: 80%;
  height: 1px;
} */
.banner__wrap {
  padding-top: 50px;
  padding-bottom: 150px;
  position: relative;
  display: grid;
  gap: 23px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-areas: "title img" "subtitle img" "button img" "link img";
}
/* .banner__wrap::before {
  content: "";
  position: absolute;
  background: var(--color-border);
  z-index: -1;
  top: -40px;
  bottom: 0;
  left: 8vw;
  width: 1px;
} */
.banner__title {
  grid-area: title;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.banner__title span {
  display: block;
}
.banner__title h1 {
  font-size: clamp(46px, 6.7vw, 96px);
}
.banner__subtitile {
  grid-area: subtitle;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.banner__button {
  grid-area: button;
  padding-top: 34px;
  padding-bottom: 34px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  z-index: 5;
}
.banner__img-wrap {
  grid-area: img;
  position: relative;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.banner__img {
  width: min(41vw, 65vh);
  max-height: 600px;
  height: 100%;
  min-width: 470px;
  overflow: hidden;
  max-width: 580px;
  border-radius: 4px;
}
.banner__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.banner__link {
  grid-area: link;
}
.banner__link span {
  margin-left: 8px;
  padding-top: 10px;
  position: relative;
  top: 13%;
}
.banner__link span img {
  -webkit-filter: invert(1);
          filter: invert(1);
  width: clamp(20px, 2.3vw, 40px);
  height: auto;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.banner .subtitle {
  margin-bottom: unset;
}
.banner .subtitle p, .banner .subtitle a {
  font-size: clamp(20px, 2.3vw, 36px);
}

.page-nav {
  border-bottom: 1px solid var(--color-border);
  padding-top: -1px;
  padding-bottom: -1px;
  margin-bottom: 18px;
}
.page-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-nav__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 1.4vw;
  text-align: center;
  border: 1px solid var(--color-border);
  font-weight: 700;
  line-height: 150%;
}
.page-nav__item a {
  white-space: nowrap;
  font-size: clamp(14px, 1.3vw, 18px);
}

.social--link {
  padding-top: 10px;
  padding-bottom: 32px;
}
.social--link h2.title-arrow {
  position: relative;
  margin: 0 auto 30px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: clamp(54px, 7vw, 64px);
  white-space: nowrap;
}
.social--link h2.title-arrow::after {
  content: "";
  position: absolute;
  left: calc(100% - 90px);
  top: 50%;
  width: 120px;
  height: 130px;
  background: url("../img/svg/long-arrow-2.svg") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.social--link .social__list--cloud {
  margin: 0 auto;
  gap: 33px;
  padding: 40px 30px;
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.social--link .social__list--cloud::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/svg/cloud.svg") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  z-index: -1;
}
.social--link .social__list--cloud li {
  margin: unset;
}
.social--link img {
  width: 44px;
  height: 44px;
}

.benefits {
  border-top: 1px solid var(--color-1);
  border-bottom: 1px solid var(--color-1);
  margin: 32px 0 10px;
  padding: 24px 0;
}
.benefits__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-left: -40px;
  margin-right: -40px;
}
.benefits__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 35px 40px;
}
.benefits__item:not(:last-child) {
  border-right: 1px solid var(--color-1);
}
.benefits__title {
  font-family: KyivTypeSerif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}
.benefits__content p {
  margin-bottom: unset;
}

.tabs {
  padding-top: 79px;
  padding-bottom: 32px;
}
.tabs__wrap-border {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 16px;
}
.tabs__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs__nav {
  padding-top: 48px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: 17%;
}
.tabs__nav li {
  padding: 10px;
  margin-bottom: 34px;
  font-size: 1.6rem;
  line-height: 150%;
}
.tabs__nav li:not(.active) {
  cursor: pointer;
}
.tabs__nav .active {
  border-left: 4px solid var(--color-main);
  font-weight: 700;
  color: var(--color-main);
}
.tabs__content {
  display: none;
  width: 100%;
}
.tabs__content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;

}
.tabs__card {
  padding: 40px 15px 58px;
  width: 33.3333333333%;
  overflow: hidden;
}
.tabs__card:not(:last-child) {
  border-right: 1px solid var(--color-border);
}
.tabs--type1 .tabs__card {
  position: relative;
}
.tabs--type1 .tabs__card .btn {
  position: absolute;
  left: 15px;
  right: 15px;
  width: calc(100% - 30px);
}
.tabs__card .btn {
  opacity: 0;
  -webkit-transition: var(--anim4);
  -o-transition: var(--anim4);
  transition: var(--anim4);
  grid-area: button;

}

.tabs__desk-wrap {
  margin-bottom: 4px;
  -webkit-transition: var(--anim4);
  -o-transition: var(--anim4);
  transition: var(--anim4);
  height: 100%;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  grid-area: desk;
}
.tabs__desk {
  margin-bottom: 30px;
  color: var(--color-2);
}
.tabs__desk p {
  margin: unset;
}
.tabs__time {
  margin-bottom: 8px;
  color: var(--color-2);
}
.tabs__price {
  color: var(--color-2);
}
.tabs__img {
  width: 100%;
  grid-area: img;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.tabs__link {
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  text-align: center;
}
.tabs__link::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 5px;
  width: 98px;
  height: 78px;
  background: url("../img/svg/long-arrow-2.svg") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.tabs__link .inst-link {
  margin-bottom: 24px;
  max-width: unset;
}

.team {
  padding-top: 32px;
  padding-bottom: 32px;
}
.team .swiper-slide:not(.swiper-slide-active) {
  border-left: 1px solid var(--color-border);
}
.team__card {
  padding: 16px 6px 16px 16px;
}
.team__img {
  margin-bottom: 8px;
}
.team__title {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 150%;
}
.team__subtitle {
  font-size: 0.9rem;
  line-height: 150%;
}

.bar-menu {
  padding-top: 64px;
  padding-bottom: 64px;
}
.bar-menu__card {
  position: relative;
  color: #fff;
  height: auto;
}
.bar-menu__title {
  position: absolute;
  top: 16px;
  left: 16px;
  font-family: "KyivTypeSerif", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 150%;
}
.bar-menu__more {
  position: absolute;
  bottom: 16px;
  left: 16px;
  letter-spacing: 0.02em;
  line-height: 150%;
}
.bar-menu__more li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bar-menu__more li::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  margin-right: 12px;
}
.bar-menu__img {
  height: 100%;
  overflow: hidden;
}
.bar-menu__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reviews {
  padding-bottom: 25px;
}
.reviews h2 {
  margin-bottom: 32px;
}
.reviews__card {
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
  padding-left: 16px;
  padding-top: 16px;
}
.reviews__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 18px;
}
.reviews__title {
  font-size: 1.2rem;
  line-height: 150%;
  font-weight: 700;
}
.reviews__date {
  font-size: 0.8rem;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: var(--color-2);
}
.reviews__desk {
  height: 100%;
  padding-left: 16px;
  margin-left: -16px;
}
.reviews__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}
.reviews__star span {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/svg/star.svg") no-repeat;
  background-size: 100%;
  background-position: center;
  margin-right: 12px;
}
.reviews .btn {
  margin-top: -70px;
}
.reviews .slider-main {
  border-top: 1px solid var(--color-1);
  border-bottom: 1px solid var(--color-1);
  margin-bottom: 88px;
}
.reviews .slider-main__navigation {
  padding: 24px 15px;
}
.reviews .swiper-slide:not(.swiper-slide-active) .reviews__desk {
  border-left: 1px solid var(--color-1);
}

.photo {
  padding-top: 32px;
  padding-bottom: 75px;
}
.photo__wrap {
  display: grid;
  grid-template-areas: "img1 img2" "img1 img2" "img1 img4" "img3 img4" "img3 img4";
  gap: 32px;
  grid-auto-rows: 200px 200px 200px 200px 200px;
  grid-auto-columns: 1fr 1fr;
  margin-bottom: 30px;
}
.photo__img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.photo__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
     object-position: 0 0;
}
.photo__img--1 {
  grid-area: img1;
}
.photo__img--2 {
  grid-area: img2;
}
.photo__img--3 {
  grid-area: img3;
}
.photo__img--4 {
  grid-area: img4;
}
.photo__title {
  position: absolute;
  top: 16px;
  left: 16px;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #fff;
  font-family: "KyivTypeSerif", sans-serif;
}

.tabs--type2 .tabs__content.active {
  display: block;
}
.tabs--type2 .tabs__card {
  width: 100%;
}
.tabs--type2 .tabs__card .btn {
  opacity: 1;
  margin: unset;
}
.tabs--type2 .tabs__nav {
  width: 36%;
}
.tabs--type2 .tabs__img {
  width: 100%;
  max-height: 450px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  margin-bottom: 24px;
}
.tabs--type2 .tabs__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tabs--type2 .tabs__desk {
  color: var(--color-1);
}

.bar-menu {
  padding-top: 64px;
  padding-bottom: 64px;
}
.bar-menu__card {
  position: relative;
  color: #fff;
  height: auto;
}
.bar-menu__title {
  position: absolute;
  top: 16px;
  left: 16px;
  font-family: "KyivTypeSerif", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 150%;
}
.bar-menu__more {
  position: absolute;
  bottom: 16px;
  left: 16px;
  letter-spacing: 0.02em;
  line-height: 150%;
}
.bar-menu__more li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bar-menu__more li::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  margin-right: 12px;
}
.bar-menu__img {
  height: 100%;
  overflow: hidden;
  max-height: 416px;
}
.bar-menu__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

form label {
  font-size: 18px;
  color: #222;
  margin-bottom: 8px;
}

input:not([type="radio"]),
textarea {
  border: 1px solid #222222;
  padding: 12px;
  font-size: 18px;
  width: 100%;
  border-radius: 4px;
  background: unset;
  font-family: 'KyivTypeSans';
}
textarea {
  resize: none;
  max-height: 180px;
}
.wpcf7-spinner {
  display: none;
}
.wpcf7-response-output {
  display: none;
}
form .wpcf7-submit {
  background: var(--color-main);
  max-width: 342px;
  margin-bottom: 24px;
  padding: unset;
}
input::placeholder,
textarea::placeholder {
  color: #505050;
}
input:not([type="radio"]) {
  height: 42px;
}
.form_input_wrap {
  flex-direction: column-reverse;
  display: flex;
}
.form_input_wrap:not(:last-child) {
  margin-bottom: 24px;
}

.form-stars .wpcf7-list-item.selected ~ .wpcf7-list-item,
.form-stars .wpcf7-list-item.selected{
  background: url('../../assets/img/svg/star.svg') no-repeat;
  background-position: center;
  background-size: contain;
}
.form-stars .wpcf7-list-item {
  margin: unset;
}
.form-stars .wpcf7-form-control{
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  column-gap: 5px;
}
.form-stars .wpcf7-list-item-label {
  font-size: 0;
}
.form-stars label {
  cursor: pointer;
  background: url('../../assets/img/svg/star-border.svg') no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  margin: unset;
}

.popup {
  background: #F9FDFF;
  border-radius: 4px;
  max-width: 768px;
  margin: 0 auto;
  position: relative;
  padding: 64px;
}



.popup-write-us-bottom {
  text-align: center;
  color: #222;
}
.popup-write-us-bottom p {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
}
.popup-done {
  max-width: 300px;
}
.popup-done h2 {
  font-size: 24px;
  margin-bottom: 50px;
}
.popup-done img {
  max-width: 140px;
  max-height: 140px;
  margin: 0 auto;
  display: block;
}
a.yButton.bottom.right {
  display: none;
}
.menu-second-mobile {
  display: none;
}
.catalog-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 18px;
  border: 1px solid #C6C4C4;
  border-radius: 4px;
  padding: 8px 24px;
}
.catalog-btn:not(:last-child) {
  margin-bottom: 15px;
}
.other-sections {
  font-size: 14px;
  text-align: center;
  color: #4A4A4A;
  margin-bottom: 15px;
  position: relative;
}
.other-sections span {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0px 10px;
}
.other-sections::after{
  content: '';
  height: 1px;
  top: 50%;
  background:#C6C4C4;
  position: absolute;
  left: 0;
  right: 0;
}

i.arrow-up,
i.arrow-right {
  background: url('../img/svg/arrow.svg') no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  filter: invert(1);
  display: block;
}
i.arrow-up {
  transform: rotate(-90deg);
}

.price {
  padding-top: 32px;
  padding-bottom: 80px;
}
.price h2 {
  max-width: max-content;
  margin: 0 auto 75px;
  padding-left: 90px;
}
.price__wrap-laptop {
  display: flex;
  /* height: 700px; */
  left: 50%;
  position: relative;
  overflow: hidden;
  right: 0;
  transform: translateX(-650px);
  width: calc(50% + 650px);
}
.price__categories {
  padding-top: 28px;
  border-right: 2px solid #000;
  max-width: clamp(300px, 27vw, 355px);
  width: 100%;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 74px;
}

.price__category.active .price__category-title {
  color: var(--color-main);
  letter-spacing: 0.04em;
  font-family: "KyivTypeSerif", sans-serif;
}

.price__wrap-laptop .swiper {
  display: none;
}
.price__category-title {
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  width: max-content;
  
}

.price__sliders {
  padding-left: 62px;
  flex: 1;
  right: 0;
}
.price__pics {
  display: none;
}
.price__pics.active {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
.price__pics img {
  max-width: calc(25% - 20px);
}
.price__sliders .swiper {
  display: none;
  padding-right: 64px;
}
.price__sliders .swiper.active {
  display: block;
}
.price__sliders .swiper-slide {
  max-width: 394px;
}
.price__wrap.price__wrap-mob {
  display: none;
}
.price__wrap-laptop .swiper-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 38px;
}
.price__wrap-laptop .swiper-pagination {
  position: relative;
  bottom: 0;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 8px;
}
.price__wrap-laptop .swiper-button-wrapper {
  display: flex;
  align-items: center;
  gap: 26px;
}
.price__wrap-laptop .swiper-button-prev::after,
.price__wrap-laptop .swiper-button-next::after {
  content: none;
}
.price__wrap-laptop .swiper-button-prev,
.price__wrap-laptop .swiper-button-next {
  position: relative;
  all: unset;
  font-size: 0;
  background: center / contain no-repeat url('../img/svg/arrow.svg');
  filter: invert(1);
  width: 38px;
  height: 38px;
  cursor: pointer;
}
.price__wrap-laptop .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.price__wrap-laptop .swiper-button-lock {
  display: none;
}
.price__wrap-laptop .swiper-button-prev {
  transform: rotate(180deg);
}
.price__wrap-laptop .swiper-pagination-bullet {
  margin: unset !important;
}
.price__wrap-laptop .swiper-pagination-bullet {
  opacity: 1;
  background: #c6c6c6;
}
.price__wrap-laptop .swiper-pagination-bullet-active {
  background: #000;
}

.price__wrap-mob .accordion-item {
  width: 100%;
}
.price__wrap-mob .accordion-item .accordion-content {
  border: unset !important;
}
.price__wrap-mob .accordion-item.open {
  margin-bottom: unset !important;
}

.mfp-img-mobile.mfp-bg {
  opacity: 0.3;
}
.mfp-img-mobile .mfp-arrow-right,
.mfp-img-mobile .mfp-arrow-left,
.mfp-gallery .mfp-close {
  background: #fff;
  font-size: 0;
  width: 70px;
  height: 70px;
  opacity: 1;
  border-radius: 8px;
}

.mfp-gallery .mfp-close {
  right: -110px;
  top: 0;
}
.mfp-gallery .mfp-close::before {
  background: center / contain no-repeat url('../img/svg/close-popup.svg');
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mfp-img-mobile .mfp-figure:after {
  content: none;
}
.mfp-img-mobile figcaption {
  display: none;
}
.mfp-img-mobile button.mfp-arrow {
  position: relative;
  top: unset;
}
.mfp-img-mobile .mfp-content {
  margin-top: 40px;
  margin: unset;
  width: 100%;
  max-width: 520px;
}
.mfp-content .mfp-figure {
  height: 100%;
}

.mfp-img-mobile .mfp-content img {
  min-width: 100%;
  min-height: 100%;
  width: unset;
  height: unset;
  padding: unset;
}
.mfp-img-mobile .mfp-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mfp-img-mobile .mfp-arrow-left {
  order: -1;
}

.mfp-img-mobile .mfp-arrow-left::after,
.mfp-img-mobile .mfp-arrow-right::after {
  content: none;
}
.mfp-img-mobile .mfp-arrow-right,
.mfp-img-mobile .mfp-arrow-left {
  width: 70px;
  height: 70px;
  opacity: 1;
  background: #fff;
}
.mfp-img-mobile .mfp-arrow-right::before,
.mfp-img-mobile .mfp-arrow-left::before {
  border: unset;
  background: center / contain no-repeat url('../img/svg/arrow.svg');
  filter: invert(1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  margin: unset;
  opacity: 1;
}
.mfp-img-mobile .mfp-arrow-left {
  transform: rotateY(180deg);
  margin-right: 40px;
}
.mfp-img-mobile .mfp-arrow-right {
  margin-left: 40px;
}

.mfp-img-mobile .mfp-preloader {
  display: none;
}



@media screen and (min-width: 768px) {

  a:hover {
    color: var(--color-hover);
  }
  .btn:hover {
    color: #fff;
    padding: 12px 76px 12px 16px;
    background: var(--color-1);
  }
  .btn:hover::before, .btn:hover::after {
    top: 0;
    left: calc(100% - 60px);
  }
  .btn:hover::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .btn--green:hover {
    color: #fff;
    background: var(--color-main);
  }
  .btn--full:hover {
    padding: 10px;
  }
  .social a:hover img {
    -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
            transform: scale(1.25);
  }
  .accordion-top a:hover, 
  .accordion-top-sub a:hover {
    color: var(--color-hover-1);
  }
  .accordion-content a:hover, 
  .accordion-content-sub a:hover {
    color: var(--color-hover-1);
  }
  .tabs__card:hover .tabs__desk-wrap {
    opacity: 0;
    height: 1%;
  }
  .tabs__card:hover .btn {
    opacity: 1;
  }
  /* .btn:hover {
    color: #fff;
    background: var(--color-hover-1);
    padding: 15px;
  } */
  .catalog__nav a:hover,
  .catalog__nav a.active {
    color: var(--color-hover);
  }
}
@media screen and (min-width: 901px){
  .catalog-page .accordion-wrap{
    overflow-y: scroll;
    height: 100%;
  }
  .catalog-page .catalog__nav{
    height: 80vh;
  }

  /* хром, сафари */
  .catalog-page .accordion-wrap::-webkit-scrollbar { width: 0; }

  /* ie 10+ */
  .catalog-page .accordion-wrap { -ms-overflow-style: none; }

  /* фф (свойство больше не работает, других способов тоже нет)*/
  .catalog-page .accordion-wrap { overflow: -moz-scrollbars-none; }
}
@media screen and (max-width: 1440px) {
  .price__sliders {
    left: 36%;
    margin-left: unset;
  }
  .price__wrap-laptop {
    left: 64px;
    transform: unset;
    width: calc(100% - 64px);
  }
}
@media screen and (max-width: 1280px) {
  .circle {
    padding: 20px;
  }
  .info {
    grid-column-gap: 40px;
    grid-template-areas: "title title" "img info";
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .info--button {
    grid-template-areas: "title title" "img info" "button button";
  }
  .info--left {
    grid-template-areas: "title title" "info img" "button button";
  }
  .info__title h2 {
    text-align: center;
  }
  .info__button .btn {
    margin: 0 auto;
  }
  .contacts h2::after {
    height: 115px;
  }
  .catalog__img {
    width: 200px;
    height: 200px;
  }
  .banner__wrap {
    gap: 15px;
    padding-bottom: 10vw;
  }
  .banner__button .btn {
    margin: unset;
  }
  .banner__img {
    min-width: 370px;
  }
  .page-nav {
    display: none;
  }
  .tabs__nav li {
    font-size: 1.3rem;
    margin-bottom: 24px;
  }
  .tabs__card {
    padding: 30px 10px 48px;
  }
  .photo__wrap {
    grid-auto-rows: 15vw 15vw 15vw 15vw 15vw;
  }
  .tabs--type2 .tabs__img {
    max-height: 300px;
  }
  .price__sliders {
    left: 38%;
  }

}

@media screen and (max-width: 1024px) {
  .price__wrap {
    display: none;
  }
  .price__wrap.price__wrap-mob {
    display: flex;
    height: auto;
  }
  .price__categories {
    max-width: 100%;
    border: unset;
    padding-left: 15px;
    padding-right: 15px;
  }

  .price__wrap-mob .accordion-top img {
    max-width: 15px;
    transition: var(--anim4);
  }
  .price__wrap-mob .accordion-top {
    font-weight: 700;
  }
  .price__wrap-mob .accordion-item.open .accordion-top img{
    transform: rotate(180deg);
  }
  .price__wrap-mob .accordion-item.open .accordion-top {
    border-color: transparent;
    color: var(--color-main);
  }
  .price {
    padding-top: 30px;
    padding-bottom: unset;
  }
  .price h2 {
    padding-left: 15px;
    margin: 0 auto;
  }
  .price__categories {
    margin-bottom: unset;
  }
  .price__wrap-mob  .swiper-slide {
    max-width: 226px;
    width: 100%;
  }
  .price__wrap-mob .accordion-content {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    padding: 5px 0 0;
    padding-right: unset;
  }
  .price__wrap-mob .accordion-content .swiper {
    padding-left: 15px;
    padding-right: 15px;
  }



  .mfp-img-mobile .mfp-arrow-right,
  .mfp-img-mobile .mfp-arrow-left {
    width: 50px;
    height: 50px;
    transform-origin: unset;
    transform: unset;
  }
  .mfp-img-mobile .mfp-arrow-left {
    margin-right: 20px;
    transform: rotate(180deg);
  }
  .mfp-img-mobile .mfp-arrow-right {
    margin-left: 20px;
  }
  .mfp-img-mobile .mfp-arrow-right::before,
  .mfp-img-mobile .mfp-arrow-left::before {
    width: 20px;
    height: 20px;
  }

  .mfp-img-mobile .mfp-arrow-right,
  .mfp-img-mobile .mfp-arrow-left,
  .mfp-gallery .mfp-close {
    width: 56px;
    height: 56px;
  }

  .mfp-gallery .mfp-close {
    right: -75px;
    padding: unset;
  }
  .mfp-gallery .mfp-close::before {
    width: 24px;
    height: 24px;
  }

}
@media screen and (max-width: 900px) {
  .btn--mob {
    display: block;
  }
  .accordion-top, .accordion-top-sub {
    margin-bottom: unset;
    padding: 5px 10px;
  }
  .accordion-top {
    border-left: unset;
    border-bottom: 4px solid transparent;
  }
  .accordion-top-sub {
    display: none;
  }
  .accordion-item.open .accordion-item-sub.show .accordion-top-sub{
    display: flex;
    padding: unset;
    width: max-content;
  }
  .accordion-item-sub.show .accordion-top-sub a {
    font-size: 0.9rem;
    font-weight: 400;
    padding: 10px 16px;
    border: 2px solid transparent;
    border-right: 1px solid var(--color-border);
    min-width: max-content;
  }
  .accordion-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .accordion-item.open .accordion-top, .accordion-item-sub.open .accordion-top {
    border-left: unset;
    border-bottom: 2px solid var(--color-1);
  }
  .accordion-item.open .accordion-content-sub {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: max-content;
  }
  .accordion-item.open .accordion-content {
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
  }
  .accordion-item.open {
    margin-bottom: 80px;
  }
  .accordion-content:not(.price__content-mob) {
    position: absolute;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    left: 0;
    bottom: 0;
    width: calc(100% + 128px);
    padding: 0 64px;
    overflow-x: scroll;
    left: -64px;
    right: -64px;
    -ms-overflow-style: none;
    scrollbar-height: none;
  }
  .accordion-content::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .accordion-content-sub {
    padding-left: unset;
  }
  .accordion-content-sub .accordion-link {
    padding: 10px 16px;
    border: 2px solid transparent;
    border-right: 1px solid var(--color-border);
  }
  .accordion-content-sub .accordion-link.active,
  .accordion-item-sub.show .accordion-top-sub .title-sub.active {
    border: 2px solid var(--color-main);
    color: var(--color-main);
    font-weight: 700;
    /* pointer-events: none; */
  }
  .circle {
    padding: 10px;
  }
  .accordion-event-wrap {
    display: block;
  }
  .direction__info p {
    font-size: 0.9rem;
  }
  .info {
    grid-template-areas: "title title" "img img" "info info";
    max-width: 700px;
    grid-row-gap: 30px;
  }
  .info--button {
    grid-template-areas: "title title" "img img" "info info" "button button";
  }
  .info--left {
    grid-template-areas: "title title" "img img" "info info" "button button";
  }
  .info__title {
    text-align: center;
  }
  .gallery__wrap {
    gap: 15px;
  }
  .gallery__img {
    width: calc(33.3333333333% - 10px);
  }
  .contacts h2::after {
    display: none;
  }
  .contacts h2 {
    margin-bottom: 28px;
  }
  .contacts__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .contacts__row:not(:last-child) {
    margin-bottom: 20px;
  }
  .contacts__row {
    -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;
  }
  .contacts__info {
    margin-left: unset;
  }
  .contacts__icon {
    margin-left: -26px;
  }
  .contacts__map {
    height: min(50vw, 586px);
    min-width: unset;
    min-height: 264px;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .contacts__main {
    margin-left: unset;
  }
  .contacts__main::after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 80%;
    width: 80px;
    height: 80px;
    background: url("../img/svg/short-arrow.svg") no-repeat;
    background-size: 100% 100%;
    background-position: center;
  }
  .menu-second-mobile {
    display: block;
  }
  .catalog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .catalog > .catalog__content {
    padding-top: 110px;
  }
  .catalog__nav {
    width: 100%;
    margin-bottom: 30px;
    margin-right: unset;
    overflow-X: hidden;
    position: relative;
    top: 67px;
    left: 0;
    right: 0;
    height: unset;
    position: fixed;
    background: #fff;
    transition: var(--anim4);
  }
  .catalog__nav.show {
    top: -18px;
  }
  .catalog__nav.out {
    transform: translateY(-45%);
  }
  .catalog__nav .title {
    display: none;
  }
  .catalog__nav.empty .accordion-item.open {
    margin-bottom: unset;
  }
  .catalog__nav.empty + .catalog__content{
    padding-top: 30px;
  }
  .catalog__nav .title.mobile-version {
    display: block;
  }
  .banner__img {
    min-width: 250px;
    width: 100%;
  }
  .benefits {
    border-top: unset;
    border-bottom: unset;
    padding: unset;
  }
  .benefits__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 25px;
    margin-right: 25px;
  }
  .benefits__item:not(:last-child) {
    border-right: unset;
  }
  .benefits__item {
    border-top: 1px solid var(--color-1);
  }
  .benefits__item:last-child {
    border-bottom: 1px solid var(--color-1);
  }
  .tabs {
    padding-top: 39px;
  }
  .tabs__wrap-border {
    border-top: unset;
    border-bottom: unset;
  }
  .tabs__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tabs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
    padding-top: 28px;
  }
  .tabs__nav .active {
    border-bottom: 4px solid var(--color-main);
    border-left: unset;
  }
  .tabs__content.active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tabs__card {
    width: calc(100% + 128px);
    display: grid;
    grid-template-areas: "img title" "img desk" "img button";
    gap: 16px;
    grid-template-columns: 0.7fr 1fr;
    grid-template-rows: -webkit-max-content 1fr -webkit-max-content;
    grid-template-rows: max-content 1fr max-content;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    padding: 30px 64px;
    margin-left: -64px;
    margin-right: -64px;
  }
  .tabs__card:not(:last-child) {
    border-right: unset;
  }
  .tabs--type1 .tabs__card .btn {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
  }
  .tabs__card .btn {
    opacity: 1;
  }
  .tabs__card:hover .tabs__desk-wrap {
    opacity: 1;
    height: 100%;
  }
  .tabs__desk-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tabs__desk {
    margin-bottom: unset;
  }
  .tabs__time {
    margin-top: auto;
  }
  .reviews .btn {
    margin-top: unset;
  }
  .photo__wrap {
    gap: 22px;
  }
  .tabs--type2 .tabs__wrap {
    display: none;
  }
  .tabs.tabs--type2,
  .slider-type2.bar-menu {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 900px) and (max-width: 670px) {
  .accordion-wrap {
    gap: 10px;
  }
  .contacts__main::after {
    right: 0;
    left: unset;
    bottom: 88%;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 64px;
  }
  h2 {
    font-size: 2.4rem;
  }
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .subtitle p, .subtitle a {
    font-size: 26px;
  }
  .accordion-content {
    left: -15px;
    right: -15px;
    width: calc(100% + 30px);
    padding: 0 15px;
  }
  .slider-main__navigation {
    width: calc(100% - 30px);
  }
  .slider-type2__wrap {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .slider-type2__navigation .swiper-button-next--desk {
    width: 48px;
    height: 48px;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header__nav {
    position: fixed;
    right: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10;
    padding-top: 70px;
    visibility: hidden;
  }
  .header__nav::before {
    content: '';
    left: 12px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #C6C4C4;
    position: absolute;
  }
  .header__nav::after {
    content: '';
    left: 0;
    right: 0;
    bottom: 94px;
    height: 1px;
    background: #C6C4C4;
    position: absolute;
  }
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-family: 'KyivTypeSerif';
  }
  .menu a {
    font-size: 24px;
  }
  .menu li:not(:last-child) {
    margin-right: unset;
  }
  footer {
    position: relative;
  }
  .footer__main {
    margin-bottom: 50px;
  }
  .dev-logo {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer__logo .dev-logo img {
    width: 100%;
    max-width: 189px;
  }
  .footer__wrapper {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .footer__logo img {
    width: 60px;
  }
  .footer__logo {
    padding-right: 30px;
  }
  .direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .direction {
    padding-bottom: 25px;
  }
  .direction__item:first-child {
    border-right: unset;
  }
  .direction__item {
    width: 100%;
  }
  .info {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .gallery {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .catalog__list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .social--link h2.title-arrow {
    font-size: 48px;
    white-space: unset;
  }
  .social--link h2.title-arrow::after {
    left: calc(100% - 50px);
    width: 120px;
  }
  .tabs__card {
    width: calc(100% + 30px);
    padding: 30px 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .bar-menu {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .photo {
    padding-top: 32px;
    padding-bottom: 75px;
  }
  .photo__wrap {
    gap: 15px;
  }
  .photo__title {
    font-size: 1rem;
  }
  .bar-menu {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .mfp-img-mobile .mfp-content {
    display: flex;
    align-items: center;
    max-width: 70vw;
    justify-content: center;
    padding: 80px 0;
  }
  .mfp-img-mobile .mfp-content img.mfp-img {
    padding: 70px 0;
  }
  .mfp-gallery .mfp-close {
    right: 0;
    top: 85px;
    padding: unset;
  }
}
@media screen and (max-width: 670px) {
  h3 {
    font-size: 0.8rem;
    margin-bottom: 4px;
  }
  .btn--full {
    font-size: 0.6rem;
    padding: 8px;
  }
  .social__wrap:not(:last-child) {
    margin-bottom: 14px;
  }
  .social__title {
    margin-bottom: 10px;
    font-size: 0.8rem;
  }
  .social img {
    width: 20px;
    height: 20px;
  }
  .accordion-top .title, .accordion-top-sub .title {
    font-size: 1.2rem;
  }
  .accordion-content-sub .accordion-link {
    font-size: 0.9rem;
  }
  .circle {
    width: 30vw;
    height: 30vw;
  }
  .slider-main__navigation {
    padding: 9px 0;
  }
  .slider-main__navigation .swiper-button-prev, .slider-main__navigation .swiper-button-next {
    width: 28px;
    height: 28px;
  }
  .slider-type2__navigation .swiper-button-next--desk {
    width: 38px;
    height: 38px;
  }
  .footer__logo img {
    width: 32px;
  }
  .footer__nav li {
    font-size: 0.8rem;
  }
  .footer__nav li:not(:last-of-type) {
    margin-bottom: 8px;
  }
  .gallery__img {
    width: calc(50% - 10px);
  }
  /* .gallery__img:last-child {
    display: none;
  } */
  .gallery__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 14px;
    font-size: 1rem;
  }
  .gallery--portfolio .gallery__img:last-child {
    display: unset;
  }
  .catalog {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .catalog__item {
    padding: 8px;
    gap: 8px;
  }
  .catalog__img {
    width: 137px;
    height: 137px;
  }
  .catalog__desk {
    margin-bottom: 4px;
  }
  .catalog__desk p {
    font-size: 0.6rem;
  }
  .catalog__price {
    font-size: 0.8rem;
  }
  .banner::after {
    top: 72vw;
  }
  .banner__wrap {
    grid-template-areas: "title" "img" "subtitle" "button" "link";
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 16px;
  }
  .banner__wrap::before {
    left: 0;
  }
  .banner__title h1 {
    text-align: center;
    font-size: clamp(48px, 10vw, 96px);
  }
  .banner__title {
    margin-bottom: 24px;
  }
  .banner__button .btn {
    margin: 0 auto;
  }
  .banner__img-wrap {
    margin-left: auto;
    margin-bottom: 15vw;
  }
  .banner__img {
    width: calc(100vw - 200px);
    height: calc(100vw - 200px);
    min-width: 280px;
    min-height: 280px;
  }
  .banner .subtitle p, .banner .subtitle a {
    font-size: clamp(20px, 4.7vw, 36px);
  }
  .social--link {
    padding-bottom: 24px;
    padding-top: 28px;
  }
  .social--link h2.title-arrow {
    width: 89%;
  }
  .social--link h2.title-arrow::after {
    left: calc(100% - 60px);
    width: 90px;
  }
  .social--link img {
    width: 32px;
    height: 32px;
  }
  .benefits {
    margin: 24px 0;
  }
  .benefits__item {
    padding: 30px 20px;
  }
  .tabs h2 .line-bottom::after {
    top: 100%;
  }
  .tabs .title-desk h2 ~ p {
    margin-top: 16px;
  }
  .tabs {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tabs__nav {
    padding-top: unset;
    gap: 20px;
  }
  .tabs__nav li {
    padding: 4px;
    margin-bottom: 16px;
  }
  .tabs__card {
    padding: 15px 8px;
    gap: 4px;
    grid-template-columns: 0.6fr 1fr;
  }
  .tabs__desk-wrap p {
    font-size: clamp(0.6rem, 3vw, 1rem);
  }
  .tabs__title h4 {
    text-transform: uppercase;
    margin-bottom: unset;
    font-size: clamp(0.8rem, 3.6vw, 1.2rem);
  }
  .tabs__link::after {
    left: calc(100% - 20px);
  }
  .tabs__link .inst-link {
    margin-bottom: 16px;
  }
  .reviews {
    padding-bottom: 9px;
  }
  .photo {
    padding-top: 20px;
    padding-bottom: 34px;
  }
  .photo__wrap {
    gap: 8px;
  }
  .photo__title {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 550px) {
  .slider-main__navigation {
    padding: 9px 0;
  }
  .slider-type2__wrap {
    display: block;
    margin-bottom: 8px;
  }
  .slider-type2__navigation .swiper-button-prev,
.slider-type2__navigation .swiper-button-next--mob,
.slider-type2__navigation .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: block;
  }
  .slider-type2__navigation .swiper-button-next--desk {
    display: none;
  }
  .slider-type2__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 13px 0;
  }
  .slider-type2__navigation .swiper-button-prev, .slider-type2__navigation .swiper-button-next {
    width: 28px;
    height: 28px;
  }
  .slider-type2__navigation .swiper-button-prev img, .slider-type2__navigation .swiper-button-next img {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .slider-type2__navigation .swiper-button-prev img {
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .slider-type2__navigation .swiper-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
  .social--link h2.title-arrow::after {
    left: calc(100% - 60px);
    width: 80px;
    height: 100px;
    top: 60%;
  }
  .tabs__link::after {
    left: calc(100% - 40px);
    width: 78px;
    height: 58px;
  }
  .team__card {
    padding: 16px 0;
  }

  .mfp-gallery .mfp-close {
    right: 0;
    top: 6px;
  }
  .mfp-img-mobile .mfp-content {
    max-width: 100%;
    justify-content: center;
  }
  .mfp-img-mobile .mfp-content .mfp-figure {
    position: relative;
  }
  .mfp-img-mobile button.mfp-arrow {
    bottom: 6px;
    position: absolute;
    display: none;
  }
  /* .mfp-img-mobile button.mfp-arrow.mfp-arrow-left {
    left: 6px;
  }
  .mfp-img-mobile button.mfp-arrow.mfp-arrow-right {
    right: 6px;
  }
  .mfp-img-mobile .mfp-container {
    padding: 6px;
  } */


}
@media screen and (max-width: 425px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
  h4 {
    font-size: 0.9rem;
  }
  p {
    font-size: 0.8rem;
  }
  a {
    font-size: 0.8rem;
  }
  .subtitle p, .subtitle a {
    font-size: 20px;
  }
  .subtitle {
    margin-bottom: 8px;
  }
  .line-bottom::after {
    top: calc(100% - 5px);
  }
  .btn::before, .btn::after {
    display: none;
  }
  .btn {
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    padding: 15px;
    text-align: center;
    display: block;
    border-radius: 4px;
    color: #fff;
    background: var(--color-main);
    max-width: unset;
  }

  .btn--black {
    background-color: var(--color-1);
  }
  .btn--full {
    font-size: 0.6rem;
    padding: 5px;
  }
  .inst-link {
    margin: unset;
  }
  .inst-link a {
    text-transform: uppercase;
  }
  .inst-link a::after {
    content: "";
    width: 15px;
    height: 15px;
    background: url("../img/svg/arrow.svg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .inst-link--big {
    font-size: 1rem;
  }
  .inst-link--big a {
    font-size: 1rem;
  }
  .inst-link img {
    display: none;
  }
  .inst-link--arrow a {
    text-transform: capitalize;
  }
  .inst-link--arrow a::after {
    display: none;
  }
  .inst-link--arrow img {
    display: block;
  }
  .slider-type2__wrap {
    padding: 12px 0;
  }
  .accordion-event-content p {
    font-size: 0.8rem;
  }
  .header__logo {
    width: 38px;
  }
  .footer__wrapper {
    -webkit-column-gap: 31px;
       -moz-column-gap: 31px;
            column-gap: 31px;
  }
  .footer__logo {
    padding-right: 8px;
  }
  .footer__nav {
    padding-right: 10px;
  }
  .direction {
    padding-bottom: 5px;
  }
  .direction__content {
    margin-bottom: 8px;
  }
  .direction__img img {
    min-height: unset;
  }
  .direction__info {
    background: unset;
    color: #fff;
    padding: 7px 11px;
    top: 0;
    left: 0;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    bottom: unset;
    pointer-events: none;
  }
  .direction__info p {
    display: none;
  }
  .direction .border-link {
    display: none;
  }
  .info {
    grid-row-gap: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .gallery__link--uppercase a {
    text-transform: uppercase !important;
    font-size: 1rem;
  }
  .contacts h2 {
    margin-bottom: 16px;
  }
  .contacts__row:not(:last-child) {
    margin-bottom: 10px;
  }
  .contacts__row {
    font-size: 0.9rem;
  }
  .catalog h4 {
    text-transform: uppercase;
  }
  .banner__button {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .info--button .info__content {
    margin-bottom: 16px;
  }
  .social--link h2.title-arrow {
    width: 100%;
    font-size: 36px;
    margin: 0 auto 24px;
  }
  .social--link h2.title-arrow::after {
    left: calc(100% - 50px);
    width: 60px;
    height: 90px;
  }
  .social--link .social__list--cloud {
    padding: 40px 16px;
  }
  .benefits__title {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
  }
  .tabs__nav li {
    font-size: 1.5rem;
  }
  .tabs__time {
    margin-bottom: unset;
  }
  .tabs__link::after {
    display: none;
  }
  .tabs__link {
    max-width: unset;
    width: 100%;
  }
  .team {
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .team__title {
    font-size: 0.9rem;
  }
  .team__subtitle {
    font-size: 0.8rem;
  }
  .reviews .btn {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
  }
  .photo__wrap {
    display: block;
  }
  .photo__img {
    width: 100%;
    height: 300px;
  }
  .photo__img:not(:last-child) {
    margin-bottom: 8px;
  }
  .photo__title {
    font-size: 0.8rem;
    text-transform: uppercase;
  }
  .popup {
    padding: 40px 16px;
  }

  .bar-menu__img {
    height: 345px;
  }

  .price {
    font-size: 18px;
  }
  .price__categories {
    padding-top: 23px;
  }
  .price__categories .accordion-top {
    padding: 5px 0;
  }
  .price__wrap-mob .accordion-top img {
    max-width: 18px;
    margin-right: 13px;
  }
  .price__wrap-mob .price__categories {
    gap: 11px;
  }
  
}
