/*============= ALIGNES ===============*/
.alignwide {
  width: 100%;
}

.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 1920px;
}

@media only screen and (min-width: 1920px) {
  .alignfull {
    width: 100vw !important;
    max-width: unset;
  }
}

/* =========== BASE CONFIG =========== */
html {
  box-sizing: border-box;
}

:root {
  --font-family: "Unbounded", sans-serif;
  --second-family: "Montserrat", sans-serif;
  --transition: all 0.3s ease-in;
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  font-weight: 400;
  box-sizing: inherit;
}

body {
  background: var(--background-secondary);
  overflow-x: hidden;
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

a {
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--color, var(--main-text-primary));
  transition: var(--transition);
}

@media (min-width: 992px) {
  a:hover {
    color: var(--primary);
  }
}

ul li {
  list-style-position: inside;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--color, var(--main-text-primary));
}

ul li::marker {
  color: var(--primary);
}

ol li {
  list-style-position: inside;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--color, var(--main-text-primary));
}

h1.page-title {
  margin-bottom: clamp(20px, calc(1.25vw + 16px), 40px);
}

.breadcrumbs {
  padding: clamp(15px, calc(0.9375vw + 12px), 30px) 0 clamp(10px, calc(0.625vw + 8px), 20px);
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--color, var(--main-text-primary));
}

.breadcrumbs span {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(12px, calc(0.125vw + 11.6px), 14px);
  line-height: 130%;
  color: var(--color, var(--main-text-primary));
}

.breadcrumbs .current-item span {
  color: var(--primary);
}

.breadcrumbs span.current-item {
  color: var(--primary);
}

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

.container-left {
  padding-left: calc(0.4930555556 * 100vw + -571.6666666667px);
}

@media (min-width: 1920px) {
  .container-left {
    padding-left: max(375 / 19.2 * 1vw, 15px);
  }
}

@media (max-width: 1200px) {
  .container-left {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }
}

.container-right {
  padding-right: calc(0.4930555556 * 100vw + -571.6666666667px);
}

@media (min-width: 1920px) {
  .container-right {
    padding-right: max(375 / 19.2 * 1vw, 15px);
  }
}

@media (max-width: 1200px) {
  .container-right {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }
}

svg {
  transition: var(--transition);
  width: var(--svgWidth, clamp(20px, calc(0.25vw + 19.2px), 24px));
  height: var(--svgHeight, clamp(20px, calc(0.25vw + 19.2px), 24px));
  color: var(--svgColor, var(--Head));
}

h1,
.h1 {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: clamp(26px, calc(2.125vw + 19.2px), 60px);
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--color, var(--head-primary));
}

h2,
.h2 {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: clamp(24px, calc(1.25vw + 20px), 44px);
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--color, var(--head-primary));
}

h3,
.h3 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(22px, calc(0.625vw + 20px), 32px);
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--color, var(--head-primary));
}

h4,
.h4 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(20px, calc(0.25vw + 19.2px), 24px);
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--color, var(--head-primary));
}

.h4-cl {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(20px, calc(0.25vw + 19.2px), 24px);
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--color, var(--head-primary));
}

h5,
.h5 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(16px, calc(0.125vw + 15.6px), 18px);
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--color, var(--head-primary));
}

h6,
.h6 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--color, var(--head-primary));
}

p,
.p2 {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--color, var(--main-text-primary));
}

.p2-reg {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--color, var(--main-text-primary));
}

.p2-bold {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--color, var(--main-text-primary));
}

.p1 {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(16px, calc(0.25vw + 15.2px), 20px);
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--color, var(--main-text-primary));
}

.p3 {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(12px, calc(0.125vw + 11.6px), 14px);
  line-height: 130%;
  color: var(--color, var(--main-text-primary));
}

.p3-sb {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(12px, calc(0.125vw + 11.6px), 14px);
  line-height: 130%;
  color: var(--color, var(--main-text-primary));
}

.font-caption {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(12px, calc(0.125vw + 11.6px), 14px);
  line-height: 100%;
  color: var(--color, var(--main-text-primary));
}

.block-title {
  margin-bottom: clamp(20px, calc(1.25vw + 16px), 40px);
  text-align: center;
}

.block-title.left {
  text-align: left;
}

.compensate-for-scrollbar {
  margin-right: auto !important;
}

body.compensate-for-scrollbar {
  overflow: auto !important;
  overflow-x: hidden !important;
}

strong {
  font-weight: 700;
}

.fancybox__container svg {
  --svgColor: #fff;
}

.block-margin {
  margin-top: clamp(50px, calc(3.125vw + 40px), 100px);
  margin-bottom: clamp(50px, calc(3.125vw + 40px), 100px);
}

.socials-wrap {
  display: flex;
  gap: clamp(5px, calc(0.3125vw + 4px), 10px);
}

.socials-wrap__item {
  width: clamp(40px, calc(0.625vw + 38px), 50px);
  height: clamp(40px, calc(0.625vw + 38px), 50px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--head-secondary);
}

.socials-wrap__item img {
  width: clamp(20px, calc(0.25vw + 19.2px), 24px);
  height: clamp(20px, calc(0.25vw + 19.2px), 24px);
  -o-object-fit: contain;
  object-fit: contain;
  transition: var(--transition);
}

@media (min-width: 992px) {
  .socials-wrap__item:hover {
    background: var(--primary-hover) !important;
  }

  .socials-wrap__item:hover img {
    filter: grayscale(1) brightness(1000%);
  }
}

.socials-wrap.dark .socials-wrap__item {
  background-color: var(--background-secondary);
}

.grampus-cookie-notice {
  border: 1px solid var(--stroke);
  --cookie-bg: var(--head-secondary);
  padding: clamp(10px, calc(0.625vw + 8px), 20px) 10px;
  border-radius: 20px 20px 0 0;
}

.grampus-cookie-notice p {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--color, var(--head-primary));
}

.grampus-cookie-notice .grampus-cookie-accept-button {
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  transition: var(--transition);
  border: 1px solid var(--primary);
  border-radius: 10px;
  background: var(--primary);
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--color, var(--main-text-primary));
  --color: var(--head-secondary);
  text-align: center;
  text-decoration: none !important;
  padding: clamp(10px, calc(0.25vw + 9.2px), 14px) clamp(15px, calc(0.5625vw + 13.2px), 24px);
}

@media (min-width: 992px) {
  .grampus-cookie-notice .grampus-cookie-accept-button:hover {
    background: var(--primary-hover);
    border-color: var(--primary-hover);
    color: var(--head-secondary);
  }
}

/*============ TEMPLATES ===============*/
button {
  border: none;
  background: transparent;
  cursor: pointer;
  transition: var(--transition);
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  transition: var(--transition);
  border: 1px solid var(--primary);
  border-radius: 10px;
  background: var(--primary);
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--color, var(--main-text-primary));
  --color: var(--head-secondary);
  text-align: center;
  text-decoration: none !important;
}

.btn svg {
  transition: var(--transition);
}

.btn svg path {
  transition: var(--transition);
}

@media (min-width: 992px) {
  .btn:hover {
    background: var(--primary-hover);
    border-color: var(--primary-hover);
    color: var(--head-secondary);
  }
}

.btn--transparent {
  background: transparent;
  --color: var(--primary);
}

