:root {
  --bg-color: #FFF;
  --text-color: #000;
  --link-color: #F01414;
  --text-size: 16px;
}

:root {
  --bg-color: #FFF;
  --text-color: #000;
  --link-color: #F01414;
  --text-size: 16px;
}

* {
  outline: none;
  padding: 0;
  margin: 0;
  font-family: "TTFirsNeue";
}

body {
  font-display: auto;
  line-height: 1.2;
  font-weight: 300;
  font-display: swap;
  overflow-x: hidden;
}

body.js-stop_scroll {
  overflow: hidden;
  height: 100%;
}

input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: gray;
  opacity: 1;
  /* Firefox */
}

input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: gray;
  opacity: 1;
  /* Firefox */
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: gray;
}

input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: gray;
}

::-moz-selection {
  background: #f2e9a0;
}

::selection {
  background: #f2e9a0;
}

::-moz-selection {
  background: #f2e9a0;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  border-width: 1px 1px 1px 2px;
  border-color: #F01414;
  background-color: #F01414;
}

h1, h2, h3, h4 {
  /*color: @color-a;*/
  font-weight: bold;
  padding: 0;
  margin: 0;
  line-height: 1;
}

a:link,
a:visited {
  color: var(--text-color);
  text-decoration: none;
  border-bottom: none;
  transition: all 0.1s ease;
}

img {
  max-width: 100%;
  height: auto;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1360px;
  padding: 0 40px;
}

.container-alt {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 0 20px;
}

.js-noselect {
  user-select: none;
  /* supported by Chrome and Opera */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
}

