@font-face {
  font-family: 'Bodoni Moda';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/BodoniModa/BodoniModa-MediumItalic.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Arial MT';
  font-style: normal;
  font-weight: 300;
  src: local("Arial MT Light"), url("../fonts/Arial-mt/ARIALMTLIGHT.woff") format("woff");
}

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: Arial, sans-serif;
  color: #001133;
  background-color: #fff;
}

strong {
  font-family: 'Bodoni Moda', serif;
}

img {
  max-width: 100%;
}

.optimize-hide {
  opacity: 0;
  visibility: hidden;
}

.ecl-site-header-standardised {
  z-index: 40;
}

main {
  overflow: hidden;
}

.ec-container {
  width: 1170px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.ec-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px -12px;
}

.ec-row>p {
  padding-left: 6px;
}

.ec-col,
.ec-col-grow,
.ec-col-4,
.ec-col-6 {
  padding: 0 6px;
  margin-bottom: 12px;
}

.ec-col-grow {
  flex-grow: 1;
}

.ec-col-4 {
  width: 33.333%;
}

.ec-col-6 {
  width: 50%;
}

@media screen and (max-width: 992px) {
  .ec-col-md-6 {
    width: 50%;
  }

  .ec-col-md-12 {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .ec-col-sm-12 {
    width: 100%;
  }
}

.cl-p--blue {
  color: #001133;
}

.cl-p--white {
  color: #fff;
}

.cl-p--yellow {
  color: #FFFF00;
}

h1,
h2,
h3 {
  margin: 0;
}

.t-home {
  font-size: 185px;
  line-height: 1em;
  font-weight: 700;
  color: #9BD4F0;
}

@media screen and (max-width: 992px) {
  .t-home {
    font-size: 68px;
  }
}

.t-h1-a {
  font-family: 'Arial MT', Arial;
  font-size: 65px;
  line-height: 1em;
  font-weight: 300;
}

@media screen and (max-width: 992px) {
  .t-h1-a {
    font-size: 45px;
  }
}

.t-h1-b {
  font-family: 'Bodoni Moda', serif;
  font-size: 91px;
  line-height: 1em;
  font-weight: 500;
  font-style: italic;
}

@media screen and (max-width: 992px) {

  .t-h1-b {
    font-size: 70px;
  }
}

.t-h1-c,
.section-title strong {
  font-family: 'Bodoni Moda', serif;
  font-size: 91px;
  line-height: 1em;
  font-weight: 500;
  font-style: italic;
}

@media screen and (max-width: 992px) {

  .t-h1-c,
  .section-title strong {
    font-size: 52px;
  }
}

.t-h2-a {
  font-size: 31px;
  line-height: 1.58em;
  font-weight: 400;
}

.t-h2-b,
.vision-card__title strong {
  font-family: 'Bodoni Moda', serif;
  font-size: 51px;
  line-height: 1em;
  font-weight: 500;
  font-style: italic;
}

.t-h3 {
  font-size: 20px;
  line-height: 1em;
  font-weight: 400;
}

.t-title {
  font-size: 30px;
  line-height: 1em;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  .t-title {
    font-size: 25px;
    line-height: 1.166em;
  }
}

.t-body {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
}

@media screen and (max-width: 992px) {
  .t-body {
    line-height: 1.166em;
  }
}

.t-sm-body {
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
}

.t-sm-btn,
.share-btn__wrap .wtShareButton,
.share-btn__wrap .wtShareButton:link {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: bold;
  text-decoration: none;
  color: #001133;
  outline: none;
  cursor: pointer;
}

.t-sm-btn_inverse {
  color: #FFFF00;
}

.t-sm-btn:hover,
.share-btn__wrap .wtShareButton:hover {
  text-decoration: underline;
}

.t-sm-btn:focus,
.share-btn__wrap .wtShareButton:focus {
  text-decoration: underline;
}

.t-sm-btn[disabled],
.share-btn__wrap .wtShareButton[disabled] {
  opacity: 0.5;
  cursor: initial;
}

.t-md-btn {
  font-size: 16px;
  line-height: 1em;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.t-md-btn:hover {
  text-decoration: underline;
}

.t-md-btn:focus {
  text-decoration: underline;
}

.t-md-btn[disabled] {
  opacity: 0.5;
  cursor: initial;
}

.p-h3 {
  font-size: 20px;
  line-height: 1.35em;
  font-weight: 400;
  margin-bottom: 2.4em;
}

@media screen and (max-width: 992px) {
  .p-h3 {
    font-size: 19px;
    line-height: 1.421em;
    margin-bottom: 1.684em;
  }
}

.p-h1-a {
  font-family: 'Arial MT', Arial;
  font-size: 65px;
  line-height: 1em;
  font-weight: 300;
  margin-bottom: 0.9846em;
}

@media screen and (max-width: 992px) {
  .p-h1-a {
    font-size: 45px;
    line-height: 1em;
    margin-bottom: 1.066em;
  }
}

.p-title {
  font-size: 30px;
  line-height: 1.35em;
  font-weight: bold;
  margin-bottom: 0.5875em;
}

@media screen and (max-width: 992px) {
  .p-title {
    font-size: 25px;
    line-height: 1.166em;
  }
}

.p-body,
p,
.vision-content__desc p {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 1.5em;
}

.btn {
  position: relative;
  display: inline-block;
  color: #001133;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 23px;
  background: #FFFF00;
  border-radius: 7px;
  border: none;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: 0.2s ease;
}

.btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #FFFF00;
  border-radius: 7px;
  transition: 0.2s ease;
}

.btn:hover {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.btn:hover:before {
  border-color: #FFFF00;
}

.btn:focus {
  box-shadow: none;
}

.btn:focus:before {
  border-color: #fff;
}

.btn:active,
.btn.active {
  background: #E3E300;
}

.btn:active:before,
.btn.active:before {
  border-color: #E3E300;
}

.btn[disabled] {
  background: #E2E2E2;
  cursor: #001133;
}

.btn[disabled]:before {
  border-color: #E2E2E2;
}

.btn[type=submit] {
  padding: 2px 20px;
  border: 3px solid #FFFF00;
  height: 42px;
}

.btn[type=submit]:focus {
  box-shadow: none;
  border-color: #fff;
}

.btn[type=submit][disabled] {
  border-color: #E2E2E2;
}

.btn_inverse-shadow:hover {
  box-shadow: 0px 3px 6px 0px rgba(255, 255, 255, 0.46);
}

.btn_bordered {
  color: #001133;
  background: transparent;
}

.btn_bordered:before {
  border: 1px solid #001133;
}

.btn_bordered:hover,
.btn_bordered:active,
.btn_bordered.active {
  background: #001133;
  color: #fff;
  box-shadow: none;
}

.btn_bordered:hover:before,
.btn_bordered:active:before,
.btn_bordered.active:before {
  border-color: #001133;
}

.btn_bordered:focus {
  background: #001133;
  color: #fff;
  box-shadow: none;
}

.btn_bordered:focus:before {
  border: 3px solid #fff;
}

.btn_dark {
  color: #fff;
  background: #001133;
}

.btn_dark:before {
  border: 3px solid #001133;
}

.btn_dark:active {
  background: #000000;
  color: #fff;
  border-color: #001133;
}

.btn_dark:focus {
  background: #001133;
  color: #fff;
  box-shadow: none;
}

.btn_dark:focus:before {
  border-color: #fff;
}

.btn-with-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-with-icon .btn__label {
  margin-right: 5px;
}

.btn-go-back {
  margin-bottom: 15px;
}

.anim_to-top {
  display: inline-block;
  transform: translateY(140%);
  animation: to-top 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s 1 forwards;
  will-change: transform;
}

@keyframes to-top {
  100% {
    transform: translateY(0px);
  }
}

@media screen and (min-width: 993px) {
  .ec-desktop-hide {
    display: none !important;
  }
}

@media screen and (max-width: 992px) and (min-width: 641px) {
  .ec-tablet-hide {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .ec-mobile-hide {
    display: none !important;
  }
}

.ta-center {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .ta-center-mobile {
    text-align: center;
  }
}

.border-r,
.border-r-30 {
  border-radius: 15px;
}

.border-r-10 {
  border-radius: 10px;
}

@media screen and (min-width: 992px) {
  .border-r-30 {
    border-radius: 30px;
  }
}

.ecl-select {
  background: transparent;
  border: none;
  padding: 0 18px 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: inherit;
  outline: none;
}

.ecl-select__container {
  background: transparent;
}

.ecl-select__icon {
  background: transparent;
  padding: 0;
  width: auto;
}

.ecl-select__icon svg {
  width: 10px;
  height: 10px;
}

.ecl-select:hover+.ecl-select__icon,
.ecl-select:focus+.ecl-select__icon {
  background: transparent;
}

.ecl-select:focus {
  outline: 3px solid #FFFF00;
  outline-offset: 2px;
}

.form-item label {
  display: inline-block;
  margin-bottom: 12px;
}

.form-item input,
.form-item textarea {
  width: 100%;
}

.form-item input:focus,
.form-item textarea:focus {
  border-color: #FFFF00;
  outline: none;
}

.form-item input {
  height: 42px;
  padding: 1px 5px;
  border-radius: 7px;
  border: 3px solid #fff;
}

.form-item textarea {
  overflow: auto;
  border-radius: 14px;
  padding: 5px 5px;
  resize: none;
  border: 3px solid #fff;
}

.body_frame {
  scrollbar-width: 4px;
  scrollbar-color: #C7F1FF transparent;
  overflow: auto;
}

.body_frame::-webkit-scrollbar {
  width: 4px;
}

.body_frame::-webkit-scrollbar-track {
  background: transparent;
}

.body_frame::-webkit-scrollbar-thumb {
  background-color: #C7F1FF;
  border-radius: 2px;
  border: 1px solid transparent;
}

.body_frame .ecl-container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

.body_frame .space-section {
  display: none !important;
}

.body_frame .copy-frame {
  display: none !important;
}

.copy-frame {
  position: absolute;
  right: 55px;
  width: 150px;
  bottom: 4px;
}

.copy-frame__btn {
  width: 28px;
  background: transparent;
  border: transparent;
  padding: 6px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  float: right;
}

.copy-frame__btn svg {
  height: 100%;
}

.copy-frame__btn svg path {
  fill: #001133;
}

.copy-frame__btn:hover svg path {
  fill: #fff;
}

.copy-frame__res {
  display: none;
  position: absolute;
  right: 0;
  top: -40px;
  background: #fff;
  padding: 5px;
}

.copy-frame__res:before {
  content: '';
  position: absolute;
  right: 10px;
  background: #fff;
  width: 10px;
  height: 10px;
  bottom: -3px;
  transform: rotate(45deg);
}

.layout-16-9 {
  position: relative;
  width: 100%;
  padding-bottom: 56.4%;
}

.layout-16-9 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

#globan>div {
  display: none !important;
}

#globan>div.globan-center {
  display: inline-block !important;
}

.ecl-footer-harmonised .ecl-link__icon {
  width: 0.8em;
}

.section-header {
  margin-bottom: 38px;
  color: #001133;
}

.section-header_inverse {
  color: #fff;
}

.section-header_inverse strong {
  color: #FFFF00;
}

.section-header_text-center {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .section-header {
    text-align: center;
  }
}

.section-subtitle {
  margin-bottom: 30px;
}

.section-title p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.section-title strong {
  display: inline-block;
}

@media screen and (min-width: 1201px) {
  .section-title strong {
    font-size: 120px;
    line-height: 0.75em;
  }
}

.section-description {
  margin-bottom: 30px;
}

.section-banner {
  padding: 0;
}

.section-visions {
  padding-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .section-visions {
    padding-bottom: 45px;
  }
}

.section-vision {
  padding-bottom: 65px;
}

@media screen and (min-width: 641px) {
  .section-vision {
    padding-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .section-vision {
    padding-bottom: 45px;
  }
}

@media screen and (min-width: 641px) {
  .section-vision .section-header {
    margin-bottom: 0;
  }
}

.section-linked-gallery {
  background: #001133;
  color: #fff;
}

.section-linked-post {
  padding-top: 55px;
  padding-bottom: 40px;
}

@media screen and (min-width: 993px) {
  .section-linked-post .all-posts__label {
    margin-top: -18px;
  }
}

@media screen and (max-width: 992px) {
  .section-linked-post .cdmedia+.btn__wrap {
    margin-top: 30px;
  }
}

.section-reading-corner {
  background: #001133;
  color: #fff;
  padding: 60px 0 75px;
}

.section-reading-corner__item+.section-reading-corner__item {
  margin-top: 25px;
}

@media screen and (max-width: 640px) {
  .section-reading-corner__item+.section-reading-corner__item {
    margin-top: 35px;
  }
}

.section-reading-corner__item__toggle {
  display: block;
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  color: inherit;
  cursor: pointer;
}

.section-reading-corner__item__toggle:focus {
  color: #FFFF00;
}

.section-reading-corner__item__toggle:focus .section-reading-corner__item__toggle__icon path {
  stroke: #FFFF00;
}

.section-reading-corner__item__toggle__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .section-reading-corner__item__toggle__content {
    flex-direction: column;
  }
}

.section-reading-corner__item__toggle__title {
  color: inherit;
}

.section-reading-corner__item__toggle__icon {
  transform: rotate(180deg);
  transition: 0.3s;
}

@media screen and (max-width: 640px) {
  .section-reading-corner__item__toggle__icon {
    margin-top: 21px;
  }
}

.section-reading-corner__item__toggle[aria-expanded="false"] .section-reading-corner__item__toggle__icon {
  transform: rotate(180deg);
}

.section-reading-corner__item__toggle[aria-expanded="true"] .section-reading-corner__item__toggle__icon {
  transform: rotate(0deg);
}

.section-reading-corner__item__content {
  margin-top: 18px;
  margin-bottom: 56px;
}

@media screen and (max-width: 640px) {
  .section-reading-corner__item__content {
    margin-top: 27px;
    margin-bottom: 45px;
  }
}

.section-reading-corner__item:last-child .section-reading-corner__item__content {
  margin-bottom: 0px;
}

.section-reading-corner__list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 16px;
  border-top: 1px solid #FFFF00;
}