.btn--disabled {
  background: var(--stroke);
  border-color: var(--stroke);
  --color: var(--head-primary);
}

.btn--white {
  border-color: var(--head-secondary);
  background: transparent;
  --color: var(--head-secondary);
}

.btn--white-hover {
  border-color: var(--head-secondary);
  background: var(--head-secondary);
  --color: var(--primary);
}

@media (min-width: 992px) {
  .btn--white-hover:hover {
    border-color: var(--head-secondary);
    background: transparent;
    --color: var(--head-secondary);
  }
}

.btn.small {
  padding: clamp(10px, calc(0.25vw + 9.2px), 14px) clamp(15px, calc(0.5625vw + 13.2px), 24px);
}

.btn.big {
  padding: clamp(10px, calc(0.5625vw + 8.2px), 19px) clamp(15px, calc(1.5vw + 10.2px), 39px);
}

@media (max-width: 498px) {
  .btn {
    width: 100%;
  }
}

.content>*:first-child:not(.breadcrumbs) {
  margin-top: 0 !important;
}

.content>*:last-child {
  margin-bottom: clamp(60px, calc(2.5vw + 52px), 100px) !important;
}

.content__padding {
  padding-bottom: clamp(60px, calc(2.5vw + 52px), 100px);
}

.content-sidebar {
  display: flex;
  justify-content: space-between;
}

.content-sidebar>*:first-child {
  flex: 0 0 74.4%;
}

.content-columns {
  display: flex;
  justify-content: space-between;
}

.content-columns .content-text {
  flex: 0 0 49%;
}

.content-columns .content-image {
  flex: 1;
  margin-left: 130px;
  height: 100%;
}

.content-columns .content-image:after {
  content: "";
  padding-bottom: 100%;
  display: block;
}

.content-columns .content-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}

.content .wp-block-image {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.content .wp-block-image img {
  width: 100%;
  height: auto;
  max-height: 700px;
}

.content .wp-block-columns {
  padding: 60px 0;
  margin-bottom: 0;
}

.content .wp-block-table:not(:last-child) {
  margin-bottom: clamp(10px, calc(0.625vw + 8px), 20px);
}

.content .wp-block-columns.is-layout-flex {
  gap: 30px;
}

.content-text .wp-block-image {
  overflow: hidden;
  border-radius: 130px;
}

.content-text .wp-block-image img {
  width: 100%;
}

.content-text .wp-block-columns {
  margin: 0 -65px 80px;
}

.content-text>*:last-child {
  margin-bottom: 0 !important;
}

.content-text .wp-block-column {
  padding: 0 65px;
}

.text-block>p,
.wp-block-column>p {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--color, var(--main-text-primary));
}

.text-block>p:not(:last-child),
.wp-block-column>p:not(:last-child) {
  margin-bottom: clamp(10px, calc(0.3125vw + 9px), 15px);
}

.text-block>p strong,
.wp-block-column>p strong {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--color, var(--head-primary));
}

.text-block>h1:not(:last-child),
.wp-block-column>h1:not(:last-child) {
  margin-bottom: clamp(25px, calc(0.9375vw + 22px), 40px);
}

.text-block>h2:not(:first-child),
.wp-block-column>h2:not(:first-child) {
  padding-top: clamp(15px, calc(0.625vw + 13px), 25px);
}

.text-block>h2:not(:last-child),
.wp-block-column>h2:not(:last-child) {
  margin-bottom: clamp(20px, calc(0.9375vw + 17px), 35px);
}

.text-block>h2 *,
.wp-block-column>h2 * {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: clamp(24px, calc(1.25vw + 20px), 44px);
  line-height: 120%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--color, var(--head-primary));
}

.text-block>h3:not(:first-child),
.wp-block-column>h3:not(:first-child) {
  padding-top: clamp(10px, calc(0.625vw + 8px), 20px);
}

.text-block>h3:not(:last-child),
.wp-block-column>h3:not(:last-child) {
  margin-bottom: clamp(15px, calc(0.9375vw + 12px), 30px);
}

.text-block>h3 *,
.wp-block-column>h3 * {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(22px, calc(0.625vw + 20px), 32px);
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--color, var(--head-primary));
}

.text-block>h4:not(:first-child),
.wp-block-column>h4:not(:first-child) {
  padding-top: 15px;
}

.text-block>h4:not(:last-child),
.wp-block-column>h4:not(:last-child) {
  margin-bottom: 8px;
}

.text-block>h4 *,
.wp-block-column>h4 * {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(20px, calc(0.25vw + 19.2px), 24px);
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--color, var(--head-primary));
}

.text-block>h5:not(:first-child),
.wp-block-column>h5:not(:first-child) {
  padding-top: 10px;
}

.text-block>h5:not(:last-child),
.wp-block-column>h5:not(:last-child) {
  margin-bottom: 8px;
}

.text-block>h5 *,
.wp-block-column>h5 * {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(16px, calc(0.125vw + 15.6px), 18px);
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--color, var(--head-primary));
}

.text-block>h6:not(:first-child),
.wp-block-column>h6:not(:first-child) {
  padding-top: 5px;
}

.text-block>h6:not(:last-child),
.wp-block-column>h6:not(:last-child) {
  margin-bottom: 8px;
}

.text-block>h6 *,
.wp-block-column>h6 * {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--color, var(--head-primary));
}

.text-block>a,
.text-block p>a,
.wp-block-column>a,
.wp-block-column p>a {
  --color: var(--primary);
}

@media (min-width: 992px) {

  .text-block>a:hover,
  .text-block p>a:hover,
  .wp-block-column>a:hover,
  .wp-block-column p>a:hover {
    text-decoration: underline;
  }
}

.text-block ul:not(:last-child),
.wp-block-column ul:not(:last-child) {
  margin-bottom: clamp(10px, calc(0.625vw + 8px), 20px);
}

.text-block ul li,
.wp-block-column ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.text-block ul li::before,
.wp-block-column ul li::before {
  content: "";
  margin-top: 5px;
  display: flex;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--primary);
  position: absolute;
  left: 0;
}

.text-block ul li:not(:last-child),
.wp-block-column ul li:not(:last-child) {
  margin-bottom: clamp(5px, calc(0.3125vw + 4px), 10px);
}

.text-block.special-ul ul>li,
.wp-block-column.special-ul ul>li {
  padding-left: 24px;
}

.text-block.special-ul ul>li:before,
.wp-block-column.special-ul ul>li:before {
  border-radius: 0;
  background-color: var(--secondary);
  transform: rotate(45deg);
}

.text-block ol,
.wp-block-column ol {
  counter-reset: num;
}

.text-block ol:not(:last-child),
.wp-block-column ol:not(:last-child) {
  margin-bottom: clamp(10px, calc(0.625vw + 8px), 20px);
}

.text-block ol li,
.wp-block-column ol li {
  list-style: none;
  position: relative;
  padding-left: clamp(10px, calc(0.625vw + 8px), 20px);
}

.text-block ol li::before,
.wp-block-column ol li::before {
  content: counter(num) ".";
  counter-increment: num;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--color, var(--main-text-primary));
  --color: var(--main-text-primary);
  display: flex;
  flex-shrink: 0;
  position: absolute;
  left: 0;
}

