/* General */
h1, h2, h3, h4, h5, h6 {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  color: #031f39;
  font-weight: normal;
}

h1 {
  font-size: 46px;
  line-height: 56px;
}

h2 {
  font-size: 32px;
  line-height: 44px;
}

h3 {
  font-size: 28px;
  line-height: 38px;
}

h4 {
  font-size: 22px;
  line-height: 30px;
}

h5 {
  font-size: 16px;
  line-height: 24px;
}

h6 {
  font-size: 16px;
  line-height: 24px;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transition: all 100ms ease;
}
.header.is-scroll {
  background-color: #ffffff;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
.header__info {
  display: flex;
  align-items: center;
}
.header__logo {
  display: block;
  width: 160px;
  height: 60px;
}
.header__logo-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__logo-mobile {
  display: none;
}
.header__nav-list {
  display: flex;
  align-items: center;
}
.header__nav-item {
  margin: 0 20px;
}
.header__nav-link {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: black;
}
.header__nav-link:hover {
  color: #ffc700;
}
.header__phone {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: black;
  margin-left: 30px;
}
.header__phone .icon {
  display: none;
}
.header__phone:hover {
  color: #ffc700;
}
.header__language {
  margin-left: 30px;
  color: #000000;
}
.header__menu {
  display: none;
}

.menu {
  display: none;
}

/* Footer */
.footer {
  margin-top: auto;
  background-color: #031f39;
  padding-top: 70px;
}
.footer__links {
  display: flex;
  gap: 15px;
}
.footer__top {
  margin-bottom: 50px;
}
.footer__block-title {
  display: block;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #375069;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.footer__block-text {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #8693a0;
  margin-bottom: 20px;
}
.footer__block-phone {
  display: block;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 20px;
}
.footer__block-phone:hover {
  color: #ffc700;
}
.footer__block-mail {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: underline;
}
.footer__block-mail:hover {
  color: #ffc700;
  text-decoration: none;
}
.footer__logo {
  display: block;
  width: 160px;
  height: 60px;
}
.footer__logo-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__logo-text {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #8693a0;
  max-width: 350px;
  padding-top: 20px;
}
.footer__social-list {
  display: flex;
  align-items: center;
}
.footer__social-item {
  margin-right: 20px;
}
.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: #8693a0;
}
.footer__social-link .icon {
  width: 35px;
  height: 35px;
}
.footer__social-link:hover {
  color: #ffc700;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #1c3a55;
}
.footer__link {
  display: block;
  font-size: 13px;
  line-height: 21px;
  color: #8693a0;
  text-decoration: underline;
}
.footer__link:hover {
  color: #ffc700;
  text-decoration: none;
}
.footer__copy {
  display: block;
  font-size: 13px;
  line-height: 21px;
  color: #8693a0;
}
.footer__dev {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer__dev span {
  display: block;
  font-size: 13px;
  line-height: 21px;
  color: #8693a0;
  margin-right: 10px;
}

/* Main */
/* hero */
.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: relative;
}
.hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(3, 31, 57, 0.7);
  z-index: 1;
}
.hero__video {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__content {
  display: block;
  width: 100%;
  padding-top: 100px;
  position: relative;
  z-index: 2;
}
.hero__content-block {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.hero__title {
  display: block;
  font-size: 64px;
  line-height: 76px;
  color: #ffffff;
  margin-bottom: 25px;
}
.hero__subtitle {
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 50px;
}
.hero__btn {
  width: 280px;
}

/* products */
.products__title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  line-height: 46px;
  padding: 40px 0;
  background-color: #0067cb;
  position: relative;
}
.products__title:before {
  content: "";
  display: block;
  position: absolute;
  width: 105px;
  height: 33px;
  top: 100%;
  left: 50%;
  margin-top: -1px;
  margin-left: -52px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 105 33' fill='%230067CB'%3E%3Cpath d='M105,0C62.8,0,52.3,33,52.3,33S42.2,0,0,0H105z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top center;
}
.products__title-content {
  max-width: 940px;
  margin: 0 auto;
}
.products__tabs .row > div[class^=col-] {
  margin-bottom: 20px;
}
.products__item {
  display: block;
  height: 100%;
  color: #031f39;
  text-align: center;
  background-color: #f9f9f9;
}
.products__item:hover {
  color: #0235b7;
}
.products__item-picture {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 40% 0;
  position: relative;
}
.products__item-picture:hover .products__item-img {
  transform: scale(1.1);
  opacity: 0.5;
}
.products__item-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 300ms ease;
}
.products__item-title {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 15px;
}

