@charset "UTF-8";
@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-viber:before {
  content: "\e901";
}

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

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

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

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

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

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

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

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

.icon-email2:before {
  content: "\e90d";
}

.icon-facebook2:before {
  content: "\e90e";
}

.icon-insta:before {
  content: "\e90f";
}

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

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

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

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

.icon-question:before {
  content: "\e914";
}

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

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

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

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

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

ul li {
  list-style: none;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (max-width: 1200px) {
  .wrapper {
    padding-top: 18rem;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 16rem;
  }
}
.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: #021A3B;
  line-height: 1.2;
}
@media screen and (max-width: 1550px) and (min-width: 1200px) {
  html {
    font-size: 7.8px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 8.5px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 8px;
  }
}

body {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

html,
body {
  background: #EAEFF5;
}

.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, .tram-schedule-tub li a:after, .post-faq > div h3:after, .post-faq > div h3:before, .entry-content #ez-toc-container .ez-toc-list li a:before, .single-post__nav .ez-toc-list li a:before, .about-item .about-item__figure:after, .menu-burger:after, .air-alert .air-alert__label:before, .single-location-head .thumb:after, .entry-content ul li:before, .title-figure span:after, .link .link__txt:after {
  content: "";
  display: block;
  box-sizing: border-box;
}

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

.shadow, .section, .tram-schedule-tub li a:after, .tram-schedule-wrapper, .transport-number, .leaflet-pane .leaflet-popup-content-wrapper, .leaflet-pane .leaflet-popup-tip, .event .event__price, .event .event__location, .location-on-map, .location-map {
  box-shadow: 0 26px 44px 0 rgba(66, 75, 84, 0.07);
}

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

/*
 *  webui popover plugin  - v1.2.17
 *  A lightWeight popover plugin with jquery ,enchance the  popover plugin of bootstrap with some awesome new features. It works well with bootstrap ,but bootstrap is not necessary!
 *  https://github.com/sandywalker/webui-popover
 *
 *  Made by Sandy Duan
 *  Under MIT License
 */
.webui-popover-content {
  display: none;
}

.webui-popover-rtl {
  direction: rtl;
  text-align: right;
}

/*  webui popover  */
.webui-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99993;
  display: none;
  min-width: 50px;
  min-height: 32px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  background-clip: padding-box;
  border-radius: 20px;
  box-shadow: 0 10px 44px 0 rgba(66, 75, 84, 0.2);
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .webui-popover {
    font-size: 12px;
    max-width: 300px;
    border-radius: 12px;
  }
}
.webui-popover p:first-child,
.webui-popover .webui-popover-t {
  margin-bottom: 1em;
}
.webui-popover p:first-child strong,
.webui-popover .webui-popover-t strong {
  font-size: 1.14em;
  font-weight: 600;
}

.webui-popover.top,
.webui-popover.top-left,
.webui-popover.top-right {
  margin-top: -10px;
}

.webui-popover.right,
.webui-popover.right-top,
.webui-popover.right-bottom {
  margin-left: 10px;
}

.webui-popover.bottom,
.webui-popover.bottom-left,
.webui-popover.bottom-right {
  margin-top: 10px;
}

.webui-popover.left,
.webui-popover.left-top,
.webui-popover.left-bottom {
  margin-left: -10px;
}

.webui-popover.pop {
  transform: scale(0.8);
  transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  opacity: 0;
  filter: alpha(opacity=0);
}

.webui-popover.pop-out {
  transition-property: "opacity,transform";
  transition: 0.15s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}

.webui-popover.fade,
.webui-popover.fade-out {
  transition: opacity 0.15s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}

.webui-popover.out {
  opacity: 0;
  filter: alpha(opacity=0);
}

.webui-popover.in {
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.webui-popover .webui-popover-content {
  padding: 2rem;
  overflow: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .webui-popover .webui-popover-content {
    padding: 20px;
  }
}

.webui-popover .webui-popover-content > div:first-child {
  width: 99%;
}

.webui-popover-inner .close {
  margin: 6px 7px 0 0;
  float: right;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #000000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
}
.webui-popover-inner .close:after {
  font-family: "icomoon";
  content: "\e900";
  font-size: 30px;
}
@media (hover: hover) {
  .webui-popover-inner .close {
    display: none;
  }
}

.webui-popover-inner .close:hover,
.webui-popover-inner .close:focus {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.webui-popover-inner .close:after {
  content: "×";
  width: 0.8em;
  height: 0.8em;
  padding: 4px;
  position: relative;
}

.webui-popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 5px 5px 0 0;
}

.webui-popover-content {
  padding: 9px 14px;
  overflow: auto;
  display: none;
}

.webui-popover-inverse {
  background-color: #333333;
  color: #eeeeee;
}

.webui-popover-inverse .webui-popover-title {
  background: #333333;
  border-bottom: 1px solid #3b3b3b;
  color: #eeeeee;
}

.webui-no-padding .webui-popover-content {
  padding: 0;
}

.webui-no-padding .list-group-item {
  border-right: none;
  border-left: none;
}

.webui-no-padding .list-group-item:first-child {
  border-top: 0;
}

.webui-no-padding .list-group-item:last-child {
  border-bottom: 0;
}

.webui-popover > .webui-arrow,
.webui-popover > .webui-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.webui-popover > .webui-arrow {
  border-width: 11px;
}

.webui-popover > .webui-arrow:after {
  border-width: 10px;
  content: "";
}

.webui-popover.top > .webui-arrow,
.webui-popover.top-right > .webui-arrow,
.webui-popover.top-left > .webui-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
}

.webui-popover.top > .webui-arrow:after,
.webui-popover.top-right > .webui-arrow:after,
.webui-popover.top-left > .webui-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

.webui-popover.right > .webui-arrow,
.webui-popover.right-top > .webui-arrow,
.webui-popover.right-bottom > .webui-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
}

.webui-popover.right > .webui-arrow:after,
.webui-popover.right-top > .webui-arrow:after,
.webui-popover.right-bottom > .webui-arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

.webui-popover.bottom > .webui-arrow,
.webui-popover.bottom-right > .webui-arrow,
.webui-popover.bottom-left > .webui-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
}

.webui-popover.bottom > .webui-arrow:after,
.webui-popover.bottom-right > .webui-arrow:after,
.webui-popover.bottom-left > .webui-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

.webui-popover.left > .webui-arrow,
.webui-popover.left-top > .webui-arrow,
.webui-popover.left-bottom > .webui-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
}

.webui-popover.left > .webui-arrow:after,
.webui-popover.left-top > .webui-arrow:after,
.webui-popover.left-bottom > .webui-arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

.webui-popover-inverse.top > .webui-arrow,
.webui-popover-inverse.top-left > .webui-arrow,
.webui-popover-inverse.top-right > .webui-arrow,
.webui-popover-inverse.top > .webui-arrow:after,
.webui-popover-inverse.top-left > .webui-arrow:after,
.webui-popover-inverse.top-right > .webui-arrow:after {
  border-top-color: #333333;
}

.webui-popover-inverse.right > .webui-arrow,
.webui-popover-inverse.right-top > .webui-arrow,
.webui-popover-inverse.right-bottom > .webui-arrow,
.webui-popover-inverse.right > .webui-arrow:after,
.webui-popover-inverse.right-top > .webui-arrow:after,
.webui-popover-inverse.right-bottom > .webui-arrow:after {
  border-right-color: #333333;
}

.webui-popover-inverse.bottom > .webui-arrow,
.webui-popover-inverse.bottom-left > .webui-arrow,
.webui-popover-inverse.bottom-right > .webui-arrow,
.webui-popover-inverse.bottom > .webui-arrow:after,
.webui-popover-inverse.bottom-left > .webui-arrow:after,
.webui-popover-inverse.bottom-right > .webui-arrow:after {
  border-bottom-color: #333333;
}

.webui-popover-inverse.left > .webui-arrow,
.webui-popover-inverse.left-top > .webui-arrow,
.webui-popover-inverse.left-bottom > .webui-arrow,
.webui-popover-inverse.left > .webui-arrow:after,
.webui-popover-inverse.left-top > .webui-arrow:after,
.webui-popover-inverse.left-bottom > .webui-arrow:after {
  border-left-color: #333333;
}

