@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "Helvetica";
  font-display: swap;
  src: url("../fonts/helvetica-light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
  cursor: default;
}

body {
  line-height: 1;
  font-family: "Helvetica", sans-serif;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Helvetica", sans-serif;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.fp-watermark {
  display: none;
}

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

.section__two {
  background-color: white;
  display: block !important;
}

.fp-overflow {
  overflow-x: hidden;
}

.map {
  position: relative;
  margin-top: 100px;
}
.map > img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}
.map a {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #3d7eff;
  padding: 10px;
  border-radius: 10px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.map a > img {
  width: 15px;
}
.map a:hover {
  background-color: #0055ff;
}

.slider {
  position: relative;
}

.logo {
  position: absolute;
  z-index: 3;
  top: 70px;
  left: 15px;
  right: 15px;
}
.logo > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.logo a {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  gap: 10px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.logo a span {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}
.logo a img:first-child {
  width: 13px;
}
@media (max-width: 900px) {
  .logo a img:first-child {
    width: 11px;
  }
}
@media (max-width: 430px) {
  .logo a img:first-child {
    width: 8px;
    -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
.logo a img.hover-img {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 25px;
  -webkit-transform: translateY(1px) translateX(2px);
      -ms-transform: translateY(1px) translateX(2px);
          transform: translateY(1px) translateX(2px);
}
.logo a:last-child {
  text-align: right;
}
@media (max-width: 900px) {
  .logo a {
    font-size: 22px;
  }
}
@media (max-width: 460px) {
  .logo a {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .logo a {
    font-size: 14px;
  }
}
.logo a:hover {
  text-shadow: white 1px 0 10px;
}
.logo a:hover span {
  border-bottom: 2px solid white;
}
.logo a:hover img.hover-img {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 700px) {
  .logo {
    top: 22px;
  }
}
.logo-img {
  width: 218px;
}
@media (max-width: 900px) {
  .logo-img {
    width: 160px;
  }
}
@media (max-width: 700px) {
  .logo-img {
    display: none;
  }
}
.logo-mobile-img {
  display: none;
}
@media (max-width: 700px) {
  .logo-mobile-img {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 430px) {
  .logo-mobile-img {
    width: 130px;
  }
}

.swiper {
  position: relative;
  height: calc(var(--vh, 1vh) * 100);
}
.swiper:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.swiper-container {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.swiper-container .swiper-button-prev {
  left: 114px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.swiper-container .swiper-button-prev:after {
  display: none;
}
@media (max-width: 1150px) {
  .swiper-container .swiper-button-prev {
    left: 15px;
  }
}
@media (max-width: 900px) {
  .swiper-container .swiper-button-prev {
    display: none;
  }
}
.swiper-container .swiper-button-prev__img-hover {
  display: none;
}
.swiper-container .swiper-button-prev:hover .swiper-button-prev__img {
  display: none;
}
.swiper-container .swiper-button-prev:hover .swiper-button-prev__img-hover {
  display: block;
}
.swiper-container .swiper-button-next {
  right: 114px;
}
.swiper-container .swiper-button-next:after {
  display: none;
}
@media (max-width: 1150px) {
  .swiper-container .swiper-button-next {
    right: 15px;
  }
}
@media (max-width: 900px) {
  .swiper-container .swiper-button-next {
    display: none;
  }
}
.swiper-container .swiper-button-next__img-hover {
  display: none;
}
.swiper-container .swiper-button-next:hover .swiper-button-next__img {
  display: none;
}
.swiper-container .swiper-button-next:hover .swiper-button-next__img-hover {
  display: block;
}
.swiper-slide__text {
  text-align: center;
}
.swiper-slide__text p {
  font-size: 30px;
  color: white;
  font-family: "Open Sans", sans-serif;
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 900px) {
  .swiper-slide__text p {
    font-size: 24px;
  }
}
@media (max-width: 430px) {
  .swiper-slide__text p {
    display: none;
  }
}

.desktop-img,
.mobile-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 430px) {
  .desktop-img {
    display: none;
  }
}

.mobile-img {
  display: none;
}
@media (max-width: 430px) {
  .mobile-img {
    display: block;
  }
}

.swiper-pagination {
  bottom: 53px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
.swiper-pagination-bullet {
  background: white !important;
  opacity: 1 !important;
}
@media (max-width: 430px) {
  .swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
  }
}
.swiper-pagination-bullet-active {
  width: 12px !important;
  height: 12px !important;
}
@media (max-width: 430px) {
  .swiper-pagination-bullet-active {
    width: 10px !important;
    height: 10px !important;
  }
}
@media (max-width: 700px) {
  .swiper-pagination {
    bottom: 22px !important;
  }
}

.hover-img {
  width: 45px;
  position: absolute;
  left: -8px;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  visibility: hidden;
  opacity: 0;
}

.swiper-2 {
  overflow: hidden;
  position: absolute;
  top: 46%;
  left: 0;
  right: 0;
  max-width: 830px;
  margin: 0 auto;
}
.swiper-2 .swiper-slide {
  opacity: 0 !important;
}
.swiper-2 .swiper-slide-active {
  opacity: 1 !important;
}

.mobile-text {
  display: none;
}
@media (max-width: 430px) {
  .mobile-text {
    display: block !important;
  }
}
@media (max-width: 390px) {
  .mobile-text {
    display: none !important;
  }
}

.small-mobile-text {
  display: none;
}
@media (max-width: 390px) {
  .small-mobile-text {
    font-size: 16px !important;
    display: block !important;
  }
}

.services {
  padding-top: 85px;
  margin-bottom: 85px;
}
.services__list {
  margin-bottom: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 520px) {
  .services__list {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 1233px) {
  .services__list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    row-gap: 30px;
  }
}
@media (max-width: 770px) {
  .services__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 420px) {
  .services__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.services__list-item {
  font-size: 16px;
  line-height: 140%;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -ms-grid-row: 26;
  grid-area: 26px;
  gap: 15px;
  max-width: 177px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 390px) {
  .services__list-item:nth-child(2) img {
    width: 30px;
  }
}
.services__list-item:nth-child(4) span {
  display: block;
  min-width: 210px;
}
.services__list-item:nth-child(6) img {
  width: 40px;
}
@media (max-width: 900px) {
  .services__list-item {
    font-size: 12px;
  }
}
@media (max-width: 770px) {
  .services__list-item {
    margin: 0 auto;
  }
}
@media (max-width: 430px) {
  .services__list-item {
    font-size: 12px;
  }
  .services__list-item img {
    width: 40px;
  }
}
@media (max-width: 390px) {
  .services__list-item {
    font-size: 10px;
  }
}
.services__list-item span {
  margin-top: auto;
}
.services__list-item:nth-child(4) {
  max-width: 210px;
}
@media (max-width: 1224px) {
  .services__list-item:nth-child(4) {
    max-width: 187px;
  }
}
@media (max-width: 500px) {
  .services__list-item:nth-child(4) {
    max-width: 127px;
  }
}
@media (max-width: 900px) {
  .services__list-item {
    max-width: 187px;
  }
}
@media (max-width: 500px) {
  .services__list-item {
    max-width: 127px;
  }
}
.services__list-item img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.services__list-item img.img-hover {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 390px) {
  .services__list-item img {
    width: 36px;
  }
}
.services__list-item:hover {
  color: #7841c0;
}
.services__list-item:hover img.img-hover {
  opacity: 1;
  visibility: visible;
}
.services__text {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: black;
  margin-top: 85px;
  margin-bottom: 85px;
  text-align: center;
}
@media (max-width: 820px) {
  .services__text {
    font-size: 16px;
    line-height: 120%;
  }
}
@media (max-width: 430px) {
  .services__text {
    font-size: 14px;
  }
}

.menu {
  padding-bottom: 25px;
  margin-bottom: 26px;
}
.menu__title {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: 500;
}
.menu__title:before, .menu__title:after {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  content: url("../img/icon-19.png");
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
.menu__title.poster-btn:before, .menu__title.poster-btn:after {
  display: none;
}
.menu__title.active:before, .menu__title.active:after {
  content: url("../img/icon-19.png");
  -webkit-transform: translateY(4px) rotate(180deg);
      -ms-transform: translateY(4px) rotate(180deg);
          transform: translateY(4px) rotate(180deg);
}
.menu__title.active:hover:before, .menu__title.active:hover:after {
  content: url("../img/icon-20.png");
  -webkit-transform: translateY(4px) rotate(180deg);
      -ms-transform: translateY(4px) rotate(180deg);
          transform: translateY(4px) rotate(180deg);
}
.menu__title:hover {
  color: #7841c0;
}
.menu__title:hover:before, .menu__title:hover:after {
  content: url("../img/icon-20.png");
}
.menu__subtitle {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: black;
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 700;
}
.menu__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 184px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}
@media (max-width: 1290px) {
  .menu__grid {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .menu__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.menu__grid > div {
  margin-top: 51px;
  margin-bottom: 49px;
}
@media (max-width: 768px) {
  .menu__grid > div {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .menu__grid > div:last-child {
    margin-top: 0;
  }
}
.menu__grid-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 1fr 1fr;
  grid-template-columns: 3fr 1fr 1fr;
  gap: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}
.menu__grid-item span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.menu__grid-item p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 768px) {
  .menu__grid-item {
    gap: 30px;
  }
}
.menu__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.menu__flex:not(:last-child) {
  margin-bottom: 34px;
}

.gallery h2:before, .gallery h2:after {
  display: none;
}
.gallery__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 51px;
  overflow: hidden;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}
@media (max-width: 600px) {
  .gallery__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.gallery__grid img {
  width: 100%;
}
@media (max-width: 600px) {
  .gallery__grid > img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.gallery__grid a {
  position: relative;
}
.gallery__grid a span {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
@media (any-hover: hover) {
  .gallery__grid a:hover span {
    background: rgba(0, 0, 0, 0.35);
  }
}

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
}
.footer__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 100px;
}
@media (max-width: 820px) {
  .footer__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .footer__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
}
.footer__list:first-child {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__list:first-child li:first-child img,
.footer__list:first-child li:last-child img {
  width: 15px;
}
@media (max-width: 820px) {
  .footer__list:first-child {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .footer__list:first-child {
    margin-left: 0;
  }
}
.footer__list:last-child li:first-child img {
  width: 11px;
}
@media (max-width: 820px) {
  .footer__list {
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  .footer__list {
    max-width: none;
  }
}
.footer__list-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20px 1fr;
  grid-template-columns: 20px 1fr;
  gap: 9px;
}
.footer__list-item img {
  margin: 0 auto;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
@media (max-width: 390px) {
  .footer__list-item {
    max-width: 344px;
  }
}
.footer__list-item, .footer__list-item a {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: black;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.footer__list-item:hover, .footer__list-item a:hover {
  color: #7841c0;
}
@media (max-width: 820px) {
  .footer__list-item, .footer__list-item a {
    font-size: 16px;
    line-height: 120%;
  }
}
@media (max-width: 430px) {
  .footer__list-item, .footer__list-item a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .footer__list {
    gap: 25px;
  }
}
.footer__logo {
  display: block;
  margin: 0 auto;
  width: 150px;
  margin-top: 100px;
}

.poster {
  margin-bottom: 50px;
}
.poster h2 {
  margin-bottom: 50px;
}
.poster h2:before, .poster h2:after {
  display: none;
}
.poster-slide {
  width: 33.333% !important;
  height: auto;
}
.poster-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 420px) {
  .poster-slide {
    width: 100% !important;
  }
}

.swiper-3 {
  position: relative;
}

.swiper-3-button-next,
.swiper-3-button-prev {
  position: absolute;
  top: 0;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.swiper-3-button-next svg,
.swiper-3-button-prev svg {
  width: 30px;
  height: 30px;
}

.swiper-3-button-next {
  right: 0;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social li a svg {
  width: 40px;
  height: 40px;
}
.social li a svg path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.social li:hover:first-child path {
  fill: #7841c0;
}
.social li:hover:last-child path {
  stroke: #7841c0;
}