.section-reading-corner__list__item:last-child {
  border-bottom: 1px solid #FFFF00;
}

@media screen and (max-width: 640px) {
  .section-reading-corner__list__item {
    flex-direction: column;
    align-items: flex-start;
  }
}

.section-reading-corner__list__item__title {
  font-size: 23px;
  line-height: 26px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .section-reading-corner__list__item__title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .section-reading-corner__list__item__controls {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.section-reading-corner__list__item__controls a {
  margin-left: 30px;
}

.section-reading-corner__list__item__controls a:first-child {
  margin-left: 0;
}

.section-scgames {
  background: #C7F1FF;
  padding: 60px 0 60px;
}

@media screen and (max-width: 640px) {
  .section-scgames {
    padding: 50px 0 50px;
  }
}

.section-scgames__header__subtitle {
  line-height: 1.3em;
}

@media screen and (max-width: 640px) {
  .section-scgames__header__subtitle {
    font-size: 52px;
    margin-bottom: 30px;
  }
}

.page-node-type-exh-lets-play main {
  position: relative;
}

.page-node-type-exh-lets-play main::before {
  content: '';
  width: 430px;
  height: 400px;
  background-image: url(./../images/decor/letsplay-shapes-left.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -50px;
  z-index: -1;
}

@media (max-width: 1023px) {
  .page-node-type-exh-lets-play main::before {
    width: 300px;
    height: 231px;
  }
}

@media (max-width: 640px) {
  .page-node-type-exh-lets-play main::before {
    width: 175px;
    height: 145px;
    top: -40px;
  }
}

.page-node-type-exh-lets-play main::after {
  content: '';
  width: 420px;
  height: 446px;
  background-image: url(./../images/decor/letsplay-shape-right.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -135px;
  z-index: -1;
}

@media (max-width: 1023px) {
  .page-node-type-exh-lets-play main::after {
    width: 270px;
    height: 300px;
  }
}

@media (max-width: 640px) {
  .page-node-type-exh-lets-play main::after {
    width: 185px;
    height: 200px;
    right: -110px;
    top: -80px;
  }
}

.page-node-type-exh-lets-play .page-header {
  padding-top: 75px;
}

@media (max-width: 640px) {
  .page-node-type-exh-lets-play .page-header {
    padding-top: 45px;
  }
}

.section-letsplay {
  position: relative;
  padding-bottom: 230px;
}

@media screen and (max-width: 767px) {
  .section-letsplay {
    padding-bottom: 150px;
  }
}

.section-letsplay::before {
  content: '';
  width: 316px;
  height: 340px;
  background-image: url(./../images/decor/view-exh-galleries-shapes-left.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: -1;
}

.section-letsplay::after {
  content: '';
  width: 675px;
  height: 275px;
  background-image: url(./../images/decor/view-exh-galleries-shapes-right.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -3px;
  z-index: -1;
}

@media (max-width: 767px) {
  .section-letsplay::before {
    width: 33%;
  }

  .section-letsplay::after {
    width: 80%;
  }
}

.section-letsplay__part+.section-letsplay__part {
  margin-top: 100px;
}

@media (max-width: 640px) {
  .section-letsplay__part+.section-letsplay__part {
    margin-top: 70px;
  }
}

.section-letsplay__part:first-child {
  border-top: none;
}

.section-galleries {
  padding: 50px 0 140px;
  padding-bottom: 140px;
}

.section-galleries .pager {
  margin-top: 40px;
}

.section-galleries .pager .btn {
  width: 400px;
  background-color: transparent;
  border-radius: 0;
  border: 2px solid #001333;
  color: #001333;
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width: 640px) {
  .section-galleries .pager .btn {
    width: 285px;
  }
}

@media screen and (max-width: 413px) {
  .section-galleries .pager .btn {
    width: auto;
  }
}

.section-galleries .pager .btn:hover {
  background-color: #001333;
  color: #fff;
}

.section-galleries .pager .btn:focus {
  outline: solid #FFF100;
}

.section-galleries .pager .btn::before {
  display: none;
}

.page-node-type-exh-about-us .page-header {
  display: none;
}

.section-aboutus {
  padding-top: 75px;
  position: relative;
}

@media (max-width: 640px) {
  .section-aboutus {
    padding-top: 40px;
  }
}

.section-aboutus .text-align-justify {
  text-align: left;
}

.section-aboutus__wrap {
  padding-bottom: 180px;
}

@media (max-width: 640px) {
  .section-aboutus__wrap {
    padding-bottom: 140px;
  }
}

.section-aboutus__wrap::before {
  content: '';
  width: 316px;
  height: 340px;
  background-image: url(./../images/decor/view-exh-galleries-shapes-left.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: -1;
  opacity: 0.5;
}

.section-aboutus__wrap::after {
  content: '';
  width: 675px;
  height: 275px;
  background-image: url(./../images/decor/view-exh-galleries-shapes-right.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -3px;
  z-index: -1;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .section-aboutus__wrap::before {
    width: 33%;
  }

  .section-aboutus__wrap::after {
    width: 80%;
  }
}

.section-aboutus__inner {
  max-width: 600px;
  width: 100%;
}

@media (max-width: 1023px) {
  .section-aboutus__inner {
    margin: 0 auto;
  }
}

.section-aboutus__part+.section-aboutus__part {
  margin-top: 50px;
}

.section-aboutus__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: #001333;
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .section-aboutus__title {
    font-size: 22px;
  }
}

.section-aboutus__subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #001333;
  margin-bottom: 15px;
}

.section-aboutus__title p,
.section-aboutus__subtitle p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin-bottom: 0;
}

.section-aboutus__link {
  margin-top: 35px;
}

@media (max-width: 640px) {
  .section-aboutus__link {
    margin-top: 25px;
  }
}

.section-aboutus__link-caption {
  display: inline-block;
  margin-right: 10px;
}

.section-aboutus__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 45vw;
}

@media (max-width: 1170px) {
  .section-aboutus__image {
    width: 40vw;
  }
}

@media (max-width: 1023px) {
  .section-aboutus__image {
    display: block;
    position: static;
    width: auto;
    margin-top: 30px;
  }
}

@media (max-width: 499px) {
  .section-aboutus__image {
    position: relative;
    margin: -30px -15px 0;
  }
}

.inline-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #001333;
}

.inline-link--with-icon {
  margin-right: 2px;
}

.inline-link--with-icon::after {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-image: url(./../images/decor/external-link-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  margin-left: 7px;
}

.section-contact-form {
  padding: 80px 0;
  background-color: #001133;
}

@media screen and (max-width: 640px) {
  .section-contact-form {
    padding: 70px 0;
  }
}

.section-contact-form__wrap {
  margin-right: 70px;
  padding: 70px 85px 80px;
  border-radius: 10px;
  background-color: #fff;
}

@media screen and (max-width: 1023px) {
  .section-contact-form__wrap {
    margin-right: 0px;
  }
}

@media screen and (max-width: 640px) {
  .section-contact-form__wrap {
    padding: 35px 25px 45px;
  }
}

@media screen and (max-width: 413px) {
  .section-contact-form__wrap {
    padding: 25px 15px 40px;
  }
}

.section-contact-form__head {
  max-width: 700px;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .section-contact-form__head {
    margin-bottom: 40px;
  }
}

.section-contact-form .form-item {
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .section-contact-form .form-item {
    margin-bottom: 15px;
  }
}

.section-contact-form .form-item-name {
  max-width: 440px;
  width: 100%;
}

.section-contact-form .form-item-mail {
  max-width: 480px;
  width: 100%;
}

.section-contact-form .ecl-form-label {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  text-transform: capitalize;
  color: #001333 !important;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 640px) {
  .section-contact-form .ecl-form-label {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.section-contact-form .ecl-text-input,
.section-contact-form .form-item textarea {
  padding: 10px;
  border-radius: 4px;
  border: 2px solid rgba(0, 19, 51, 0.6);
  background-color: #fff;
}

.section-contact-form .ecl-text-input:hover,
.section-contact-form .form-item textarea:hover {
  border: 2px solid rgba(0, 19, 51, 0.6);
}

.section-contact-form .ecl-text-input:focus,
.section-contact-form .form-item textarea:focus {
  border: 2px solid #001333;
}

.section-contact-form .form-required:after {
  content: none;
}

.section-contact-form .ecl-text-input {
  height: 60px;
}

.section-contact-form .js-form-type-textarea {
  margin-bottom: 35px;
}

.section-contact-form .js-form-item-copy {
  margin-bottom: 10px;
}

.section-contact-form .js-form-submit {
  border-radius: 0;
  border: 2px solid #001333;
  background-color: #001333;
  font-size: 15px;
  color: #fff;
  outline: transparent;
}

.section-contact-form .js-form-submit:hover {
  background-color: #fff;
  color: #001333;
  box-shadow: none;
}

.section-contact-form #edit-preview {
  display: none;
}

.page-header {
  text-align: left;
  padding: 40px 0 45px;
}

.page-second-header {
  padding: 0 0 35px;
}

.page-header__sub-title {
  margin-bottom: 20px;
}

.page-header__sub-title.t-h3 {
  font-size: 18px;
}

@media (max-width: 767px) {
  .page-header__sub-title.t-h3 {
    font-size: 16px;
  }
}

.page-header__sub-title:last-child {
  margin-bottom: 0;
}

.page-header__title,
.page-second-header__title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

@media (max-width: 767px) {
  .page-header__title {
    font-size: 20px;
  }
}

.page-header__title p,
.page-second-header__title p {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: initial;
}

.page-header__title strong,
.page-second-header__title strong {
  display: inline-block;
}

.page-header_with-nav .page-header__content {
  flex-grow: 1;
  flex-basis: 100%;
  text-align: center;
}

.page-header_with-nav .page-header__content__wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  display: flex;
  align-items: center;
}

.page-header__nav {
  flex-basis: 50%;
}

@media screen and (max-width: 992px) {
  .page-header__nav {
    flex-basis: 240px;
  }
}

@media screen and (max-width: 640px) {
  .page-header__nav {
    flex-basis: 90px;
  }
}

.page-header__nav__caption {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin: 0 16px;
}

@media screen and (max-width: 640px) {
  .page-header__nav__caption {
    margin: 0 14px;
  }
}

@media screen and (max-width: 640px) {
  .page-header__nav__icon-quad {
    display: none;
  }
}

.page-header__nav_prev {
  text-align: left;
}

.page-header__nav_next {
  text-align: right;
}

.page-header__nav.disable {
  opacity: 0.5;
  pointer-events: none;
}

.page-header__nav a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #000;
}

.spotlight-section {
  min-height: 460px;
  padding-top: 150px;
  position: relative;
  z-index: 2;

  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 1023px) {
  .spotlight-section {
    padding-top: 100px;
  }
}

@media (max-width: 1023px) {
  .spotlight-section {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .spotlight-section {
    min-height: 0;
    height: 560px;
  }
}

@media (max-width: 413px) {
  .spotlight-section {
    height: 410px;
  }
}

.spotlight-section.full .spotlight {
  opacity: 0;
}

.spotlight-section.full .spotlight-section__btn {
  display: none;
}

.home-section__image {
  display: block;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  object-fit: contain;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .home-section__image {
    height: 560px;
    object-fit: cover;
  }
}

@media (max-width: 413px) {
  .home-section__image {
    height: 410px;
  }
}

.home-section__image.fixed {
  position: fixed;
}

.home-section__image.end {
  position: absolute;
  top: initial;
  bottom: 47%;
}

@media (max-width: 1199px) {
  .home-section__image.end {
    bottom: 49%;
  }
}

@media (max-width: 1023px) {
  .home-section__image.end {
    bottom: 55%;
  }
}

@media (max-width: 767px) {
  .home-section__image.end {
    bottom: 55%;
  }
}

.spotlight-section__content {
  width: 100%;
  position: relative;
  pointer-events: none;
  z-index: 11;
}

@media (max-width: 991px) {
  .spotlight-section__content {
    margin-bottom: 50px;
  }
}

.spotlight-section__content .ec-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.spotlight-section__title,
.spotlight-section__copytitle {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  text-shadow: 0 4px 20px rgb(0 0 0 / 75%);
}

.spotlight-section__pretitle {
  display: block;
  font-size: 63px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 991px) {
  .spotlight-section__pretitle {
    font-size: 48px;
  }
}

@media (max-width: 640px) {
  .spotlight-section__pretitle {
    font-size: 16px;
  }
}

@media (max-width: 413px) {
  .spotlight-section__pretitle {
    font-size: 24px;
  }
}

.spotlight-section__maintitle {
  display: block;
  font-size: 110px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 991px) {
  .spotlight-section__maintitle {
    font-size: 82px;
  }
}

@media (max-width: 640px) {
  .spotlight-section__maintitle {
    font-size: 54px;
  }
}

.spotlight-section__copytitle {
  opacity: 0;
  visibility: hidden;
}

.spotlight-section__copytitle * {
  color: #001333;
}

.spotlight-section__btn {
  display: block;
  width: 30px;
  height: 30px;

  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  transition: transform 0.3s;
  z-index: 11;
}

@media (max-width: 991px) {
  .spotlight-section__btn {
    width: 25px;
    height: 25px;
    bottom: 18px;
  }
}

.spotlight-section__btn:hover {
  transform: translate(-50%, 5px);
}

.spotlight-section__btn.fixed {
  position: fixed;
}

.spotlight-section__btn svg {
  width: 100%;
  height: 100%;
  fill: #ff0;
}

.spotlight {
  width: 446px;
  height: 228px;
  border-radius: 10px;
  position: absolute;
  box-shadow: 0 0 0 10000px #001333;
  z-index: 10;
  transition: opacity 0.5s;
}

@media (max-width: 991px) {
  .spotlight {
    width: 288px;
    height: 144px;
    position: static;
  }
}

.spotlight__child {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-shadow: 0px 0px 34px rgba(255, 255, 255, 0.75);
}

.home-section__wrap {
  position: relative;
  background-image: linear-gradient(180deg, #9bd4f1 0, #B0D10E 100%);
}

.home-section__wrap #canvas {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #001133;
  z-index: -1;
}

.home-section__wrap #canvas.fixed {
  position: fixed;
}

.home-section__wrap.showing #canvas.fixed {
  position: absolute;
}

.home-section__wrap #canvas.fixed-end {
  position: absolute;
  bottom: 0;
  top: initial;
}

.home-section__wrap.showing .home-section__title span,
.home-section__wrap.showing .home-section__fake-title span {
  color: inherit;
}

.home-section__fake-title__wrap {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  transition: top 1.25s ease-in-out;
}

@media screen and (max-width: 992px) {
  .home-section__fake-title__wrap {
    text-align: center;
    top: 150px;
  }
}

.home-section__wrap.showing .home-section__fake-title__wrap {
  top: 450px;
}

.home-section__fake-title__wrap.fixed {
  position: fixed;
  top: 450px;
}

.home-section__fake-title__wrap .ec-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.home-section__title__part_1 {
  text-align: right;
}

.home-section__fake-title span {
  transition: color 0.55s;
}

.home-section__content {
  padding: 50px 0 200px;
  position: relative;
  z-index: 1;
}

@media (max-width: 640px) {
  .home-section__content {
    padding-bottom: 120px;
  }
}

.home-section__content::before {
  content: '';
  width: 316px;
  height: 340px;
  background-image: url(./../images/decor/view-exh-galleries-shapes-left.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: -1;
  opacity: 0.5;
}

.home-section__content::after {
  content: '';
  width: 675px;
  height: 275px;
  background-image: url(./../images/decor/view-exh-galleries-shapes-right.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -3px;
  z-index: -1;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .home-section__content::before {
    width: 33%;
  }

  .home-section__content::after {
    width: 80%;
  }
}

.home-section__title {
  margin: 0 auto 100px;
}

@media screen and (max-width: 992px) {
  .home-section__title {
    text-align: center;
  }
}

.home-section__title__part {
  overflow: hidden;
}

.home-section__title__part_1 {
  margin-bottom: 6px;
}

.home-section__title__part_1 .t-title {
  display: block;
  padding-bottom: 2px;
}

.home-section__title__part_2 .t-home {
  display: block;
  padding-right: 15px;
  padding-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .home-section__title__part_2 .t-home {
    padding-right: 7px;
    padding-bottom: 14px;
  }
}

.home-section__title__part_2 .anim_to-top {
  animation-delay: 0.5s;
}

.home-section__title span {
  transition: color 0.55s;
}

.home-section h1,
.home-section h2 {
  font-size: inherit;
}

.home-section__desc {
  line-height: 1.25;
  color: #001333;
  text-align: center;
  margin: 0 auto 60px;
}

@media (max-width: 767px) {
  .home-section__desc {
    margin-bottom: 30px;
  }
}

.home-section__cards-title {
  display: block;
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 17px;
}

@media (max-width: 767px) {
  .home-section__cards-title {
    font-size: 28px;
    margin-bottom: 10px;
  }
}

.home-section__cards-subtitle {
  display: block;
  font-size: 24px;
}

@media (max-width: 767px) {
  .home-section__cards-subtitle {
    font-size: 18px;
  }
}

@media screen and (max-width: 992px) {

  .home-section__desc .t-h2-b,
  .home-section__desc .vision-card__title strong,
  .vision-card__title .home-section__desc strong {
    font-size: 33px;
    line-height: 1.2727em;
  }
}

.home-section__desc p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

.home-section .scgames__row {
  width: calc(100% - 370px);
}

.home-section .scgames__row.mobile {
  height: 303px;
}

.home-section .scgames__row.mobile .scgames__card {
  padding-bottom: 0px;
}

.home-section .scgames__card__content-wrap {
  position: relative;
  width: calc(100% + 370px);
  left: -185px;
}

.home-section .scgames__card .cdmedia__bg {
  padding-bottom: 52.75%;
}

@media screen and (max-width: 640px) {
  .home-section .scgames__card .cdmedia__btn {
    bottom: 50%;
    transform: translateY(50%) translateZ(1px);
  }
}

.home-section__next-btn {
  margin: 0 auto;
  background: transparent;
  border: none;
  position: fixed;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  transition: opacity 0.3s;
}

@media screen and (max-width: 992px) {
  .home-section__next-btn {
    bottom: 45px;
  }
}

.home-section__next-btn.hide {
  opacity: 0;
  visibility: hidden;
}

.home-section__next-btn:focus {
  outline: 3px solid #ffd617;
  outline-offset: 3px;
}

.cards-toggler {
  display: flex;
  width: calc(100% + 10px);
  margin: 0 -5px;
  --active-width: 400px;
}

@media (max-width: 1023px) {
  .cards-toggler {
    --active-width: 300px;
  }
}

@media (max-width: 767px) {
  .cards-toggler {
    --active-width: 285px;
  }
}

@media (max-width: 560px) {
  .cards-toggler {
    width: calc(100% + 30px);
    padding: 0 10px;
    margin: 0 -15px;
    --active-width: 80%;
    overflow-x: scroll;
  }
}

@media (max-width: 413px) {
  .cards-toggler {
    width: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .cards-toggler::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
}

.cards-toggler__item {
  width: calc((100% - var(--active-width)) / (var(--count) - 1));
  padding: 0 5px;
  transition: width 0.3s ease-out;
  flex-grow: 0;
  flex-shrink: 0;
}

@media (max-width: 560px) {
  .cards-toggler__item {
    width: 15%;
    min-width: 65px;
  }
}

.cards-toggler__item.active {
  width: var(--active-width);
  flex-shrink: 0;
  flex-grow: 1;
}

.cards-toggler__item.last {
  flex-shrink: 1;
}

@media (max-width: 560px) {
  .cards-toggler__item.last {
    flex-shrink: 0;
  }
}

.cards-toggler__item.active .cards-toggler__content {
  opacity: 1;
  visibility: visible;
}

.cards-toggler__item.active .cards-toggler__inner {
  padding: 30px 25px;
  background-size: auto 110%;
}

@media (max-width: 640px) {
  .cards-toggler__item.active .cards-toggler__inner {
    padding: 30px 15px;
  }
}

.cards-toggler__item.active .cards-toggler__icon {
  margin: 0 0 20px;
}

@media (max-width: 1023px) {
  .cards-toggler__item.active .cards-toggler__icon {
    visibility: visible;
    width: 40px;
    opacity: 1;
  }
}

.cards-toggler__item.active .cards-toggler__title {
  transition: font-size 50ms 0.2s, opacity 0.3s ease-out 0.35s;
  visibility: visible;
  font-size: 26px;
  opacity: 1;
}

@media (max-width: 640px) {
  .cards-toggler__item.active .cards-toggler__title {
    font-size: 24px;
  }
}

@media (max-width: 413px) {
  .cards-toggler__item.active .cards-toggler__title {
    font-size: 20px;
  }
}

.cards-toggler__item.active .cards-toggler__link {
  display: inline-flex;
}

.cards-toggler__inner {
  height: 475px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;

  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;

  transition: background-size 0.5s ease-out;
}

.cards-toggler__inner:hover,
.cards-toggler__inner:active,
.cards-toggler__inner:focus {
  text-decoration: none;
}

.cards-toggler__inner::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.4875) 24.88%, rgba(0, 0, 0, 0.065) 97.48%);
  z-index: -1;
}

.cards-toggler__icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 20px;
}

