﻿* {
  box-sizing: border-box;
}
body {
  overflow-anchor: none;
  overflow-wrap: break-word;
  background: #fff;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: #00e;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.text-block-wrap-div {
  flex-grow: 1;
  max-width: 100%;
}
.text-block-wrap-div span a {
  color: inherit;
}
.is-removed {
  display: none !important;
}
.for-mobile-view {
  overflow: auto;
}
select,
textarea {
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
.up-button__icon *,
.pop-up__outside-close-icon *,
.pop-up__inside-close-icon *,
.page404__icon *,
.icon * {
  transition: inherit;
}
.content-is-not-empty:before {
  content: "[Content is not empty]";
}
.form .form__field[data-type-field="input_hidden"] {
  background: #f5f5f5;
  border: 1px dashed #9c9c9c;
  border-radius: 3px;
  padding: 10px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.form .form__field[data-type-field="input_hidden"] .text-subtitle {
  margin: 0;
}
.form .tt-form__captcha .form__field {
  color: #444;
  text-align: center;
  background-color: #eee;
  border: 1px dashed #444;
  padding: 10px;
}
.upload-item__remove.is-uploading {
  pointer-events: none;
  background-image: url(../../../images/widgets/uploading.svg);
  animation: 1s linear infinite spin;
}
.tt-rich-text p:empty:after {
  content: " ";
}
.tt-rich-link {
  color: #0d70ff;
  text-decoration: underline;
}
.tt-rich-code-block {
  color: #333;
  background-color: #d9d9d9;
  border-radius: 5px;
  padding: 10px 20px;
}
.tt-rich-blockquote {
  border-left: 4px solid #caced6;
  padding: 10px 20px;
}
.tt-rich-blockquote p:first-child {
  margin-top: 0;
}
.tt-rich-blockquote p:last-child {
  margin-bottom: 0;
}
.tt-rich-figure {
  margin: 0;
  display: table;
}
.tt-rich-figure :is(img, video, iframe) {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
}
.tt-rich-figure iframe {
  aspect-ratio: 16/9;
}
.tt-rich-place-center {
  margin-left: auto;
  margin-right: auto;
}
.tt-rich-width-default {
  width: 60%;
}
.tt-rich-width-full {
  width: 100%;
}
:is(.tt-rich-width-custom, .tt-rich-width-default, .tt-rich-width-full)
  :is(img, video, iframe) {
  width: 100%;
}
.tt-rich-place-float-left {
  float: left;
  margin-right: 1em;
}
.tt-rich-place-float-right {
  float: right;
  margin-left: 1em;
}
.tt-rich-caption-left {
  text-align: left;
}
.tt-rich-caption-center {
  text-align: center;
}
.tt-rich-caption-right {
  text-align: right;
}
.tt-rich-fit-cover :is(img, video, iframe) {
  object-fit: cover;
}
.tt-rich-fit-contain :is(img, video, iframe) {
  object-fit: contain;
}
.tt-rich-fit-none :is(img, video, iframe) {
  object-fit: none;
}
.slider__slide.swiper-slide:not(.swiper-slide-active) {
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
@media (max-width: 479px) {
  .hide--mobile-portrait {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hide--mobile-landscape {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hide--tablet-portrait {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .hide--screen {
    display: none !important;
  }
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .hide--screen1 {
    display: none !important;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .hide--screen2 {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .hide--screen3 {
    display: none !important;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.video {
  outline-style: none;
  width: 480px;
  height: 270px;
}
.up-button {
  color: #fff;
  background-color: transparent;
  background-image:
    url(../../../images/widgets/up-button.svg),
    linear-gradient(#404855, #404855);
  background-position: 10px, 0;
  background-repeat: no-repeat;
  border: none;
  border-radius: 3px;
  align-items: center;
  min-height: 35px;
  padding: 5px 10px 5px 40px;
  display: flex;
  position: relative;
}
.tabs {
  flex-direction: column;
  width: 450px;
  display: flex;
  position: relative;
}
.tabs__menu {
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.tabs__item {
  color: #9c9c9c;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  align-items: center;
  padding: 9px 18px;
  display: flex;
}
.tabs__item:hover {
  color: #333;
}
.tabs__item.is-opened {
  background-image: linear-gradient(#d0e9ff, #d0e9ff);
}
.tabs__item.is-opened .text-secondary {
  color: #2bbbdc;
}
.tabs__content {
  flex-grow: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}
.tabs__pane-wrapper.is-opened {
  display: flex;
}
.tabs__pane-wrapper {
  flex-direction: column;
  flex-grow: 1;
  justify-content: stretch;
  align-items: stretch;
  display: none;
}
.tabs__pane {
  flex-grow: 1;
  width: 100%;
  height: 100%;
  padding-top: 10px;
}
.tabs__item-title {
  white-space: normal;
}
.svg-icon {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}
.svg-icon svg {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.svg-icon [fill]:not([fill="none"]) {
  fill: currentColor;
}
.svg-icon [stroke-width],
.svg-icon [stroke]:not([stroke="none"]) {
  stroke: currentColor;
}
.slider {
  width: 100%;
  overflow: hidden;
}
.slider__wrapper {
  position: relative;
  overflow: hidden;
}
.slider__list {
  flex-direction: row;
  align-items: flex-start;
  height: 250px;
  transition-timing-function: linear;
  display: flex;
}
.slider__slide {
  background-color: transparent;
  background-image: linear-gradient(#f5f5f5, #f5f5f5);
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-timing-function: linear;
  position: relative;
}
.slider__arrows {
  z-index: 5;
  pointer-events: none;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slider__arrow-prev {
  pointer-events: auto;
  background-color: transparent;
  background-image: url(../../../images/widgets/slider-arrow-left.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  border-style: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
}
.slider__arrow-next {
  pointer-events: auto;
  background-color: transparent;
  background-image: url(../../../images/widgets/slider-arrow-right.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  border-style: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
}
.slider__pagination {
  pointer-events: auto;
  margin: auto auto 10px;
}
.slider__pages {
  display: none;
}
.slider__bullets {
  flex-wrap: wrap;
  gap: 5px;
  padding: 5px;
  display: flex;
}
.slider__dot {
  cursor: pointer;
  border: 1px solid #333;
  border-radius: 50%;
  min-width: 8px;
  min-height: 8px;
  padding: 3px;
}
.slider__dot.is-current {
  background-color: transparent;
  background-image: linear-gradient(#2bbbdc, #2bbbdc);
  border-color: #2bbbdc;
}
.slider__thumbs-wrapper {
  margin-top: 5px;
  margin-left: -5px;
  margin-right: -5px;
  display: none;
  position: relative;
  overflow: hidden;
}
.slider__thumbs-list {
  flex-wrap: wrap;
  display: flex;
}
.slider__thumb {
  cursor: pointer;
  flex-shrink: 0;
  width: 33.333%;
  height: 100px;
  padding: 5px;
  position: relative;
}
.slider__thumbs-arrows {
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slider__thumb-arrow-prev {
  pointer-events: auto;
  background-color: transparent;
  background-image: url(../../../images/widgets/slider-arrow-left.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  border-style: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
}
.slider__thumb-arrow-next {
  pointer-events: auto;
  background-color: transparent;
  background-image: url(../../../images/widgets/slider-arrow-right.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  border-style: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
}
.slider__thumb-image {
  vertical-align: top;
  width: 100%;
  height: 100%;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}
.search-bar {
  display: inline-block;
  position: relative;
}
.search-bar__field {
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
}
.search-bar__input {
  background-color: transparent;
  background-image: linear-gradient(#f5f5f5, #f5f5f5);
  border: 1px solid #eee;
  border-radius: 3px;
  outline: none;
  width: 200px;
  margin-right: 5px;
  padding: 8px 10px 9px;
}
.search-bar__button {
  cursor: pointer;
  color: #fff;
  background-color: transparent;
  background-image: linear-gradient(#2bbbdc, #2bbbdc);
  border: none;
  border-radius: 3px;
  padding: 8px 18px 9px;
}
.search-result__count {
  column-gap: 5px;
  margin-bottom: 20px;
  display: flex;
}
.search-result__list-item {
  margin-bottom: 20px;
}
.search-result__link {
  color: #2bbbdc;
  margin-bottom: 5px;
  text-decoration-line: underline;
  display: block;
}
.search-result__link:hover {
  text-decoration-line: none;
}
.search-result__controls {
  display: flex;
}
.search-result__prev-page {
  margin-right: 10px;
}
.search-result__next-page {
  margin-left: 10px;
}
.search-result__prev-page,
.search-result__next-page {
  color: #333;
  text-decoration-line: none;
}
.search-result__prev-page:hover,
.search-result__next-page:hover {
  text-decoration-line: underline;
}
.search-result__pagination,
.search-result__pages {
  display: flex;
}
.search-result__pagination-item,
.search-result__current-page,
.search-result__page-count {
  margin: 0 5px;
}
.search-result__pagination-item.is-active .search-result__page-link {
  text-decoration-line: underline;
}
.search-result__page-link {
  color: #333;
  text-decoration-line: none;
}
.search-result__page-link:hover {
  text-decoration-line: underline;
}
.tt-rich-text {
  vertical-align: top;
  margin: 0;
  display: inline-flex;
  position: relative;
}
.tt-rich-text:before,
.tt-rich-text:after {
  content: "";
  clear: both;
  display: table;
}
.form.is-success .form__state-default,
.form.is-error .form__state-default,
.form:not(.is-success) .form__state-success,
.form:not(.is-error) .form__state-error {
  display: none;
}
.page404 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}
.page404__content {
  flex-direction: column;
  align-items: center;
  width: 300px;
  display: flex;
}
.page404__icon {
  vertical-align: top;
  background-image: url(../../../images/widgets/page-404.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  width: 157px;
  height: 194px;
  margin-bottom: 30px;
  display: inline-flex;
  position: relative;
}
.page404__text-title {
  color: #333;
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
}
.page404__text {
  vertical-align: top;
  color: #9c9c9c;
  text-align: center;
  margin: 0;
  font-size: 15px;
  display: inline-flex;
  position: relative;
}
.pop-up {
  z-index: 11;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}
.pop-up__overlay {
  background-color: transparent;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pop-up__content {
  background-color: transparent;
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #eee;
  border-radius: 5px;
  min-width: 450px;
  max-width: 100vw;
  min-height: 350px;
  max-height: 100vh;
  position: relative;
  overflow-y: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.pop-up__inside-close-button {
  cursor: pointer;
  background-color: transparent;
  background-image: url(../../../images/widgets/popup-close.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  min-height: 30px;
  display: flex;
  position: absolute;
  top: 15px;
  right: 15px;
}
.pop-up__outside-close-button {
  cursor: pointer;
  background-color: transparent;
  background-image: url(../../../images/widgets/popup-close.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  min-height: 30px;
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
}
.menu,
.menu.is-opened .menu__fixed-wrapper {
  display: flex;
}
.menu--s2 [data-desktop-block] {
  display: block;
}
.menu__wrapper-lvl1 {
  background-color: transparent;
  background-image: linear-gradient(#fff, #fff);
  padding: 10px;
  position: relative;
}
.menu__list-lvl1 {
  display: flex;
}
.menu__item-lvl1 {
  position: relative;
}
.menu__item-lvl1.is-opened .menu__wrapper-lvl2,
.menu__item-lvl2.is-opened .menu__wrapper-lvl3,
.menu__item-lvl3.is-opened .menu__wrapper-lvl4,
.menu__item-lvl4.is-opened .menu__wrapper-lvl5,
.menu__item-lvl5.is-opened .menu__wrapper-lvl6,
.menu__item-lvl6.is-opened .menu__wrapper-lvl7,
.menu__item-lvl7.is-opened .menu__wrapper-lvl8,
.menu__item-lvl8.is-opened .menu__wrapper-lvl9,
.menu__item-lvl9.is-opened .menu__wrapper-lvl10 {
  display: block;
}
.menu__link-lvl1 {
  color: #000;
  cursor: pointer;
  align-items: center;
  min-height: 35px;
  padding: 5px 10px;
  text-decoration-line: none;
  display: flex;
}
.menu__icon-lvl1 {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  display: block;
}
.menu__icon-lvl1--s1 {
  background-color: transparent;
  background-image: url(../../../images/widgets/menu-arrow-down.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
}
.menu__link-text {
  vertical-align: top;
  flex-grow: 1;
  margin: 0;
  display: inline-flex;
  position: relative;
}
.menu__wrapper-lvl2 {
  z-index: 80;
  background-color: transparent;
  background-image: linear-gradient(#f5f5f5, #f5f5f5);
  border-radius: 3px;
  width: 250px;
  padding: 10px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}
.menu__item-lvl2 {
  position: relative;
}
.menu__link-lvl2 {
  color: #000;
  cursor: pointer;
  border-radius: 3px;
  align-items: center;
  min-height: 35px;
  padding: 5px 10px;
  text-decoration-line: none;
  display: flex;
}
.menu__link-lvl2:hover {
  background-color: transparent;
  background-image: linear-gradient(#e5e5e5, #e5e5e5);
}
.menu__item-lvl2.is-opened .menu__link-lvl2 {
  cursor: pointer;
  background-color: transparent;
  background-image: linear-gradient(#e5e5e5, #e5e5e5);
}
.menu__icon-lvl2 {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  display: block;
}
.menu__icon-lvl2--s1 {
  background-color: transparent;
  background-image: url(../../../images/widgets/menu-arrow-right.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
}
.menu__back-lvl2 {
  color: #2bbbdc;
  align-items: center;
  min-height: 35px;
  padding: 5px 10px;
  display: none;
}
.menu__back-icon {
  background-color: transparent;
  background-image: url(../../../images/widgets/menu-arrow-left.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  display: block;
}
.menu__back-text {
  vertical-align: top;
  flex-grow: 1;
  flex-shrink: 0;
  margin: 0;
  display: inline-flex;
  position: relative;
}
.menu__wrapper-lvl3,
.menu__wrapper-lvl4,
.menu__wrapper-lvl5,
.menu__wrapper-lvl6,
.menu__wrapper-lvl7,
.menu__wrapper-lvl8,
.menu__wrapper-lvl9,
.menu__wrapper-lvl10 {
  z-index: 80;
  background-color: transparent;
  background-image: linear-gradient(#f5f5f5, #f5f5f5);
  border-radius: 3px;
  width: 250px;
  margin: -10px 15px 0;
  padding: 10px;
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
}
.menu__item-lvl3,
.menu__item-lvl4,
.menu__item-lvl5,
.menu__item-lvl6,
.menu__item-lvl7,
.menu__item-lvl8,
.menu__item-lvl9,
.menu__item-lvl10 {
  position: relative;
}
.menu__link-lvl3,
.menu__link-lvl4,
.menu__link-lvl5,
.menu__link-lvl6,
.menu__link-lvl7,
.menu__link-lvl8,
.menu__link-lvl9,
.menu__link-lvl10 {
  color: #000;
  cursor: pointer;
  border-radius: 3px;
  align-items: center;
  min-height: 35px;
  padding: 5px 10px;
  text-decoration-line: none;
  display: flex;
}
.menu__link-lvl3:hover,
.menu__link-lvl4:hover,
.menu__link-lvl5:hover,
.menu__link-lvl6:hover,
.menu__link-lvl7:hover,
.menu__link-lvl8:hover,
.menu__link-lvl9:hover,
.menu__link-lvl10:hover {
  background-color: transparent;
  background-image: linear-gradient(#e5e5e5, #e5e5e5);
}
.menu__item-lvl3.is-opened .menu__link-lvl3,
.menu__item-lvl4.is-opened .menu__link-lvl4,
.menu__item-lvl5.is-opened .menu__link-lvl5,
.menu__item-lvl6.is-opened .menu__link-lvl6,
.menu__item-lvl7.is-opened .menu__link-lvl7,
.menu__item-lvl8.is-opened .menu__link-lvl8,
.menu__item-lvl9.is-opened .menu__link-lvl9,
.menu__item-lvl10.is-opened .menu__link-lvl10 {
  cursor: pointer;
  background-color: transparent;
  background-image: linear-gradient(#e5e5e5, #e5e5e5);
}
.menu__icon-lvl3,
.menu__icon-lvl4,
.menu__icon-lvl5,
.menu__icon-lvl6,
.menu__icon-lvl7,
.menu__icon-lvl8,
.menu__icon-lvl9,
.menu__icon-lvl10 {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin-left: 5px;
}
.menu__back-lvl3,
.menu__back-lvl4,
.menu__back-lvl5,
.menu__back-lvl6,
.menu__back-lvl7,
.menu__back-lvl8,
.menu__back-lvl9,
.menu__back-lvl10 {
  color: #2bbbdc;
  align-items: center;
  min-height: 35px;
  padding: 5px 10px;
  display: none;
}
.menu__burger-button {
  cursor: pointer;
  background-color: transparent;
  background-image:
    url(../../../images/widgets/menu-burger.svg),
    linear-gradient(#2bbbdc, #2bbbdc);
  background-position: 50%;
  background-repeat: no-repeat;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  text-decoration-line: none;
  display: none;
}
.menu__close-button {
  cursor: pointer;
  background-color: transparent;
  background-image:
    url(../../../images/widgets/menu-close.svg),
    linear-gradient(#f5f5f5, #f5f5f5);
  background-position: 50%;
  background-repeat: no-repeat;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  text-decoration-line: none;
  display: none;
}
.menu__overlay {
  z-index: 70;
  pointer-events: auto;
  background-color: transparent;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate(0, 0);
}
.menu__fixed-wrapper {
  z-index: 80;
  display: contents;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.menu__scroll-wrapper {
  min-width: 250px;
  height: 100%;
  display: contents;
  position: relative;
  overflow: auto;
}
.map {
  height: 300px;
  position: relative;
}
.map__stub {
  background-color: transparent;
  background-image:
    url(../../../images/widgets/map.svg), linear-gradient(#f5f5f5, #f5f5f5);
  background-position: 50%;
  background-repeat: no-repeat;
  align-items: flex-end;
  width: 100%;
  padding: 10px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.map__hint {
  color: #000;
  background-color: transparent;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 3px;
  flex-direction: row;
  flex-shrink: 0;
  align-items: flex-start;
  padding: 10px;
  display: flex;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.map__icon {
  background-color: transparent;
  background-image: url(../../../images/widgets/info.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
.map__hint-wrapper {
  margin-left: 5px;
}
.map__hint-text {
  font-size: 12px;
  font-weight: 400;
}
.list__item {
  padding: 10px;
}
.link {
  color: #0d70ff;
  cursor: pointer;
  display: inline-flex;
}
.button {
  cursor: pointer;
  vertical-align: top;
  color: #fff;
  background-color: transparent;
  background-image: linear-gradient(#2bbbdc, #2bbbdc);
  border-style: none;
  border-width: 0;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 9px 18px;
  text-decoration-line: none;
  display: inline-flex;
  position: relative;
}
.link-block {
  cursor: pointer;
  text-decoration-line: none;
  display: inline-flex;
}
.image {
  vertical-align: top;
  width: 100px;
  height: 100px;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}
.hhhhhh {
  object-fit: cover;
  width: 100%;
  height: 250px !important;
}
.upload-file {
  background-color: transparent;
  background-image: linear-gradient(#f5f5f5, #f5f5f5);
  border: 1px solid #eee;
  border-radius: 3px;
  gap: 10px;
  padding: 10px;
  display: inline-flex;
}
.upload-file__icon {
  background-image: url(../../../images/widgets/upload-button-icon.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
.upload-file__text {
  color: #9c9c9c;
  font-size: 14px;
}
.upload-file__input {
  display: none;
}
.upload-items {
  flex-direction: column;
  gap: 4px;
  display: flex;
}
.upload-item {
  align-items: center;
  gap: 10px;
  display: none;
}
.upload-item__name {
  color: #333;
  font-size: 16px;
}
.upload-item__size {
  color: #9c9c9c;
  font-size: 16px;
}
.upload-item__remove {
  cursor: pointer;
  background-image: url(../../../images/widgets/upload-remove-icon.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
.upload-list {
  margin-bottom: 4px;
  display: none;
}
.form__field.is-success .upload-list {
  display: block;
}
.form__field.is-success .upload-file {
  display: none;
}
.form__field.is-success .upload-file[data-multiple] {
  display: inline-flex;
}
.form__field.is-error .upload-list {
  display: none;
}
.upload-item.is-opened {
  display: flex;
}
.form__textarea {
  background-color: transparent;
  background-image: linear-gradient(#f5f5f5, #f5f5f5);
  border: 1px solid #eee;
  border-radius: 3px;
  flex-shrink: 1;
  width: 100%;
  height: 100px;
  padding: 10px;
  display: block;
}
.form__select {
  appearance: none;
  background-color: transparent;
  background-image: linear-gradient(#f5f5f5, #f5f5f5);
  border: 1px solid #eee;
  border-radius: 3px;
  width: 100%;
  padding: 8px 10px;
  display: block;
}
.form__radio {
  margin: 0;
  display: none;
}
.form__radio-styled {
  border: 1px solid #333;
  border-radius: 50%;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}
.form__widget-item:has(:checked) .form__radio-styled {
  background-color: transparent;
  background-image: radial-gradient(
    circle,
    #2bbbdc 0,
    #2bbbdc 4px,
    transparent 4px,
    transparent 100%
  );
  background-position: 50%;
  background-repeat: no-repeat;
  border-color: #2bbbdc;
}
.form__field[data-type-field="date"] .form__input,
.form__field[data-type-field="date_interval"] .form__input {
  cursor: pointer;
}
.form__field-error {
  color: red;
  padding: 4px 0;
}
.form__widget-group {
  flex-direction: column;
  row-gap: 10px;
  margin-top: 6px;
  display: flex;
}
.form__widget-item {
  flex-direction: row;
  align-items: center;
  display: flex;
}
.form__checkbox {
  margin: 0;
  display: none;
}
.form__checkbox-styled {
  border: 1px solid #333;
  border-radius: 3px;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}
.form__label-text {
  vertical-align: top;
  margin-left: 5px;
  display: inline-flex;
  position: relative;
}
.form__widget-item:has(:checked) .form__checkbox-styled {
  background-color: transparent;
  background-image:
    url(../../../images/widgets/checkbox.svg), linear-gradient(#2bbbdc, #2bbbdc);
  background-position: 50%;
  background-repeat: no-repeat;
  border-color: #2bbbdc;
}
.form {
  flex-direction: column;
  align-items: stretch;
  padding: 20px;
  display: flex;
}
.text-title {
  margin-bottom: 24px;
  font-size: 24px;
}
.form * {
  outline-style: none;
}
.submit_button {
  cursor: pointer;
  vertical-align: top;
  color: #fff;
  background-color: transparent;
  background-image: linear-gradient(#2bbbdc, #2bbbdc);
  border-style: none;
  border-width: 0;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  padding: 9px 18px;
  text-decoration-line: none;
  display: flex;
  position: relative;
}
.text-button {
  display: inline-flex;
}
.form__field {
  margin: 16px 0;
}
.form__field.is-error .form__field-error {
  display: block;
}
.form__field-error {
  color: red;
  padding: 4px 0;
  display: none;
}
.form__input {
  background-color: transparent;
  background-image: linear-gradient(#f5f5f5, #f5f5f5);
  border: 1px solid #eee;
  border-radius: 3px;
  flex-shrink: 1;
  width: 100%;
  height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}
.form__state-error {
  background-color: transparent;
  background-image: linear-gradient(#fdf4f5, #fdf4f5);
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
}
.form__text-error {
  vertical-align: top;
  margin: 0;
  font-size: 12px;
  display: inline-flex;
  position: relative;
}
.form.is-success .form__state-default,
.form.is-error .form__state-default,
.form:not(.is-success) .form__state-success,
.form:not(.is-error) .form__state-error {
  display: none;
}
.collection__empty {
  background-image: linear-gradient(#d5d5d5, #d5d5d5);
  padding: 20px;
}
.collection__pagination {
  margin-top: 40px;
}
.collection__pagination-pages,
.collection__pagination-load {
  justify-content: center;
  column-gap: 15px;
  display: flex;
}
.collection__pagination-page-by-page,
.collection__pagination-bullets {
  justify-content: center;
  display: flex;
}
.collection__pagination-button-prev,
.collection__pagination-button-next,
.collection__pagination-button-load {
  color: #fff;
  background-color: transparent;
  background-image: linear-gradient(#3290ff, #3290ff);
  border: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  display: flex;
}
.collection__pagination-pages-image-prev {
  background-image: url(../../../images/widgets/collection-arrow-left.svg);
  background-repeat: no-repeat;
  width: 11px;
  height: 10px;
}
.collection__pagination-pages-image-next {
  background-image: url(../../../images/widgets/collection-arrow-right.svg);
  background-repeat: no-repeat;
  width: 11px;
  height: 10px;
}
.collection__pagination-arrow-prev {
  background-color: transparent;
  background-image: url(../../../images/widgets/collection-pagination-left.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  border: none;
  border-radius: 4px;
  width: 35px;
  height: 35px;
}
.collection__pagination-arrow-next {
  background-color: transparent;
  background-image: url(../../../images/widgets/collection-pagination-right.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  border: none;
  border-radius: 4px;
  width: 35px;
  height: 35px;
}
.collection__pagination-dot-text {
  text-align: center;
  color: #333;
  border-radius: 4px;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 10px;
  font-weight: 400;
  display: flex;
}
.collection__pagination-dot-link {
  text-align: center;
  color: #333;
  border-radius: 4px;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}
.collection__pagination-dot-link.is-current,
.collection__pagination-dot-link:hover {
  background-image: linear-gradient(#e5e5e5, #e5e5e5);
}
.collection__pagination-arrow-prev:hover {
  background-image:
    url(../../../images/widgets/collection-pagination-left.svg),
    linear-gradient(#e5e5e5, #e5e5e5);
}
.collection__pagination-arrow-next:hover {
  background-image:
    url(../../../images/widgets/collection-pagination-right.svg),
    linear-gradient(#e5e5e5, #e5e5e5);
}
.collection__pagination-arrow-prev.is-disabled {
  cursor: default;
  opacity: 0.3;
  background-image: url(../../../images/widgets/collection-pagination-left.svg);
}
.collection__pagination-arrow-next.is-disabled {
  cursor: default;
  opacity: 0.3;
  background-image: url(../../../images/widgets/collection-pagination-right.svg);
}
.blocklist {
  vertical-align: top;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  line-height: normal;
  display: block;
  position: relative;
}
.blocklist .is-removed {
  display: none !important;
}
.blocklist__list-wrapper {
  width: 100%;
  height: 100%;
}
.blocklist__list {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}
.blocklist.slick-last-slide .blocklist__arrow-prev.slick-disabled,
.blocklist.slick-last-slide .blocklist__arrow-next.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.blocklist__item-wrapper {
  flex-shrink: 0;
  width: 33.332%;
  max-width: 100%;
  display: block;
}
.blocklist__item {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 150px;
  max-width: 100%;
  margin: 20px;
}
.blocklist__text-title {
  margin-bottom: 20px;
  font-size: 24px;
}
.blocklist__arrows-wrapper {
  pointer-events: none;
  z-index: 2;
  align-items: flex-start;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.blocklist__arrows {
  flex-shrink: 0;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
.blocklist__arrow-prev {
  pointer-events: auto;
  cursor: pointer;
  background-color: transparent;
  background-image: url(../../../images/widgets/blocklist-arrow-left.svg);
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: 20px;
  height: 32px;
}
.blocklist__arrow-prev2 {
  pointer-events: auto;
  cursor: pointer;
  background-color: transparent;
  background-image: url(../../../images/widgets/blocklist-arrow-left.svg);
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: 20px;
  height: 32px;
  margin: auto auto auto 0;
}
.blocklist__arrow-prev:disabled,
.blocklist__arrow-prev2:disabled {
  pointer-events: none;
  cursor: auto;
  opacity: 0.35;
}
.blocklist__arrow-next {
  pointer-events: auto;
  cursor: pointer;
  background-color: transparent;
  background-image: url(../../../images/widgets/blocklist-arrow-right.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 32px;
}
.blocklist__arrow-next2 {
  pointer-events: auto;
  cursor: pointer;
  background-color: transparent;
  background-image: url(../../../images/widgets/blocklist-arrow-right.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 32px;
  margin: auto 0 auto auto;
}
.blocklist__arrow-next:disabled,
.blocklist__arrow-next2:disabled {
  pointer-events: none;
  cursor: auto;
  opacity: 0.35;
}
.blocklist__pagination-wrapper {
  pointer-events: none;
  z-index: 3;
  align-items: flex-start;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.blocklist__pagination {
  pointer-events: auto;
  background-color: transparent;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  margin: auto auto 5px;
  padding: 3px;
  display: flex;
}
.blocklist__pagination2 {
  pointer-events: auto;
  background-color: transparent;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  margin: auto;
  padding: 3px;
  display: flex;
}
.blocklist__pages {
  pointer-events: auto;
  background-color: transparent;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  margin: auto auto 5px;
  padding: 3px;
  display: flex;
}
.blocklist__pages2 {
  pointer-events: auto;
  background-color: transparent;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  margin: auto;
  padding: 3px;
  display: flex;
}
.blocklist__current-page,
.blocklist__current-page2 {
  counter-reset: page;
  flex-direction: column;
  height: 18px;
  display: flex;
  overflow-y: hidden;
}
.blocklist__current-page-number,
.blocklist__current-page-number2 {
  counter-increment: page;
}
.blocklist__current-page-number:after,
.blocklist__current-page-number2:after {
  content: counter(page);
}
.blocklist__pagination-item,
.blocklist__pagination-item2 {
  cursor: pointer;
  background-color: transparent;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  flex-shrink: 0;
  min-width: 10px;
  min-height: 10px;
  margin: 2px;
}
.blocklist__controls-wrapper {
  pointer-events: none;
  z-index: 4;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.blocklist__controls {
  pointer-events: auto;
  max-width: 100%;
  margin: auto auto 5px;
  padding: 10px 30px;
  display: flex;
  position: relative;
}
.blocklist__control-arrows {
  pointer-events: none;
  z-index: 2;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.badge {
  font-family: Inter, sans-serif;
}
.copyright:has(.badge) {
  display: block;
}
.tt_badge:has(.tt_badge__small:not(.is-removed)) {
  z-index: calc(infinity);
  position: fixed;
  bottom: 10px;
  right: 10px;
}
.tt_badge__dark .tt_badge__small {
  color: #fff;
  background-image:
    url(../../../images/widgets/badge-small-light.svg),
    linear-gradient(#0c0c0c, #0c0c0c);
}
.tt_badge__dark .tt_badge__big {
  color: #9c9c9c;
  background-image:
    url(../../../images/widgets/badge-light-logo.svg),
    linear-gradient(#0c0c0c, #0c0c0c);
}
.tt_badge__light .tt_badge__small {
  color: #151515;
  background-image:
    url(../../../images/widgets/badge-small-dark.svg),
    linear-gradient(#fff, #fff);
}
.tt_badge__light .tt_badge__big {
  color: #828282;
  background-image:
    url(../../../images/widgets/badge-dark-logo.svg),
    linear-gradient(#fff, #fff);
}
.tt_badge__light .tt_badge__big:hover {
  color: #333;
}
.tt_badge__dark .tt_badge__big:hover {
  color: #fff;
}
.tt_badge__small {
  background-position: 8px, 50%;
  background-repeat: no-repeat;
  border-radius: 5px;
  align-items: center;
  min-height: 35px;
  padding: 8px 8px 8px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}
.tt_badge__big {
  text-align: center;
  background-position:
    calc(50% - 72px) 14px,
    50%;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}
@media (max-width: 767px) {
  .tt_badge__small {
    min-height: 28px;
    font-size: 10px;
  }
}
.accordion {
  width: 300px;
  display: inline-block;
  position: relative;
}
.accordion__item {
  flex-direction: column;
  margin-bottom: 1px;
  display: flex;
  position: relative;
}
.accordion__header {
  color: #333;
  cursor: pointer;
  background-color: transparent;
  background-image: linear-gradient(#f5f5f5, #f5f5f5);
  padding: 9px 18px 6px;
}
.accordion__item.is-opened > .accordion__header {
  background-color: transparent;
  background-image: linear-gradient(#d5f1f8, #d5f1f8);
}
.accordion__content {
  color: #6a6a6a;
  background-color: transparent;
  background-image: linear-gradient(#fff, #fff);
  padding: 10px;
}
.accordion__item.is-opened > .accordion__wrapper {
  display: block;
}
.accordion__wrapper {
  display: none;
}
.text-subtitle {
  margin-bottom: 4px;
  font-weight: 700;
  display: flex;
}
.text {
  vertical-align: top;
  vertical-align: top;
  margin: 0;
  display: inline-flex;
  position: relative;
}
.section {
  width: 100%;
  display: block;
  position: relative;
}
.root {
  min-height: 100vh;
  display: block;
  position: relative;
}
.root:before,
.root:after {
  content: "";
  clear: both;
  display: table;
}
.div {
  width: 100%;
  position: relative;
}
.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 850px) {
.hhhhhh {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
}
}