.text-block ol li:not(:last-child),
.wp-block-column ol li:not(:last-child) {
  margin-bottom: clamp(5px, calc(0.3125vw + 4px), 10px);
}

.text-block .table,
.wp-block-column .table {
  overflow: hidden;
}

.text-block .table .table-responsive,
.wp-block-column .table .table-responsive {
  overflow: auto;
}

.text-block .table .table-responsive table,
.wp-block-column .table .table-responsive table {
  min-width: 1000px;
}

table:not(:first-child) {
  margin-top: 20px;
}

table:not(:last-child) {
  margin-bottom: 30px;
}

table tr {
  height: auto !important;
  border-bottom: 1px solid var(--stroke);
}

table td {
  padding: 20px 0;
  height: auto !important;
  min-width: 100px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--color, var(--main-text-primary));
}

table td:last-child {
  text-align: end;
}

table td:not(:last-child) {
  padding-right: 53px;
  min-width: -moz-max-content;
  min-width: max-content;
}

table td:first-child {
  --color: #828282;
}

.table__responsive {
  width: 100%;
  overflow: auto;
}

.table:last-of-type tr:last-child {
  border-bottom: 0;
}

#text-image-block {
  padding: 80px 0;
}

@media (max-width: 1280px) {
  .content-columns .content-text {
    flex: 0 0 57%;
  }

  .content-columns .content-image {
    margin-left: 80px;
  }
}

@media (max-width: 1199px) {
  .content-sidebar>*:first-child {
    flex: 0 0 70%;
  }
}

@media (max-width: 991px) {
  .content-columns {
    flex-direction: column;
  }

  .content-columns .content-image {
    width: 50%;
    margin: 30px auto 0;
  }
}

@media (max-width: 767px) {
  table td:not(:last-child) {
    padding-right: 20px;
  }

  .content__padding {
    padding-bottom: 40px;
  }

  .content .wp-block-columns.is-layout-flex {
    gap: 15px;
  }

  .content .wp-block-columns {
    padding: 30px 0;
  }
}

@media (max-width: 375px) {
  .content-columns .content-image {
    width: 100%;
  }
}

.footer {
  background: var(--head-secondary);
}

.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: clamp(30px, calc(1.25vw + 26px), 50px);
  padding-bottom: clamp(20px, calc(0.625vw + 18px), 30px);
}

.footer__top:not(:last-child) {
  border-bottom: 1px solid var(--stroke);
}

.footer__logo {
  width: clamp(150px, calc(4.5vw + 135.6px), 222px);
  height: clamp(47px, calc(1.4375vw + 42.4px), 70px);
}

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

.footer__menu {
  display: flex;
  align-items: center;
  gap: clamp(5px, calc(0.9375vw + 2px), 20px);
  list-style: none;
}

.footer__menu>li>a {
  background: var(--background-secondary);
  border-radius: 8px;
  padding: 8px 11px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--color, var(--main-text-primary));
  --color: var(--head-primary);
  font-size: clamp(14px, calc(0.2234636872vw + 11.7094972067px), 16px);
  display: flex;
  justify-content: center;
}

@media (min-width: 992px) {
  .footer__menu>li>a:hover {
    background: var(--primary);
    color: var(--head-secondary);
  }
}

.footer__menu>li.active>a {
  background: var(--primary-hover);
  color: var(--head-secondary);
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-top: clamp(20px, calc(1.125vw + 16.4px), 38px);
  padding-bottom: clamp(15px, calc(0.9375vw + 12px), 30px);
}

.footer__link {
  text-decoration: underline;
}