.webui-popover i.icon-refresh:before {
  content: "";
}

.webui-popover i.icon-refresh {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -15px;
  margin-right: -15px;
  background: url(../img/loading.gif) no-repeat;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.webui-popover-backdrop {
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}

.webui-popover .dropdown-menu {
  display: block;
  position: relative;
  top: 0;
  border: none;
  box-shadow: none;
  float: none;
}

.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: #0981D9;
  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: #0981D9;
}
@media (hover: hover) {
  .link:hover .link__txt:after {
    height: 0.6rem;
    opacity: 1;
  }
}

.sep {
  height: 4rem;
}

.center {
  text-align: center;
}

.before-title {
  color: #0981D9;
  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: 600;
  line-height: 1.1;
  font-size: 4.2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  .title {
    font-size: 3.4rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }
}

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

.title-26 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .title-26 {
    font-size: 2.4rem;
  }
}

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

.title-figure span {
  display: inline-block;
  position: relative;
  z-index: 20;
}
.title-figure span:after {
  background: url(../images/v.svg) center no-repeat;
  background-size: contain;
  width: 10.5rem;
  height: 5.3rem;
  position: absolute;
  top: 50%;
  right: -1.5rem;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .title-figure span:after {
    transform: translateY(-50%) scale(0.8);
  }
}

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

.text-green {
  color: #182633;
}

.ico-link {
  display: inline-flex;
  margin-bottom: 4rem;
  align-items: center;
  font-size: 1.8rem;
  gap: 2rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .ico-link {
    gap: 1rem;
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
.ico-link .icon-next {
  width: 4.5rem;
  height: 4.5rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0981D9;
  font-size: 2rem;
  box-shadow: 0 26px 44px rgba(66, 75, 84, 0.07);
  border-radius: 50%;
  transform: rotate(-45deg);
  transition: 0.3s;
}
@media (hover: hover) {
  .ico-link:hover {
    color: #0981D9;
  }
  .ico-link:hover .icon-next {
    transform: rotate(0);
  }
}

.back-link {
  display: none;
  width: 4rem;
  height: 4rem;
  place-items: center;
  border-radius: 8.537px;
  background: #fff;
  box-shadow: 0 26px 44px 0 rgba(66, 75, 84, 0.07);
  color: #0981D9;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .back-link {
    display: grid;
  }
}

.breadcrumbs {
  font-size: 1.4rem;
  margin-bottom: 3.5rem;
  color: #2C2D32;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs a {
  text-decoration: underline;
  text-underline-offset: 20%;
}
@media (hover: hover) {
  .breadcrumbs a:hover {
    color: #0981D9;
  }
}
.breadcrumbs .breadcrumbs__separator {
  vertical-align: middle;
}

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

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2px;
}
.pagination li > span,
.pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 4.5rem;
  height: 4.5rem;
  padding: 0 0.5rem;
  transition: 0.3s;
  position: relative;
  z-index: 100;
  font-weight: 600;
  border-radius: 50%;
}
.pagination li > span.dots,
.pagination li a.dots {
  min-width: 1px;
  padding: 0;
}
.pagination li .prev,
.pagination li .next {
  padding: 0;
  color: #0981D9;
  font-size: 1.8rem;
}
.pagination li .current {
  box-shadow: 0 26px 44px rgba(66, 75, 84, 0.07);
  color: #0981D9;
  background: #fff;
}
@media (hover: hover) {
  .pagination li a:hover {
    color: #0981D9;
    background: #fff;
  }
}

.tubs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem;
  margin-bottom: 2.5rem;
}
.tubs li a {
  font-weight: 600;
  font-size: 1.8rem;
  border-bottom: 2px solid transparent;
  display: block;
  padding-bottom: 2px;
  transition: 0.3s;
}
@media (hover: hover) {
  .tubs li a:hover {
    color: #0981D9;
  }
}
.tubs li a.active {
  color: #0981D9;
  border-bottom-color: #0981D9;
}

.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;
  }
}
.text-center {
  text-align: center !important;
}

@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: #0981D9;
  }
}
.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: rgb(49.15625, 92.95, 165.34375);
  }
}

.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;
}
.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;
  font-size: 0.9em;
}
.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: 2rem auto 0;
}

@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.5;
  font-size: 1.8rem;
  text-align: left;
  color: #2C2D32;
}
.entry-content._blue strong {
  color: #0981D9;
}
.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: #0981D9;
  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: #021A3B;
  font-size: 1.8em;
  margin-bottom: 3rem;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    font-size: 1.6em;
    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.4em;
}
.entry-content ul li:before {
  width: 0.6em;
  height: 0.6em;
  background: #0981D9;
  position: absolute;
  border-radius: 50%;
  top: 0.5em;
  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: 2rem 6rem 2rem 6rem;
  font-style: italic;
  border-radius: 2rem;
  background: #FFF;
  font-weight: 600;
  box-shadow: 0 26px 44px 0 rgba(66, 75, 84, 0.07);
}
@media screen and (max-width: 767px) {
  .entry-content blockquote.wp-block-quote {
    padding-right: 3rem;
  }
}
.entry-content blockquote.wp-block-quote:before {
  font-family: "icomoon";
  content: "\e905";
  font-size: 2.4rem;
  color: #0981D9;
  position: absolute;
  left: 1.8rem;
  top: 1.8rem;
  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;
  text-align: right;
  font-weight: normal;
  font-size: 0.9em;
}
.entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 2.5rem;
}
.entry-content .wp-block-table {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .entry-content .wp-block-table {
    overflow-x: auto;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
  }
}
.entry-content .wp-block-table .has-fixed-layout {
  table-layout: auto !important;
}
.entry-content .wp-block-table .has-fixed-layout td, .entry-content .wp-block-table .has-fixed-layout th {
  word-break: normal;
}
.entry-content table {
  width: 100% !important;
  border-collapse: separate;
  margin-bottom: 3rem;
  border-spacing: 0 0;
  box-shadow: 0 26px 44px 0 rgba(66, 75, 84, 0.07);
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .entry-content table {
    box-shadow: none;
  }
}
.entry-content table tr td {
  width: auto !important;
  height: auto !important;
  padding: 1em 1.3em;
  border: 1px solid rgba(220, 225, 231, 0.5);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .entry-content table tr td {
    padding: 0.4em 1em;
  }
}
.entry-content table tbody tr:first-child td:first-child {
  border-radius: 2.5rem 0 0 0;
}
.entry-content table tbody tr:first-child td:last-child {
  border-radius: 0 2.5rem 0 0;
}
.entry-content table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 2.5rem;
}
.entry-content table tbody tr:last-child td:last-child {
  border-radius: 0 0 2.5rem 0;
}
.entry-content table thead {
  border-bottom: 0;
}
.entry-content table thead tr td, .entry-content table thead th td {
  background: #F2F8FF;
  font-weight: 600;
}
.entry-content table thead tr td:first-child, .entry-content table thead th td:first-child {
  border-radius: 2.5rem 0 0 0;
}
.entry-content table thead tr td:last-child, .entry-content table thead th td:last-child {
  border-radius: 0 2.5rem 0 0;
}
.entry-content table thead + tbody tr:first-child td {
  border-radius: 0 !important;
}
@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;
}
.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 {
  border-radius: 2rem;
  background: #FFF;
  font-weight: 600;
  box-shadow: 0 26px 44px 0 rgba(66, 75, 84, 0.07);
  margin-bottom: 6rem !important;
  padding: 2.5rem 4.5rem 2.5rem 8.5rem !important;
  position: relative;
  transform: translateY(2rem);
  color: #0981D9;
}
@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:not(.transport-link),
button[type=submit]:not(.search__submit),
input[type=submit] {
  appearance: none;
  cursor: pointer;
  transition: 0.3s;
  border: 0;
  outline: 0;
  height: 4.5rem;
  background: #021A3B;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  padding: 0 2.5rem;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  position: relative;
  z-index: 10;
  border-radius: 4.5rem;
  box-shadow: 0 4px 15px 0 rgba(66, 75, 84, 0.3);
}
.btn:not(.transport-link):hover,
button[type=submit]:not(.search__submit):hover,
input[type=submit]:hover {
  background: rgb(3.6721311475, 47.737704918, 108.3278688525);
}
.btn:not(.transport-link)._small,
button[type=submit]:not(.search__submit)._small,
input[type=submit]._small {
  height: 3rem;
  padding: 0 1.2rem;
  font-size: 1.6rem;
}
.btn:not(.transport-link)._icon,
button[type=submit]:not(.search__submit)._icon,
input[type=submit]._icon {
  padding: 0;
  width: 5rem;
  height: 5rem;
  background: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 26px 44px 0 rgba(66, 75, 84, 0.07);
  background: #fff;
  border-radius: 1rem;
}
.btn:not(.transport-link)._icon:after,
button[type=submit]:not(.search__submit)._icon:after,
input[type=submit]._icon:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .btn:not(.transport-link)._icon,
  button[type=submit]:not(.search__submit)._icon,
  input[type=submit]._icon {
    width: 30px;
    height: 30px;
  }
}
.btn:not(.transport-link)._border,
button[type=submit]:not(.search__submit)._border,
input[type=submit]._border {
  box-shadow: none;
  background: 0;
  border: 2px solid #0981D9;
  color: #0981D9;
  font-weight: 600;
}
@media (hover: hover) {
  .btn:not(.transport-link)._border:hover,
  button[type=submit]:not(.search__submit)._border:hover,
  input[type=submit]._border:hover {
    background: #0981D9;
    color: #fff;
  }
}
.btn:not(.transport-link)._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 transparent;
  background: #fff;
  padding: 0 2rem;
  font-size: 1.6rem;
  border-radius: 5rem;
  display: block;
  outline: none;
  width: 100%;
  color: #000;
  -webkit-appearance: none;
  font-family: "Open Sans", sans-serif;
  box-shadow: 0 4px 15px 0 rgba(66, 75, 84, 0.1);
}
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;
  border-radius: 2.5rem;
}

