@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?om0tyz");
  src: url("../fonts/icomoon.eot?om0tyz#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?om0tyz") format("truetype"), url("../fonts/icomoon.woff?om0tyz") format("woff"), url("../fonts/icomoon.svg?om0tyz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-x:before {
  content: "\e904";
}

.icon-email:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\e902";
}

.icon-telegram:before {
  content: "\e903";
}

.icon-more:before {
  content: "\e905";
}

.icon-address:before {
  content: "\e906";
}

.icon-phone:before {
  content: "\e907";
}

.icon-mail:before {
  content: "\e909";
}

.icon-quote:before {
  content: "\e90a";
}

.icon-viber:before {
  content: "\e90b";
}

.icon-prev:before {
  content: "\e910";
}

.icon-search:before {
  content: "\e911";
}

.icon-next:before {
  content: "\e912";
}

.icon-warning:before {
  content: "\e900";
}

.icon-down:before {
  content: "\e908";
}

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

ul li {
  list-style: none;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .wrapper {
    padding-top: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 12rem;
  }
}
.wrapper header,
.wrapper main,
.wrapper footer {
  display: block;
  width: 100%;
}

footer {
  margin-top: auto;
}

main {
  flex-grow: 1;
}

html {
  -webkit-text-size-adjust: none;
          text-size-adjust: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #000;
  line-height: 1.4;
}
@media screen and (max-width: 1550px) and (min-width: 1200px) {
  html {
    font-size: 7.8px;
  }
}
@media screen and (max-width: 470px) {
  html {
    font-size: 9px;
  }
}

body {
  font-size: 1.6rem;
}

html,
body {
  background: #fff;
}

.ff1 {
  font-family: "Noto Sans", sans-serif;
}

.ff2 {
  font-family: "Noto Sans Display", sans-serif;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: color 0.3s;
  color: inherit;
  outline: 0;
}

.a, .single-post:after, .value .value__item:nth-child(3):before, .value .value__item:nth-child(1):before, .about:after, .menu-burger:after, .top-menu > ul li a:after, .post-list._cards .post__body:after, .post-list._cards .post__thumb:after, .btn:after,
button[type=submit]:not(.search__submit):after,
input[type=submit]:after, .entry-content ul li:before, .title a:after, .link .link__txt:after {
  content: "";
  display: block;
  box-sizing: border-box;
}

.ff {
  font-family: "Inter", sans-serif;
}