@media (max-width: 1240px) {
  .footer__top {
    flex-direction: column;
    gap: 20px;
  }

  .footer__menu {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer__logo {
    width: 100%;
    max-width: 220px;
    height: 70px;
  }
}

@media (max-width: 498px) {
  .footer__bottom {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

@media (max-width: 375px) {
  .footer__menu {
    width: 100%;
    flex-direction: column;
  }

  .footer__menu>li {
    width: 100%;
  }

  .footer__menu>li>a {
    width: 100%;
  }
}

input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.form-v2 input:not([type=submit]):not([type=checkbox]) {
  height: 61px;
  width: 100%;
  padding: clamp(9px, calc(0.375vw + 7.8px), 15px) clamp(15px, calc(0.5625vw + 13.2px), 24px);
  border-radius: 10px;
  border: 1px solid var(--borderInput, var(--background-secondary));
  background: var(--backgroundInput, var(--background-secondary));
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(12px, calc(0.125vw + 11.6px), 14px);
  line-height: 130%;
  color: var(--color, var(--main-text-primary));
  transition: var(--transition);
  cursor: pointer;
}

.form-v2 input:not([type=submit]):not([type=checkbox])::-moz-placeholder {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(12px, calc(0.125vw + 11.6px), 14px);
  line-height: 130%;
  color: var(--color, var(--main-text-primary));
  --color: var(--main-text-primary);
  -moz-transition: var(--transition);
  transition: var(--transition);
}

.form-v2 input:not([type=submit]):not([type=checkbox])::placeholder {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(12px, calc(0.125vw + 11.6px), 14px);
  line-height: 130%;
  color: var(--color, var(--main-text-primary));
  --color: var(--main-text-primary);
  transition: var(--transition);
}

.form-v2 input:not([type=submit]):not([type=checkbox]):focus-visible {
  outline: none;
}

.form-v2 input:not([type=submit]):not([type=checkbox]):focus {
  outline: none !important;
  --color: var(--primary-hover);
  --borderInput: var(--primary-hover);
  --backgroundInput: var(--head-secondary);
}

.form-v2 input:not([type=submit]):not([type=checkbox]):focus::-moz-placeholder {
  --color: var(--primary-hover);
}

.form-v2 input:not([type=submit]):not([type=checkbox]):focus::placeholder {
  --color: var(--primary-hover);
}

@media (min-width: 992px) {
  .form-v2 input:not([type=submit]):not([type=checkbox]):hover {
    --color: var(--primary-hover);
    --borderInput: var(--primary-hover);
    --backgroundInput: var(--head-secondary);
  }

  .form-v2 input:not([type=submit]):not([type=checkbox]):hover::-moz-placeholder {
    --color: var(--primary-hover);
  }

  .form-v2 input:not([type=submit]):not([type=checkbox]):hover::placeholder {
    --color: var(--primary-hover);
  }
}

.form-v2 input:not([type=submit]):not([type=checkbox]).error {
  border-color: red;
  --colorInput: red;
}

.form-v2 input:not([type=submit]):not([type=checkbox]).error::-moz-placeholder {
  --colorInput: red;
}

.form-v2 input:not([type=submit]):not([type=checkbox]).error::placeholder {
  --colorInput: red;
}

.form-v2 textarea {
  height: 120px;
  width: 100%;
  padding: clamp(9px, calc(0.375vw + 7.8px), 15px) clamp(15px, calc(0.5625vw + 13.2px), 24px);
  border-radius: 10px;
  border: 1px solid var(--borderInput, var(--background-secondary));
  background: var(--backgroundInput, var(--background-secondary));
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(12px, calc(0.125vw + 11.6px), 14px);
  line-height: 130%;
  color: var(--color, var(--main-text-primary));
  transition: var(--transition);
  resize: none;
  cursor: pointer;
}

.form-v2 textarea::-moz-placeholder {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(12px, calc(0.125vw + 11.6px), 14px);
  line-height: 130%;
  color: var(--color, var(--main-text-primary));
  --color: var(--main-text-primary);
  -moz-transition: var(--transition);
  transition: var(--transition);
}

.form-v2 textarea::placeholder {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(12px, calc(0.125vw + 11.6px), 14px);
  line-height: 130%;
  color: var(--color, var(--main-text-primary));
  --color: var(--main-text-primary);
  transition: var(--transition);
}

.form-v2 textarea:focus-visible {
  outline: none;
}

.form-v2 textarea:focus {
  outline: none !important;
  --color: var(--primary-hover);
  --borderInput: var(--primary-hover);
  --backgroundInput: var(--head-secondary);
}

.form-v2 textarea:focus::-moz-placeholder {
  --color: var(--primary-hover);
}

.form-v2 textarea:focus::placeholder {
  --color: var(--primary-hover);
}

@media (min-width: 992px) {
  .form-v2 textarea:hover {
    --color: var(--primary-hover);
    --borderInput: var(--primary-hover);
    --backgroundInput: var(--head-secondary);
  }

  .form-v2 textarea:hover::-moz-placeholder {
    --color: var(--primary-hover);
  }

  .form-v2 textarea:hover::placeholder {
    --color: var(--primary-hover);
  }
}

.form-v2 textarea.error {
  border-color: red;
  --colorInput: red;
}

.form-v2 textarea.error::-moz-placeholder {
  --colorInput: red;
}

.form-v2 textarea.error::placeholder {
  --colorInput: red;
}

.form-v2 button[form-send] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-v2 button[form-send].disabled {
  color: transparent;
}

.form-v2 input.hidden {
  display: none;
}

.form-v2 .form-status {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.form-v2 .form-preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  transform: scale(0.85);
  margin: auto;
}

.form-v2 .form-preloader .preloader__item {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  animation: bounce_circularG 1.1s infinite;
}

.form-v2 .form-preloader .preloader__item-1 {
  left: 0;
  top: 18px;
  animation-delay: 0s;
}

.form-v2 .form-preloader .preloader__item-2 {
  left: 5px;
  top: 5px;
  animation-delay: 0.14s;
}

.form-v2 .form-preloader .preloader__item-3 {
  top: 0;
  left: 18px;
  animation-delay: 0.28s;
}

.form-v2 .form-preloader .preloader__item-4 {
  right: 5px;
  top: 5px;
  animation-delay: 0.42s;
}

.form-v2 .form-preloader .preloader__item-5 {
  right: 0;
  top: 18px;
  animation-delay: 0.56s;
}

.form-v2 .form-preloader .preloader__item-6 {
  right: 5px;
  bottom: 5px;
  animation-delay: 0.7s;
}

.form-v2 .form-preloader .preloader__item-7 {
  left: 18px;
  bottom: 0;
  animation-delay: 0.84s;
}

.form-v2 .form-preloader .preloader__item-8 {
  left: 5px;
  bottom: 5px;
  animation-delay: 0.98s;
}

.form-v2 .form__btn {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}

.form-v2 .form__privacy {
  --color: var(--main-text-secondary);
  transition: var(--transition);
}

.form-v2 .form__privacy-link {
  --color: var(--main-text-secondary);
  cursor: pointer;
  text-decoration: underline;
  transition: var(--transition);
}

.form-v2 .file {
  text-align: left;
}

.form-v2 .file label {
  cursor: pointer;
}

@media (min-width: 992px) {
  .form-v2 .file label:hover .file__title {
    --color: var(--primary);
  }
}

.form-v2 .file__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--color, var(--head-primary));
  --color: var(--primary);
  transition: var(--transition);
}

.form-v2 .file__upload-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.form-v2 .file__item {
  display: flex;
  align-items: center;
  gap: 5px;
  --color: var(--primary);
}

.form-v2 .file__item-delete {
  cursor: pointer;
}

.form-v2 .file__item-delete svg {
  width: 12px;
  height: 12px;
  --svgColor: var(--primary);
  transition: var(--transition);
}

@media (min-width: 992px) {
  .form-v2 .file__item-delete:hover svg {
    --svgColor: var(--primary);
  }
}

.form-v2 .form__checkbox {
  display: flex;
  gap: 10px;
  cursor: pointer;
}

.form-v2 .form__checkbox-check {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid var(--main-text-secondary);
  flex-shrink: 0;
  position: relative;
  transition: var(--transition);
}

.form-v2 .form__checkbox-check::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: var(--primary);
  -webkit-mask-image: url("../images/check-form.svg");
  mask-image: url("../images/check-form.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: right top;
  mask-position: right top;
  -webkit-mask-size: contain;
  mask-size: contain;
  opacity: 0;
  transition: var(--transition);
}

.form-v2 .form__checkbox input {
  display: none;
}

.form-v2 .form__checkbox input:checked+.form__checkbox-check {
  border-color: var(--primary-hover);
}

.form-v2 .form__checkbox input:checked+.form__checkbox-check::before {
  opacity: 1;
}

.form-v2 .form__checkbox input.error+.form__checkbox-check {
  border-color: red;
}

.form-v2 .form__checkbox input.error+.form__checkbox-check+.form__privacy {
  color: red;
}

.form-v2 .form__checkbox input.error+.form__checkbox-check+.form__privacy .form__privacy-link {
  --color: red;
}

@keyframes bounce_circularG {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.3);
  }
}

@media (max-width: 500px) {
  .form-v2 .form__btn-wrap {
    flex-direction: column;
  }

  .form-v2 .form__btn-wrap .form__privacy {
    max-width: 100%;
    order: inherit;
    margin-top: 10px;
  }

  .form-v2 .form__btn-wrap .submit {
    width: 100%;
  }
}

.header {
  position: sticky;
  top: 0;
  width: 100%;
  background: var(--background-secondary);
  z-index: 999;
  padding-top: clamp(10px, calc(0.3125vw + 9px), 15px);
  padding-bottom: clamp(10px, calc(0.3125vw + 9px), 15px);
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.header__logo {
  max-width: clamp(150px, calc(4.5vw + 135.6px), 222px);
  height: clamp(47px, calc(1.4375vw + 42.4px), 70px);
}

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

.header__menu {
  display: flex;
  align-items: center;
  gap: clamp(5px, calc(0.3125vw + 4px), 10px);
  list-style: none;
}

.header__menu>li>a {
  background: var(--head-secondary);
  border-radius: 8px;
  padding: 8px 11px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--color, var(--main-text-primary));
  --color: var(--head-primary);
  font-size: clamp(14px, calc(0.2234636872vw + 11.7094972067px), 16px);
  display: flex;
}

@media (min-width: 992px) {
  .header__menu>li>a:hover {
    background: var(--primary);
    color: var(--head-secondary);
  }
}

.header__menu>li.active>a {
  background: var(--primary-hover);
  color: var(--head-secondary);
}

@media (max-width: 1240px) {
  .header__menu {
    display: none;
  }

  .header__socials {
    margin-left: auto;
  }

  .header .container {
    gap: 20px;
  }
}

@media (max-width: 375px) {
  .header__socials {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    flex-direction: column;
  }
}

