/*!
Theme Name: unidez
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: unidez
*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-family: inherit;
}

input,
button {
  border: none;
  font-family: inherit;
  font-size: inherit;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
}

button,
input[type="submit"] {
  cursor: pointer;
}

input:focus,
button:focus {
  outline: none;
}

ul,
li {
  list-style: none;
}

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

legend {
  display: table;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
legend + * {
  clear: both;
}

fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}

html,
body {
  height: 100%;
  font-family: "Gilroy", sans-serif;
  color: #01111b;
  font-weight: 500;
  font-size: 16px;
  background-color: #ffffff;
  scroll-behavior: smooth;
}

body._lock {
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  body._lock-mob {
    overflow: hidden;
  }
}

body.logged-in .header {
  top: 32px;
}
@media only screen and (max-width: 600px) {
  body.logged-in .header {
    top: 0;
  }
}

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  z-index: 0;
}

.main {
  flex: 1 0 auto;
}
@media only screen and (max-width: 990px) {
  .main {
    padding-top: 70px;
  }
}
.main--offset {
  padding-top: 130px;
}
@media only screen and (max-width: 820px) {
  .main--offset {
    padding-top: 70px;
  }
}

.container,
.wp-block-group__inner-container {
  max-width: 1376px;
  margin: 0 auto;
  padding: 0 24px;
}
@media only screen and (max-width: 360px) {
  .container,
  .wp-block-group__inner-container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 750px) {
  .container--fluid-mob,
  .wp-block-group__inner-container--fluid-mob {
    max-width: 100%;
    padding-right: 0;
  }
}

.none {
  display: none !important;
}

.clear {
  clear: both;
}

.text-block-center {
  text-align: center;
}

.mt-20 {
  margin-top: 20px;
}

.mt-50 {
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .mt-50 {
    margin-top: 30px;
  }
}

.jcsb {
  justify-content: space-between;
}

.flex-end {
  justify-content: flex-end;
}

.mt-a {
  margin-top: auto;
}

@media only screen and (max-width: 640px) {
  .text-mob-center {
    text-align: center;
  }
}

.pointer-none {
  cursor: text;
}
.pointer-none > a {
  pointer-events: none;
}

h1,
.title-h1 {
  font-weight: 700;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.1;
  font-family: "Gilroy", sans-serif;
}
@media only screen and (max-width: 360px) {
  h1,
  .title-h1 {
    font-size: clamp(25px, 2vw, 30px);
  }
}

.desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 24px;
}
@media only screen and (max-width: 640px) {
  .desc {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 300;
  }
}

h2,
.title-h2 {
  font-weight: 700;
  font-size: clamp(20px, 4vw, 34px);
  line-height: 1.1;
}
h2--sm,
.title-h2--sm {
  font-size: clamp(16px, 4vw, 28px);
}

h3,
.title-h3 {
  font-weight: 700;
  font-size: 20px;
}

.accent {
  color: #049974;
}

.btn {
  display: inline-block;
  padding: 19px 24px;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
  background-color: #049974;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(146deg, #47b78e 0%, #049974 100%);
  transition: opacity 0.1s ease-out;
  opacity: 1;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .btn {
    font-size: 18px;
  }
}
.btn--r10 {
  padding: 14px 30px;
  font-size: 14px;
  border-radius: 10px;
}
.btn:hover {
  background: #049974;
}
.btn:hover::before {
  opacity: 0;
}
.btn:active {
  background: linear-gradient(129deg, #3cb086 0%, #048666 100%);
}
.btn:active::before {
  opacity: 0;
}
.btn:disabled {
  background: #d9d9d9;
  color: #01111b;
  cursor: not-allowed;
  opacity: 0.7;
}
.btn:disabled::before {
  opacity: 0;
}

.contact {
  display: grid;
  gap: 14px;
}
.contact__item {
  display: grid;
  gap: 2px;
}
.contact__title {
  font-weight: 700;
  font-size: 19px;
}
.contact__desc {
  font-weight: 500;
  font-size: 14px;
  opacity: 0.7;
}
.contact__btn {
  padding: 12px 22px;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  align-self: flex-start;
  justify-self: flex-start;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__address {
  padding-right: 20px;
}
@media only screen and (max-width: 990px) {
  .header__address {
    display: none !important;
  }
}
.header__row {
  position: relative;
  z-index: 10;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition:
    padding 0.1s ease,
    background-color 0.2s ease-out;
}
@media only screen and (max-width: 990px) {
  .header__row {
    border-color: transparent;
  }
}
@media only screen and (max-width: 820px) {
  .header__row {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header.scroll {
  background-color: #ffffff;
  border-bottom: 1px solid #666;
}
.header.scroll .header__row {
  padding-top: 15px;
  padding-bottom: 15px;
  border-color: transparent;
}
.header.active {
  background-color: #ffffff;
}
.header.active.scroll .header__row {
  border-color: #666;
}
.header.active .header__row {
  background-color: #ffffff;
}
.header__right {
  display: flex;
  align-items: center;
}
.header__contact {
  margin-right: 20px;
}
@media only screen and (max-width: 1050px) {
  .contact__title {
    font-size: 12px;
  }
  .social-widget-wrapper {
    display: flex !important;
  }
  .header__social {
    display: none !important;
  }
  .header__right {
    flex-shrink: 0;
  }
  .contact__desc {
    display: none;
  }
}
.header__social {
  margin-right: 14px;
}
.header__btn {
  margin-right: 30px;
}
@media only screen and (max-width: 820px) {
  .header__btn {
    display: none;
  }
}
.header__burger {
  --width: 25px;
  --line-height: 3px;
  --spacing: 5px;
  --radius: 6px;
  --color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--width);
  position: relative;
  height: calc(var(--line-height) * 3 + var(--spacing) * 2);
  z-index: 11;
  cursor: pointer;
}
@media only screen and (max-width: 360px) {
  .header__burger {
    height: calc(2px * 3 + var(--spacing) * 2);
  }
}
.header__burger:before,
.header__burger:after {
  content: "";
}
.header__burger:before,
.header__burger:after,
.header__burger > span {
  position: absolute;
  display: block;
  left: 0;
  width: var(--width);
  height: var(--line-height);
  border-radius: var(--radius);
  background-color: var(--color);
  transition: transform 0.1s ease-in;
}
@media only screen and (max-width: 360px) {
  .header__burger:before,
  .header__burger:after,
  .header__burger > span {
    width: 20px;
    height: 2px;
  }
}
.header__burger:before {
  top: 0;
}
.header__burger:after {
  top: calc(var(--line-height) + var(--spacing));
}
@media only screen and (max-width: 360px) {
  .header__burger:after {
    top: calc(2px + var(--spacing));
  }
}
.header__burger > span {
  bottom: 0;
}
.header__burger.active:before,
.header__burger.active:after {
  top: 50%;
}
.header__burger.active:before {
  transform: rotate(45deg);
}
.header__burger.active:after {
  transform: rotate(-45deg);
}
.header__burger.active > span {
  background-color: transparent;
}
.header__menu {
  position: absolute;
  padding-top: 40px;
  padding-bottom: 40px;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 70vh;
  background-color: #ffffff;
  z-index: -1;
  transform: translateY(-100%);
  opacity: 0;
  transition:
    transform 0.3s ease-out,
    opacity 0.3s ease-out;
  will-change: transform;
  overflow-y: auto;
}
.header__menu.active {
  opacity: 1;
  transform: translateY(0);
}
.header__menu.active .menu__list {
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (max-width: 640px) {
  .header__menu {
    padding-top: 32px;
    max-height: calc(100vh - 78px);
    padding-bottom: 100px;
  }
}

.address {
  display: block;
  font-weight: 300;
  font-size: 14px;
  max-width: 182px;
}

.social {
  display: flex;
  align-items: center;
  gap: 11px;
}
.social img {
  width: 30px;
  height: 30px;
  transition: scale 0.1s ease-in;
}
@media only screen and (max-width: 360px) {
  .social img {
    width: 20px;
    height: 20px;
  }
}
.social__link a {
  display: flex;
}
.social__link:hover svg {
  scale: 1.1;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 990px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section__line {
  border-top: 1px solid #666;
  border-bottom: none;
  border-right: none;
  border-left: none;
  padding-top: clamp(60px, 4.5vw, 80px);
  outline: none;
}

.hero {
  position: relative;
  padding-top: 170px;
  padding-bottom: 230px;
  min-height: 100vh;
}
.hero__image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top right 50%;
  background-repeat: no-repeat;
  z-index: -1;
}
.hero__image:after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 207px;
  background: url("./assets/img/content/hero/bg_line.png") no-repeat
    center/cover;
}
@media only screen and (max-width: 990px) {
  .hero__image:after {
    bottom: 0;
    height: 76px;
  }
}
@media only screen and (max-width: 990px) {
  .hero__image {
    position: relative;
    background-position: top right;
    aspect-ratio: 2.5 / 1.4;
  }
}
@media only screen and (max-width: 640px) {
  .hero__image {
    aspect-ratio: 2.5 / 1.8;
  }
}
@media only screen and (max-width: 1200px) {
  .hero {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 990px) {
  .hero {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.hero__text {
  max-width: 50%;
  position: relative;
  z-index: 1;
  border: 1px solid;
  border-radius: 10px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.75);
}
@media only screen and (max-width: 990px) {
  .hero__text {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    max-width: 80%;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .hero__text {
    max-width: 100%;
  }
}
.hero__desc {
  max-width: 600px;
}
@media only screen and (max-width: 640px) {
  .hero__desc {
    margin-top: 16px;
  }
}
.hero__list {
  display: grid;
  grid-template-columns: repeat(2, 240px);
  margin-top: 50px;
  gap: 30px 40px;
}
@media only screen and (max-width: 990px) {
  .hero__list {
    display: none;
  }
}
.hero__list-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  line-height: 1.3;
}
.hero__list-item img {
  flex-shrink: 0;
}
.hero__btn {
  margin-top: 50px;
}
@media only screen and (max-width: 990px) {
  .hero__btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .hero__btn {
    padding: 15px;
    font-weight: 600;
    font-size: 16px;
  }
}

.icon-cards {
  display: grid;
  gap: clamp(20px, 2.5vw, 50px);
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 990px) {
  .icon-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .icon-cards {
    grid-template-columns: 1fr;
  }
}
.icon-cards__item {
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0 4px 75px 0 rgba(32, 78, 119, 0.07);
  background: #ffffff;
}
.icon-cards__item h3 {
  max-width: 284px;
}
.icon-cards__item p {
  margin-top: 11px;
}
.icon-cards__icon {
  display: block;
  width: 56px;
  height: 56px;
  background-size: 56px;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.objects-cards {
  display: grid;
  gap: clamp(20px, 2.5vw, 50px);
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 990px) {
  .objects-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .objects-cards {
    grid-template-columns: 1fr;
  }
}
.objects-cards__item {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 25px 0 rgba(7, 24, 46, 0.07);
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}
.objects-cards__title {
  font-weight: 700;
  font-size: 22px;
}
.objects-cards__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  padding: 25px 30px 30px 30px;
}
@media only screen and (max-width: 600px) {
  .objects-cards__body {
    padding: 20px;
    align-items: stretch;
    text-align: center;
  }
}
.objects-cards__desc {
  margin-top: 16px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.35;
}
.objects-cards__btn {
  margin-top: auto;
  padding: 17px 25px;
  font-size: 18px;
}
.objects-cards__img {
  aspect-ratio: 2/1.23;
  width: 100%;
  height: auto;
}

.stages__title {
  max-width: 400px;
}

.stages-items {
  position: relative;
  display: flex;
  overflow-x: auto;
}
@media only screen and (max-width: 640px) {
  .stages-items {
    flex-direction: column;
    gap: 70px;
  }
  .stages-items:before {
    content: "";
    position: absolute;
    top: 0;
    left: 35px;
    transform: none;
    width: 2px;
    height: 100%;
    background: url("./assets/img/content/stages/line_mob.svg") repeat-y
      left/cover;
  }
}
.stages-items__line {
  position: relative;
}
.stages-items__body {
  width: 300px;
}
.stages-items__item {
  width: 331px;
  flex-shrink: 0;
  position: relative;
}
.stages-items__item:not(:last-child) .stages-items__line:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 2px;
  background: url("./assets/img/content/stages/line.svg") no-repeat left/cover;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .stages-items__item:not(:last-child) .stages-items__line:after {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .stages-items__item {
    width: auto;
    display: flex;
    gap: 15px;
  }
}
.stages-items__item a {
  color: #049974;
}
.stages-items__item a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 640px) {
  .stages-items__item:last-child {
    background-color: #ffffff;
  }
}
.stages-items__num {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #d9f0e8;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  line-height: 1.75;
  text-align: center;
  color: #fbfbfb;
  margin-bottom: 16px;
  flex-shrink: 0;
  z-index: 0;
}
.stages-items__num:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(146deg, #47b78e 0%, #049974 100%);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .stages-items__num {
    margin-bottom: 0;
  }
}
.stages-items__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
}
.stages-items__desc {
  margin-top: 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.55;
}

.scrollbar {
  overflow-x: auto;
  padding-bottom: 5px;
}
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.scrollbar::-webkit-scrollbar-track {
  background-color: #dadae5;
  border-radius: 5px;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: #049974;
  border-radius: 5px;
}

/**
 * Swiper 11.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 30, 2024
 */