.content {
  max-width: 1370px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media screen and (max-width: 1550px) and (min-width: 1200px) {
  .content {
    max-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-55 {
  margin-bottom: 5.5rem !important;
}
@media screen and (max-width: 1200px) {
  .mb-55 {
    margin-bottom: 3rem !important;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

strong {
  font-weight: 600;
}

.w-100 {
  width: 100%;
}

.link {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #FFCC0E;
  position: relative;
  z-index: 20;
  gap: 0.6rem;
}
@media screen and (max-width: 1200px) {
  .link {
    font-size: 1.6rem;
  }
}
.link .icon-more {
  font-size: 1.3em;
}
.link .link__txt {
  position: relative;
}
.link .link__txt:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  opacity: 0;
  transition: 0.3s;
  background: #FFCC0E;
}
@media (hover: hover) {
  .link:hover .link__txt:after {
    height: 0.6rem;
    opacity: 1;
  }
}

.sep {
  height: 4rem;
}

.center {
  text-align: center;
}

.before-title {
  color: #FFCC0E;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .before-title {
    font-size: 14px;
  }
}

.title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 4.3rem;
  margin-bottom: 4rem;
  text-transform: uppercase;
}
.title a {
  position: relative;
  z-index: 10;
  display: inline-block;
}
.title a:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.3rem;
  height: 0;
  opacity: 0;
  background: #FFCC0E;
  transition: 0.3s;
}
@media (hover: hover) {
  .title a:hover:after {
    opacity: 1;
    height: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .title {
    font-size: 3.4rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}

.title-32 {
  font-weight: 700;
  font-size: 3.2rem;
  margin-bottom: 3rem;
  line-height: 1.1;
}
@media screen and (max-width: 1200px) {
  .title-32 {
    font-size: 2.2rem;
    margin-bottom: 2.2rem;
  }
}

.title-26 {
  font-size: 2.6rem;
  margin-bottom: 3.4rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .title-26 {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
}

.title-24 {
  font-size: 2rem;
  margin-bottom: 2.8rem;
  font-weight: 600;
  line-height: 1.1;
}

.thumb {
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}

.text-green {
  color: #182633;
}

.icon-link {
  display: inline-flex;
  margin-bottom: 3.5rem;
  align-items: center;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.icon-link .icon {
  width: 3.3rem;
  height: 3.3rem;
  background: #FFCC0E;
  margin-right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2C2D32;
  font-size: 1.6rem;
}
.icon-link .icon-next {
  margin-right: 0;
  margin-left: 1.5rem;
}
@media (hover: hover) {
  .icon-link:hover {
    color: #FFCC0E;
  }
}

.back-link {
  display: none;
}
@media screen and (max-width: 767px) {
  .back-link {
    display: inline-flex;
  }
}

.breadcrumbs {
  font-size: 1.6rem;
  margin-bottom: 4rem;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs a {
  text-decoration: underline;
  text-underline-offset: 15%;
}
@media (hover: hover) {
  .breadcrumbs a:hover {
    color: #FFCC0E;
  }
}
.breadcrumbs .breadcrumbs__separator {
  color: #969696;
}

.c-pagination {
  padding: 1.4rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    padding-bottom: 3rem;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination li {
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .pagination li {
    padding: 0 2px 4px;
  }
}
.pagination li > span,
.pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 4rem;
  height: 4rem;
  padding: 0 0.5rem;
  transition: 0.3s;
  position: relative;
  z-index: 100;
  font-size: 2rem;
}
.pagination li > span:not(.dots),
.pagination li a:not(.dots) {
  border: 1px solid #CACACA;
  background: #fff;
}
.pagination li > span.dots,
.pagination li a.dots {
  min-width: 1px;
  padding: 0;
}
.pagination li .prev,
.pagination li .next {
  padding: 0;
}
.pagination li .current {
  background: #FFCC0E !important;
  border-color: #FFCC0E !important;
}
@media (hover: hover) {
  .pagination li a:hover {
    color: #FFCC0E;
    border-color: #FFCC0E;
  }
}

.tubs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .tubs {
    gap: 1rem;
  }
}
.tubs li a {
  font-weight: 500;
  font-size: 2.4rem;
  height: 5.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .tubs li a {
    font-size: 2rem;
  }
}
.tubs li a.active {
  background: #FFCC0E;
}

.tubs-content .tubs-content__item {
  display: none;
  opacity: 0;
}
.tubs-content .tubs-content__item.active {
  display: block;
  animation-name: showSlides;
  animation-duration: 0.3s;
  opacity: 1;
}

@keyframes showSlides {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
  .spoiler {
    margin-top: -1rem;
  }
}
.spoiler .spoiler__item:not(:last-child) {
  border-bottom: 1px solid #CACACA;
}
.spoiler .spoiler__item .spoiler__title {
  padding: 2.4rem 0 2.4rem 0;
  position: relative;
  cursor: pointer;
  transition: color 0.3s;
}
.spoiler .spoiler__item .spoiler__title .icon-down {
  font-size: 2.4rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
@media (hover: hover) {
  .spoiler .spoiler__item .spoiler__title:hover {
    color: #FFCC0E;
  }
}
.spoiler .spoiler__item .spoiler__title.active .icon-down {
  transform: translateY(-50%) scale(1, -1);
}
.spoiler .spoiler__item .spoiler__desc {
  display: none;
  padding: 1rem 0 3rem;
}
@media screen and (max-width: 767px) {
  .spoiler .spoiler__item .spoiler__desc {
    padding: 0.5rem 0 2.4rem;
  }
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

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

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

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

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

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

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

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

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

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev,
.swiper-button-next {
  width: 27px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #72C19A;
  color: #fff;
  font-size: 10px;
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.3s;
}
.swiper-button-prev._blue,
.swiper-button-next._blue {
  background: #3666B4;
}
@media (hover: hover) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background: #315da5;
  }
}

.swiper-button-prev {
  padding-right: 2px;
  margin-right: 3px;
}

.swiper-button-next {
  padding-left: 2px;
  margin-left: 3px;
}

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
  background-size: contain;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
  background-size: contain;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

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

.swiper-pagination {
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
@media screen and (min-width: 767px) {
  .swiper-pagination {
    display: none;
  }
}

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

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  display: inline-block;
  border-radius: 100%;
  background: rgba(202, 202, 202, 0.5);
  margin: 0 7px;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #4477F8;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

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

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

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

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

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

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

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

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.input-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  max-width: 900px;
  margin-bottom: 3rem;
}
.input-list .wpcf7-form-control-wrap {
  margin-top: 7px;
}
.input-list .wpcf7-quiz-label {
  margin-bottom: 7px;
  display: block;
}

.wpcf7-form .wpcf7-response-output {
  display: none !important;
  max-width: 900px;
  text-align: center;
  line-height: 1.4;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
  background: rgb(0, 177, 0);
  color: #fff;
  border: 0;
  margin: 1em 0 2em;
  padding: 1em 2em;
}

.form-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/loader.svg) center no-repeat;
  background-size: 50px;
  display: none;
}

.wpcf7-form.submitting {
  pointer-events: none;
}
.wpcf7-form.submitting .form-loader {
  display: block;
}
.wpcf7-form.submitting .subscribe-form__row,
.wpcf7-form.submitting .input-list__item {
  opacity: 0.4;
}
.wpcf7-form .wpcf7-spinner {
  display: none !important;
}

.input-list__item {
  width: calc(33.33333% - 15px);
  padding-bottom: 15px;
}
.input-list__item p {
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
.input-list__item label {
  display: block;
  line-height: 1.5;
}
.input-list__item .wpcf7-spinner {
  display: none;
  margin-right: 0;
}

.input-list__item_full {
  width: 100%;
}

.input-list__item_ml {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .input-list__item {
    width: 100%;
  }
}
.wpcf7-form-control-wrap {
  margin-top: 0;
  display: block;
}

.wpcf7-not-valid-tip {
  font-size: 0.8em;
  margin-top: 4px;
  color: #dc3232;
}

.entry-content {
  line-height: 1.6;
  font-size: 1.8rem;
  text-align: left;
}
.entry-content #ez-toc-container {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .entry-content #ez-toc-container {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .entry-content {
    font-size: 15px;
  }
}
.entry-content a:not(.btn) {
  color: #FFCC0E;
  text-decoration: none;
}
.entry-content a:not(.btn):hover {
  text-decoration: underline;
}
.entry-content strong {
  color: #232323;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  color: #232323;
  font-size: 1.8em;
  margin-bottom: 3rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    font-size: 1.8em;
    padding-top: 1rem;
    margin-bottom: 2rem;
  }
}
.entry-content h2 {
  padding-top: 1rem;
}
.entry-content h3 {
  font-size: 1.6em;
}
@media screen and (max-width: 767px) {
  .entry-content h3 {
    font-size: 1.4em;
  }
}
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: 1.3em;
}
@media screen and (max-width: 767px) {
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    font-size: 1.2em;
  }
}
.entry-content p {
  margin-bottom: 1.6em;
}
.entry-content ul {
  margin-bottom: 1.5em;
}
.entry-content ul li {
  margin-bottom: 1em;
  position: relative;
  padding-left: 1.6em;
}
.entry-content ul li:before {
  width: 0.8em;
  height: 0.8em;
  background: #FFCC0E;
  position: absolute;
  top: 0.4em;
  left: 0;
}
.entry-content ol {
  counter-reset: ol;
  margin-bottom: 1.5em;
}
.entry-content ol li {
  margin-bottom: 1em;
  list-style: none;
  position: relative;
  padding-left: 1.5em;
}
.entry-content ol li:before {
  color: #232323;
  counter-increment: ol;
  content: counter(ol) ".";
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.entry-content blockquote.wp-block-quote {
  margin-bottom: 5rem;
  transform: translateY(2rem);
  position: relative;
  padding: 3rem 0rem 3rem 6rem;
  font-style: normal;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.entry-content blockquote.wp-block-quote:before {
  font-family: "icomoon";
  content: "\e90a";
  font-size: 3rem;
  color: #FFCC0E;
  position: absolute;
  left: 0rem;
  top: 2.5rem;
  font-style: normal;
}
.entry-content blockquote.wp-block-quote * {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 100;
}
.entry-content blockquote.wp-block-quote cite {
  margin-top: 1em;
  display: block;
  font-style: normal;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .entry-content .wp-block-table {
    overflow-x: auto;
  }
}
.entry-content table {
  width: 100% !important;
  border-collapse: collapse;
  margin-bottom: 3rem;
}
.entry-content table tr:nth-child(odd) {
  background: #fff;
}
.entry-content table tr td {
  width: auto !important;
  height: auto !important;
  padding: 0.4em 1.3em;
  border: 1px solid rgba(200, 200, 200, 0.5);
}
@media screen and (max-width: 767px) {
  .entry-content table tr td {
    padding: 0.4em 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .entry-content table {
    font-size: 0.8em;
  }
}
.entry-content .wp-block-image figcaption {
  padding-top: 1.2rem;
  font-style: italic;
}
.entry-content .wp-block-image figcaption br {
  display: none;
}
.entry-content .wp-block-image {
  margin-bottom: 3rem;
  padding-top: 1rem;
  position: relative;
}
.entry-content .wp-block-image img {
  width: 100%;
  display: block;
  margin: auto;
}
.entry-content .wp-block-column .wp-block-image {
  margin-bottom: 2em;
}
.entry-content .wp-block-column {
  margin-bottom: 0;
}
.entry-content .wp-block-separator {
  color: rgba(171, 184, 192, 0.7);
  margin-bottom: 1.4em;
}
.entry-content iframe[src*=youtube],
.entry-content iframe[src*=instagram] {
  margin: 5px auto 4rem !important;
  display: block !important;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9 !important;
}
.entry-content iframe[src*="facebook.com"] {
  margin: 0 auto 4rem;
  display: block;
}
.entry-content .wp-block-important {
  background: #FFCC0E;
  margin-bottom: 6rem !important;
  padding: 2.5rem 4.5rem 2.5rem 8.5rem !important;
  position: relative;
  transform: translateY(2rem);
}
@media screen and (max-width: 767px) {
  .entry-content .wp-block-important {
    padding-right: 2rem !important;
    padding-left: 8rem !important;
  }
}
.entry-content .wp-block-important *:last-child {
  margin-bottom: 0;
}
.entry-content .wp-block-important:before {
  font-family: "icomoon";
  content: "\e900";
  font-size: 4rem;
  position: absolute;
  left: 2rem;
  top: 1.5rem;
  font-style: normal;
}
.entry-content .wp-block-important cite {
  margin-top: 1em;
  display: block;
  font-style: normal;
}

:where(.wp-block-columns.is-layout-flex) {
  column-gap: 10rem !important;
  row-gap: 0 !important;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 30px 30px;
}

.alignleft {
  float: left;
  margin: 5px 30px 30px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/*-----------------submit----------------------*/
.btn,
button[type=submit]:not(.search__submit),
input[type=submit] {
  appearance: none;
  cursor: pointer;
  transition: 0.3s;
  border: 0;
  outline: 0;
  height: 5rem;
  background: #FFCC0E;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  padding: 0 3.6rem;
  border-radius: 0;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  position: relative;
  z-index: 10;
}
.btn:after,
button[type=submit]:not(.search__submit):after,
input[type=submit]:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  opacity: 0;
  transition: 0.3s;
  background: #000;
  z-index: -1;
}
.btn:hover,
button[type=submit]:not(.search__submit):hover,
input[type=submit]:hover {
  color: #fff;
}
.btn:hover:after,
button[type=submit]:not(.search__submit):hover:after,
input[type=submit]:hover:after {
  height: 100%;
  opacity: 1;
}
.btn._small,
button[type=submit]:not(.search__submit)._small,
input[type=submit]._small {
  height: 3rem;
  padding: 0 1.2rem;
  font-size: 1.6rem;
}
.btn._icon,
button[type=submit]:not(.search__submit)._icon,
input[type=submit]._icon {
  padding: 0;
  width: 4rem;
  height: 4rem;
  background: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn._icon:after,
button[type=submit]:not(.search__submit)._icon:after,
input[type=submit]._icon:after {
  display: none;
}
.btn._big2,
button[type=submit]:not(.search__submit)._big2,
input[type=submit]._big2 {
  height: 7rem;
  padding: 0 3rem;
}

/*-----------------input----------------------*/
textarea,
input[type=password],
input[type=search],
input[type=email],
input[type=text],
input[type=tel] {
  height: 5rem;
  background: 0;
  border: 1px solid #000;
  background: #fff;
  padding: 0 2rem;
  border-radius: 0;
  font-size: 1.8rem;
  display: block;
  outline: none;
  width: 100%;
  color: #000;
  -webkit-appearance: none;
  font-family: "Open Sans", sans-serif;
}
textarea.wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
input[type=search].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid {
  border-color: #dc3232;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

textarea {
  height: 100px;
  padding-top: 15px;
  resize: none;
  overflow: auto;
}

/*---------------placeholder------------------------*/
*::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

*:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

*::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

*:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

textarea:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=text]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder {
  opacity: 0;
}
textarea:focus:-moz-placeholder,
input[type=search]:focus:-moz-placeholder,
input[type=number]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
input[type=text]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder {
  opacity: 0;
}
textarea:focus::-moz-placeholder,
input[type=search]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=text]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder {
  opacity: 0;
}
textarea:focus:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=text]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder {
  opacity: 0;
}

.post-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.2rem;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .post-list._three-col .post:nth-child(3) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .post-list._two-col-first .post {
    width: calc(50% - 2.4rem);
  }
  .post-list._two-col-first .post:nth-child(1) {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: calc(100% - 2.4rem);
  }
  .post-list._two-col-first .post:nth-child(1) .post__thumb {
    width: calc(50% - 1.2rem);
    padding-bottom: 33%;
  }
  .post-list._two-col-first .post:nth-child(1) .post__body {
    width: calc(50% - 1.2rem);
    padding-top: 0;
  }
  .post-list._two-col-first .post:nth-child(1) .post-title {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .post-list._two-col-first .post:nth-child(1) .post-title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .post-list._two-col-last .post {
    width: calc(50% - 2.4rem);
  }
  .post-list._two-col-last .post:nth-child(3) {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: calc(100% - 2.4rem);
  }
  .post-list._two-col-last .post:nth-child(3) .post__thumb {
    width: calc(50% - 1.2rem);
    padding-bottom: 33%;
  }
  .post-list._two-col-last .post:nth-child(3) .post__body {
    width: calc(50% - 1.2rem);
    padding-top: 0;
  }
  .post-list._two-col-last .post:nth-child(3) .post-title {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .post-list._two-col-last .post:nth-child(3) .post-title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .post-list._two-col .post {
    width: calc(50% - 2.4rem);
  }
}
.post-list._cards .post__thumb:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18.38%, #000 112.23%);
  height: 80%;
}
.post-list._cards .post__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  padding: 3rem 2.4rem;
  transition: color 0.3s;
}
@media screen and (max-width: 1200px) {
  .post-list._cards .post__body {
    padding: 15px;
  }
}
.post-list._cards .post__body:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #FFCC0E;
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
}
.post-list._cards .post-title {
  margin: 0;
  text-decoration: none;
  transition: none;
}
.post-list._cards .post__desc {
  display: none;
}
@media screen and (max-width: 767px) {
  .post-list._cards .post {
    margin-bottom: 15px;
  }
  .post-list._cards .post:last-child {
    margin-bottom: 40px;
  }
}
@media (hover: hover) {
  .post-list._cards .post:hover .post__body {
    color: #000;
  }
  .post-list._cards .post:hover .post__body:after {
    height: 100%;
    opacity: 1;
  }
}