@font-face {
  font-family: "TTFirsNeue";
  src: url("../fonts/TTFirsNeue-Regular.ttf") format("truetype"), url("../fonts/TTFirsNeue-Regular.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTFirsNeue";
  src: url("../fonts/TTFirsNeue-Medium.ttf") format("truetype"), url("../fonts/TTFirsNeue-Medium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTFirsNeue";
  src: url("../fonts/TTFirsNeue-DemiBold.ttf") format("truetype"), url("../fonts/TTFirsNeue-DemiBold.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.--blink:hover {
  animation: animation 0.6s 1 linear;
}

@keyframes animation {
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.hidden {
  display: none;
}

.alert {
  padding: 30px;
  text-align: center;
  background: #eaeaea;
  margin: 30px;
}

body {
  background: var(--bg-color);
  color: var(--text-color);
  font-size: var(--text-size);
  scroll-behaviour: smooth;
  font-family: "TTFirsNeue";
  font-weight: 400;
}
body.-inv {
  filter: invert(1);
}
body.-m {
  font-size: 16px;
}
body.-l {
  font-size: 20px;
  line-height: 20px;
}
body.-xl {
  font-size: 24px;
  line-height: 24px;
}
body.-xxl {
  font-size: 26px;
  line-height: 26px;
}

header {
  transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  box-shadow: none;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-style: solid;
  border-color: var(--bg-color);
  border-width: 0;
  border-bottom-width: thin;
  background: var(--bg-color);
  color: #2D3843;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}
header a.-vision:link, header a.-vision:visited {
  display: block;
  width: 30px;
  height: 20px;
  line-height: 1;
  margin-left: 20px;
  transition: all 0.2s ease-in;
  z-index: 1;
}
header a.-vision:link::before, header a.-vision:visited::before {
  -webkit-mask-image: url("../img/eye.svg");
          mask-image: url("../img/eye.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background: var(--text-color);
  display: inline-block;
  content: "";
  width: 30px;
  height: 20px;
  z-index: -2;
}
header a.-vision:link:hover::before, header a.-vision:visited:hover::before {
  background: var(--link-color);
  -webkit-mask-size: 90% auto;
          mask-size: 90% auto;
}
header.-hide {
  background: rgba(255, 255, 255, 0.2);
  border: none;
}
header.-hide .container > div nav a:link, header.-hide .container > div nav a:visited {
  color: #FFF;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
header .container .-logo {
  max-width: 200px;
}
header .container > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .container > div nav a:link, header .container > div nav a:visited {
  padding: 5px;
  font-size: 1.2em;
  margin: 0 5px;
}
header .container > div nav a:link.-act, header .container > div nav a:visited.-act {
  color: var(--link-color);
  text-decoration: underline;
}
header .container > div nav a:link.js-close, header .container > div nav a:visited.js-close {
  display: none;
}
header .container > div .-soc {
  padding: 0 0 0 30px;
}
header .container > div .-soc a:link, header .container > div .-soc a:visited {
  margin: 0;
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
header .container > div .-soc a:link:first-child, header .container > div .-soc a:visited:first-child {
  background-image: url("../img/facebook.svg");
}
header .container > div .-soc a:link:nth-child(2), header .container > div .-soc a:visited:nth-child(2) {
  margin: 0 5px;
  background-image: url("../img/instagram.svg");
}
header .container > div .-soc a:link:nth-child(3), header .container > div .-soc a:visited:nth-child(3) {
  background-image: url("../img/yt.svg");
}
header .container .navXs, header .container a.js-bars {
  display: none;
}
header .container.-full {
  max-width: none;
}
header .-lang {
  margin: 0 0 0 20px;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}
footer img.-logo {
  width: 120px;
}
footer .-soc {
  padding: 20px 0;
}
footer .-soc a:link, footer .-soc a:visited {
  margin: 0;
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
footer .-soc a:link:first-child, footer .-soc a:visited:first-child {
  background-image: url("../img/facebook.svg");
}
footer .-soc a:link:nth-child(2), footer .-soc a:visited:nth-child(2) {
  margin: 0 5px;
  background-image: url("../img/instagram.svg");
}
footer .-soc a:link:nth-child(3), footer .-soc a:visited:nth-child(3) {
  background-image: url("../img/yt.svg");
}
footer.hidden {
  display: none;
}

main {
  padding-top: 90px;
  min-height: 90vh;
}

.pageHome .pageHome__bnr {
  margin-bottom: 60px;
  background-image: url("../img/main.png");
  background-position: bottom left;
  -webkit-background-size: auto 100%;
  background-repeat: no-repeat;
}
.pageHome .pageHome__bnr .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.pageHome .pageHome__bnr .container > div.-logoH img {
  opacity: 0;
}
.pageHome .pageHome__bnr .container > div.-scrollList {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  max-width: 1000px;
}
.pageHome .pageHome__bnr .container > div.-scrollList .-ls {
  min-width: 220px;
  padding: 0;
  margin: 0 20px;
  overflow: hidden;
  line-height: 1;
  text-align: center;
}
.pageHome .pageHome__bnr .container > div.-scrollList .-ls a:link, .pageHome .pageHome__bnr .container > div.-scrollList .-ls a:visited {
  display: block;
  margin: 5px;
  color: #858585;
  transition: all 0.05s ease-in;
  font-size: 1em;
}
.pageHome .pageHome__bnr .container > div.-scrollList .-ls a:link.act2, .pageHome .pageHome__bnr .container > div.-scrollList .-ls a:visited.act2 {
  font-size: 1.1em;
  display: block;
  color: #646464;
  transition: all 0.05s ease-in;
}
.pageHome .pageHome__bnr .container > div.-scrollList .-ls a:link.act, .pageHome .pageHome__bnr .container > div.-scrollList .-ls a:visited.act {
  font-size: 1.4em;
  display: block;
  color: var(--link-color);
  transition: all 0.2s ease;
}
.pageHome .pageHome__bnr .container > div.-scrollList .-ls a:link.hidden, .pageHome .pageHome__bnr .container > div.-scrollList .-ls a:visited.hidden {
  display: none;
}
.pageHome .pageHome__bnr .container > div.-scrollList strong {
  font-size: 1.2em;
}
.pageHome .pageHome__bnr .container > div.-scrollList a.-go:link, .pageHome .pageHome__bnr .container > div.-scrollList a.-go:visited {
  display: block;
  content: "";
  background-image: url("../img/arrow_right_w.svg");
  background-color: var(--link-color);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 40%;
  border-radius: 50%;
  padding: 20px;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 59, 0.75);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
.pageHome .pageHome__bnr .container > div.-xs {
  display: none;
}
.pageHome .pageHome__bnr .container > div.-logo {
  max-width: 300px;
  text-align: right;
  padding: 0 50px;
}
.pageHome .pageHome__bnr .container > div.-logo img {
  width: 100%;
  max-width: 140px;
}
.pageHome svg {
  fill: red;
}
.pageHome .pageHome__popular {
  margin: 40px 0;
}
.pageHome .pageHome__popular h1 {
  margin: 0 0 20px 0;
  font-size: 1.4em;
  text-align: center;
}
.pageHome .pageHome__popular .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pageHome .pageHome__popular .container img.-map {
  width: calc(50% - 30px);
}
.pageHome .pageHome__popular .container > div {
  width: 50%;
}
.pageHome .pageHome__popular .container > div .accordion {
  margin: 50px;
  font-weight: 300;
}
.pageHome .pageHome__popular .container > div .accordion dt, .pageHome .pageHome__popular .container > div .accordion dd {
  padding: 10px;
  border-bottom: 0;
}
.pageHome .pageHome__popular .container > div .accordion dt.act a, .pageHome .pageHome__popular .container > div .accordion dd.act a {
  background-image: url("../img/arrow_down.svg");
  background-size: 16px 16px;
}
.pageHome .pageHome__popular .container > div .accordion dt a, .pageHome .pageHome__popular .container > div .accordion dd a {
  display: block;
  color: var(--text-color);
  font-size: 1.2em;
  border-bottom: 1px solid #d0d0d0;
  padding: 10px 0 10px 25px;
  background-image: url("../img/arrow_right.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: left center;
}
.pageHome .pageHome__popular .container > div .accordion dt a:hover, .pageHome .pageHome__popular .container > div .accordion dd a:hover {
  color: var(--link-color);
}
.pageHome .pageHome__popular .container > div .accordion dd {
  border-top: 0;
  line-height: 1.5;
}
.pageHome .pageHome__popular .container > div .accordion dd:last-of-type {
  position: relative;
  top: -1px;
}
.pageHome .pageHome__popular .container > div .accordion dd p {
  line-height: 1.5;
}
.pageHome .pageHome__popular .container > div .accordion dd p a.-more {
  margin: 10px 0 0 0;
  padding: 5px 20px 5px 0;
  display: inline-block;
  border: none;
  font-size: 1em;
  color: var(--text-color);
  background-image: url("../img/arrow_right.svg");
  background-position: center right;
  background-size: 10px;
  background-repeat: no-repeat;
}
.pageHome .pageHome__popular .container > div .accordion dd p a.-more:hover {
  color: var(--link-color);
}
.pageHome .pageHome__3d {
  margin: 40px 0;
}
.pageHome .pageHome__3d h2 {
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 1.4em;
}
.pageHome .pageHome__3d .pageHome__3dList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pageHome .pageHome__3d .pageHome__3dList a:link, .pageHome .pageHome__3d .pageHome__3dList a:visited {
  padding: 10px;
  text-align: left;
  position: relative;
  color: var(--text-color);
}
.pageHome .pageHome__3d .pageHome__3dList a:link img, .pageHome .pageHome__3d .pageHome__3dList a:visited img {
  width: 70%;
}
.pageHome .pageHome__3d .pageHome__3dList a:link b, .pageHome .pageHome__3d .pageHome__3dList a:visited b {
  position: absolute;
  left: 55%;
  top: 70%;
}
.pageHome .pageHome__3d .pageHome__3dList a:link:last-child img, .pageHome .pageHome__3d .pageHome__3dList a:visited:last-child img {
  opacity: 0.2;
}
.pageHome .pageHome__3d .pageHome__3dList a:link:last-child b, .pageHome .pageHome__3d .pageHome__3dList a:visited:last-child b {
  left: 0;
  right: 30%;
  top: calc(50% - 10px);
  text-align: center;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageHome .pageHome__3d .pageHome__3dList a:link:last-child b span, .pageHome .pageHome__3d .pageHome__3dList a:visited:last-child b span {
  display: inline-block;
  content: "";
  width: 15px;
  height: 25px;
  margin-left: 10px;
  background-image: url("../img/arrow_right.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.pageHome .pageHome__3d .pageHome__3dList a:link, .pageHome .pageHome__3d .pageHome__3dList a:visited {
  width: calc(25% - 20px);
}
.pageHome .pageHome__events {
  margin: 40px 0;
}
.pageHome .pageHome__events h3 {
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 1.4em;
}
.pageHome .pageHome__partners {
  margin: 40px 0;
}
.pageHome .pageHome__partners h3 {
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 1.4em;
}
.pageHome .pageHome__partners .pageHome__partnersList .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageHome .pageHome__partners .pageHome__partnersList a {
  padding: 20px;
}

.pageEvents {
  margin: 20px auto 30px;
}
.pageEvents h3 {
  font-size: 2em;
  text-align: center;
  margin: 50px 0 30px 0;
  display: flex;
  justify-content: center;
}
.pageEvents h3:before, .pageEvents h3:after {
  width: 100px;
  height: 30px;
  display: block;
  content: "";
  background-image: url("../img/event_left.svg");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin: 0 40px 0 0;
}
.pageEvents h3:after {
  background-image: url("../img/event_right.svg");
  margin: 0 0 0 40px;
}
.pageEvents .pageEvents__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap;
}
.pageEvents .pageEvents__list .item {
  width: calc(33% - 6vw);
  padding: 10px 3vw;
}
.pageEvents .pageEvents__list .item picture {
  display: block;
  transition: all 0.5s ease-in-out;
  width: 100%;
  overflow: hidden;
  margin: 0 auto 20px 0;
}
.pageEvents .pageEvents__list .item picture img {
  width: 100%;
  height: 100%;
  max-width: unset;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.pageEvents .pageEvents__list .item strong {
  font-size: 1.2em;
  display: block;
  padding: 10px 40px 10px 0;
  background-image: url("../img/arrow_right.svg");
  background-position: center right;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
.pageEvents .pageEvents__top {
  display: flex;
  justify-content: space-between;
}
.pageEvents .pageEvents__top > div:first-child {
  flex: 4 6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.pageEvents .pageEvents__top > div:first-child a.-archive:hover {
  color: var(--link-color);
}
.pageEvents .pageEvents__top > div:first-child .pageEvents__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pageEvents .pageEvents__top > div:first-child .pageEvents__list .item {
  width: calc(33% - 2vw);
  padding: 10px 0;
}
.pageEvents .pageEvents__top > div:nth-child(2) {
  flex: 2 6;
}
.pageEvents .pageEvents__top > div:nth-child(2) h2 {
  text-align: center;
}
.pageEvents .pageEvents__top h1, .pageEvents .pageEvents__top h2 {
  font-size: 1.2em;
  margin: 10px 0;
}
.pageEvents .pageEvents__one {
  display: flex;
  justify-content: space-between;
}
.pageEvents .pageEvents__one > div:first-child {
  padding-right: 50px;
  width: calc(40% - 50px);
  font-weight: 200;
}
.pageEvents .pageEvents__one > div:first-child img {
  padding: 10px 0;
}
.pageEvents .pageEvents__one > div:nth-child(2) {
  width: 60%;
}
.pageEvents .pageEvents__one > div:nth-child(2) a:link.-shareIt, .pageEvents .pageEvents__one > div:nth-child(2) a:visited.-shareIt {
  padding: 10px 0;
  text-decoration: underline;
}
.pageEvents .pageEvents__one > div:nth-child(2) a:link.-shareIt:hover, .pageEvents .pageEvents__one > div:nth-child(2) a:visited.-shareIt:hover {
  color: var(--link-color);
}
.pageEvents .pageEvents__one > div:nth-child(2) h1 {
  font-size: 2em;
  padding: 20px 0;
}
.pageEvents .pageEvents__one > div:nth-child(2) .-info {
  margin: 20px 0;
  font-size: 1.2em;
  line-height: 1.4;
}
.pageEvents .pageEvents__one > div:nth-child(2) .-info p {
  padding: 10px 0;
}
.pageEvents button.pageEvents__btn-back {
  display: block;
  background-image: url("../img/arrow_left.svg");
  background-position: center left;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px 0 5px 40px;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 500;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.pageEvents button.pageEvents__btn-back:hover {
  color: var(--link-color);
}
.pageEvents .js-calendar {
  padding: 10px 0 0 20px;
}
.pageEvents .js-calendar div.header {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pageEvents .js-calendar div.header span {
  display: flex;
  justify-content: flex-end;
}
.pageEvents .js-calendar div.header span a:link, .pageEvents .js-calendar div.header span a:visited {
  display: block;
  padding: 5px 10px;
  font-weight: bold;
}
.pageEvents .js-calendar div.header span a:link:hover, .pageEvents .js-calendar div.header span a:visited:hover {
  background: var(--link-color);
  color: #FFF;
}
.pageEvents .js-calendar table {
  width: 100%;
  padding: 20px;
}
.pageEvents .js-calendar table tr th {
  color: gray;
  padding-bottom: 10px;
}
.pageEvents .js-calendar table tr td {
  text-align: center;
  font-size: 0.8em;
}
.pageEvents .js-calendar table tr td.-today {
  background: #dcdcdc;
}
.pageEvents .js-calendar table tr td a {
  margin: auto;
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f2e9a0;
}
.pageEvents .js-calendar table tr td a:hover, .pageEvents .js-calendar table tr td a.selected {
  background: var(--link-color);
  color: #FFF;
}
.pageEvents .js-calendar table tr td span {
  margin: auto;
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}

.pageTour3d__frame {
  width: 100vw;
  height: 100vh;
  margin-top: 0px;
  z-index: 2;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

button.pageTour3d__frame-back {
  display: block;
  content: "";
  position: fixed;
  z-index: 99;
  left: 25px;
  top: 100px;
  width: 5em;
  height: 5em;
  background-image: url("../img/arrow_left.svg");
  background-position: center center;
  background-size: 30%;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
button.pageTour3d__frame-back:hover {
  background-size: 50%;
  background-color: rgba(255, 255, 255, 0.8);
}

.pageTour3d {
  margin-top: 40px;
}
.pageTour3d h1 {
  text-align: center;
  margin-bottom: 30px;
}
.pageTour3d .pageTour3d__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pageTour3d .pageTour3d__list a:link, .pageTour3d .pageTour3d__list a:visited {
  width: calc(33% - 20px);
  padding: 0 10px 30px 10px;
  text-align: center;
}
.pageTour3d .pageTour3d__list a:link picture, .pageTour3d .pageTour3d__list a:visited picture {
  display: block;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 0 auto 20px 0;
}
.pageTour3d .pageTour3d__list a:link picture img, .pageTour3d .pageTour3d__list a:visited picture img {
  width: 100%;
  height: 100%;
  max-width: unset;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 80px;
}
.pageTour3d .pageTour3d__list a:link b, .pageTour3d .pageTour3d__list a:visited b {
  display: block;
  padding: 0 20px;
  margin: 0 20px;
  background-image: url("../img/arrow_right.svg");
  background-position: center right;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

#root {
  opacity: 0;
}
#root.available {
  opacity: 1;
}

#loader-uk {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: white;
  background-image: url("../img/anime-en.gif");
  background-position: center center;
  background-size: 220px auto;
  background-repeat: no-repeat;
}
#loader-uk.hidden {
  display: none;
}

#loader-en {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: white;
  background-image: url("../img/anime-en.gif");
  background-position: center center;
  background-size: 160px auto;
  background-repeat: no-repeat;
}
#loader-en.hidden {
  display: none;
}

.pagePlaces {
  width: 100vw;
  height: calc(100vh - 90px);
  margin-top: 90px;
  z-index: 2;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
}
.pagePlaces .info {
  width: 50%;
  background: var(--bg-color);
  overflow-y: auto;
}
.pagePlaces .info h2 {
  padding: 20px 30px;
  font-size: 1.4em;
}
.pagePlaces .info h1 {
  padding: 20px 30px;
  font-size: 1.4em;
}
.pagePlaces .info > .breadcrumbs {
  padding: 20px 20px 0 20px;
  color: #b4b4b4;
}
.pagePlaces .info > .breadcrumbs a:link, .pagePlaces .info > .breadcrumbs a:visited {
  margin: 0 10px;
}
.pagePlaces .info > .breadcrumbs a:link:hover, .pagePlaces .info > .breadcrumbs a:visited:hover {
  color: var(--link-color);
}
.pagePlaces .info .pagePlaces__list {
  padding: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.pagePlaces .info .pagePlaces__list .item {
  width: calc(50% - 20px);
  display: block;
  padding: 10px 0;
  margin-bottom: 10px;
  font-weight: 200;
  font-size: 0.9em;
}
.pagePlaces .info .pagePlaces__list .item img {
  display: block;
  margin: 0 auto 20px 0;
}
.pagePlaces .info .pagePlaces__list .item strong {
  font-weight: 400;
  font-size: 1.2em;
  padding: 10px 0;
  display: block;
}
.pagePlaces .info .pagePlaces__list .item a:link, .pagePlaces .info .pagePlaces__list .item a:visited {
  display: block;
  font-weight: 200;
  font-size: 0.9em;
}
.pagePlaces .info .pagePlaces__list .route {
  width: calc(50% - 20px);
  display: block;
  padding: 0;
  border: 1px solid #e0e0e0;
  margin-bottom: 30px;
}
.pagePlaces .info .pagePlaces__list .route a:link, .pagePlaces .info .pagePlaces__list .route a:visited {
  width: 100%;
  padding: 0;
}
.pagePlaces .info .pagePlaces__list .route a:link img, .pagePlaces .info .pagePlaces__list .route a:visited img {
  display: block;
  margin: 0 auto 20px 0;
}
.pagePlaces .info .pagePlaces__list .route a:link strong, .pagePlaces .info .pagePlaces__list .route a:visited strong {
  text-align: center;
  display: block;
}
.pagePlaces .info .pagePlaces__list .route .header {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.pagePlaces .info .pagePlaces__list .route .header div {
  width: calc(33% - 20px);
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pagePlaces .info .pagePlaces__list .route .header div img {
  height: 45px;
  margin: auto;
  padding-bottom: 10px;
  display: block;
}
.pagePlaces .info .pagePlaces__list .route .header div b {
  font-size: 1.2em;
  font-weight: normal;
}
.pagePlaces .info .pagePlaces__one {
  padding: 20px 0;
}
.pagePlaces .info .pagePlaces__one .breadcrumbs {
  padding: 0 20px;
  color: #b4b4b4;
}
.pagePlaces .info .pagePlaces__one .breadcrumbs a:link, .pagePlaces .info .pagePlaces__one .breadcrumbs a:visited {
  margin: 0 10px;
}
.pagePlaces .info .pagePlaces__one .breadcrumbs a:link:hover, .pagePlaces .info .pagePlaces__one .breadcrumbs a:visited:hover {
  color: var(--link-color);
}
.pagePlaces .info .pagePlaces__one h2 {
  padding: 10px 30px;
  font-weight: 300;
}
.pagePlaces .info .pagePlaces__one .thumb {
  position: relative;
}
.pagePlaces .info .pagePlaces__one .thumb a.-back {
  display: block;
  content: "";
  position: absolute;
  z-index: 999;
  margin: 30px 0 0 30px;
  width: 2em;
  height: 2em;
  background-image: url("../img/arrow_left.svg");
  background-position: center center;
  background-size: 50%;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.pagePlaces .info .pagePlaces__one .thumb a.-back:hover {
  background-size: 60%;
  background-color: rgba(255, 255, 255, 0.8);
}
.pagePlaces .info .pagePlaces__one .thumb img.-img {
  display: block;
  width: 100%;
  padding: 10px 0;
}
.pagePlaces .info .pagePlaces__one .head {
  padding: 10px 30px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagePlaces .info .pagePlaces__one .head h1 {
  font-weight: 300;
  padding: 10px 0;
}
.pagePlaces .info .pagePlaces__one .head a:link, .pagePlaces .info .pagePlaces__one .head a:visited {
  color: #656565;
}
.pagePlaces .info .pagePlaces__one .head a:link.tour3d, .pagePlaces .info .pagePlaces__one .head a:visited.tour3d {
  background-position: top center;
  background-size: 90%;
  background-repeat: no-repeat;
  background-image: url("../img/3d.svg");
  padding: 50px 0 0 0;
  width: 50px;
  height: 60px;
}
.pagePlaces .info .pagePlaces__one .head a:link:hover, .pagePlaces .info .pagePlaces__one .head a:visited:hover {
  text-decoration: underline;
}
.pagePlaces .info .pagePlaces__one .contact {
  background: var(--bg-color);
  display: flex;
  padding: 20px 30px;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}
.pagePlaces .info .pagePlaces__one .contact a:link, .pagePlaces .info .pagePlaces__one .contact a:visited {
  padding: 10px 10px 10px 40px;
  background-position: center left;
  background-size: 25px;
  background-repeat: no-repeat;
  width: calc(50% - 50px);
}
.pagePlaces .info .pagePlaces__one .contact a:link:hover, .pagePlaces .info .pagePlaces__one .contact a:visited:hover {
  color: var(--link-color);
}
.pagePlaces .info .pagePlaces__one .contact a:link.-phone, .pagePlaces .info .pagePlaces__one .contact a:visited.-phone {
  background-image: url("../img/phone.svg");
}
.pagePlaces .info .pagePlaces__one .contact a:link.-site, .pagePlaces .info .pagePlaces__one .contact a:visited.-site {
  background-image: url("../img/web.svg");
}
.pagePlaces .info .pagePlaces__one .inform {
  padding: 20px 30px 0 30px;
  line-height: 1.4;
  font-weight: 200;
}
.pagePlaces .info .pagePlaces__one .inform h3 {
  padding-bottom: 15px;
  font-weight: 300;
}
.pagePlaces .info .pagePlaces__one .inform p {
  padding-bottom: 20px;
}
.pagePlaces .info .pagePlaces__form {
  padding: 10px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.pagePlaces .info .pagePlaces__form select {
  width: calc(33% - 20px);
  padding: 10px;
  font-size: 1.2em;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  background-color: var(--bg-color);
  background-image: url("../img/arrow_right.svg");
  background-position: center right;
  background-size: 15px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.pagePlaces .info .pagePlaces__form select option {
  display: block;
  text-align: center;
}
.pagePlaces .info .pagePlaces__form .tags {
  width: 100%;
  margin: 10px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}
.pagePlaces .info .pagePlaces__form .tags a:link, .pagePlaces .info .pagePlaces__form .tags a:visited {
  padding: 5px 20px 5px 10px;
  color: #656565;
  background-image: url("../img/closeRed.svg");
  background-position: center right 5px;
  background-size: 10px;
  background-repeat: no-repeat;
  margin: 0 5px 5px 0;
  background-color: #f6f6f6;
}
.pagePlaces .info .pagePlaces__form .tags a:link:hover, .pagePlaces .info .pagePlaces__form .tags a:visited:hover {
  background-color: #f2e9a0;
  color: var(--text--color);
}
.pagePlaces .info .pagePlaces__form .tags a:link:last-child, .pagePlaces .info .pagePlaces__form .tags a:visited:last-child {
  background: none;
  padding: 5px 10px;
  color: var(--text--color);
}
.pagePlaces .map {
  width: 50%;
  background-color: var(--bg-color);
  background-image: url("../img/anime-en.gif");
  background-position: center center;
  background-size: 220px auto;
  background-repeat: no-repeat;
}

.pageWaybill .map {
  width: 70%;
  background-color: var(--bg-color);
  background-image: url("../img/anime-en.gif");
  background-position: center center;
  background-size: 220px auto;
  background-repeat: no-repeat;
}
.pageWaybill .info {
  width: 30%;
}
.pageWaybill .info .pageWaybill_info {
  padding: 20px;
}
.pageWaybill .info .pageWaybill_info h1 {
  padding: 20px 0px;
  font-size: 1.4em;
}
.pageWaybill .info .pageWaybill_info h2 {
  font-size: 1.2rem;
  padding: 10px 0;
}
.pageWaybill .info .pageWaybill_info h2 a:link, .pageWaybill .info .pageWaybill_info h2 a:visited {
  background-position: center left;
  background-size: 15px;
  background-repeat: no-repeat;
  background-image: url("../img/arrow_left.svg");
  padding: 10px 30px;
}
.pageWaybill .info .pageWaybill_info .header {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.pageWaybill .info .pageWaybill_info .header div {
  width: calc(25% - 20px);
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pageWaybill .info .pageWaybill_info .header div > img {
  margin-bottom: 10px;
  width: 34px;
  height: 34px;
}
.pageWaybill .info .pageWaybill_info .header div > a span {
  width: 34px;
  height: 34px;
  padding: 15px;
  display: block;
  content: "";
  background-image: url("../img/arrow_right_w.svg");
  background-color: var(--link-color);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 40%;
  border-radius: 50%;
  animation: pulse 2s infinite;
  margin-bottom: 10px;
}
.pageWaybill .info .pageWaybill_info .header div > a span:hover {
  color: var(--link-color);
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 59, 0.75);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
.pageWaybill .info .pageWaybill_info .header div b {
  font-size: 1.2em;
  font-weight: normal;
}
.pageWaybill .info .pageWaybill_info p {
  line-height: 1.5;
}
.pageWaybill .info .pageWaybill_info strong {
  display: block;
  margin-bottom: 10px;
}
.pageWaybill .info .pageWaybill_list {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.pageWaybill .info .pageWaybill_list .item {
  display: flex;
  align-items: stretch;
}
.pageWaybill .info .pageWaybill_list .item > div:first-child {
  width: 80%;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
}
.pageWaybill .info .pageWaybill_list .item > div:first-child p {
  padding: 20px;
}
.pageWaybill .info .pageWaybill_list .item > div:first-child p strong {
  display: block;
  padding: 10px 0;
}
.pageWaybill .info .pageWaybill_list .item > div:last-child {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.pageWaybill .info .pageWaybill_list .item > div:last-child span {
  background: var(--link-color);
  color: var(--bg-color);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.pageWaybill .info .pageWaybill_list .item > div:last-child span::before {
  display: block;
  width: 0;
  height: 35%;
  border-left: 4px dotted #e0e0e0;
  margin: 20px auto;
  content: "";
  position: absolute;
  top: -10px;
}
.pageWaybill .info .pageWaybill_list .item > div:last-child span::after {
  display: block;
  width: 0;
  height: 30%;
  border-left: 4px dotted #e0e0e0;
  margin: 10px auto;
  content: "";
  position: absolute;
  bottom: 20px;
}
.pageWaybill .info .pageWaybill_list .item > div:last-child b {
  display: block;
  text-align: center;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0;
  margin: 0 auto 0 auto;
}
.pageWaybill .info .pageWaybill_list .item:first-child > div:last-child span::before {
  display: none;
}
.pageWaybill .info .pageWaybill_list .item:last-child > div:last-child b, .pageWaybill .info .pageWaybill_list .item:last-child > div:last-child b:before {
  display: none;
}

.pageError {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 30vh;
  text-align: center;
  width: 100%;
  line-height: 1.6;
}
.pageError h1, .pageError h3 {
  padding: 10px 0;
}
.pageError a:link, .pageError a:visited {
  padding: 10px 0;
  display: block;
}
.pageError a:link:hover, .pageError a:visited:hover {
  color: var(--link-color);
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
.owl-carousel .owl-stage .owl-item img {
  width: auto;
  margin: auto;
}

.gm-style .gm-style-iw-c {
  border-radius: 0;
  padding: 0;
}

.gm-style-iw-d {
  overflow: hidden !important;
}

.mapTip {
  width: 320px;
  line-height: 1.2;
}
.mapTip div {
  padding: 10px 20px 20px 20px;
  font-size: 1.2em;
}
.mapTip div a:link, .mapTip div a:visited {
  color: #656565;
  font-weight: 300;
  font-size: 0.8em;
}
.mapTip div a:link:hover, .mapTip div a:visited:hover {
  text-decoration: underline;
}
.mapTip div h3 {
  font-size: 1.3em;
  padding: 20px 0;
  font-weight: 400;
  line-height: 1.2;
}
.mapTip img {
  width: 100%;
}

.pageInfo {
  margin: 20px 0;
}
.pageInfo .breadcrumbs {
  margin: 10px 0 30px -10px;
  display: block;
  color: #b4b4b4;
}
.pageInfo .breadcrumbs a:link, .pageInfo .breadcrumbs a:visited {
  margin: 0 10px;
}
.pageInfo .breadcrumbs a:link:hover, .pageInfo .breadcrumbs a:visited:hover {
  color: var(--link-color);
}
.pageInfo .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.pageInfo .container .menu {
  flex: 2 6;
  padding: 0 50px 0 0;
}
.pageInfo .container .menu a:link, .pageInfo .container .menu a:visited {
  display: block;
  padding: 10px 40px 10px 0;
  font-size: 1.2em;
  background-position: center right;
  background-size: 15px;
  background-repeat: no-repeat;
  background-image: url("../img/arrow_right.svg");
}
.pageInfo .container .menu a:link:hover, .pageInfo .container .menu a:link.act, .pageInfo .container .menu a:visited:hover, .pageInfo .container .menu a:visited.act {
  color: var(--link-color);
}
.pageInfo .container .content {
  flex: 6 2;
}
.pageInfo .container .content .pageInfo__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-wrap: wrap;
}
.pageInfo .container .content .pageInfo__list.pageInfo__video .item {
  width: calc(50% - 40px);
  margin: 0 20px 40px;
  position: relative;
}
.pageInfo .container .content .pageInfo__list.pageInfo__video .item img {
  width: 100%;
  display: block;
}
.pageInfo .container .content .pageInfo__list.pageInfo__video .item span {
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.47);
  color: #FFF;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease-in-out;
}
.pageInfo .container .content .pageInfo__list.pageInfo__video .item:hover span {
  opacity: 1;
}
.pageInfo .container .content .pageInfo__list .item {
  width: calc(50% - 8vw);
  margin: 10px 4vw 4vw 10px;
}
.pageInfo .container .content .pageInfo__list .item picture {
  display: block;
  transition: all 0.5s ease-in-out;
  width: 100%;
  overflow: hidden;
  margin: 0 auto 20px 0;
}
.pageInfo .container .content .pageInfo__list .item picture img {
  width: 100%;
  height: 100%;
  max-width: unset;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.pageInfo .container .content .pageInfo__list .item strong {
  font-size: 1.2em;
  display: block;
  padding: 10px 40px 10px 0;
  background-image: url("../img/arrow_right.svg");
  background-position: center right;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
.pageInfo .container .content .pageInfo__reports {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}
.pageInfo .container .content .pageInfo__reports a:link, .pageInfo .container .content .pageInfo__reports a:visited {
  width: calc(40% - 40px);
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 40px 10px 0;
  font-size: 1.2em;
  background-position: center right 20px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-image: url("../img/arrow_right.svg");
}
.pageInfo .container .content .pageInfo__reports a:link:hover, .pageInfo .container .content .pageInfo__reports a:link.act, .pageInfo .container .content .pageInfo__reports a:visited:hover, .pageInfo .container .content .pageInfo__reports a:visited.act {
  color: var(--link-color);
}
.pageInfo .container .content .pageInfo__content {
  font-size: 1.2em;
  line-height: 1.4;
  font-weight: 200;
}
.pageInfo .container .content .pageInfo__content img {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 160px;
}
.pageInfo .container .content .pageInfo__content .small {
  font-size: 0.9em;
}
.pageInfo .container .content .pageInfo__content p {
  padding: 10px 0;
}
.pageInfo .container .content .pageInfo__content .row {
  margin: 30px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.pageInfo .container .content .pageInfo__content .row div {
  flex: 3 6;
}
.pageInfo .container .content .pageInfo__content .row div a:link, .pageInfo .container .content .pageInfo__content .row div a:visited {
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 40px 10px 0;
  font-size: 1.1em;
  background-position: center right 10px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-image: url("../img/arrow_right.svg");
}
.pageInfo .container .content .pageInfo__content .row div a:link:hover, .pageInfo .container .content .pageInfo__content .row div a:link.act, .pageInfo .container .content .pageInfo__content .row div a:visited:hover, .pageInfo .container .content .pageInfo__content .row div a:visited.act {
  color: var(--link-color);
}
.pageInfo .container .content .pageInfo__content form strong {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.pageInfo .container .content .pageInfo__content form input {
  width: 260px;
  padding: 10px;
  border: none;
  border-bottom: 1px solid var(--link-color);
  margin: 10px 10px 10px 0;
  font-size: 0.8em;
}
.pageInfo .container .content .pageInfo__content form textarea {
  display: block;
  width: 90%;
  padding: 10px;
  border: none;
  border-bottom: 1px solid var(--link-color);
  margin: 10px 10px 10px 0;
  font-size: 0.8em;
}
.pageInfo .container .content .pageInfo__content form button {
  width: 260px;
  padding: 10px;
  background: var(--bg-color);
  border: 1px solid var(--link-color);
  margin: 10px 10px 10px 0;
  font-size: 0.8em;
  cursor: pointer;
  color: var(--link-color);
}
.pageInfo .container .content .pageInfo__content form button:hover {
  background: var(--link-color);
  color: #FFF;
}

a.el-gotop {
  bottom: 10px;
  margin: auto;
  right: 10px;
  width: 40px;
  height: 40px;
  opacity: 0.8;
  background-color: white;
  background-image: url(../img/arrow_up.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  cursor: pointer;
  z-index: 99;
  position: fixed;
  border-radius: 50%;
}

.panelVision {
  display: none;
  padding: 10px;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.15);
}
.panelVision.show {
  display: block;
}
.panelVision .container {
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.panelVision .container b {
  display: block;
  font-size: 0.8rem;
  opacity: 0.8;
  padding-bottom: 10px;
  display: none;
}
.panelVision .container ul {
  list-style: none;
  display: flex;
  gap: 10px;
}
.panelVision .container > div.-colors a:link, .panelVision .container > div.-colors a:visited {
  padding: 2px 5px;
  margin-bottom: 2px;
  border: 1px solid gray;
  font-size: 0.9rem;
}
.panelVision .container > div.-colors a:link.-bw, .panelVision .container > div.-colors a:visited.-bw {
  color: #000;
  background: #FFF;
}
.panelVision .container > div.-colors a:link.-wb, .panelVision .container > div.-colors a:visited.-wb {
  color: #FFF;
  background: #000;
}
.panelVision .container > div.-colors a:link.-by, .panelVision .container > div.-colors a:visited.-by {
  color: #000;
  background: #ffc400;
}
.panelVision .container > div.-colors a:link.-sep, .panelVision .container > div.-colors a:visited.-sep {
  color: #000;
  background: #f0d3a8;
}
.panelVision .container > div.-custom input[type=color].js-bgColor,
.panelVision .container > div.-custom input[type=color].js-textColor {
  width: 36px;
  height: 26px;
  font-size: 0;
  padding: 0;
  border-color: var(--bg-color);
  background: var(--bg-color);
}
.panelVision .container > div.-fonts ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.panelVision .container > div.-fonts ul li a:link, .panelVision .container > div.-fonts ul li a:visited {
  display: block;
}
.panelVision .container > div.-fonts ul li:first-child a:link, .panelVision .container > div.-fonts ul li a:visited {
  width: 20px;
  height: 20px;
  transition: all 0.2s ease-in;
  z-index: 1;
}
.panelVision .container > div.-fonts ul li:first-child a:link::before, .panelVision .container > div.-fonts ul li a:visited::before {
  -webkit-mask-image: url("../img/text-size.svg");
          mask-image: url("../img/text-size.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background: var(--text-color);
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -2;
}
.panelVision .container > div.-fonts ul li:first-child a:link:hover::before, .panelVision .container > div.-fonts ul li a:visited:hover::before {
  background: var(--link-color);
  -webkit-mask-size: 90% auto;
          mask-size: 90% auto;
}
.panelVision .container > div.-fonts ul li:nth-child(2) a:link, .panelVision .container > div.-fonts ul li a:visited {
  width: 25px;
  height: 25px;
  transition: all 0.2s ease-in;
  z-index: 1;
}
.panelVision .container > div.-fonts ul li:nth-child(2) a:link::before, .panelVision .container > div.-fonts ul li a:visited::before {
  -webkit-mask-image: url("../img/text-size.svg");
          mask-image: url("../img/text-size.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background: var(--text-color);
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -2;
}
.panelVision .container > div.-fonts ul li:nth-child(2) a:link:hover::before, .panelVision .container > div.-fonts ul li a:visited:hover::before {
  background: var(--link-color);
  -webkit-mask-size: 90% auto;
          mask-size: 90% auto;
}
.panelVision .container > div.-fonts ul li:nth-child(3) a:link, .panelVision .container > div.-fonts ul li a:visited {
  width: 30px;
  height: 30px;
  transition: all 0.2s ease-in;
  z-index: 1;
}
.panelVision .container > div.-fonts ul li:nth-child(3) a:link::before, .panelVision .container > div.-fonts ul li a:visited::before {
  -webkit-mask-image: url("../img/text-size.svg");
          mask-image: url("../img/text-size.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background: var(--text-color);
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -2;
}
.panelVision .container > div.-fonts ul li:nth-child(3) a:link:hover::before, .panelVision .container > div.-fonts ul li a:visited:hover::before {
  background: var(--link-color);
  -webkit-mask-size: 90% auto;
          mask-size: 90% auto;
}
.panelVision .container > div.-fonts ul li:nth-child(4) a:link, .panelVision .container > div.-fonts ul li a:visited {
  width: 35px;
  height: 35px;
  transition: all 0.2s ease-in;
  z-index: 1;
}
.panelVision .container > div.-fonts ul li:nth-child(4) a:link::before, .panelVision .container > div.-fonts ul li a:visited::before {
  -webkit-mask-image: url("../img/text-size.svg");
          mask-image: url("../img/text-size.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background: var(--text-color);
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -2;
}
.panelVision .container > div.-fonts ul li:nth-child(4) a:link:hover::before, .panelVision .container > div.-fonts ul li a:visited:hover::before {
  background: var(--link-color);
  -webkit-mask-size: 90% auto;
          mask-size: 90% auto;
}
.panelVision .container > div.-nav {
  display: flex;
  align-items: flex-start;
}
.panelVision .container > div.-nav a.-reset:link, .panelVision .container > div.-nav a.-reset:visited {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  margin-right: 10px;
  transition: all 0.2s ease-in;
  z-index: 1;
}
.panelVision .container > div.-nav a.-reset:link::before, .panelVision .container > div.-nav a.-reset:visited::before {
  -webkit-mask-image: url("../img/reset.svg");
          mask-image: url("../img/reset.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background: var(--text-color);
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -2;
}
.panelVision .container > div.-nav a.-reset:link:hover::before, .panelVision .container > div.-nav a.-reset:visited:hover::before {
  background: var(--link-color);
  -webkit-mask-size: 90% auto;
          mask-size: 90% auto;
}
.panelVision .container > div.-nav a.-close:link, .panelVision .container > div.-nav a.-close:visited {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  transition: all 0.2s ease-in;
  z-index: 1;
}
.panelVision .container > div.-nav a.-close:link::before, .panelVision .container > div.-nav a.-close:visited::before {
  -webkit-mask-image: url("../img/close.svg");
          mask-image: url("../img/close.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  background: var(--text-color);
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -2;
}
.panelVision .container > div.-nav a.-close:link:hover::before, .panelVision .container > div.-nav a.-close:visited:hover::before {
  background: var(--link-color);
  -webkit-mask-size: 90% auto;
          mask-size: 90% auto;
}

@media screen and (min-width: 1300px) {
  .pagePlaces .info {
    width: 775px;
  }
  .pagePlaces .map {
    width: calc(100% - 775px);
  }
  .pagePlaces.pageWaybill__one .info {
    width: 550px;
  }
  .pagePlaces.pageWaybill__one .map {
    width: calc(100% - 550px);
  }
}
@media screen and (max-width: 900px) {
  .pageHome .pageHome__bnr .container > div:nth-child(2) {
    display: none;
  }

  header .container > div .-soc {
    display: none;
  }

  .container {
    padding: 0 20px;
  }

  .pageHome .pageHome__3d .pageHome__3dList a:link, .pageHome .pageHome__3d .pageHome__3dList a:visited {
    width: calc(33% - 20px);
  }
}
@media screen and (max-width: 768px) {
  header .container .-logo {
    max-width: 120px;
  }
  header .container > div > nav {
    display: none;
  }
  header .container > div > nav.show {
    position: fixed;
    z-index: 9999999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    background: var(--bg-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  header .container > div > nav.show a {
    padding: 10px;
    font-size: 2em;
    margin: 10px 0;
  }
  header .container > div > nav.show a.js-close {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    margin: 10px 10px 0 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0.8;
    background-image: url(../img/close.svg);
    position: absolute;
    right: 0;
    top: 0;
  }
  header .container a.js-bars {
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    margin: 0 0 0 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0.8;
    background-image: url(../img/bars.svg);
  }
  header.-hide .container > div nav a:link, header.-hide .container > div nav a:visited {
    color: #000;
  }
  header.-hide .container > div nav a:link.-act, header.-hide .container > div nav a:visited.-act {
    color: var(--link-color);
  }

  main {
    padding-top: 60px;
  }

  .pageHome.container {
    padding: 40px 0;
  }
  .pageHome .pageHome__bnr {
    background-position: left -70px bottom;
    background-size: auto 100%;
  }
  .pageHome .pageHome__bnr .container {
    padding: 20px 0;
  }
  .pageHome .pageHome__bnr .container > .-logoH, .pageHome .pageHome__bnr .container > .-logo {
    display: none;
  }
  .pageHome .pageHome__bnr .container > div.-scrollList {
    display: none;
  }
  .pageHome .pageHome__bnr .container > div.-xs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
  }
  .pageHome .pageHome__bnr .container > div.-xs select {
    padding: 10px;
    background: none;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    font-size: 1.4em;
    min-width: 40vw;
    text-align: center;
    margin: 10px 0;
  }
  .pageHome .pageHome__bnr .container > div.-xs a.-go:link, .pageHome .pageHome__bnr .container > div.-xs a.-go:visited {
    padding: 20px 15px;
    display: block;
    content: "";
    background-image: url("../img/arrow_right.svg");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .pageHome .pageHome__popular .container > div {
    width: 100%;
  }
  .pageHome .pageHome__popular .container > div .accordion {
    margin: 0;
  }
  .pageHome .pageHome__popular .container img.-map {
    display: none;
  }
  .pageHome .pageHome__3d .pageHome__3dList a:link,
.pageHome .pageHome__3d .pageHome__3dList a:visited {
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }

  .pageEvents .pageEvents__top {
    flex-direction: column;
  }

  .pageEvents .js-calendar {
    padding: 0;
  }

  .pagePlaces {
    height: auto;
    position: relative;
    margin: 0;
    flex-direction: column-reverse;
  }
  .pagePlaces .info {
    width: 100%;
  }
  .pagePlaces .info .pagePlaces__list a:link, .pagePlaces .info .pagePlaces__list a:visited {
    width: 100%;
  }
  .pagePlaces .map {
    height: 60vh;
    width: 100%;
  }

  .mapTip {
    width: unset;
  }
  .mapTip img {
    display: none;
  }

  .pageTour3d .pageTour3d__list {
    flex-direction: column;
  }
  .pageTour3d .pageTour3d__list a:link, .pageTour3d .pageTour3d__list a:visited {
    padding: 0 0 30px 0;
    text-align: center;
    width: 100%;
    /* width: 360px; */
  }

  .hiddenXs {
    display: none;
  }

  .pagePlaces .info .pagePlaces__list .route {
    width: 100%;
  }

  .pagePlaces .info .pagePlaces__one .contact a:link,
.pagePlaces .info .pagePlaces__one .contact a:visited {
    width: auto;
    flex: 6 3;
  }

  .pageInfo .container {
    flex-direction: column;
  }
  .pageInfo .container .menu {
    padding: 20px;
    width: calc(100% - 40px);
    margin-bottom: 20px;
    border-bottom: 1px solid #656565;
  }
  .pageInfo .container .content {
    padding: 0;
  }
  .pageInfo .container .content .pageInfo__content .row {
    flex-direction: column;
  }
  .pageInfo .container .content .pageInfo__content .row div {
    padding: 20px 0;
  }
  .pageInfo .container .content .pageInfo__content form input, .pageInfo .container .content .pageInfo__content form textarea {
    width: calc(100% - 20px);
  }
  .pageInfo .container .content .pageInfo__content form button {
    width: 100%;
  }

  .pageEvents .pageEvents__one {
    flex-direction: column;
    width: 100%;
  }
  .pageEvents .pageEvents__one > div:first-child, .pageEvents .pageEvents__one > div:nth-child(2) {
    padding: 0;
    width: 100%;
  }

  .panelVision .container {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }
  .panelVision .container .-colors {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .panelVision .container a.hiddenXs {
    display: none;
  }

  .-info, a {
    word-break: break-all;
  }
}
@media screen and (max-width: 540px) {
  .pageHome .pageHome__3d .pageHome__3dList a:link, .pageHome .pageHome__3d .pageHome__3dList a:visited {
    width: calc(100% - 10px);
  }

  .pageEvents .pageEvents__top > div:first-child .pageEvents__list .item {
    width: calc(50% - 2vw);
  }

  .pageHome .pageHome__bnr .container > div.-xs {
    width: 65%;
  }

  .pageEvents .pageEvents__list .item {
    width: 100%;
    padding: 20px 0;
  }

  .pagePlaces .info .pagePlaces__form {
    flex-direction: column;
  }
  .pagePlaces .info .pagePlaces__form select {
    width: 100%;
    margin-bottom: 10px;
  }

  .pageWaybill .info .pageWaybill_info h2 a:link,
.pageWaybill .info .pageWaybill_info h2 a:visited {
    background-size: 10px;
    padding: 0 0 0 20px;
    display: block;
    width: 100%;
  }
  .pageWaybill .info .pageWaybill_info .header div {
    padding: 5px;
    width: calc(25% - 5px);
    font-size: 0.8em;
  }

  .pageInfo .container .content .pageInfo__list {
    flex-direction: column;
  }
  .pageInfo .container .content .pageInfo__list .item {
    margin: 0 0 40px 0;
    width: 100%;
  }
  .pageInfo .container .content .pageInfo__list.pageInfo__video .item {
    margin: 0 0 40px 0;
    width: 100%;
  }
  .pageInfo .container .content .pageInfo__list.pageInfo__video .item span {
    opacity: 0.6;
  }

  .pageInfo .container .content .pageInfo__reports {
    flex-direction: column;
    padding: 0 20px;
  }
  .pageInfo .container .content .pageInfo__reports a:link, .pageInfo .container .content .pageInfo__reports a:visited {
    display: block;
    padding: 0 30px 0 0;
    width: calc(100% - 30px);
    background-position: center right 0px;
  }
}