@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;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

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

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

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

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

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

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

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

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

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  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-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

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

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  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: var(--swiper-pagination-bullet-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;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

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

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

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

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

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

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

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition:
    0.2s transform,
    0.2s top;
}

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

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

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    0.2s transform,
    0.2s left;
}

.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    0.2s transform,
    0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
  position: absolute;
}

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

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

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

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

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

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-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: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

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

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

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

.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;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

.swiper-cube.swiper-rtl .swiper-slide {
  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 {
  pointer-events: auto;
  visibility: visible;
}

.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;
  filter: blur(50px);
}

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

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

.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-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper-cards {
  overflow: visible;
}

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

.slider__btns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 600px) {
  .slider__btns {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .slider__btns.flex-end {
    justify-content: center;
  }
}
.slider__btn {
  position: relative;
  width: 33px;
  height: 33px;
  background-color: #049974;
  border-radius: 50%;
  transition:
    scale 0.1s ease-in,
    background-color 0.1s ease-out;
}
.slider__btn:disabled {
  background-color: #d9d9d9;
  cursor: not-allowed;
}
.slider__btn svg {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 15px;
  height: 15px;
  stroke: #ffffff;
  transform-origin: 1 1;
}
.slider__btn:active {
  scale: 1.05;
}
.slider__btn--next svg {
  scale: -1 1;
  margin-left: 1px;
}

.swiper-container {
  overflow: hidden;
}

.form {
  color: #03172e;
}
.form__body {
  padding: 35px 47px;
  padding-right: 93px;
  box-shadow: 0 0 25px 0 rgba(7, 24, 46, 0.07);
  background: #ffffff;
  border-radius: 10px;
}
@media only screen and (max-width: 1200px) {
  .form__body {
    padding-right: 47px;
  }
}
@media only screen and (max-width: 990px) {
  .form__body {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
  }
}
.form-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 10px;
}
@media only screen and (max-width: 990px) {
  .form-row {
    gap: 10px;
  }
}
.form .wpcf7-form-control-wrap,
.form .form-btn {
  width: calc((100% / 4) - 10px);
}
@media only screen and (max-width: 990px) {
  .form .wpcf7-form-control-wrap,
  .form .form-btn {
    width: 100%;
  }
}
.form-btn {
  padding: 17px;
  font-size: 18px;
  line-height: 1.2;
}
.form-btn:before {
  display: none;
}
.form-btn:hover:not(:disabled) {
  background: linear-gradient(146deg, #47b78e 0%, #049974 100%);
}
@media only screen and (max-width: 990px) {
  .form-btn {
    max-width: 45%;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .form-btn {
    font-size: 12px;
  }
}
.form-submit {
  display: grid;
  gap: 20px;
}
.form-privacy {
  display: block;
  font-size: 12px;
  color: #acacac;
}
.form-privacy a {
  text-decoration: underline;
  transition: color 0.1s ease-in;
}
.form-privacy a:hover {
  color: #049974;
}
@media only screen and (max-width: 990px) {
  .form-privacy {
    max-width: 48%;
    flex-basis: unset !important;
  }

  .section.form .cf7-acceptance .form-privacy {
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .form-privacy {
    font-size: 10px;
  }
}
.form-text {
  font-size: 13px;
  color: #03172e;
}
@media only screen and (max-width: 990px) {
  .form-text {
    order: -1;
  }
}
@media only screen and (max-width: 600px) {
  .form-text {
    font-size: 12px;
    flex-basis: unset !important;
  }
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  font-family: "Gilroy", sans-serif;
  padding: 18px 20px;
  font-weight: 500;
  font-size: 16px;
  color: #01111b;
  border: 1px solid #dadae5;
  border-radius: 5px;
  outline: none;
  width: 100%;
  transition: border-color 0.1s ease-in;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #bcbcbc;
}
@media only screen and (max-width: 600px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  select,
  textarea {
    padding: 14px 20px;
  }
}
input[type="text"]:hover,
input[type="text"]:active,
input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:active,
input[type="email"]:focus,
input[type="tel"]:hover,
input[type="tel"]:active,
input[type="tel"]:focus,
select:hover,
select:active,
select:focus,
textarea:hover,
textarea:active,
textarea:focus {
  border-color: #049974;
}
input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #de1717;
  animation: 0.75s ease-in-out trambling-animation;
}
input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="tel"]:disabled,
select:disabled,
textarea:disabled {
  background: #d9d9d9;
  border-color: #d9d9d9;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L17 1' stroke='%23DADAE5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 16px 8px;
  background-position-x: 95%;
  background-position-y: 50%;
  cursor: pointer;
  background-color: transparent;
}

.screen-reader-response,
.wpcf7-not-valid-tip,
.wpcf7-response-output {
  display: none;
}

.submitting .wpcf7-submit {
  animation: barberpole 1s linear infinite;
  color: #ffffff;
  background-size: 30px 30px;
  background-color: #049974;
  background-image: linear-gradient(
    135deg,
    rgba(3, 184, 139, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(3, 184, 139, 0.2) 50%,
    rgba(3, 184, 139, 0.2) 75%,
    transparent 75%,
    transparent
  );
}

@keyframes trambling-animation {
  0%,
  50%,
  100% {
    transform: translateX(0);
  }
  10%,
  30% {
    transform: translateX(-5px);
  }
  20%,
  40% {
    transform: translateX(5px);
  }
}
@keyframes barberpole {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 60px 30px;
  }
}

.table {
  display: block;
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #686868;
  overflow-x: auto;
}
.prices {
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .table {
    line-height: 1.2;
    font-size: 12px;
    overflow-x: scroll;
    display: block;
  }
}
.table th {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5;
  color: #333;
  text-align: start;
  padding: 12px 25px;
  background-color: #f8f8f8;
  width: 15%;
}
@media only screen and (max-width: 640px) {
  .table th {
    width: auto;
    padding: 17px 15px;
    font-size: 12px;
  }
}
.table th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 60%;
}
@media only screen and (max-width: 640px) {
  .table th:first-child {
    width: auto;
  }
}
.table th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media only screen and (max-width: 640px) {
  .table th:nth-last-child(2) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.table td {
  padding: 10px 25px;
}
@media only screen and (max-width: 600px) {
  .table td {
    padding: 15px;
  }
}
.table tr td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media only screen and (max-width: 640px) {
  .table tr td:first-child {
    color: #cccccc;
  }
}
.table tr td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media only screen and (max-width: 640px) {
  .table tr td:nth-last-child(2) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.table tr:nth-child(even) td {
  background-color: #f8f8f8;
  transition: background-color 0.1s ease-in;
}
@media only screen and (min-width: 990px) {
  .table tr:hover td {
    background-color: #dadae5;
  }
}
.table__btn {
  padding: 10px 20px;
  font-size: 17px;
  line-height: 1.25;
}
@media only screen and (max-width: 640px) {
  .table__none {
    display: none;
  }
}

.team-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px clamp(26px, 2.5vw, 50px);
}
@media only screen and (max-width: 990px) {
  .team-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
  }
}
@media only screen and (max-width: 640px) {
  .team-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.team-list__item {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  padding: 20px;
  box-shadow: 0 0 25px 0 rgba(7, 24, 46, 0.07);
  background-color: #ffffff;
  font-family: "Manrope", sans-serif;
  border-radius: 5px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .team-list__item {
    padding: 34px 26px;
    font-size: 12px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }
}
@media only screen and (max-width: 360px) {
  .team-list__item {
    padding: 20px 15px;
  }
}
.team-list__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  color: #333;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .team-list__name {
    font-size: 16px;
    margin-bottom: 2px;
  }
}
.team-list__exp {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media only screen and (max-width: 640px) {
  .team-list__exp {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.team-list__avatar {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
@media only screen and (max-width: 1200px) {
  .team-list__avatar {
    width: clamp(75px, 8vw, 90px);
    height: clamp(75px, 8vw, 90px);
  }
}

.reviews {
  overflow: hidden;
}
.reviews__avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
@media only screen and (max-width: 990px) {
  .reviews__avatar {
    width: 44px;
    height: 44px;
  }
}
.reviews__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
}
@media only screen and (max-width: 600px) {
  .reviews__title {
    font-size: 12px;
  }
}
.reviews .swiper-container {
  overflow: visible;
}
.reviews .swiper-slide {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.reviews .swiper-slide-visible {
  opacity: 1;
}
.reviews__slide {
  display: grid;
  padding: 30px 35px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.35;
  box-shadow: 0 0 25px 0 rgba(7, 24, 46, 0.07);
  background-color: #ffffff;
  border-radius: 5px;
  height: auto;
}
@media only screen and (max-width: 600px) {
  .reviews__slide {
    padding: 15px;
    font-size: 12px;
    font-weight: 300;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }
}
.reviews__row {
  margin-top: auto;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 990px) {
  .reviews__row {
    align-items: flex-end;
    padding-top: 15px;
  }
}
.reviews__user {
  display: flex;
  gap: 15px;
  align-items: center;
}

.rating {
  display: flex;
  align-items: center;
  gap: 5px;
}
.rating__star {
  width: 26px;
  height: 26px;
  fill: #f5b307;
}
@media only screen and (max-width: 990px) {
  .rating__star {
    width: 18px;
    height: 18px;
  }
}

/*Faq*/
.faq__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  grid-auto-flow: dense;
  gap: 20px 40px;
  overflow: hidden;
  margin-top: 30px;
}
@media (max-width: 991.9px) {
  .faq__grid {
    grid-template-columns: minmax(auto, 991px);
    gap: 0;
  }
}
.faq__tab {
  transition: 0.2s ease-out;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 20px;
  box-shadow: 0 0 25px 0 rgba(7, 24, 46, 0.07);
  background-color: #ffffff;
}
.faq__tab-header {
  cursor: pointer;
  padding: 30px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  transition: 0.2s ease-out;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 575.9px) {
  .faq__tab-header {
    padding: 20px;
  }
  .faq__tab-header {
    font-size: 16px;
  }
}
.faq__tab-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  transition: 0.2s ease-out;
  margin-left: 10px;
}
.faq__tab-arrow svg {
  transition: 0.2s ease-out;
  width: 30px;
  height: 30px;
  transform: rotate(180deg);
}
.faq__tab-content {
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  max-width: 100%;
  display: none;
  box-sizing: content-box !important;
  font-size: 16px;
}
@media (max-width: 991.9px) {
  .faq__tab-content {
    max-width: 740px;
  }
}
@media (max-width: 575.9px) {
  .faq__tab-content {
    padding-left: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
.faq__tab-content h3,
.faq__tab-content h4,
.faq__tab-content h5,
.faq__tab-content h6 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 130%;
  font-weight: 700;
  color: #0b2537;
}
.faq__tab-content p {
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #0b2537;
}

.faq__tab.is-open .faq__tab-header {
  padding-bottom: 15px;
}

.faq__tab.is-open svg {
  transform: rotate(0deg);
}
.faq__tab.is-open svg circle {
  fill: #3694d7;
}

.faq-btn {
  margin: 40px auto 0;
}
@media (max-width: 575.9px) {
  .faq-btn {
    margin: 24px auto 0;
  }
}

.accordion {
  display: flex;
  gap: 30px;
}
.accordion__buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-basis: 40%;
}
@media only screen and (max-width: 820px) {
  .accordion__buttons {
    display: none;
  }
}
.accordion__items {
  flex-basis: 60%;
  padding: 20px 25px;
  box-shadow: 0 0 25px 0 rgba(7, 24, 46, 0.07);
  background: #ffffff;
  border-radius: 5px;
  height: auto;
}
@media only screen and (max-width: 820px) {
  .accordion__items {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-basis: 100%;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }
}
@media only screen and (max-width: 820px) {
  .accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .accordion__header:before {
    content: attr(data-title);
    font-weight: 800;
    font-size: 18px;
    color: #000;
  }
  .accordion__header:after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #049974;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='white' stroke-width='1.6' /%3E%3C/svg%3E");
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
    border-radius: 50%;
    margin-left: 30px;
    transition: transform 0.2s ease;
    will-change: transform;
  }
}
@media only screen and (max-width: 360px) {
  .accordion__header:before {
    font-size: 14px;
  }
  .accordion__header:after {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 820px) {
  .accordion__content {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    font-size: 15px;
    font-weight: 300;
    height: 0;
  }
}
@media only screen and (max-width: 820px) {
  .accordion__body {
    border-top: 2px solid #049974;
    padding-top: 15px;
    margin-top: 15px;
    display: none;
  }
}
.accordion__item {
  display: none;
  font-size: 16px;
  line-height: 1.45;
  height: 100%;
}
@media only screen and (max-width: 820px) {
  .accordion__item {
    display: block;
    padding: 20px;
    height: auto;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: border-color 0.2s ease;
  }
}
.accordion__item.active {
  display: block;
  border-color: #049974;
}
@media only screen and (max-width: 820px) {
  .accordion__item.active .accordion__content {
    opacity: 1;
    visibility: visible;
  }
  .accordion__item.active .accordion__header:after {
    transform: rotate(180deg);
  }
  .accordion__item.active .accordion__body {
    display: block;
  }
}
.accordion__item p:not(:first-child) {
  margin-top: 10px;
}
.accordion__btn {
  padding: 16px 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  box-shadow: 0 0 25px 0 rgba(7, 24, 46, 0.07);
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid transparent;
  transition:
    border-color 0.1s ease-in,
    background-color 0.1s ease-in;
  text-align: start;
  cursor: pointer;
  width: 100%;
}
.accordion__btn.active,
.accordion__btn:focus {
  border-color: #049974;
}
.accordion__btn:not(.active):hover {
  background-color: #dadae5;
}

.portfolio {
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .portfolio {
    text-align: center;
  }
}
.portfolio .swiper-container {
  overflow: visible;
}
.portfolio .swiper-slide {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.portfolio .swiper-slide-visible {
  opacity: 1;
}
.portfolio__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 68px;
}
@media only screen and (max-width: 1200px) {
  .portfolio__items {
    gap: 20px;
  }
}
@media only screen and (max-width: 751px) {
  .portfolio__items {
    grid-template-columns: 1fr;
  }
}
.portfolio .swiper-slide {
  height: auto !important;
}
.portfolio__img {
  position: relative;
  aspect-ratio: 2 / 1.13;
}
@media only screen and (max-width: 600px) {
  .portfolio__img {
    aspect-ratio: 2 / 1.42;
  }
}
.portfolio__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio__body {
  display: flex;
  flex-direction: column;
  padding: 24px 30px;
  align-items: flex-start;
}
@media only screen and (max-width: 640px) {
  .portfolio__body {
    padding: 15px;
    align-items: stretch;
  }
}
.portfolio__char {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 640px) {
  .portfolio__char {
    gap: 5px;
  }
}
@media only screen and (max-width: 600px) {
  .portfolio__char {
    justify-content: center;
  }
}
.portfolio__char-item {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #646464;
  font-size: 17px;
  line-height: 1.1;
}
@media only screen and (max-width: 640px) {
  .portfolio__char-item {
    font-size: 14px;
    gap: 5px;
  }
}
.portfolio__char-item:not(:last-child):after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #646464;
  flex-shrink: 0;
}
.portfolio__item {
  display: grid;
  box-shadow: 0 0 25px 0 rgba(7, 24, 46, 0.07);
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .portfolio__item {
    display: flex;
    flex-direction: column;
  }
}
.portfolio__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .portfolio__title {
    font-size: 18px;
  }
}
.portfolio__desc {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 24px;
}
@media only screen and (max-width: 640px) {
  .portfolio__desc {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.portfolio__btn {
  font-size: 18px;
  padding: 17px 25px;
  margin-top: auto;
}
@media only screen and (max-width: 640px) {
  .portfolio__btn {
    font-size: 16px;
    padding: 18px;
    border-radius: 10px;
  }
}

.play {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #049974;
  transform-origin: 0 0;
  transition: scale 0.1s ease-in;
  outline: none !important;
}
.play--center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.play:hover {
  scale: 1.1;
}

.footer {
  padding-top: 62px;
  padding-bottom: 14px;
  margin-top: 110px;
  background-color: #01111b;
  color: #ffffff;
}
@media only screen and (max-width: 600px) {
  .footer {
    margin-top: 30px;
  }
}
.footer__row {
  display: flex;
  justify-content: space-between;
  column-gap: 60px;
  row-gap: 20px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1200px) {
  .footer__row {
    justify-content: start;
  }
}
@media only screen and (max-width: 640px) {
  .footer__row {
    flex-direction: column;
  }
}
.footer__info {
  max-width: 286px;
}
@media only screen and (max-width: 1200px) {
  .footer__info {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.footer__text {
  font-weight: 300;
  font-size: 12px;
  margin-top: 16px;
  max-width: 262px;
}
@media only screen and (max-width: 600px) {
  .footer__text {
    max-width: 100%;
  }
}
.footer__payment {
  margin-top: 20px;
}
.footer .privacy-policy-link {
  display: inline-block;
  margin-top: 16px;
  font-weight: 300;
  font-size: 12px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #e0dfdf;
  transition: color 0.1s ease-in;
}
.footer .privacy-policy-link:hover {
  color: #049974;
}
.footer__title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 3px;
}
.footer__copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  font-weight: 300;
  font-size: 12px;
  margin-top: 30px;
}
.footer__copyright img {
  flex-shrink: 0;
}
.footer__right {
  display: flex;
  gap: 100px;
}
@media only screen and (max-width: 820px) {
  .footer__right {
    flex-direction: column;
    gap: 30px;
  }
}
.footer__address {
  margin-top: 16px;
  font-size: 12px;
  color: #e0dfdf;
}

.payment {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.menu__title {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 11px;
}
.menu__links {
  display: flex;
  gap: 100px;
}
@media only screen and (max-width: 820px) {
  .menu__links {
    flex-direction: column;
    gap: 30px;
  }
}
.menu__links li {
  margin-bottom: 7px;
}
.menu__links > li {
  font-weight: 700;
  font-size: 20px;
}
.menu__links > li ul {
  margin-top: 14px;
}
.menu__links > li > ul li {
  font-weight: 300;
  font-size: 18px;
  transition: color 0.1s ease-in;
}
.menu__links > li > ul li:hover {
  color: #049974;
}
.menu__list {
  opacity: 0;
  transform: translateY(-100px);
  transition:
    transform 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.1s ease-out;
}
.menu__list--3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 90px;
  row-gap: 40px;
}
@media only screen and (max-width: 990px) {
  .menu__list--3col {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .menu__list--3col {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}
.menu__list a {
  display: inline-block;
  margin-bottom: 7px;
  transition: color 0.1s ease-in;
}
.menu__list a:hover {
  color: #049974;
}
.menu__list:not(.menu__list--main) > li > a {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 640px) {
  .menu__list:not(.menu__list--main) > li > a {
    margin-bottom: 11px;
  }
}
.menu__list--main {
  font-weight: 300;
  font-size: 18px;
}
.menu__list > li > ul > li {
  font-weight: 300;
  font-size: 18px;
}
.menu__row {
  display: flex;
  column-gap: 90px;
}
@media only screen and (max-width: 640px) {
  .menu__row {
    flex-direction: column;
    row-gap: 32px;
  }
}

.article {
  font-weight: 300;
  font-size: 17px;
  line-height: 1.35;
}
@media only screen and (max-width: 600px) {
  .article {
    font-size: 16px;
  }
}
.article__content--row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.article__content--row .content-wrapper {
  max-width: 60%;
}
@media only screen and (max-width: 990px) {
  .article__content--row .content-wrapper {
    max-width: 100%;
  }
}
.article__content p {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 600px) {
  .article__content p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.article__content .wp-block-image {
  margin-top: 24px;
}
@media only screen and (max-width: 600px) {
  .article__content .wp-block-image {
    margin-top: 20px;
  }
}
.article__content .wp-block-image img {
  border-radius: 10px;
  height: auto;
}
.article__more {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition:
    opacity 0.5s ease-out,
    visibility 0.5s ease-out,
    height 0.3s ease-out;
}
.article__more.active {
  opacity: 1;
  visibility: visible;
}
.article__more p:first-child {
  margin-top: 0;
}
.article__btn {
  margin-top: 50px;
  padding: 16px 48px;
  font-size: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .article__btn {
    font-size: 16px;
    width: 100%;
    margin-top: 20px;
  }
}
.article__share {
  position: sticky;
  top: 120px;
  margin-right: 232px;
  display: grid;
  align-items: center;
  text-align: center;
  padding: 15px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  border-radius: 10px;
  max-width: 222px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1200px) {
  .article__share {
    margin-right: 0;
  }
}
@media only screen and (max-width: 990px) {
  .article__share {
    display: none;
  }
}
.article__share-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.45;
  margin-bottom: 15px;
}
.article__share-links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
.article__share-links svg {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  fill: #00ae83;
  transition: scale 0.1s ease-in;
}
.article__share-link:hover svg {
  scale: 1.1;
}

.content ul,
.content ol {
  margin-top: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
@media only screen and (max-width: 600px) {
  .content ul,
  .content ol {
    margin-top: 20px;
  }
}
.content ol {
  display: grid;
  gap: 14px;
}
.content ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
.content ul {
  display: grid;
  gap: 14px;
}
.content ul li {
  display: inline-block;
}
.content ul li:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='9' fill='%23049974' /%3E%3Cpath d='M4.11523 9.05939L7.79435 12.7385L14.2328 6.30005' stroke='white' stroke-width='1.09011' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

.seo h2 {
  font-weight: 700;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.1;
  font-family: "Gilroy", sans-serif;
}
@media only screen and (max-width: 360px) {
  .seo h2 {
    font-size: clamp(25px, 2vw, 30px);
  }
}
.seo img {
  border-radius: 10px;
  height: auto;
}

.about {
  font-weight: 500;
}
.about__row {
  display: flex;
  justify-content: space-between;
  gap: 45px;
}
@media only screen and (max-width: 820px) {
  .about__row {
    flex-direction: column;
    gap: 0;
  }
}
.about__col:first-child {
  flex-basis: 55%;
}
.about__col:last-child {
  flex-basis: 45%;
}
.about__col--full {
  flex-basis: 100% !important;
}
.about__cards {
  margin-top: 96px;
}
@media only screen and (max-width: 990px) {
  .about__cards {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .about__cards {
    margin-top: 20px;
  }
}
.about__media {
  position: relative;
  aspect-ratio: 2/1.3;
  border-radius: 5px;
  overflow: hidden;
}
.about__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 32px;
  font-size: 16px;
}
@media only screen and (max-width: 990px) {
  .text-cards {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
  }
}
@media only screen and (max-width: 640px) {
  .text-cards {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.text-cards__title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}
.text-cards__card:not(:last-child) {
  padding-right: 32px;
  border-right: 1px solid #049974;
}
@media only screen and (max-width: 990px) {
  .text-cards__card:not(:last-child) {
    border-right: none;
  }
}
@media only screen and (max-width: 640px) {
  .text-cards__card:not(:last-child) {
    padding-right: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #049974;
  }
}
@media only screen and (max-width: 990px) {
  .text-cards__card:nth-child(odd) {
    border-right: 1px solid #049974;
  }
}
@media only screen and (max-width: 640px) {
  .text-cards__card:nth-child(odd) {
    border-right: none;
  }
}

.blog__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 1200px) {
  .blog__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 820px) {
  .blog__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .blog__items {
    grid-template-columns: 1fr;
    margin-top: 20px;
    gap: 20px;
  }
}
.blog__nav {
  display: flex;
  gap: 6px;
  margin-top: 23px;
  max-width: 100%;
  overflow-x: auto;
}
@media only screen and (max-width: 640px) {
  .blog__nav {
    gap: 15px;
  }
}
.blog__nav::-webkit-scrollbar {
  display: none;
}
.blog__nav-item {
  flex-shrink: 0;
}
.blog__nav-item a {
  display: inline-block;
  padding: 10px 16px;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  border: 1px solid #d2d2d2;
  border-radius: 40px;
  white-space: nowrap;
  transition: border-color 0.1s ease-in;
}
@media only screen and (max-width: 640px) {
  .blog__nav-item a {
    padding: 10px 30px;
    font-size: 16px;
  }
}
.blog__nav-item.active a {
  border-color: #049974;
}
.blog__nav-item:hover a {
  border-color: #049974;
}
.blog__item {
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.blog__item-img {
  aspect-ratio: 2/1.49;
  background-color: #01111b;
}
.blog__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog__item-body {
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blog__item-date {
  margin-bottom: 10px;
}
.blog__item-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.45;
}
.blog__item-excerpt {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.45;
  margin-bottom: 20px;
}
.blog__item-btn {
  margin-top: auto;
  max-width: max-content;
}

.date {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
  color: #049974;
}
@media only screen and (max-width: 640px) {
  .date {
    font-size: 14px;
  }
}
.date__icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  stroke: #049974;
  flex-shrink: 0;
}
@media only screen and (max-width: 640px) {
  .date__icon {
    width: 17px;
    height: 17px;
  }
}
.date time {
  display: inline-block;
}

.blog-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
  margin-top: 24px;
}
.blog-nav .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #049974;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #049974;
  flex-shrink: 0;
  border-radius: 50%;
}
.blog-nav .page-numbers.current {
  background-color: #049974;
  color: #ffffff;
}
.blog-nav .page-numbers:not(.current):hover {
  background-color: #049974;
  color: #ffffff;
}
.blog-nav .prev,
.blog-nav .next {
  display: none;
}

.blog-item {
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .blog-item {
    text-align: center;
  }
}
.blog-item__img {
  aspect-ratio: 2/1.49;
  background-color: #01111b;
}
.blog-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-item__body {
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media only screen and (max-width: 640px) {
  .blog-item__body {
    align-items: center;
    padding: 15px;
  }
}
.blog-item__date {
  margin-bottom: 10px;
}
.blog-item__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.45;
  margin-bottom: 8px;
}
@media only screen and (max-width: 640px) {
  .blog-item__title {
    font-size: 18px;
  }
}
.blog-item__excerpt {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.45;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .blog-item__excerpt {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.blog-item__btn {
  margin-top: auto;
  max-width: max-content;
}
@media only screen and (max-width: 640px) {
  .blog-item__btn {
    max-width: 100%;
    width: 100%;
    padding: 19px;
    font-size: 16px;
  }
}

.contacts__row {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  column-gap: clamp(25px, 4vw, 70px);
}
@media only screen and (max-width: 990px) {
  .contacts__row {
    flex-direction: column;
    margin-top: 30px;
  }
}
.contacts__body {
  flex-basis: 40%;
}
.contacts__map {
  flex-basis: 60%;
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 990px) {
  .contacts__map {
    border-radius: 10px;
  }
}
.contacts__map iframe {
  border: none;
  outline: none;
}
@media only screen and (max-width: 600px) {
  .contacts__map iframe {
    height: 490px;
  }
}
.contacts__cities {
  font-weight: 500;
  font-size: 18px;
}
.contacts__city-name {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 25px;
}
.contacts__city-name svg {
  flex-shrink: 0;
}
.contacts__city p {
  margin-bottom: 10px;
}
.contacts__form {
  padding-top: 15px;
  padding-bottom: 20px;
}
.contacts__form input[type="text"],
.contacts__form input[type="email"],
.contacts__form input[type="tel"],
.contacts__form select,
.contacts__form textarea {
  width: auto;
}
@media only screen and (max-width: 990px) {
  .contacts__form input[type="text"],
  .contacts__form input[type="email"],
  .contacts__form input[type="tel"],
  .contacts__form select,
  .contacts__form textarea {
    width: 100%;
  }
}
@media only screen and (max-width: 990px) {
  .contacts__form .form-btn {
    width: 50%;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 360px) {
  .contacts__form .form-btn {
    width: 100%;
    max-width: 100%;
  }
}
.contacts__form .form-privacy {
  display: inline-block;
  max-width: 60%;
  /* margin-top: 18px; */
}
@media only screen and (max-width: 640px) {
  .contacts__form .form-privacy {
    max-width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .contacts__form .form-privacy {
    margin-top: 0;
  }

  .contacts .cf7-acceptance {
    margin-top: 0;
  }
}
.contacts__form .form-row {
  flex-wrap: nowrap;
}
@media only screen and (max-width: 360px) {
  .contacts__form .form-row {
    flex-direction: column;
    align-items: stretch;
  }
}
.contacts__form .form-row .form-btn {
  padding: 20px 11px;
}
.contacts__form input[type="text"],
.contacts__form input[type="email"],
.contacts__form input[type="tel"],
.contacts__form select,
.contacts__form textarea {
  padding: 22px 20px;
}
@media only screen and (max-width: 640px) {
  .contacts__form input[type="text"],
  .contacts__form input[type="email"],
  .contacts__form input[type="tel"],
  .contacts__form select,
  .contacts__form textarea {
    padding: 17px 20px;
  }
}
.contacts__req {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
  opacity: 0.5;
  font-weight: 500;
  font-size: 14px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
@media only screen and (max-width: 990px) {
  .contacts__req {
    border-top: none;
    border-bottom: none;
  }
}
.contacts__req p {
  margin-bottom: 5px;
}
.contacts__req p strong {
  font-size: 18px;
}
.contacts__req p:has(strong) {
  margin-bottom: 15px;
}

.similar {
  overflow: hidden;
}
.similar__item {
  height: auto !important;
}
.similar .swiper-container {
  overflow: visible;
}
.similar .swiper-slide {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.similar .swiper-slide-visible {
  opacity: 1;
}

.cert {
  overflow: hidden;
}
.cert .swiper-slide {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.cert .swiper-slide-visible {
  opacity: 1;
}
@media only screen and (max-width: 640px) {
  .cert .swiper-slide {
    opacity: 1;
  }
}
.cert__slider {
  margin-top: 22px;
}
.cert__slider .swiper-container {
  overflow: visible;
}
@media only screen and (max-width: 640px) {
  .cert__slider .swiper-container .swiper-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .cert__slider .slider__btns {
    display: none;
  }
}
.cert__caption {
  margin-top: 18px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
}
.cert__item {
  padding: 7px 11px 29px 7px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  border-radius: 8px;
  outline: none !important;
}
.cert__item img {
  width: 100%;
  aspect-ratio: 1 / 1.4;
  border-radius: 5px;
  box-shadow: 0 0 25px 0 rgba(7, 24, 46, 0.07);
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease)
    var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease)
    var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both
    f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1)
    f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  color: var(--f-button-color);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px)
    var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(
    var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px)
  );
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(0, 0, 0, 0.5);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__backdrop:empty,
.fancybox__viewport:empty,
.fancybox__track:empty,
.fancybox__slide:empty {
  display: block;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-animating .fancybox__content,
.is-dragging .fancybox__content {
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
  filter: blur(0px);
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 24px;
  --f-button-height: 24px;
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: 24px;
  right: 24px;
}
.fancybox__content > .f-button.is-close-btn svg {
  stroke: #727272;
  transition: stroke 0.1s ease-in;
}
.fancybox__content > .f-button.is-close-btn:hover svg {
  stroke: #049974;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0
    var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden="false"]
  > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden="false"]
  .fancybox__carousel
  > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="false"]
  .fancybox__slide
  > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards
    f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden="true"]
  > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden="true"]
  .fancybox__carousel
  > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="true"]
  .fancybox__slide
  > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden="true"] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color))
    drop-shadow(2px 0px 0px var(--f-thumb-outline-color))
    drop-shadow(0px -1px 0px var(--f-thumb-outline-color))
    drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset(
    0
      calc(
        ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) *
          (1 - var(--progress, 0)) * 0.5
      )
      round var(--f-thumb-border-radius, 0)
  );
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid
    var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.05)
  );
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.05)
  );
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI",
    "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(
    --fancybox-toolbar-text-shadow,
    1px 1px 1px rgba(0, 0, 0, 0.5)
  );
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  transition-delay: 0.2s;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal {
  max-width: 677px;
  background-color: #ffffff;
  border: 5px solid #dadae5;
  border-radius: 20px;
  display: none;
  padding: 50px;
}
@media only screen and (max-width: 640px) {
  .modal {
    max-width: 406px;
    padding: 20px;
  }
}
.modal .title-h2 {
  padding-right: 60px;
}
@media only screen and (max-width: 640px) {
  .modal .title-h2 {
    padding-right: 40px;
  }
}
.modal-row {
  display: flex;
  align-items: center;
  /* flex-direction: column; */
  gap: 11px;
  margin-top: 26px;
}
.modal-row .form-privacy {
  margin-top: 0;
}
@media only screen and (max-width: 360px) {
  .modal-row {
    flex-direction: column;
  }
}
.modal__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.25;
}
.modal--success {
  padding: 90px 112px;
  font-weight: 500;
  font-size: 24px;
}
@media only screen and (max-width: 640px) {
  .modal--success {
    padding: 60px clamp(40px, 2vw, 70px);
    font-size: 16px;
  }
}
.modal--success .modal__title {
  font-size: 32px;
  color: #049974;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .modal--success .modal__title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 360px) {
  .modal .form-btn {
    max-width: 100%;
  }
}
.modal__icon {
  display: block;
  margin: 0 auto;
  margin-top: 80px;
}
@media only screen and (max-width: 640px) {
  .modal__icon {
    margin-top: 30px;
  }
}
.modal .form-text {
  margin-top: 20px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 990px) {
  .modal .form-text {
    order: initial;
  }
}
@media only screen and (max-width: 640px) {
  .modal .form-text {
    margin-top: 15px;
    margin-bottom: 8px;
  }
}
.modal input:not([type="submit"]) {
  margin-top: 26px;
}
@media only screen and (max-width: 640px) {
  .modal input:not([type="submit"]) {
    margin-top: 10px;
  }
}
.modal .form-btn {
  width: 75%;
}
.modal .form-privacy {
  max-width: 330px;
}
@media only screen and (max-width: 640px) {
  .modal .form-privacy {
    max-width: 90%;
  }
}
@media only screen and (max-width: 360px) {
  .modal .form-privacy {
    max-width: 100%;
  }
}