.post {
  width: calc(33.33333% - 2.4rem);
  display: flex;
  flex-direction: column;
  margin: 0 1.2rem 4rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .post {
    width: calc(50% - 2.4rem);
  }
}
@media screen and (max-width: 767px) {
  .post {
    width: calc(100% - 2.4rem) !important;
    margin-bottom: 3rem;
  }
}
@media (hover: hover) {
  .post:hover .post__thumb img {
    transform: scale(1.05);
  }
}
.post .post__thumb {
  padding-bottom: 66.5%;
  position: relative;
  overflow: hidden;
}
.post .post__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.6s;
}
.post .post__body {
  padding-top: 2.5rem;
}
.post .post-title {
  margin-bottom: 2.5rem;
}
.post .post__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  .post .post__row {
    font-size: 1.4rem;
  }
}
.post .post-category .btn {
  text-transform: none;
  height: 3.7rem;
  letter-spacing: 1.5px;
  font-size: 1.5rem;
  padding: 0 1.5rem;
}
@media screen and (max-width: 1200px) {
  .post .post-category .btn {
    font-size: 1.4rem;
    height: 3rem;
    padding: 0 1rem;
  }
}
.post .post__desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .post .post__desc {
    font-size: 1.6rem;
  }
}

.post-title {
  font-size: 2.5rem;
  font-weight: 600;
  display: block;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 0.6rem;
  text-underline-offset: 25%;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .post-title {
    font-size: 1.8rem;
  }
}
@media (hover: hover) {
  .post-title:hover {
    text-decoration-color: #FFCC0E;
  }
}