@media (max-width: 1023px) {
  .cards-toggler__icon {
    width: 0;
    opacity: 0;
    visibility: hidden;
    transition: width 100ms 0.2s, opacity 0.3s ease-out 0.35s;
  }
}

.cards-toggler__content {
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .cards-toggler__content {
    min-height: auto;
  }
}

.cards-toggler__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 15px;

  font-size: 0;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 640px) {
  .cards-toggler__title {
    line-height: 1.25;
  }
}

.cards-toggler__link {
  display: none;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.15;
  text-decoration-line: underline;
  color: #FFFF00;
}

.cards-toggler__link svg {
  width: 22px;
  height: 22px;
  fill: #FFF100;
}

.type-term-7 .page-header,
.type-term-7 .page-content {
  background: #001133;
  color: #fff;
}

.type-term-7 .page-header strong {
  color: #FFFF00;
}

.type-term-7 .page-content {
  margin-top: -1px;
}

.vision-card {
  position: relative;
  box-shadow: 0px 0px 15px 0px #fff;
  min-height: 372px;
  height: 100%;
  padding: 25px 22px;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  .vision-card {
    min-height: 320px;
  }
}

@media screen and (max-width: 640px) {
  .vision-card {
    min-height: 231px;
    text-align: center;
  }
}

.vision-card a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.vision-card a:focus {
  outline: none;
}

