* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root {
  --app-height: 100%;
  --white: #ffffff;
  --aqua_5: #edfffe;
  --aqua_10: #c0feff;
  --aqua_20: #81fbff;
  --aqua_30: #3af8ff;
  --aqua_40: #00ffff;
  --aqua_50: #00e1e2;
  --aqua_60: #00b2b7;
  --aqua_70: #008c91;
  --aqua_80: #006c72;
  --aqua_90: #04585d;
  --aqua_95: #00343a;
  --fuchsia_5: #fff2fe;
  --fuchsia_10: #ffe3fe;
  --fuchsia_20: #ffc6fd;
  --fuchsia_30: #ff99f6;
  --fuchsia_40: #ff5def;
  --fuchsia_50: #ff21f2;
  --fuchsia_60: #ff00ff;
  --fuchsia_70: #cf00ca;
  --fuchsia_80: #a900a3;
  --fuchsia_90: #890682;
  --fuchsia_95: #5e005a;
  --blue_5: #f0f7ff;
  --blue_10: #e0effe;
  --blue_20: #bbdffc;
  --blue_30: #7fc4fa;
  --blue_40: #3fa9f5;
  --blue_50: #128de5;
  --blue_60: #056ec4;
  --blue_70: #06579e;
  --blue_80: #094b83;
  --blue_90: #0e406c;
  --blue_95: #092848;
  --alabaster_5: #fcfcfc;
  --alabaster_10: #efefef;
  --alabaster_20: #dcdcdc;
  --alabaster_30: #bdbdbd;
  --alabaster_40: #989898;
  --alabaster_50: #7c7c7c;
  --alabaster_60: #656565;
  --alabaster_70: #525252;
  --alabaster_80: #464646;
  --alabaster_90: #3d3d3d;
  --alabaster_95: #292929;
  --border: 1px solid var(--alabaster_20);
  --bg_grey: var(--alabaster_5);
}

.c_wh {
  color: var(--white);
}

.c_black {
  color: var(--black);
}

.c_red {
  color: var(--red);
}

.c_grey {
  color: var(--grey);
}

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

.bg_red {
  background-color: var(--red);
}

.bg_grey {
  background-color: var(--grey);
}

.bg_black {
  background-color: var(--black);
}

.elem__anim > h1, .elem__anim > h2, .elem__anim > h3, .elem__anim > h4, .elem__anim > a, .elem__anim > button, .elem__anim > p, .elem__anim > ul, .elem__anim > ol {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}

body,
html {
  scrollbar-color: var(--fuchsia_95) var(--alabaster_30);
  scrollbar-width: thick;
  overflow-x: hidden;
}

.swiper-container {
  overflow: hidden;
}

.xyz_start {
  opacity: 0;
}

.xyz_start.xyz-in {
  opacity: 1;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--alabaster_95);
  background-color: var(--white);
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 116px;
  min-width: 320px;
}

section {
  position: relative;
}

/* ::-webkit-scrollbar {
  height: 5px;
} */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--alabaster_30);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--fuchsia_95);
}

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

a:hover,
a:active,
a:visited,
a {
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  display: block;
}

p {
  margin-bottom: 0;
  line-height: 1.5em;
  font-size: 18px;
}

input:hover,
select:hover,
textarea:hover,
input:active,
select:active,
textarea:active,
input:focus,
select:focus,
textarea:focus,
input,
select,
textarea {
  display: block;
  outline: none;
  font-family: "Inter", sans-serif;
}

button {
  background-color: transparent;
  border: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

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

svg,
path,
stroke {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.container {
  position: relative;
}

a.btn,
button.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Inter", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
  height: 42px;
  min-width: 220px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  position: relative;
  border-radius: 50px;
  padding: 0;
  overflow: hidden;
}
a.btn.btn_tr,
button.btn.btn_tr {
  background-color: transparent;
  border: 1px solid var(--alabaster_80);
  color: var(--alabaster_80);
}
a.btn.btn_tr:hover,
button.btn.btn_tr:hover {
  color: var(--alabaster_5);
  background-color: var(--fuchsia_40);
  border: 2px solid var(--fuchsia_40);
}
a.btn.btn_tr:active,
button.btn.btn_tr:active {
  color: var(--alabaster_5);
  background-color: var(--fuchsia_90);
  border: 2px solid var(--fuchsia_90);
}
a.btn.btn_tr_wh,
button.btn.btn_tr_wh {
  background-color: transparent;
  border: 1px solid var(--alabaster_5);
  color: var(--alabaster_5);
}
a.btn.btn_tr_wh:hover,
button.btn.btn_tr_wh:hover {
  color: var(--alabaster_5);
  background-color: var(--fuchsia_40);
  border: 2px solid var(--fuchsia_40);
}
a.btn.btn_tr_wh:active,
button.btn.btn_tr_wh:active {
  color: var(--alabaster_5);
  background-color: var(--fuchsia_90);
  border: 2px solid var(--fuchsia_90);
}
a.btn.btn_grd,
button.btn.btn_grd {
  background: -webkit-gradient(linear, left top, right top, from(#3fa9f5), color-stop(34%, #ff00ff), color-stop(65%, #ff00ff), to(#3fa9f5));
  background: linear-gradient(90deg, #3fa9f5 0%, #ff00ff 34%, #ff00ff 65%, #3fa9f5 100%);
  color: var(--white);
  border: none;
  background-size: 300%;
  background-position: left center;
}
a.btn.btn_grd span,
button.btn.btn_grd span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
a.btn.btn_grd:hover,
button.btn.btn_grd:hover {
  background-position: right center;
}
a.btn.btn_grd:active,
button.btn.btn_grd:active {
  color: var(--white);
  background-position: center center;
}
a.btn.btn_more,
button.btn.btn_more {
  border: 1px solid var(--aqua_80);
  color: var(--aqua_80);
  width: 217px;
  height: 56px;
  background-color: transparent;
}
a.btn.btn_more:hover,
button.btn.btn_more:hover {
  border-color: var(--aqua_60);
  color: var(--aqua_60);
  background-color: transparent;
}
a.btn.btn_more:active,
button.btn.btn_more:active {
  border-color: var(--aqua_95);
  color: var(--aqua_95);
  background-color: transparent;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: var(--white);
  padding: 33px 0;
  -webkit-box-shadow: 0 0 px rgba(56, 12, 14, 0.24);
          box-shadow: 0 0 px rgba(56, 12, 14, 0.24);
}
.header.header_fixed {
  -webkit-box-shadow: 0 0 24px rgba(56, 12, 14, 0.24);
          box-shadow: 0 0 24px rgba(56, 12, 14, 0.24);
}
.header .link__item .icon {
  margin-right: 8px;
}
.header .link__item:hover path {
  fill: var(--black);
}
.header .lang li {
  padding: 0 5px;
}
.header .lang li a {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--white);
}
.header .lang li a:hover {
  color: var(--black);
}
.header .social a {
  width: 32px;
  height: 32px;
  margin: 0 6px;
}
.header .social a:hover .fill {
  fill: var(--black);
}
.header .social a:hover .stroke {
  stroke: var(--black);
}
.header .social a svg {
  width: 100%;
  height: 100%;
}
.header .btn {
  min-width: 200px;
}

@media screen and (min-width: 1200px) {
  .header.header_fixed.scroll__up {
    top: 0px;
  }
  .header.header_fixed.scroll__down {
    top: -130px;
  }
}
.custom-logo-link {
  width: 88px;
  display: block;
  overflow: hidden;
  max-height: 43px;
}
.custom-logo-link img {
  width: 100%;
  height: auto;
}

.nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.nav__menu .menu-item {
  position: relative;
  margin-right: 50px;
  padding: 9px 0;
}
.nav__menu .menu-item:last-child {
  margin-right: 0;
}
.nav__menu .menu-item.current_page_item a {
  color: var(--fuchsia_95);
}
.nav__menu .menu-item a {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  padding: 0;
  color: var(--aqua_95);
  position: relative;
  display: block;
}
.nav__menu .menu-item a:hover {
  color: var(--fuchsia_80);
}

@media screen and (min-width: 992px) {
  .nav__menu .menu-item.menu-item-has-children:hover > a:before {
    opacity: 0;
  }
  .nav__menu .menu-item.menu-item-has-children:hover > a::after {
    opacity: 1;
  }
  .nav__menu .menu-item.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: all;
  }
}
.menu__burger {
  display: none;
  width: 32px;
}

@media screen and (max-width: 1439px) {
  .nav__menu .menu-item {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .nav__menu .menu-item {
    margin-right: 15px;
  }
  .nav__menu .menu-item a {
    font-size: 16px;
  }
  body {
    padding-top: 85px;
  }
  .header {
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 75px;
  }
  .header {
    padding: 15px;
  }
  .nav {
    position: fixed;
    width: 100%;
    max-width: 320px;
    height: 100vh;
    z-index: 9;
    right: -320px;
    top: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow-y: auto;
    padding: 20px 16px 40px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: var(--alabaster_90);
  }
  .nav .btn.btn_tr {
    background-color: transparent;
    border: 1px solid var(--alabaster_5);
    color: var(--alabaster_5);
  }
  .nav .btn.btn_tr:hover {
    color: var(--alabaster_5);
    background-color: var(--fuchsia_40);
    border: 2px solid var(--fuchsia_40);
  }
  .nav .btn.btn_tr:active {
    color: var(--alabaster_5);
    background-color: var(--fuchsia_90);
    border: 2px solid var(--fuchsia_90);
  }
  .nav.open_menu {
    right: 0;
    top: 0px;
    opacity: 1;
    pointer-events: all;
  }
  .nav .nav__row {
    width: 100%;
    padding: 20px 12px;
    position: relative;
  }
  .nav .nav__row .custom-logo-link {
    width: 100px;
  }
  .nav .menu__close {
    width: 32px;
    height: 32px;
    outline: none;
    /* margin-left: auto; */
    position: relative;
    background-color: none;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-left: auto;
    background: url(../img/close_menu.svg) no-repeat center;
  }
  .nav .menu__close > * {
    pointer-events: none;
  }
  .nav .nav__menu {
    padding: 0;
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  .nav .nav__menu .menu-item {
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    margin-right: 0;
    border-top: 1px solid rgba(231, 234, 227, 0.1);
    padding: 0;
  }
  .nav .nav__menu .menu-item:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(231, 234, 227, 0.1);
  }
  .nav .nav__menu .menu-item.current_page_item a {
    color: var(--fuchsia_80);
  }
  .nav .nav__menu .menu-item a {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    color: var(--white);
    display: block;
    padding: 8px 0;
    border: none;
    line-height: 1.8em;
  }
  .nav .nav__menu .menu-item a:hover {
    color: var(--fuchsia_60);
  }
  .nav .nav__menu .menu-item a::after, .nav .nav__menu .menu-item a::before {
    display: none;
  }
  .nav .nav__menu .menu-item.menu-item-has-children > a {
    padding-right: 10px;
  }
  .nav .nav__menu .menu-item.menu-item-has-children > a.open .open_child_menu {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .nav .nav__menu .menu-item.menu-item-has-children .open_child_menu {
    position: absolute;
    display: block;
    right: -8px;
    top: calc(50% - 13px);
    width: 26px;
    height: 26px;
    background-color: var(--grey);
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .nav .nav__menu .menu-item.menu-item-has-children .open_child_menu::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/menu_arrow.svg) no-repeat center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: none;
  }
  .nav .nav__menu .menu-item.menu-item-has-children .sub-menu {
    width: 100%;
    min-width: 250px;
    padding: 0 10px;
    background-color: transparent;
    position: static;
    left: auto;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: all;
    border-radius: 0;
  }
  .nav .nav__menu .menu-item.menu-item-has-children .sub-menu li {
    margin-bottom: 0;
  }
  .nav .nav__menu .menu-item.menu-item-has-children .sub-menu li:last-child {
    padding-bottom: 20px;
  }
  .nav .nav__menu .menu-item.menu-item-has-children .sub-menu li a {
    font-size: 12px;
    font-weight: 500;
    position: relative;
    color: var(--white);
    display: block;
    padding: 5px 0;
    border: none;
    text-transform: uppercase;
    line-height: 1.8em;
  }
  .nav .nav__menu .menu-item.menu-item-has-children .sub-menu li a:hover {
    color: var(--gold);
  }
  .nav .header__contact .link__item .icon {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 4px;
  }
  .nav .header__contact .link__item a:hover {
    color: var(--gold);
  }
  .nav .header__contact .order__call {
    border-bottom: 1px dashed var(--white);
    text-align: left;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .menu__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 32px;
    width: 32px;
    cursor: pointer;
    background-color: transparent;
    border: none;
  }
  .menu__burger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--aqua_95);
    border-radius: 3px;
    margin: 4px 0;
  }
}
@media screen and (max-width: 576px) {
  .header .social a {
    margin: 0 4px;
  }
}
.title_1 {
  font-family: "Inter", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2em;
}

.section__title {
  font-family: "Inter", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  color: var(--black);
}

.section__offer .section__title.section__title_line {
  position: relative;
  padding-right: 20px;
}
.section__offer .section__title.section__title_line:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #e7eae3;
}