.mobile-menu-open {
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
  width: 30px;
  height: 18px;
  position: relative;
}

.mobile-menu-open__button {
  width: 30px;
  height: 2px;
  background-color: var(--primary);
}

.mobile-menu-open__button:after {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  height: 2px;
  background-color: var(--primary);
  position: absolute;
  top: 0;
  transition: 0.3s;
}

.mobile-menu-open__button:before {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  height: 2px;
  background-color: var(--primary);
  position: absolute;
  bottom: 0;
  transition: 0.3s;
}

.mobile-menu-open.active .mobile-menu-open__button {
  background-color: transparent;
}

.mobile-menu-open.active .mobile-menu-open__button:after {
  transform: rotate(-45deg);
  bottom: 0;
  margin: auto;
}

.mobile-menu-open.active .mobile-menu-open__button:before {
  transform: rotate(45deg);
  top: 0;
  margin: auto;
}

.mobile-menu {
  position: fixed;
  left: -100%;
  width: max(280 / 19.2 * 1vw, 260px);
  height: 100%;
  z-index: 100;
  overflow-y: auto;
  overflow-x: hidden;
  transition: 0.3s linear;
  flex-direction: column;
  padding-bottom: 50px;
  padding-top: 15px;
  background: var(--background-secondary);
  --color: var(--head-primary);
  top: 0;
}

.mobile-menu__wrapper {
  padding-top: 12px;
  padding-bottom: 12px;
}

.mobile-menu.opened,
.mobile-menu.active,
.mobile-menu .nav_close.opened {
  left: 0;
  display: flex;
}

.mobile-menu__wrap li {
  list-style-type: none;
}

.mobile-menu__wrap li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px;
  gap: 5px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--color, var(--head-primary));
  --color: var(--head-primary);
  text-decoration: none;
}

.mobile-menu__wrap li a .menu-item__icon {
  position: relative;
  width: 60px;
}

.mobile-menu__wrap li a .menu-item__icon:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.mobile-menu__wrap li a .menu-item__icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mobile-menu__wrap li.has-childs a span {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--color, var(--head-primary));
  --color: var(--head-primary);
}

.mobile-menu__wrap li.has-childs svg {
  transform: rotate(-90deg);
  width: 12px;
  height: 12px;
  color: var(--head-primary);
}

.mobile-menu__wrap li.back a {
  justify-content: flex-start;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--color, var(--head-primary));
  color: var(--primary);
}

.mobile-menu__wrap li.back svg {
  transform: rotate(90deg);
  width: 12px;
  height: 12px;
  color: var(--primary);
}

.mobile-menu__wrap .sub-menu {
  position: fixed;
  left: -100%;
  width: max(280 / 19.2 * 1vw, 260px);
  height: 100%;
  z-index: 100;
  overflow-y: auto;
  overflow-x: hidden;
  transition: 0.3s linear;
  flex-direction: column;
  padding-bottom: 50px;
  padding-top: 15px;
  background-color: var(--background-secondary);
  top: 0;
}

.mobile-menu__wrap .sub-menu.active {
  left: 0;
  display: flex;
}

.mobile-menu__contact {
  padding: 10px 20px 10px;
}

.mobile-menu__contact>*:not(:last-child) {
  margin-bottom: 10px;
}

.mobile-menu__contact-value {
  display: flex;
  gap: 5px;
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--color, var(--main-text-primary));
  --color: var(--head-primary);
}

.mobile-menu__contact-value * {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--color, var(--main-text-primary));
  --color: var(--head-primary);
}

.mobile-menu__contact-value svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.mobile-menu__contact-value svg path {
  stroke: var(--head-primary);
}

.mobile-menu__contact-value img {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

body.opened .header {
  z-index: 101;
}

@media (max-width: 1240px) {
  .mobile-menu-open {
    display: flex;
  }
}

.fancybox__container {
  --fancybox-zIndex: 9999;
}

.theme-modal {
  max-width: 685px !important;
  width: 100%;
  z-index: 99999;
}

.theme-modal__wrap {
  max-width: 685px;
  width: 100%;
  margin: 0 auto;
}

.theme-modal__subtitle {
  margin-top: clamp(10px, calc(0.3125vw + 9px), 15px);
}

.theme-modal__form-wrapper {
  margin-top: clamp(10px, calc(0.9375vw + 7px), 25px);
}

.theme-modal__btn {
  width: 100%;
  margin-bottom: clamp(10px, calc(0.3125vw + 9px), 15px);
}

.theme-modal__btn-close {
  width: 100%;
  margin-top: clamp(10px, calc(0.9375vw + 7px), 25px);
}

.theme-modal.fancybox__content {
  padding: clamp(30px, calc(0.625vw + 28px), 40px) clamp(20px, calc(1.25vw + 16px), 40px);
  cursor: default !important;
  background: var(--head-secondary);
  border-radius: 20px;
  position: relative;
  display: none;
}

.theme-modal.fancybox__content>.f-button.is-close-btn {
  --f-button-width: 15px;
  --f-button-height: 15px;
  --f-button-svg-width: 15px;
  --f-button-svg-height: 15px;
  top: clamp(15px, calc(0.3125vw + 14px), 20px) !important;
  right: clamp(15px, calc(0.3125vw + 14px), 20px) !important;
}

.theme-modal.fancybox__content>.f-button.is-close-btn svg {
  --f-button-svg-width: 15px;
  --f-button-svg-height: 15px;
}

.theme-modal.fancybox__content>.f-button.is-close-btn:focus-visible {
  outline: none;
  box-shadow: none;
}

.theme-modal.fancybox__content [data-fancybox-close] {
  --f-button-width: 15px;
  --f-button-height: 15px;
  --f-button-border-radius: 0;
  --f-button-svg-width: 15px;
  --f-button-svg-height: 15px;
  --f-button-svg-fill: var(--stroke);
  --f-button-svg-stroke-width: 3px;
  --f-button-bg: transparent !important;
  top: 15px !important;
  right: 15px !important;
  opacity: 1 !important;
}

.theme-modal.fancybox__content [data-fancybox-close] svg {
  color: var(--stroke);
  transition: var(--transition);
}

.theme-modal.fancybox__content [data-fancybox-close]:focus-visible {
  outline: none;
  box-shadow: none;
}

@media (min-width: 992px) {
  .theme-modal.fancybox__content [data-fancybox-close]:hover svg {
    color: var(--primary);
  }
}

.theme-modal.fancybox__content.modal-error,
.theme-modal.fancybox__content.modal-congratulations {
  border-radius: 20px;
  padding: clamp(30px, calc(0.625vw + 28px), 40px) clamp(20px, calc(1.25vw + 16px), 40px);
}

.theme-modal.fancybox__content.modal-error .f-button.is-close-btn,
.theme-modal.fancybox__content.modal-congratulations .f-button.is-close-btn {
  display: none;
}

.theme-modal.fancybox__content.modal-error .theme-modal__subtitle,
.theme-modal.fancybox__content.modal-congratulations .theme-modal__subtitle {
  margin-top: clamp(10px, calc(0.3125vw + 9px), 15px);
}

.theme-modal .form__input:not(:last-child) {
  margin-bottom: clamp(10px, calc(0.3125vw + 9px), 15px);
}

.theme-modal .form__btn {
  margin-top: clamp(15px, calc(0.625vw + 13px), 25px);
  margin-bottom: clamp(10px, calc(0.3125vw + 9px), 15px);
  width: 100%;
}

.theme-modal .form__btn .btn {
  width: 100%;
}

.theme-modal .form__privacy {
  text-align: left;
}

.theme-modal .form__socials {
  margin-top: clamp(15px, calc(0.625vw + 13px), 25px);
}

.theme-modal .form__socials-title {
  margin-bottom: clamp(5px, calc(0.3125vw + 4px), 10px);
}

.fancybox__backdrop {
  --fancybox-bg: rgba(29, 33, 43, 0.8);
}

@media (max-width: 575px) {
  .theme-modal .form__row {
    flex-direction: column;
  }
}

/*============ PAGINATION =================*/
.page-numbers {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(14px, calc(0.125vw + 13.6px), 16px);
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--color, var(--main-text-primary));
  --color: var(--Head);
  margin: 0 clamp(5px, calc(0.3125vw + 4px), 10px);
}