@media screen and (min-width: 641px) {

  .vision-card a:focus .vision-card__image_hover,
  .vision-card a:hover .vision-card__image_hover {
    opacity: 1;
  }
}

.vision-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: -1;
}

.vision-card__image_hover {
  opacity: 0;
  transition: 0.4s ease-out;
}

.vision-card__image img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .vision-card__image img {
    bottom: initial;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 15% 33%;
    opacity: 0.3;
  }
}

@media screen and (min-width: 641px) {
  .vision-card_38 .vision-card__image img {
    transform: translate(36%, 55%);
  }

  .vision-card_39 .vision-card__image img {
    transform: translate(35%, 54%);
  }

  .vision-card_40 .vision-card__image img {
    width: 85%;
    transform: translate(21%, 9%);
  }

  .vision-card_41 .vision-card__image img {
    transform: translate(0%, -12%);
  }

  .vision-card_42 .vision-card__image img {
    transform: translate(22%, 47%);
  }

  .vision-card_43 .vision-card__image img {
    transform: translate(35%, 13%);
  }
}

.vision-card__content {
  position: relative;
  z-index: 1;
}

.vision-card__sub-title {
  line-height: 1.6875em;
  margin-bottom: 1em;
}

@media screen and (max-width: 640px) {
  .vision-card__sub-title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .vision-card__title {
    text-shadow: 0px 0px 6px #001133;
  }
}

.vision-card__title p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin-bottom: 0;
}

.type-vision .page-header__title {
  margin: 0;
  font-size: 21px;
  line-height: 1.2857em;
}

.type-vision .page-header__title strong {
  font-size: 27px;
  line-height: 1.2592em;
}

.vision-content__image {
  position: relative;
  background: #001133;
  overflow: hidden;
}

@media screen and (min-width: 993px) {
  .vision-content__image {
    width: 415px;
    margin-right: 52px;
  }
}

.vision-content__image:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

@media screen and (min-width: 993px) {
  .vision-content__image_mobile {
    display: none;
  }
}

.vision-content__image img {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 3px;
}

.type-vision-40 .vision-content__image img,
.type-vision-41 .vision-content__image img {
  top: 50%;
  transform: translateY(-47%);
}

.type-vision-41 .vision-content__image img {
  padding: 0;
}

.type-vision-42 .vision-content__image img {
  top: 0;
  padding: 25px;
}

.type-vision-43 .vision-content__image img {
  top: initial;
  left: initial;
  right: 0;
  bottom: 0;
  padding: 15px 0 0 15px;
}

.vision-content__desc {
  margin-top: 10px;
}

@media screen and (max-width: 992px) {
  .vision-content__desc {
    margin-top: 35px;
  }
}

@media screen and (max-width: 640px) {
  .type-lets_play .page-header__title strong {
    margin: 0px 0 27px;
  }
}

.wbanner {
  height: 266px;
}

@media (max-width: 767px) {
  .wbanner {
    height: 200px;
  }
}

.wbanner a {
  display: block;
  width: 100%;
  height: inherit;
  position: relative;
}

.wbanner a:hover .wbanner__text {
  text-decoration: underline;
}

.wbanner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wbanner__text {
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 640px) {
  .wbanner__text {
    padding: 0;
    font-size: 16px;
  }
}

.wbanner__text span {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .wbanner__text span {
    height: 45px;
  }
}

.wbanner__text svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  margin-left: 10px;
}