.section__label {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 24px;
}

.title_2 {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.title_3 {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%;
}

.title_4 {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.18em;
}

.title_5 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
}

.title_6 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
}

.text__content h2 {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 30px;
}
.text__content h3 {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 118%;
  margin-bottom: 24px;
}
.text__content h4 {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.18em;
  margin-bottom: 16px;
}
.text__content h5 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 16px;
}
.text__content h6 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 8px;
}
.text__content p,
.text__content li {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 140%;
  color: var(--text_grey);
}
.text__content p {
  margin-bottom: 0.4em;
}
.text__content p:last-child {
  margin-bottom: 0;
}
.text__content p a {
  color: var(--red);
}
.text__content p a:hover {
  color: var(--fuchsia_40);
}
.text__content ol,
.text__content ul {
  margin-bottom: 15px;
}
.text__content li {
  padding-left: 25px;
  position: relative;
  color: var(--black);
}
.text__content li:not(:last-child) {
  margin-bottom: 3px;
}
.text__content li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: var(--alabaster_95);
  position: absolute;
  left: 5px;
  top: 10px;
  border-radius: 5px;
}
.text__content ol {
  list-style: none;
  counter-reset: item;
}
.text__content ol li {
  counter-increment: item;
  color: var(--alabaster_95);
  font-size: 18px;
}
.text__content ol li:before {
  margin-right: 16px;
  content: counter(item) ".";
  background: transparent;
  color: var(--alabaster_95);
  font-size: 18px;
  width: 1.2em;
  text-align: center;
  display: inline-block;
  height: 16px;
  top: 0px;
}

