.upcoming-events .shell,
.offer .shell,
.info-block .shell {
  max-width: 1400px;
  padding: 0 15px;
}

.events-single__button {
  font-size: clamp(20px, 2vw, 24px);
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  width: 100%;
  max-width: 229px;
  background-color: #00E2E7;
  padding-top: 4px;
  color: #000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.events-single__button:hover {
  background-color: #1bfaff;
}
@media (max-width: 1199px) {
  .events-single__button {
    padding-top: 2px;
    height: 50px;
    max-width: 215px;
  }
}

.offer {
  padding: 75px 0 80px;
  background: url("../images/offer-bg.jpg") no-repeat center center/cover;
}
.offer .gform_required_legend {
  display: none !important;
}
.offer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 140px;
}
.offer__left {
  width: calc(100% - 479px - 140px);
  color: #fff;
}
.offer__left p {
  margin: 0;
}
.offer__left-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  margin-bottom: 25px;
}
.offer__title {
  font-weight: 500;
  font-size: clamp(28px, 4vw, 48px);
  text-transform: uppercase;
  color: #00E2E7;
  margin: 0;
}
.offer__subtitle {
  font-size: clamp(20px, 3vw, 30px);
  max-width: 673px;
  line-height: 1.2;
}
.offer__details {
  padding-left: clamp(15px, 3vw, 22px);
  border-left: 2px solid #00E2E7;
}
.offer__details span {
  font-weight: 700;
  font-size: clamp(18px, 2.5vw, 24px);
  line-height: 1.2;
  display: inline-block;
}
.offer__details span:not(:last-child) {
  margin-bottom: 6px;
}
.offer__description {
  font-size: clamp(16px, 3vw, 18px);
  line-height: 1.5;
  max-width: 673px;
}
.offer__list {
  padding-left: 0;
}
.offer__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: 38px;
}
.offer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
.offer__item img {
  width: 32px;
  height: auto;
}
.offer__item-title {
  color: #00E2E7;
  font-size: clamp(18px, 3vw, 20px);
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
}
.offer__item-text {
  line-height: 1.5;
  font-size: clamp(14px, 3vw, 16px);
}
.offer__right {
  width: 479px;
}
.offer__form {
  width: 100%;
  padding: 29px 28px 1px;
  background-color: #fff;
}
.offer__right-title {
  color: #011935;
  font-size: 22px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 9px;
  text-transform: none;
}
.offer__right-form textarea, .offer__right-form select, .offer__right-form input {
  border: none;
  border: 1px solid rgba(128, 128, 128, 0.2784313725);
  border-radius: 5px;
  font-size: 13px !important;
  height: 35px;
}
.offer__right-form textarea {
  height: 70px !important;
}
.offer__right-form input[type=submit] {
  background-color: #00E2E7;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  min-width: 300px;
  height: 58px;
  border: none;
  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;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.offer__right-form input[type=submit]:hover {
  background-color: #02faff;
}
.offer .gform_title {
  color: #011935;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 9px;
  text-transform: none;
}
.offer .gform-body textarea, .offer .gform-body select, .offer .gform-body input {
  border: none;
  border: 1px solid rgba(128, 128, 128, 0.2784313725);
  border-radius: 5px;
  font-size: 13px !important;
  height: 35px;
}
.offer .gform-body textarea {
  height: 70px !important;
}
.offer .gform-body .gfield_label {
  font-weight: 500 !important;
  font-size: 13px !important;
  margin-bottom: 4px !important;
}
.offer .gform-body .ginput_container_consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7px;
  font-size: 13px;
  line-height: 1.35;
}
.offer .gform-body .ginput_container_consent a {
  color: #414141;
  text-decoration: underline;
}
.offer .gform-body .ginput_container_consent a:hover {
  text-decoration: none;
}
.offer .gform-body .ginput_container_consent input {
  height: auto;
}
.offer .gform_button {
  background-color: #00E2E7;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  min-width: 300px;
  height: 58px;
  border: none;
  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;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.offer .gform_button:hover {
  background-color: #02faff;
}
.offer .gform-footer {
  padding-bottom: 0 !important;
}
@media (max-width: 1199px) {
  .offer__wrapper {
    gap: 60px;
  }
  .offer__left {
    width: calc(100% - 450px - 60px);
  }
  .offer__right {
    width: 450px;
  }
}
@media (max-width: 991px) {
  .offer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .offer__left, .offer__right {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .offer__item {
    gap: 11px;
  }
  .offer__item img {
    width: 24px;
  }
}

.info-block {
  padding: clamp(50px, 4vw, 76px) 0;
}
.info-block__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.info-block__item {
  padding: 36px 35px;
  background-color: #011935;
  color: #fff;
  text-align: center;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
.info-block__item-top {
  margin-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.info-block__item-icon {
  height: 60px;
  margin-bottom: 8px;
}
.info-block__item-icon img {
  height: 100%;
  width: auto;
}
.info-block__item-title {
  color: #00E2E7;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.info-block__item-text {
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.5;
  margin: 0;
}
.info-block__item-button {
  font-size: clamp(20px, 2vw, 24px);
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  width: 100%;
  max-width: 229px;
  background-color: #00E2E7;
  padding-top: 4px;
  color: #000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.info-block__item-button:hover {
  background-color: #1bfaff;
}
@media (max-width: 1199px) {
  .info-block__list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .info-block__item {
    padding: 22px 20px;
    gap: 11px;
  }
  .info-block__item-top {
    margin-bottom: 5px;
    gap: 11px;
  }
  .info-block__item-icon {
    height: 52px;
  }
  .info-block__item-button {
    height: 50px;
    max-width: 215px;
  }
}
@media (max-width: 767px) {
  .info-block__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .info-block__item {
    max-width: 500px;
    margin: 0 auto;
  }
}

.upcoming-events {
  padding: 50px 0 43px;
  background-color: #F3F4F8;
}
.upcoming-events__title {
  font-size: clamp(29px, 4vw, 48px);
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 0;
  color: #011935;
}
.upcoming-events__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}
.upcoming-events__item {
  padding: 36px 35px 52px;
  background-color: #fff;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.upcoming-events__item p, .upcoming-events__item h3 {
  margin: 0;
}
.upcoming-events__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-bottom: 15px;
}
.upcoming-events__item-image {
  height: 267px;
}
.upcoming-events__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.upcoming-events__item-date {
  font-size: clamp(18px, 2.5vw, 20px);
  font-weight: 700;
  line-height: 1.7;
  color: #011935;
}
.upcoming-events__item-title {
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  color: #011935;
  text-transform: none;
}
.upcoming-events__item-text {
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .upcoming-events__list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  .upcoming-events__item {
    padding: 25px 22px 40px;
  }
  .upcoming-events__item-top {
    gap: 12px;
    margin-bottom: 12px;
  }
  .upcoming-events__item-image {
    height: 220px;
  }
}
@media (max-width: 991px) {
  .upcoming-events__list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }
}
@media (max-width: 767px) {
  .upcoming-events__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .upcoming-events__item-image {
    height: 200px;
  }
}
@media (max-width: 575px) {
  .upcoming-events__item {
    padding: 15px 15px 20px;
  }
}

.offer-bottom.offer {
  padding: 40px 0 50px;
  background: url("../images/offer-bottom-bg.jpg") no-repeat center center/cover;
}
.offer-bottom .offer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.offer-bottom .offer__right:before {
  content: "";
  width: 480px;
  background: url(../images/offer-bottom-right-bg.svg) no-repeat center center/contain;
  height: 340px;
  display: block;
  position: absolute;
  left: -80px;
  top: 15px;
}
.offer-bottom__right-decor {
  width: 300px;
  position: absolute;
  bottom: 52px;
  right: 20px;
  z-index: 0;
}
.offer-bottom__right-decor img {
  width: 100%;
  height: auto;
}
.offer-bottom__right-image {
  position: relative;
  width: 285px;
  margin-top: 52px;
  margin-right: 75px;
}
.offer-bottom__right-image img {
  width: 285px;
  height: 285px;
  -o-object-fit: cover;
     object-fit: cover;
}
.offer-bottom__button {
  margin-top: 20px;
  max-width: 300px;
  font-size: clamp(16px, 3vw, 18px);
}
@media (max-width: 1199px) {
  .offer-bottom .offer__right:before {
    width: 420px;
    height: 320px;
    left: -50px;
    top: 12px;
  }
  .offer-bottom__right-decor {
    width: 260px;
    bottom: 50px;
  }
  .offer-bottom__right-image {
    width: 285px;
    margin-top: 52px;
    margin-right: 55px;
  }
  .offer-bottom__right-image img {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 991px) {
  .offer-bottom .offer__right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 100px;
  }
  .offer-bottom .offer__right:before {
    width: 420px;
    height: 320px;
    left: 0px;
    top: 12px;
  }
  .offer-bottom__right-decor {
    right: auto;
    left: calc(50% + 20px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 300px;
    bottom: 35px;
  }
  .offer-bottom__right-image {
    width: auto;
  }
  .offer-bottom__right-image img {
    width: 285px;
    height: 285px;
  }
}
@media (max-width: 767px) {
  .offer-bottom .offer__right {
    margin-left: 80px;
  }
  .offer-bottom .offer__right:before {
    left: -70px;
  }
}
@media (max-width: 575px) {
  .offer-bottom .offer__right {
    margin-left: 15px;
  }
  .offer-bottom .offer__right:before {
    display: none;
  }
  .offer-bottom__right-decor {
    width: 80%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .offer-bottom__right-image img {
    width: 85%;
    height: auto;
    aspect-ratio: 1/1;
  }
}