select {
  appearance: none;
  box-shadow: 0 4px 15px 0 rgba(66, 75, 84, 0.1);
  height: 4.5rem;
  border-radius: 4.5rem;
  border: 0;
  outline: none;
  font-size: 1.8rem;
  font-weight: 600;
  color: #0981D9;
  font-family: "Open Sans";
  padding: 0 5rem 0 2.7rem;
  cursor: pointer;
  background: #fff url(../images/down.svg) calc(100% - 1.8rem) center no-repeat;
  background-size: 2rem;
}
select option {
  color: #2C2D32;
  font-size: 1.6rem;
}

/*---------------placeholder------------------------*/
*::-webkit-input-placeholder {
  color: #A7AAB7;
}

*:-moz-placeholder {
  color: #A7AAB7;
}

*::-moz-placeholder {
  color: #A7AAB7;
}

*:-ms-input-placeholder {
  color: #A7AAB7;
}

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: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}
.post-list._5-col {
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1000px) {
  .post-list {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2rem;
  }
}
@media screen and (max-width: 470px) {
  .post-list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

.post {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fff;
  box-shadow: 0 2rem 4rem 0 rgba(66, 75, 84, 0.07);
  border-radius: 2rem;
  overflow: hidden;
}
@media (hover: hover) {
  .post:hover .post__thumb img {
    transform: scale(1.05);
  }
}
.post .post__thumb {
  position: relative;
}
.post .post__thumb .thumb {
  padding-bottom: 82%;
}
.post .post__body {
  padding: 2rem 2rem 3rem;
}
.post .post-title {
  margin-bottom: 2rem;
}
.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 {
  position: absolute;
  left: 2rem;
  bottom: 1.6rem;
}
.post .post__desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.4;
}
.post._location {
  text-align: center;
}
.post._location .post-title {
  margin-bottom: 0;
}
.post._location .post__body {
  padding: 2.5rem 2rem;
}
.post._location .post__thumb .thumb {
  padding-bottom: 60%;
}
.post._events .post-title {
  font-size: 1.8rem;
}
.post._events .post__body {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.post._events .post-category {
  left: 1rem;
  bottom: 1rem;
}
.post._events .post__desc {
  margin-top: auto;
  text-transform: lowercase;
}
.post._events .post__thumb .thumb {
  padding-bottom: 140%;
}

.post-title {
  font-size: 2rem;
  font-weight: 600;
  display: block;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 0.3rem;
  text-underline-offset: 25%;
  transition: 0.3s;
  line-height: 1.4;
}
@media (hover: hover) {
  .post-title:hover {
    color: #0981D9;
  }
}

.post-category .post-category__item {
  box-shadow: 0 4px 15px 0 rgba(66, 75, 84, 0.1);
  background: #fff;
  display: inline-grid;
  place-items: center;
  height: 3.4rem;
  border-radius: 4rem;
  padding: 0 2.2rem;
  color: #5D6C81;
}
.post-category .post-category__item[href] {
  color: #0981D9;
  font-weight: 600;
  transition: 0.3s;
}
@media (hover: hover) {
  .post-category .post-category__item[href]:hover {
    background: #0981D9;
    color: #fff;
  }
}

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

.category-nav {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  margin-bottom: 4.5rem;
  flex-wrap: wrap;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .category-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 15px 15px;
    margin: -15px -15px 10px;
  }
}
.category-nav li a {
  box-shadow: 0 4px 15px 0 rgba(66, 75, 84, 0.1);
  height: 4.5rem;
  display: grid;
  place-items: center;
  padding: 0 2.7rem;
  color: #021A3B;
  font-weight: 600;
  font-size: 1.8rem;
  background: #fff;
  border-radius: 50px;
}
@media (hover: hover) {
  .category-nav li a:hover {
    color: #0981D9;
  }
}
.category-nav li.current-menu-item a {
  color: #0981D9;
}

/*------------------------------------------*/
/*------------------------------------------*/
.main {
  padding: 3rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .main {
    padding-bottom: 7rem;
  }
}
.main .main__head {
  position: relative;
}
@media screen and (max-width: 767px) {
  .main .main__head._absolute h1 {
    padding: 0 5rem;
  }
  .main .main__head._absolute .back-link {
    position: absolute;
    top: -2px;
    left: 0;
  }
}
.main .main__head .entry-content {
  max-width: 112rem;
  margin: 0 auto;
}
.main .main__head .entry-content p:last-child {
  margin-bottom: 0;
}

.title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.transport {
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .transport {
    padding-top: 2rem;
  }
}
.transport .transport__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 3rem;
  margin: 0 -2rem;
}
@media screen and (max-width: 767px) {
  .transport .transport__list {
    margin: 0 -5px;
    row-gap: 10px;
  }
}
.transport .transport__item {
  display: block;
  border-radius: 2.5rem;
  background: #fff;
  box-shadow: 0 26px 44px 0 rgba(66, 75, 84, 0.07);
  padding: 2rem;
  font-weight: 600;
  font-size: 2.2rem;
  width: calc(28% - 4rem);
  margin: 0 2rem;
}
@media screen and (max-width: 1200px) {
  .transport .transport__item {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .transport .transport__item {
    width: calc(45% - 10px);
    margin: 0 5px;
    padding-right: 1.5rem;
    font-size: 14px;
  }
}
@media (hover: hover) {
  .transport .transport__item:hover {
    color: #0981D9;
  }
  .transport .transport__item:hover .icon-next {
    transform: rotate(0);
  }
}
.transport .transport__item:nth-child(1) {
  order: 1;
}
.transport .transport__item:nth-child(2) {
  order: 2;
  width: calc(44% - 4rem);
}
@media screen and (max-width: 767px) {
  .transport .transport__item:nth-child(2) {
    width: calc(55% - 10px);
  }
}
.transport .transport__item:nth-child(3) {
  order: 3;
}
.transport .transport__item:nth-child(4) {
  order: 4;
  width: calc(44% - 4rem);
}
@media screen and (max-width: 767px) {
  .transport .transport__item:nth-child(4) {
    width: calc(55% - 10px);
    order: 2;
  }
}
.transport .transport__item:nth-child(5) {
  order: 5;
}
@media screen and (max-width: 767px) {
  .transport .transport__item:nth-child(5) {
    width: calc(50% - 10px);
  }
}
.transport .transport__item:nth-child(6) {
  order: 6;
}
@media screen and (max-width: 767px) {
  .transport .transport__item:nth-child(6) {
    width: calc(50% - 10px);
  }
}
.transport .transport__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-left: 1rem;
}
@media screen and (max-width: 1200px) {
  .transport .transport__title {
    padding-left: 0;
  }
}
.transport .transport__title .icon-next {
  width: 4.5rem;
  height: 4.5rem;
  background: #EAEFF5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0981D9;
  font-size: 2rem;
  border-radius: 50%;
  transform: rotate(-45deg);
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .transport .transport__title .icon-next {
    width: 3rem;
    height: 3rem;
    font-size: 1.6rem;
  }
}
.transport .transport__figure {
  height: 20rem;
}
@media screen and (max-width: 1200px) {
  .transport .transport__figure {
    height: 13rem;
  }
}
.transport .transport__figure img {
  object-fit: contain;
}