.page-numbers.current {
  color: var(--Primary);
}

@media (min-width: 992px) {
  .page-numbers:hover {
    color: var(--Primary);
  }
}

.page-numbers.prev,
.page-numbers.next {
  width: clamp(35px, calc(0.9375vw + 32px), 50px);
  height: clamp(35px, calc(0.9375vw + 32px), 50px);
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--Background-light);
  margin: 0;
}

.page-numbers.prev svg,
.page-numbers.next svg {
  width: clamp(20px, calc(0.25vw + 19.2px), 24px);
  height: clamp(20px, calc(0.25vw + 19.2px), 24px);
  transition: var(--transition);
  --svgColor: var(--Primary);
}

@media (min-width: 992px) {

  .page-numbers.prev:hover,
  .page-numbers.next:hover {
    background-color: var(--Hover);
  }

  .page-numbers.prev:hover svg,
  .page-numbers.next:hover svg {
    --svgColor: var(--Card);
  }
}

.page-numbers.next {
  margin-left: clamp(30px, calc(10.625vw + -4px), 200px);
}

.page-numbers.prev {
  margin-right: clamp(30px, calc(10.625vw + -4px), 200px);
}

.page-numbers.prev svg {
  transform: rotate(180deg);
}

span.prev,
span.next {
  pointer-events: none !important;
}

span.prev svg,
span.next svg {
  color: var(--Stroke) !important;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: clamp(20px, calc(1.25vw + 16px), 40px) auto 0;
  position: relative;
}

/*============ SLIDER =================*/
.swiper-slide {
  height: auto !important;
  box-sizing: border-box;
}

.slider-btn {
  width: clamp(40px, calc(0.625vw + 38px), 50px);
  height: clamp(40px, calc(0.625vw + 38px), 50px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  transition: var(--transition);
  border-radius: 10px;
  border: 1px solid var(--primary);
}

.slider-btn svg {
  width: 20px;
  height: 20px;
  --svgColor: var(--primary);
}

.slider-btn--white {
  background: var(--head-secondary);
  border-color: var(--head-secondary);
}

.slider-btn--prev svg {
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  .slider-btn:hover {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
  }

  .slider-btn:hover svg {
    --svgColor: var(--head-secondary);
  }
}

.slider-btn.swiper-button-disabled {
  pointer-events: none !important;
  background-color: var(--stroke);
  border-color: var(--stroke);
}

.slider-btn.swiper-button-disabled svg {
  --svgColor: var(--main-text-primary);
}

.slider-pagination {
  position: var(--pagination-position, static) !important;
  text-align: var(--pagination-text-align, center) !important;
  max-width: 65%;
  --swiper-pagination-bullet-horizontal-gap: 3px;
  --swiper-pagination-color: var(--primary);
  --swiper-pagination-bullet-inactive-color: var(--stroke);
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-width: clamp(10px, calc(0.625vw + 8px), 20px);
  --swiper-pagination-bullet-height: clamp(3px, calc(0.1875vw + 2.4px), 6px);
  --swiper-pagination-bullet-border-radius: 2px;
  z-index: 1 !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.slider-pagination span:last-child {
  margin-right: 0;
}

.swiper-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, calc(2.5vw + 12px), 60px);
  margin-top: clamp(20px, calc(1.25vw + 16px), 40px);
}

.swiper-navigation-btn {
  display: flex;
  gap: 10px;
}

