@import './_fonts.css';
.service__title {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 46px;
  color: #1C1D1E;
  font-size: 34px;
  font-weight: 400;
  line-height: 130%;
  /* 44.2px */
  border-bottom: 1px solid #DBDFE2;
  width: 100%;
}

.services__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 50px 0;
}
.services__main {
  display: flex;
  align-items: center;
}
.services__headline {
  color: #1C1D1E;
  font-size: 46px;
  font-weight: 400;
  line-height: 130%;
}
.services__descr {
  color: #1C1D1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.services__dropdown {
  display: flex;
  flex-direction: column;
  gap: 35px;
  background: #F9F9FB;
  padding: 30px;
  border-radius: 20px;
}

.dropdown__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.dropdown__main-text {
  color: #286DF1;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}
.dropdown__ul {
  display: none;
  flex-direction: column;
  gap: 25px;
}
.dropdown__ul.active {
  display: flex;
}
.dropdown__cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 15px 25px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.dropdown__cell:hover {
  background: #286DF1;
}
.dropdown__cell:hover p {
  color: #FFFFFF;
}
.dropdown__cell:hover svg > g {
  fill: #FFFFFF;
}
.dropdown__cell svg {
  min-width: 18px;
  min-height: 18px;
}
.dropdown__text {
  color: #1C1D1E;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}

.swiper1 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.swiper1-wrapper1 {
  margin-bottom: 60px;
}

.packages__title {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #1C1D1E;
  font-size: 34px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 35px;
}

.swiper-pagination1 {
  display: flex;
  justify-content: center;
  gap: 20px;
  cursor: pointer;
  height: 15px;
}
.swiper-pagination1-bullet {
  width: 15px !important;
  height: 15px !important;
  margin: 0 !important;
}

.swiper-slide1 {
  display: flex !important;
  gap: 30px;
  width: 100%;
}

.svg-fill {
  fill: white;
}

.slider__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 20px 45px;
  border-radius: 59px;
  background: #286DF1;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}
.slider__cell {
  padding: 30px;
  border-radius: 20px;
  background: #F9F9FB;
}
.slider__cell:hover {
  background: #286DF1;
}
.slider__cell:hover h4,
.slider__cell:hover div,
.slider__cell:hover p {
  color: #FFFFFF;
}
.slider__cell:hover a {
  background: #FFFFFF;
  color: #286DF1;
}
.slider__cell:hover svg {
  height: 14px;
  width: 14px;
}
.slider__cell:hover .svg-fill {
  fill: #286DF1;
}
.slider__title {
  margin-bottom: 11px;
  color: #1C1D1E;
  font-size: 34px;
  font-weight: 400;
  line-height: 150%;
  /* 51px */
}
.slider__sub {
  margin-bottom: 15px;
  color: #286DF1;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}
.slider__text {
  display: flex;
  flex-direction: column;
}
.slider__text p {
  color: #898B98;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 53px;
}
.slider__text span {
  margin-top: 10px;
}

.menu__link {
  color: #286DF1;
  background: #fff;
}

.back__btn {
  margin-top: 34px;
  margin-left: 30px;
  display: flex;
  align-items: center;
  gap: 3px;
  color: #898B98;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 40px;
  /* 24px */
}

.header__container {
  display: flex;
  align-items: center;
  margin: 0 30px;
  border-radius: 20px;
  background: #F9F9FB;
}
.header__content {
  padding: 40px 6px 40px 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0;
}
.header__text {
  color: var(--black-main, #1C1D1E);
  font-size: 34px;
  font-weight: 400;
  line-height: 130%;
  /* 44.2px */
}
.header__img {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.header__offer {
  display: inline-flex;
  max-width: 181px;
  height: 46px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 29px;
  background: var(--blue1, #286DF1);
  color: #F9F9FB;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}

.content__main {
  margin-bottom: 50px;
}
.content__main p {
  color: var(--black-main, #1C1D1E);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.content__main div {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.content__main ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-left: 21px;
  list-style: disc;
}
.content__main li {
  list-style: disc;
}
.content__main li p {
  display: flex;
  gap: 14px;
  align-items: center;
  color: var(--black-main, #1C1D1E);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.content__main li::marker {
  color: #286DF1;
}
.content__main img {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  margin: 50px 0;
}

.main {
  border-radius: none;
  margin-top: 0;
  padding: 50px 30px;
}
.main__fr {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main__headline {
  color: var(--black-main, #1C1D1E);
  text-align: center;
  font-size: 34px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 30px;
  /* 44.2px */
}

.offer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: url("../images/Gistamin-scaled 1.png") no-repeat center center/cover;
  border-radius: 20px;
  background-color: #286DF1;
  padding: 40px 0;
}
.offer label {
  color: #1C1D1E;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
.offer__name {
  padding: 0 12px;
}
.offer form {
  display: flex;
  flex-direction: column;
}
.offer input {
  padding: 15px 20px;
  border-radius: 59px;
  border: 1px solid #D4D9E7;
  background: #FFF;
  color: var(--grey2, #7A7A7A);
  font-size: 14px;
  width: 100%;
  font-weight: 400;
  line-height: normal;
}
.offer__email {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.offer__title {
  color: #FFF;
  text-align: center;
  font-size: 34px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 21px;
  /* 44.2px */
}
.offer__sub {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 22px;
  /* 27px */
}
.offer__contacts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.offer__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  background: #FFF;
  height: 46px;
  border-radius: 59px;
  padding: 0 12px;
  color: var(--blue1, #286DF1);
}
.offer__btn a {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.iti__selected-flag {
  padding: 14px 19px !important;
  border-radius: 59px;
  background: #F4F4F4;
}

.footer {
  margin-top: 0;
}

@media (max-width: 920px) {
  .menu__link {
    color: #fff;
    background: #286DF1;
  }
}
@media (max-width: 730px) {
  .back__btn {
    font-size: 14px;
  }
  .header__text {
    font-size: 28 px;
  }
  .offer {
    padding: 40px 20px;
  }
  .header__offer {
    max-width: none;
  }
  .main__headline {
    text-align: left;
    font-size: 28px;
    margin-bottom: 15px;
  }
  .content__main p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .content__main li {
    font-size: 14px;
  }
  .offer__title {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .offer__sub {
    margin-bottom: 49px;
  }
  .header__content {
    padding: 15px;
  }
}
.light {
  color: #fff !important;
}

@media (max-width: 500px) {
  .content__main li p {
    font-size: 14px;
  }
  .header__text {
    font-size: 20px;
  }
  .offer {
    padding: 30px 15px;
  }
  .header__offer {
    max-width: none;
  }
  .main__headline {
    text-align: left;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .offer__title {
    margin-bottom: 10px;
  }
  .offer__sub {
    margin-bottom: 15px;
  }
}
.container-fluid {
  padding: 0 !important;
}

.swiper1 {
  margin-bottom: 20px;
}

* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  font-style: normal;
  box-sizing: border-box;
  font-family: "SuisseIntl", sans-serif;
  scroll-behavior: smooth;
}

.cursor {
  cursor: pointer !important;
}

body {
  position: relative;
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 30px !important;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 1000;
  max-height: 600px;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 171px;
}
.modal__btn {
  position: absolute;
  top: 30px;
  right: 30px;
}
.modal__content {
  display: flex;
  flex-direction: column;
}
.modal__title {
  color: var(--black-main, #1C1D1E);
  text-align: center;
  font-size: 34px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 30px;
  /* 44.2px */
}
.modal__contacts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.modal__email {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal__name {
  display: flex;
  flex-direction: column;
  padding: 0 12px;
}
.modal__name label {
  color: #1C1D1E;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
.modal__name label span {
  color: #FF0000;
}
.modal input {
  padding: 15px 20px;
  border-radius: 59px;
  border: 1px solid #D4D9E7;
  background: #FFF;
  color: var(--grey2, #7A7A7A);
  font-size: 14px;
  width: 100%;
  font-weight: 400;
  line-height: normal;
}

.send__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  background: #286DF1;
  height: 46px;
  border-radius: 59px;
  border: none;
}
.send__btn a {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.layer {
  display: none;
  background: rgba(20, 19, 19, 0.55);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 60;
}
.layer.active {
  display: block;
}

.menu {
  display: flex;
  align-items: center;
  gap: 271px;
  height: 100%;
  z-index: 90;
}
.menu__link {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 26px;
  background: #286DF1;
  border-radius: 29px;
}
.menu__link.active .menu__link {
  background-color: #286DF1;
  color: #fff;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  padding: 26px 30px;
  gap: 25px;
}
.nav.active {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
  background: #286DF1;
}
.nav.active .menu__nav-link {
  background-color: #FFF;
  color: #286DF1;
}
.nav.activel .menu__nav-link {
  background-color: #286DF1;
  color: #FFF;
}
.nav a {
  z-index: 55;
}
.nav__fr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.nav__list {
  display: flex;
  padding: 0;
  gap: 40px;
  gap: 20px;
}
.nav__link {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.custom-select {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 21px;
  color: #FFF;
  background: none;
  border: none;
  z-index: 65;
}

.lang__options {
  display: none;
  flex-direction: column;
  gap: 10px;
  background: #FFF;
  padding: 10px;
  border-radius: 10px;
  z-index: 100;
  position: absolute;
  top: 50px;
  right: 30px;
}
.lang__options.active {
  display: flex;
}
.lang__option {
  color: #1C1D1E;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  cursor: pointer;
}

.custom-select:after {
  background: #fff;
  border-radius: 10px;
}

select > option {
  height: 84px;
  flex-shrink: 0;
  color: #1C1D1E;
  border-radius: 10px;
  border-radius: 10px;
  background: #F9F9FB;
  width: 70px;
}

.header {
  position: relative;
  width: 100%;
  z-index: 100;
}
.header__div {
  position: relative;
  width: 100%;
}
.header__video {
  position: absolute;
  top: 0;
  right: 0;
  /* Set the height to 100% */
  object-fit: cover;
  /* or object-fit: fill; depending on your preference */
  z-index: 1;
  width: 100%;
  height: 100%;
}
.header__content {
  margin: 140px 30px 45px 30px;
  display: flex;
  flex-direction: column;
  z-index: 40;
}
.header__fr {
  display: flex;
  flex-direction: column;
  gap: 39px;
  z-index: 55;
}
.header__title {
  color: #FFF;
  font-size: 54px;
  font-weight: 400;
  line-height: 130%;
  /* 70.2px */
}
.header__buttons {
  display: flex;
  gap: 30px;
}
.header__btn-bl {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 20px 45px;
  border-radius: 59px;
  background: #286DF1;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}
.header__btn-transperant {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 45px;
  border-radius: 59px;
  background: none;
  color: #FFF;
  border: 1px solid #FFF;
  font-size: 16px;
  font-weight: 400;
}
.header__sec {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: end;
  margin-bottom: 51px;
  z-index: 55;
}
.header__extra {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-self: end;
}
.header__large {
  color: #FFF;
  font-size: 46px;
  line-height: 130%;
  /* 59.8px */
}
.header__text {
  color: #FFF;
  font-size: 16px;
  line-height: 150%;
}

.main {
  border-radius: 20px 20px 0px 0px;
  background: #FFF;
  margin-top: -11px;
  padding: 30px 0;
}
.main__services {
  padding: 0 30px;
}
.main__packages {
  padding: 0 30px;
}

.main__extra {
  display: flex;
  border-top: 1px solid #DBDFE2;
  border-bottom: 1px solid #DBDFE2;
  margin-bottom: 50px;
}

.extra__img {
  padding: 30px !important;
  border-right: 1px solid #DBDFE2;
}
.extra__text {
  color: #898B98;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.extra__content {
  padding: 30px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.extra__title {
  color: #1C1D1E;
  font-size: 34px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 35px;
  /* 44.2px */
}
.extra__extras {
  display: flex;
  gap: 35px;
}
.extra__extra {
  display: flex;
  gap: 10px;
  align-items: center;
}

.info__section {
  padding: 0 30px;
  display: flex;
  padding: 0 18px;
  margin-bottom: 50px;
}
.info__cell {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding-left: 119px;
}
.info__blue {
  position: relative;
  color: #286DF1;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}
.info__blue::before {
  content: "";
  position: absolute;
  top: 24px;
  left: -119px;
  width: 87px;
  height: 2px;
  background: #286DF1;
  border-radius: 20px;
}
.info__text {
  color: #1C1D1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 1300px) {
  .menu {
    gap: 35px;
  }
}
@media (max-width: 1250px) {
  .header__content {
    margin-top: 110px;
  }
  .header__title {
    font-size: 38px;
  }
  .footer__img {
    display: none;
  }
}
@media (max-width: 992px) {
  .ls {
    display: none;
  }
  .services__img {
    display: none;
  }
  .services__headline {
    font-size: 36px;
  }
  .services__descr {
    font-size: 14px;
  }
  .services__dropdown {
    padding: 25px;
  }
  .dropdown__main-text {
    font-size: 20px;
  }
  .dropdown__text {
    font-size: 14px;
  }
  .dropdown__cell {
    gap: 30px;
  }
}
@media (max-width: 920px) {
  .nav.active .menu__nav-link {
    background-color: #286DF1;
    color: #FFF;
  }
  .header__content {
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .menu__btn {
    display: block;
    position: fixed;
    top: 36px;
    right: 32px;
    width: 28.12px;
    height: 26px;
    cursor: pointer;
    z-index: 100;
  }
  .menu__btn.active span {
    background: transparent;
  }
  .menu__btn.active span::before {
    background: #1C1D1E;
    top: 0;
    transform: rotate(45deg);
  }
  .menu__btn.active span::after {
    background: #1C1D1E;
    top: 0;
    transform: rotate(-45deg);
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2.25px;
    background-color: #FFFFFF;
    transition-duration: 0.25s;
    z-index: 55;
  }
  .menu__btn > span::before {
    content: "";
    top: -8px;
  }
  .menu__btn > span::after {
    content: "";
    top: 8px;
  }
  .menu {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    max-width: 526px;
    margin: 0;
    list-style: none;
    background-color: #FFFFFF;
    transition-duration: 0.25s;
    padding-top: 100px;
    align-items: flex-start;
    gap: 30px;
  }
  .menu.active {
    display: flex;
    width: 100%;
    right: 0;
  }
  .menu__contact {
    padding: 0 20px;
    width: 100%;
  }
  .menu__link {
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0;
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    transition-duration: 0.25s;
  }
  .nav__list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    z-index: 75;
    width: 100%;
  }
  .nav__link {
    border-bottom: 1px solid #DBDFE2;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 78;
    width: 100%;
    padding-bottom: 25px;
    color: #1C1D1E;
    font-size: 24px;
    padding-left: 20px;
  }
  .nav {
    gap: 0;
  }
  .custom-select {
    margin-right: 40px;
  }
  .lang__options {
    right: 70px;
  }
}
@media (max-width: 900px) {
  .slider__cell.active {
    display: none;
  }
  .swiper1 {
    margin-bottom: 45px;
  }
  .header__content {
    gap: 30px;
  }
  .footer__additional {
    flex-direction: column;
    gap: 25px;
  }
  .footer__address {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}
@media (max-width: 800px) {
  .extra__extras {
    flex-direction: column;
    gap: 15px;
  }
  .extra__title {
    font-size: 28px;
  }
  .modal__title {
    font-size: 24px;
  }
  .header__content {
    margin-top: 30px;
  }
}
@media (max-width: 570px) {
  .packages__title {
    font-size: 28px;
  }
  .header__buttons {
    flex-direction: column;
  }
  .header__buttons a {
    padding: 14px 0;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .header__title {
    font-size: 26px;
  }
  .ls {
    display: none;
  }
  .info__blue::before {
    width: 30px;
    left: -40px;
  }
  .info__cell {
    padding: 0 0 0 40px;
  }
  .extra__title {
    font-size: 20px;
  }
  .footer__nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  .menu.active {
    max-width: 338px;
  }
  .slider__title {
    font-size: 20px;
  }
  .slider__sub {
    font-size: 18px;
  }
  .slider__button {
    font-size: 10px;
  }
  .swiper1-wrapper1 {
    margin-bottom: 50px;
  }
}

/*# sourceMappingURL=index.css.map */