.slick-dots {
  bottom: -55px;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li button:before {
  font-size: 10px;
  color: #001333;
  opacity: 0.5;
}

.slick-dots li.slick-active button:before {
  font-size: 16px;
  color: #001333;
  opacity: 1;
}

.slick-prev,
.slick-next {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  top: inherit;
  bottom: -80px;
  color: #001333;
  padding-top: 10px;
}

.slick-prev {
  left: calc(50% - 125px);
}

.slick-next {
  left: calc(50% + 45px);
  right: initial;
}

.slick-next:before {
  content: none;
}

.slick-prev:before {
  content: url(/sites/default/files/2022-09/arrow-left-for-slider.png);
  padding-right: 5px;
}

.slick-next:after {
  content: url(/sites/default/files/2022-09/arrow-right-for-slider.png);
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  padding-left: 5px;
}

.slick-prev:before,
.slick-next:after {
  font-family: inherit;
  font-size: inherit;
  height: 15px;
  opacity: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: inherit;
}

.slider-counter {
  position: absolute;
  left: 50%;
  bottom: -80px;
  transform: translateX(-50%);
  padding: 5px;
}

.letsplay-page-header {
  text-align: center;
}

.letsplay-page-header .page-header__content {
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
}

.letsplay-page-header .page-header__sub-title {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .letsplay-page-header {
    padding: 40px 0 25px;
  }

  .letsplay-page-header.page-second-header {
    padding: 0 0 25px;
  }

  .letsplay-page-header .page-header__title,
  .letsplay-page-header .page-second-header__title {
    font-size: 20px;
  }
}

.scgames__row {
  display: flex;
  width: calc(100% - 302px);
  margin: 0 auto 0;
  position: relative;
  z-index: 1;
}

.scgames__row.mobile {
  justify-content: flex-start;
  min-width: 100%;
  width: auto;
  height: 383px;
  margin-right: -15px;
  margin-left: -15px;
  padding: 0 15px;
}

.scgames__row.mobile .scgames__card {
  position: absolute;
  width: 46%;
  min-width: 190px;
  height: 100%;
  padding-bottom: 40px;
  transition: transform 360ms cubic-bezier(0.19, 1, 0.22, 1), opacity 450ms cubic-bezier(0.19, 1, 0.22, 1);
}

.scgames__row.mobile .scgames__card:last-child {
  opacity: 0;
  animation: fade-in 0.5s ease 0.1s 1 forwards;
}

@keyframes fade-in {
  100% {
    opacity: 1;
  }
}

.scgames__row.mobile .scgames__card__content-wrap {
  width: auto;
  left: 0;
  height: 100%;
}

.scgames__row.mobile .scgames__card .cdmedia {
  height: 100%;
}

.scgames__row.mobile .scgames__card .cdmedia__content {
  height: 100%;
}

.scgames__row.mobile .scgames__card .cdmedia__subtitle {
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .scgames__row.desktop {
    width: calc(100% - 220px);
  }
}

@media screen and (max-width: 640px) {
  .scgames__row.desktop .scgames__card__content-wrap {
    width: calc(100% + 220px);
    left: -110px;
  }
}

.scgames__cards .scgames__card,
.scgames__cards .scgames__card__content-wrap {
  width: 100%;
}

.scgames__cards .scgames__card__content-wrap {
  left: 0;
}

.scgames__cards .scgames__card,
.scgames__cards .scgames__card__content-wrap,
.scgames__cards .cdmedia,
.scgames__cards .cdmedia__content {
  height: 100%;
}

.scgames__cards .cdmedia {
  display: flex;
  flex-direction: column;
}

.scgames__cards .cdmedia__bg {
  padding-bottom: 0;
}

.scgames__cards .cdmedia__text {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
  bottom: 0;
  top: initial;
  transform: none;
  text-align: left;
  padding: 28px 14px;
}

@media (max-width: 767px) {
  .scgames__cards .cdmedia__text {
    padding: 12px;
  }
}

.scgames__cards .cdmedia__text_top {
  flex-grow: 1;
}

.scgames__cards .cdmedia__year {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.14em;
  color: #001333;
  background-color: #FFF100;
  border-radius: 25px;
  padding: 8px 12px;
  cursor: default;
}

.scgames__cards .btn {
  color: #FFFF00;
  background: none;
  padding: 0;
}

.scgames__cards .btn::before {
  border: none;
}

.scgames__cards .btn:hover {
  box-shadow: none;
}

.letsplay__card-link {
  position: static;
  display: inline-flex;
  align-items: center;
}

.letsplay__card-link svg {
  width: 22px;
  height: 22px;
  fill: #FFF100;
}

.scgames__cards .scgames__card .cdmedia__meta {
  position: relative;
  top: initial;
  padding: 12px 5px 0px;
  opacity: 1;
  transform: none;
}

.scgames__cards .scgames__card .cdmedia__count {
  opacity: 0;
}

@media (max-width: 639px) {
  .scgames__cards .scgames__card .cdmedia__count {
    font-size: 12px;
  }
}

.scgames__cards .scgames__card .cdmedia__share {
  display: flex;
  align-items: center;
}

.scgames__cards .scgames__card .cdmedia__share svg {
  margin-right: 5px;
}

.scgames__cards .scgames__card .wtWaiting.share {
  display: none;
}

.scgames__cards.grid {
  display: grid;
  grid-template-columns: 3fr 2fr 1fr 2fr;
  grid-template-rows: repeat(2, 300px);
  gap: 24px;
}

.scgames__cards.grid>.scgames__card:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.scgames__cards.grid>.scgames__card:nth-child(2) {
  grid-column: 2 / 4;
  grid-row: 1 / 2;
}

.scgames__cards.grid>.scgames__card:nth-child(3) {
  grid-column: 4 / 5;
  grid-row: 1 / 2;
}

.scgames__cards.grid>.scgames__card:nth-child(4) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.scgames__cards.grid>.scgames__card:nth-child(5) {
  grid-column: 3 / 5;
  grid-row: 2 / 3;
}

.scgames__cards.grid>.scgames__card:nth-child(3n+6) {
  grid-column: 1 / 2;
}

.scgames__cards.grid>.scgames__card:nth-child(3n+7) {
  grid-column: 2 / 3;
}

.scgames__cards.grid>.scgames__card:nth-child(3n+8) {
  grid-column: 3 / 5;
}

@media screen and (max-width: 992px) {
  .scgames__cards.grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 300px);
  }

  .scgames__cards.grid>.scgames__card:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }

  .scgames__cards.grid>.scgames__card:nth-child(2) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .scgames__cards.grid>.scgames__card:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .scgames__cards.grid>.scgames__card:nth-child(4) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }

  .scgames__cards.grid>.scgames__card:nth-child(5) {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }

  .scgames__cards.grid>.scgames__card:nth-child(2n+6) {
    grid-column: 1 / 2;
  }

  .scgames__cards.grid>.scgames__card:nth-child(2n+7) {
    grid-column: 2 / 3;
  }
}

@media (max-width: 767px) {
  .scgames__cards.grid {
    grid-template-rows: 250px repeat(2, 205px);
  }
}

@media (max-width: 410px) {
  .scgames__cards.grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 205px);
  }

  .scgames__cards.grid>.scgames__card {
    grid-column: 1 !important;
  }

  .scgames__cards.grid>.scgames__card:nth-child(1) {
    grid-row: 1 / 2;
  }

  .scgames__cards.grid>.scgames__card:nth-child(2) {
    grid-row: 2 / 3;
  }

  .scgames__cards.grid>.scgames__card:nth-child(3) {
    grid-row: 3 / 4;
  }

  .scgames__cards.grid>.scgames__card:nth-child(4) {
    grid-row: 4 / 5;
  }

  .scgames__cards.grid>.scgames__card:nth-child(5) {
    grid-row: 5 / 6;
  }
}

.scgames__cards.flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.scgames__cards.flex>.scgames__card {
  flex-basis: 25%;
  padding: 0 15px 30px;
}

.scgames__cards.flex .cdmedia__bg {
  padding-bottom: 250px;
}

.scgames__cards.flex .scgames__card .cdmedia__count {
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .scgames__cards.flex>.scgames__card {
    flex-basis: 50%;
  }
}

@media (max-width: 639px) {

  .scgames__cards.flex .cdmedia__bg {
    padding-bottom: 156px;
  }

  .scgames__cards.flex .scgames__card {
    padding: 0 10px;

  }

  .scgames__cards.flex .slick-slide {
    width: 200px;
  }
}

.scgames__card {
  width: calc(100% - 48px);
  position: relative;
  transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.scgames__card__content-wrap {
  position: relative;
  width: calc(100% + 302px);
  left: -151px;
}

.scgames__card .cdmedia__meta {
  padding: 12px 30px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateY(-20px);
  transition: 500ms ease;
}

@media screen and (max-width: 640px) {
  .scgames__card .cdmedia__meta {
    padding: 12px 15px;
  }
}

.scgames__card .cdmedia__content {
  box-shadow: 0px 0px 21px 0px #fff;
}

.scgames__card.active .cdmedia__bg {
  transform: scale(1.1);
}

.cdmedia {
  position: relative;
  width: 100%;
  z-index: 1;
}

.cdmedia__content {
  position: relative;
  overflow: hidden;
  transform: translateZ(1px);
}

.cdmedia__content:hover .letsplay__card-link {
  text-decoration: underline;
}

.cdmedia__bg {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 69.22%;
  background: #001133;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.cdmedia__bg_quad {
  padding-bottom: 100%;
}

.cdmedia__bg_active-with-shadow,
.cdmedia__bg_inactive-dark-bg {
  transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.cdmedia__bg_inactive-dark-bg:before,
.cdmedia__bg_active-with-shadow:after,
.cdmedia__bg_dark-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 500ms cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}

.cdmedia__bg_dark-bg:before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.75) 11.68%, rgba(0, 0, 0, 0.1) 41.12%);
  opacity: 1;
}

.cdmedia__bg_inactive-dark-bg:before {
  background: #001133;
  opacity: 0.5;
}

.cdmedia__bg_active-with-shadow:after {
  opacity: 0;
  background: linear-gradient(0deg, #000c24 0%, transparent 50%);
}

.active .cdmedia__bg_inactive-dark-bg:before {
  opacity: 0;
}

.active .cdmedia__bg_dark-bg:before {
  opacity: 0.25;
}

.active .cdmedia__bg_active-with-shadow:after {
  opacity: 1;
}

.cdmedia__btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  text-align: center;
  opacity: 0;
  transition: 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.active .cdmedia__btn {
  opacity: 1;
}

.cdmedia__text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  padding: 0 5px;
  color: #fff;
}

.cdmedia__text .cdmedia__subtitle+.btn {
  margin-top: 40px;
}

@media screen and (max-width: 992px) {
  .cdmedia__text .cdmedia__subtitle+.btn {
    margin-top: 20px;
  }
}

.cdmedia__media p {
  margin-bottom: 0;
}

.cdmedia__media video,
.cdmedia__media audio,
.cdmedia__media img,
.cdmedia__media iframe {
  display: block;
  width: 100%;
}

.cdmedia__media_16-9 {
  width: 100%;
  padding-bottom: 56.33%;
  position: relative;
}

.cdmedia__media_16-9 video,
.cdmedia__media_16-9 audio,
.cdmedia__media_16-9 img,
.cdmedia__media_16-9 iframe {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
}

.cdmedia__title {
  font-size: 25px;
  line-height: 1.12em;
  margin-bottom: 0.48em;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  .cdmedia__title {
    font-size: 18px;
  }
}

.cdmedia__subtitle {
  font-size: 20px;
  line-height: 1.35em;
}

.cdmedia__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0px;
  color: #001133;
}

.active .cdmedia .cdmedia__meta,
.cdmedia.open-meta .cdmedia__meta {
  opacity: 1;
  transform: translateY(0px);
}

.cdmedia__top {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .cdmedia__top {
    opacity: 0;
    transition: 500ms ease;
  }
}

@media screen and (max-width: 992px) {
  .cdmedia__top {
    right: 0;
    padding: 18px 25px;
    text-align: center;
  }
}

.cdmedia__top br {
  display: none;
}

.cdmedia__top a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}

.cdmedia__top a:focus {
  color: #FFFF00;
}

.cdmedia__top a,
.cdmedia__top p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

.cdmedia__top strong {
  font-family: "Bodoni Moda", serif;
  font-size: 19px;
  line-height: 1.05em;
  font-weight: 500;
  font-style: italic;
}

.active .cdmedia .cdmedia__top,
.cdmedia.open-meta .cdmedia__top {
  opacity: 1;
}

#views-exposed-form-exh-search-block-exh-search {
  margin: 0 auto;
  width: 650px;
  max-width: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}

#views-exposed-form-exh-search-block-exh-search label {
  font-weight: bold;
}

#views-exposed-form-exh-search-block-exh-search .js-form-type-textfield {
  width: 100%;
}