.cities-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 50px;
  margin-top: 50px;
}
@media only screen and (max-width: 820px) {
  .cities-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .cities-list {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}

.city-item {
  display: block;
  text-align: center;
  padding: 24px;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.25;
  box-shadow: 0 4px 75px 0 rgba(32, 78, 119, 0.07);
  background-color: #ffffff;
  border-radius: 5px;
  transition: color 0.2s ease-out;
}
.city-item:hover {
  color: #049974;
}

.cities {
  overflow: hidden;
}
.cities__slider .swiper-container {
  overflow: visible;
}
.cities__slider .swiper-slide {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.cities__slider .swiper-slide-visible {
  opacity: 1;
}
.cities__slider .city-item {
  padding: 30px;
}

.cities-btn {
  position: relative;
  margin-top: 2px;
  padding-right: 13px;
  color: inherit;
  transition: color 0.1s ease-in;
}
.cities-btn:hover {
  color: #049974;
}
.cities-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -7px;
  border-bottom: 1.5px solid;
  border-left: 1.5px solid;
  transform: rotate(-45deg);
}
.cities-btn::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1.5px solid;
}
.cities-btn span::before {
  content: attr(data-city);
}
.modal--cities {
  width: 100%;
}
.modal-cities-list {
  margin-top: 26px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px;
}
.modal-cities-list ul {
  column-count: 2;
}
.modal-cities-list ul:not(.active)::after {
  content: attr(data-load-text);
}
.modal-cities-list li {
  display: none;
}
.modal-cities-list li.active {
  display: block;
}
.modal-cities-list li a {
  transition: color 0.1s ease-in;
}
.modal-cities-list li a::before {
  content: attr(data-city);
}
.modal-cities-list li a:hover {
  color: #049974;
}