.locations,
.events {
  padding-top: 12rem;
}
@media screen and (max-width: 1200px) {
  .locations,
  .events {
    padding-top: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .locations,
  .events {
    padding-top: 7rem;
  }
}

.events-swiper {
  padding: 4rem 0;
  margin: -4rem 0;
}
@media screen and (max-width: 1200px) {
  .events-swiper {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.events-swiper .swiper-slide {
  display: flex;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .events-swiper .swiper-slide {
    width: 270px;
  }
}
@media screen and (max-width: 767px) {
  .events-swiper .swiper-slide {
    width: 220px;
  }
}
.events-swiper .swiper-slide .post {
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .events-swiper .swiper-wrapper {
    transform: none !important;
  }
}

.publications {
  padding: 12rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .publications {
    padding: 7rem 0 0;
  }
}
.publications.paged-2 {
  padding-top: 4rem !important;
}

.design-code {
  padding-top: 17rem;
}
@media screen and (max-width: 1200px) {
  .design-code {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .design-code {
    padding-top: 5rem;
  }
}
.design-code .design-code__content {
  border-radius: 4rem;
  background: linear-gradient(87deg, #8298C7 -0.71%, #2045A4 97.28%);
  position: relative;
  color: #fff;
  padding: 4.5rem 7rem;
  z-index: 20;
}
@media screen and (max-width: 1200px) {
  .design-code .design-code__content {
    padding: 3rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .design-code .design-code__content {
    overflow: hidden;
    padding: 3rem;
  }
}
.design-code .design-code__figure {
  width: 60rem;
  position: absolute;
  right: 4rem;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .design-code .design-code__figure {
    width: 53rem;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .design-code .design-code__figure {
    position: relative;
    width: auto;
    margin: -5rem -3rem -3rem;
    z-index: -1;
  }
}
.design-code .design-code__figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0 0 4rem 0;
}
@media screen and (max-width: 767px) {
  .design-code .design-code__figure img {
    border-radius: 0;
  }
}
.design-code .title-32 {
  margin-bottom: 1.5rem;
}
.design-code p {
  max-width: 47rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 1200px) {
  .design-code p {
    max-width: 270px;
  }
}
@media screen and (max-width: 767px) {
  .design-code p {
    margin-bottom: 3rem;
    max-width: inherit;
  }
}

.location-map {
  background: #fff;
  border: 1px solid #EAEFF5;
  border-radius: 2.5rem;
  padding: 2rem;
  margin-bottom: 3.5rem;
}
.location-map .location-map__init {
  height: 60rem;
  border-radius: 1.8rem;
}
@media screen and (max-width: 767px) {
  .location-map .location-map__init {
    height: 450px;
  }
}

.location-on-map {
  background: #fff;
  border-radius: 2.5rem;
  padding: 1.6rem;
  margin-bottom: 2.5rem;
}
.location-on-map p {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.location-on-map .location-on-map__init {
  height: 30rem;
  border-radius: 1.8rem;
}

.single-location .single-post__row {
  flex-direction: row-reverse;
}
@media screen and (min-width: 1201px) {
  .single-location .single-post__row .single-post__nav {
    margin-right: 0;
    margin-left: 3rem;
    width: 34rem;
  }
  .single-location .single-post__row .single-post__main {
    width: calc(100% - 37rem);
  }
}
.single-location .post-content__content > *:last-child {
  margin-bottom: 0;
}

.single-location-head {
  position: relative;
  z-index: 20;
  margin-bottom: 4rem;
  color: #fff;
  font-size: 1.8rem;
  margin-top: -3rem;
}
.single-location-head .content {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 26rem);
  padding-top: 3rem;
  padding-bottom: 4.4rem;
  height: 350px;
}
@media screen and (max-width: 767px) {
  .single-location-head .content {
    min-height: calc(100vh - 35rem);
  }
}
.single-location-head .thumb {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.single-location-head .thumb:after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 26.89%), linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 20;
}
.single-location-head .breadcrumbs {
  color: inherit;
}
.single-location-head .single-location-head__content {
  margin-top: auto;
}
.single-location-head .single-location-head__content .title {
  margin-bottom: 1rem;
}

.event .event__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.event .event__thumb {
  width: 44%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .event .event__thumb {
    width: 100%;
  }
}
.event .event__thumb .thumb {
  padding-bottom: 140%;
  border-radius: 2.5rem;
}
.event .event__content {
  width: 52%;
}
@media screen and (max-width: 1000px) {
  .event .event__content {
    width: 100%;
    padding-top: 4rem;
  }
}
.event .post-category {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.event .post-category .post-category__item {
  color: #0981D9;
}
.event .event__location {
  border-radius: 2.5rem;
  background: #FFF;
  margin-bottom: 5rem;
  padding: 2.5rem 2.5rem 2.5rem 7rem;
  position: relative;
  font-size: 1.8rem;
}
@media screen and (max-width: 1000px) {
  .event .event__location {
    margin-bottom: 3rem;
  }
}
.event .event__location .icon-address {
  color: #0981D9;
  position: absolute;
  font-size: 4rem;
  left: 1.7rem;
  top: 2.2rem;
}
.event .event__head {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 1.4rem;
  margin-bottom: 3.5rem;
  align-items: flex-start;
}
.event .event__head .title {
  margin: 0;
  width: 100px;
  flex-grow: 1;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .event .event__head .title {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.event .event__date {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: lowercase;
}
.event .event__price {
  display: flex;
  align-items: center;
  border-radius: 2.5rem;
  background: #FFF;
  font-weight: 600;
  font-size: 2rem;
  padding: 3rem 3.5rem;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .event .event__price {
    width: 100%;
    justify-content: space-between;
  }
}

.header {
  position: relative;
  z-index: 900;
  border-bottom: 1px solid #C8D3DF;
  background: #EAEFF5;
  color: #2C2D32;
}
@media screen and (max-width: 1200px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
  }
}
.header .header__content {
  position: relative;
}
.header .header__top {
  padding: 3rem 0 4rem;
}
@media screen and (max-width: 1200px) {
  .header .header__top {
    padding: 0;
    position: relative;
  }
}
.header .header__top .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .header .header__top .content {
    height: 10rem;
  }
}
.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;
    transform: none;
  }
}
.header .header__nav-toggle {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header .header__nav-toggle {
    display: block;
  }
}
.header .header__line {
  padding-top: 4rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .header .header__line {
    padding-top: 0;
    border-bottom: 1px solid #C8D3DF;
    z-index: 920;
    background: #EAEFF5;
  }
}
.header .header__line .content {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .header .header__line .content {
    height: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .header .header__line .content {
    gap: 5px;
    height: 6rem;
  }
}
.header .header__exchange {
  margin-right: auto;
}
.header .header__search {
  margin-right: 1rem;
}
@media screen and (max-width: 1200px) {
  .header .header__search {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header .header__light .btn {
    text-align: center;
    font-size: 12px;
    padding: 0 7px;
    width: 100px;
    height: 55px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .header .social {
    gap: 3px;
  }
  .header .social li a {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
}

.air-alert {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .air-alert {
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .air-alert {
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 12px;
    gap: 4px;
  }
}
.air-alert strong {
  font-weight: 600;
}
.air-alert .air-alert__txt {
  max-width: 21rem;
}
@media screen and (max-width: 1200px) {
  .air-alert .air-alert__txt {
    max-width: 14rem;
  }
}
@media screen and (max-width: 767px) {
  .air-alert .air-alert__txt {
    max-width: 17rem;
  }
}
@media screen and (max-width: 1200px) {
  .air-alert .air-alert__txt span {
    display: none;
  }
}
@media (hover: hover) {
  .air-alert .air-alert__txt a:hover {
    color: #0981D9;
  }
}
.air-alert .air-alert__label {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 100px;
  background: #FFF;
  padding: 0 2.2rem;
  height: 4rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
  color: #16824C;
}
@media screen and (max-width: 1200px) {
  .air-alert .air-alert__label {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .air-alert .air-alert__label {
    padding: 0 10px;
    gap: 5px;
  }
}
.air-alert .air-alert__label:before {
  background: #16824C;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .air-alert .air-alert__label:before {
    width: 10px;
    height: 10px;
  }
}
.air-alert.active .air-alert__label {
  color: #EC2D2D;
}
.air-alert.active .air-alert__label:before {
  background: #EC2D2D;
}

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

.header-date {
  border-radius: 100px;
  background: #FFF;
  box-shadow: 0 0.4rem 1.5rem 0 rgba(66, 75, 84, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 0 2.2rem;
  height: 4.5rem;
}
@media screen and (max-width: 1200px) {
  .header-date {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .header-date {
    font-size: 12px;
    height: 25px;
    padding: 0 7px;
  }
}

.exchange-rate .exchange-rate__list {
  display: flex;
  gap: 1.2rem;
  position: relative;
}
.exchange-rate .exchange-rate__list li {
  border-radius: 100px;
  background: #FFF;
  box-shadow: 0 0.4rem 1.5rem 0 rgba(66, 75, 84, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.2rem;
  height: 4.5rem;
  gap: 5px;
}
@media screen and (max-width: 1200px) {
  .exchange-rate .exchange-rate__list li {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .exchange-rate .exchange-rate__list li {
    font-size: 12px;
    height: 25px;
    padding: 0 6px;
  }
}
.exchange-rate .exchange-rate__list li span {
  font-weight: 600;
  color: #0981D9;
}
.exchange-rate .exchange-rate__list li .icon-down-t {
  display: none;
  font-size: 7px;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .exchange-rate .exchange-rate__list li .icon-down-t {
    display: block;
  }
}
.exchange-rate .exchange-rate__list ul {
  display: flex;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .exchange-rate .exchange-rate__list ul {
    box-shadow: 0 15px 15px 0 rgba(66, 75, 84, 0.1);
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    flex-direction: column;
    gap: 0;
    background: #fff;
    border-radius: 0 0 10px 10px;
    visibility: hidden;
    opacity: 0;
  }
  .exchange-rate .exchange-rate__list ul li {
    box-shadow: none;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .exchange-rate:hover .exchange-rate__list > li {
    border-radius: 10px 10px 0 0;
  }
  .exchange-rate:hover .exchange-rate__list > li .icon-down-t {
    transform: scale(1, -1);
    margin-bottom: 0;
  }
  .exchange-rate:hover .exchange-rate__list ul {
    visibility: visible;
    opacity: 1;
  }
}

.top-menu {
  width: 100%;
}
.top-menu > ul {
  display: flex;
  justify-content: center;
  gap: 8rem;
}
@media screen and (max-width: 1200px) {
  .top-menu > ul {
    flex-direction: column;
    font-size: 1.8rem;
    margin: 0;
    gap: 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: 30px;
  }
}
.top-menu > ul > li:hover > a {
  color: #0981D9;
}
@media screen and (min-width: 1200px) {
  .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.current-menu-ancestor > a, .top-menu > ul li.current-menu-item > a {
  color: #0981D9;
}
.top-menu > ul li a {
  display: flex;
  align-items: center;
  transition: background 0.3s, color 0.3s;
  gap: 6px;
  height: 6rem;
  position: relative;
  z-index: 10;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .top-menu > ul li a {
    padding: 0;
    height: auto;
    font-size: 22px;
    justify-content: space-between;
  }
}
.top-menu > ul li .show-sub-menu {
  font-size: 1em;
  transition: transform 0.2s;
  color: #0981D9;
}
@media screen and (max-width: 1200px) {
  .top-menu > ul li .show-sub-menu {
    transform: rotate(-90deg);
  }
}
.top-menu > ul li .show-sub-menu.active {
  transform: scale(1, -1);
}
@media screen and (max-width: 1200px) {
  .top-menu > ul li .show-sub-menu.active {
    transform: rotate(0);
  }
}
@media screen and (min-width: 1200px) {
  .top-menu > ul li {
    /*
    &:nth-last-child(1),
    &:nth-last-child(2){
      .sub-menu{
        left: auto;
        right: 0;
      }
    }

     */
  }
}
.top-menu > ul .sub-menu {
  position: absolute;
  top: calc(100% + 1px);
  background: #fff;
  white-space: nowrap;
  z-index: 700;
  visibility: hidden;
  opacity: 0;
  transition: 0.1s;
  left: 0;
  width: fit-content;
  padding: 2rem 2rem;
  min-width: 17rem;
  border-radius: 2rem;
  box-shadow: 0 4px 15px 0 rgba(66, 75, 84, 0.1);
}
.top-menu > ul .sub-menu li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.top-menu > ul .sub-menu li a {
  padding: 0;
  height: auto;
  font-size: 1.6rem;
  font-weight: normal;
}
@media (hover: hover) {
  .top-menu > ul .sub-menu li a:hover {
    color: #0981D9;
  }
}
@media screen and (max-width: 1200px) {
  .top-menu > ul .sub-menu li a {
    font-size: 18px;
  }
}
@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 1.5rem 0;
    display: none;
  }
}

.header .header__nav {
  border-top: 1px solid #C8D3DF;
}
@media screen and (max-width: 1200px) {
  .header .header__nav {
    position: fixed;
    top: 8rem;
    right: 0;
    z-index: 900;
    width: 42rem;
    padding: 3rem 15px;
    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: #FFF;
  }
  .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;
  }
}
@media screen and (max-width: 767px) {
  .header .header__nav {
    width: 100%;
    top: 6rem;
  }
}
.menu-burger {
  width: 4rem;
  height: 2.7rem;
  position: relative;
  transform: scale(0.8);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .menu-burger {
    transform: scale(0.65);
  }
}
.menu-burger:after {
  position: absolute;
  z-index: -1;
  background: #0981D9;
  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: #0981D9;
  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 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;
}

.footer {
  background: #061831;
  color: #fff;
}
.footer .footer__content {
  padding: 6.5rem 0 9rem;
}
@media screen and (max-width: 767px) {
  .footer .footer__content {
    padding: 4rem 0 0;
  }
}
.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;
  }
}
@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;
  }
}
.footer .footer__nav {
  flex-grow: 1;
  max-width: 90rem;
  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% - 1.5rem);
    order: 1;
  }
  .footer .footer__nav .footer-nav._main {
    width: 100%;
    order: 2;
  }
  .footer .footer__nav .footer-nav._main ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer .footer__nav .footer-nav._main ul li {
    width: calc(50% - 1.5rem);
  }
}
.footer .footer__logo {
  width: 100%;
}
.footer .footer__logo .logo {
  margin: 0 auto 6rem;
  width: 16rem;
}
.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: 5rem -15px 0;
    border-top: 1px solid #32404D;
    padding: 3rem 0;
  }
}
.footer .footer__title {
  font-weight: 600;
  margin-bottom: 2.2rem;
}

@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: 1em;
  background: #2E496D;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  color: #fff;
}
@media (hover: hover) {
  .footer-contacts .footer-contacts__item a:hover {
    color: #0981D9;
  }
}

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

.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: #EAEFF5;
  z-index: 910;
  height: 14rem;
  display: flex;
  align-items: center;
  transition: transform ease 0.3s;
  transform: translateY(-100%);
}
.search-form.active {
  transition: transform ease 0.3s;
  transform: translateY(0);
}
.search-form .search {
  width: 100%;
}
.search-form .search input {
  font-size: 14px;
  height: 40px;
}

.navigation-bg {
  position: fixed;
  z-index: 890;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 24, 49, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  backdrop-filter: blur(10px);
}
.navigation-bg.active {
  visibility: visible;
  opacity: 1;
}

.search {
  position: relative;
  width: 27rem;
}
.search input {
  height: 4.5rem;
  font-size: 1.4rem;
  padding-right: 4rem;
}
.search button {
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  background: 0;
  padding: 0;
  border: 0;
  font-size: 1.8rem;
  appearance: none;
  cursor: pointer;
  transition: 0.3s;
  color: #2C2D32;
}
@media (hover: hover) {
  .search button:hover {
    color: #0981D9;
  }
}

.social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.social li a {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1);
  background: #fff;
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  transition: 0.3s;
  color: #021A3B;
}
.social li a.icon-x {
  padding-left: 0.3rem;
}
@media (hover: hover) {
  .social li a:hover {
    color: #0981D9;
  }
}
@media screen and (min-width: 1201px) {
  .social li.social__search {
    display: none;
  }
}
.social._author {
  gap: 3rem;
}
.social._author li a {
  width: 5rem;
  height: 5rem;
  border-radius: 1rem;
  background: #0981D9;
  box-shadow: none;
  color: #fff;
  font-size: 2.4rem;
}
@media (hover: hover) {
  .social._author li a:hover {
    background: rgb(7.9845132743, 114.4446902655, 192.5154867257);
  }
}

.author-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
}
@media screen and (max-width: 1200px) {
  .author-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .author-list {
    row-gap: 4rem;
    column-gap: 2rem;
  }
}
@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__thumb {
  display: block;
  width: 100%;
  margin: 0 auto 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .author-item .author-item__thumb {
    margin-bottom: 3rem;
  }
}
.author-item .author-item__thumb img {
  transition: transform 0.6s;
}
.author-item .author-item__thumb .thumb {
  display: block;
  padding-bottom: 100%;
  border-radius: 4rem;
}
.author-item .social {
  margin-top: auto;
  padding-top: 2.5rem;
}
.author-item .author-item__name {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.1;
}
@media (hover: hover) {
  .author-item .author-item__name:hover {
    color: #0981D9;
  }
}
.author-item .author-item__desc {
  margin-top: 2rem;
  line-height: 1.5;
  font-size: 1.8rem;
}
@media (hover: hover) {
  .author-item:hover a.thumb img {
    transform: scale(1.02);
  }
}
.author-item._single {
  margin-bottom: 6rem;
}
@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 {
  gap: 1rem;
  padding-top: 2rem;
  border-top: 1px solid #C8D3DF;
}
@media screen and (max-width: 767px) {
  .author-item._single .social {
    gap: 3rem;
    border-top: 0;
    margin-bottom: 3rem;
    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;
    display: flex;
    flex-direction: column;
  }
}
@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;
  }
}
.author-item._single .author-item__body .title-32 {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .author-item._single .author-item__body {
    flex-direction: column-reverse;
    display: flex;
  }
  .author-item._single .author-item__body .title-32 {
    order: 1;
  }
}