/* features */
.features {
  background-color: #f9f9f9;
}
.features__item {
  text-align: center;
}
.features__item-picture {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #ffc700;
}
.features__item-img {
  display: block;
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.features__item-title {
  display: block;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #031f39;
  padding-top: 25px;
}

/* map */
.map__picture {
  position: relative;
  display: block;
  height: 0;
  padding: 40% 0;
}
.map__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.map__points-item {
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' xml:space='preserve' fill='%23f00'%3E%3Cpath d='M17.2 7.8a7.2 7.2 0 1 0-14.4 0c0 4.1 7.2 11.7 7.2 11.7s7.2-7.6 7.2-11.7zM6.7 7.7c0-1.9 1.5-3.4 3.3-3.4s3.3 1.5 3.3 3.4-1.5 3.4-3.3 3.4c-1.8 0-3.3-1.5-3.3-3.4z'/%3E%3C/svg%3E");
  transition: all 150ms ease;
  cursor: pointer;
}
.map__points-item:hover {
  transform: scale(1.3);
  z-index: 2;
}
.map__points-item:hover .map__points-title {
  opacity: 1;
  visibility: visible;
}
.map__points-title {
  display: block;
  position: absolute;
  top: -45px;
  left: 50%;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  white-space: nowrap;
  padding: 4px 12px;
  border-radius: 3px;
  background-color: #031f39;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 0);
  transition: all 100ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.map__points-title:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  margin-top: -1px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #031f39;
}
.map__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 150px;
  height: 150px;
  font-size: 16px;
  line-height: 1.4;
  color: #031f39;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50%;
  background-color: #ffc700;
  box-shadow: 0 0 0 45px rgba(255, 199, 0, 0.2);
  position: absolute;
  bottom: 15%;
  right: 50%;
  margin-right: -75px;
  transform-origin: center center;
}
.map__btn:hover {
  color: #ffffff;
  background-color: #0235b7;
  box-shadow: 0 0 0 0 transparent;
  transform: scale(1.1);
}
.map__wysiwyg {
  padding-top: 100px;
  padding-bottom: 50px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.map__download {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 70px;
}
.map__download .btn {
  margin: 0 10px;
}
.map__info {
  padding: 40px 60px;
  background-color: #f9f9f9;
}
.map__info-item {
  text-align: center;
}
.map__info-counter {
  display: inline-block;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 64px;
  line-height: 1;
  font-weight: bold;
  color: #0235b7;
}
.map__info-title {
  display: block;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #031f39;
  padding-top: 15px;
}

/* movies */
.movies {
  padding-top: 0;
}
.movies .video {
  padding: 38% 0;
}

/* feedback */
.feedback:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 31, 57, 0.8);
  z-index: 1;
}
.feedback__content {
  position: relative;
  z-index: 2;
}
.feedback__content .btn {
  width: 100%;
  max-width: 100%;
  height: 60px;
}

/* partners */
.partners__slider {
  margin-bottom: 30px;
}
.partners__slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.partners__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 120px;
  margin: 0 auto;
}
.partners__item-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

/* product */
.product {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #ffffff;
}
.product__content {
  padding: 10px 0;
  height: 100%;
  overflow-y: auto;
}
.product__image {
  position: sticky;
  top: 0;
  left: 0;
}
.product__slider-gallery {
  overflow: hidden;
}
.product__slider-link {
  display: block;
  background-color: #f9f9f9;
}
.product__slider-picture {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 45% 0;
  position: relative;
}
.product__slider-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product__slider-thumbs {
  padding: 10px 0;
  overflow: hidden;
}
.product__slider-thumbs__item.swiper-slide-thumb-active .product__slider-thumbs__bullet {
  border-color: #ffc700;
}
.product__slider-thumbs__bullet {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  padding: 45% 0;
  background-color: #f9f9f9;
  border: 2px solid #ffffff;
  transition: all 100ms ease;
}
.product__slider-thumbs__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product__description {
  padding-left: 20px;
}
.product__description-top {
  padding-top: 10px;
  margin-bottom: 40px;
}
.product__available {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  padding: 5px 12px;
  color: #ffffff;
  background-color: #069a57;
  margin-bottom: 20px;
}
.product__title {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 34px;
  line-height: 46px;
  color: #031f39;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d4dbe2;
}
.product__buy {
  margin-bottom: 30px;
}
.product__subtitle {
  display: block;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #8693a0;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-top: 25px;
  margin-bottom: 35px;
  border-top: 1px solid #d4dbe2;
}
.product__price {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 40px;
  color: #0235b7;
  font-weight: bold;
  margin-bottom: 20px;
}
.product__price span {
  font-size: 20px;
  font-weight: normal;
  padding: 0 5px;
}
.product__back {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  color: #8693a0;
  background-color: #f9f9f9;
  padding: 0 20px;
  margin-bottom: 20px;
  box-shadow: inset -50px 0 0 #ffffff;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  transition: none;
}
.product__back .icon {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  transition: none;
}
.product__back:hover {
  color: #0235b7;
}