.post-info {
  font-weight: 600;
}
@media (hover: hover) {
  .post-info a:hover {
    color: #FFCC0E;
  }
}

.cat-preview {
  padding: 5rem 0 1rem;
}
@media screen and (max-width: 1200px) {
  .cat-preview {
    padding: 4rem 0 1rem;
  }
}
.cat-preview .cat-preview__more {
  margin-bottom: 4rem;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .cat-preview .cat-preview__more {
    padding-top: 0;
    margin-bottom: 2rem;
  }
}

.cat-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
}
.cat-title .link {
  margin-bottom: 0.5rem;
  white-space: nowrap;
}

.post-day {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 1200px) {
  .post-day {
    gap: 2rem;
  }
}
.post-day .post-day__item {
  width: calc(33.333% - 2rem);
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
  padding: 2.4rem 2.8rem;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .post-day .post-day__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .post-day .post-day__item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.post-day .post-day__content {
  flex-grow: 1;
}
.post-day .post-day__icon {
  min-width: 7.5rem;
  width: 7.5rem;
  height: 7.5rem;
  background: #F7F7F7;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 3.6rem;
}
.post-day .post-category {
  font-size: 1.5rem;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  .post-day .post-category {
    font-size: 11px;
  }
}
.post-day .post-title {
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .post-day .post-title {
    font-size: 1.8rem;
  }
}

/*------------------------------------------*/
/*------------------------------------------*/
.main {
  display: flex !important;
  flex-direction: column;
}
.main .main__head {
  background: #182633;
  color: #fff;
  padding: 5rem 0;
}
.main .main__first {
  background: #182633;
  color: #fff;
  padding: 11.4rem 0 9rem;
}
@media screen and (max-width: 1200px) {
  .main .main__first {
    padding: 5rem 0 3rem;
  }
}
.main .main__content {
  padding: 5rem 0;
}
@media screen and (max-width: 1200px) {
  .main .main__content {
    padding: 3rem 0;
  }
}
.header {
  position: relative;
  z-index: 900;
  border-bottom: 2px solid #FFCC0E;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
  }
}
.header .header__top {
  padding: 3rem 0 0;
}
@media screen and (max-width: 1200px) {
  .header .header__top {
    padding: 0;
  }
}
.header .header__top .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .header .header__top .content {
    height: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .header .header__top .content {
    height: 8rem;
  }
}
.header .header__top .header__nav-toggle {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header .header__top .header__nav-toggle {
    display: block;
  }
}
.header .header__top .header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .header .header__top .header__logo {
    position: static;
    margin: 0 auto;
    transform: none;
  }
}
@media screen and (max-width: 1200px) {
  .header .header__top .header__date {
    display: none;
  }
}
.header .header__line {
  background: #182633;
  color: #FFCC0E;
}
@media screen and (max-width: 767px) {
  .header .header__line {
    font-size: 12px;
  }
}
.header .header__line .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .header .header__line .content {
    height: 4rem;
  }
}
.header .header__digest {
  display: flex;
  align-items: center;
  gap: 1.7rem;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .header .header__digest {
    display: none;
  }
}