#views-exposed-form-exh-search-block-exh-search #edit-search-api-fulltext {
  padding-right: 55px;
}

#views-exposed-form-exh-search-block-exh-search #edit-submit-exh-search {
  position: absolute;
  right: 0;
  height: 42px;
  width: 50px;
  background-color: white;
  border: none;
  border-radius: 7px;
  text-align: -9999px;
}

#views-exposed-form-exh-search-block-exh-search #edit-submit-exh-search::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  height: 22px;
  background: #ccc;
}

.view-exh-galleries {
  position: relative;
}

.view-exh-galleries::before {
  content: '';
  width: 316px;
  height: 340px;
  background-image: url(./../images/decor/view-exh-galleries-shapes-left.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: -1;
}

.view-exh-galleries::after {
  content: '';
  width: 675px;
  height: 275px;
  background-image: url(./../images/decor/view-exh-galleries-shapes-right.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -3px;
  z-index: -1;
}

@media (max-width: 767px) {
  .view-exh-galleries::before {
    width: 33%;
  }

  .view-exh-galleries::after {
    width: 80%;
  }
}

.view-exh-galleries__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #001333;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .view-exh-galleries__title {
    font-size: 20px;
  }
}

.gallery-filter {
  background-color: #001333;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #fff;
}

.gallery-filter__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 32.5px;
}

.gallery-filter__search {
  display: flex;
  align-items: flex-end;
  max-width: 490px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 575px) {
  .gallery-filter__search {
    max-width: 340px;
  }
}

.gallery-filter__search__label {
  display: block;
  margin-bottom: 10px;
}

.gallery-filter__search__input-wrap {
  flex-grow: 1;
}

.gallery-filter__search-box {
  display: flex;
}

.gallery-filter__search-row {
  flex-grow: 1;
  position: relative;
}

.gallery-filter__search-clear {
  display: none;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);

  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #FFF100;
  cursor: pointer;
}

.gallery-filter__search-clear svg {
  width: 10px;
  height: 10px;
  stroke: #FFF100;
  margin-left: 5px;
}

.gallery-filter__search__input {
  height: 50px;
  width: 100%;
  border: 1px solid #fff;
  padding: 12px 12px 12px 17px;
  border-radius: 4px 0 0 4px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background-color: #001333;
  cursor: default;
}

.gallery-filter__search__input {
  -webkit-appearance: none;
}

.gallery-filter__search__input:hover {
  cursor: text;
}

.gallery-filter__search__input:focus {
  cursor: text;
}

.gallery-filter__search__input::placeholder {
  color: #fff;
  font-weight: bold;
}

.gallery-filter__search__input::-ms-clear,
.gallery-filter__search__input::-ms-reveal {}

.gallery-filter__search__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background-image: url(./../images/decor/close-yellow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 12px;
  height: 12px;
}

.gallery-filter__search__button {
  cursor: pointer;
  height: 50px;
  width: 100px;
  border: 1px solid #fff;
  border-radius: 0 4px 4px 0;
  outline: none;
  background: none;
  background-color: #FFF100;

  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #001333;
}

.gallery-filter__search__button:focus {
  border-color: #FFFF00;
}

.gallery-filter__search__button__icon {
  width: 18px;
  height: 100%;
}

.gallery-filter__form {
  max-width: 100vw;
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .gallery-filter__form {
    margin-top: 24px;
  }
}

.gallery-filter__form-title {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin-bottom: 32px;
}

.gallery-filter__form .form-item-nodes-titles,
.gallery-filter__form .form-item-field-exh-type-of-story-target-id,
.form-item-field-exh-exhibition-year-target-id,
.gallery-filter__form .form-item-sort-by,
.gallery-filter__form .form-item-sort-order,
.gallery-filter__form .form-item-combine,
.gallery-filter__form .js-form-submit {
  display: none;
}

.gallery-filter__form-clear {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  color: #FFF100;
}

.gallery-filter__form-clear span {
  text-decoration: underline;
  cursor: pointer;
}

.gallery-filter__form-clear span:hover {
  text-decoration: none;
}

.gallery-filter__tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0px -10px -12px;
}

@media (max-width: 767px) {
  .gallery-filter__tags {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0 -6px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .gallery-filter__tags::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
}

.gallery-filter__tags__btn {
  border-radius: 24px;
  border: 1px solid #fff;
  background-color: #001133;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0 10px 12px;
}

@media (max-width: 767px) {
  .gallery-filter__tags__btn {
    flex-shrink: 0;
    padding: 8px 12px;
    margin: 0 6px 0;
  }
}

.gallery-filter__tags__btn::before {
  display: none;
}

.gallery-filter__tags__btn:hover {
  text-decoration: none;
  border-color: transparent;
  background-color: #FFF100;
  color: #001333;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  filter: none;
}

.gallery-filter__tags__btn:active {
  text-decoration: none;
  border-color: rgba(0, 0, 0, 0.25);
  border-bottom-color: transparent;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  filter: none;
}

.gallery-filter__tags__btn:focus {
  text-decoration: none;
}

.gallery-filter__tags__btn.active {
  border-color: transparent;
  background-color: #FFF100;
  color: #001333;
}

.gallery-filter__tags__mobile {
  display: none;
  padding: 11px 15px 11px 15px;
  border-radius: 7px;
  outline: none;
  background: #001133;
  color: #fff;
}

.gallery-filter__tags__mobile path {
  stroke: #fff;
}

.sort-controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

@media screen and (max-width: 640px) {
  .sort-controls {
    justify-content: flex-start;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 641px) {
  .sort-controls__item {
    margin-right: 30px;
  }

  .sort-controls__item:last-child {
    margin-right: 0px;
  }
}

@media screen and (max-width: 640px) {
  .sort-controls__item {
    margin: 0 20px 15px 0;
  }
}

@media screen and (max-width: 640px) {
  .sort-controls__caption {
    width: 100%;
    margin-bottom: 15px;
  }
}

.views-exposed-form {
  display: block;
}

.sort-controls__categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sort-controls__categories a {
  border: none;
  background: transparent;
  position: relative;
  padding: 5px 0;
  text-decoration: none;
  color: inherit;
}

.sort-controls__categories a+a {
  margin-left: 15px;
}

.sort-controls__categories a:after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  height: 1px;
  opacity: 0;
  background-color: #000;
  transition: 0.1s;
}

.sort-controls__categories a.active:after {
  opacity: 1;
}

.sort-controls__order select {
  background: transparent;
  border: none;
}

.gallery-card {
  margin-bottom: 40px;
}

.gallery-card__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #001333;
}

.gallery-card__head {
  padding: 20px 15px 15px;
}

.gallery-card__tag {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 24px;
  background-color: #FFF100;
  text-align: center;
  margin-bottom: 14px;
}

.gallery-card .cdmedia__top {
  padding: 10px 15px;
}

.gallery-card__title {
  font-size: 18px;
  font-weight: 700;
}

.gallery-card__subtitle {
  font-size: 15px;
  margin-bottom: 14px;
}

.gallery-card__descr {
  position: relative;
  transition: height 0.2s;
}

.gallery-card__descr--short {
  height: 60px;
  overflow: hidden;
}

.gallery-card__descr p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

.gallery-card__readmore {
  display: none;
  position: absolute;
  bottom: 1px;
  right: 0;
  font-weight: 700;
  background-color: #fff;
  cursor: pointer;
}

.gallery-card__readmore::before {
  content: '...   ';
  font-weight: 400;
}

.gallery-card__descr--short .gallery-card__readmore {
  display: inline-block;
}

.gallery-card__share.share-btn__wrap .wtShareButton,
.gallery-card__share.share-btn__wrap .wtShareButton:link {
  font-size: 14px;
  margin-right: 15px;
}

.gallery-card__footer {
  padding: 16px 15px;
  position: relative;
  margin-top: auto;
}

.gallery-card__footer::before {
  content: '';
  height: 1px;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #E8E5E5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.gallery-card__footer .btn {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  font-size: 15px;
}

.gallery-card__footer .btn::before {
  display: none;
}

.gallery-card__footer .btn:hover {
  box-shadow: none;
}

.section-galleries .view-content .ec-row {
  margin: 0 -12px -12px;
}

.section-galleries .view-content [class*="ec-col"] {
  padding: 0 12px;
}

@media (max-width: 640px) {
  .section-galleries .view-content [class*="ec-col"] {
    padding: 0;
  }
}

.gallery-page-header {
  background-color: #001333;
  color: #fff;
  text-align: center;
}