@media (max-width: 498px) {
  .swiper-navigation {
    justify-content: center;
  }

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

.review-regular-card {
  background: var(--head-secondary);
  border-radius: 20px;
  overflow: hidden;
  padding: clamp(20px, calc(1.875vw + 14px), 50px);
  display: flex;
  gap: clamp(15px, calc(0.9375vw + 12px), 30px);
}

.review-regular-card__image {
  width: 32.6%;
}

.review-regular-card__image-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.review-regular-card__image-wrap:not(:last-child) {
  margin-bottom: clamp(10px, calc(0.625vw + 8px), 20px);
}

.review-regular-card__image-wrap:after {
  content: "";
  display: block;
  padding-bottom: 113.2%;
}

.review-regular-card__image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.review-regular-card__image-caption {
  display: flex;
  gap: clamp(10px, calc(0.3125vw + 9px), 15px);
}

.review-regular-card__image-caption svg {
  flex-shrink: 0;
  width: clamp(20px, calc(0.375vw + 18.8px), 26px);
  height: clamp(20px, calc(0.375vw + 18.8px), 26px);
  --svgColor: var(--primary);
}

.review-regular-card__content {
  flex: 1;
}

.review-regular-card__title:not(:last-child) {
  margin-bottom: clamp(20px, calc(1.25vw + 16px), 40px);
}

.review-regular-card .blocks-item:not(:last-child) {
  margin-bottom: clamp(15px, calc(0.625vw + 13px), 25px);
}

.review-regular-card .blocks-item__title:not(:last-child) {
  margin-bottom: clamp(10px, calc(0.3125vw + 9px), 15px);
}

@media (max-width: 769px) {
  .review-regular-card {
    flex-direction: column;
  }

  .review-regular-card__image {
    width: 100%;
    max-width: 400px;
  }
}

.review-text-card {
  display: flex;
  align-items: center;
  gap: clamp(15px, calc(0.9375vw + 12px), 30px);
}

.review-text-card__image {
  position: relative;
  width: 31.5%;
  cursor: zoom-in;
  align-self: flex-start;
}

.review-text-card__image:after {
  content: "";
  display: block;
  padding-bottom: 119.6%;
}

.review-text-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.review-text-card__content {
  flex: 1;
}

.review-text-card__title:not(:last-child) {
  margin-bottom: clamp(20px, calc(1.25vw + 16px), 40px);
}

.review-text-card__text:not(:last-child) {
  margin-bottom: clamp(20px, calc(1.25vw + 16px), 40px);
}

.review-text-card__date {
  background: var(--head-secondary);
  border-radius: 5px;
  overflow: hidden;
  padding: 10px clamp(10px, calc(0.625vw + 8px), 20px);
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

@media (max-width: 498px) {
  .review-text-card {
    flex-direction: column-reverse;
  }

  .review-text-card__image {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

.swiper-slide .university-card {
  height: 100%;
}

.university-card {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  background: var(--head-secondary);
  border-radius: 20px;
  overflow: hidden;
  padding: clamp(10px, calc(0.625vw + 8px), 20px);
}

.university-card__image {
  width: 100%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.university-card__image:after {
  content: "";
  display: block;
  padding-bottom: 43%;
}

.university-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: var(--transition);
}

.university-card__image:not(:last-child) {
  margin-bottom: clamp(10px, calc(0.625vw + 8px), 20px);
}

.university-card__content {
  flex: 1;
  padding-left: clamp(0px, calc(0.9375vw + -3px), 15px);
  padding-right: clamp(0px, calc(0.9375vw + -3px), 15px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(10px, calc(1.875vw + 4px), 40px);
}

.university-card__head {
  display: flex;
  justify-content: space-between;
  gap: clamp(10px, calc(0.625vw + 8px), 20px);
}

.university-card__head-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.university-card__title {
  flex: 1;
  --color: var(--head-primary);
}

.university-card__logo {
  width: clamp(30px, calc(0.875vw + 27.2px), 44px);
  height: clamp(30px, calc(0.875vw + 27.2px), 44px);
  -o-object-fit: contain;
  object-fit: contain;
  flex-shrink: 0;
}

.university-card__address {
  --color: var(--main-text-primary);
}

.university-card__btn {
  margin-top: auto;
}

@media (min-width: 992px) {
  .university-card:hover .university-card__image img {
    transform: scale(1.1);
  }
}

@media (max-width: 1025px) {
  .university-card__head {
    flex-direction: column-reverse;
  }
}

.university-card-2 {
  display: flex;
  gap: clamp(15px, calc(0.9375vw + 12px), 30px);
}

.university-card-2__left {
  flex: 1;
  background: var(--head-secondary);
  border-radius: 20px;
  overflow: hidden;
  padding: clamp(20px, calc(2.5vw + 12px), 60px) clamp(10px, calc(3.125vw + 0px), 60px);
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, calc(0.625vw + 8px), 20px);
}

.university-card-2__title {
  --color: var(--head-primary);
}

.university-card-2__text {
  --color: var(--main-text-primary);
}

.university-card-2__price {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.university-card-2__price-caption {
  --color: var(--main-text-primary);
}

.university-card-2__price-value {
  --color: var(--head-primary);
}

.university-card-2__bottom {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  gap: clamp(15px, calc(2.1875vw + 8px), 50px);
}

.university-card-2__images {
  width: 49%;
  position: sticky;
  top: 105px;
  height: -moz-fit-content;
  height: fit-content;
}

.university-card-2__images .swiper-navigation-btn {
  position: absolute;
  top: 50%;
  left: clamp(10px, calc(0.9375vw + 7px), 25px);
  width: calc(100% - clamp(20px, calc(1.875vw + 14px), 50px));
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  gap: 10px;
  pointer-events: none;
  z-index: 1;
}

.university-card-2__images .swiper-navigation-btn .slider-btn {
  pointer-events: all;
}

.university-card-2__images-item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.university-card-2__images-item:after {
  content: "";
  display: block;
  padding-bottom: 73.4%;
}

.university-card-2__images-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.university-card-2__tags {
  position: absolute;
  top: clamp(10px, calc(0.625vw + 8px), 20px);
  left: clamp(10px, calc(0.625vw + 8px), 20px);
  width: calc(100% - clamp(20px, calc(1.25vw + 16px), 40px));
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  z-index: 1;
}

.university-card-2__tags-item {
  background: var(--head-secondary);
  border-radius: 8px;
  padding: clamp(3px, calc(0.3125vw + 2px), 8px) clamp(5px, calc(0.375vw + 3.8px), 11px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  --color: var(--head-primary);
}

@media (max-width: 1025px) {
  .university-card-2__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

@media (max-width: 769px) {
  .university-card-2 {
    flex-direction: column;
  }

  .university-card-2__images {
    width: 100%;
  }

  .university-card-2__images-item {
    max-height: 300px;
  }
}

.employee-card-big {
  background: var(--head-secondary);
  border-radius: 20px;
  padding: clamp(20px, calc(1.25vw + 16px), 40px) clamp(10px, calc(1.875vw + 4px), 40px);
  display: flex;
  gap: clamp(15px, calc(0.9375vw + 12px), 30px);
}

.employee-card-big__image {
  position: relative;
  flex-shrink: 0;
  width: 40%;
  border-radius: 15px;
  overflow: hidden;
}

.employee-card-big__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.employee-card-big__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, calc(0.625vw + 8px), 20px);
}

.employee-card-big__tags {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.employee-card-big__tags-item {
  background: rgba(76, 191, 66, 0.06);
  border-radius: 8px;
  padding: 8px 11px;
  --color: var(--green);
  width: -moz-fit-content;
  width: fit-content;
}

.employee-card-big__btn {
  margin-top: clamp(10px, calc(0.625vw + 8px), 20px);
}

@media (max-width: 769px) {
  .employee-card-big {
    flex-direction: column;
  }

  .employee-card-big__image {
    width: 100%;
    max-width: 320px;
  }

  .employee-card-big__image:after {
    content: "";
    display: block;
    padding-bottom: 150%;
  }
}

.employee-card-mini {
  display: flex;
  flex-direction: column;
  gap: clamp(15px, calc(0.625vw + 13px), 25px);
}

.employee-card-mini__image {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.employee-card-mini__image:after {
  content: "";
  display: block;
  padding-bottom: 111%;
}

.employee-card-mini__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.employee-card-mini__content {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, calc(0.3125vw + 9px), 15px);
}

.employee-card-mini__text ul>li,
.employee-card-mini__text ol>li,
.employee-card-mini__text p {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: clamp(16px, calc(0.25vw + 15.2px), 20px);
  line-height: 130%;
  letter-spacing: 0.01em;
  color: var(--color, var(--main-text-primary));
  font-size: clamp(14px, calc(0.5212858384vw + 9.9913119027px), 20px);
  --color: var(--head-primary);
}

.service-card-1 {
  display: flex;
  flex-direction: column;
  gap: clamp(15px, calc(0.625vw + 13px), 25px);
}

.service-card-1__image {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.service-card-1__image:after {
  content: "";
  display: block;
  padding-bottom: 51%;
}

.service-card-1__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: var(--transition);
}

.service-card-1__title {
  font-size: clamp(18px, calc(0.375vw + 16.8px), 24px);
}

.service-card-1__content {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, calc(0.3125vw + 9px), 15px);
}

.service-card-1__btn {
  display: flex;
  gap: clamp(5px, calc(0.3125vw + 4px), 10px);
  margin-top: auto;
}

.service-card-1__btn-callback {
  flex: 1;
}

.service-card-1__btn-link {
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .service-card-1:hover .service-card-1__image img {
    transform: scale(1.1);
  }
}

@media (max-width: 1025px) {
  .service-card-1__btn {
    flex-direction: column;
  }

  .service-card-1__btn-callback {
    width: 100%;
  }

  .service-card-1__btn-link {
    width: 100%;
  }
}

.service-card-2 {
  background: var(--background-secondary);
  border: 1px solid var(--background-secondary);
  border-radius: 20px;
  padding: clamp(15px, calc(0.875vw + 12.2px), 29px);
  display: flex;
  flex-direction: column;
  gap: clamp(10px, calc(0.7032348805vw + 6.4978902954px), 20px);
  min-height: clamp(250px, calc(4.75vw + 234.8px), 326px);
  position: relative;
  transition: var(--transition);
}

.service-card-2:before {
  content: "";
  position: absolute;
  top: clamp(80px, calc(1.25vw + 76px), 100px);
  right: 12px;
  width: clamp(90px, calc(0.6875vw + 87.8px), 101px);
  height: clamp(73px, calc(0.5vw + 71.4px), 81px);
  background-image: url("../images/service-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: var(--transition);
}

.service-card-2>* {
  position: relative;
  z-index: 1;
}

.service-card-2__top {
  display: flex;
  flex-direction: column;
  gap: clamp(5px, calc(0.3125vw + 4px), 10px);
}

.service-card-2__bottom {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
}

.service-card-2__btn {
  width: clamp(40px, calc(0.625vw + 38px), 50px);
  height: clamp(40px, calc(0.625vw + 38px), 50px);
  border: 1px solid var(--primary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card-2__btn svg {
  width: clamp(15px, calc(0.3125vw + 14px), 20px);
  height: clamp(15px, calc(0.3125vw + 14px), 20px);
  --svgColor: var(--primary);
}

@media (min-width: 992px) {
  .service-card-2:hover {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    background: var(--head-secondary);
    border-color: var(--primary);
  }

  .service-card-2:hover::before {
    opacity: 1;
  }
}

@media (max-width: 769px) {
  .service-card-2__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .service-card-2__btn {
    width: 100%;
  }
}

@media (max-width: 498px) {
  .service-card-2__title {
    font-size: 14px;
  }

  .service-card-2__text {
    font-size: 12px;
  }
}

@media (max-width: 375px) {
  .service-card-2 {
    min-height: inherit;
  }
}

.service-card-3 {
  background: var(--background-secondary);
  border: 1px solid var(--background-secondary);
  border-radius: 20px;
  padding: clamp(10px, calc(1.25vw + 6px), 30px);
  display: flex;
  gap: clamp(10px, calc(0.9375vw + 7px), 25px);
  transition: var(--transition);
}

.service-card-3__image {
  width: 31%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.service-card-3__image:after {
  content: "";
  display: block;
  padding-bottom: 108%;
}

.service-card-3__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: var(--transition);
}

.service-card-3__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-card-3__bottom {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.service-card-3__price {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.service-card-3__btn {
  display: flex;
  gap: clamp(5px, calc(0.3125vw + 4px), 10px);
}

.service-card-3__btn-link {
  width: clamp(40px, calc(1.1173184358vw + 28.5474860335px), 50px);
  height: 100%;
  border: 1px solid var(--primary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card-3__btn-link svg {
  width: clamp(15px, calc(0.5586592179vw + 9.2737430168px), 20px);
  height: clamp(15px, calc(0.5586592179vw + 9.2737430168px), 20px);
  --svgColor: var(--primary);
}

@media (min-width: 992px) {
  .service-card-3:hover {
    background-color: transparent;
    border-color: var(--stroke);
  }

  .service-card-3:hover .service-card-3__image img {
    transform: scale(1.1);
  }
}

@media (max-width: 1240px) {
  .service-card-3__bottom {
    flex-direction: column;
  }

  .service-card-3__btn-callback {
    flex: 1;
  }
}

@media (max-width: 498px) {
  .service-card-3 {
    flex-direction: column;
  }

  .service-card-3__image {
    width: 100%;
    max-width: 300px;
  }

  .service-card-3__btn-link {
    height: auto;
  }
}

.service-card-package {
  background: var(--head-secondary);
  border-radius: 20px;
  padding: clamp(10px, calc(0.9375vw + 7px), 25px);
  display: flex;
  flex-direction: column;
  gap: clamp(15px, calc(0.9375vw + 12px), 30px);
  border: 1px solid var(--head-secondary);
  transition: var(--transition);
}

.service-card-package__top {
  background: var(--background-secondary);
  border-radius: 15px;
  padding: clamp(10px, calc(0.3125vw + 9px), 15px);
  min-height: 111px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: clamp(5px, calc(0.3125vw + 4px), 10px);
  text-align: center;
}

.service-card-package__price-old {
  color: var(--main-text-secondary);
  text-decoration: line-through;
}

.service-card-package__price {
  color: var(--primary);
}

.service-card-package__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(15px, calc(0.9375vw + 12px), 30px);
}

.service-card-package__list-item {
  display: flex;
  gap: clamp(5px, calc(0.3125vw + 4px), 10px);
}

.service-card-package__list-item:not(:last-child) {
  margin-bottom: clamp(10px, calc(0.3125vw + 9px), 15px);
}

.service-card-package__list-item svg {
  width: clamp(13px, calc(0.1875vw + 12.4px), 16px);
  height: clamp(13px, calc(0.1875vw + 12.4px), 16px);
  --svgColor: var(--green);
  flex-shrink: 0;
  margin-top: 3px;
}

.service-card-package__list-item-text {
  flex: 1;
  font-size: clamp(12px, calc(0.2812939522vw + 10.5991561181px), 16px);
}

.service-card-package__bottom {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(5px, calc(0.3125vw + 4px), 10px);
}

.service-card-package__btn {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
	width: 100%;
}

.service-card-package__span {
	font-size: 14px;
	color: var(--main-text-primary);
	text-align: center;
	grid-column: 2 span;
}

@media (min-width: 992px) {
  .service-card-package:hover {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    background: var(--head-secondary);
    border-color: var(--primary);
  }
}

@media (max-width: 769px) {
  .service-card-package__bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 498px) {
  .service-card-package__top {
    min-height: 80px;
  }
}

/* ============= MEDIA QUERIES =========== */
@media (max-width: 1240px) {
  .container {
    padding: 0 10px;
  }
}

@media (max-width: 498px) {
  .block-title br {
    display: none;
  }
}

#text-image-block-0>div>div.text-image-block__image {
  max-height: 100%;
}

#text-image-block-0>div>div.text-image-block__text.text-block {
  max-height: 100%;
  overflow-y: scroll;
}

#intro-block-0>div.intro-block__wrap>div.intro-block__content>div.intro-block__text>div>ul>li {
  margin-left: 20px;
}

.sub-menu {
  display: none;
}

#header .header__menu .sub-menu {
  transition: var(--transition);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px 20px;
  background: var(--background);
  padding: 25px clamp(1.25rem, 0.666rem + 2.92vw, 4.063rem);
  width: max-content;
  position: absolute;
  top: 69px;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  transition-delay: .15s;
  border-radius: 15px;
  width: 40%;
}

#header .header__menu .sub-menu a {
  color: var(--head-primary) !important;
}

#footer .sub-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
  list-style: none;
}

#footer .sub-menu .nav-menu-element a {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: var(--background);
  margin-bottom: 0;
}

#header .nav-menu-element.has-childs:hover::before {
  background-color: var(--primary-hover);
  transform: rotate(180deg);
}

#header .nav-menu-element.has-childs:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

#header .header__menu .nav-menu-element:not(.sub-menu).has-childs:hover a {
  color: var(--head-primary);
}

#header .header__menu .sub-menu a:hover {
  color: var(--primary-hover) !important;
}


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