.cities__slider .city-item::before {
  content: attr(data-city);
}

/* Social widget */

.social-widget-wrapper {
  display: none;
  flex-direction: row-reverse;
}

.social-widget {
  position: fixed;
  z-index: 8;
  bottom: 15px;
  display: inline-flex;
  flex-direction: column;
  padding: 15px 20px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(17, 17, 17, 0.2);
}
.social-widget__title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
}
.social-widget__list {
  display: flex;
  justify-content: center;
}
.social-widget__list a:not(:last-child) {
  margin-right: 18px;
}
.social-widget__list a img {
  display: block;
  width: 32px;
  height: auto;
  margin: 0 !important;
}
@media (min-width: 768px) {
  .social-widget {
    bottom: 30px;
  }
}

.medication .text-block {
  margin-bottom: 50px;
}

.medication .text-block .desc {
  margin-top: 24px;
}

.medication__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 31px;
}
.medication__item {
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.07);
  background: #fff;
  padding: 30px 30px 52px;
  border-radius: 10px;
}
.medication__img {
  max-width: 296px;
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.medication__item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 10px;
}
.medication__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.cf7-acceptance,
.cf7-acceptance .wpcf7-form-control-wrap,
.cf7-acceptance .wpcf7-acceptance,
.cf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0;
}

