ul.anchor-menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  height: 100%; }

li.anchor-menu__item {
  padding: 5px 10px; }

a.anchor-menu__link {
  text-decoration: none;
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 16px; }

.anchor-menu-wrap, .anchor-menu-inner-wrap {
  height: 100%; }

.anchor-menu__bg, .anchor-menu__close, .anchor-menu-burger {
  display: none; }

.hero-slider.swiper-wrapper {
  min-height: 700px;
  height: 700px; }

.hero-slider__item.swiper-slide {
  max-height: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }

.hero-slider__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  user-select: none; }

.hero-slider__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.hero-slider__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.hero-slider__bg iframe {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.hero-slider__bg:before {
  content: '';
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4); }

.hero-slider__item-inner {
  position: relative;
  z-index: 2;
  text-align: center; }

.hero-slider__item-title {
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px; }

.hero-slider__item-desc {
  font-size: 20px;
  color: #fff; }

.swiper-button-next, .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.719' height='40' viewBox='0 0 23.719 40' data-prefix='if2samdi2'%3E%3Cpath d='M19.3 40L-.012 20 19.3 0l4.417 4.512L8.761 20l14.956 15.487z' fill-rule='evenodd' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  position: absolute;
  z-index: 11;
  cursor: pointer;
  /*top: 50%;
   translate: 0 -50%;*/
  bottom: 20px; }

.swiper-button-prev {
  left: 40px; }

.swiper-button-next {
  right: 40px;
  rotate: 180deg; }

@media (max-width: 1230px) {
  .anchor-menu-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden; }

  .anchor-menu-wrap.opened {
    z-index: 11;
    opacity: 1;
    visibility: visible; }

  .anchor-menu-burger {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' version='1.1' baseProfile='full' xml:space='preserve' x='0px' y='0px' width='19px' height='17px' viewBox='0 0 19 17' preserveAspectRatio='none' shape-rendering='geometricPrecision'%3E'%3Cpath fill='%230099d8' d='M17.500,3.000 L1.500,3.000 C0.671,3.000 -0.000,2.328 -0.000,1.500 C-0.000,0.671 0.671,-0.000 1.500,-0.000 L17.500,-0.000 C18.328,-0.000 19.000,0.671 19.000,1.500 C19.000,2.328 18.328,3.000 17.500,3.000 ZM1.500,7.000 L17.500,7.000 C18.328,7.000 19.000,7.671 19.000,8.500 C19.000,9.328 18.328,10.000 17.500,10.000 L1.500,10.000 C0.671,10.000 -0.000,9.328 -0.000,8.500 C-0.000,7.671 0.671,7.000 1.500,7.000 ZM1.500,14.000 L12.500,14.000 C13.328,14.000 14.000,14.672 14.000,15.500 C14.000,16.328 13.328,17.000 12.500,17.000 L1.500,17.000 C0.671,17.000 -0.000,16.328 -0.000,15.500 C-0.000,14.672 0.671,14.000 1.500,14.000 Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 1;
    translate: 0 -50%; }

  .anchor-menu__bg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: 0.3s;
    opacity: 0; }

  .anchor-menu-wrap.opened .anchor-menu__bg {
    opacity: 1; }

  .anchor-menu-inner-wrap {
    width: 320px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    max-height: 100%;
    padding: 40px 10px 0;
    transition: 0.3s;
    translate: 120% 0; }

  .anchor-menu-wrap.opened .anchor-menu-inner-wrap {
    translate: 0% 0; }

  ul.anchor-menu {
    flex-direction: column;
    align-items: flex-end;
    max-height: 100%;
    overflow-y: auto; }

  li.anchor-menu__item {
    margin-bottom: 10px; }

  .anchor-menu__close {
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' version='1.1' baseProfile='full' xml:space='preserve' x='0px' y='0px' width='11px' height='11px' viewBox='0 0 11 11' preserveAspectRatio='none' shape-rendering='geometricPrecision'%3E%3Cpath fill='%230099d8' d='M10.717,1.696 L6.914,5.500 L10.717,9.303 C11.107,9.694 11.107,10.327 10.717,10.717 C10.326,11.108 9.693,11.108 9.303,10.717 L5.500,6.914 L1.696,10.717 C1.306,11.108 0.673,11.108 0.282,10.717 C-0.108,10.327 -0.108,9.694 0.282,9.303 L4.086,5.500 L0.282,1.696 C-0.108,1.306 -0.108,0.673 0.282,0.282 C0.673,-0.108 1.306,-0.108 1.696,0.282 L5.500,4.085 L9.303,0.282 C9.693,-0.108 10.326,-0.108 10.717,0.282 C11.107,0.673 11.107,1.306 10.717,1.696 Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff; } }

@media (max-width: 991px) {
  .hero-slider.swiper-wrapper {
    min-height: 500px;
    height: 500px; }

  .hero-slider__item-title {
    font-size: 40px; } }

@media (max-width: 767px) {
  .hero-slider.swiper-wrapper {
    min-height: 350px;
    height: 350px; }

  .hero-slider__item-title {
    font-size: 35px; }

  .hero-slider__item-desc {
    font-size: 16px; } }

@media (max-width: 480px) {
  .anchor-menu-burger {
    top: 30px;
    right: 10px; }

  .swiper-button-next, .swiper-button-prev {
    top: auto;
    translate: 0;
    bottom: 20px; }

  .hero-slider__item-inner {
    padding: 0 10px 70px; }

  .hero-slider__item-title {
    font-size: 30px; }

  .blocklist__arrows--u-ipuswtjq5 {
    margin: auto -18px;
    width: calc(100% + 36px); } }