.logo {
  width: 16.6rem;
  display: block;
}
@media screen and (max-width: 1200px) {
  .logo {
    width: 17rem;
  }
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header-date {
  font-weight: 600;
}

.exchange-rate .exchange-rate__list {
  display: flex;
  gap: 1.3rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .exchange-rate .exchange-rate__list {
    gap: 1rem;
  }
}
.exchange-rate .exchange-rate__list span {
  font-weight: normal;
}

.top-menu {
  width: 100%;
}
.top-menu > ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .top-menu > ul {
    flex-direction: column;
    font-size: 1.8rem;
    margin: 0;
  }
}
.top-menu > ul > li {
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .top-menu > ul > li {
    margin: 0;
  }
  .top-menu > ul > li:not(:last-child) {
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-menu > ul > li:hover > a:after {
    opacity: 1;
    height: 100%;
  }
  .top-menu > ul > li:hover > a .show-sub-menu {
    transform: scale(1, -1);
  }
  .top-menu > ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
  }
}
.top-menu > ul li {
  position: relative;
}
.top-menu > ul li a {
  display: flex;
  align-items: center;
  transition: background 0.3s, color 0.3s;
  gap: 6px;
  padding: 0 1rem;
  height: 4rem;
  position: relative;
  z-index: 10;
}
.top-menu > ul li a:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: #FFCC0E;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .top-menu > ul li a {
    padding: 0;
    height: auto;
  }
}
.top-menu > ul li .show-sub-menu {
  font-size: 0.5em;
  transition: transform 0.2s;
}
.top-menu > ul li .show-sub-menu.active {
  transform: scale(1, -1);
}
@media screen and (min-width: 1200px) {
  .top-menu > ul li:nth-last-child(1) .sub-menu, .top-menu > ul li:nth-last-child(2) .sub-menu {
    left: auto;
    right: 0;
  }
}
.top-menu > ul .sub-menu {
  position: absolute;
  top: 100%;
  background: #FFCC0E;
  white-space: nowrap;
  z-index: 700;
  visibility: hidden;
  opacity: 0;
  transition: 0.1s;
  left: 0;
  width: fit-content;
  padding: 2rem 2rem;
  min-width: 17rem;
}
.top-menu > ul .sub-menu li:not(:last-child) {
  margin-bottom: 1rem;
}
.top-menu > ul .sub-menu li a {
  padding: 0;
}
@media (hover: hover) {
  .top-menu > ul .sub-menu li a:hover {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media screen and (max-width: 1200px) {
  .top-menu > ul .sub-menu {
    opacity: 1;
    visibility: visible;
    transition: none !important;
    box-shadow: none;
    position: static;
    margin: 0;
    background: none;
    padding: 2rem 2rem 0;
  }
}

.header .header__nav {
  padding-top: 3.5rem;
}
@media screen and (max-width: 1200px) {
  .header .header__nav {
    position: fixed;
    top: 15rem;
    left: 0;
    z-index: 900;
    width: 42rem;
    padding: 4rem 4rem 6rem;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform ease-out 0.3s;
    transform: translateX(-100%);
    background: #FFCC0E;
  }
  .header .header__nav.active {
    transition: transform ease-in 0.4s;
    transform: translateX(0);
  }
  .header .header__nav .top-menu {
    order: 1;
  }
  .header .header__nav .content {
    padding: 0;
  }
  .header .header__nav .header__digest {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #000;
    width: 100%;
    margin-top: 4rem;
    padding-top: 4rem;
  }
  .header .header__nav .header__digest .btn {
    background: #182633;
    color: #fff;
  }
}
@media screen and (max-width: 1200px) and (max-width: 767px) {
  .header .header__nav .header__digest {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .header .header__nav {
    top: 12rem;
    padding: 3rem 15px 5rem;
  }
}
@media screen and (max-width: 470px) {
  .header .header__nav {
    width: 340px;
    max-width: calc(100% - 40px);
  }
}

.menu-burger {
  width: 4rem;
  height: 2.5rem;
  position: relative;
  transform: scale(0.8);
  transition: 0.3s;
}
.menu-burger:after {
  position: absolute;
  z-index: -1;
  background: #FFCC0E;
  top: -2.5rem;
  left: -2rem;
  right: -2rem;
  bottom: -2.5rem;
  opacity: 0;
  transition: 0.3s;
}
.menu-burger span {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 100%;
  background: #000;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.menu-burger span:nth-child(1) {
  top: 0.2rem;
}
.menu-burger span:nth-child(2), .menu-burger span:nth-child(3) {
  top: 1.4rem;
}
.menu-burger span:nth-child(4) {
  top: 2.5rem;
}
.menu-burger.active {
  transform: scale(0.8) translate(-1rem, 2.5rem);
}
@media screen and (max-width: 767px) {
  .menu-burger.active {
    transform: scale(0.8) translate(-0.7rem, 1.5rem);
  }
}
.menu-burger.active span:nth-child(2) {
  transform: rotate(45deg);
}
.menu-burger.active span:nth-child(3) {
  transform: rotate(-45deg);
}
.menu-burger.active span:nth-child(1), .menu-burger.active span:nth-child(4) {
  width: 0%;
  opacity: 0;
}
.menu-burger.active:after {
  opacity: 1;
}

.footer {
  background: #182633;
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 1.6rem;
  }
}
.footer .footer__content {
  padding: 10rem 0;
}
@media screen and (max-width: 1200px) {
  .footer .footer__content {
    padding-top: 7rem;
    padding-bottom: 3rem;
  }
}
.footer .footer__content .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .footer__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .footer__right .social {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .footer .footer__right .social {
    justify-content: center;
    gap: 4rem;
  }
}
@media screen and (max-width: 1200px) {
  .footer .footer__right {
    width: 100%;
    padding-top: 5rem;
    flex-direction: row;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__right {
    flex-direction: column-reverse;
  }
}
.footer .footer__nav {
  flex-grow: 1;
  max-width: 80rem;
  display: flex;
  justify-content: space-between;
  gap: 5rem 3rem;
}
@media screen and (max-width: 1200px) {
  .footer .footer__nav {
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__nav {
    flex-wrap: wrap;
  }
  .footer .footer__nav .footer-nav {
    width: calc(50% - 2.5rem);
    text-align: center;
  }
  .footer .footer__nav .footer-nav._main {
    width: 100%;
  }
}
.footer .footer__logo {
  width: 100%;
}
.footer .footer__logo .logo {
  margin: 0 auto 4.4rem;
  width: 16.6rem;
}
.footer .footer__copyright {
  border-top: 1px solid #32404D;
  padding: 3rem 0;
  color: #8594A3;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .footer .footer__copyright {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__social {
    width: calc(100% + 30px);
    margin: 0 -15px 3rem;
    border-top: 1px solid #32404D;
    border-bottom: 1px solid #32404D;
    padding: 3rem 0;
  }
}

@media screen and (max-width: 767px) {
  .footer-contacts {
    width: 100%;
  }
}
.footer-contacts .footer-contacts__item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.footer-contacts .footer-contacts__item address, .footer-contacts .footer-contacts__item a {
  display: inline-flex;
  align-items: center;
  font-style: normal;
  gap: 1.5rem;
}
.footer-contacts .footer-contacts__item address [class^=icon-],
.footer-contacts .footer-contacts__item address [class*=" icon-"], .footer-contacts .footer-contacts__item a [class^=icon-],
.footer-contacts .footer-contacts__item a [class*=" icon-"] {
  font-size: 1.33em;
}
@media (hover: hover) {
  .footer-contacts .footer-contacts__item a:hover {
    color: #FFCC0E;
  }
}

.footer-nav li:not(:last-child) {
  margin-bottom: 1.2rem;
}
@media (hover: hover) {
  .footer-nav li a:hover {
    color: #FFCC0E;
  }
}

.subscribe-form {
  position: relative;
}
.subscribe-form p {
  margin-bottom: 1rem;
}
.subscribe-form .subscribe-form__row {
  display: flex;
}
@media screen and (max-width: 767px) {
  .subscribe-form .subscribe-form__row {
    flex-direction: column;
    gap: 15px;
  }
}
.subscribe-form .subscribe-form__row p {
  margin: 0;
}
.subscribe-form .subscribe-form__field {
  flex-grow: 1;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .subscribe-form .subscribe-form__field {
    margin-right: 0;
  }
}
.subscribe-form .wpcf7-not-valid-tip {
  display: none !important;
}

.search-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 910;
  height: 24rem;
  display: flex;
  align-items: center;
  padding: 0 15px;
  transition: transform ease 0.3s;
  transform: translateY(-100%);
}
.search-form .search-form__content {
  display: flex;
  align-items: center;
  border-radius: 1.5rem;
  background: #F5F5F5;
  width: 100%;
}
.search-form.active {
  transition: transform ease 0.3s;
  transform: translateY(0);
}
@media screen and (max-width: 1200px) {
  .search-form {
    height: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .search-form {
    height: 14rem;
  }
}
.search-form input {
  background: #F5F5F5;
  padding: 0 3rem;
}

.navigation-bg {
  position: fixed;
  z-index: 890;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.navigation-bg.active {
  visibility: visible;
  opacity: 1;
}

.social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.social li a {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  border: 1px solid #B4B4B4;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  transition: 0.3s;
}
.social li a.icon-x {
  padding-left: 0.3rem;
}
@media (hover: hover) {
  .social li a:hover {
    background: #FFCC0E;
    border-color: #FFCC0E;
    color: #000;
  }
}

.author-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 2.5rem;
  row-gap: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .author-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .author-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.author-item {
  position: relative;
  z-index: 50;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.author-item .author-item__email {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0;
  width: 6.4rem;
  height: 6.4rem;
  font-size: 3.8rem;
}
.author-item .author-item__thumb {
  display: block;
  width: 100%;
  margin: 0 auto 2rem;
  position: relative;
}
.author-item .author-item__thumb img {
  transition: transform 0.6s;
}
.author-item .author-item__thumb .thumb {
  display: block;
  padding-bottom: 100%;
}
.author-item .social {
  margin-top: auto;
  padding-top: 3rem;
}
.author-item .author-item__name {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}
@media (hover: hover) {
  .author-item .author-item__name:hover {
    color: #FFCC0E;
  }
}
@media screen and (max-width: 767px) {
  .author-item .author-item__name {
    font-size: 2rem;
  }
}
.author-item .author-item__desc {
  margin-top: 2rem;
}
.author-item p:last-child {
  margin-bottom: 0;
}
@media (hover: hover) {
  .author-item:hover a.thumb img {
    transform: scale(1.02);
  }
}
.author-item._single {
  margin-bottom: 6rem;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .author-item._single {
    margin-bottom: 2rem;
  }
}
.author-item._single .author-item__desc {
  margin-top: 0;
}
.author-item._single .social {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .author-item._single {
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(4, 1fr);
  }
  .author-item._single .author-item__thumb {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .author-item._single .author-item__thumb {
    grid-column: span 2;
  }
}
@media screen and (min-width: 768px) {
  .author-item._single .author-item__body {
    grid-column: span 3;
    align-self: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .author-item._single .author-item__body {
    grid-column: span 2;
  }
}
@media screen and (min-width: 768px) {
  .author-item._single .social {
    justify-content: flex-start;
  }
}

.about {
  padding-top: 5rem;
  position: relative;
  z-index: 20;
}
.about:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #182633;
  height: 42rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about:after {
    height: 35rem;
  }
}
.about .about__row {
  display: flex;
  flex-wrap: wrap;
}
.about .about__row img {
  display: block;
  width: 100%;
  height: auto;
}
.about .title-32 {
  max-width: 30rem;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .about .title-32 {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .about .title-32 {
    text-align: left;
    max-width: inherit;
  }
}
.about .about__title {
  min-height: 38rem;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .about .about__title {
    display: flex;
    justify-content: space-between;
    min-height: 0;
  }
}
@media screen and (max-width: 767px) {
  .about .about__title {
    display: block;
  }
}
.about .about__col-1 {
  width: 32%;
  padding-top: 3.5rem;
}
@media screen and (max-width: 1200px) {
  .about .about__col-1 {
    width: 100%;
    padding-top: 0;
  }
}
.about .about__col-1 .title {
  margin-bottom: 1.5rem;
}
.about .about__col-1 .entry-content {
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .about .about__col-1 .entry-content {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 767px) {
  .about .about__col-1 .entry-content {
    padding: 3rem 0;
  }
}
.about .about__col-2 {
  width: calc(68% - 3rem);
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .about .about__col-2 {
    width: 100%;
  }
}
.about .about__txt {
  border-top: 1px solid #FFCC0E;
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .about .about__txt {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .about .about__txt {
    padding-top: 3rem;
  }
}

.mission {
  padding-top: 16rem;
}
@media screen and (max-width: 1200px) {
  .mission {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 1200px) {
  .mission {
    padding-top: 6rem;
  }
}
.mission .mission__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 1200px) {
  .mission .mission__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.mission .mission__item {
  border: 1px solid #000;
  padding: 4.5rem 3rem 3rem;
  display: flex;
  flex-direction: column;
}
.mission .mission__item .title-24 {
  border-bottom: 0.5rem solid #FFCC0E;
  padding-bottom: 3rem;
}
.mission .mission__item .entry-content {
  margin-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
  .mission .mission__item .entry-content {
    margin-bottom: 4rem;
  }
}
.mission .mission__item .mission__number {
  margin-top: auto;
  background: #000;
  width: 8rem;
  height: 8rem;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 4.5rem;
  color: #FFCC0E;
}

.value {
  padding-top: 16rem;
}
@media screen and (max-width: 1200px) {
  .value {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 1200px) {
  .value {
    padding-top: 6rem;
  }
}
.value .value__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.value .value__thumbs {
  width: calc(62% - 6rem);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .value .value__thumbs {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.value .value__thumbs img {
  display: block;
  width: 100%;
  height: auto;
}
.value .value__thumbs .value__thumb-1 {
  width: 56%;
}
.value .value__thumbs .value__thumb-2 {
  width: calc(44% - 2rem);
}
.value .value__desc {
  width: 38%;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .value .value__desc {
    width: 100%;
  }
  .value .value__desc .title {
    text-align: center;
  }
}
.value .value__txt {
  background: #FFCC0E;
  text-transform: uppercase;
  text-align: center;
  width: 25rem;
  padding: 3.6rem;
  line-height: 1.5;
  margin-top: 2rem;
  margin-left: -11rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .value .value__txt {
    font-size: 18px;
    padding: 20px;
    width: 16rem;
    margin-left: -8rem;
  }
}
.value .value__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .value .value__items {
    grid-template-columns: repeat(2, 1fr);
    align-items: inherit;
  }
}
@media screen and (max-width: 767px) {
  .value .value__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.value .value__item {
  border: 1px solid #000;
  padding: 4rem;
  position: relative;
}
.value .value__item:nth-child(1):before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1rem;
  background: #FFCC0E;
}
.value .value__item:nth-child(2) {
  background: #182633;
  color: #fff;
}
.value .value__item:nth-child(2) .title-24 {
  color: #FFCC0E;
}
@media screen and (min-width: 1201px) {
  .value .value__item:nth-child(2) {
    margin-top: 5rem;
  }
}
.value .value__item:nth-child(3):before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1rem;
  background: #FFCC0E;
}
@media screen and (min-width: 1201px) {
  .value .value__item:nth-child(3) {
    margin-top: -9rem;
  }
}
.value .value__item:nth-child(4) {
  background: #FFCC0E;
}
@media screen and (min-width: 1201px) {
  .value .value__item:nth-child(4) {
    margin-top: -21rem;
  }
}

.readers {
  padding-top: 16rem;
}
@media screen and (max-width: 1200px) {
  .readers {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 1200px) {
  .readers {
    padding-top: 6rem;
  }
}
.readers .readers__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.readers .readers__list {
  width: calc(68% - 6rem);
}
@media screen and (max-width: 1200px) {
  .readers .readers__list {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.readers .readers__desc {
  width: 32%;
  background: #182633;
  padding: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.readers .readers__desc .title-24 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  .readers .readers__desc {
    width: 100%;
    padding: 4rem;
  }
}
.readers .readers__item:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  .readers .readers__item:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.readers .readers__item .title-24 {
  border-bottom: 0.5rem solid #FFCC0E;
  padding-bottom: 1.5rem;
}

.authors {
  padding: 16rem 0 13rem;
}
@media screen and (max-width: 1200px) {
  .authors {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 1200px) {
  .authors {
    padding: 6rem 0;
  }
}

.single-post {
  position: relative;
  z-index: 50;
}
.single-post:after {
  position: absolute;
  z-index: -1;
  height: 72rem;
  background: #182633;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .single-post:after {
    height: 50rem;
  }
}
@media screen and (max-width: 767px) {
  .single-post:after {
    height: 43rem;
  }
}
.single-post .single-post__row {
  padding-bottom: 12rem;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .single-post .single-post__row {
    padding-bottom: 6rem;
  }
}
.single-post .single-post__nav {
  width: 25rem;
  margin-right: 3rem;
}
@media screen and (max-width: 1200px) {
  .single-post .single-post__nav {
    display: none;
  }
}
.single-post .single-post__main {
  width: calc(100% - 28rem);
  flex-grow: 1;
}
@media screen and (max-width: 1200px) {
  .single-post .single-post__main {
    width: 100%;
  }
}
.single-post .author-item {
  margin-top: 3.5rem;
  text-align: left;
}
.single-post .author-item .author-item__body {
  align-self: flex-start;
}

.post-head {
  padding-bottom: 3rem;
  color: #fff;
}
.post-head .post-head__thumb {
  width: 100%;
}
.post-head .post-head__thumb .thumb {
  padding-bottom: 66.6%;
}
.post-head .title {
  margin-bottom: 2rem;
  width: 100%;
}
.post-head .post-head__row {
  display: flex;
  align-items: center;
  margin-bottom: 3.5rem;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .post-head .post-head__row {
    margin-bottom: 2rem;
  }
}
.post-head .post-head__row .post-category {
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .post-head .post-head__row .post-category {
    width: 100%;
  }
}

.post-footer {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  margin-top: 3.5rem;
  font-size: 1.8rem;
  font-weight: 500;
}

.post-read {
  color: #828282;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.post-read .icon-clock {
  font-size: 2.4rem;
  color: #FFCC0E;
  font-weight: 500;
}

.post-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
}
.post-author .post-author__thumb {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
@media (hover: hover) {
  .post-author a:hover {
    color: #FFCC0E;
  }
}

.post-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 3rem;
  row-gap: 2rem;
}

.share-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  flex-grow: 1;
}
@media screen and (max-width: 1200px) {
  .share-btn {
    width: 100%;
  }
}
.share-btn a {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  border: 1px solid #000;
  background: #FFF;
  transition: background-color 0.3s, color 0.3s;
  width: 24rem;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .share-btn a {
    width: 100px;
    flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  .share-btn a {
    width: 40%;
    font-size: 1.6rem;
  }
}
.share-btn a > span {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.share-btn a [class^=icon-],
.share-btn a [class*=" icon-"] {
  font-size: 2rem;
  width: 5rem;
  height: 5rem;
  display: grid;
  place-items: center;
  border-right: 1px solid #000;
  transition: 0.3s;
}
.share-btn a:hover [class^=icon-],
.share-btn a:hover [class*=" icon-"] {
  border-color: transparent;
}
.share-btn a.share-btn__facebook:hover {
  background: #4460AA;
  border-color: #4460AA;
  color: #fff;
}
.share-btn a.share-btn__x:hover {
  background: #2C2D32;
  border-color: #2C2D32;
  color: #fff;
}
.share-btn a.share-btn__viber:hover {
  background: #7B59EB;
  border-color: #7B59EB;
  color: #fff;
}
.share-btn a.share-btn__telegram:hover {
  background: #2AA1DD;
  border-color: #2AA1DD;
  color: #fff;
}

.single-post__nav #ez-toc-container {
  border: 1px solid #182633;
  background: #FFF;
  padding: 0 0 2rem 0;
  margin: 0;
  border-radius: 0;
  display: block !important;
}
.single-post__nav .ez-toc-title-toggle {
  display: none;
}
.single-post__nav .ez-toc-title-container {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1.5rem 2rem;
}
.single-post__nav ul {
  display: block !important;
}
.single-post__nav .ez-toc-list li a {
  display: block !important;
  padding: 1rem 2rem;
  line-height: 1.5;
  color: #000 !important;
  text-decoration: none !important;
  transition: background 0.3s;
  margin-bottom: 2px;
}
@media (hover: hover) {
  .single-post__nav .ez-toc-list li a:hover {
    background: #FFCC0E;
  }
}
.single-post__nav .ez-toc-list li a.is-active {
  background: #FFCC0E;
}
.single-post__nav .ez-toc-list li ul {
  margin: 0 !important;
}
.single-post__nav .ez-toc-list li ul li a {
  padding-left: 4rem;
}

.entry-content #ez-toc-container {
  background: 0 !important;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  display: block;
  border: 1px solid #000;
  padding: 2rem;
}
.entry-content #ez-toc-container .ez-toc-title-container {
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 2rem;
  text-transform: uppercase;
}
.entry-content #ez-toc-container .ez-toc-title-container .ez-toc-title {
  line-height: 1.2;
  font-size: 1em;
  font-weight: 600;
  color: #232323;
}
.entry-content #ez-toc-container .ez-toc-list {
  padding: 2rem 0 0 0;
}
.entry-content #ez-toc-container .ez-toc-list li {
  line-height: 1.2;
  font-weight: normal;
}
.entry-content #ez-toc-container .ez-toc-list li:before {
  display: none;
}
.entry-content #ez-toc-container .ez-toc-list li a {
  color: #232323;
  text-decoration: none;
}
@media (hover: hover) {
  .entry-content #ez-toc-container .ez-toc-list li a:hover {
    color: #FFCC0E;
  }
}
.entry-content #ez-toc-container .ez-toc-list > li {
  font-size: 1em;
}
.entry-content #ez-toc-container .ez-toc-list > li:not(:last-child) {
  padding-bottom: 1em;
}
.entry-content #ez-toc-container .ez-toc-list > li ul {
  margin-top: 2rem;
  padding-bottom: 0.9rem;
}
.entry-content #ez-toc-container .ez-toc-list > li ul li {
  font-size: 1em;
}
.entry-content #ez-toc-container .ez-toc-list > li ul li:not(:last-child) {
  padding-bottom: 1.6rem;
}
.entry-content #ez-toc-container a.ez-toc-toggle {
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/toc.svg) center no-repeat;
  background-size: contain;
  padding: 0;
  margin-left: 2rem;
}
.entry-content #ez-toc-container a.ez-toc-toggle .ez-toc-js-icon-con {
  display: none;
}
.entry-content #ez-toc-container.toc_close a.ez-toc-toggle {
  transform: scale(1, -1);
}