.cf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: start;
  gap: 8px;
  margin: 0;
  cursor: pointer;
}

.cf7-acceptance input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #049974;
  border: 1px solid #049974;
  margin: 3px 0 0;
  border-radius: 4px;
  flex-shrink: 0;
  display: block;
  cursor: pointer;
  appearance: auto;
  -webkit-appearance: auto;
}

.cf7-acceptance input[type="checkbox"]:hover {
  color: inherit;
}

.cf7-acceptance input[type="checkbox"]:checked {
  accent-color: #049974;
}

.cf7-acceptance .form-privacy a {
  color: #049974;
}

.contacts .cf7-acceptance {
  margin-top: 18px;
}

.section.form .cf7-acceptance .wpcf7-form-control-wrap {
  width: auto !important;
}

.section.form .cf7-acceptance {
  flex-basis: 25%;
}

@media (max-width: 1140px) {
  .section.form .cf7-acceptance {
    flex-basis: 45%;
  }
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
  .medication .text-block {
    margin-bottom: 30px;
  }

  .medication__img {
    height: auto;
  }

  .medication .text-block .desc {
    margin-top: 18px;
  }
}

@media (max-width: 620px) {
  .medication__grid {
    grid-template-columns: 1fr;
  }

  .medication {
    padding-top: 40px;
  }
}

