﻿.landing-main-offer {
  position: relative;
  color: white;
  border-radius: 20px;
  background-color: #5691c8;
  overflow: hidden;
  background-image: url("/wp-content/plugins/elementor-custom-blocks/assets/img/widgets/LandingMainOffer/banner-desktop.jpg");
  background-size: cover;
}

.landing-main-offer .landing-main-offer__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 70px 0 30px 44px;
}

.landing-main-offer .landing-main-offer__info {
  position: relative;
}

.landing-main-offer .landing-main-offer__name {
  color: #fff;
  font-family: "Geologica";
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%; /* 45px */
  margin-bottom: 24px;
}

.landing-main-offer .landing-main-offer__description {
  color: #fff;
  font-family: "Geologica";
  font-size: 22px;
  font-style: normal;
  font-weight: 200;
  line-height: 26px; /* 118.182% */
  max-width: 470px;
  margin: 0;
}

.landing-main-offer .landing-main-offer__control {
  margin-top: 44px;
  display: flex;
  gap: 14px;
}

.landing-main-offer .landing-main-offer__btn {
  font-family: "Geologica";
  display: inline-flex;
  padding: 12px 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #051c2b;
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 128%;
  white-space: nowrap;
}

.landing-main-offer .landing-main-offer__image {
  position: absolute;
  top: 67px;
  right: 0px;
  width: 400px!important;
}

.landing-main-offer .landing-main-offer__reestr {
  margin-top: 75px;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 444px;
}

.landing-main-offer .landing-main-offer__reestr-text {
  color: #e7f3ff;
  font-family: "Geologica";
  font-size: 12px;
  font-style: normal;
  font-weight: 200;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.24px;
  margin: 0;
}

.landing-main-offer .landing-main-offer__image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

@media (width <= 1024px) {
  .landing-main-offer {
    border-radius: 10px;
    background-image: url("/wp-content/plugins/elementor-custom-blocks/assets/img/widgets/LandingMainOffer/banner-tablet.jpg");
  }

  .landing-main-offer .landing-main-offer__content {
    padding: 70px 0 70px 40px;
  }

  .landing-main-offer .landing-main-offer__name {
    font-size: 30px;
    font-weight: 300;
    line-height: 125%;
    margin-bottom: 12px;
  }

  .landing-main-offer .landing-main-offer__description {
    max-width: 382px;
    font-size: 18px;
    font-weight: 200;
    line-height: 22px;
  }

  .landing-main-offer .landing-main-offer__control {
    margin-top: 28px;
  }

  .landing-main-offer .landing-main-offer__reestr {
    margin-top: 60px;
  }

  .landing-main-offer .landing-main-offer__image img {
    height: 343px;
    width: 583px;
  }

  .landing-main-offer .landing-main-offer__reestr-text {
    font-size: 10px;
    font-weight: 200;
    line-height: 12px; /* 120% */
    letter-spacing: -0.2px;
    max-width: 328px;
  }

  .landing-main-offer .landing-main-offer__reestr-logo {
    width: 32px;
    height: 32px;
  }

  .landing-main-offer .landing-main-offer__btn {
    display: flex;
    padding: 12px 22px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 200;
    line-height: 128.023%; /* 17.923px */
    letter-spacing: 0.14px;
  }

  .landing-main-offer .landing-main-offer__image {
    top: 67px;
    right: -162px;
  }

  .landing-main-offer .landing-main-offer__image img {
    height: 265px;
    width: 451px;
  }
}

@media (width <= 768px) {
  .landing-main-offer {
    border-radius: 0;
    margin-top: -25px;
    margin-left: -20px;
    width: calc(100% + 40px);
    background-image: url("/wp-content/plugins/elementor-custom-blocks/assets/img/widgets/LandingMainOffer/banner-mobile.jpg");
  }

  .landing-main-offer .landing-main-offer__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 80px 32px 22px 32px;
  }

  .landing-main-offer .landing-main-offer__info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .landing-main-offer .landing-main-offer__name {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    line-height: 125%; /* 30px */
    margin-bottom: 12px;
  }

  .landing-main-offer .landing-main-offer__description {
    max-width: 420px;
    text-align: center;
    font-size: 16px;
    font-weight: 200;
    line-height: 20px; /* 125% */
  }

  .landing-main-offer .landing-main-offer__control {
    display: flex;
    justify-content: center;
  }

  .landing-main-offer .landing-main-offer__btn {
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 200;
    line-height: 128.023%; /* 17.923px */
    letter-spacing: 0.14px;
  }

  .landing-main-offer .landing-main-offer__reestr-text {
    max-width: 100%;
    font-size: 10px;
    font-weight: 200;
    line-height: 12px; /* 120% */
    letter-spacing: -0.2px;
  }

  .landing-main-offer .landing-main-offer__image {
    position: relative;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
  }

  .landing-main-offer .landing-main-offer__image img {
    width: 319px;
    height: 188px;
  }
}
