.section {
  margin: 170px 0 !important;
}
@media (max-width: 767px) {
  .section {
    margin: 84px 0 !important;
  }
}

.heading {
  font-family: var(--font-faberge);
  font-size: 65px;
  font-weight: 400;
  line-height: 124%;
  text-transform: uppercase;
  margin-bottom: 13px;
  text-wrap-style: balance;
  color: white;
  letter-spacing: -0.05em;
  max-width: 680px;
}
@media (max-width: 1199px) {
  .heading {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .heading {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .heading {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.heading__description {
  color: white;
  font-size: 20px;
  font-weight: 400;
  line-height: 178%;
  letter-spacing: -0.05em;
  max-width: 390px;
}
@media (max-width: 1199px) {
  .heading__description {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .heading__description {
    color: rgb(177, 177, 177);
  }
}
@media (max-width: 575px) {
  .heading__description {
    font-size: 14px;
  }
}
@media (max-width: 399px) {
  .heading__description {
    text-wrap-style: balance;
  }
}

.form-group {
  flex: 1;
}
@media (max-width: 399px) {
  .form-group {
    flex: 100% 1 1;
  }
}
.form-group:first-of-type {
  flex: 100% 1 1;
}
.form-group-checkbox {
  margin: 6px 0 14px 0;
}
@media (max-width: 767px) {
  .form-group-checkbox {
    margin: 10px 0 16px 0;
  }
}
.form-checkbox {
  display: none;
}
.form-checkbox:checked + .form-checkbox-label {
  color: #F5D7BE;
}
.form-checkbox:checked + .form-checkbox-label:before {
  background-color: #F5D7BE;
  border-color: #BCA088;
}
.form-checkbox:checked + .form-checkbox-label:after {
  background-image: url("../../images/premium/check.svg");
}
.form-checkbox-label {
  color: #D9D9D9;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.02em;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  transition: all 0.3s ease;
  padding-bottom: 1px;
  display: block;
}
@media (max-width: 767px) {
  .form-checkbox-label {
    font-size: 12px;
    line-height: 20px;
  }
}
.form-checkbox-label:hover {
  color: white;
}
.form-checkbox-label:hover:before {
  background-color: white;
  border-color: #BCA088;
}
.form-checkbox-label:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 8px;
  background: #D9D9D9;
  transition: all 0.3s ease;
  border: 1px solid #D9D9D9;
}
.form-checkbox-label:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  transition: all 0.3s ease;
}
.form-checkbox-label a {
  color: #F5D7BE;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: all 0.3s ease;
}
.form-checkbox-label a:hover {
  color: rgb(134, 119, 106);
}
.form-input {
  border-radius: 30px;
  background-color: rgb(134, 119, 106);
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 36px;
  border: 1px solid rgb(134, 119, 106);
  outline: none;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .form-input {
    height: 44px;
    padding: 0 26px;
  }
}
.form-input::placeholder {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0;
}
.form-input:hover {
  background-color: #A48A75;
  border-color: #A48A75;
}
.form-input:focus {
  background-color: #86776A;
  border-color: #F5D7BE;
}
.form-input:active {
  background-color: #A48A75;
  border-color: #DDC0A7;
}
.form-footer {
  flex: 100% 1 1;
}
.form-btn {
  border-radius: 30px;
  background: rgb(245, 215, 190);
  color: rgb(22, 45, 78);
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0;
  font-family: var(--font-inter);
  display: flex;
  height: 48px;
  width: 100%;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .form-btn {
    height: 44px;
  }
}
.form-btn:hover {
  background-color: #DCC1AA;
}
.form-btn:active, .form-btn:focus {
  box-shadow: inset 1px 1px 1px 0 rgba(54, 44, 34, 0.35);
  background: rgb(245, 215, 190);
}
.form-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.form__success {
  font-size: 16px;
  color: white;
}

.premium-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  background-color: #F5D7BE;
  border-radius: 30px;
  width: 176px;
  height: 46px;
  color: #162D4E;
  padding: 0 5px 1px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: -0.05em;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
.premium-btn::after {
  content: "";
  background-image: url(../../images/key.svg);
  width: 33px;
  height: 33px;
}
.premium-btn:hover {
  background-color: #DCC1AA;
}
.premium-btn:active, .premium-btn:focus {
  box-shadow: inset 1px 1px 1px 0 rgba(54, 44, 34, 0.35);
  background: rgb(245, 215, 190);
}
.premium-navigation {
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 16px;
}
@media (max-width: 575px) {
  .premium-navigation {
    position: inherit;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
}
.premium-navigation__next, .premium-navigation__prev {
  background-image: url("../../images/premium/navigation-button.svg");
  width: 44px;
  height: 44px;
  background-size: cover;
  cursor: pointer;
  background-repeat: no-repeat;
}
.premium-navigation__next:hover, .premium-navigation__prev:hover {
  background-image: url("../../images/premium/navigation-button-active.svg");
}
.premium-navigation__prev {
  rotate: 180deg;
}
.premium__main {
  background-color: #1B2631;
}
.premium-hero {
  max-width: 1440px;
  padding: 0 22px;
  margin: 160px auto 0 auto !important;
}
@media (max-width: 860px) {
  .premium-hero {
    margin-top: 120px !important;
  }
}
@media (max-width: 400px) {
  .premium-hero {
    margin-top: 90px !important;
  }
}
.premium-hero__wrapper {
  height: 642px;
  background: linear-gradient(to bottom, #F5D7BE, #fff);
  padding: 1px;
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .premium-hero__wrapper {
    height: 580px;
  }
}
@media (max-width: 575px) {
  .premium-hero__wrapper {
    height: 500px;
    background: transparent;
    padding: 0;
  }
}
.premium-hero__content {
  height: 100%;
  border-radius: 29px;
  position: relative;
  color: white;
  background-size: cover;
  background-position: center;
}
.premium-hero__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(3, 13, 26) -15.103%, rgba(8, 18, 31, 0) 100%);
  border-radius: 29px;
  z-index: 1;
}
@media (max-width: 575px) {
  .premium-hero__content::before {
    background: linear-gradient(to top, rgb(3, 13, 26) -15.103%, rgba(8, 18, 31, 0) 100%);
  }
}
.premium-hero__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
  mask-image: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.8) 80%);
  -webkit-mask-image: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.8) 80%);
  border-radius: 29px;
}
@media (max-width: 575px) {
  .premium-hero__content::after {
    bottom: 0;
    top: inherit;
    height: 60%;
    background: linear-gradient(0deg, rgb(3, 13, 26) 16.721%, rgba(8, 18, 31, 0) 58.897%);
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.8) 80%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.8) 80%);
  }
}
.premium-hero__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 575px) {
  .premium-hero__container {
    justify-content: end;
    padding: 14px;
  }
}
.premium-hero__title, .premium-hero__text {
  position: relative;
  z-index: 2;
  color: white;
}
.premium-hero__title {
  font-family: var(--font-faberge);
  font-size: 80px;
  font-weight: 400;
  line-height: 119%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  margin-bottom: 12px;
  max-width: 600px;
}
@media (max-width: 1199px) {
  .premium-hero__title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .premium-hero__title {
    font-size: 52px;
  }
}
@media (max-width: 399px) {
  .premium-hero__title {
    font-size: 42px;
    margin-bottom: 10px;
  }
}
.premium-hero__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 174%;
  letter-spacing: -0.05em;
  max-width: 350px;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .premium-hero__text {
    color: rgb(177, 177, 177);
    font-size: 17px;
  }
}
@media (max-width: 399px) {
  .premium-hero__text {
    font-size: 14px;
    margin-bottom: 34px;
  }
}
.premium-numbers__wrapper {
  display: flex;
  gap: 100px;
  position: relative;
}
@media (max-width: 991px) {
  .premium-numbers__wrapper {
    display: block;
  }
}
.premium-numbers__header {
  flex: 40% 0 0;
  display: flex;
  flex-direction: column;
  padding-top: 66px;
}
@media (max-width: 991px) {
  .premium-numbers__header {
    margin-bottom: 26px;
  }
}
@media (max-width: 575px) {
  .premium-numbers__header {
    padding: 0 10px;
  }
}
@media (max-width: 399px) {
  .premium-numbers__header {
    margin-bottom: 0;
  }
}
.premium-numbers__btn {
  margin-top: auto;
}
@media (max-width: 991px) {
  .premium-numbers__btn {
    display: none;
  }
}
.premium-numbers-slider {
  border-radius: 30px;
  margin-right: -25% !important;
  height: 566px;
}
@media (max-width: 1699px) {
  .premium-numbers-slider {
    margin-right: -34%;
  }
}
@media (max-width: 1499px) {
  .premium-numbers-slider {
    margin-right: -28%;
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .premium-numbers-slider {
    margin-right: -10%;
    height: 434px;
  }
}
@media (max-width: 991px) {
  .premium-numbers-slider {
    margin-right: -34%;
    height: 566px;
  }
}
@media (max-width: 575px) {
  .premium-numbers-slider {
    margin-right: -54%;
    height: 434px;
    border-radius: 16px;
  }
}
@media (max-width: 399px) {
  .premium-numbers-slider {
    height: 340px;
    margin-right: -40%;
  }
}
.premium-numbers-slider .swiper-slide-active {
  margin-right: 20px;
}
@media (max-width: 399px) {
  .premium-numbers-slider .swiper-slide-active {
    margin-right: 14px;
  }
}
.premium-numbers-slider .swiper-slide {
  align-content: center;
}
.premium-numbers-slider .swiper-slide .premium-numbers-slide {
  transform: scale(0.9);
  opacity: 0.8;
  transition: all 0.3s ease;
  will-change: transform, opacity;
}
@media (max-width: 575px) {
  .premium-numbers-slider .swiper-slide .premium-numbers-slide__title, .premium-numbers-slider .swiper-slide .premium-numbers-slide__characteristics, .premium-numbers-slider .swiper-slide .premium-numbers-slide__btn {
    opacity: 0;
  }
}
.premium-numbers-slider .swiper-slide.swiper-slide-active .premium-numbers-slide {
  height: 566px;
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 1499px) {
  .premium-numbers-slider .swiper-slide.swiper-slide-active .premium-numbers-slide {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .premium-numbers-slider .swiper-slide.swiper-slide-active .premium-numbers-slide {
    height: 434px;
  }
}
@media (max-width: 991px) {
  .premium-numbers-slider .swiper-slide.swiper-slide-active .premium-numbers-slide {
    height: 566px;
  }
}
@media (max-width: 575px) {
  .premium-numbers-slider .swiper-slide.swiper-slide-active .premium-numbers-slide {
    height: 434px;
  }
}
@media (max-width: 399px) {
  .premium-numbers-slider .swiper-slide.swiper-slide-active .premium-numbers-slide {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .premium-numbers-slider .swiper-slide.swiper-slide-active .premium-numbers-slide__title, .premium-numbers-slider .swiper-slide.swiper-slide-active .premium-numbers-slide__characteristics, .premium-numbers-slider .swiper-slide.swiper-slide-active .premium-numbers-slide__btn {
    opacity: 1;
  }
}
.premium-numbers-slide {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 20px;
  border-radius: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  user-select: none;
  border: 1px solid #F5D7BE;
  box-shadow: 0 0 27px 0 rgba(255, 231, 211, 0.1);
}
@media (max-width: 1499px) {
  .premium-numbers-slide {
    height: 434px;
  }
}
@media (max-width: 1199px) {
  .premium-numbers-slide {
    height: 368px;
  }
}
@media (max-width: 991px) {
  .premium-numbers-slide {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .premium-numbers-slide {
    height: 368px;
    padding: 10px;
    border-radius: 16px;
  }
}
@media (max-width: 399px) {
  .premium-numbers-slide {
    height: 234px;
  }
}
.premium-numbers-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgb(0, 0, 0) 100%);
}
@media (max-width: 575px) {
  .premium-numbers-slide::before {
    border-radius: 16px;
  }
}
.premium-numbers-slide__title, .premium-numbers-slide__text, .premium-numbers-slide__characteristic, .premium-numbers-slide__btn {
  position: relative;
  z-index: 2;
  color: white;
  letter-spacing: -0.05em;
}
.premium-numbers-slide__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 142%;
}
@media (max-width: 1499px) {
  .premium-numbers-slide__title {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .premium-numbers-slide__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .premium-numbers-slide__title {
    font-size: 18px;
  }
}
@media (max-width: 399px) {
  .premium-numbers-slide__title {
    font-size: 16px;
  }
}
.premium-numbers-slide__characteristics {
  margin-bottom: 22px;
}
.premium-numbers-slide__characteristic {
  font-size: 16px;
  font-weight: 400;
  line-height: 220%;
}
@media (max-width: 1499px) {
  .premium-numbers-slide__characteristic {
    font-size: 14px;
  }
}
@media (max-width: 399px) {
  .premium-numbers-slide__characteristic {
    font-size: 12px;
  }
}
.premium-numbers-slide__btn {
  background: rgba(245, 215, 190, 0.5);
  color: white;
}
@media (max-width: 575px) {
  .premium-advantages__header {
    padding: 0 10px;
  }
}
.premium-advantages-description {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 42px;
  gap: 32px;
}
@media (max-width: 575px) {
  .premium-advantages-description {
    margin-bottom: 27px;
  }
}
@media (max-width: 575px) {
  .premium-advantages__btn {
    display: none;
  }
}
.premium-advantages__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 767px) {
  .premium-advantages__wrapper {
    gap: 4px;
  }
}
.premium-advantage {
  border-radius: 30px;
  height: 245px;
  padding: 1px;
}
@media (max-width: 991px) {
  .premium-advantage {
    height: auto;
  }
}
@media (max-width: 767px) {
  .premium-advantage {
    border-radius: 16px;
  }
}
.premium-advantage:nth-child(1) {
  flex: calc(33% - 5px) 0 0;
  background: linear-gradient(135deg, rgb(62, 112, 182), rgb(97, 120, 170));
}
.premium-advantage:nth-child(1) .premium-advantage__wrapper {
  background: linear-gradient(-52.34deg, rgb(35, 67, 112) -25.755%, rgb(27, 38, 49) 115.16%);
}
@media (max-width: 767px) {
  .premium-advantage:nth-child(1) {
    order: 1;
    flex: calc(50% - 2px) 0 0;
  }
}
.premium-advantage:nth-child(2) {
  flex: calc(37.4% - 5px) 0 0;
  background: linear-gradient(to bottom, rgb(62, 112, 182), rgb(97, 120, 170));
}
.premium-advantage:nth-child(2) .premium-advantage__wrapper {
  background: linear-gradient(176.67deg, rgb(35, 67, 112) -6.712%, rgb(22, 45, 78) 79.931%);
}
@media (max-width: 767px) {
  .premium-advantage:nth-child(2) {
    order: 2;
    flex: calc(50% - 2px) 0 0;
  }
}
.premium-advantage:nth-child(3) {
  flex: 1;
  background: linear-gradient(to right, #F5D7BE, #FFFFFF);
}
@media (max-width: 767px) {
  .premium-advantage:nth-child(3) {
    flex: calc(100% - 2px) 0 0;
    order: 6;
  }
}
.premium-advantage:nth-child(3) .premium-advantage__title {
  color: rgb(22, 45, 78);
}
.premium-advantage:nth-child(3) .premium-advantage__text {
  color: rgb(86, 86, 86);
}
.premium-advantage:nth-child(3) .premium-advantage__wrapper {
  background: rgb(255, 236, 220) url("../../images/premium/advantage-3.svg");
}
@media (max-width: 767px) {
  .premium-advantage:nth-child(3) .premium-advantage__wrapper {
    background: rgb(255, 236, 220) url("../../images/premium/advantage-3-mobile.svg");
    background-size: 200%;
  }
}
.premium-advantage:nth-child(4) {
  flex: calc(30.2% - 5px) 0 0;
}
@media (max-width: 767px) {
  .premium-advantage:nth-child(4) {
    flex: calc(62% - 2px) 0 0;
    order: 3;
  }
}
.premium-advantage:nth-child(4) .premium-advantage__text {
  color: rgb(210, 210, 210);
}
.premium-advantage:nth-child(4) .premium-advantage__wrapper {
  background: linear-gradient(198deg, rgb(245, 215, 190) -44.924%, rgb(143, 125, 111) 83.482%);
}
.premium-advantage:nth-child(5) {
  flex: calc(32.2% - 5px) 0 0;
  background: linear-gradient(135deg, rgb(62, 112, 182), rgb(97, 120, 170));
}
.premium-advantage:nth-child(5) .premium-advantage__wrapper {
  background: linear-gradient(209.05deg, rgb(22, 45, 78) 37.967%, rgb(13, 38, 73) 104.638%);
}
@media (max-width: 767px) {
  .premium-advantage:nth-child(5) {
    flex: 1;
    order: 4;
  }
}
.premium-advantage:nth-child(6) {
  flex: 1;
  background: linear-gradient(135deg, rgb(62, 112, 182), rgb(97, 120, 170));
}
@media (max-width: 767px) {
  .premium-advantage:nth-child(6) {
    flex: 100% 1 1;
    order: 5;
  }
}
.premium-advantage:nth-child(6) .premium-advantage__wrapper {
  background: linear-gradient(176.67deg, rgb(35, 67, 112) -6.749%, rgb(22, 45, 78) 80.013%);
}
.premium-advantage__wrapper {
  border-radius: 30px;
  padding: 20px;
  position: relative;
  height: 100%;
}
@media (max-width: 991px) {
  .premium-advantage__wrapper {
    padding: 20px 20px 100px 20px;
  }
}
@media (max-width: 767px) {
  .premium-advantage__wrapper {
    border-radius: 16px;
    padding: 16px 10px 45px 10px;
  }
}
.premium-advantage__title {
  color: white;
  font-size: 20px;
  font-weight: 400;
  line-height: 122%;
  letter-spacing: -0.05em;
  margin-bottom: 4%;
}
@media (max-width: 1199px) {
  .premium-advantage__title {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .premium-advantage__title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .premium-advantage__title {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
@media (max-width: 575px) {
  .premium-advantage__title {
    font-size: 12px;
  }
}
.premium-advantage__text {
  color: rgb(165, 165, 165);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.02em;
  max-width: 90%;
  padding-right: 55px;
}
@media (max-width: 1199px) {
  .premium-advantage__text {
    font-size: 14px;
    max-width: 100%;
    padding-right: 75px;
    line-height: 140%;
  }
}
@media (max-width: 991px) {
  .premium-advantage__text {
    font-size: 12px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .premium-advantage__text {
    font-size: 10px;
  }
}
@media (max-width: 575px) {
  .premium-advantage__text {
    font-size: 8px;
  }
}
.premium-advantage__icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 68px;
  height: 68px;
}
@media (max-width: 767px) {
  .premium-advantage__icon {
    width: 35px;
    height: 35px;
    bottom: 6px;
    right: 6px;
  }
}
.premium-advantage__icon img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .premium-advantage__icon img {
    border-radius: 10px;
  }
}
.premium-programs__header {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 767px) {
  .premium-programs__header {
    flex-direction: column;
    gap: 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .premium-programs__header {
    padding: 0 10px;
  }
}
.premium-program {
  display: flex;
  justify-content: space-between;
  padding-bottom: 34px;
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(245, 215, 190, 0.5);
  gap: 32px;
}
@media (max-width: 767px) {
  .premium-program {
    flex-direction: column;
  }
}
.premium-program:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.premium-program__content {
  display: flex;
  flex-direction: column;
  min-height: 130px;
}
@media (max-width: 767px) {
  .premium-program__content {
    min-height: auto;
    gap: 16px;
  }
}
.premium-program__title {
  color: white;
  font-size: 35px;
  font-weight: 400;
  line-height: 70%;
  letter-spacing: -0.05em;
  margin-bottom: 13px;
}
@media (max-width: 1199px) {
  .premium-program__title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .premium-program__title {
    font-size: 25px;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .premium-program__title {
    font-size: 22px;
  }
}
.premium-program__text {
  color: rgb(153, 153, 153);
  font-size: 14px;
  font-weight: 400;
  line-height: 172%;
  letter-spacing: -0.02em;
}
@media (max-width: 575px) {
  .premium-program__text {
    font-size: 8px;
  }
}
.premium-program__panel {
  display: flex;
  align-items: center;
  gap: 40px;
  color: white;
  font-size: 15px;
  font-weight: 600;
  line-height: 149.02%;
  letter-spacing: 0;
  margin-top: auto;
}
@media (max-width: 767px) {
  .premium-program__panel {
    font-size: 13px;
  }
}
@media (max-width: 399px) {
  .premium-program__panel {
    font-size: 11px;
    font-weight: 500;
  }
}
.premium-program__days, .premium-program__number {
  display: flex;
  gap: 8px;
  align-items: center;
}
.premium-program__days:before, .premium-program__number:before {
  content: "";
}
.premium-program__days:before {
  background-image: url(../../images/premium/days.svg);
  width: 25px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: contain;
}
.premium-program__number:before {
  background-image: url(../../images/premium/programs.svg);
  width: 30px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: contain;
}
.premium-program__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .premium-program__info {
    flex-direction: initial;
    align-items: center;
    padding-bottom: 8px;
  }
}
.premium-program__btn {
  cursor: pointer;
  max-width: 166px;
}
.premium-program__price {
  color: white;
  font-size: 35px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.05em;
  text-align: right;
}
@media (max-width: 1199px) {
  .premium-program__price {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .premium-program__price {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .premium-program__price {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .premium-video__header {
    padding: 0 10px;
  }
}
.premium-video__text {
  color: rgb(145, 146, 146);
  max-width: 390px;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .premium-video__text {
    margin-bottom: 28px;
  }
}
.premium-video__preview {
  width: 100%;
  aspect-ratio: 1/0.56;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
  display: block;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .premium-video__preview {
    border-radius: 8px;
  }
}
.premium-video__preview:hover {
  opacity: 0.8;
}
.premium-video__preview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-image: url(../../images/premium/video-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .premium-video__preview::before {
    border-radius: 8px;
  }
}
.premium-video__play {
  width: 57px;
  height: 57px;
  position: absolute;
  top: 28px;
  left: 20px;
  background-image: url(../../images/premium/video-play.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .premium-video__play {
    width: 40px;
    height: 40px;
    background-size: 34px;
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 399px) {
  .premium-video__play {
    width: 30px;
    height: 30px;
    background-size: 20px;
    background-size: 24px;
  }
}
.premium-contacts {
  scroll-margin-top: 200px;
}
.premium-contacts__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .premium-contacts__wrapper {
    flex-direction: column;
    row-gap: 28px;
  }
}
.premium-contacts__content {
  flex: 40% 0 0;
  margin-top: -10px;
}
@media (max-width: 575px) {
  .premium-contacts__content {
    padding: 0 10px;
  }
}
.premium-contacts form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.premium-contacts__form {
  flex: 50% 0 0;
}
.premium-restaurant__wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto;
  gap: 18px;
  margin-top: 56px;
}
@media screen and (max-width: 991px) {
  .premium-restaurant__wrapper {
    grid-template-columns: repeat(6, 1fr);
    gap: 6px;
  }
}
@media screen and (max-width: 575px) {
  .premium-restaurant__wrapper {
    margin-top: 40px;
  }
}
.premium-restaurant-item {
  min-height: 245px;
  padding: 26px 16px;
  font-size: 14px;
  color: white;
  line-height: 160%;
  letter-spacing: -0.02em;
  border-radius: 30px;
  background: linear-gradient(-52.34deg, rgb(34.9725494385, 66.8087463379, 112.4867630005), rgb(27, 38, 49) 100%);
  border: 1px solid #6178AA;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 991px) {
  .premium-restaurant-item {
    min-height: 140px;
    padding: 18px 16px;
  }
}
@media screen and (max-width: 767px) {
  .premium-restaurant-item {
    font-size: 13px;
    line-height: 140%;
  }
}
@media screen and (max-width: 575px) {
  .premium-restaurant-item {
    min-height: 92px;
    font-size: 10px;
    padding: 18px 13px;
    line-height: 160%;
  }
}
@media screen and (max-width: 399px) {
  .premium-restaurant-item {
    font-size: 8px;
  }
}
.premium-restaurant-item:first-child {
  grid-column: 1/span 4;
  grid-row: 1;
}
@media screen and (max-width: 991px) {
  .premium-restaurant-item:first-child {
    grid-column: span 6;
    grid-row: 1;
  }
}
.premium-restaurant-item:nth-child(2) {
  grid-column: 5/span 5;
  grid-row: 1;
}
@media screen and (max-width: 991px) {
  .premium-restaurant-item:nth-child(2) {
    grid-column: span 6;
    grid-row: 2;
  }
}
.premium-restaurant-item:nth-child(3) {
  grid-column: 10/span 3;
  grid-row: 1/span 2;
}
@media screen and (max-width: 991px) {
  .premium-restaurant-item:nth-child(3) {
    grid-column: 5/7;
    grid-row: 3/span 2;
  }
}
.premium-restaurant-item:nth-child(4) {
  grid-column: 1/span 5;
  grid-row: 2;
}
@media screen and (max-width: 991px) {
  .premium-restaurant-item:nth-child(4) {
    grid-column: span 4;
    grid-row: 4;
  }
}
.premium-restaurant-item:nth-child(5) {
  grid-column: 6/span 4;
  grid-row: 2;
}
@media screen and (max-width: 991px) {
  .premium-restaurant-item:nth-child(5) {
    grid-column: span 4;
    grid-row: 3;
  }
}
.premium-reviews {
  overflow: hidden;
  padding-bottom: 30px;
}
.premium-reviews__container {
  position: relative;
}
.premium-reviews .premium-navigation {
  bottom: -30px;
  right: 10px;
}
.premium-reviews-slider {
  margin-right: -19%;
  border-radius: 30px;
  min-height: 280px;
}
@media screen and (max-width: 991px) {
  .premium-reviews-slider {
    margin-right: -65%;
  }
}
@media screen and (max-width: 575px) {
  .premium-reviews-slider {
    min-height: 170px;
  }
}
.premium-reviews-slider .swiper-slide-active {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.premium-reviews-slider .swiper-slide-active .premium-reviews-slide__text {
  -webkit-line-clamp: 7 !important;
  min-height: 170px !important;
}
@media screen and (max-width: 575px) {
  .premium-reviews-slider .swiper-slide-active .premium-reviews-slide__text {
    min-height: 50px !important;
  }
}
.premium-reviews-slider .swiper-slide-next {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.premium-reviews-slider .swiper-wrapper {
  align-items: center;
}
.premium-reviews-slider .swiper-slide .premium-reviews-slide__text {
  -webkit-line-clamp: 5;
  min-height: 120px;
}
@media screen and (max-width: 575px) {
  .premium-reviews-slider .swiper-slide .premium-reviews-slide__text {
    min-height: 50px !important;
    -webkit-line-clamp: 7;
  }
}
.premium-reviews-slide {
  border-radius: 30px;
  background: linear-gradient(176.67deg, rgb(34.9725494385, 66.8087463379, 112.4867630005), rgb(22, 45, 78) 100%);
  padding: 26px 58px 26px 22px;
  border: 1px solid #6178AA;
  transition: all 0.9s ease;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .premium-reviews-slide {
    padding: 26px 20px 26px 14px;
    height: 190px;
  }
}
.premium-reviews-slide__name {
  color: white;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.05em;
  margin-bottom: 18px;
}
@media screen and (max-width: 575px) {
  .premium-reviews-slide__name {
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
  }
  .premium-reviews-slide__name::after {
    content: "";
    background-color: white;
    width: 50%;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
}
.premium-reviews-slide__text {
  color: #A5A5A5;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.02em;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 575px) {
  .premium-reviews-slide__text {
    font-size: 8px;
    line-height: 13px;
    color: white;
  }
}

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