@media (max-width: 576px) {
  .medication__item {
    padding: 30px;
  }
}

@media (max-width: 425px) {
  .medication__grid {
    grid-template-columns: 1fr;
  }
  .medication__img {
    height: 200px;
  }

  .section.form .cf7-acceptance {
    flex-basis: auto;
  }

  .section.form .form-btn {
    width: 100%;
    max-width: 100% !important;
  }

  .modal-row {
    flex-direction: column;
    margin-top: 10px;
  }

  .modal .form-btn {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 360px) {
  .medication__img {
    height: 185px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.table__title {
  margin-top: 30px;
  margin-bottom: 50px;
}

.breadcrumbs {
  /* margin-bottom: 40px; */
}

.breadcrumbs span {
  font-weight: 600;
  line-height: 130%;
}

.breadcrumbs a {
  transition: 0.2s ease-out;
}

.breadcrumbs a:hover {
  color: #049974;
}

.pt-0 {
  padding-top: 0;
}

.cookiebar {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}
.cookiebar.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.cookiebar__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  max-width: 850px;
  margin: 0 auto;
  padding: 32px 16px 32px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.cookiebar__text {
  min-width: 0;
}
.cookiebar__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 6px;
  color: #01111b;
}
.cookiebar__desc {
  font-size: 14px;
  line-height: 1.45;
  color: #686868;
}
.cookiebar__link {
  color: #049974;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.cookiebar__link:hover {
  color: #049974;
}
.cookiebar__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cookiebar__btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  border-radius: 5px;
  padding: 12px 22px;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  background-color: #049974;
  color: #fff;
  transition:
    transform 0.12s ease,
    opacity 0.12s ease;
}
.cookiebar__btn:hover {
  opacity: 0.95;
}
.cookiebar__btn:active {
  transform: translateY(1px);
}
.cookiebar__btn--ghost {
  background: transparent !important;
  color: #01111b;
  border: 1px solid rgba(0, 0, 0, 0.18);
}
.cookiebar__btn--ghost:hover {
  background: rgba(0, 0, 0, 0.04);
}
.cookiebar__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.04);
  color: #01111b;
}
.cookiebar__close:hover {
  background: rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .cookiebar {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
  .cookiebar__inner {
    grid-template-columns: 1fr;
    padding-right: 44px;
  }
  .cookiebar__actions {
    justify-content: flex-start;
  }
  .cookiebar__btn {
    width: 100%;
    justify-content: center;
  }
}
