.offers__carousel {
  padding-top: 0;
}
.offers__carousel .owl-dot.active {
  width: 40px;
  border-radius: 100px;
}
.offers__carousel .owl-nav .owl-prev {
  bottom: 170px;
  top: unset;
  left: 7%;
}
@media screen and (max-width: 1500px) {
  .offers__carousel .owl-nav .owl-prev {
    left: 64px;
  }
}
@media screen and (max-width: 1280px) {
  .offers__carousel .owl-nav .owl-prev {
    bottom: 130px;
  }
}
@media screen and (max-width: 650px) {
  .offers__carousel .owl-nav .owl-prev {
    bottom: 330px;
  }
}
.offers__carousel .owl-nav .owl-next {
  bottom: 170px;
  top: unset;
  right: 7%;
}
@media screen and (max-width: 1500px) {
  .offers__carousel .owl-nav .owl-next {
    right: 64px;
  }
}
@media screen and (max-width: 1280px) {
  .offers__carousel .owl-nav .owl-next {
    bottom: 130px;
  }
}
@media screen and (max-width: 650px) {
  .offers__carousel .owl-nav .owl-next {
    bottom: 330px;
  }
}
.offers__carousel .owl-dots {
  position: absolute;
  bottom: 180px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1280px) {
  .offers__carousel .owl-dots {
    bottom: 140px;
  }
}
@media screen and (max-width: 650px) {
  .offers__carousel .owl-dots {
    bottom: 340px;
  }
}
.offers__carousel-form {
  display: flex;
  gap: 12px;
  justify-content: center;
  padding-inline: 12px;
  margin-bottom: 44px;
  position: relative;
  z-index: 3;
}
.offers__carousel-form .control--datepicker {
  max-width: 302px;
}
.offers__carousel-item {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.offers__carousel-item__background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.offers__carousel-item__background:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #1C4680;
  background: linear-gradient(180deg, #000 0%, #1C4680 100%);
  opacity: 0.35;
}
.offers__carousel-item__background__file {
  opacity: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.offers__carousel-item__background--small {
  display: none;
}
@media screen and (max-width: 650px) {
  .offers__carousel-item__background--small {
    display: block;
  }
}
.offers__carousel-item__background--large {
  display: block;
}
@media screen and (max-width: 650px) {
  .offers__carousel-item__background--large {
    display: none;
  }
}
.offers__carousel-item__background__file {
  opacity: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.offers__carousel-overlay {
  position: relative;
  max-width: 85%;
  margin: 0 auto;
  height: 860px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  z-index: 3;
}
@media screen and (max-width: 1700px) {
  .offers__carousel-overlay {
    max-width: 90%;
  }
}
@media screen and (max-width: 1500px) {
  .offers__carousel-overlay {
    max-width: 100%;
    height: 624px;
  }
}
@media screen and (max-width: 870px) {
  .offers__carousel-overlay {
    max-width: 100%;
    height: 693px;
  }
}
.offers__carousel-overlay-wrapper {
  width: 50%;
}
@media screen and (max-width: 1500px) {
  .offers__carousel-overlay-wrapper {
    width: 75%;
    padding-inline: 64px;
  }
}
@media screen and (max-width: 768px) {
  .offers__carousel-overlay-wrapper {
    padding-inline: 24px;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .offers__carousel-overlay-wrapper {
    padding-inline: 12px;
  }
}
.offers__carousel-overlay__title {
  font-size: 64px;
  font-family: "Hobo std", sans-serif;
  line-height: 1em;
  margin-bottom: 8px;
  color: #FFFFFF;
}
@media screen and (max-width: 1280px) {
  .offers__carousel-overlay__title {
    font-family: "Hobo std", serif;
    font-weight: 700;
    font-size: 48px;
    letter-spacing: -1%;
    color: #19191B;
    line-height: 1.2;
    line-height: 1em;
    color: #FFFFFF;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1024px) {
  .offers__carousel-overlay__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  .offers__carousel-overlay__title {
    font-size: 32px;
  }
}
.offers__carousel-overlay__description {
  font-family: "Work Sans", serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0%;
  color: black;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .offers__carousel-overlay__description {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .offers__carousel-overlay__description {
    font-size: 22px;
  }
}
.offers__content .section__title {
  margin-bottom: 32px;
}
.offers__content__item {
  display: flex;
  padding: 16px;
  gap: 32px;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #82BAF9;
}
@media screen and (max-width: 992px) {
  .offers__content__item {
    flex-direction: column;
  }
}
.offers__content__item:not(:last-child) {
  margin-bottom: 32px;
}
.offers__content__item-image {
  max-width: 686px;
  border-radius: 14px;
}
.offers__content__item-content {
  flex: 1 1 0;
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.offers__content__item-content__title {
  font-family: "Hobo std", serif;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -0.3%;
  color: #19191B;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .offers__content__item-content__title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .offers__content__item-content__title {
    font-size: 24px;
  }
}
.offers__content__item-content__description {
  font-family: "Work Sans", serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.2%;
  color: #5A5C62;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .offers__content__item-content__description {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .offers__content__item-content__description {
    font-size: 14px;
  }
}
.offers__plan {
  background-color: #ECF5FE;
}
.offers__plan-items {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1100px) {
  .offers__plan-items {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.offers__plan-items__card {
  background-color: #FFFFFF;
  border-radius: 12px;
  width: 33%;
}
@media screen and (max-width: 992px) {
  .offers__plan-items__card {
    width: 100%;
  }
}
.offers__plan-items__card-wrapper {
  padding: 24px 16px;
}
.offers__plan-items__card-image {
  border-radius: 12px;
}
.offers__plan-items__card-title {
  font-family: "Work Sans", serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0%;
  color: #19191B;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .offers__plan-items__card-title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .offers__plan-items__card-title {
    font-size: 20px;
  }
}
.offers__plan-items__card-description {
  font-family: "Work Sans", serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.2%;
  color: #5A5C62;
  line-height: 1.2;
  line-height: 20px;
  height: 60px;
}
@media (max-width: 1024px) {
  .offers__plan-items__card-description {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .offers__plan-items__card-description {
    font-size: 13px;
  }
}
.offers__plan-items__card-url span {
  font-family: "Work Sans", serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2%;
  color: #5A5C62;
  line-height: 1.2;
  color: #468EEE;
  padding-right: 8px;
}
@media (max-width: 1024px) {
  .offers__plan-items__card-url span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .offers__plan-items__card-url span {
    font-size: 13px;
  }
}
.offers__plan-items__card-url svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