.about {
  padding-top: 12rem;
}
@media screen and (max-width: 1200px) {
  .about {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 1200px) {
  .about {
    padding-top: 5rem;
  }
}
.about .about__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.4rem;
  row-gap: 5.5rem;
  padding-top: 1rem;
}
@media screen and (max-width: 1200px) {
  .about .about__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .about .about__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.about-item {
  display: flex;
  padding-left: 4rem;
  font-size: 1.8rem;
  color: #2C2D32;
  line-height: 1.5;
}
.about-item .about-item__content {
  display: flex;
  flex-direction: column;
  border-radius: 2.5rem;
  background: #fff;
  box-shadow: 0 26px 44px 0 rgba(66, 75, 84, 0.07);
  padding: 3rem 3.5rem;
  position: relative;
}
.about-item .about-item__figure {
  position: absolute;
  top: -1rem;
  left: -4rem;
}
.about-item .about-item__figure .thumb {
  width: 20rem;
  height: 16rem;
  border-radius: 50%;
  transform: rotate(9.4deg);
}
.about-item .about-item__figure:after {
  position: absolute;
  inset: 0;
  background: url(../images/ellipse.svg) center no-repeat;
  background-size: contain;
  z-index: 20;
}
.about-item .about-item__title {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.2;
  min-height: 10rem;
  padding-left: 17rem;
  margin-bottom: 4rem;
  color: #021A3B;
}
@media screen and (max-width: 1200px) {
  .about-item .about-item__title {
    padding-left: 15rem;
    font-size: 2.4rem;
  }
}
.about-item .about-item__desc {
  margin-bottom: 2.5rem;
}
.about-item .about-item__txt {
  margin-top: auto;
  font-weight: 700;
  color: #0981D9;
}

.authors {
  padding: 12rem 0 2rem;
}
@media screen and (max-width: 1200px) {
  .authors {
    padding: 6rem 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .authors {
    padding: 5rem 0;
  }
}
.authors .entry-content {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  .authors .entry-content {
    margin-bottom: 3rem;
  }
}
.authors .entry-content p {
  margin: 0;
}

.about-txt {
  padding-top: 12rem;
}
@media screen and (max-width: 1200px) {
  .about-txt {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 1200px) {
  .about-txt {
    padding-top: 5rem;
  }
}
.about-txt .content {
  display: flex;
  gap: 10rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .about-txt .content {
    gap: 2rem;
  }
}
.about-txt .about-txt__1 {
  width: 25rem;
  font-size: 2rem;
  font-weight: 700;
  color: #0981D9;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .about-txt .about-txt__1 {
    padding-left: 0;
    width: 22rem;
  }
}
.about-txt .about-txt__2 {
  width: 100px;
  flex-grow: 1;
  font-weight: normal;
  color: #2C2D32;
  margin: 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .about-txt .about-txt__2 {
    width: 100%;
    font-size: 22px;
  }
}

.single-post {
  position: relative;
  z-index: 50;
}
.single-post .single-post__row {
  display: flex;
  flex-wrap: wrap;
}
.single-post .single-post__nav {
  width: 28rem;
  margin-right: 3rem;
}
@media screen and (max-width: 1200px) {
  .single-post .single-post__nav {
    width: 100%;
    margin: 0;
  }
  .single-post .single-post__nav #ez-toc-container {
    display: none !important;
  }
}
.single-post .single-post__main {
  width: calc(100% - 31rem);
  flex-grow: 1;
}
@media screen and (max-width: 1200px) {
  .single-post .single-post__main {
    width: 100%;
  }
}
.single-post .single-post__similar {
  padding-top: 12rem;
}
@media screen and (max-width: 1200px) {
  .single-post .single-post__similar {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .single-post .single-post__similar {
    padding-top: 3rem;
  }
}
.single-post .author-item {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .single-post .author-item {
    text-align: center;
  }
  .single-post .author-item .entry-content {
    text-align: center;
  }
  .single-post .author-item .social {
    padding-top: 0.5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .single-post .author-item .author-item__thumb {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
.single-post .author-item .author-item__thumb .thumb {
  border-radius: 2.6rem;
}

.post-head {
  padding-bottom: 3rem;
}
.post-head .post-head__thumb {
  width: 100%;
}
.post-head .post-head__thumb .thumb {
  padding-bottom: 66%;
}
.post-head .title {
  margin-bottom: 2rem;
  width: 100%;
}
.post-head .post-head__row {
  display: flex;
  align-items: center;
  margin-bottom: 2.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 #C8D3DF;
  padding-top: 3.5rem;
  padding-bottom: 6rem;
  margin-top: 3.5rem;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .post-footer {
    padding-bottom: 4rem;
  }
}

.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: #0981D9;
  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: #0981D9;
  }
}

.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%;
  }
}
@media screen and (max-width: 767px) {
  .share-btn {
    gap: 1.6rem;
  }
}
.share-btn a {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  background: #FFF;
  transition: background-color 0.3s, color 0.3s;
  width: 10rem;
  font-size: 1.8rem;
  font-weight: 600;
  box-shadow: 0 26px 44px 0 rgba(66, 75, 84, 0.07);
  border-radius: 5.4rem;
}
@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: 1.8rem;
  width: 5.5rem;
  height: 5.5rem;
  display: grid;
  place-items: center;
  border-right: 1px solid #C8D3DF;
  transition: 0.3s;
  padding-left: 0.5rem;
}
.share-btn a:hover [class^=icon-],
.share-btn a:hover [class*=" icon-"] {
  border-color: rgba(255, 255, 255, 0.2);
}
.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: 0;
  box-shadow: 0 26px 44px 0 rgba(66, 75, 84, 0.07);
  background: #FFF;
  padding: 0 0 2rem 0;
  margin: 0;
  display: block !important;
  border-radius: 2.5rem;
  font-weight: 600;
}
.single-post__nav .ez-toc-title {
  text-transform: none;
  color: inherit !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 0;
}
.single-post__nav ul {
  display: block !important;
}
.single-post__nav .ez-toc-list li a {
  display: block !important;
  padding: 0.7rem 2rem 0.7rem 3.5rem;
  line-height: 1.5;
  color: #021A3B !important;
  text-decoration: none !important;
  transition: color 0.3s;
  margin-bottom: 2px;
  position: relative;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
}
.single-post__nav .ez-toc-list li a:before {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #0981D9;
  position: absolute;
  left: 1.8rem;
  top: 1.3rem;
}
@media (hover: hover) {
  .single-post__nav .ez-toc-list li a:hover {
    color: #0981D9 !important;
  }
}
.single-post__nav .ez-toc-list li a.is-active {
  color: #0981D9 !important;
}
.single-post__nav .ez-toc-list li ul {
  margin: 0 !important;
}
.single-post__nav .ez-toc-list li ul li a {
  padding-left: 5.5rem;
}
.single-post__nav .ez-toc-list li ul li a:before {
  left: 3.5rem;
  top: 1.6rem;
}