/* country */
.country {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #ffffff;
}
.country__content {
  padding: 10px;
  height: 100%;
}
.country__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* modal */
.modal {
  width: 100vw;
  height: 100vh;
}
.modal__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #031f39;
}
.modal__content {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.modal__content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 31, 57, 0.8);
}
.modal__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: auto;
  z-index: 1;
}
.modal__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: #ff0000;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 9999;
}
.modal__close .icon {
  width: 36px;
  height: 36px;
}
.modal__close:hover {
  color: #db0303;
}
.modal__content {
  padding: 10px;
}
.modal__title {
  margin-bottom: 40px;
  text-align: center;
}
.modal__title-name {
  display: block;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 46px;
  line-height: 56px;
  color: #ffffff;
}
.modal__title-description {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #8693a0;
  padding-top: 20px;
}
.modal__title-large {
  display: block;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  position: fixed;
  left: 50%;
  bottom: -25px;
  font-size: 140px;
  font-weight: bold;
  color: #ffffff;
  opacity: 0.07;
  line-height: 1;
  letter-spacing: 2px;
  z-index: -1;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.modal__form {
  width: 100%;
  max-width: 460px;
}
.modal__wysiwyg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #ffffff;
}
.modal__wysiwyg-content {
  padding: 10px 0;
  height: 100%;
  overflow-y: auto;
}
.modal__wysiwyg-content .wysiwyg {
  padding-bottom: 60px;
}
.modal__wysiwyg-title {
  display: block;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 46px;
  line-height: 56px;
  color: #031f39;
  padding: 35px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #d4dbe2;
}

/* Wysiwyg */
/* Custom Styles */
.swiper-wrapper {
  box-sizing: border-box;
}

.swiper-container-horizontal {
  overflow: hidden;
  position: relative;
}

.swiper-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  color: #031f39;
  background-color: #ffffff;
  background-image: none;
  outline: none;
  transition: none;
  z-index: 2;
}
.swiper-button .icon {
  width: 20px;
  height: 20px;
  transition: none;
}
.swiper-button:hover {
  color: #ffffff;
  background-color: #0235b7;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 0;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.swiper-container-horizontal > .swiper-scrollbar {
  left: 0;
  width: 100%;
  opacity: 1 !important;
  bottom: 0;
  height: 4px;
  background-color: #8693a0;
  z-index: 1;
}

.swiper-scrollbar-drag {
  background-color: #8693a0;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  bottom: 0;
  top: unset;
  z-index: 1;
  color: #031f39;
  background-color: #ffffff;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.swiper-pagination-bullet {
  border-radius: 0;
  width: 30px;
  height: 3px;
  opacity: 1;
  background-color: #8693a0;
}

.swiper-pagination-bullet-active {
  background-color: #031f39;
}

/* Media */
@media screen and (min-width: 1200px) {
  .header__logo {
    width: 190px;
    height: 72px;
  }
  .header__nav-item {
    margin: 0 30px;
  }
  .header__nav-link {
    font-size: 18px;
  }
  .header__phone {
    font-size: 24px;
    margin-left: 60px;
  }
  .products__title {
    font-size: 36px;
    line-height: 50px;
    padding: 50px 0;
  }
  .features__item-title {
    font-size: 20px;
    line-height: 26px;
  }
  .map__points-item {
    width: 40px;
    height: 40px;
  }
  .map__btn {
    width: 180px;
    height: 180px;
    font-size: 18px;
    margin-left: -90px;
    box-shadow: 0 0 0 65px rgba(255, 199, 0, 0.2);
    bottom: 10%;
  }
  .map__info-counter {
    font-size: 76px;
  }
  .product__title {
    font-size: 46px;
    line-height: 56px;
  }
}
@media screen and (min-width: 1360px) {
  .header__phone {
    margin-left: 100px;
  }
}
@media screen and (min-width: 1440px) {
  .header__nav-item {
    margin: 0 40px;
  }
  .header__phone {
    margin-left: 140px;
  }
}