@media screen and (max-width: 1439px) {
  .title_1 {
    font-size: 48px;
  }
  .title_2 {
    font-size: 44px;
  }
  .title_3 {
    font-size: 32px;
  }
  .title_4 {
    font-size: 28px;
  }
  .title_5 {
    font-size: 24px;
  }
  .title_6 {
    font-size: 20px;
  }
  .text__content h1 {
    font-size: 48px;
  }
  .text__content h2 {
    font-size: 44px;
  }
  .text__content h3 {
    font-size: 32px;
  }
  .text__content h4 {
    font-size: 28px;
  }
  .text__content h5 {
    font-size: 24px;
  }
  .text__content h6 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .title_1 {
    font-size: 44px;
  }
  .title_2 {
    font-size: 40px;
  }
  .title_3 {
    font-size: 32px;
  }
  .title_4 {
    font-size: 28px;
  }
  .title_5 {
    font-size: 22px;
  }
  .title_6 {
    font-size: 18px;
  }
  .text__content h1 {
    font-size: 44px;
  }
  .text__content h2 {
    font-size: 40px;
  }
  .text__content h3 {
    font-size: 32px;
  }
  .text__content h4 {
    font-size: 28px;
  }
  .text__content h5 {
    font-size: 22px;
  }
  .text__content h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .title_1 {
    font-size: 44px;
  }
  .title_2 {
    font-size: 40px;
  }
  .title_3 {
    font-size: 32px;
  }
  .title_4 {
    font-size: 28px;
  }
  .title_5 {
    font-size: 22px;
  }
  .text__content h1 {
    font-size: 44px;
  }
  .text__content h2 {
    font-size: 40px;
  }
  .text__content h3 {
    font-size: 32px;
  }
  .text__content h4 {
    font-size: 28px;
  }
  .text__content h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .title_1 {
    font-size: 40px;
  }
  .title_2 {
    font-size: 36px;
  }
  .title_3 {
    font-size: 30px;
  }
  .title_4 {
    font-size: 24px;
  }
  .title_5 {
    font-size: 20px;
  }
  .title_6 {
    font-size: 18px;
  }
  .text__content h1 {
    font-size: 40px;
  }
  .text__content h2 {
    font-size: 36px;
  }
  .text__content h3 {
    font-size: 30px;
  }
  .text__content h4 {
    font-size: 24px;
  }
  .text__content h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .header .social a {
    width: 26px;
    height: 26px;
    margin: 0 6px;
  }
}
.form__wrap {
  width: 100%;
  position: relative;
}
.form__wrap .input__group {
  margin-bottom: 20px;
}
.form__wrap .input__group p {
  margin: 0 !important;
}
.form__wrap .input__group .order__input {
  display: block;
  width: 100%;
  height: 58px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 44px;
  border: 1px solid var(--alabaster_5);
  border-radius: 50px;
  background-color: var(--alabaster_5);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: var(--alabaster_80);
}
.form__wrap .input__group .order__input.wpcf7-not-valid {
  border-color: red;
}
.form__wrap .input__group .order__input::-webkit-input-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: var(--alabaster_80);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input::-moz-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: var(--alabaster_80);
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input:-ms-input-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: var(--alabaster_80);
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input::-ms-input-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: var(--alabaster_80);
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input::placeholder {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: var(--alabaster_80);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input:focus {
  border-color: var(--black);
}
.form__wrap .input__group select {
  display: block;
  width: 100%;
  height: 58px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 44px;
  border: 1px solid var(--alabaster_5);
  border-radius: 50px;
  background-color: var(--alabaster_5);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: var(--alabaster_80);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: var(--alabaster_5) url(../img/arrow_sselect.svg) no-repeat 93% center;
}
.form__wrap .input__group select.wpcf7-not-valid {
  border-color: var(--fuchsia_40);
}
.form__wrap .input__group select::-webkit-input-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: var(--alabaster_80);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group select::-moz-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: var(--alabaster_80);
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group select:-ms-input-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: var(--alabaster_80);
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group select::-ms-input-placeholder {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: var(--alabaster_80);
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group select::placeholder {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: var(--alabaster_80);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group select:hover {
  border-color: var(--aqua_80);
  background-image: url(../img/arrow_sselect_hover.svg);
}
.form__wrap .input__group select:focus {
  border-color: var(--aqua_60);
  background-image: url(../img/arrow_sselect_active.svg);
}
.form__wrap .accept__block label {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__wrap input[type=checkbox] {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 2px solid var(--red);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 10px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form__wrap input[type=checkbox]:checked {
  background: url(../img/check_icon.svg) no-repeat center;
}
.form__wrap .wpcf7-not-valid-tip {
  font-size: 18px;
  color: red;
}
.form__wrap span {
  display: block;
}
.form__wrap .wpcf7-list-item {
  display: block;
  margin: 0 !important;
}

form.wpcf7-form.resetting .btn, form.wpcf7-form.submitting .btn {
  position: relative;
}
form.wpcf7-form.resetting .btn::after, form.wpcf7-form.submitting .btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  border-radius: 50%;
  border: 2px solid var(--aqua_40);
  border-top-color: var(--fuchsia_60);
  -webkit-animation: circle 0.3s linear infinite;
          animation: circle 0.3s linear infinite;
  z-index: 4;
}

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

@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.single .head__section {
  height: auto;
  min-height: initial;
}

.head__section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.head__section::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
  background-color: #000;
}
.head__section .container {
  height: 100%;
}
.head__section .head__label {
  position: absolute;
  right: 12px;
  top: -50px;
}
.head__section .head__label .head__label_img {
  width: 55px;
  height: 55px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.head__section .head__label .head__label_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.head__section .head__label .head__label_img:not(:first-child) {
  margin-left: -25px;
}
.head__section .head__label p {
  margin-left: 12px;
}
.head__section .head__content {
  position: relative;
  height: 100%;
}
.head__section .offer {
  position: relative;
  z-index: 2;
  padding: 30px 0;
}
.head__section .offer:after, .head__section .offer:before {
  content: "";
  display: block;
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  z-index: 0;
}
.head__section .offer:before {
  width: 170px;
  height: 170px;
  left: -60px;
  top: -20px;
  background-color: var(--fuchsia_50);
}
.head__section .offer:after {
  width: 110px;
  height: 110px;
  background-color: var(--aqua_30);
  bottom: -60px;
  right: 200px;
}
.head__section .offer .head__btns {
  z-index: 3;
}
.head__section .offer .btn {
  height: 66px;
}
.head__section .offer .btn.btn_grd {
  width: 100%;
  max-width: 310px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.head__section .offer .btn.btn_tr {
  width: 200px;
}
.head__section .offer .head__logo {
  position: absolute;
  width: 176px;
  height: auto;
  bottom: -55px;
  right: -88px;
}
.head__section.head__section_success {
  min-height: 500px;
}

.breadcrumbs {
  color: var(--alabaster_30);
  margin-bottom: 24px;
  position: relative;
}
.breadcrumbs span {
  font-size: 12px;
  font-weight: 400;
  color: var(--alabaster_30);
}
.breadcrumbs span a {
  color: var(--alabaster_30);
}
.breadcrumbs span.breadcrumb_last {
  opacity: 0.5;
}

@media screen and (max-width: 1439px) {
  .head__section .offer {
    padding: 20px 0;
  }
  .head__section .offer .title_1 {
    font-size: 44px;
  }
  .head__section .head__btns {
    padding-top: 50px;
  }
  section.pt_60 {
    padding-top: 50px;
  }
  section.pb_60 {
    padding-bottom: 50px;
  }
  .head__section .offer .head__logo {
    bottom: -75px;
  }
}
@media screen and (max-width: 1199px) {
  .head__section .offer .title_1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 991px) {
  .head__section {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: initial;
    max-height: initial;
    height: auto;
  }
  .head__section .head__btns {
    padding-top: 40px;
  }
  .head__section .offer .head__logo {
    position: relative;
    bottom: auto;
    right: auto;
    width: 140px;
    margin: 0 0 20px;
  }
  .head__section .offer {
    padding: 50px 0 30px;
  }
  section.pt_60 {
    padding-top: 40px;
  }
  section.pb_60 {
    padding-bottom: 40px;
  }
  .head__section .head__label {
    right: auto;
    left: 12px;
    z-index: 5;
  }
  .head__section .offer:before,
  .head__section .offer:after {
    opacity: 0.5;
  }
  .head__section .offer .head__btns {
    display: block !important;
  }
  .head__section .offer .btn {
    height: 50px;
    font-size: 16px;
    max-width: 290px;
  }
  .head__section .offer .btn.btn_grd {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .head__section .head__content {
    border-radius: 30px 0;
  }
}
@media screen and (max-width: 576px) {
  .head__section .offer .title_1 {
    font-size: 8vw;
  }
  .head__section .offer .title_5 {
    font-size: 4.5vw;
  }
}
.about .about__content {
  border-radius: 20px;
  padding: 60px 70px;
  border: var(--border);
  background-color: var(--bg_grey);
}
.about .about__content h2,
.about .about__content h3 {
  text-transform: uppercase;
}
.about .about__content .about__item .about__icon {
  width: 40px;
  margin-right: 30px;
}
.about .about__content .about__item .about__icon:not(:last-child) {
  margin-bottom: 20px;
}
.about .about__content .about__item .about__icon img {
  width: 100%;
  height: auto;
}
.about .about__content.about__content_page {
  padding: 60px;
}
.about .about__single {
  height: 515px;
  overflow: hidden;
}
.about .about__single.active {
  height: auto;
}
.about .about__imgs {
  height: 476px;
  border-radius: 20px;
  width: 100%;
}
.about .about__imgs .about_pag {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 14px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about .about__imgs .about_pag .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid var(--fuchsia_20);
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about .about__imgs .about_pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--fuchsia_20);
}
.about .about__imgs .swiper__arrow {
  position: absolute;
  width: 26px;
  height: 62px;
  top: calc(50% - 31px);
  z-index: 5;
}
.about .about__imgs .swiper__arrow svg {
  width: 10px;
  height: 46px;
}
.about .about__imgs .swiper__arrow svg path {
  fill: var(--alabaster_5);
  stroke: var(--alabaster_5);
  stroke-width: 2px;
}
.about .about__imgs .swiper__arrow:hover svg path {
  fill: var(--fuchsia_40);
  stroke: var(--fuchsia_40);
}
.about .about__imgs .swiper__arrow:active svg path {
  fill: var(--fuchsia_80);
  stroke: var(--fuchsia_80);
}
.about .about__imgs .swiper__arrow.swiper__left {
  left: 20px;
}
.about .about__imgs .swiper__arrow.swiper__right {
  right: 20px;
}
.about .about__imgs .swiper-slide {
  overflow: hidden;
  border-radius: 20px;
}
.about .about__imgs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .about__img {
  height: auto;
}
.about .about__img img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .about__img.about__img_min {
  height: 100%;
  border-radius: 20px;
  height: 370px;
  overflow: hidden;
}
.about .about__img.about__img_min img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about.about_video .video__slider .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
  height: auto;
  border: var(--border);
  background-color: var(--bg_grey);
}
.about.about_video .video__slider .swiper-slide .video__rev {
  display: block;
  width: 100%;
  height: 250px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
}
.about.about_video .video__slider .swiper-slide .video__rev:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.about.about_video .video__slider .swiper-slide .video__rev:hover svg {
  position: relative;
}
.about.about_video .video__slider .swiper-slide .video__rev:hover svg path {
  fill: var(--fuchsia_40);
}
.about.about_video .video__slider .swiper-slide .video__rev svg {
  width: 60px;
  height: 60px;
  z-index: 2;
}
.about.about_video .video__slider .swiper__arrow {
  width: 88px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about.about_video .video__slider .swiper__arrow.swiper__left {
  left: 0;
}
.about.about_video .video__slider .swiper__arrow.swiper__right {
  right: 0;
}
.about.about_video .video__pag {
  width: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about.about_video .video__pag .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid var(--fuchsia_20);
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about.about_video .video__pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--fuchsia_20);
}
.about .about__detail {
  background-color: var(--bg_grey);
  border: 1px solid var(--aqua_80);
  padding: 60px 85px;
  border-radius: 20px;
}
.about .about__detail .detail__list {
  margin-bottom: 40px;
}
.about .about__detail .detail__list .detail__item img {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
}
.about .about__detail .detail__list .detail__item p {
  color: var(--alabaster_95);
}
.about .about__detail .detail__list .detail__item p a {
  color: var(--alabaster_95);
}
.about .about__detail .detail__list .detail__item p a:hover {
  color: var(--fuchsia_50);
}
.about .about__detail .detail__early {
  color: var(--fuchsia_60);
}
.about .about__detail .detail__price {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 10px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--aqua_90);
  border-radius: 50px;
  border: 1px solid var(--alabaster_20);
}
.about .about__detail .detail__price.detail__price_new {
  color: var(--fuchsia_60);
  border-color: var(--fuchsia_60);
}
.about .about__detail .detail__old {
  text-decoration: line-through;
}
.about .about__detail .price__piece {
  height: 46px;
  padding: 0 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 5px;
  background-color: var(--blue_10);
  color: var(--blue_60);
  border-radius: 50px;
}
.about .about__detail .price_banks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about .about__detail .price_banks img {
  width: 46px;
  height: 46px;
  display: block;
  margin: 0 5px;
}
.about.about_camp .about__imgs {
  height: 454px;
  min-height: initial;
}
.about.about_camp .about__content {
  padding: 80px 50px;
}
.about.about_schedule .container:before {
  content: "";
  display: block;
  width: 320px;
  height: 320px;
  position: absolute;
  left: -150px;
  bottom: -85px;
  border-radius: 50%;
  background-color: var(--aqua_50);
  -webkit-filter: blur(100px);
  filter: blur(100px);
}
.about.about_schedule .about__img {
  height: auto;
}
.about.about_schedule .about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about.about_comunity .about__imgs {
  height: 550px;
}

.statistic .statistic__card {
  background-color: var(--bg_grey);
  border: var(--border);
  border-radius: 20px;
  padding: 35px 10px;
}

@media screen and (max-width: 1439px) {
  .about .about__content.about__content_page,
  .about .about__content {
    padding: 25px 40px;
  }
  .about .about__detail {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 1199px) {
  .about .about__content.about__content_page,
  .about .about__content {
    padding: 30px;
  }
  .about .about__detail {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 991px) {
  .about .about__imgs {
    height: 370px;
  }
  .about .about__img {
    width: 550px;
    height: 550px;
    margin: 0 auto;
  }
  .about.about_video .video__slider .swiper__arrow {
    width: 50px;
  }
  .about.about_video .video__slider .swiper__arrow svg path {
    fill: var(--alabaster_5);
  }
  .about.about_video .video__slider .swiper__arrow:hover svg path {
    fill: var(--fuchsia_40);
  }
  .about .about__imgs .about_pag .swiper-pagination-bullet {
    margin: 4px 8px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__img {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 576px) {
  .about .about__content.about__content_page,
  .about .about__content {
    padding: 20px;
  }
  .about .about__imgs {
    height: 300px;
  }
  .about .about__img {
    width: 100%;
    height: auto;
  }
  .about .about__img img {
    width: 100%;
    height: auto;
    -o-object-fit: initial;
       object-fit: initial;
  }
  .about.about_video .video__slider .swiper__arrow {
    width: 40px;
  }
}
.advant .container:before {
  content: "";
  display: block;
  width: 447px;
  height: 447px;
  position: absolute;
  left: -200px;
  bottom: -85px;
  border-radius: 50%;
  background-color: var(--fuchsia_20);
  -webkit-filter: blur(70px);
          filter: blur(70px);
}
.advant .advant__item {
  min-height: 300px;
  border-radius: 20px;
  border: 1px solid var(--aqua_80);
  background-color: var(--bg_grey);
  padding: 54px 44px;
}
.advant .advant__item .advant__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}
.advant .advant__item .advant__icon img {
  max-width: 100%;
  height: auto;
}
.advant.advant_camp .advant__item .advant__name {
  text-align: left;
}

@media screen and (max-width: 1439px) {
  .advant .advant__item {
    padding: 40px 35px;
  }
}
@media screen and (max-width: 1199px) {
  .advant .advant__item {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .advant .advant__item .advant__name {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .advant .advant__item {
    padding: 30px 15px;
  }
  .advant .advant__item .title_5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .advant .advant__item {
    min-height: initial;
  }
  .advant .advant__item .advant__icon {
    width: 60px;
    height: 60px;
  }
  .advant .advant__card:last-child {
    margin-bottom: 0;
  }
}
.types .types__btn {
  padding: 8px 10px;
  border: none;
  border-bottom: 1px solid transparent;
  color: var(--alabaster_95);
}
.types .types__btn:hover, .types .types__btn.active {
  border-bottom: 1px solid var(--alabaster_95);
}
.types .types__list .row:not(:last-child) {
  margin-bottom: 25px;
}
.types .types__list .row:nth-child(even) .types__imgs {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.types.types_main .types__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.types.types_main .types__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.types.types_main .types__img:hover .types__icon {
  border-color: var(--fuchsia_80);
}
.types.types_main .types__img:hover .types__icon.types__icon_spring {
  border-color: var(--fuchsia_30);
}
.types.types_main .types__img:hover .types__icon.types__icon_summer {
  border-color: var(--fuchsia_80);
}
.types.types_main .types__img:hover .types__icon.types__icon_autumn {
  border-color: var(--aqua_70);
}
.types.types_main .types__img:hover .types__icon.types__icon_winter {
  border-color: var(--blue_60);
}
.types.types_main .types__img .types__icon {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  border: 1px solid transparent;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: var(--alabaster_5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.types.types_main .types__content {
  padding: 35px 70px;
  border-radius: 20px;
  border: var(--border);
  background-color: var(--bg_grey);
}
.types.types_main .types__content .types__info {
  width: calc(100% - 170px);
}
.types.types_main .types__content .types__info p img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.types.types_main .types__content .types__prices {
  width: 150px;
}
.types.types_main .types__content .types__prices .types__price_old {
  text-decoration: line-through;
  font-size: 14px;
  color: var(--alabaster_60);
}
.types.types_main .types__content .types__prices .types__price {
  width: 150px;
  height: 46px;
  border: var(--border);
  color: var(--aqua_95);
  border-radius: 50px;
  font-weight: 500;
}
.types.types_main .types__content .types__prices .types__price.types__price_early {
  color: var(--blue_50);
}
.types.types_main .types__content .types__label {
  background-color: var(--blue_5);
  color: var(--blue_70);
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 4px 14px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  border-radius: 30px;
}
.types.types_main .types__content .types__text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}
.types.types_main .types__content .types__place {
  font-size: 14px;
}
.types.types_main .types__content .types__booking {
  font-size: 14px;
}
.types.types_main .types__content .types__booking.types__booking_early {
  color: var(--blue_50);
}
.types.types_main .types__content .types__booking.types__booking_last {
  color: var(--aqua_90);
}
.types.types_main .types__content .types__link {
  border-color: var(--fuchsia_60);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.types.types_main .types__content .types__link svg path {
  fill: var(--fuchsia_60);
}
.types.types_main .types__content .types__link:hover {
  border-color: var(--fuchsia_60);
}
.types.types_main .types__content .types__link:hover svg path {
  fill: var(--fuchsia_60);
}
.types.types_main .types__content .types__link:active {
  border-color: var(--fuchsia80);
}
.types.types_main .types__content .types__link:active svg path {
  fill: var(--fuchsia_80);
}
.types.types_main .types__camp {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 35px;
  height: 65px;
  border: 1px solid var(--aqua_80);
  color: var(--aqua_80);
  text-transform: uppercase;
}
.types.types_main .types__camp:hover {
  border-color: var(--fuchsia_60);
  color: var(--fuchsia_60);
}
.types.types_main .types__camp:active {
  border-color: var(--fuchsia_80);
  color: var(--fuchsia_80);
}
.types .types__swiper {
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
}
.types .types__swiper .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.types.types_camps .types__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  height: 300px;
  margin-bottom: 26px;
}
.types.types_camps .types__img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), #000000);
  opacity: 0.3;
}
.types.types_camps .types__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.types.types_camps .types__img:hover .types__icon.types__icon_spring {
  border-color: var(--fuchsia_30);
}
.types.types_camps .types__img:hover .types__icon.types__icon_summer {
  border-color: var(--fuchsia_80);
}
.types.types_camps .types__img:hover .types__icon.types__icon_autumn {
  border-color: var(--aqua_70);
}
.types.types_camps .types__img:hover .types__icon.types__icon_winter {
  border-color: var(--blue_60);
}
.types.types_camps .types__img:hover .type__order {
  color: var(--fuchsia_50);
  border-color: var(--fuchsia_50);
}
.types.types_camps .types__img:active .type__order {
  color: var(--fuchsia_80);
  border-color: var(--fuchsia_80);
}
.types.types_camps .types__img .types__icon {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  border: 1px solid transparent;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
  background-color: var(--alabaster_5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.types.types_camps .types__img .types__icon img {
  width: 17px;
  height: auto;
}
.types.types_camps .types__type {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 15px 15px;
  height: 48px;
  padding: 0 16px;
  color: var(--alabaster_95);
  border: 1px solid var(--alabaster_20);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.types.types_camps .types__type .types__icon {
  border-radius: 50%;
  border: 1px solid transparent;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 9px rgba(0, 0, 0, 0.08);
  margin-right: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.types.types_camps .types__type .types__icon img {
  width: 18px;
  height: auto;
}
.types.types_camps .types__type:hover {
  border-color: var(--fuchsia_90);
}
.types.types_camps .types__type:hover .types__icon {
  border-color: var(--fuchsia_90);
}
.types.types_camps .types__type:hover .types__icon .types__icon {
  border-color: var(--fuchsia_90);
}
.types.types_camps .types__type:hover.types__type_spring {
  border-color: var(--fuchsia_30);
}
.types.types_camps .types__type:hover.types__type_spring .types__icon {
  border-color: var(--fuchsia_30);
}
.types.types_camps .types__type:hover.types__type_summer {
  border-color: var(--fuchsia_80);
}
.types.types_camps .types__type:hover.types__type_summer .types__icon {
  border-color: var(--fuchsia_80);
}
.types.types_camps .types__type:hover.types__type_autumn {
  border-color: var(--aqua_70);
}
.types.types_camps .types__type:hover.types__type_autumn .types__icon {
  border-color: var(--aqua_70);
}
.types.types_camps .types__type:hover.types__typewinter {
  border-color: var(--blue_60);
}
.types.types_camps .types__type:hover.types__typewinter .types__icon {
  border-color: var(--blue_60);
}
.types.types_camps .types__type.active, .types.types_camps .types__type:active {
  border-color: var(--alabaster_95);
}
.types.types_camps .types__type.active .types__icon, .types.types_camps .types__type:active .types__icon {
  border-color: var(--fuchsia_90);
}
.types.types_camps .types__type.active .types__icon .types__icon, .types.types_camps .types__type:active .types__icon .types__icon {
  border-color: var(--fuchsia_90);
}
.types.types_camps .types__type.active.types__type_spring, .types.types_camps .types__type:active.types__type_spring {
  border-color: var(--alabaster_95);
}
.types.types_camps .types__type.active.types__type_spring .types__icon, .types.types_camps .types__type:active.types__type_spring .types__icon {
  border-color: var(--fuchsia_30);
}
.types.types_camps .types__type.active.types__type_summer, .types.types_camps .types__type:active.types__type_summer {
  border-color: var(--alabaster_95);
}
.types.types_camps .types__type.active.types__type_summer .types__icon, .types.types_camps .types__type:active.types__type_summer .types__icon {
  border-color: var(--fuchsia_80);
}
.types.types_camps .types__type.active.types__type_autumn, .types.types_camps .types__type:active.types__type_autumn {
  border-color: var(--alabaster_95);
}
.types.types_camps .types__type.active.types__type_autumn .types__icon, .types.types_camps .types__type:active.types__type_autumn .types__icon {
  border-color: var(--aqua_70);
}
.types.types_camps .types__type.active.types__typewinter, .types.types_camps .types__type:active.types__typewinter {
  border-color: var(--alabaster_95);
}
.types.types_camps .types__type.active.types__typewinter .types__icon, .types.types_camps .types__type:active.types__typewinter .types__icon {
  border-color: var(--blue_60);
}
.types.types_camps .types__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.types.types_camps .types__date img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  height: auto;
}
.types.types_camps .type__order {
  padding: 7px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--alabaster_5);
  color: var(--alabaster_5);
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  bottom: 26px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 5;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.types.types_camps .types__card {
  border: var(--border);
  background-color: var(--bg_grey);
  border-radius: 20px;
  padding-bottom: 40px;
}
.types.types_camps .types__card .types__name {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.types.types_camps .types__card.types__card_dis .types__info .type_bottom {
  display: none !important;
}
.types.types_camps .types__card.types__card_dis .types__info .types__date,
.types.types_camps .types__card.types__card_dis .types__info .types__name {
  color: var(--alabaster_40);
}
.types.types_camps .types__card.types__card_dis .types__info .types__link {
  pointer-events: none;
}
.types.types_camps .types__card .types__info {
  padding: 0 45px;
  overflow: hidden;
  height: auto;
}
.types.types_camps .types__card .types__info .types__name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}
.types.types_camps .types__card .types__info .old__price {
  color: var(--fuchsia_80);
  text-decoration: line-through;
}
.types.types_camps .types__card .types__info .type__price {
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--alabaster_95);
  border-radius: 50px;
  font-weight: 600;
  font-size: 22px;
}
.types.types_camps .types__card .types__info .type__price.price_new {
  color: var(--fuchsia_60);
}

.types__link {
  border: 1px solid var(--alabaster_95);
  color: var(--aqua_95);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.types__link:hover {
  border: 1px solid var(--fuchsia_60);
}
.types__link:hover svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.types__link:hover path {
  fill: var(--fuchsia_60);
}
.types__link:active {
  border: 1px solid var(--fuchsia_80);
}
.types__link:active path {
  fill: var(--fuchsia_80);
}

@media screen and (max-width: 1439px) {
  .types.types_main .types__content {
    padding: 25px 30px;
  }
  .types.types_camps .types__card .types__info {
    padding: 0 35px;
  }
  .types.types_camps .types__img {
    height: 250px;
  }
}
@media screen and (max-width: 1199px) {
  .types.types_camps .types__card .types__info {
    padding: 0 20px;
  }
  .types.types_camps .types__img {
    height: 215px;
  }
  .types.types_camps .types__card {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .types .types__list .row:nth-child(even) .types__imgs {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .types.types_main .types__img {
    border-radius: 20px 20px 0 0;
    height: 300px;
  }
  .types.types_camps .types__card {
    padding-bottom: 25px;
  }
  .types.types_camps .types__card.types__card_dis .types__info .types__date {
    margin-bottom: 0;
  }
  .types.types_main .types__content {
    border-radius: 0 0 20px 20px;
  }
  .types.types_main .types__content .types__info {
    width: 100%;
  }
  .types.types_main .types__content .types__prices {
    width: 100%;
  }
  .types.types_main .types__content .types__booking {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .types.types_main .types__info {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .types.types_main .types__content {
    padding: 20px 15px;
  }
  .types.types_camps .types__type {
    margin: 0 5px 15px;
    padding: 0 10px;
    font-size: 14px;
  }
  .types.types_camps .types__type .types__icon {
    margin-right: 10px;
    width: 24px;
    height: 24px;
  }
  .types.types_camps .types__type .types__icon img {
    width: 17px;
    height: auto;
  }
}
.principle .container:before {
  content: "";
  display: block;
  width: 447px;
  height: 447px;
  position: absolute;
  right: -200px;
  bottom: -85px;
  border-radius: 50%;
  background-color: var(--fuchsia_50);
  -webkit-filter: blur(70px);
  filter: blur(70px);
}
.principle .principle__wrap {
  background-color: var(--bg_grey);
  border: var(--border);
  padding: 60px 70px;
  border-radius: 30px;
}
.principle .principle__wrap .principle__item {
  padding-bottom: 8px;
}
.principle .principle__wrap .principle__item:not(:last-child) {
  margin-bottom: 14px;
  border-bottom: 1px solid var(--alabaster_30);
}
.principle .principle__wrap .principle__item.open .principle__qwestion::before {
  background-color: var(--fuchsia_80);
}
.principle .principle__wrap .principle__item.open .principle__qwestion::after {
  background-color: var(--fuchsia_80);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.principle .principle__wrap .principle__item .principle__qwestion {
  cursor: pointer;
  padding-bottom: 8px;
  position: relative;
  padding-right: 30px;
}
.principle .principle__wrap .principle__item .principle__qwestion::before, .principle .principle__wrap .principle__item .principle__qwestion::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  position: absolute;
  right: 5px;
  top: 14px;
  background-color: var(--alabaster_95);
  border-radius: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.principle .principle__wrap .principle__item .principle__qwestion::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.principle .principle__wrap .principle__item .principle__qwestion:hover::before {
  background-color: var(--fuchsia_40);
}
.principle .principle__wrap .principle__item .principle__qwestion:hover::after {
  background-color: var(--fuchsia_40);
}
.principle .principle__img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.principle .principle__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1439px) {
  .principle .principle__wrap {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 1199px) {
  .principle .principle__wrap {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 991px) {
  .principle .principle__img {
    height: 370px;
  }
}
@media screen and (max-width: 576px) {
  .principle .principle__img {
    border-radius: 20px;
    height: auto;
  }
  .principle .principle__img img {
    width: 100%;
    height: auto;
    -o-object-fit: initial;
       object-fit: initial;
  }
  .principle .principle__wrap {
    border-radius: 20px;
    padding: 25px 15px;
  }
}
.price .price__img {
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
}
.price .price__img img {
  width: 100%;
  max-width: 350px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.price .price__content {
  border: var(--border);
  background-color: var(--bg_grey);
  border-radius: 20px;
  padding: 45px 75px;
  width: 100%;
}
.price .price__content .price__piece {
  height: 46px;
  padding: 0 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 5px;
  background-color: var(--blue_10);
  color: var(--blue_60);
  border-radius: 50px;
}
.price .price__content .btn.price__link {
  height: 56px;
  width: 216px;
  color: var(--aqua_80);
  border: 1px solid var(--aqua_80);
}
.price .price__content .btn.price__link:hover {
  color: var(--aqua_60);
  border: 1px solid var(--aqua_60);
}
.price .price__content .btn.price__link:active {
  color: var(--aqua_95);
  border: 1px solid var(--aqua_95);
}
.price .price__content .price_banks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price .price__content .price_banks img {
  width: 46px;
  height: 46px;
  display: block;
  margin: 0 5px;
}

@media screen and (max-width: 1439px) {
  .price .price__content {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 1199px) {
  .price .price__content {
    padding: 30px;
  }
  .price .price__content .pb_60 {
    padding-bottom: 30px;
  }
  .price .price__content .price__title {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .price .price__content {
    padding: 30px 15px;
  }
}
.callback .callback__block {
  overflow: hidden;
  border-radius: 20px;
}
.callback .callback__block .callback__wrap {
  padding: 60px 85px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  width: 58%;
}
.callback .callback__block .callback__wrap .title_5 {
  color: var(--alabaster_5);
}
.callback .callback__block .callback__btns {
  padding-right: 85px;
  width: 42%;
}
.callback .callback__block .btn.callback__btn {
  width: 312px;
  height: 68px;
  text-transform: uppercase;
}

@media screen and (max-width: 1439px) {
  .callback .callback__block .callback__wrap {
    padding: 47px 50px;
  }
  .callback .callback__block .callback__btns {
    padding-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .callback .callback__block {
    display: block !important;
    position: relative;
  }
  .callback .callback__block:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  .callback .callback__block .callback__wrap {
    width: 100%;
    padding-top: 40px;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
    text-align: center;
  }
  .callback .callback__block .callback__btns {
    padding: 0 25px 40px;
    width: 100%;
  }
  .callback .callback__block .btn.callback__btn {
    margin: 0 auto;
    max-width: 100%;
  }
}
.swiper__arrow {
  width: 100%;
  height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.swiper__arrow.swiper-button-lock {
  opacity: 0;
}
.swiper__arrow:hover path {
  fill: var(--fuchsia_40);
}
.swiper__arrow:active path {
  fill: var(--fuchsia_80);
}

.gallary .gallary__tab {
  padding: 8px 10px;
  border-bottom: 1px solid transparent;
  color: var(--alabaster_95);
}
.gallary .gallary__tab:not(:first-child) {
  margin-left: 8px;
}
.gallary .gallary__tab:hover, .gallary .gallary__tab.active {
  border-bottom: 1px solid var(--alabaster_95);
}
.gallary .gallary__slider {
  width: 100%;
}
.gallary .gallary__swiper {
  height: 530px;
}
.gallary .gallary__swiper a {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.gallary .gallary__swiper a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallary .gallary__swiper a:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.gallary .gallary__swiper .swiper-slide {
  height: auto;
}
.gallary .gallary__swiper .gallary__pag {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 14px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallary .gallary__swiper .gallary__pag .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid var(--fuchsia_20);
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.gallary .gallary__swiper .gallary__pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--fuchsia_20);
}

[data-tabcontent] {
  position: absolute;
  z-index: -2;
  opacity: 0;
  pointer-events: none;
  width: initial;
  width: 100%;
  top: 0;
}
[data-tabcontent].active {
  position: relative;
  z-index: 2;
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 1439px) {
  .gallary .gallary__swiper {
    height: 480px;
  }
}
@media screen and (max-width: 1199px) {
  .gallary .gallary__swiper {
    height: 430px;
  }
}
@media screen and (max-width: 991px) {
  .gallary .swiper__arrow {
    width: 100%;
  }
  .gallary .swiper__arrow svg {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .gallary .gallary__swiper {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .gallary .gallary__swiper {
    height: 380px;
  }
}
@media screen and (max-width: 576px) {
  .gallary .swiper__arrow {
    width: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 5;
  }
  .gallary .swiper__arrow.swiper__left {
    left: 12px;
  }
  .gallary .swiper__arrow.swiper__right {
    right: 12px;
  }
  .gallary .swiper__arrow path {
    fill: var(--alabaster_5);
  }
  .gallary .swiper__arrow:hover path {
    fill: var(--fuchsia_40);
  }
  .gallary .swiper__arrow:active path {
    fill: var(--fuchsia_80);
  }
  .gallary .gallary__swiper {
    height: 300px;
  }
  .gallary .gallary__swiper .gallary__pag .swiper-pagination-bullet {
    margin: 4px 8px;
  }
}
.team .container:before {
  content: "";
  display: block;
  width: 447px;
  height: 447px;
  position: absolute;
  right: -200px;
  bottom: -405px;
  border-radius: 50%;
  background-color: var(--aqua_50);
  -webkit-filter: blur(70px);
  filter: blur(70px);
}
.team .team__swiper .swiper-slide {
  padding: 35px 20px;
  border-radius: 20px;
  border: var(--border);
  background-color: var(--bg_grey);
  height: auto;
}
.team .team__img {
  width: 200px;
  height: 200px;
  margin: 0 auto 24px;
  border-radius: 50%;
  overflow: hidden;
}
.team .team__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-lock {
  opacity: 0.4;
  pointer-events: none;
}

.team_main .team_main__slider {
  padding: 46px 10px;
  border: var(--border);
  background-color: var(--bg_grey);
  border-radius: 30px;
}
.team_main .team_main__swiper {
  position: relative;
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
}
.team_main .team_main__swiper .swiper__arrow {
  width: 32px;
  height: 80px;
  top: 75px;
  z-index: 5;
}
.team_main .team_main__swiper .swiper__arrow svg {
  width: 12px;
  height: 60px;
}
.team_main .team_main__swiper .swiper__arrow.swiper__left {
  left: 33px;
}
.team_main .team_main__swiper .swiper__arrow.swiper__right {
  right: 33px;
}
.team_main .team_main__swiper .swiper__arrow {
  position: absolute;
}
.team_main .team_main__swiper .team_main__pag {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.team_main .team_main__swiper .team_main__pag .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid var(--fuchsia_20);
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 8px;
}
.team_main .team_main__swiper .team_main__pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--fuchsia_20);
}
.team_main .team_main__swiper .swiper-slide {
  padding-bottom: 35px;
}
.team_main .team_main__swiper .swiper-slide .team_main__img {
  width: 230px;
  height: 230px;
  margin: 0 auto 24px;
  border-radius: 50%;
  overflow: hidden;
}
.team_main .team_main__swiper .swiper-slide .team_main__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team_main .team_main__content {
  padding: 78px 70px;
  background-color: var(--bg_grey);
  border: 1px solid var(--aqua_70);
  border-radius: 30px;
}

@media screen and (max-width: 1439px) {
  .team_main .team_main__content {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 1199px) {
  .team_main .team_main__content {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .team .swiper__arrow {
    width: 100%;
  }
  .team .swiper__arrow svg {
    max-width: 100%;
    height: auto;
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .team_main .team_main__slider {
    border-radius: 20px;
    padding: 30px 15px;
  }
  .team_main .team_main__content {
    padding: 30px 15px;
    border-radius: 20px;
  }
  .team .swiper__arrow {
    width: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 5;
  }
  .team .swiper__arrow.swiper__left {
    right: -24px;
  }
  .team .swiper__arrow.swiper__right {
    left: -24px;
  }
  .team_main .team_main__swiper .swiper__arrow.swiper__left {
    left: 0;
  }
  .team_main .team_main__swiper .swiper__arrow.swiper__right {
    right: 0;
  }
}
.review .review__btn {
  border: 1px solid var(--alabaster_5);
  color: var(--alabaster_5);
  width: 312px;
  height: 64px;
  background-color: transparent;
}
.review .review__btn:last-child:hover {
  border-color: var(--aqua_50);
  color: var(--alabaster_5);
  background-color: var(--aqua_50);
}
.review .review__btn:last-child.active, .review .review__btn:last-child:active {
  border-color: var(--aqua_60);
  color: var(--alabaster_5);
  background-color: var(--aqua_60);
}
.review .review__btn:hover {
  border-color: var(--fuchsia_50);
  color: var(--alabaster_5);
  background-color: var(--fuchsia_50);
}
.review .review__btn.active, .review .review__btn:active {
  border-color: var(--fuchsia_80);
  color: var(--alabaster_5);
  background-color: var(--fuchsia_80);
}
.review .review__tab {
  width: 230px;
  padding: 20px 0;
  margin: 0 15px;
  color: var(--alabaster_5);
  border: 1px solid transparent;
  border-bottom: 1px solid var(--alabaster_5);
}
.review .review__tab:hover {
  color: var(--alabaster_5);
}
.review .review__tab.active, .review .review__tab:active {
  color: var(--fuchsia_40);
  border-bottom-color: var(--fuchsia_40);
}
.review .review__tab:hover, .review .review__tab.active {
  color: var(--alabaster_5);
  background-color: var(--fuchsia_50);
  border-color: var(--fuchsia_50);
}
.review .review__wrap {
  padding: 30px 56px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.review .review__wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(119, 119, 119, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  pointer-events: none;
}
.review .review__slider {
  padding-bottom: 40px;
}
.review .review__slider .review__pag {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.review .review__slider .review__pag .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid var(--fuchsia_20);
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 8px;
}
.review .review__slider .review__pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--fuchsia_20);
}
.review .swiper__arrow {
  width: 32px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.review .swiper__arrow.swiper__left {
  margin-right: 24px;
}
.review .swiper__arrow.swiper__right {
  margin-left: 24px;
}
.review .swiper__arrow path {
  fill: var(--alabaster_5);
}
.review .swiper__arrow:hover path {
  fill: var(--fuchsia_50);
}
.review .review__swiper {
  width: calc(100% - 112px);
}
.review .review__swiper .swiper-slide {
  background-color: var(--bg_grey);
  border-radius: 30px;
  padding: 60px 54px;
}
.review .review__swiper .swiper-slide .review__img {
  width: 64px;
  height: 64px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 24px;
}
.review .review__swiper .swiper-slide .review__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review .review__swiper .swiper-slide .review__camp {
  color: var(--blue_70);
}

@media screen and (max-width: 1439px) {
  .review .review__wrap {
    padding: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .review .review__swiper .swiper-slide {
    padding: 40px 30px 50px;
  }
  .review .swiper__arrow.swiper__left {
    margin-right: 10px;
  }
  .review .swiper__arrow.swiper__right {
    margin-left: 10px;
  }
  .review .review__swiper {
    width: calc(100% - 92px);
  }
}
@media screen and (max-width: 991px) {
  .review .review__wrap {
    padding: 30px 12px;
  }
  .review .review__swiper .swiper-slide {
    padding: 25px 20px 30px;
  }
  .review .review__swiper .swiper-slide .review__img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .review .swiper__arrow.swiper__left {
    margin-right: 12px;
  }
  .review .swiper__arrow.swiper__right {
    margin-left: 12px;
  }
  .review .review__swiper .swiper-slide {
    padding: 30px 20px 50px;
    border-radius: 20px;
  }
  .review .review__tab {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 190px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .review .review__tab:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 576px) {
  .review .review__swiper {
    width: calc(100% - 70px);
  }
  .review .review__swiper .swiper-slide {
    padding: 20px 15px 40px;
  }
  .review .review__swiper .swiper-slide .review__img {
    margin-right: 12px;
  }
  .review .review__swiper .swiper-slide .review__img {
    margin-right: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
    width: 50px;
    height: 50px;
  }
  .review .review__swiper .swiper-slide .title_5 {
    font-size: 18px;
  }
  .review .review__swiper .swiper-slide .review__camp {
    font-size: 16px;
  }
  .review .review__swiper .swiper-slide .text__content p {
    font-size: 16px;
  }
  .review .swiper__arrow.swiper__left {
    margin-right: 0;
  }
  .review .swiper__arrow.swiper__right {
    margin-left: 0;
  }
  .review .review__wrap {
    padding: 30px 0;
  }
}
.blog::before {
  content: "";
  display: block;
  width: 447px;
  height: 447px;
  position: absolute;
  left: -200px;
  top: -60px;
  border-radius: 50%;
  background-color: var(--aqua_20);
  -webkit-filter: blur(70px);
  filter: blur(70px);
  z-index: -1;
}
.blog .swiper-slide {
  display: block;
  overflow: hidden;
  background-color: var(--bg_grey);
  border: var(--border);
  border-radius: 20px;
}
.blog .swiper-slide .blog__content {
  padding: 37px;
}
.blog .swiper-slide .blog__thumnail {
  height: 290px;
  width: 100%;
}
.blog .swiper-slide .blog__thumnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog .swiper-slide:hover {
  border-color: var(--fuchsia_20);
}
.blog .swiper-slide:hover .blog__arrow {
  border-color: var(--fuchsia_60);
}
.blog .swiper-slide:hover .blog__arrow path {
  fill: var(--fuchsia_60);
}
.blog .swiper-slide:active {
  border-color: var(--fuchsia_30);
}
.blog .swiper-slide:active .blog__arrow {
  border-color: var(--fuchsia_80);
}
.blog .swiper-slide:active .blog__arrow path {
  fill: var(--fuchsia_80);
}
.blog .swiper-slide .blog__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--alabaster_95);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.blog .swiper-slide .blog__arrow svg {
  width: 22px;
  height: 18px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.blog .swiper-slide .title_6 {
  margin-bottom: 16px;
}
.blog .swiper-slide .title_6,
.blog .swiper-slide .blog__short {
  color: var(--alabaster_95);
}
.blog .btn.true_loadmore {
  width: 268px;
}

.blog__label {
  font-size: 14px;
  padding: 8px 14px;
  margin-right: 10px;
  border-radius: 50px;
  color: var(--alabaster_95);
}
.blog__label.blog__label_blue {
  background-color: var(--blue_10);
}
.blog__label.blog__label_pink {
  background-color: var(--fuchsia_10);
}
.blog__label.blog__label_aqua {
  background-color: var(--aqua_10);
}

.blog_single .wp-block-image {
  margin: 25px 0;
  height: 405px;
  border-radius: 20px;
  overflow: hidden;
}
.blog_single .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_single .about .text__content a {
  text-decoration: underline;
}
.blog_single .about .text__content a:hover {
  color: var(--fuchsia_80);
}
.blog_single .about .about__img.about__img_single {
  height: 405px;
}
.blog_single .about .about__img.about__img_single img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_single img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.blog_single blockquote {
  position: relative;
  padding-left: 120px;
  margin: 25px 0;
}
.blog_single blockquote p {
  font-size: 20px;
  font-weight: 700;
}
.blog_single blockquote:before {
  content: "";
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 10px;
  background-color: var(--fuchsia_10);
  margin-right: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.blog_single .blog__gallary .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
  height: 280px;
}
.blog_single .blog__gallary .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_single .blog__gallary .swiper__arrow {
  width: 64px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog_single .blog__gallary .swiper__arrow:hover svg path {
  fill: var(--fuchsia_40);
}
.blog_single .blog__gallary .swiper__arrow.swiper__left {
  left: 0;
}
.blog_single .blog__gallary .swiper__arrow.swiper__right {
  right: 0;
}
.blog_single .blog__gallary .blog__pag {
  width: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
}
.blog_single .blog__gallary .blog__pag .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid var(--fuchsia_20);
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 8px;
}
.blog_single .blog__gallary .blog__pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--fuchsia_20);
}
.blog_single .callback {
  padding-top: 0;
}
.blog_single .callback .callback__block .callback__wrap {
  padding: 60px 50px;
  width: 50%;
}
.blog_single .callback .callback__block .callback__wrap .title_5 {
  font-size: 20px;
  line-height: 1.2em;
}
.blog_single .callback .callback__block .callback__btns {
  padding-right: 50px;
  width: 50%;
}

@media screen and (max-width: 1439px) {
  .blog .swiper-slide .blog__content {
    padding: 25px 20px;
  }
  .blog .swiper-slide .blog__short {
    font-size: 16px;
  }
  .blog .swiper-slide .blog__thumnail {
    height: 250px;
  }
}
@media screen and (max-width: 1199px) {
  .blog .swiper-slide .blog__content {
    padding: 30px 20px;
  }
  .blog .swiper-slide .blog__thumnail {
    height: 180px;
  }
  .blog_single .callback .callback__block .callback__btns {
    padding: 0 20px;
  }
  .blog_single .callback .callback__block .callback__btns,
  .blog_single .callback .callback__block .callback__wrap {
    width: 100%;
  }
  .callback .callback__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 40px;
    overflow: hidden;
    position: relative;
  }
  .blog_single .callback .callback__block .callback__wrap {
    padding: 40px 20px 20px;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }
  .blog_single .callback .callback__block .callback__wrap .title_5 {
    text-align: center;
  }
  .blog_single .callback .callback__block:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  .callback .callback__block .btn.callback__btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .blog .swiper-slide .blog__content {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 767px) {
  .blog .swiper-slide .blog__short {
    font-size: 16px;
  }
  .blog_single .wp-block-image {
    height: auto;
    border-radius: 0;
  }
  .blog_single .wp-block-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    -o-object-fit: initial;
       object-fit: initial;
  }
}
@media screen and (max-width: 576px) {
  .blog .swiper-slide .blog__thumnail {
    height: 220px;
  }
  .blog .swiper-slide .blog__short {
    font-size: 16px;
  }
  .blog_single blockquote {
    padding-left: 18vw;
  }
  .blog_single blockquote p {
    font-size: 18px;
  }
  .blog_single blockquote:before {
    width: 15vw;
    height: 15vw;
  }
}
.contact .contact__wrap {
  background-color: var(--bg_grey);
  border-radius: 30px;
  border: 1px solid var(--aqua_80);
  padding: 80px;
}
.contact .contact__item {
  margin-bottom: 24px;
}
.contact .contact__item .text__content p {
  margin-bottom: 0.2em;
}
.contact .contact__item .text__content p a {
  color: var(--fuchsia_80);
}
.contact .contact__item .text__content p a:hover {
  color: var(--fuchsia_95);
}
.contact .social {
  padding-top: 20px;
}
.contact .social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 15px;
}
.contact .social a:hover path {
  fill: var(--fuchsia_30);
}
.contact .contact__form {
  padding: 60px 70px;
  border-radius: 30px;
  overflow: hidden;
}
.contact .contact__form::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(119, 119, 119, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.contact .form__wrap .btn {
  width: 312px;
  height: 68px;
}
.contact .form__wrap .wpcf7-not-valid-tip {
  color: var(--alabaster_5);
}
.contact .wpcf7 form.invalid .wpcf7-response-output,
.contact .wpcf7 form.unaccepted .wpcf7-response-output {
  color: var(--alabaster_5);
}
.contact iframe {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}

@media screen and (max-width: 1439px) {
  .contact .contact__wrap {
    padding: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .contact .contact__form,
  .contact .contact__wrap {
    padding: 60px;
  }
}
@media screen and (max-width: 991px) {
  .contact .contact__form,
  .contact .contact__wrap {
    padding: 40px;
  }
  .contact iframe {
    height: 450px;
  }
}
@media screen and (max-width: 576px) {
  .contact iframe {
    border-radius: 20px;
  }
  .contact .contact__form,
  .contact .contact__wrap {
    padding: 30px 15px;
  }
  .contact .form__wrap .btn {
    width: 100%;
    max-width: 100%;
    height: 58px;
  }
  .contact .form__wrap .wpcf7-not-valid-tip {
    padding-left: 25px;
    color: var(--alabaster_5);
  }
}
.faq .faq__wrap {
  border: 2px solid var(--aqua_80);
  background-color: var(--bg_grey);
  padding: 56px 88px;
  border-radius: 30px;
}
.faq .faq__block {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}
.faq .faq__block .faq__item {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--alabaster_30);
}
.faq .faq__block .faq__item:not(:last-child) {
  margin-bottom: 14px;
}
.faq .faq__block .faq__item.open .faq__qwestion::before {
  background-color: var(--fuchsia_80);
}
.faq .faq__block .faq__item.open .faq__qwestion::after {
  background-color: var(--fuchsia_80);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq .faq__block .faq__item .faq__qwestion {
  cursor: pointer;
  padding-bottom: 8px;
  position: relative;
  padding-right: 30px;
}
.faq .faq__block .faq__item .faq__qwestion::before, .faq .faq__block .faq__item .faq__qwestion::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  position: absolute;
  right: 5px;
  top: 14px;
  background-color: var(--alabaster_95);
  border-radius: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq .faq__block .faq__item .faq__qwestion::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq .faq__block .faq__item .faq__qwestion:hover::before {
  background-color: var(--fuchsia_40);
}
.faq .faq__block .faq__item .faq__qwestion:hover::after {
  background-color: var(--fuchsia_40);
}
.faq .faq__block .faq__item .faq__answer {
  width: 100%;
}
.faq .faq__block .faq__item .faq__answer .text_content {
  padding: 15px 0;
}
.faq .faq__block .faq__item .faq__answer .text_content .title_6 {
  color: var(--aqua_80);
  margin-bottom: 16px;
}

@media screen and (max-width: 1439px) {
  .faq .faq__wrap {
    padding: 56px 60px;
  }
}
@media screen and (max-width: 1199px) {
  .faq .faq__wrap {
    padding: 40px;
  }
}
@media screen and (max-width: 991px) {
  .faq .faq__wrap {
    padding: 30px;
  }
}
@media screen and (max-width: 576px) {
  .faq .faq__wrap {
    padding: 30px 15px;
    border-radius: 20px;
  }
}
.activity .activity__item {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 20px;
  overflow: hidden;
}
.activity .activity__item:first-child {
  margin-bottom: 50px;
}
.activity .activity__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), #000000);
  opacity: 0.4;
  z-index: 1;
}
.activity .activity__item .types__link {
  position: absolute;
  right: 25px;
  top: 25px;
  border-color: var(--alabaster_5);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.activity .activity__item .types__link path {
  fill: var(--alabaster_5);
}
.activity .activity__item .activity__name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: var(--alabaster_5);
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 2;
  text-align: center;
  padding-bottom: 25px;
}
.activity .activity__item .activity__content {
  border-radius: 20px;
  border: var(--border);
  background-color: var(--bg_grey);
  padding: 40px 36px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 5;
  pointer-events: none;
  position: relative;
}
.activity .activity__item .activity__content .title_6 {
  margin-bottom: 8px;
}
.activity .activity__item.activity__item_space .activity__content {
  padding: 60px 36px;
}
.activity .activity__item:hover .activity__content {
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .activity .activity__item .activity__content {
    padding: 25px 20px;
  }
  .activity .activity__item.activity__item_space .activity__content {
    padding: 35px 20px;
  }
}
@media screen and (max-width: 991px) {
  .activity .activity__item {
    margin-bottom: 25px !important;
  }
  .activity .activity__item.activity__item_space .activity__content,
  .activity .activity__item .activity__content {
    padding: 25px 20px;
  }
}
.development .development__card {
  border-radius: 20px;
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 1px solid transparent;
}
.development .development__card .development__name {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 45px;
  color: var(--alabaster_5);
  z-index: 1;
}
.development .development__card:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000));
  background-image: linear-gradient(180deg rgba(0, 0, 0, 0), #000000);
  opacity: 0.2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.development .development__card .development__overlay {
  width: 100%;
  height: 100%;
  background-color: var(--bg_grey);
  padding: 25px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 356px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.development .development__card:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border: var(--border);
}
.development .development__card:hover .development__overlay {
  opacity: 1;
}
.development .development__card:hover:before {
  opacity: 0;
}

.block__more {
  display: none;
}
.block__more.active {
  display: block;
}

.not_404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 680px;
  height: 100vh;
}
.not_404 .not_404__number {
  font-size: 200px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #ff2f22;
  line-height: 1em;
}
.not_404 h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1em;
}
.not_404 .not_404__subtitle {
  max-width: 540px;
  margin: 0 auto 40px;
  line-height: 1.6em;
}
.not_404 .btn {
  width: 262px;
}

@media screen and (max-width: 1439px) {
  .not_404 .not_404__number {
    font-size: 160px;
  }
  .not_404 h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1199px) {
  .not_404 .not_404__number {
    font-size: 150px;
  }
  .not_404 h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .not_404 .not_404__number {
    font-size: 100px;
  }
  .not_404 h1 {
    font-size: 32px;
  }
}
.footer {
  margin-top: 60px;
  background-color: var(--alabaster_95);
}
.footer .footer__logo {
  width: 156px;
  display: block;
  display: block;
}
.footer .footer__logo img {
  width: 100%;
  height: auto;
}
.footer .footer__menu li {
  margin-bottom: 25px;
}
.footer .footer__menu li:last-child {
  margin-right: 0;
}
.footer .footer__menu li a {
  font-weight: 700;
  font-size: 20px;
  color: var(--alabaster_5);
  line-height: 1.6em;
}
.footer .footer__menu li a:hover {
  color: var(--fuchsia_40);
}
.footer .footer__subtitle {
  color: var(--alabaster_5);
}
.footer .social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 15px;
}
.footer .social a:hover path {
  fill: var(--fuchsia_30);
}
.footer .footer__item h5 {
  margin-bottom: 30px;
  color: var(--alabaster_5);
}
.footer .footer__item p {
  color: var(--alabaster_5);
}
.footer .footer__item a {
  font-size: 14px;
}
.footer .footer__item a:hover {
  color: var(--fuchsia_40);
}
.footer .footer__info {
  color: var(--alabaster_5);
}
.footer .footer__info a {
  color: var(--alabaster_5);
}
.footer .footer__info a:hover {
  color: var(--fuchsia_40);
}
.footer .footer__bottom {
  margin-top: 40px;
}

.popup {
  position: fixed;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(14, 15, 15, 0.35);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.popup.open {
  z-index: 999999;
  opacity: 1;
  pointer-events: all;
}
.popup.open .popup__content {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.popup .popup__content {
  background-color: var(--alabaster_5);
  width: 96%;
  max-width: 940px;
  padding: 0;
  position: relative;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  max-height: 96%;
  overflow-y: auto;
  border-radius: 20px;
  overflow: hidden;
}
.popup .popup__content .popup__head {
  padding: 45px 30px;
  background-color: var(--btn_hover);
}
.popup .popup__content .close_popup {
  background: transparent url(../img/close_menu.svg) no-repeat center/16px;
  border: none;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 26px;
  top: 10px;
  cursor: pointer;
  z-index: 2;
}
.popup .popup__content .popup__block {
  padding: 78px 52px;
  width: calc(100% - 312px);
}
.popup .popup__content .popup__bg {
  width: 312px;
}
.popup .popup__content .form__wrap {
  max-width: 470px;
  margin: 0;
}
.popup .popup__content .form__wrap .input__group {
  margin-bottom: 20px;
}
.popup .popup__content .form__wrap .input__group .order__input {
  border-color: var(--alabaster_20);
}
.popup .popup__content .form__wrap .input__group .order__input.wpcf7-not-valid {
  border-color: red;
}
.popup .popup__content .form__wrap .btn {
  height: 68px;
  width: 100%;
  max-width: 312px;
}
.popup .popup__content .form__wrap .wpcf7 form.invalid .wpcf7-response-output,
.popup .popup__content .form__wrap .wpcf7 form.unaccepted .wpcf7-response-output {
  color: var(--alabaster_95);
}
.popup .popup__content .form__wrap .wpcf7-not-valid-tip {
  color: red;
}

.open__form > * {
  pointer-events: none;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .footer .footer__menu li {
    margin-bottom: 10px;
  }
  .footer .footer__menu li a {
    font-size: 18px;
  }
  .popup .popup__content .popup__block {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 767px) {
  .popup .popup__content {
    max-width: 500px;
  }
  .popup .popup__content .popup__block {
    width: 100%;
  }
  .popup .popup__content .close_popup {
    background-image: url(../img/close_menu_dark.svg);
  }
}
@media screen and (max-width: 576px) {
  .popup .popup__content .form__wrap .btn {
    height: 58px;
    max-width: 100%;
  }
  .sticky__btn {
    right: 16px;
    bottom: 16px;
    width: 88px;
    height: 88px;
    font-size: 11px;
  }
}
.wpcf7 form {
  position: relative;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  position: relative;
  top: 100%;
  left: 0;
  font-size: 14px;
  width: 100%;
  margin: 15px 0 0;
  color: var(--alabaster_95);
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

.form__wrap .wpcf7-not-valid-tip {
  font-size: 10px;
  position: absolute;
  top: 100%;
  margin-top: 0;
  left: 0;
  width: 100%;
  line-height: 1em;
  color: var(--alabaster_95);
  padding-left: 44px;
}

.page_404 {
  height: calc(100vh - 43px);
  min-height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.page_404 .page_404__title {
  font-size: 200px;
  font-style: normal;
  font-weight: 600;
  font-family: "Inter";
  text-transform: uppercase;
  color: var(--lightgrey);
  margin-bottom: 30px;
  line-height: 0.75em;
}
.page_404 .page_404_subtitle {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--dark);
  line-height: 1em;
}
.page_404 .page_404__text {
  font-size: 18px;
  max-width: 284px;
  margin: 0 auto 30px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .page_404 .page_404__title {
    font-size: 150px;
  }
}
.cky-prefrence-btn-wrapper .cky-btn {
  font-size: 18px !important;
  border-radius: 10px !important;
}
.cky-prefrence-btn-wrapper .cky-btn.cky-btn-accept:hover {
  background-color: #333333;
}
.cky-prefrence-btn-wrapper .cky-btn.cky-btn-reject, .cky-prefrence-btn-wrapper .cky-btn.cky-btn-preferences {
  border-width: 1px;
}
.cky-prefrence-btn-wrapper .cky-btn.cky-btn-reject:hover, .cky-prefrence-btn-wrapper .cky-btn.cky-btn-preferences:hover {
  background-color: #f7f7f7;
}

.cky-preference-body-wrapper p {
  font-size: 16px;
}

.cky-consent-container.cky-box-bottom-left {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 15, 15, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cky-consent-container.cky-box-bottom-left.cky-hide {
  display: none;
}
.cky-consent-container.cky-box-bottom-left .cky-consent-bar {
  width: 100%;
  border-radius: 20px;
  max-width: 420px;
  padding: 40px;
}
.cky-consent-container.cky-box-bottom-left .cky-notice .cky-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1em;
}
.cky-consent-container.cky-box-bottom-left .cky-notice-des {
  margin-bottom: 40px;
}
.cky-consent-container.cky-box-bottom-left .cky-notice-des p {
  font-size: 18px;
  line-height: 1.4em;
}
.cky-consent-container.cky-box-bottom-left .cky-btn {
  font-size: 18px;
  border-radius: 10px;
}
.cky-consent-container.cky-box-bottom-left .cky-btn.cky-btn-accept:hover {
  background-color: #333333;
}
.cky-consent-container.cky-box-bottom-left .cky-btn.cky-btn-reject, .cky-consent-container.cky-box-bottom-left .cky-btn.cky-btn-preferences {
  border-width: 1px;
}
.cky-consent-container.cky-box-bottom-left .cky-btn.cky-btn-reject:hover, .cky-consent-container.cky-box-bottom-left .cky-btn.cky-btn-preferences:hover {
  background-color: #f7f7f7;
}
@media screen and (max-width: 576px) {
  .page_404 .page_404__title {
    font-size: 120px;
  }
  .page_404 .page_404_subtitle {
    font-size: 32px;
  }
  .page_404 .page_404__text {
    font-size: 16px;
  }
  .cky-consent-container.cky-box-bottom-left .cky-consent-bar {
    width: 100%;
    max-width: 90%;
    padding: 30px;
  }
  .cky-consent-container.cky-box-bottom-left .cky-notice .cky-title {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
  }
  .cky-consent-container.cky-box-bottom-left .cky-notice-des p {
    font-size: 16px;
  }
  .popup .popup__content ifrane {
    padding-bottom: 45px;
  }
}
.ti-widget.ti-goog .ti-controls .ti-next:after,
.ti-widget.ti-goog .ti-controls .ti-prev:after,
.ti-widget.ti-goog .ti-controls .ti-next:before,
.ti-widget.ti-goog .ti-controls .ti-prev:before {
  background-color: var(--btn_green) !important;
}

.ti-widget.ti-goog .ti-footer-filter-text {
  text-align: center !important;
}

html.with-fancybox {
  overflow: auto;
}

#sb_instagram #sbi_load .sbi_load_btn {
  margin: 0 auto;
  height: 56px;
  border-radius: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 32px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  font-weight: 500;
}

.sbi_follow_btn,
.sb_instagram_header,
.instagram-gallery__actions {
  display: none !important;
}

#instagram-gallery-feed-0 .instagram-gallery-item__media-mask {
  opacity: 0 !important;
}

.instagram-gallery-square .instagram-gallery-item__media-wrap {
  position: relative;
}
.instagram-gallery-square .instagram-gallery-item__media-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 5;
}
.instagram-gallery-square .instagram-gallery-item__media-wrap:hover::before {
  opacity: 1;
}/*# sourceMappingURL=main.css.map */