.gallery-page-header .page-header__content {
  max-width: 590px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {

  .gallery-page-header .page-header__sub-title,
  .gallery-page-header .page-header__sub-title>* {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .gallery-page-header .page-header__title {
    font-size: 20px;
  }
}

.js-pager__items {
  display: flex;
  justify-content: center;
}

.pager__item {
  user-select: none;
}

.pager__item::before {
  content: attr(data-before);
  display: block;
  text-align: center;
}

.type-exh_panoramas .page-header,
.type-exh_panoramas_2022 .page-header {
  background: #001133;
  color: #fff;
}

@media screen and (max-width: 992px) {

  .type-exh_panoramas .page-header .ec-container,
  .type-exh_panoramas_2022 .page-header .ec-container {
    flex-direction: column;
    text-align: center;
  }
}

.type-exh_panoramas .page-header strong,
.type-exh_panoramas_2022 .page-header strong {
  color: #FFFF00;
}

@media screen and (max-width: 640px) {

  .type-exh_panoramas .page-header strong,
  .type-exh_panoramas_2022 .page-header strong {
    font-size: 45px;
  }
}

.type-exh_panoramas .page-content,
.type-exh_panoramas_2022 .page-content {
  margin-top: -1px;
}

.type-exh_panoramas *,
.type-exh_panoramas_2022 * {
  outline: none;
}

@media screen and (min-width: 451px) {

  .type-exh_panoramas .hide_desktop,
  .type-exh_panoramas_2022 .hide_desktop {
    display: none !important;
  }
}

@media screen and (max-width: 450px) {

  .type-exh_panoramas .hide_mobile,
  .type-exh_panoramas_2022 .hide_mobile {
    display: none !important;
  }
}

.type-exh_panoramas .hide_content,
.type-exh_panoramas_2022 .hide_content {
  position: absolute;
  right: 25px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.panoramas-container {
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
}

.panoramas-header {
  padding: 40px 0 55px;
  color: #fff;
  background-color: #001333;
}

.panoramas-header__title {
  display: flex;
  align-items: flex-end;

  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 767px) {
  .panoramas-header__title {
    display: block;
  }
}

@media (max-width: 640px) {
  .panoramas-header__title {
    font-size: 22px
  }
}

.panoramas-header__title p {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .panoramas-header__title p {
    margin-bottom: 8px;
  }
}

.panoramas-header__subtitle {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

@media (max-width: 640px) {
  .panoramas-header__title {
    font-size: 16px
  }
}

.panaramas-popup-main {
  max-width: 283px;
  width: 100%;
  min-height: 55px;
  padding: 12px 50px;
  border-radius: 100px;
  border: 3px solid #F4F2F7;
  background-color: #92C01A;

  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  transition: background-color 0.2s;
}

.panaramas-popup-main.has-media {
  cursor: pointer;
}

.panaramas-popup-main.has-media .panaramas-popup-main__title {
  max-width: 170px;
  padding-left: 42px;
  position: relative;
}

.section-panoramas-2022[data-panorama-count="2"] .panaramas-popup-main {
  background-color: #9080BC;
}

.section-panoramas-2022[data-panorama-count="3"] .panaramas-popup-main {
  background-color: #059AE5;
}

.section-panoramas-2022[data-panorama-count="4"] .panaramas-popup-main {
  background-color: #A2D5D0;
}

.section-panoramas-2022[data-panorama-count="5"] .panaramas-popup-main {
  background-color: #F39E0C;
}

.h5p-alternative-inner {
  height: auto;
}

.panaramas-popup-main.has-media .panaramas-popup-main__title::before {
  content: '';
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-image: url(./../images/decor/play.svg);
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: 75% 60%;

  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: box-shadow 0.15s;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0);
}

.panaramas-popup-main.has-media:hover .panaramas-popup-main__title::before,
.panaramas-popup-main.has-media:active .panaramas-popup-main__title::before {
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.panaramas-popup-main__icon {
  width: 28px;
  height: 28px;

  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
}

.panaramas-popup-main__title {
  max-width: 200px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #001333;
}

.section-panoramas {
  padding: 0px 0 110px;
  background-color: #001333;
  position: relative;
  z-index: 1;
}

.section-panoramas-2022 .decor {
  position: absolute;
  bottom: -3px;
  z-index: -1;
}

.section-panoramas-2022 .decor path {
  transition: fill 0.2s;
}

.section-panoramas-2022 .l-decor {
  width: 316px;
  height: 340px;
  left: -3px;
}

.section-panoramas-2022 .r-decor {
  width: 675px;
  height: 275px;
  right: -3px;
}

.section-panoramas-2022 .fill1 {
  fill: #007137;
}

.section-panoramas-2022 .fill2 {
  fill: #92C01A;
}

.section-panoramas-2022 .fill3 {
  fill: url(#gradient1);
}

.section-panoramas-2022[data-panorama-count="2"] .fill1 {
  fill: #6C5FAF;
}

.section-panoramas-2022[data-panorama-count="2"] .fill2 {
  fill: #9080BC;
}

.section-panoramas-2022[data-panorama-count="2"] .fill3 {
  fill: url(#gradient2);
}

.section-panoramas-2022[data-panorama-count="3"] .fill1 {
  fill: #003B86;
}

.section-panoramas-2022[data-panorama-count="3"] .fill2 {
  fill: #059AE5;
}

.section-panoramas-2022[data-panorama-count="3"] .fill3 {
  fill: url(#gradient3);
}

.section-panoramas-2022[data-panorama-count="4"] .fill1 {
  fill: #0D5364;
}

.section-panoramas-2022[data-panorama-count="4"] .fill2 {
  fill: #2EB1A8;
}

.section-panoramas-2022[data-panorama-count="4"] .fill3 {
  fill: url(#gradient4);
}

.section-panoramas-2022[data-panorama-count="5"] .fill1 {
  fill: #CD6F15;
}

.section-panoramas-2022[data-panorama-count="5"] .fill2 {
  fill: #F39E0C;
}

.section-panoramas-2022[data-panorama-count="5"] .fill3 {
  fill: url(#gradient5);
}

@media (max-width: 767px) {
  .section-panoramas-2022 .l-decor {
    width: 33%;
    height: 300px;
  }

  .section-panoramas-2022 .r-decor {
    width: 80%;
  }
}

@media (max-width: 640px) {
  .section-panoramas-2022 .l-decor {
    height: 150px;
  }
}

@media (max-width: 413px) {
  .section-panoramas-2022 .l-decor {
    height: 70px;
  }
}

.section-panaramas-pick {
  max-width: 1343px;
  margin: 30px auto !important;
  width: calc(100% - 65px);
}

.section-panaramas-pick__gallery {
  display: flex;
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .section-panaramas-pick__gallery {
    flex-wrap: wrap;
  }
}

.section-panaramas-pick__gallery__desktop {
  flex-grow: 1;
}

.section-panaramas-pick__gallery__mobile {
  flex: 0 0 23.1%;
}

@media screen and (max-width: 640px) {
  .section-panaramas-pick__gallery__mobile {
    flex: 0 0 100%;
  }
}

.section-panaramas-pick__gallery__item {
  margin: 0 10px 20px;
}

.section-panaramas-pick__gallery__item img {
  display: block;
  border-radius: 30px;
}

.panaramas-body {
  position: relative;
}

.panaramas-slider {
  margin: 0 !important;
}

.panaramas-slider__head {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.panaramas-slider__icon {
  display: none;
  width: 41px;
  height: 41px;
  margin-right: 20px;
}

.panaramas-slider__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

@media (max-width: 767px) {
  .panaramas-slider__title {
    font-size: 26px;
  }
}

@media (max-width: 640px) {
  .panaramas-slider__title {
    font-size: 22px;
  }
}

.panaramas-slider__wrap {
  position: relative;
  border-radius: 10px;
  max-width: 1343px;
  width: 100%;
  margin: 0 auto !important;
  background: #fff url(/themes/european_commission/css/libs/ajax-loader.gif) center center no-repeat;
  z-index: 1;
}

@media (max-width: 640px) {
  .panaramas-slider__wrap {
    width: 100vw;
    left: -15px;
  }
}

.panaramas-slider__wrap.show-item:before {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  background-color: #001133;
}

.panaramas-slider .panaramas-zoom-wrap {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.panaramas-slider-item {
  position: relative;
  margin-bottom: -5px;
}

.panaramas-slider-item__img {
  min-width: 100%;
}

@media screen and (min-width: 451px) {
  .panaramas-slider-item__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .panaramas-slider-item__img-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.4%;
  }
}

.panaramas-slider-nav {
  width: 40px;
  height: 80px;
  border-radius: 5px;
  border: 1px solid #DADADA;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35), inset 0px 0px 7px 2px #D7CFCF;

  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 2;
}

.panaramas-slider-nav__btn {
  display: block;
  width: 100%;
  height: 50%;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 28px;
  color: #717478;
  transition: color 0.2s;
}

.panaramas-slider-nav__btn:hover,
.panaramas-slider-nav__btn:active {
  color: #001333;
}

.panaramas-slider-points {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.panaramas-slider-points__item {
  position: absolute;
  cursor: pointer;
  appearance: none;
  border: none;
  color: #001333;
  transition: color 0.1s;
}

.panaramas-slider-points__item>span {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 44px;
  height: 44px;
  padding: 1px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0 0 0 8px rgba(0, 19, 51, 0.1), 0 0 0 16px rgba(0, 19, 51, 0.2);

  font-size: 12px;
  line-height: 1em;
  font-weight: 600;
  color: inherit;
  word-break: break-all;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: 0.3s box-shadow ease 0s;
}

@media (max-width: 640px) {
  .panaramas-slider-points__item>span {
    width: 40px;
    height: 40px;
  }
}

.panaramas-slider-points__item:hover>* {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0 0 0 4px rgba(0, 19, 51, 0.1), 0 0 0 8px rgba(0, 19, 51, 0.2);
}

.panaramas-slider-points__item:disabled {
  color: #001133;
}

.panaramas-slider-points__item:disabled>* {
  background-color: #e2e2e2;
}

.panaramas-slider-points__item:active>* {
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25), 0 0 0 4px rgba(0, 19, 51, 0.1), 0 0 0 8px rgba(0, 19, 51, 0.2);
}

.panaramas-slider__zoom-message {
  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 180px;
  max-width: 50%;
  width: 100%;
  padding: 20px;
  background-color: rgba(0, 19, 51, 0.8);
  border-radius: 10px;

  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.panaramas-slider__zoom-message span {
  display: inline-block;
  max-width: 365px;
}

@media (max-width: 767px) {
  .panaramas-slider__zoom-message {
    max-width: 312px;
    padding: 20px 10px;
  }
}

@media (max-width: 413px) {
  .panaramas-slider__zoom-message {
    max-width: 275px;
    font-size: 20px;
  }
}

.panaramas-popup {
  width: calc(100% - 84px);
  max-width: 630px;
  height: auto;
  box-shadow: 0 0 11px rgba(255, 255, 255, 0.4);
  background-color: #001133;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 35px 30px;
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  min-width: 480px;
  overflow: hidden;
}

.panaramas-popup__wrap {
  max-height: 590px;
  padding-right: 15px;
  margin-right: -15px;
  scrollbar-width: 4px;
  scrollbar-color: #fff transparent;
  overflow: auto;
}

.panaramas-popup__wrap::-webkit-scrollbar {
  width: 4px;
}

.panaramas-popup__wrap::-webkit-scrollbar-track {
  background: transparent;
}

.panaramas-popup__wrap::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid transparent;
}

.panaramas-popup.show {
  display: block;
  opacity: 1;
  visibility: visible;
}

.panaramas-popup__close {
  position: absolute;
  top: 17px;
  right: 35px;
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 700;
  color: #FFF100;
  background: transparent;
  border: none;
  cursor: pointer;
}

.panaramas-popup__close .ecl-link__icon {
  display: none;
}

.panaramas-popup__close span {
  display: inline-block;
  margin-right: 5px;
}

.panaramas-popup__close svg path {
  stroke: #FFFF00;
}

.panaramas-popup__close:active svg path {
  stroke: #ECDF00;
}

.panaramas-popup__close:hover span {
  text-decoration: underline;
}

.panaramas-popup__close:active span {
  color: #ECDF00;
  text-decoration: underline;
}

.panaramas-popup__close:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.panaramas-popup__close:disabled svg path {
  stroke: #fff;
}

@media screen and (max-width: 380px) {
  .panaramas-popup__close {
    top: 15px;
    right: 25px;
  }
}

.panaramas-popup__content {
  margin: 0;
}

.panaramas-popup__content img {
  height: auto;
  width: 100%;
  max-height: 370px;
}

.panaramas-popup__caption {
  font-family: "Bodoni Moda", serif;
  font-size: 16px;
  color: #fff;
  margin-bottom: 8px;
}

.panaramas-popup__title {
  font-size: 28px;
  line-height: 1.4em;
  color: #fff;
  margin-bottom: 5px;
}

.panaramas-popup__subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 22px;
}

@media screen and (max-width: 450px) {
  .panaramas-popup__title {
    font-size: 25px;
  }
}

.panaramas-popup__desc {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}

.panaramas-popup__desc>* {
  margin-bottom: 20px;
}

.panaramas-popup__link-content {
  width: 100%;
  text-align: right;
}

.panaramas-popup__link-footer {
  color: #fff;
  font-size: 16px;
  padding-top: 12px;
  border-top: 1px solid #fff;
  margin-top: 1px;
  margin-right: 4px;
}

.panaramas-popup__link-footer:empty {
  display: none;
}

.panaramas-popup__link-footer p {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

.panaramas-popup__link-footer a {
  display: inline-flex;
  align-items: center;
}

.panaramas-popup__link-footer a svg {
  margin-left: 10px;
}

.panaramas-popup__link-footer strong {
  font-family: Arial, sans-serif;
}

@media screen and (max-width: 450px) {
  .panaramas-popup__link-footer p {
    margin: 5px 0 0;
    display: block;
  }
}

@media screen and (max-width: 350px) {
  .panaramas-popup__link-footer {
    font-size: 14px;
  }
}

.panaramas-popup__content {
  clear: both;
}

.panaramas-popup a {
  color: #FFFF00;
  font-weight: 600;
  text-decoration: none;
}

.panaramas-popup a:hover {
  text-decoration: underline;
}

.panaramas-popup a:active {
  color: #ECDF00;
  filter: none;
  text-decoration: underline;
}

.panaramas-popup a:active svg {
  fill: #ECDF00;
}

.panaramas-popup a:disabled {
  color: #fff;
  opacity: 0.5;
}

@media screen and (max-width: 520px) {
  .panaramas-popup {
    min-width: 400px;
  }
}

@media screen and (max-width: 450px) {
  .panaramas-popup {
    width: calc(100% - 50px);
    min-width: 350px;
  }
}

@media screen and (max-width: 380px) {
  .panaramas-popup {
    min-width: 100%;
    padding: 35px 20px 22px;
  }
}

.panaramas-slider .slick-arrow {
  display: none !important;
}

.panaramas-pager {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

.panaramas-pager__nav {
  display: flex;
  align-items: center;
  color: #fff;
}

.panaramas-pager__arrow {
  display: inline-flex;
  align-items: center;

  border: none;
  background: transparent;
  color: transparent;
  cursor: pointer;

  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #FFF100;
}

.panaramas-pager__arrow svg {
  width: 18px;
  height: 18px;
  fill: #FFF100;
}

.panaramas-pager__arrow:hover span {
  text-decoration: underline;
}

.panaramas-pager__arrow:active span {
  color: #ECDF00;
  text-decoration: underline;
}


.panaramas-pager__arrow_prev {
  margin-right: 18px;
}

.panaramas-pager__arrow_prev svg {
  transform: rotate(90deg);
  margin-right: 8px;
}

.panaramas-pager__arrow_next {
  margin-left: 18px;
}

.panaramas-pager__arrow_next svg {
  transform: rotate(-90deg);
  margin-left: 8px;
}

.panaramas-pager__arrow:disabled {
  pointer-events: none;
  color: #808999;
}

.panaramas-pager__arrow:disabled svg {
  fill: #808999;
}

.panaramas-pager__dots {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

.panaramas-pager__dot {
  width: 10px;
  height: 10px;
  border: none;
  margin: 0 5px;
  overflow: hidden;
  color: transparent;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  position: relative;
  overflow: visible;
}

.panaramas-pager__dot.active {
  width: 14px;
  height: 14px;
  background-color: #fff;
}

.panaramas-pager__dot.active:disabled {
  background-color: rgba(255, 255, 255, 0.25);
}

.panaramas-pager__dot:not(.active):hover {
  background-color: #fff;
}

.panaramas-pager__dot:disabled {
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.25);
}

.panaramas-pager__dot:not(.active):focus:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #FFFF00;
}

.panaramas-pager__dot-wrap {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .panaramas-pager {
    margin-top: 40px;
    margin-left: 0;
    justify-content: center;
  }
}

@media screen and (max-width: 640px) {
  .panaramas-pager {
    margin-top: 24px;
  }
}

@media screen and (max-width: 640px) {
  .type-exh_about_us .btn__wrap.ta-center-mobile {
    margin-bottom: 20px;
  }
}

.page-node-type-exh-game .page-header {
  padding-bottom: 0;
  position: relative;
  z-index: 10;
}

.game-section {
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

.game-section::before {
  content: '';
  width: 316px;
  height: 340px;
  background-image: url(./../images/decor/view-exh-galleries-shapes-left.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: -1;
}

.game-section::after {
  content: '';
  width: 675px;
  height: 275px;
  background-image: url(./../images/decor/view-exh-galleries-shapes-right.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -3px;
  z-index: -1;
}

@media (max-width: 767px) {
  .game-section::before {
    width: 33%;
  }

  .game-section::after {
    width: 80%;
  }
}

.game-section__year {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 24px;
  background-color: #FFF100;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #001333;
  margin-top: 13px;
}

.game-section__game {
  margin-top: 30px;
  position: relative;
}

@media (max-width: 640px) {
  .game-section__game {
    margin: 30px -15px 0;
  }
}

.game-section__game>.ecl-u-type-bold,
.game-section__game>.ecl {
  display: none;
}

.game-section__share {
  justify-content: flex-end;
  margin-top: 15px;
}

.game-section__related-panaramas {
  margin-top: 20px;
}

.game-section__info {
  margin-top: 70px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #001333;
}

.game-section__info p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

@media (max-width: 640px) {
  .game-section__info {
    max-width: 300px;
    margin: 45px auto 0;
    text-align: center;
    font-size: 16px;
  }
}

.game-section__info a {
  font-weight: 700;
  color: inherit;
}

.game-section__info a:hover {
  text-decoration: underline;
}

.back-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #001333;
  margin-bottom: 35px;
}

.back-link--with-icon {
  display: inline-flex;
  align-items: center;
}

.back-link--with-icon svg {
  width: 12px;
  height: 12px;
  fill: #001333;
  transform: rotate(90deg);
  margin-right: 8px;
}

.page-node-type-exh-game .h5p-iframe-wrapper iframe.h5p-iframe {
  border-radius: 10px;
  border: none !important;
  max-width: 1343px;
  width: calc(100% - 30px);
}

.all-posts__label {
  text-align: right;
}

#search-form {
  display: none;
}

#search-form+h2 {
  display: none;
}

.js-pager__items.pager {
  list-style: none;
}

.ecl-button__container {
  pointer-events: none;
}

.status-message {
  padding: 15px 0;
  text-align: center;
}

.status-message_success {
  background: #248c28;
  color: #fff;
}

.status-message_error {
  background: #d42f23;
  color: #fff;
}

.share-btn__wrap {
  display: flex;
  align-items: center;
}

.share-btn__wrap svg {
  margin-right: 5px;
}

.share-btn__wrap .wtShareButton,
.share-btn__wrap .wtShareButton:link {
  background: transparent;
  border: none;
  min-width: auto;
  padding: 0;
  margin: 0;
  color: inherit !important;
}

.share-btn__wrap .wtShareButton:active {
  color: #ECDF00 !important;
  text-decoration: underline;
  filter: none;
}

.wt-etrans svg {
  display: inline-block;
  vertical-align: bottom;
}

.ecl-form-label__required {
  color: #fff;
}

[lang="bg"] .panaramas-slider-points__item>span,
[lang="es"] .panaramas-slider-points__item>span {
  font-size: 10.5px;
}

[lang="cs"] .panaramas-slider-points__item>span,
[lang="el"] .panaramas-slider-points__item>span,
[lang="lv"] .panaramas-slider-points__item>span,
[lang="nl"] .panaramas-slider-points__item>span,
[lang="pl"] .panaramas-slider-points__item>span,
[lang="sk"] .panaramas-slider-points__item>span,
[lang="sl"] .panaramas-slider-points__item>span,
[lang="fi"] .panaramas-slider-points__item>span {
  width: 50px;
  height: 50px;
  font-size: 10px;
}

@media screen and (min-width: 993px) {
  [lang="ga"] .type-panoramas .t-h1-a {
    font-size: 60px;
  }

  [lang="da"] .t-home,
  [lang="de"] .t-home,
  [lang="fi"] .t-home,
  [lang="sv"] .t-home {
    font-size: 150px;
  }

  [lang="nl"] .t-home {
    font-size: 135px;
  }

  [lang="da"] .section-vision .t-h1-a,
  [lang="bg"] .section-vision .t-h1-a,
  [lang="de"] .section-vision .t-h1-a,
  [lang="ga"] .section-vision .t-h1-a,
  [lang="lv"] .section-vision .t-h1-a,
  [lang="hu"] .section-vision .t-h1-a,
  [lang="pl"] .section-vision .t-h1-a,
  [lang="sk"] .section-vision .t-h1-a,
  [lang="hr"] .section-vision .t-h1-a,
  [lang="el"] .section-vision .t-h1-a,
  [lang="fi"] .section-vision .t-h1-a,
  [lang="cs"] .section-vision .t-h1-a,
  [lang="da"] .section-vision .t-h1-a,
  [lang="et"] .section-vision .t-h1-a,
  [lang="lt"] .section-vision .t-h1-a,
  [lang="nl"] .section-vision .t-h1-a,
  [lang="sv"] .section-vision .t-h1-a {
    font-size: 50px;
  }
}

@media screen and (min-width: 1201px) {

  [lang="bg"] .section-vision .t-h1-a strong,
  [lang="de"] .section-vision .t-h1-a strong,
  [lang="ga"] .section-vision .t-h1-a strong,
  [lang="lv"] .section-vision .t-h1-a strong,
  [lang="hu"] .section-vision .t-h1-a strong,
  [lang="pl"] .section-vision .t-h1-a strong,
  [lang="sk"] .section-vision .t-h1-a strong,
  [lang="hr"] .section-vision .t-h1-a strong,
  [lang="el"] .section-vision .t-h1-a strong,
  [lang="fi"] .section-vision .t-h1-a strong,
  [lang="cs"] .section-vision .t-h1-a strong,
  [lang="da"] .section-vision .t-h1-a strong,
  [lang="et"] .section-vision .t-h1-a strong,
  [lang="lt"] .section-vision .t-h1-a strong,
  [lang="nl"] .section-vision .t-h1-a strong,
  [lang="sv"] .section-vision .t-h1-a strong {
    font-size: 90px;
    word-break: break-all;
  }
}
