header {
  background: #282727;
  height: 80px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 5;
  gap: 10px;
}
@media all and (max-width: 991px) {
  header {
    height: auto;
    display: block;
    position: static;
    gap: 0;
  }
}
@media all and (max-width: 480px) {
  header {
    position: static;
  }
}
header .menu {
  display: flex;
}
@media all and (max-width: 991px) {
  header .menu {
    text-align: center;
    display: block;
  }
}
header .menu .item {
  margin: 0 25px;
  font: 600 18px DSGreece, sans-serif;
  position: relative;
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  header .menu .item {
    margin: 0 15px;
  }
}
@media all and (max-width: 991px) {
  header .menu .item {
    line-height: 1.5;
  }
}
header .menu .item a {
  color: #fff;
  line-height: 1.35;
  text-align: center;
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  header .menu .item a {
    font-size: 16px;
  }
}
header .menu .item a:hover {
  color: #f08128;
}
header .lang-switcher {
  padding-right: 10px;
}
@media all and (max-width: 991px) {
  header .lang-switcher {
    position: absolute;
    right: 0;
    top: 25px;
    height: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 10;
  }
}
header .lang-switcher .lang {
  display: inline-block;
  font: 600 18px Romanica, sans-serif;
  line-height: 1.35;
  color: #979797;
}
header .lang-switcher .lang a {
  color: #f08128;
  line-height: 1.35;
  text-align: center;
  text-decoration: underline;
  padding: 0 5px;
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  header .lang-switcher .lang a {
    font-size: 16px;
  }
}
header .lang-switcher .lang a.is-active {
  color: #979797;
}
@media all and (min-width: 992px) {
  header .lang-switcher .lang a.is-active:hover {
    border-bottom: 2px solid #282727;
    color: #979797;
  }
}
@media all and (min-width: 992px) {
  header .lang-switcher .lang a:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
  }
}

section.hero {
  background: #282727;
}
section.hero .partners {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  row-gap: 30px;
  max-width: 1400px;
  margin: 0 auto -50px;
}
section.hero .partners img {
  margin: 0 20px;
}
section.hero .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  positioN: relative;
}
@media all and (max-width: 991px) {
  section.hero .wrapper {
    min-height: 440px;
  }
}
@media all and (max-width: 680px) {
  section.hero .wrapper {
    min-height: auto;
  }
}
@media all and (max-width: 480px) {
  section.hero .wrapper {
    padding-bottom: 1px;
    padding-top: 42px;
  }
}
section.hero .wrapper svg {
  display: block;
  max-height: 100vh;
  margin: 0 auto;
}
@media all and (min-width: 991px) {
  section.hero .wrapper svg {
    min-height: 600px;
    max-width: 100%;
  }
}
section.hero .wrapper .request {
  position: absolute;
  right: 240px;
  bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: block;
}
@media all and (max-width: 991px) {
  section.hero .wrapper .request {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }
}
@media all and (max-width: 480px) {
  section.hero .wrapper .request {
    position: static;
    transform: none;
    margin: 0 0 20px 0;
  }
}
section.hero .wrapper .request .button {
  width: 300px;
  height: 75px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  background: #f08128;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
}
@media all and (max-width: 480px) {
  section.hero .wrapper .request .button {
    height: auto;
    padding: 10px 15px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    width: 280px;
  }
}
section.hero .wrapper .request .button:hover {
  background: #eb5c1d;
}

@media all and (min-width: 992px) {
  .menu-burger {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .lock {
    height: 100%;
    overflow: hidden;
    /*padding-right: 17px;*/
    margin-right: calc(-1 * (100vw - 100%));
  }
  .menu-back, .menu-burger, .menu-bg {
    position: fixed;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 47px;
    text-align: center;
    border-radius: 100%;
    right: 50px;
    top: 25px;
    z-index: 3;
  }
  .menu-bg {
    background: #042A52;
    pointer-events: none;
    transition: 0.3s;
    right: 75px;
    top: 50px;
    transform: translate3d(50%, -50%, 0);
    transform-origin: center center;
  }
  .menu-bg.fs {
    transform: translate3d(50%, -50%, 0);
    width: 500vw;
    height: 500vw;
  }
  .menu-burger {
    color: white;
    /*padding-top: 11px;*/
    -webkit-user-select: none;
    cursor: pointer;
    transition: 0.4s;
    transform-origin: center;
    z-index: 10;
  }
  .menu-burger.fs {
    transform: rotate(-180deg) translateY(10px);
  }
  .menu-items {
    position: absolute;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 10px;
    color: white;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: 0.4s;
    margin-top: 60px;
    transform: translateY(-200%);
    pointer-events: none;
  }
  .menu-items div {
    transition: 1s;
    opacity: 0;
    margin-top: 0;
  }
  .menu-items.fs {
    transform: translateY(0);
    pointer-events: auto;
    opacity: 1;
    z-index: 3;
    display: block;
    position: fixed;
	left: 0;
	top: 0;
  }
  .menu-items.fs div {
    opacity: 1;
    margin-top: 25px;
    text-align: center;
  }
}