.entry-content #ez-toc-container {
  width: 100%;
  display: block;
  border: 0;
  padding: 2rem;
  border-radius: 2.5rem;
  background: #FFF !important;
  box-shadow: 0 26px 44px 0 rgba(66, 75, 84, 0.07);
}
.entry-content #ez-toc-container .ez-toc-title-container {
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 2.5rem;
  text-transform: none;
}
.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: #021A3B !important;
  text-decoration: none;
  font-weight: 600;
  display: block;
  position: relative;
  padding-left: 2rem;
}
.entry-content #ez-toc-container .ez-toc-list li a:before {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #0981D9;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
@media (hover: hover) {
  .entry-content #ez-toc-container .ez-toc-list li a:hover {
    color: #0981D9 !important;
  }
}
.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: 0.5em;
}
.entry-content #ez-toc-container .ez-toc-list > li ul {
  margin-top: 1rem;
  padding-bottom: 0.7rem;
}
.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);
  }
}
.post-faq > div {
  border-radius: 2.6rem;
  background: #fff;
  box-shadow: 0 26px 44px 0 rgba(66, 75, 84, 0.07);
  margin-bottom: 1.5rem;
}
.post-faq > div.active h3:after {
  transform: translateY(-50%) rotate(90deg);
}
.post-faq > div h3 {
  font-weight: 600;
  font-size: 2rem;
  margin: 0;
  padding: 2.5rem 10rem 2.5rem 3.5rem;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  -webkit-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767px) {
  .post-faq > div h3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2.5rem;
    padding-right: 8rem;
  }
}
@media (hover: hover) {
  .post-faq > div h3:hover {
    color: #0981D9;
  }
}
.post-faq > div h3:after, .post-faq > div h3:before {
  position: absolute;
  background: #0981D9;
  transition: 0.3s;
  top: 50%;
  transform: translateY(-50%);
}
.post-faq > div h3:before {
  width: 2.4rem;
  height: 1px;
  right: 3rem;
}
.post-faq > div h3:after {
  height: 2.4rem;
  width: 1px;
  right: 4.2rem;
}
.post-faq > div .faq-answer {
  padding: 0 10rem 2.5rem 3.5rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .post-faq > div .faq-answer {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.post-faq > div .faq-answer p {
  margin: 0;
}

.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: #fff;
}

.mobile-progress {
  display: block;
  z-index: 890;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: all 1s;
  line-height: 1;
}
.mobile-progress .mobile-progress-value,
.mobile-progress .mobile-progress-substrate {
  height: 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}
.mobile-progress .mobile-progress-wrapper {
  position: relative;
}
.mobile-progress .mobile-progress-substrate {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #021A3B;
  width: 100%;
  color: #fff;
  z-index: 5;
}
.mobile-progress .mobile-progress-value {
  top: 0;
  left: 0;
  position: absolute;
  background-color: #0981D9;
  color: #fff;
  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;
  line-height: 1;
}

.leaflet-container {
  font-family: inherit !important;
}

.leaflet-pane .leaflet-popup-content-wrapper, .leaflet-pane .leaflet-popup-tip {
  color: #021A3B;
  padding: 6px 20px 6px 6px;
  font-size: 16px;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .leaflet-pane .leaflet-popup-content-wrapper, .leaflet-pane .leaflet-popup-tip {
    font-size: 14px;
  }
}
.leaflet-pane .leaflet-popup-content-wrapper .leaflet-popup-content, .leaflet-pane .leaflet-popup-tip .leaflet-popup-content {
  margin: 0;
}
.leaflet-pane .leaflet-popup-content-wrapper .leaflet-popup-content p, .leaflet-pane .leaflet-popup-tip .leaflet-popup-content p {
  margin: 0;
}
.leaflet-pane .leaflet-popup-tip-container {
  display: none;
}

.location-pop {
  display: flex;
  gap: 10px;
}
.location-pop .location-pop__thumb {
  width: 135px;
  min-width: 135px;
  border-radius: 12px 0 0 12px;
  min-height: 90px;
}
@media screen and (max-width: 767px) {
  .location-pop .location-pop__thumb {
    width: 90px;
    min-width: 90px;
  }
}
.location-pop .location-pop__txt {
  align-self: center;
}
@media screen and (max-width: 767px) {
  .location-pop .location-pop__txt {
    max-width: 160px;
  }
}
.location-pop .location-pop__txt p {
  font-size: 0.9em;
  color: #2C2D32;
  padding-top: 4px;
}
.location-pop a {
  color: inherit !important;
}
@media (hover: hover) {
  .location-pop a:hover {
    color: #0981D9 !important;
  }
}

.transport-number {
  color: #2C2D32;
  border-radius: 4rem;
  background: #fff;
  padding: 4rem 3rem;
}
@media screen and (max-width: 767px) {
  .transport-number {
    padding: 3rem 2rem;
    border-radius: 2.5rem;
  }
}
.transport-number .transport-number__empty {
  font-size: 1.8rem;
  display: none;
  padding: 1rem 2rem;
}
@media screen and (max-width: 767px) {
  .transport-number .transport-number__empty {
    padding: 1rem;
  }
}
.transport-number .transport-number__list {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(7, fit-content(100%));
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .transport-number .transport-number__list {
    grid-template-columns: repeat(5, fit-content(100%));
  }
}
.transport-number .transport-number__list .btn {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.8rem;
  transition: 0.3s;
  padding: 1rem 2rem;
  border-radius: 5rem;
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  .transport-number .transport-number__list .btn {
    padding: 1rem 1rem;
  }
}
@media (hover: hover) {
  .transport-number .transport-number__list .btn:hover {
    background: #0981D9;
    color: #fff;
  }
}

.transport-filter {
  margin-bottom: 2.5rem;
}
.transport-filter .transport-filter__number {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  align-items: center;
}
.transport-filter a {
  display: flex;
  align-items: center;
  height: 4rem;
  box-shadow: 0 4px 15px 0 rgba(66, 75, 84, 0.1);
  background: #fff;
  border-radius: 4rem;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 0 2.7rem;
  -webkit-user-select: none;
          user-select: none;
}
.transport-filter a.active {
  color: #0981D9;
}
@media (hover: hover) {
  .transport-filter a:hover {
    color: #0981D9;
  }
}
.transport-filter .transport-filter__search {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: #2C2D32;
  flex-grow: 1;
}
.transport-filter .transport-filter__search input {
  flex-grow: 1;
  height: 4rem;
  font-size: 1.4rem;
}

.tram-schedule,
.transport-faq {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .tram-schedule,
  .transport-faq {
    padding-top: 4rem;
  }
}

.tram-schedule-wrapper {
  border-radius: 2.5rem;
  background: #FFF;
  position: relative;
  z-index: 50;
  display: none;
  overflow: hidden;
}
.tram-schedule-wrapper.active {
  display: block;
}
.tram-schedule-wrapper .tram-schedule-wrapper__row {
  padding: 2.5rem 2.5rem;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .tram-schedule-wrapper .tram-schedule-wrapper__row .btn {
    flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  .tram-schedule-wrapper .tram-schedule-wrapper__row .btn {
    width: 100%;
  }
}

.tram-schedule-tub {
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .tram-schedule-tub {
    gap: 0;
  }
}
.tram-schedule-tub li {
  display: flex;
}
.tram-schedule-tub li a {
  width: 100%;
  position: relative;
  z-index: 20;
  font-size: 1.8rem;
  padding: 1.5rem 2.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .tram-schedule-tub li a {
    padding: 1.5rem 2rem;
  }
}
.tram-schedule-tub li a:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: -3rem;
  background: #fff;
  z-index: -1;
  border-radius: 2rem;
  opacity: 0;
  transform: translateY(1rem);
}
.tram-schedule-tub li a .tram-schedule-tub__label {
  font-weight: 600;
  margin-bottom: 0.6rem;
  display: block;
}
.tram-schedule-tub li a .tram-schedule-tub__route {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .tram-schedule-tub li a .tram-schedule-tub__route {
    flex-direction: column;
    align-items: flex-start;
  }
}
.tram-schedule-tub li a .tram-schedule-tub__route .icon-next {
  color: #0981D9;
}
@media screen and (max-width: 767px) {
  .tram-schedule-tub li a .tram-schedule-tub__route .icon-next {
    transform: rotate(90deg);
  }
}
@media (hover: hover) {
  .tram-schedule-tub li a:not(.active):hover {
    color: #0981D9;
  }
}
.tram-schedule-tub li a.active:after {
  transform: translateY(0);
  opacity: 1;
}

.tram-schedule-table {
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .tram-schedule-table {
    max-height: 60vh;
  }
}
.tram-schedule-table table {
  border-collapse: collapse;
  font-size: 1.8rem;
  text-align: center;
  color: #2C2D32;
  width: 100%;
}
.tram-schedule-table table thead th, .tram-schedule-table table thead td {
  background: #F2F8FF;
  border-right: 1px solid #DCE1E7;
  font-weight: 600;
  padding: 2rem 1.5rem;
}
.tram-schedule-table table thead th:last-child, .tram-schedule-table table thead td:last-child {
  border-right: 0;
}
@media screen and (max-width: 1200px) {
  .tram-schedule-table table thead th, .tram-schedule-table table thead td {
    vertical-align: bottom;
    position: sticky;
    top: 0;
    z-index: 5;
  }
  .tram-schedule-table table thead th div, .tram-schedule-table table thead td div {
    max-height: 130px;
    display: inline-block;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    text-align: left;
  }
}
.tram-schedule-table table tbody tr td {
  border-right: 1px solid #DCE1E7;
  padding: 1.3rem 1.5rem;
}
.tram-schedule-table table tbody tr td:last-child {
  border-right: 0;
}
.tram-schedule-table table tbody tr:hover td {
  background: rgba(9, 129, 217, 0.1);
}

.router-number {
  text-align: center;
  margin-bottom: 1.5rem;
}
.router-number span {
  border-radius: 100px;
  background: #FFF;
  box-shadow: 0 4px 15px 0 rgba(66, 75, 84, 0.1);
  display: inline-grid;
  place-items: center;
  color: #0981D9;
  font-weight: 700;
  font-size: 4.6rem;
  padding: 0 2.7rem;
  height: 8.3rem;
}
@media screen and (max-width: 767px) {
  .router-number span {
    font-size: 4rem;
    height: 7rem;
  }
}

.router-name {
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 2rem;
  gap: 0.8rem;
  padding: 1.5rem 0 4.5rem;
}
.router-name .icon-next {
  color: #0981D9;
}
@media screen and (max-width: 767px) {
  .router-name {
    padding-bottom: 3rem;
  }
}

.transport-single {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.transport-single .transport-single__left {
  width: 32%;
}
@media screen and (max-width: 1200px) {
  .transport-single .transport-single__left {
    width: 100%;
  }
}
.transport-single .transport-single__right {
  width: calc(68% - 2.5rem);
}
@media screen and (max-width: 1200px) {
  .transport-single .transport-single__right {
    width: 100%;
  }
}
.transport-single .entry-content > *:last-child {
  margin-bottom: 0;
}
.transport-single .transport-single__mob-2 .section {
  margin-bottom: 0;
  margin-top: 4rem;
}

.section {
  border: 1px solid #EAEFF5;
  border-radius: 2.5rem;
  background: #fff;
  margin-bottom: 2.5rem;
}
.section .section__title {
  border-bottom: 1px solid #DCE1E7;
  font-weight: 600;
  text-align: center;
  padding: 2rem 0;
  margin: 0 2rem;
  font-size: 2rem;
}
.section .section__title.bb-0 {
  border-bottom: 0;
}
.section .section__content {
  padding: 2rem;
}
.section .section__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .section .section__btn {
    gap: 1.5rem;
  }
}
.section .section__btn .btn {
  width: 100px;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .section .section__btn .btn {
    width: 100%;
  }
}

.route-map {
  height: 60rem;
  background: rgba(220, 225, 231, 0.5);
  position: relative;
}
.route-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0 !important;
}
@media screen and (max-width: 1200px) {
  .route-map {
    height: 400px;
  }
}

