@charset "UTF-8";
@keyframes zoomInBackground {
  from {
    background-size: 50% auto;
  }
  to {
    background-size: 60% auto;
  }
}
@keyframes zoomInBackgroundMobil {
  from {
    background-size: auto 50vh;
  }
  to {
    background-size: auto 60vh;
  }
}
@font-face {
  font-family: 'CeraPro-Regular';
  src: url("../fonts/CeraPro-Regular.svg") format("svg"), url("../fonts/CeraPro-Regular.woff") format("woff"), url("../fonts/CeraPro-Regular.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CeraPro-Bold';
  src: url("../fonts/CeraPro-Bold.svg") format("svg"), url("../fonts/CeraPro-Bold.woff") format("woff"), url("../fonts/CeraPro-Bold.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
  font-size: 16px;
}

body {
  height: 100%;
  line-height: 1.42;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

section {
/*   position: relative; */
  width: 100%;
  overflow: hidden;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

button {
  cursor: pointer;
}

button:focus,
input:focus,
a:focus,
textarea:focus {
  outline: 0;
  text-decoration: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}

img {
  height: auto;
  max-width: 100%;
}

.wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden;
}

.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section__text {
  font-family: 'CeraPro-Regular';
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}

.section__title {
  font-family: 'CeraPro-Bold';
  font-size: 50px;
  line-height: 48px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}

.section__title span {
  font-family: 'CeraPro-Regular';
  color: #b7901a;
}

.loader__title {
  position: absolute;
  z-index: 60;
  top: -webkit-calc(50vh + 226px);
  top: calc(50vh + 226px);
  color: #fff;
  font-size: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: 'CeraPro-Bold', Arial, Helvetica, sans-serif;
}

.hero.active .hero__content,
.hero.active .slick-dots,
.hero.active .slider__controls {
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.hero__slider-item_contacts .showMore__block {
  margin-bottom: 57px;
}

.hero__box {
  height: 100vh;
  background-position: center left;
  background-repeat: no-repeat;
  -webkit-background-size: 60% auto;
  background-size: 60% auto;
  background-color: #021c3e;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.hero__box.active .hero__title,
.hero__box.active .hero__desc,
.hero__box.active .hero__controls,
.hero__box.active .showMore__block {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.hero__box.active {
  animation: zoomInBackground 8s ease-in-out forwards;
}

.hero__content {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #021c3e;
  padding-top: 130px;
  padding-left: 10%;
  -webkit-transition: .8s linear 0s,opacity .8s linear .2s;
  -o-transition: .8s linear 0s,opacity .8s linear .2s;
  transition: .8s linear 0s,opacity .8s linear .2s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background: radial-gradient(#103167, #000000);
  background-size: 200%;
  background-position-x: right;
}

.hero__container {
  width: 100%;
  max-width: 530px;
/*   min-height: 450px; */
}

.hero__contentwrapper {
  margin-bottom: 10px;
  -webkit-transition: .5s linear 1.2s;
  -o-transition: .5s linear 1.2s;
  transition: .5s linear 1.2s;
}

.hero__title {
  margin-bottom: 30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(40%);
  -ms-transform: translateX(40%);
  transform: translateX(40%);
  -webkit-transition: .5s linear .9s;
  -o-transition: .5s linear .9s;
  transition: .5s linear .9s;
}

.hero__desc {
  margin-bottom: 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(40%);
  -ms-transform: translateX(40%);
  transform: translateX(40%);
  -webkit-transition: .5s linear 1.2s;
  -o-transition: .5s linear 1.2s;
  transition: .5s linear 1.2s;
}

.hero__desc ul {
  margin-top: 20px;
}

.hero__desc * {
  line-height: 1.6;
}

.hero__desc p:has(> strong):last-of-type {
  padding-top: 15px;
}

.hero__desc .socials__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 180px;
  margin-bottom: 40px;
}

.hero__desc .socials__list li {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.hero__desc .socials__list .contacts__linkimg {
  width: 20px;
}

.hero__desc .contacts__list li {
  margin-bottom: 10px;
}

.hero__desc.mobile {
  height: 10%;
}

.hero__controls {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(40%);
  -ms-transform: translateX(40%);
  transform: translateX(40%);
  -webkit-transition: .5s linear 1.5s;
  -o-transition: .5s linear 1.5s;
  transition: .5s linear 1.5s;
}

.hero__link {
  font-family: 'CeraPro-Bold';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.hero__link:last-child {
  margin-bottom: 0;
}

.hero__link span {
  margin-right: 10px;
}

.hero__link:hover {
  color: #b7901a;
}

.hero__link:hover .hero__link-svg {
  fill: #b7901a;
}

.hero__link-svg {
  fill: #fff;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}

.hero__floor {
  font-family: 'CeraPro-Regular';
  font-size: 14px;
  color: #ffffff;
  text-align: right;
  position: absolute;
  right: 30px;
  bottom: 10px;
  cursor: pointer;
	-webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}

.hero__floor span {
  font-family: 'CeraPro-Bold';
}

.showMore__block {
  display: inline-block;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s linear .9s;
  -o-transition: .5s linear .9s;
  transition: .5s linear .9s;
  margin-bottom: 20px;
  display: none;
}

.showMore__btn {
  border: 0px solid transparent;
  padding: 0;
  background-color: transparent;
  color: #b7901a;
  font-size: 16px;
}

.logo svg {
  width: 159%;
  margin: -200px -19px -45px -85px;
}
.logo {
  /* display: block; */
  position: absolute;
  left: 50%;
  top: 51%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 78%;
  height: 100%;
  max-width: 257px;
  max-height: 280px;
  /* display: -webkit-box; */
  /* display: -webkit-flex; */
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5;
  /*background: #d09764;*/
}

.svg-background {
  width: 100%;
  height: 100%;
  z-index: -1;
}

.logo__black {
  display: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slider__controls {
  position: absolute;
  top: 13%; 
/*  top: 30.5%;*/
  left: 50%;
  right: 0;
  padding-left: 10%;
  z-index: 60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateX(40%);
  -ms-transform: translateX(40%);
  transform: translateX(40%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .5s linear .6s;
  -o-transition: .5s linear .6s;
  transition: .5s linear .6s;
}

.slider__controls-wrap {
  max-width: 530px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}

.hero__num {
  margin: 0 15px;
}

.slider__arrow {
  font-size: 0;
  cursor: pointer;
}

.slider__arrow:before {
  content: '';
  display: block;
  font-size: 0;
  width: 23px;
  height: 18px;
  background-image: url("../images/arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.slider__prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.scrollmenu {
  white-space: nowrap;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.scrollmenu .slick-next:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/chevron-right.svg");
}

.scrollmenu .slick-prev:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/chevron-left.svg");
}

.leftNav {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  font-size: 0;
}

.rightNav {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.1em;
  font-size: 0;
}

.NavImg {
  fill: #ffffff;
}

.slider__options {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 50%;
  padding: 0 10px;
  -webkit-transition: .8s linear .2s;
  -o-transition: .8s linear .2s;
  transition: .8s linear .2s;
}

.slider__options.mob {
  top: auto;
  bottom: 5px;
  display: none;
}

.slider__optionslink {
  font-family: 'CeraPro-Regular';
  display: inline-block;
  font-size: 18px;
  text-align: center;
  height: auto;
  color: #ffffff;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}

.slider__optionslink:hover {
  color: #b7901a;
}

.slider__optionslink.active {
  color: #b7901a;
}

.menu__controls {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 7;
  cursor: pointer;
}

.menu__controls.active .menu__controls-btn {
  background-color: transparent;
}

.menu__controls.active .menu__controls-btn:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}

.menu__controls.active .menu__controls-btn:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0;
}

.menu__controls-btn {
  width: 100%;
  height: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}

.menu__controls-btn:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 5px;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}

.menu__controls-btn:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 5px;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}

.menu {
  position: absolute;
  top: 0;
  right: 50%;
  left: 0;
  bottom: 0;
  background-color: black;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}

.menu.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.menu__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.menu__list {
  margin-bottom: 15px;
}

.menu__item {
  cursor: pointer;
  font-family: 'CeraPro-Regular';
  margin: 5px 15px;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}

.menu__item:hover {
  color: #b7901a;
}

.contacts {
  margin-bottom: 15px;
}

.contacts__elem {
  margin-bottom: 10px;
}

.contacts__link {
  font-size: 16px;
  color: #ffffff;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}

.contacts__link:hover {
  color: #b7901a;
  border-bottom-color: #b7901a;
}

.socials__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.socials__item {
  margin: 0 5px;
}

.socials__link {
  display: block;
  font-size: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
}

.page__lang {
  position: absolute;
  left: 51vw;
  bottom: 1vh;
}

.page__lang--label {
  cursor: pointer;
  margin-right: .4vw;
}

.page__lang--label:last-child {
  margin-right: 0;
}

.page__lang--rad {
  display: none;
}

.page__lang--rad:checked + .page__lang--txt {
  opacity: 1;
  font-size: 16px;
}
.page__en-ru{
  opacity: 1!important;
  font-size: 16px!important;
}

.page__lang--txt {
  font-family: 'CeraPro-Regular';
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: .7;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.contact {
  background-color: #000000;
  height: 100vh;
}

.contact__content {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact__content .contacts__link {
  font-size: 21px;
}

@media screen and (max-width: 1440px) {
  .section__title {
    font-size: 40px;
    line-height: 38px;
  }
  .section__text{
    font-size: 16px;
  }
}

@media screen and (max-width: 1280px) {
  .section__text {
    font-size: 14px;
  }

  .hero__container {
    min-height: auto;
  }

  .slider__optionslink {
    font-size: 1.33vw;
  }
}
@media screen and (max-width: 1500px) {
.logo {
    /* display: block; */
    position: absolute;
    left: 50%;
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 87%;
    height: 100%;
    max-width: 175px;
    max-height: 152px;
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 5;
    /*background: #d09764;*/
}
  .logo svg {
    width: 159%;
    margin: -245px -19px -45px -55px;
    /*margin: -165px -19px -45px -55px;*/
}
}

@media screen and (max-width: 1025px) {
  .slider__optionslink {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .hero__content {
    width: 70%;
  }
  .sidepanel {
    width: 97% !important;
  }

  .logo {
    left: 20%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block; */
    position: absolute;
    /* left: 50%; */
    top: 51%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 67%;
    height: 100%;
    max-width: 204px;
    max-height: 212px;
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 5;
    /*background: #d09764;*/
  }
  .logo svg {
    width: 159%;
    margin: -169px -19px -32px -64px;
}

  .slider__controls {
    left: 30%;
  }

  .slider__options {
    left: 30%;
    width: 70%;
  }

  .menu {
    z-index: 6;
    right: 70%;
  }
}

@media screen and (max-width: 992px) {
  .hero__title {
    font-size: 30px;
  }

  .page__lang {
    left: -webkit-calc(30% + 1vw);
    left: calc(30% + 1vw);
  }
}

@media screen and (max-width: 920px) {
  .slider__optionslink {
    font-size: 16px;
  }
}

@media screen and (max-height: 860px) and (max-width: 768px) {
  .slider__controls {
    top: -webkit-calc(60vh + 20px) !important;
    top: calc(60vh + 20px) !important;
  }
}

@media screen and (max-width: 820px) {
  .hero__box {
    display: block;
    height: auto;
    min-height: 100vh;
    padding-top: 50vh;
  }

  .hero__box {
    -webkit-background-size: auto 60vh;
    background-size: auto 60vh;
    background-position: 50% 0px;
  }
  
  .hero__box.active {
    animation: zoomInBackgroundMobil 10s ease-in-out forwards;
  }

  .hero__content {
    width: 100%;
    height: auto;
    min-height: 50vh;
    padding-left: 0;
    padding-top: 45px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
  }

  .hero__contentwrapper.mobile {
    max-height: 25px;
    overflow: hidden;
  }

  .hero__contentwrapper.revealed {
    max-height: none;
    overflow: auto;
  }

  .hero__title {
    margin-bottom: 15px;
  }

  .hero__desc {
/*     margin-bottom: 10px; */
	  margin-bottom: 0;
  }

  .hero__desc ul {
    margin-bottom: 10px;
  }

  .hero__controls {
    margin-bottom: 15px;
  }

  .hero__floor {
    opacity: 0.3;
  }

  .showMore__btn:after {
    font-family: 'CeraPro-Regular', Arial, Helvetica, sans-serif;
    content: "Подробнее...";
  }

  .showMore__btn.hide:after {
    content: "...Свернуть";
  }

 .logo svg {
  width: 140%;
  margin: -104px -171px -154px -51px;
}
.logo {
  /* display: block; */
  position: absolute;
  left: 50%;
  top: 38%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 78%;
  height: 100%;
  max-width: 169px;
  max-height: 141px;
  /* display: -webkit-box; */
  /* display: -webkit-flex; */
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5;
  /*background: #d09764;*/
}
  .slider__controls {
    right: auto;
    left: 0px;
    top: -webkit-calc(50vh + 10px) !important;
    top: calc(50vh + 10px) !important;
  }

  .slider__options {
    top: 73%;
    left: 0;
    width: 100%;
  }

  .slider__optionslink {
    margin: 0 30px;
    font-size: 14px;
    opacity: .3;
  }

  .slider__optionslink.active {
    color: #ffffff;
  }

  .slider__optionslink.slick-current {
    opacity: 1;
    font-size: 16px;
  }

  .slider__optionslink.closest {
    opacity: .6;
  }

  .menu {
    right: 0;
  }

  .page__lang {
    left: auto;
    right: 2vw;
    bottom: auto;
    top: 51vh;
  }
  .hero__name {
    left: 5vw;
    top: 1vh !important;
    bottom: auto !important;
    font-size: 22px !important;
    background-color: #00000078;
    width: 60%;
    padding: 0 20px;
  }
	.hero__floor {
		right: 20px;
		bottom: 40px;
	}
}

@media screen and (max-width: 640px) {
  .slider__optionslink {
    margin: 0 15px;
  }

  .slider__optionslink {
    margin: 0 10px;
  }

  .slider__optionslink:hover {
    color: #ffffff;
  }
	.hero__contentwrapper {
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 560px) {
  .hero__container {
    width: 100%;
    padding-top: 30px;
  }
}

@media screen and (max-width: 520px) {
  .slider__controls {
    padding-left: 15px;
  }
}

@media screen and (max-width: 480px) {
  .section__text {
    font-size: 12px;
  }

  .section__title {
    font-size: 20px;
    line-height: 26px;
  }

  .hero__content {
    padding-top: 32px;
  }

  .hero__title {
    margin-bottom: 10px;
  }

  .hero__controls {
/*     position: absolute; */
/*     bottom: 0; */
  }

  .hero__floor {
    font-size: 12px;
    width: 160px;
    margin-left: 50%;
  }

  .hero__num {
    font-size: 14px;
    margin: 0 10px;
  }

  .slider__arrow:before {
    width: 14px;
  }

  .slider__optionslink {
    padding: 0;
  }

  .page__lang--rad:checked + .page__lang--txt {
    font-size: 14px;
  }

  .page__lang--txt {
    font-size: 12px;
  }
}

@media screen and (max-width: 420px) {
  .hero__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 380px) {
  .hero__container {
    min-height: 35vh;
  }

  .hero__num {
    font-size: 12px;
  }

  .slider__arrow:before {
    width: 12px;
  }
}

@media screen and (max-width: 380px) and (min-height: 660px) {
  .hero__title {
    margin-top: 5vh;
  }
}

@media screen and (max-height: 980px) {
  .slider__controls {
    top: 13%; 
/*  	top: 26.5%;*/
  }
}

@media screen and (max-height: 860px) {
  .slider__controls {
     top: 13%;
/*	top: 21.5%; */
  }
  .sidepanel {
    font-size: .9em !important;
  }
}