.main-404 {
  padding: 80px 0;
}

.page-404 {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}

.page-404__title {
  font-size: 80px;
  font-weight: bold;
}

.page-404__img {
  margin: 0 auto -50px;
  max-width: 505px;
  width: 100%;
  display: block;
  transform: translateX(-10px);
}

.page-404__text {
  padding-bottom: 35px;
  font-size: 16px;
}
.page-404__text p {
  padding-bottom: 5px;
}
.page-404__text strong {
  font-size: 22px;
  font-weight: 500;
}
.page-404__text .btn {
  margin-top: 20px;
  display: inline-flex;
  width: auto;
  padding: 0 30px;
}

@media screen and (max-width: 500px) {
  .page-404__img {
    transform: none;
    margin-bottom: -30px;
  }
  .page-404__text {
    font-size: 14px;
  }
  .page-404__text strong {
    font-size: 18px;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.modals {
  display: none;
}

.fancybox-container {
  backdrop-filter: blur(2px);
}

.fancybox-bg {
  background: rgb(33, 40, 36);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.2;
}

.fancybox-content {
  width: 100%;
  max-width: 560px;
  font-size: 1.8rem;
}

#progress,
#progress-value {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  display: none !important;
}

#progress {
  height: 61px;
  width: 61px;
  background: #d9d9d9;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  transition: all 1s;
  z-index: 10;
  position: sticky;
  top: 100px;
  left: auto;
}

.progress-invisible {
  opacity: 0;
  visibility: hidden;
}

#progress-value {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.5px;
  text-align: center;
  color: #232323;
}

.mobile-progress {
  display: block;
  z-index: 890;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: all 1s;
}
.mobile-progress .mobile-progress-value,
.mobile-progress .mobile-progress-substrate {
  height: 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}
.mobile-progress .mobile-progress-wrapper {
  position: relative;
}
.mobile-progress .mobile-progress-substrate {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #182633;
  width: 100%;
  color: #fff;
  z-index: 5;
}
.mobile-progress .mobile-progress-value {
  top: 0;
  left: 0;
  position: absolute;
  background-color: #FFCC0E;
  color: #000;
  width: 0;
  overflow: hidden;
  z-index: 10;
  transition: 0.2s;
}
.mobile-progress .mobile-progress-text {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  text-wrap: nowrap;
}

.sale__map {
  height: 45rem;
}