.services .services-carousel .services-carousel__item button,
.services .services-carousel .services-carousel__item img,
.news-grid .news-grid__items .news-grid__item .news-grid__item__title,
.news-grid
  .news-grid__header
  .news-grid__header__item
  .news-grid__header__item__title,
.card-modal .modal__wrap .rules-modal__content a,
.card-modal
  .modal__wrap
  .form
  .ktcf7-acceptance
  .ktcf7-list-item
  label
  .ktcf7-list-item-label:before,
.card-modal
  .modal__wrap
  .form
  .ktcf7-acceptance
  .ktcf7-list-item
  label
  .ktcf7-list-item-label:after,
.card-modal
  .modal__wrap
  .form
  .ktcf7-radio
  .ktcf7-list-item
  .ktcf7-list-item-label:after,
.card-modal .modal__wrap .form .input-title,
.card-modal,
.wheel .wheel__list .wheel__list__item,
.places-slider
  .places-slider__text
  .places-slider__text__item
  .places-slider__text__item__wrap,
.news .news__slider .news__slider__item .news__slider__item__text,
.news .news__slider .news__slider__item .news__slider__item__background:before,
.news .news__header .news__header__title,
.people .people__item .people__item__text .people__item__description,
.people .people__item .people__item__text .people__item__title,
.people .people__item .people__item__background:before,
.people .people__item .people__item__background,
.people .people__item,
.places .places__items .places__item .places__item__icon,
.places .places__items .places__item .places__item__title,
.menu a,
.menu,
body:before,
.icon img,
.btn,
.footer a,
.header a,
.header,
.contacts
  .contacts__footer
  .contacts__footer__text
  .contacts__footer__text__item
  a,
.contacts
  .contacts__footer
  .contacts__footer__text
  .contacts__footer__text__item
  .contacts__footer__text__item__text
  a,
.contacts .contacts__tabs .contacts__tabs__list a {
  transition-duration: 0.3s;
}

.contacts
  .contacts__footer
  .contacts__footer__text
  .contacts__footer__text__item
  a:hover,
.contacts .contacts__tabs .contacts__tabs__list a:hover {
  color: var(--blue);
}

body,
h1 {
  margin: 0;
}

section,
div {
  box-sizing: border-box;
}

button {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  outline: none;
}

:root {
  --black: #055075;
  --grey: #8d949f;
  --light_grey: #d4dbe5;
  --white: #ffffff;
  --light_green: #f2fcff;
  --blue: #c0c0c0;
}