.time-route {
  display: flex;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2.4rem;
}
.time-route .time-route__item {
  width: 50%;
}
.time-route .time-route__item:first-child {
  border-right: 1px solid #DCE1E7;
}
.time-route .time-route__item p {
  margin: 0.3rem 0;
}

.route-info .route-info__item {
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
  align-items: center;
}
.route-info .route-info__item:not(:last-child) {
  border-bottom: 1px solid #DCE1E7;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.route-info .route-info__item > span {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.poper-question {
  display: inline-grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  background: #0981D9;
  color: #fff;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
}

.route-contacts .route-contacts__item {
  position: relative;
  padding-left: 3rem;
  font-size: 1.8rem;
}
.route-contacts .route-contacts__item:not(:last-child) {
  margin-bottom: 2rem;
}
.route-contacts .route-contacts__item [class^=icon-],
.route-contacts .route-contacts__item [class*=" icon-"] {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2rem;
  color: #0981D9;
}
@media (hover: hover) {
  .route-contacts .route-contacts__item a:hover {
    color: #0981D9;
  }
}

.stop-tubs {
  margin-top: -2rem;
  border-bottom: 1px solid #DCE1E7;
  margin-bottom: 1.5rem;
  display: flex;
}
.stop-tubs li {
  width: 50%;
}
.stop-tubs li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.6rem;
  padding: 2rem;
  font-size: 1.8rem;
  transition: 0.3s;
}
.stop-tubs li a .stop-tubs__label {
  font-weight: 600;
}
.stop-tubs li a .stop-tubs__route {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
}
.stop-tubs li a .stop-tubs__route .icon-next {
  transform: rotate(90deg);
  color: #0981D9;
}
.stop-tubs li a.active {
  background: #F2F8FF;
}
@media (hover: hover) {
  .stop-tubs li a:not(.active):hover {
    color: #0981D9;
  }
}

.stop-more {
  border-top: 1px solid #DCE1E7;
  padding-top: 2rem;
}

.stop-list {
  padding-bottom: 2rem;
}
.stop-list table {
  width: 100%;
  font-size: 1.8rem;
}
.stop-list table td {
  padding: 1.2rem 1rem;
}
.stop-list table td:not(:first-child) {
  width: 8rem;
  text-align: center;
}
.stop-list table td:first-child {
  padding-left: 0;
}
.stop-list table td:last-child {
  padding-right: 0;
}

.stop-select-time {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.stop-select-time .stop-select-time__current {
  box-shadow: 0 4px 15px 0 rgba(66, 75, 84, 0.1);
  height: 4.5rem;
  border-radius: 4.5rem;
  border: 0;
  font-size: 1.8rem;
  font-weight: 600;
  color: #0981D9;
  padding: 0 2.7rem;
  display: grid;
  place-items: center;
}