@font-face {
  font-family: "Suisse Intl";
  src:
    url("fonts/suisse_intl/SuisseIntl-Light.woff2") format("woff2"),
    url("fonts/suisse_intl/SuisseIntl-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Intl";
  src:
    url("fonts/suisse_intl/SuisseIntl-Regular.woff2") format("woff2"),
    url("fonts/suisse_intl/SuisseIntl-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Intl";
  src:
    url("fonts/suisse_intl/SuisseIntl-Medium.woff2") format("woff2"),
    url("fonts/suisse_intl/SuisseIntl-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Intl";
  src:
    url("fonts/suisse_intl/SuisseIntl-SemiBold.woff2") format("woff2"),
    url("fonts/suisse_intl/SuisseIntl-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src:
    url("fonts/onest/Onest-Regular.woff2") format("woff2"),
    url("fonts/onest/Onest-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src:
    url("fonts/onest/Onest-Medium.woff2") format("woff2"),
    url("fonts/onest/Onest-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body,
.text {
  font-family: "Suisse Intl";
}

p,
.single-news__content ul {
  line-height: 26px;
}

h1 {
  font-size: 88px;
  font-weight: 500;
}
@media (max-width: 767px) {
  h1 {
    font-size: 47px;
  }
}

.h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
}

.index,
.contacts__footer__text__item__text {
  font-size: 32px;
  font-weight: 500;
}

.grid__item_small .grid__item__title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.grid__item_layered .grid__item__title {
  letter-spacing: 1.1em;
  font-size: 32px;
  text-transform: uppercase;
}
@media (max-width: 1250px) {
  .grid__item_layered .grid__item__title {
    letter-spacing: 0.4em;
  }
}
@media (max-width: 991px) {
  .grid__item_layered .grid__item__title {
    letter-spacing: 0.2em;
  }
}
@media (max-width: 767px) {
  .grid__item_layered .grid__item__title {
    letter-spacing: 0.6em;
  }
}

.grid__item__description {
  line-height: 24px;
}

.header__phone {
  font-size: 20px;
  font-weight: 500;
}

.header__events {
  font-size: 18px;
}

.places__description {
  font-size: 24px;
  font-weight: 500;
}

.places__item__title,
.contacts__tabs__list a {
  font-size: 24px;
}

.section-heading_small {
  font-size: 64px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .section-heading_small {
    font-size: 48px;
  }
}
.section-heading_small span {
  font-weight: 300;
}

.section-heading_large {
  font-size: 128px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .section-heading_large {
    font-size: 80px;
  }
}

.btn {
  font-size: 20px;
}

.people__item__text {
  font-family: "Onest";
}
.people__item__text .people__item__title {
  font-weight: 500;
}

.about__subtitle {
  font-family: "Onest";
  font-weight: 500;
  font-size: 32px;
}

.news__header__title,
.news-grid__header__item__title,
.page-header__title {
  font-family: "Onest";
  font-size: 40px;
}

.page-header__title {
  font-weight: 400;
}

.news__slider__item__text,
.contacts__footer__text__item__title {
  font-family: "Onest";
  font-size: 20px;
}

.footer__text__large {
  font-size: 56px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .footer__text__large {
    font-size: 32px;
  }
}

.footer__copyright {
  font-size: 12px;
}

@media (max-width: 1250px) and (min-width: 992px) {
  .summary__title_large {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .summary__title_large {
    font-size: 32px;
  }
}

.menu__links > li > a,
.menu__links > li > span {
  font-size: 24px;
  line-height: 28px;
}

.wheel__title {
  font-size: 96px;
  font-weight: 500;
  line-height: 96px;
}
@media (max-width: 1400px) {
  .wheel__title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 1200px) {
  .wheel__title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .wheel__title {
    font-size: 48px;
    line-height: 48px;
  }
}

.wheel__text,
.news-grid__item__title,
.single-news__header__link {
  font-size: 24px;
  line-height: 32px;
}

@media (max-width: 767px) {
  .news-grid__item__title {
    font-size: 20px;
    line-height: 25px;
  }
}

.wheel__list {
  font-size: 35px;
  line-height: 40px;
}
@media (max-width: 1400px) {
  .wheel__list {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .wheel__list {
    font-size: 35px;
    line-height: 35px;
  }
}

.modal__title {
  font-size: 88px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .modal__title {
    font-size: 56px;
  }
}

.form__title {
  line-height: 22px;
  letter-spacing: 0.1em;
}

.text,
.input-title {
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .event h1 {
    font-size: 40px;
  }
}

@media (max-width: 1024px) {
  .single-news__header h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .single-news__header h1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .single-news__header__link {
    font-size: 20px;
  }
}

.page-header__description {
  line-height: 24px;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header.modal-visible {
  transition-duration: 0s;
}
.header.header_white,
.header.header_white_default {
  background: var(--white);
  color: var(--black);
}
.header.header_white .header__logo,
.header.header_white_default .header__logo {
  background-image: url("/logo-black.svg");
}
.header.header_white .header__menu,
.header.header_white_default .header__menu {
  background-image: url("../img/icons/menu_black.svg");
}
.header.header_white a,
.header.header_white_default a {
  color: var(--black);
}
.header.header_white
  .header__nav
  .header__nav__social
  .header__nav__social__link.whatsapp,
.header.header_white_default
  .header__nav
  .header__nav__social
  .header__nav__social__link.whatsapp {
  background-image: url("../img/icons/whatsapp-black.svg");
}
.header.header_white
  .header__nav
  .header__nav__social
  .header__nav__social__link.telegram,
.header.header_white_default
  .header__nav
  .header__nav__social
  .header__nav__social__link.telegram {
  background-image: url("../img/icons/phone-black.svg");
}
.header.header_white_default + .site-container {
  padding-top: 147px;
}
@media (max-width: 767px) {
  .header.header_white_default + .site-container {
    padding-top: 117px;
  }
}
.header .header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 32px 48px;
  max-width: 1600px;
  width: 100%;
  margin: auto;
  position: relative;
}
@media (max-width: 767px) {
  .header .header__container {
    padding: 24px 16px;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .header .header__phone,
  .header .header__events {
    display: none;
  }
}
.header .header__logo {
  display: block;
  width: 153px;
  font-size: 130%;
  /* height: 35px; */
  /* background-image: url("/logo.svg"); */
  background-repeat: no-repeat;
}
.header .header__menu {
  width: 24px;
  height: 24px;
  background-image: url("../img/icons/menu_white.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 68px;
}
@media (max-width: 991px) {
  .header .header__menu {
    margin-left: 20px;
  }
}
.header .header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.header .header__nav .header__nav__social {
  display: flex;
}
@media (min-width: 768px) {
  .header .header__nav .header__nav__social {
    margin-right: 30px;
  }
}
.header .header__nav .header__nav__social .header__nav__social__link {
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-position: center;
  display: block;
  transition-duration: 0s;
}
.header .header__nav .header__nav__social .header__nav__social__link.telegram {
  background-image: url("../img/icons/phone.svg");
  margin-right: 20px;
  font-size: 0;
  color: transparent;
  position: relative;
  overflow: hidden;
}
.header .header__nav .header__nav__social .header__nav__social__link.whatsapp {
  background-image: url("../img/icons/whatsapp-white.svg");
  min-width: 30px;
  min-height: 30px;
  color: transparent;
  line-height: 0;
}
.header a {
  color: var(--white);
  text-decoration: none;
}
.header a:hover {
  color: var(--blue);
}

.footer {
  position: relative;
  padding-top: 165px;
  background-color: var(--black);
  background-image: url("/koisha.png");
  /* background-size: 120px; */
  background-repeat: no-repeat;
  background-position: right top;
  color: var(--white);
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .footer {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 117px;
    background-position: right -94px top;
  }
}
.footer a {
  color: var(--white);
  text-decoration: none;
}
.footer a:hover {
  color: var(--blue);
}
.footer .footer__text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 96px;
}
@media (max-width: 991px) {
  .footer .footer__text {
    margin-bottom: 40px;
  }
}
.footer .footer__title {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .footer .footer__title {
    margin-bottom: 207px;
  }
}
.footer .footer__text__large {
  margin-bottom: 16px;
  display: inline-flex;
}
.footer .footer__link {
  margin-top: 5px;
  margin-bottom: 15px;
  color: var(--blue);
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .footer .footer__link {
    margin-top: 16px;
  }
}
.footer .footer__link:after {
  content: "";
  background-image: url("../img/icons/footer__link.svg");
  display: block;
  width: 8px;
  height: 7px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 8px;
}
@media (max-width: 991px) {
  .footer .footer__copyright .col-auto:first-child,
  .footer .footer__copyright .col-auto:nth-child(2) {
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .footer .footer__copyright .col-auto.footer__copyright__social {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .footer .footer__copyright .col-auto.footer__copyright__social {
    padding-right: 44px;
    justify-content: space-between;
  }
  .footer .footer__copyright .col-auto.footer__copyright__social a {
    margin-right: 0 !important;
  }
  .footer .footer__copyright .col-auto.footer__copyright__social img {
    width: 24px;
  }
}
@media (min-width: 768px) {
  .footer .footer__copyright .col-auto.footer__copyright__social img {
    width: 16px;
  }
}
.footer .footer__copyright__links a:not(:last-child),
.footer .footer__copyright__social a:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 1100px) {
  .footer .footer__copyright__links a:not(:last-child),
  .footer .footer__copyright__social a:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .footer .footer__copyright__links {
    flex-direction: column;
  }
  .footer .footer__copyright__links a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.site-container {
  max-width: 1600px;
  margin: auto;
  position: relative;
}
@media (max-width: 1600px) {
  .site-container {
    overflow-x: hidden;
  }
}

.container {
  padding-left: 48px;
  padding-right: 48px;
  margin-left: auto;
  margin-right: auto;
}
.container.container_small {
  max-width: 1096px;
}
@media (max-width: 767px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.row,
.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-end {
  justify-content: flex-end;
}

.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  width: 8.33333333%;
}

.col-2 {
  width: 16.66666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333333%;
}

.col-5 {
  width: 41.66666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333333%;
}

.col-8 {
  width: 66.66666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333333%;
}

.col-11 {
  width: 91.66666667%;
}

.d-none {
  display: none;
}

@media (max-width: 991px) {
  .d-md-none {
    display: none;
  }
}

@media (max-width: 991px) {
  .d-md-block {
    display: block;
  }
}

@media (max-width: 991px) {
  .flex-md-column {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .flex-xs-column {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .col-md-6 {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .col-md-12 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .col-xs-12 {
    width: 100% !important;
  }
}

.color_blue {
  color: var(--blue);
}

.color_white {
  color: var(--white);
}

.color_grey {
  color: var(--grey);
}

.weight_300 {
  font-weight: 300;
}

.weight_600 {
  font-weight: 600;
}

.border.border_right {
  border-right: 1px solid;
}
.border.border_bottom {
  border-bottom: 1px solid;
}

.align-center {
  text-align: center;
}

.pl-60 {
  padding-left: 60px;
}

.index {
  position: absolute;
  top: 48px;
  left: 48px;
  color: var(--grey);
}
@media (max-width: 767px) {
  .index {
    top: 32px;
    left: 16px;
  }
}

.btn {
  background: var(--black);
  color: var(--white);
  border-radius: 4px;
  padding: 16px 24px;
  -webkit-appearance: none;
}
.btn:hover {
  background: var(--blue);
}

.slick-slide {
  outline: none;
}

.icon {
  position: relative;
}
.icon:hover img:first-child {
  opacity: 0;
}
.icon:hover img:last-child {
  opacity: 1;
}
.icon img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.slick-dots {
  display: flex;
  position: absolute;
  bottom: 48px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  left: 0;
  justify-content: center;
}
@media (max-width: 767px) {
  .slick-dots {
    bottom: 72px;
  }
}
.slick-dots li {
  display: flex;
  position: relative;
}
.slick-dots li:not(:last-child) {
  margin-right: 20px;
}
.slick-dots li.slick-active:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #393939;
  left: -4px;
  top: -4px;
}
.slick-dots li.slick-active button {
  background: var(--white);
}
.slick-dots button {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--grey);
  color: transparent;
  font-size: 0;
  z-index: 1;
}

.text {
  height: 48px;
  border: 1px solid #1027a4;
  border-radius: 4px;
  padding: 0 16px;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}
.text.ktcf7-not-valid {
  border-color: #f00300;
}

.grecaptcha-badge {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.shedule-description {
  text-align: center;
  padding: 0 48px;
}
@media (max-width: 767px) {
  .shedule-description {
    padding: 0 16px;
  }
}
.shedule-description p {
  margin: 0;
}
.shedule-description p.bold {
  font-weight: 700;
}
.shedule-description a {
  color: var(--blue);
  text-decoration: none;
  white-space: nowrap;
}
.shedule-description a:hover {
  text-decoration: underline;
}

.page-template-schedule .content_rz {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
@media (max-width: 767px) {
  .page-template-schedule .content_rz {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.page-template-schedule .header.header_white_default + .site-container {
  padding-top: 100px;
}

body {
  position: relative;
  overflow-x: hidden;
}
body:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--black);
  opacity: 0;
  z-index: 19;
  visibility: hidden;
}
body.modal-visible {
  overflow: hidden;
}
@media (min-width: 1280px) {
  body.modal-visible {
    padding-right: 17px;
  }
  body.modal-visible .header {
    width: calc(100% - 17px);
  }
}
body.modal-visible:before {
  opacity: 0.5;
  visibility: visible;
}
body:not(.home) .footer .index,
body:not(.home) .places .index {
  display: none;
}
body.page-template-account header {
  max-width: 100%;
}
body.page-template-schedule:before,
body.page-template-account:before {
  z-index: 19000;
}
body.page-template-schedule header,
body.page-template-account header {
  z-index: 10000;
}
body.page-template-schedule .menu,
body.page-template-account .menu {
  z-index: 20000;
}

.menu {
  background-image: url("/koisha.png");
  background-color: var(--white);
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 720px;
  position: fixed;
  top: 0;
  color: var(--black);
  padding: 80px 72px 64px;
  right: -720px;
  z-index: 20;
}
@media (min-width: 1024px) and (max-height: 850px) {
  .menu {
    width: 750px;
    right: -750px;
  }
}
@media (max-width: 767px) {
  .menu {
    width: 100%;
    padding: 32px 16px;
    height: 100vh;
    overflow-y: scroll;
    background-position: right -160px bottom 70px;
  }
}
.menu.visible {
  right: 0;
}
.menu a {
  color: var(--black);
  text-decoration: none;
}
.menu a:hover {
  color: var(--blue);
}
.menu .close {
  padding: 10px;
  position: absolute;
  top: 46px;
  right: 46px;
}
@media (max-width: 767px) {
  .menu .close {
    top: 22px;
    right: 16px;
  }
}
.menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.menu .menu__links > li.empty-link > a {
  color: var(--black);
}
.menu .menu__links > li:last-child > a {
  margin-bottom: 0;
}
.menu .menu__links > li > span,
.menu .menu__links > li > a {
  margin-bottom: 32px;
  display: inline-block;
}
.menu .menu__links > li > span {
  color: var(--black);
}
.menu .menu__links > li ul {
  margin-bottom: 48px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) and (max-height: 850px) {
  .menu .menu__links > li ul {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .menu .menu__links > li ul {
    margin-bottom: 18px;
  }
}
.menu .menu__links > li ul li {
  margin-bottom: 16px;
}
.menu .menu__links > li ul li:not(:last-child) {
  margin-right: 24px;
}
.menu .menu__footer {
  margin-top: 105px;
}
@media (min-width: 1024px) and (max-height: 850px) {
  .menu .menu__footer {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .menu .menu__footer {
    margin-top: 50px;
    width: 100%;
  }
}
@media (max-height: 650px) and (max-width: 767px) {
  .menu .menu__footer {
    margin-top: 30px;
  }
}
.menu .menu__footer .menu__social {
  margin-top: 34px;
  display: flex;
}
@media (max-width: 767px) {
  .menu .menu__footer .menu__social {
    justify-content: space-between;
  }
}
.menu .menu__footer .menu__social a:not(:last-child) {
  margin-right: 64px;
}
@media (max-width: 767px) {
  .menu .menu__footer .menu__social a:not(:last-child) {
    margin-right: 0;
  }
}
.menu .menu__footer .menu__social img {
  width: 24px;
}
@media (max-width: 767px) {
  .menu .menu__footer .btn {
    width: 100%;
  }
}

.video {
  position: relative;
  width: 100%;
}
.video.video_large {
  padding-top: 52.75%;
}
.video.video_cover video {
  object-fit: cover;
}
@media (max-width: 767px) {
  .video.video_main {
    height: 82vh;
    padding: 0;
    background: var(--black);
  }
}
@media (max-width: 414px) and (max-height: 896px) {
  .video.video_main {
    height: 82vh;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .video.video_main {
    height: 92vh;
  }
}
@media only screen and (device-width: 414px) and (device-height: 736px) {
  .video.video_main {
    height: 100vh;
  }
}
@media (max-width: 375px) and (max-height: 740px) {
  .video.video_main {
    height: 86vh;
  }
}
@media (max-width: 375px) and (max-height: 667px) {
  .video.video_main {
    height: 100vh;
  }
}
@media (max-width: 360px) {
  .video.video_main {
    height: 86vh;
  }
}
.video video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.video .play {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: initial;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.grid {
  position: relative;
  border: 1px solid var(--light_grey);
}
@media (max-width: 767px) {
  .grid {
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
}
@media (max-width: 991px) {
  .grid .row {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .grid .row:last-child .col:not(:last-child) {
    border-bottom: 1px solid #d4dbe5;
  }
}
.grid .grid__item {
  background-size: cover;
  background-position: center;
}
.grid .grid__item.grid__item_large {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  height: 720px;
  padding: 0 0 48px 48px;
}
@media (max-width: 1400px) {
  .grid .grid__item.grid__item_large {
    height: 620px;
  }
}
@media (max-width: 767px) {
  .grid .grid__item.grid__item_large {
    height: 495px;
    padding: 0 0 48px 16px;
  }
}
.grid .grid__item.grid__item_large .grid__item__title {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
}
.grid .grid__item.grid__item_large .grid__item__description {
  max-width: 288px;
}
.grid .grid__item.grid__item_large .grid__item__description p {
  margin: 0;
}
.grid .grid__item.grid__item_small {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  height: 360px;
}
@media (max-width: 1400px) {
  .grid .grid__item.grid__item_small {
    height: 310px;
  }
}
@media (max-width: 767px) {
  .grid .grid__item.grid__item_small {
    height: 375px;
  }
}
.grid .grid__item.grid__item_small:not(.video) {
  padding: 24px;
}
.grid .grid__item.grid__item_small p {
  margin: 0;
}
.grid .grid__item.grid__item_background {
  background-color: var(--light_green);
}
.grid .grid__item.grid__item_layered {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  height: 660px;
  padding-bottom: 48px;
  position: relative;
  overflow: hidden;
  transition-duration: 1s;
}
@media (max-width: 1250px) {
  .grid .grid__item.grid__item_layered {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 991px) {
  .grid .grid__item.grid__item_layered {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .grid .grid__item.grid__item_layered {
    height: 574px;
    border-left: none;
    border-right: none;
  }
}
.grid .grid__item.grid__item_layered:hover {
  color: var(--white);
}
.grid
  .grid__item.grid__item_layered:hover
  .grid__item__layer.grid__item__layer_photo {
  background-position: bottom center !important;
}
.grid
  .grid__item.grid__item_layered:hover
  .grid__item__layer.grid__item__layer_photo:before {
  opacity: 0;
}
.grid
  .grid__item.grid__item_layered:hover
  .grid__item__layer.grid__item__layer_figure {
  transform: scale(20);
  background-position: top 100px center;
}
@media (max-width: 767px) {
  .grid .grid__item.grid__item_layered.animated {
    color: var(--white);
  }
  .grid
    .grid__item.grid__item_layered.animated
    .grid__item__layer.grid__item__layer_photo {
    background-position: bottom center !important;
  }
  .grid
    .grid__item.grid__item_layered.animated
    .grid__item__layer.grid__item__layer_photo:before {
    opacity: 0;
  }
  .grid
    .grid__item.grid__item_layered.animated
    .grid__item__layer.grid__item__layer_figure {
    transform: scale(20);
    background-position: top 50px center;
  }
}
.grid .grid__item.grid__item_layered .grid__item__title {
  margin-bottom: 21px;
}
@media (max-width: 1250px) {
  .grid .grid__item.grid__item_layered .grid__item__description {
    text-align: center;
  }
}
.grid .grid__item.grid__item_layered .grid__item__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.grid .grid__item.grid__item_layered .grid__item__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition-duration: 1s;
}
.grid
  .grid__item.grid__item_layered
  .grid__item__layer.grid__item__layer_figure {
  z-index: -1;
  background-position: center;
}
.grid
  .grid__item.grid__item_layered
  .grid__item__layer.grid__item__layer_photo {
  z-index: -2;
  background-size: cover;
}
.grid
  .grid__item.grid__item_layered
  .grid__item__layer.grid__item__layer_photo.grid__item__layer_photo_1 {
  background-position: bottom -40px center;
}
.grid
  .grid__item.grid__item_layered
  .grid__item__layer.grid__item__layer_photo.grid__item__layer_photo_2 {
  background-position: bottom 90px center;
}
.grid
  .grid__item.grid__item_layered
  .grid__item__layer.grid__item__layer_photo.grid__item__layer_photo_3 {
  background-position: bottom -30px center;
}
.grid
  .grid__item.grid__item_layered
  .grid__item__layer.grid__item__layer_photo:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c5c5c5;
  opacity: 0.9;
  transition-duration: 1s;
}
.grid .border {
  border-color: var(--light_grey);
}

.places {
  position: relative;
  background: var(--black);
  color: var(--white);
  padding: 113px 48px 300px;
}
@media (max-width: 1199px) {
  .places {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .places {
    padding: 117px 16px 64px;
  }
}
.places .container {
  padding-left: 0;
  padding-right: 0;
}
.places .places__title {
  margin-bottom: 24px;
}
.places .places__items {
  display: flex;
  margin-top: 96px;
}
@media (max-width: 991px) {
  .places .places__items {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (max-width: 767px) {
  .places .places__items {
    margin-top: 72px;
    margin-left: 0;
    margin-right: 0;
  }
}
.places .places__items .places__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: initial;
  width: 317px;
  height: 317px;
  border: 1px dashed;
  border-radius: 100%;
  margin: 144px auto 0;
  position: relative;
  background: var(--black);
  z-index: 1;
}
@media (max-width: 1199px) {
  .places .places__items .places__logo {
    display: none;
  }
}
.places .places__items .places__logo img {
  width: 194px;
  margin-top: 35px;
}
.places .places__items .places__item {
  position: relative;
}
@media (max-width: 1199px) {
  .places .places__items .places__item {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.places .places__items .places__item:hover .places__item__icon {
  background: var(--blue);
  border-color: var(--blue);
}
.places .places__items .places__item:hover .places__item__title {
  color: var(--blue);
}
.places .places__items .places__item:not(:last-child) {
  margin-bottom: 71px;
}
@media (max-width: 767px) {
  .places .places__items .places__item:not(:last-child) {
    margin-bottom: 48px;
  }
}
.places .places__items .places__item:before {
  content: "";
  width: 130px;
  height: 1px;
  position: absolute;
  background: linear-gradient(rgb(220, 220, 220), rgba(220, 220, 220, 0));
}
@media (max-width: 1199px) {
  .places .places__items .places__item:before {
    content: none;
  }
}
.places .places__items .places__item .places__item__title {
  margin-bottom: 8px;
}
.places .places__items .places__item .places__item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: initial;
  min-width: 64px;
  height: 64px;
  border-radius: 100%;
  border: 3px solid var(--white);
  position: relative;
  background: var(--black);
}
.places .places__items .places__item .places__item__link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.places .places__items .places__item p {
  margin: 0;
}
.places .places__items .places__items__col {
  position: absolute;
  width: calc(50% - 94px);
}
@media (max-width: 1199px) {
  .places .places__items .places__items__col {
    position: static;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .places .places__items .places__items__col {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  .places .places__items .places__items__col {
    padding-left: 0;
    padding-right: 0;
  }
}
.places .places__items .places__items__col.places__items__col_left {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
  left: 0;
}
@media (max-width: 1199px) {
  .places .places__items .places__items__col.places__items__col_left {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .places .places__items .places__items__col.places__items__col_left {
    margin-bottom: 48px;
  }
}
.places
  .places__items
  .places__items__col.places__items__col_left
  .places__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row-reverse;
  text-align: right;
}
@media (max-width: 1199px) {
  .places
    .places__items
    .places__items__col.places__items__col_left
    .places__item {
    flex-direction: row;
    text-align: left;
  }
}
.places
  .places__items
  .places__items__col.places__items__col_left
  .places__item:first-child:before {
  transform: rotate(-115.19deg);
  right: -69px;
  bottom: -48px;
}
.places
  .places__items
  .places__items__col.places__items__col_left
  .places__item:nth-child(2):before {
  transform: rotate(-147.88deg);
  right: -87px;
  bottom: 0;
}
.places
  .places__items
  .places__items__col.places__items__col_left
  .places__item:nth-child(3):before {
  right: -106px;
  top: 31px;
  transform: rotate(180deg);
}
.places
  .places__items
  .places__items__col.places__items__col_left
  .places__item:nth-child(4):before {
  transform: rotate(147.68deg);
  right: -85px;
  bottom: 65px;
}
.places
  .places__items
  .places__items__col.places__items__col_left
  .places__item:nth-child(5):before {
  transform: rotate(115.19deg);
  right: -70px;
  bottom: 164px;
}
.places
  .places__items
  .places__items__col.places__items__col_left
  .places__item:nth-child(2),
.places
  .places__items
  .places__items__col.places__items__col_left
  .places__item:nth-child(4) {
  margin-right: 88px;
}
.places
  .places__items
  .places__items__col.places__items__col_left
  .places__item:nth-child(3) {
  margin-right: 171px;
}
.places
  .places__items
  .places__items__col.places__items__col_left
  .places__item
  .places__item__icon {
  margin-left: 24px;
}
@media (max-width: 1199px) {
  .places
    .places__items
    .places__items__col.places__items__col_left
    .places__item
    .places__item__icon {
    margin-left: 0;
    margin-right: 24px;
  }
}
.places .places__items .places__items__col.places__items__col_right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  right: 0;
}
.places
  .places__items
  .places__items__col.places__items__col_right
  .places__item {
  display: flex;
}
.places
  .places__items
  .places__items__col.places__items__col_right
  .places__item:first-child:before {
  transform: rotate(-64.98deg);
  left: -69px;
  bottom: -47px;
}
.places
  .places__items
  .places__items__col.places__items__col_right
  .places__item:nth-child(2):before {
  transform: rotate(-32.12deg);
  left: -106px;
  bottom: -15px;
}
.places
  .places__items
  .places__items__col.places__items__col_right
  .places__item:nth-child(3):before {
  top: 31px;
  left: -117px;
}
.places
  .places__items
  .places__items__col.places__items__col_right
  .places__item:nth-child(4):before {
  transform: rotate(32.49deg);
  bottom: 61px;
  left: -79px;
}
.places
  .places__items
  .places__items__col.places__items__col_right
  .places__item:nth-child(5):before {
  transform: rotate(64.81deg);
  top: -47px;
  left: -67px;
}
.places
  .places__items
  .places__items__col.places__items__col_right
  .places__item:nth-child(2),
.places
  .places__items
  .places__items__col.places__items__col_right
  .places__item:nth-child(4) {
  margin-left: 88px;
}
.places
  .places__items
  .places__items__col.places__items__col_right
  .places__item:nth-child(3) {
  margin-left: 171px;
}
.places
  .places__items
  .places__items__col.places__items__col_right
  .places__item
  .places__item__icon {
  margin-right: 24px;
}

.summary {
  transition-duration: 3s;
  height: 810px;
  background-position: center;
  background-size: 120%;
  color: var(--white);
  padding-top: 76px;
  padding-left: 112px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1250px) {
  .summary {
    padding-left: 48px;
    height: 650px;
  }
}
@media (max-width: 991px) {
  .summary {
    height: 570px;
  }
}
@media (max-width: 767px) {
  .summary {
    background-size: auto 120%;
    padding-top: 43px;
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  .summary:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
      linear-gradient(180deg, rgba(0, 0, 0, 0) 59.37%, rgba(0, 0, 0, 0.5) 100%);
  }
}
.summary.animated {
  background-size: 100%;
}
@media (max-width: 767px) {
  .summary.animated {
    background-size: auto 100%;
  }
}
.summary.animated .summary__title {
  opacity: 1;
}
.summary .summary__title {
  opacity: 0;
}
@media (max-width: 767px) {
  .summary .summary__title {
    position: relative;
  }
}
.summary .summary__title.summary__title_small {
  margin-left: 120px;
}
@media (max-width: 991px) {
  .summary .summary__title.summary__title_small {
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .summary .summary__title.summary__title_small {
    margin-left: 0;
  }
}
.summary .animate__animated {
  --animate-duration: 3s;
}

.stats {
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .stats {
    padding-bottom: 64px;
  }
}
.stats.stats_single {
  padding: 70px 48px 43px;
  background-image: url("../img/icons/leaf-6.svg");
  background-repeat: no-repeat;
  background-position: right -37px top -27px;
}
@media (min-width: 1600px) {
  .stats.stats_single {
    background-position: right top -27px;
  }
}
@media (max-width: 767px) {
  .stats.stats_single {
    padding: 0 16px 48px;
    background-size: 252px;
    background-position: top 20px right -75px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .stats.stats_single .col-auto {
    max-width: 50%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .stats.stats_single .col-auto img {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .stats.stats_single .col-5 {
    width: auto;
    flex: 1;
  }
}
.stats.stats_single .stats_single__text:not(.pl-60) {
  margin-left: 24px;
}
@media (max-width: 991px) {
  .stats.stats_single .stats_single__text.pl-60 {
    padding-left: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .stats.stats_single .stats_single__text.pl-60 {
    margin-left: 24px;
  }
}
.stats.stats_single .stats_single__text .h2 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .stats.stats_single img {
    max-height: 176px;
  }
}
.stats .stats__count__description .stats__count__title {
  margin-bottom: 40px;
}
.stats .stats__count {
  background-repeat: no-repeat;
}
.stats .stats__count.animated .stats__count__number__fill {
  opacity: 1;
  bottom: 0;
  border-radius: 25%;
  height: 100%;
  width: 100%;
}
.stats .stats__count-2 .stats__count__description,
.stats .stats__count-3 .stats__count__description {
  margin-top: 17px;
}
@media (max-width: 767px) {
  .stats .stats__count-2 .stats__count__description,
  .stats .stats__count-3 .stats__count__description {
    margin-top: 48px;
  }
}
.stats .stats__count-1 {
  margin-bottom: 134px;
}
@media (min-width: 1300px) {
  .stats .stats__count-1 {
    background-image: url("../img/icons/leaf-1.svg");
    background-position: left 50px top 475px;
  }
}
@media (min-width: 1440px) {
  .stats .stats__count-1 {
    background-image: url("../img/icons/leaf-1.svg"),
      url("../img/icons/leaf-2.svg");
    background-position:
      left 50px top 475px,
      right -37px top 410px;
  }
}
@media (min-width: 1600px) {
  .stats .stats__count-1 {
    background-position:
      left 50px top 475px,
      right top 410px;
  }
}
@media (max-width: 767px) {
  .stats .stats__count-1 {
    margin-bottom: 80px;
  }
}
.stats .stats__count-1 .stats__count__description {
  margin-top: 127px;
}
@media (max-width: 767px) {
  .stats .stats__count-1 .stats__count__description {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .stats .stats__count-1 .stats__count__description .btn {
    width: 100%;
    margin-top: 64px;
  }
}
@media (max-width: 1400px) {
  .stats .stats__count-1 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1400px) {
  .stats .stats__count-1 .container .stats__count__number-wrap {
    max-width: 700px;
  }
}
@media (max-width: 1400px) {
  .stats .stats__count-1 .container .stats__count__number-wrap img {
    width: 100%;
  }
}
.stats .stats__count-2 .stats__count__text {
  padding-right: 10px;
}
.stats .stats__count-3 {
  margin-top: -40px;
  margin-bottom: 122px;
}
@media (max-width: 991px) {
  .stats .stats__count-3 {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .stats .stats__count-3 {
    background-image: url("../img/icons/leaf-4.svg");
    background-position: left -250px top 100px;
  }
}
@media (min-width: 1600px) {
  .stats .stats__count-3 {
    background-position: left -170px top 100px;
  }
}
@media (max-width: 767px) {
  .stats .stats__count-3 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .stats .stats__count-3 .stats__count__title div {
    display: inline;
  }
}
.stats .stats__count-4 .stats__count__description {
  padding-left: 48px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .stats .stats__count-4 .stats__count__description {
    padding-left: 0;
    margin-top: 48px;
  }
}
.stats .stats__count__number-wrap {
  position: relative;
  overflow: hidden;
  display: inline-flex;
}
.stats .stats__count__number-wrap .stats__count__number__fill {
  transition-duration: 1s;
  background: var(--black);
  opacity: 0.5;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.stats .stats__count__number-wrap .stats__count__number {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .stats .stats__count__number-wrap img {
    width: 100%;
  }
}
.stats p {
  margin: 0;
}

.people {
  background: var(--black);
  color: var(--white);
  padding-top: 48px;
  position: relative;
}
@media (max-width: 767px) {
  .people {
    padding-top: 117px;
  }
}
.people .index {
  color: var(--white);
}
.people .people__title {
  margin-bottom: 80px;
}
.people .people__title .people__title_small {
  margin-left: 174px;
}
@media (max-width: 991px) {
  .people .people__title .people__title_small {
    margin-left: 120px;
  }
}
@media (max-width: 767px) {
  .people .people__title .people__title_small {
    margin-left: 0;
  }
}
.people .people__items {
  padding-left: 133px;
  padding-bottom: 135px;
}
@media (max-width: 991px) {
  .people .people__items {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .people .people__items {
    min-height: 630px;
  }
}
@media (max-width: 767px) {
  .people .people__items {
    padding-bottom: 122px;
  }
}
.people .people__item {
  min-height: 1px;
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .people .people__item {
    width: 232px;
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .people .people__item {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  .people .people__item.slick-active {
    margin-top: 92px;
  }
}
.people .people__item.slick-active + .people__item {
  margin-top: 0;
}
@media (min-width: 768px) {
  .people .people__item.slick-active + .people__item {
    width: 325px;
  }
}
.people .people__item.slick-active + .people__item .people__item__text {
  color: var(--white);
}
.people
  .people__item.slick-active
  + .people__item
  .people__item__text
  .people__item__title {
  font-size: 32px;
  margin-top: 0;
}
.people
  .people__item.slick-active
  + .people__item
  .people__item__text
  .people__item__description {
  font-size: 16px;
}
.people .people__item.slick-active + .people__item .people__item__background {
  filter: grayscale(0);
  height: 434px;
}
.people
  .people__item.slick-active
  + .people__item
  .people__item__background:before {
  opacity: 0;
}
.people .people__item .people__item__background {
  position: relative;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .people .people__item .people__item__background {
    height: 310px;
    filter: grayscale(1);
  }
}
@media (max-width: 767px) {
  .people .people__item .people__item__background {
    height: 434px;
  }
}
.people .people__item .people__item__background:before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  opacity: 0.6;
  position: absolute;
  width: 100%;
  height: 100%;
}
.people .people__item .people__item__text {
  padding: 0 16px;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .people .people__item .people__item__text {
    color: #444444;
  }
}
.people .people__item .people__item__text .people__item__title {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .people .people__item .people__item__text .people__item__title {
    margin-top: 8px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .people .people__item .people__item__text .people__item__title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .people .people__item .people__item__text .people__item__description {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .people .people__item .people__item__text .people__item__description {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .people .slick-dots li:last-child {
    display: none;
  }
}
.people .slick-arrow {
  position: absolute;
  top: 37%;
  z-index: 1;
}
@media (max-width: 767px) {
  .people .slick-arrow {
    display: none !important;
  }
}
.people .slick-arrow.slick-prev {
  left: 230px;
}
@media (max-width: 991px) {
  .people .slick-arrow.slick-prev {
    left: 48px;
  }
}
.people .slick-arrow.slick-next {
  left: 830px;
}
@media (max-width: 991px) {
  .people .slick-arrow.slick-next {
    left: auto;
    right: 48px;
  }
}
.people .slick-arrow.slick-disabled {
  pointer-events: none;
}
.people .slick-arrow.slick-disabled img:first-child {
  opacity: 0;
}
.people .slick-arrow.slick-disabled img:last-child {
  opacity: 1;
}
.people .slick-arrow img:first-child {
  opacity: 1;
}
.people .slick-arrow img:last-child {
  opacity: 0;
}

.about {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 48px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .about {
    padding-right: 48px;
  }
}
@media (max-width: 767px) {
  .about {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 64px;
  }
}
@media (max-width: 991px) {
  .about .col-5:first-child {
    margin-bottom: 32px;
  }
}
.about .about__title {
  margin-bottom: 160px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .about .about__title {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .about .about__title {
    line-height: 55px;
  }
}
.about .about__subtitle {
  margin-bottom: 40px;
  margin-top: 0;
}
.about .columns {
  margin-bottom: 80px;
  margin-left: -12px;
  margin-right: -12px;
}
@media (max-width: 991px) {
  .about .columns {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .about .columns {
    margin-bottom: 16px;
  }
}
.about .columns > div {
  padding: 0 12px;
}
.about .about__payment {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .about .about__payment {
    align-items: center;
  }
}
.about .about__payment__icons {
  margin-right: 55px;
}
@media (max-width: 991px) {
  .about .about__payment__icons {
    margin: 0;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .about .about__payment__icons {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .about .about__payment__icons img {
    width: calc(25% - 14px);
    height: auto;
  }
}
@media (min-width: 768px) {
  .about .about__payment__icons img:not(:last-child) {
    margin-right: 32px;
  }
}
@media (max-width: 991px) {
  .about .about__payment__links {
    display: none;
  }
}
.about .about__payment__links a {
  color: var(--black);
  text-decoration: none;
}
.about .about__payment__links a:not(:last-child) {
  margin-right: 40px;
}
.about p {
  line-height: 24px;
}
@media (max-width: 991px) {
  .about .btn {
    margin: 32px 0;
  }
}
@media (max-width: 767px) {
  .about .btn {
    width: 100%;
    margin-top: 48px;
    margin-bottom: 0;
  }
}

.news {
  background: #c0c0c0;
  position: relative;
  padding-top: 60px;
  padding-bottom: 48px;
  color: var(--white);
}
@media (max-width: 767px) {
  .news {
    padding-top: 38px;
    padding-bottom: 64px;
  }
}
.news .news__link {
  padding-right: 48px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .news .news__link {
    margin-bottom: 53px;
  }
}
.news .news__link a {
  color: var(--blue);
  text-decoration: none;
}
.news .news__header {
  padding-left: 48px;
  margin-bottom: 96px;
}
@media (max-width: 991px) {
  .news .news__header {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .news .news__header {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 64px;
  }
}
.news .news__header a {
  color: var(--white);
  text-decoration: none;
}
.news .news__header a:hover .news__header__title {
  color: var(--blue);
}
.news .news__header .news__header__title,
.news .news__header .h2 {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .news .news__header .col-3 {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .news .news__header .col-3 {
    margin-bottom: 64px;
  }
}
.news .news__slider {
  padding-left: 48px;
}
@media (max-width: 767px) {
  .news .news__slider {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.news .news__slider .news__slider__item {
  width: 400px;
  margin-right: 32px;
}
@media (max-width: 767px) {
  .news .news__slider .news__slider__item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .news .news__slider .news__slider__item:not(:last-child) {
    margin-bottom: 48px;
  }
}
.news
  .news__slider
  .news__slider__item.slick-current
  + .slick-slide
  + .slick-slide
  + .slick-slide
  .news__slider__item__text {
  color: #444444;
}
.news
  .news__slider
  .news__slider__item.slick-current
  + .slick-slide
  + .slick-slide
  + .slick-slide
  .news__slider__item__background:before {
  opacity: 1;
}
.news .news__slider .news__slider__item a {
  color: var(--white);
  text-decoration: none;
}
.news .news__slider .news__slider__item a:hover {
  color: var(--blue);
}
.news .news__slider .news__slider__item .news__slider__item__background {
  height: 280px;
  margin-bottom: 24px;
  position: relative;
  display: block;
  background-position: center !important;
  background-size: cover !important;
}
.news .news__slider .news__slider__item .news__slider__item__background:before {
  content: "";
  opacity: 0;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}
.news .news__slider .slick-prev {
  left: 96px;
}
.news .news__slider .slick-next {
  right: 48px;
}
.news .news__slider .slick-arrow {
  position: absolute;
  top: 120px;
  z-index: 1;
}
.news .news__slider .slick-arrow.slick-disabled img:first-child {
  opacity: 0;
}
.news .news__slider .slick-arrow.slick-disabled img:last-child {
  opacity: 1;
}
.news .news__slider .slick-arrow img:first-child {
  opacity: 1;
}
.news .news__slider .slick-arrow img:last-child {
  opacity: 0;
}

.services-slider {
  position: relative;
}
.services-slider .services-slider__item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}
.services-slider .services-slider__item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
}
.services-slider .services-slider__content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: row;
  color: var(--white);
  position: absolute;
  padding-bottom: 112px;
  bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .services-slider .services-slider__content {
    padding-left: 16px;
    padding-right: 16px;
    justify-content: flex-start;
  }
}
.services-slider .services-slider__content h1 {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 767px) {
  .services-slider .services-slider__content h1 {
    text-align: left;
  }
}
/* .services-slider .services-slider__content h1 span:first-child {
  text-transform: lowercase;
} */
@media (max-width: 767px) {
  .services-slider .slick-dots {
    bottom: 48px;
  }
}

.places-slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.places-slider .places-slider__photos {
  width: 100%;
}
.places-slider .places-slider__photos .places-slider__photos__item {
  height: 810px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .places-slider .places-slider__photos .places-slider__photos__item {
    height: 566px;
  }
}
.places-slider .places-slider__text {
  position: absolute;
  width: 100%;
  outline: none;
}
.places-slider .places-slider__text .flickity-viewport {
  height: 150px !important;
}
.places-slider .places-slider__text .places-slider__text__item {
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 800px;
}
@media (max-width: 1440px) {
  .places-slider .places-slider__text .places-slider__text__item {
    width: 750px;
  }
}
@media (max-width: 1400px) {
  .places-slider .places-slider__text .places-slider__text__item {
    width: 50vw;
  }
}
@media (max-width: 991px) {
  .places-slider .places-slider__text .places-slider__text__item {
    width: 100%;
  }
}
.places-slider
  .places-slider__text
  .places-slider__text__item:hover
  .places-slider__text__item__wrap,
.places-slider
  .places-slider__text
  .places-slider__text__item.is-selected
  .places-slider__text__item__wrap {
  color: rgb(255, 255, 255);
}
.places-slider
  .places-slider__text
  .places-slider__text__item
  .places-slider__text__item__wrap {
  display: inline-flex;
  position: relative;
  margin: 0;
  line-height: 148px;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 3px #fff;
}
@media (max-width: 1400px) {
  .places-slider
    .places-slider__text
    .places-slider__text__item
    .places-slider__text__item__wrap {
    font-size: 70%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .places-slider
    .places-slider__text
    .places-slider__text__item
    .places-slider__text__item__wrap {
    font-size: 60%;
  }
}
@media (max-width: 991px) {
  .places-slider
    .places-slider__text
    .places-slider__text__item
    .places-slider__text__item__wrap {
    color: rgb(255, 255, 255);
  }
}
@media (max-width: 767px) {
  .places-slider
    .places-slider__text
    .places-slider__text__item
    .places-slider__text__item__wrap {
    font-size: 50%;
  }
}
.places-slider .slick-dots {
  bottom: 48px;
}
.places-slider .slick-dots li.slick-active:before {
  background: #457bf9;
}
.places-slider .slick-dots button {
  background: var(--white);
}

.wheel {
  background: #f5f5f5;
  padding: 64px 30px 48px 48px;
  height: 810px;
}
@media (max-width: 1100px) {
  .wheel {
    height: auto;
  }
}
@media (max-width: 767px) {
  .wheel {
    padding: 32px 16px 48px;
  }
}
.wheel .row {
  height: 100%;
}
@media (max-width: 1100px) {
  .wheel .row {
    flex-direction: column;
  }
}
@media (max-width: 1100px) {
  .wheel .row > div {
    width: 100%;
  }
}
.wheel .wheel__title {
  width: 100%;
}
@media (max-width: 1100px) {
  .wheel .wheel__title {
    margin-bottom: 90px;
  }
}
.wheel .wheel__left-col {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 1100px) {
  .wheel .wheel__left-col .col-8 {
    width: 100%;
  }
}
.wheel .wheel__text {
  text-align: right;
  position: relative;
}
@media (max-width: 1100px) {
  .wheel .wheel__text {
    text-align: left;
  }
}
.wheel .wheel__text:before {
  content: "";
  width: 64px;
  height: 3px;
  background: var(--black);
  position: absolute;
  right: 0;
  top: -27px;
}
@media (max-width: 1100px) {
  .wheel .wheel__text:before {
    right: auto;
    left: 0;
  }
}
.wheel .wheel__list {
  margin-top: 72px;
  color: #8d949f;
  height: 560px;
  padding: 57px 21px 21px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1100px) {
  .wheel .wheel__list {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .wheel .wheel__list {
    padding-top: 20px;
  }
}
.wheel .wheel__list:before,
.wheel .wheel__list:after {
  content: "";
  width: 100%;
  backdrop-filter: blur(3px);
  position: absolute;
  left: 0;
  z-index: 1;
}
.wheel .wheel__list:before {
  top: 0;
  height: 200px;
  background: linear-gradient(
    180deg,
    #f5f5f5 0%,
    rgba(245, 245, 245, 0) 46.88%
  );
}
.wheel .wheel__list:after {
  bottom: 0;
  height: 160px;
  background: linear-gradient(
    180deg,
    rgba(245, 245, 245, 0) 57.81%,
    #f5f5f5 100%
  );
}
.wheel .wheel__list .slick-list {
  padding-top: 140px !important;
}
.wheel .wheel__list .wheel__list__item {
  cursor: pointer;
  transition-delay: 0.1s;
}
.wheel .wheel__list .wheel__list__item.slick-center {
  color: var(--blue);
}
.wheel .wheel__list .wheel__list__item:not(:last-child) {
  margin-bottom: 23px;
}

.video-preview__description__title, .h2 {
  text-transform: capitalize;
}

.video-preview {
  position: relative;
  padding-top: 96px;
}
@media (max-width: 767px) {
  .video-preview {
    padding-top: 48px;
  }
}
.video-preview.video-preview_index {
  padding-top: 165px;
}
@media (max-width: 767px) {
  .video-preview.video-preview_index {
    padding-top: 133px;
  }
}
.video-preview .video-preview__description {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 80px;
  padding-left: 48px;
}
@media (max-width: 991px) {
  .video-preview .video-preview__description {
    flex-direction: column;
    padding-right: 48px;
  }
}
@media (max-width: 767px) {
  .video-preview .video-preview__description {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 24px;
  }
}
.video-preview .video-preview__description .video-preview__description__title {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .video-preview .video-preview__description .video-preview__description__text {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .video-preview .video-preview__description .video {
    margin-left: -16px;
    margin-right: -16px;
    width: auto;
  }
}
.video-preview .video-preview__center-text {
  margin: 0 auto 100px;
}
@media (max-width: 991px) {
  .video-preview .video-preview__center-text {
    padding: 0 48px;
  }
}
@media (max-width: 767px) {
  .video-preview .video-preview__center-text {
    padding: 0 16px;
    text-align: left;
    margin-bottom: 80px;
  }
}

.price {
  padding: 48px;
  background: #f5f5f5;
  position: relative;
}
@media (max-width: 767px) {
  .price {
    padding: 40px 16px 64px;
  }
}
.price:before {
  content: "";
  background-image: url("../img/icons/leaf-3.svg");
  position: absolute;
  top: -75px;
  right: -220px;
  width: 598px;
  height: 320px;
}
@media (max-width: 991px) {
  .price:before {
    content: none;
  }
}
.price .h2 {
  margin-bottom: 40px;
}
.price .row:first-child {
  margin-bottom: 64px;
}
.price .row:last-child {
  line-height: 26px;
  margin: 0 -12px;
}
.price .row:last-child .col-6 {
  padding: 0 12px;
}
.price .row:last-child ul {
  padding-left: 25px;
}
.price .row:last-child .btn {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .price .row:last-child .btn {
    width: 100%;
  }
}
.price .price__description {
  line-height: 26px;
}

.card-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: initial;
  position: fixed;
  top: 0;
  left: 100vw;
  z-index: 20;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
}
.card-modal.visible {
  left: 0;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .card-modal#rules-modal .modal__title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .card-modal#rules-modal .modal__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .card-modal#rules-modal .modal__wrap {
    padding-bottom: 60px;
  }
}
.card-modal#event-modal {
  background-image: none;
}
.card-modal#event-modal .modal__title {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.card-modal#event-modal .modal__picture {
  position: absolute;
  width: 41.66666667%;
  height: 82%;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1200px) {
  .card-modal#event-modal .modal__picture {
    display: none;
  }
}
.card-modal#event-modal .modal__picture:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/icons/leaf-5.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.card-modal .close {
  top: 38px;
  right: 38px;
  padding: 10px;
  position: absolute;
  z-index: 2;
}
@media (max-width: 767px) {
  .card-modal .close {
    top: 6px;
    right: 6px;
  }
  .card-modal .close img {
    width: 18px;
  }
}
.card-modal .modal__wrap {
  margin: auto;
  width: 1600px;
  min-height: 800px;
  background-color: var(--black);
  background-image: url("../img/icons/leaf-5.svg");
  background-repeat: no-repeat;
  background-position: bottom left;
  color: var(--white);
  max-height: 100vh;
  position: relative;
  padding: 48px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .card-modal .modal__wrap {
    height: 100vh;
    background-position: bottom -100px right -100px;
    background-image: url("../img/icons/leaf-4.svg");
  }
}
@media (max-width: 767px) {
  .card-modal .modal__wrap {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
    overflow-y: scroll;
    background-image: none;
  }
}
.card-modal .modal__wrap .modal__title {
  text-align: right;
}
@media (max-width: 991px) {
  .card-modal .modal__wrap .modal__title {
    text-align: left;
  }
}
.card-modal .modal__wrap .form {
  margin-top: 30px;
  max-width: 432px;
}
@media (max-width: 767px) {
  .card-modal .modal__wrap .form {
    margin-top: 48px;
  }
}
.card-modal .modal__wrap .form .form__title {
  padding-bottom: 16px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--white);
  display: inline-flex;
  max-width: 432px;
}
.card-modal .modal__wrap .form .btn {
  border: 1px solid var(--white);
  margin-top: 25px;
}
@media (max-width: 767px) {
  .card-modal .modal__wrap .form .btn {
    width: 100%;
  }
}
.card-modal .modal__wrap .form .btn:hover {
  border-color: var(--blue);
}
.card-modal .modal__wrap .form br {
  display: none;
}
.card-modal .modal__wrap .form label {
  margin-bottom: 16px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .card-modal .modal__wrap .form label {
    width: 100%;
  }
}
.card-modal .modal__wrap .form .input-title {
  color: #828282;
  position: absolute;
  left: 16px;
  top: 12px;
  cursor: text;
}
.card-modal .modal__wrap .form .ktcf7-submit {
  cursor: pointer;
}
.card-modal .modal__wrap .form .ktcf7-not-valid-tip {
  display: none !important;
}
.card-modal .modal__wrap .form .ktcf7-form-control-wrap {
  display: block;
}
.card-modal .modal__wrap .form .ktcf7-form-control-wrap.active + .input-title {
  color: #1027a4;
  background: #ffffff;
  border-radius: 2px;
  top: -13px;
  padding: 0 4px;
  left: 8px;
  font-size: 12px;
}
.card-modal .modal__wrap .form .radio-title {
  margin-top: 24px;
  margin-bottom: 24px;
}
.card-modal .modal__wrap .form .text {
  max-width: 318px;
}
@media (max-width: 767px) {
  .card-modal .modal__wrap .form .text {
    max-width: 100%;
  }
}
.card-modal .modal__wrap .form textarea {
  height: 80px;
  max-height: 80px;
  min-height: 80px;
  padding-top: 20px;
}
.card-modal .modal__wrap .form .ktcf7-radio {
  width: 369px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 14px;
  position: relative;
}
.card-modal .modal__wrap .form .ktcf7-radio .ktcf7-list-item {
  margin-left: 0;
}
.card-modal .modal__wrap .form .ktcf7-radio .ktcf7-list-item:not(.last) {
  margin-right: 42px;
}
.card-modal .modal__wrap .form .ktcf7-radio .ktcf7-list-item:nth-child(2) {
  flex: 100px;
}
.card-modal
  .modal__wrap
  .form
  .ktcf7-radio
  .ktcf7-list-item:nth-child(2):after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #313131;
  top: 32px;
  left: 0;
}
.card-modal
  .modal__wrap
  .form
  .ktcf7-radio
  .ktcf7-list-item:nth-child(2)
  label {
  margin-bottom: 36px;
}
.card-modal .modal__wrap .form .ktcf7-radio .ktcf7-list-item input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.card-modal
  .modal__wrap
  .form
  .ktcf7-radio
  .ktcf7-list-item
  input:checked
  + span:after {
  opacity: 1;
}
.card-modal
  .modal__wrap
  .form
  .ktcf7-radio
  .ktcf7-list-item
  .ktcf7-list-item-label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.card-modal
  .modal__wrap
  .form
  .ktcf7-radio
  .ktcf7-list-item
  .ktcf7-list-item-label:before,
.card-modal
  .modal__wrap
  .form
  .ktcf7-radio
  .ktcf7-list-item
  .ktcf7-list-item-label:after {
  content: "";
  position: absolute;
}
.card-modal
  .modal__wrap
  .form
  .ktcf7-radio
  .ktcf7-list-item
  .ktcf7-list-item-label:before {
  width: 16px;
  height: 16px;
  background: url("../img/icons/radio_before.svg");
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: -1px;
  box-sizing: border-box;
}
.card-modal
  .modal__wrap
  .form
  .ktcf7-radio
  .ktcf7-list-item
  .ktcf7-list-item-label:after {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--blue);
  left: 4px;
  top: 3px;
  opacity: 0;
}
.card-modal .modal__wrap .form .ktcf7-acceptance {
  margin-top: 32px;
  display: inline-block;
}
.card-modal .modal__wrap .form .ktcf7-acceptance .ktcf7-list-item {
  margin-left: 0;
}
.card-modal .modal__wrap .form .ktcf7-acceptance .ktcf7-list-item label {
  margin-bottom: 0;
  font-size: 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  line-height: 14px;
}
.card-modal .modal__wrap .form .ktcf7-acceptance .ktcf7-list-item label a {
  color: var(--blue);
  text-decoration: none;
}
.card-modal
  .modal__wrap
  .form
  .ktcf7-acceptance
  .ktcf7-list-item
  label
  a:visited {
  color: var(--blue);
}
.card-modal .modal__wrap .form .ktcf7-acceptance .ktcf7-list-item label input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.card-modal
  .modal__wrap
  .form
  .ktcf7-acceptance
  .ktcf7-list-item
  label
  input:checked
  + span:before {
  background: var(--blue);
  border-color: var(--blue);
}
.card-modal
  .modal__wrap
  .form
  .ktcf7-acceptance
  .ktcf7-list-item
  label
  input:checked
  + span:after {
  opacity: 1;
}
.card-modal
  .modal__wrap
  .form
  .ktcf7-acceptance
  .ktcf7-list-item
  label
  .ktcf7-list-item-label {
  position: relative;
  padding-left: 24px;
}
.card-modal
  .modal__wrap
  .form
  .ktcf7-acceptance
  .ktcf7-list-item
  label
  .ktcf7-list-item-label:before,
.card-modal
  .modal__wrap
  .form
  .ktcf7-acceptance
  .ktcf7-list-item
  label
  .ktcf7-list-item-label:after {
  content: "";
}
.card-modal
  .modal__wrap
  .form
  .ktcf7-acceptance
  .ktcf7-list-item
  label
  .ktcf7-list-item-label:before {
  background: var(--white);
  border: 1px solid #eeeded;
  border-radius: 2px;
  min-width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}
.card-modal
  .modal__wrap
  .form
  .ktcf7-acceptance
  .ktcf7-list-item
  label
  .ktcf7-list-item-label:after {
  position: absolute;
  opacity: 0;
  width: 9px;
  height: 6px;
  background-image: url("../img/icons/checkbox.svg");
  left: 5px;
  top: 4px;
}
.card-modal .modal__wrap .rules-modal__content {
  margin-top: 30px;
}
.card-modal .modal__wrap .rules-modal__content a {
  color: var(--white);
  text-decoration: none;
}
.card-modal .modal__wrap .rules-modal__content a:hover {
  color: var(--blue);
}

.event {
  margin-bottom: 125px;
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 991px) {
  .event {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .event {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.event a {
  color: var(--blue);
  text-decoration: none;
}
.event a:hover {
  text-decoration: underline;
}
.event .about {
  padding: 0;
}
.event .event__thumbnail {
  height: 490px;
  background-position: center !important;
  background-size: cover !important;
}
@media (max-width: 991px) {
  .event .event__thumbnail {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .event .event__thumbnail {
    margin-left: -16px;
    margin-right: -16px;
    width: auto;
    height: 375px;
  }
}
.event h1 {
  margin-bottom: 86px;
}
@media (max-width: 991px) {
  .event h1 {
    margin-bottom: 24px;
  }
}
.event .event__description {
  color: #8d949f;
  margin-bottom: 87px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .event .event__description {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .event .btn {
    width: 100%;
  }
}

.news-grid {
  padding: 0 48px;
}
@media (max-width: 767px) {
  .news-grid {
    padding: 0 16px;
    margin-bottom: 16px;
  }
}
.news-grid .news-grid__header {
  margin-bottom: 80px;
}
.news-grid .news-grid__header .news-grid__header__title {
  text-align: right;
}
@media (max-width: 991px) {
  .news-grid .news-grid__header .news-grid__header__title {
    text-align: left;
  }
}
.news-grid
  .news-grid__header
  .news-grid__header__item
  .news-grid__header__item__title {
  margin-top: 20px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .news-grid
    .news-grid__header
    .news-grid__header__item
    .news-grid__header__item__title {
    margin-top: 80px;
  }
}
.news-grid .news-grid__header .news-grid__header__item img {
  display: none;
}
.news-grid .news-grid__header .news-grid__header__item a {
  color: var(--black);
  text-decoration: none;
}
.news-grid
  .news-grid__header
  .news-grid__header__item
  a:hover
  .news-grid__header__item__title {
  color: var(--blue);
}
.news-grid .news-grid__header .news-grid__header__item p {
  margin: 0;
}
.news-grid .news-grid__items {
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.news-grid .news-grid__items .news-grid__item {
  padding: 0 12px;
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .news-grid .news-grid__items .news-grid__item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .news-grid .news-grid__items .news-grid__item {
    width: 100%;
    margin-bottom: 48px;
  }
}
.news-grid .news-grid__items .news-grid__item:hover .news-grid__item__title {
  color: var(--blue);
}
.news-grid .news-grid__items .news-grid__item a {
  display: block;
  color: var(--black);
  text-decoration: none;
}
.news-grid .news-grid__items .news-grid__item .news-grid__item__background {
  height: 260px;
  background-size: cover !important;
  background-position: center !important;
  margin-bottom: 16px;
  display: block;
}
.single-news .single-news__header {
  padding: 0 48px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .single-news .single-news__header {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .single-news .single-news__header {
    padding: 0 16px;
  }
}
.single-news .single-news__header h1 {
  text-align: right;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .single-news .single-news__header h1 {
    text-align: left;
  }
}
.single-news .single-news__header .single-news__header__link a {
  color: var(--blue);
}
.single-news .single-news__header .single-news__header__description {
  line-height: 26px;
}
@media (max-width: 991px) {
  .single-news .single-news__header .single-news__header__description {
    margin-bottom: 40px;
  }
}
.single-news .single-news__slider {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .single-news .single-news__slider {
    margin-bottom: 40px;
  }
}
.single-news .single-news__slider .single-news__slider__item {
  height: 810px;
  background-size: cover !important;
  background-position: center !important;
}
@media (max-width: 1199px) {
  .single-news .single-news__slider .single-news__slider__item {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .single-news .single-news__slider .single-news__slider__item {
    height: 375px;
  }
}
.single-news .single-news__slider .single-news__slider__item iframe {
  width: 100%;
  height: 100%;
}
.single-news .single-news__slider .slick-dots button {
  background: var(--white);
}
.single-news .single-news__content {
  padding: 0 48px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .single-news .single-news__content {
    padding: 0 16px;
  }
}
.single-news .single-news__content ol {
  line-height: 24px;
}

.contacts.contacts_geo .contacts__tabs .contacts__tabs__list {
  flex-wrap: wrap;
}
.contacts.contacts_geo
  .contacts__tabs
  .contacts__tabs__list
  li:not(:last-child) {
  margin-right: 40px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .contacts.contacts_geo
    .contacts__tabs
    .contacts__tabs__list
    li:not(:last-child) {
    margin-right: 24px;
  }
}
.contacts.contacts_geo .contacts__tabs .contacts__tabs__list a.active {
  pointer-events: none;
}
.contacts .page-header {
  margin-bottom: 60px;
}
.contacts .contacts__tab__content:not(.active) {
  display: none;
}
.contacts .contacts__tabs .contacts__tabs__title {
  font-size: 24px;
  margin: 0 0 16px;
  font-weight: 400;
}
.contacts .contacts__tabs .contacts__tabs__list {
  list-style-type: none;
  margin: 0 0 48px;
  padding: 0;
  display: flex;
}
@media (max-width: 767px) {
  .contacts .contacts__tabs .contacts__tabs__list {
    overflow-x: scroll;
    margin: 0 -16px 24px;
    padding: 0 16px;
  }
  .contacts .contacts__tabs .contacts__tabs__list::-webkit-scrollbar {
    display: none;
  }
}
.contacts .contacts__tabs .contacts__tabs__list h2 {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
}
@media (max-width: 767px) {
  .contacts .contacts__tabs .contacts__tabs__list li {
    white-space: nowrap;
  }
}
.contacts .contacts__tabs .contacts__tabs__list li:not(:last-child) {
  margin-right: 90px;
}
@media (max-width: 991px) {
  .contacts .contacts__tabs .contacts__tabs__list li:not(:last-child) {
    margin-right: 24px;
  }
}
.contacts .contacts__tabs .contacts__tabs__list a {
  color: var(--grey);
  text-decoration: none;
}
.contacts .contacts__tabs .contacts__tabs__list a.active {
  text-decoration: underline;
  color: var(--blue);
}
.contacts .contacts__footer {
  height: 535px;
}
@media (max-width: 991px) {
  .contacts .contacts__footer {
    flex-direction: column;
    height: auto;
  }
}
@media (max-width: 767px) {
  .contacts .contacts__footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 991px) {
  .contacts .contacts__footer .col-7,
  .contacts .contacts__footer .col-5 {
    width: 100%;
  }
}
.contacts .contacts__footer .contacts__footer__text {
  background: #1b1b1b;
  padding: 16px 24px;
  color: var(--white);
}
@media (max-width: 767px) {
  .contacts .contacts__footer .contacts__footer__text {
    padding: 50px 0;
    background: transparent;
    color: #000;
  }
}
.contacts
  .contacts__footer
  .contacts__footer__text
  .contacts__footer__text__item:not(:last-child) {
  margin-bottom: 40px;
}
.contacts
  .contacts__footer
  .contacts__footer__text
  .contacts__footer__text__item
  .contacts__footer__text__item__title {
  margin-bottom: 16px;
}
.contacts
  .contacts__footer
  .contacts__footer__text
  .contacts__footer__text__item
  .contacts__footer__text__item__text {
  color: #8d949f;
  text-decoration: none;
}
@media (max-width: 767px) {
  .contacts
    .contacts__footer
    .contacts__footer__text
    .contacts__footer__text__item
    .contacts__footer__text__item__text {
    font-weight: 300;
  }
}
.contacts
  .contacts__footer
  .contacts__footer__text
  .contacts__footer__text__item
  .contacts__footer__text__item__text
  a {
  color: #8d949f;
  text-decoration: none;
}
.contacts .contacts__footer iframe {
  height: 100%;
}
@media (max-width: 991px) {
  .contacts .contacts__footer iframe {
    height: 240px;
  }
}
.contacts .contacts__footer .contacts__tab__content {
  height: 100%;
}

@media (max-width: 1299px) {
  .page-header {
    flex-direction: column;
  }
}
@media (min-width: 1300px) {
  .page-header .page-header__title-col {
    padding-right: 20px;
  }
}
@media (min-width: 1600px) {
  .page-header .page-header__title-col {
    padding-right: 175px;
  }
}
@media (max-width: 1299px) {
  .page-header .page-header__title-col {
    justify-content: flex-start;
  }
}
.page-header .page-header__title {
  margin: 32px 0;
}
@media (max-width: 1299px) {
  .page-header .col-6 {
    width: 100%;
  }
}

.services {
  margin-bottom: 80px;
}
.services .page-header {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .services .page-header {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .services .page-header .page-header__title {
    margin-top: 80px;
  }
}
.services .services__content__title {
  color: var(--grey);
  margin-bottom: 40px;
}
.services .services__content__description {
  line-height: 26px;
  color: var(--grey);
}
.services .services-carousel {
  padding-left: 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .services .services-carousel {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .services .services-carousel {
    padding-left: 0;
    margin: 0 -16px;
  }
}
@media (max-width: 767px) {
  .services .services-carousel .services-carousel__item .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .services .services-carousel .services-carousel__item .col-6,
  .services .services-carousel .services-carousel__item .col-5 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .services .services-carousel .services-carousel__item .col-5 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .services .services-carousel .services-carousel__item .col-6 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.services .services-carousel .services-carousel__item .btn {
  width: 280px;
  text-decoration: none;
  display: inline-flex;
  box-sizing: border-box;
  justify-content: center;
}
@media (max-width: 767px) {
  .services .services-carousel .services-carousel__item .btn {
    width: 100%;
  }
}
.services
  .services-carousel
  .services-carousel__item
  .services-carousel__item__title {
  margin-bottom: 40px;
}
.services .services-carousel .services-carousel__item img {
  max-width: 100%;
}
.services
  .services-carousel
  .services-carousel__item
  .services-carousel__item__description {
  margin-bottom: 24px;
  line-height: 26px;
}
.services .services-carousel .slick-arrow {
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  .services .services-carousel .slick-arrow {
    width: 40px;
    height: 40px;
    margin-top: 0 !important;
    top: 24px;
    z-index: 1;
  }
}
.services .services-carousel .slick-arrow.slick-prev {
  margin-top: -124px;
}
@media (max-width: 767px) {
  .services .services-carousel .slick-arrow.slick-prev {
    background-image: url("../img/icons/arrow_left.svg");
    left: 16px;
  }
}
.services .services-carousel .slick-arrow.slick-next {
  margin-top: 124px;
}
@media (max-width: 767px) {
  .services .services-carousel .slick-arrow.slick-next {
    background-image: url("../img/icons/arrow_right.svg");
    right: 16px;
    left: unset;
  }
}
.services .services-carousel .slick-arrow.slick-disabled {
  opacity: 0.4;
}
@media (max-width: 767px) {
  .services .services-carousel .slick-arrow img {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
}

.requisites {
  margin: 40px 0;
  max-width: 800px;
}
.requisites .requisites__footer {
  margin-top: 40px;
  font-weight: 600;
}
.requisites .row {
  padding: 10px 0;
}
@media (max-width: 991px) {
  .requisites .row {
    flex-direction: column;
  }
}
.requisites .row:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.requisites .row .bold {
  font-weight: 600;
}
@media (max-width: 991px) {
  .requisites .row .col-6 {
    width: 100%;
  }
  .requisites .row .col-6:first-child {
    margin-bottom: 10px;
  }
}
.requisites .row .col-6:first-child {
  font-weight: 600;
}

.event-section {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .event-section .row {
    flex-direction: column;
  }
}
.event-section .event-section__description {
  max-width: 490px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .event-section .event-section__description {
    max-width: 100%;
    padding: 0;
  }
}
.event-section .h2 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .event-section .btn {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .event-section .col-6 {
    width: 100%;
  }
}
.event-section .col-6:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .event-section .col-6:first-child {
    margin-bottom: 40px;
  }
}
.event-section .col-6:last-child {
  text-align: right;
}
.event-section .col-6:last-child img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .event-section .col-6:last-child img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .page-template-default h1.entry-title {
    font-size: 30px;
  }
}
.page-template-default ul {
  line-height: 26px;
}

.page-template-places-geo
  .services-slider
  .services-slider__content
  h1
  span:last-child {
  color: var(--blue);
}

.links-row {
  margin: 50px 0;
}
.links-row .link {
  color: var(--grey);
  text-decoration: none;
}
@media (max-width: 991px) {
  .links-row .link {
    display: block;
  }
}
@media (min-width: 992px) {
  .links-row .link:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .links-row .link:not(:last-child) {
    margin-bottom: 15px;
  }
}
.links-row .link.active {
  text-decoration: underline;
  color: var(--blue);
  pointer-events: none;
}
.links-row .link:hover {
  color: var(--blue);
}

.site-container {
  min-height: calc(100vh - 99px - 592px - 50px);
}
.site-container article {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .site-container article {
    padding-bottom: 64px;
  }
} /*# sourceMappingURL=main.css.map */
