/* FONTS */

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
    url('../fonts/Montserrat-Light.woff') format('woff');
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
    url('../fonts/Montserrat-Medium.woff') format('woff');
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'ALS Gorizont Expanded Regular';
  src: url('../fonts/ALS-Gorizont-Expanded-Regular.woff2') format('woff2'),
    url('../fonts/ALS-Gorizont-Expanded-Regular.woff') format('woff');
  font-style: normal;
  font-weight: 400;
}

/* -------- END -------- */

/* BASE */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

html.lock,
body.lock,
.locker {
  overflow: hidden;
}

body {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: linear-gradient(
    225.89deg,
    rgb(96, 9, 54) -90.898%,
    rgb(68, 6, 38) -44.575%,
    rgb(0, 0, 0) 66.945%
  );
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

/* -------- END -------- */

/* COMMON */

.visually-hidden {
  position: fixed;
  transform: scale(0);
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.overlay.active {
  display: block;
}

._req {
  border-color: red;
}

/* -------- END -------- */

/* BUTTONS */

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.action__btn {
  max-width: 250px;
  width: 100%;
  height: 50px;
  font-size: 12px;
  font-weight: 300;
  color: #000;
  background-color: #fff;
  transition: all 0.5s ease 0s;
}

.action__btn:hover {
  color: #fff;
  background: linear-gradient(
    156.53deg,
    rgb(0, 0, 0) -15.576%,
    rgb(96, 9, 54) 104.548%
  );
}

.mobile-action__btn {
  display: none;
}

.mobile-action__btn-2 {
  display: none !important;
}

.mobile-menu-active .mobile-action__btn {
  max-width: 236px;
  height: 50px;
  display: flex;
  background-color: #db336c;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}

.btn-show {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: flex-start;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-show::after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url('../images/icons/icon_arrow-right.svg');
  background-size: 25px;
}

.arrow-up::after {
  transform: rotate(180deg);
}

/* -------- END -------- */

/* WRAPPER */

.container {
  max-width: 1290px;
  margin: 0 auto;
}

.container-xl {
  max-width: 1920px;
  margin: 0 auto;
}

.section {
  margin-top: 100px;
}

.container__wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.container__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  font-family: 'ALS Gorizont Expanded Regular';
  font-size: 70px;
  line-height: 110%;
  text-transform: uppercase;
}

.container__title::after {
  content: '';
  max-width: 915px;
  width: 100%;
  height: 1px;
  display: flex;
  align-items: center;
  background-color: #a13281;
}

.scroll-container {
  width: 100%;
  overflow-x: auto;
  box-shadow: 0px 4px 18.5px 0px rgba(46, 105, 220, 0.25);
  border-radius: 10px;
}

@media (max-width: 1440px) {
  .container {
    max-width: 100%;
    margin: 0px 40px;
  }
}

@media (max-width: 1280px) {
  .container {
    max-width: 100%;
    margin: 0px 40px;
  }

  .section {
    margin-top: 80px;
  }

  .container__title {
    font-size: 38px;
    gap: 15px;
  }

  .container__title::after {
    max-width: 100%;
  }
}

@media (max-width: 690px) {
  .section {
    margin-top: 50px;
  }

  .container__wrapper {
    gap: 30px;
  }

  .container__title {
    font-size: 26px;
    gap: 13px;
  }
}

/* -------- END -------- */

/* REUSABLE */

.lt {
  text-decoration: line-through;
}

.text-m {
  font-size: 16px;
}

.dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #151514;
}

/* -------- END -------- */

/* SLIDER */

.swiper-pagination {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}

.slider__btn-prev,
.slider__btn-next {
  width: 40px;
  height: 40px;
  display: flex;
  background-image: url('../images/icons/icon_arrow-white.svg');
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100px;
  background-color: rgba(219, 51, 108, 1);
  cursor: pointer;
  transform: rotate(-180deg);
  z-index: 3;
}

.slider__btn-next {
  transform: rotate(0deg);
}

.slider__btn-prev.swiper-button-disabled,
.slider__btn-next.swiper-button-disabled {
  background-color: rgba(219, 51, 108, 0.5);
}

.template-slider__pagination .swiper-pagination-bullet {
  display: flex;
  margin: 0 !important;
  background: rgba(219, 51, 108, 0.3) !important;
  height: 12px !important;
  width: 12px !important;
}

.template-slider__pagination .swiper-pagination-bullet-active {
  background: #db336c !important;
}

.template-slider__pagination {
  height: 40px;
  position: initial !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.template__slider-nav {
  top: auto;
  bottom: 0;
  right: 0;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  display: flex;
  gap: 12px;
}

@media (max-width: 1280px) {
}

@media (max-width: 564px) {
}

/* -------- END -------- */

/* POPUP */

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 41, 41, 0.6);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  z-index: 999;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup.open .popup__content {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.popup__body {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1160px;
  width: 100%;
  margin: 20px;
  color: #000;
  text-align: center;
  border-radius: 20px;
  background-color: #fff;
  transition: all 0.8s ease 0s;
  opacity: 0;
  transform: translate(0px, -100%);
}

.popup__close {
  display: flex;
  align-self: flex-end;
  margin: 24px 24px 0px 0px;
  width: 36px;
  height: 36px;
  background: url('../images/icons/icon_close_popup.svg') center/32px no-repeat;
  transition: all 0.3s ease-in-out;
}

.popup__inner {
  max-width: 816px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 76px 20px;
}

.popup__inner span {
  font-size: 40px;
  color: #000;
}

.feedback__form .input-popup {
  border-color: #000;
  color: #000;
}

.feedback__form .input-popup::placeholder {
  color: #000;
}

@media (max-width: 768px) {
  .popup__close {
    margin: 20px 20px 0px 0px;
  }

  .popup__content {
    max-width: 664px;
  }
}

@media (max-width: 564px) {
  .popup__close {
    width: 24px;
    height: 24px;
    margin: 12px 12px 0px 0px;
  }

  .popup__content {
    max-width: 664px;
  }
}

/* -------- END -------- */

/* FEEDBACK FORM */

.feedback-first {
  position: relative;
}

.feedback-first__background-1 {
  position: absolute;
  top: -20%;
  left: 0;
  z-index: -1;
}

.feedback-first__background-2 {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -2;
}

.feedback-first .feedback__form {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}

.feedback-first .container__title::after {
  max-width: 520px;
}

.feedback-first .container__wrapper {
  padding: 80px 0px;
}

.feedback__form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.feedback__form-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.feedback__text {
  font-size: 15px;
  text-align: center;
}

.feedback__text a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.feedback__form-title {
  font-size: 40px;
  font-weight: 600;
}

.feedback__form-subtext {
  max-width: 540px;
  font-size: 20px;
  line-height: 30px;
}

.feedback__wrapper {
  max-width: 540px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: auto auto auto auto;
  padding-bottom: 50px;
}

.feedback__form-inputs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feedback__input {
  position: relative;
  max-width: 100%;
  width: 100%;
  display: flex;
  padding: 24px 46px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}

.feedback__input::placeholder {
  color: #fff;
}

.icon-user {
  background: url(../images/icons/icon_user.svg) no-repeat 22px center;
  background-position: -26px;
  background-origin: content-box;
}

.input-popup.icon-user {
  background: url(../images/icons/icon_user-black.svg) no-repeat 22px center;
}

.icon-phone {
  background: url(../images/icons/icon_phone.svg) no-repeat 22px center;
  background-position: -26px;
  background-origin: content-box;
}

.input-popup.icon-phone {
  background: url(../images/icons/icon_phone-black.svg) no-repeat 22px center;
}

.feedback__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.feedback__button {
  width: 100%;
  height: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 100%;
  border-radius: 10px;
  color: #000;
  background-color: #fff;
  cursor: pointer;
}

.feedback-second {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    300deg,
    rgb(96, 9, 54) -7.507%,
    rgb(68, 6, 38) 6.947%,
    rgb(0, 0, 0) 41.745%
  );
}

.feedback-second__background {
  position: absolute;
  top: 0;
}

.feedback-second.section {
  margin-top: 0px;
  padding: 80px 0px 88px 0px;
}

.feedback-second__form {
  max-width: 850px;
  display: flex;
  flex-direction: column;
  margin: 0 0 0 auto;
}

.feedback-second__title {
  margin-bottom: 60px;
  font-family: 'ALS Gorizont Expanded Regular';
  font-size: 40px;
  line-height: 110%;
  text-align: right;
}

.feedback__form-inputs-row {
  display: flex;
  gap: 30px;
}

.feedback-second__form .feedback__text {
  margin: 40px 0px 35px 0px;
  text-align: left;
}

.feedback__button-popup {
  height: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  border: none;
  background-color: rgb(219, 51, 108);
  cursor: pointer;
}

.feedback__check {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
}

.feedback__confirm {
  font-size: 14px;
  line-height: 21px;
}

.feedback__confirm a {
  color: #db336c;
  text-decoration: underline;
}

/* Hide the default checkbox */
.custom-checkbox input {
  display: none;
}

/* Style the label to be the custom checkbox */
.custom-checkbox {
  position: relative;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  font-family: Arial, sans-serif;
}

/* Create the custom checkbox with a transparent background */
.custom-checkbox .checkmark {
  display: inline-block;
  min-width: 16px;
  height: 16px;
  margin-top: 4px;
  cursor: pointer;
  background-color: #db336c;
  border-radius: 2px;
  /* Rounded corners, adjust as needed */
  vertical-align: middle;
  position: relative;
}

/* Style the checkmark */
.custom-checkbox input:checked + .checkmark::after {
  content: '';
  position: absolute;
  top: auto;
  left: 35%;
  bottom: 25%;
  width: 2.5px;
  height: 7.45px;
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transform-origin: center;
  background: transparent;
}

/* Optional: Add some styling for the label text */
.custom-checkbox span {
  color: white;
  /* Text color, adjust as needed */
  font-size: 16px;
  /* Adjust as needed */
}

@media (max-width: 1280px) {
  .feedback-first .container__wrapper {
    padding: 0px;
  }

  .feedback-first__background-1 {
    top: 0;
    width: 446px;
    height: 218px;
  }

  .feedback-first__background-2 {
    display: none;
  }

  .feedback-first .feedback__form {
    max-width: 400px;
  }

  .feedback__form {
    gap: 25px;
  }

  .feedback-first .container__title::after {
    max-width: 256px;
  }

  .feedback__input {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
    font-size: 13px;
  }

  .feedback__button {
    height: 60px;
    font-size: 18px;
  }

  .feedback__text {
    align-self: center;
    max-width: 244px;
    font-size: 12px;
  }

  .feedback__text a {
    font-size: 12px;
  }

  .feedback-second__title {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .feedback-second__form .feedback__text {
    margin: 20px auto 0px auto;
    order: 3;
  }

  .feedback-second__form .feedback__button {
    max-width: 400px;
    align-self: center;
    margin-top: 30px;
    order: 2;
  }
}

@media (max-width: 600px) {
  .feedback-second__background {
    display: none;
  }

  .feedback-first .container__title::after {
    max-width: 0px;
  }

  .feedback-first .feedback__form {
    gap: 20px;
  }

  .feedback__button {
    height: 50px;
    font-size: 15px;
    order: 3;
  }

  .feedback-first .feedback__text {
    max-width: 100%;
    align-self: flex-start;
    font-size: 10px;
    text-align: left;
    order: 2;
  }

  .feedback-first .feedback__text a {
    font-size: 10px;
    color: #db336c;
  }

  .feedback-second.section {
    padding: 35px 0px 40px 0px;
  }

  .feedback-second__title {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .feedback__form-inputs-row {
    flex-direction: column;
    gap: 15px;
  }

  .feedback-second__form .feedback__button {
    order: 3;
    margin-bottom: 0px;
  }

  .feedback-second__form .feedback__text {
    order: 2;
  }

  .feedback-second__form .feedback__text {
    max-width: 100%;
    align-self: flex-start;
    font-size: 10px;
    text-align: left;
  }

  .feedback-second__form .feedback__text a {
    font-size: 10px;
    color: #db336c;
  }

  .feedback__form {
    padding: 20px;
  }

  .feedback__wrapper {
    padding-bottom: 0px;
  }

  .feedback__form-title {
    font-size: 18px;
  }

  .feedback__form-subtext {
    font-size: 14px;
    line-height: 18px;
  }

  .feedback__confirm {
    font-size: 12px;
    line-height: 14px;
  }

  .feedback__button-popup {
    height: 50px;
    font-size: 16px;
  }
}

/* -------- END -------- */

/* HEADER */

.header {
  position: relative;
  width: 100%;
  margin-top: 20px;
  z-index: 100;
}

.header__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.header__top-container {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__top-inner {
  display: flex;
  align-items: center;
  gap: 76px;
}

.header__top-logo {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header__logo {
  max-width: 190px;
  height: 97px;
  display: flex;
}

.mobile__logo {
  display: none;
}

.header__logo-text {
  font-size: 14px;
  font-weight: 300;
}

.header__top-links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header__top-links ul:nth-child(1) {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header__top-links ul:nth-child(1) li {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header__top-links ul:nth-child(1) li span,
.header__top-links ul:nth-child(1) li a {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  font-weight: 300;
}

.header__top-links ul:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header__top-links ul:nth-child(2) li a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(68, 68, 68, 0.47);
  border-radius: 50%;
}

.header__bottom-container {
  max-width: 100%;
  width: 100%;
}

.header__burger-bottom {
  display: none;
}

.header__links-row-mobile {
  display: none !important;
}

.header__menu {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.menu__burger {
  display: none;
}

.menu__item {
  display: flex;
  align-items: center;
}

.menu__link {
  padding-bottom: 25px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

.menu__link:hover {
  color: #db336c;
}

.sub-menu__list {
  width: 100%;
  min-width: max-content;
  display: none;
  position: absolute;
  left: 0;
  top: 18px;
  margin-top: 25px;
  padding-bottom: 15px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
}

.sub-menu__list > li:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.sub-menu__list > li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.sub-menu__link {
  display: flex;
  padding: 15px 15px 10px 14px;
  font-size: 13px;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
}

.sub-menu__link:hover {
  color: #db336c;
}

.drop__link {
  position: relative;
}

.drop__link:hover .sub-menu__list {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1280px) {
  .header {
    margin-top: 15px;
  }

  .header .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .header__nav {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0px;
  }

  .mobile__logo {
    max-width: 123px;
    width: 100%;
    height: 62px;
    margin-top: 0px;
    display: flex;
  }

  .mobile__logo img {
    width: 100%;
  }

  .icon__burger {
    position: relative;
    z-index: 10;
    width: 38px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .burger__container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 40px;
    /* margin: 0px 40px; */
    z-index: 100;
  }

  .burger__right-container {
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .menu__burger {
    display: block;
    position: relative;
    width: 38px;
    height: 27px;
    z-index: 3;
  }

  .menu__burger:before {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 38px;
    height: 3px;
    right: 0;
    transition: all 0.3s ease-out;
  }

  .menu__burger:before {
    top: 0;
  }

  .menu__burger:after {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 38px;
    height: 3px;
    right: 0;
    transition: all 0.3s ease-out;
  }

  .menu__burger:after {
    bottom: 0;
  }

  .menu__burger span {
    background-color: #fff;
    position: absolute;
    width: 38px;
    height: 3px;
    top: 11.5px;
    right: 0;
    transition: all 0.3s ease-out;
  }

  .menu__burger.active span {
    transform: scale(0);
  }

  .menu__burger.active:before {
    width: 100%;
    transform: rotate(45deg);
    top: 10px;
    background-color: #000;
  }

  .menu__burger.active:after {
    width: 100%;
    transform: rotate(-45deg);
    bottom: 14px;
    background-color: #000;
  }

  .menu__burger.active > span {
    background-color: #fff;
  }

  .header__nav.active {
    transform: translateX(0);
  }

  .menu__link {
    padding-bottom: 0px;
    font-size: 15px;
  }

  .header__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transform: translateX(110%);
    transition: transform 0.5s;
    overflow: auto;
    z-index: 2;
    border-radius: 0px 0px 0px 3px;
    background: #fff;
    color: #000;
  }

  .header__menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 30px 40px;
    gap: 25px;
  }

  .header__menu li:last-child {
    display: none;
  }

  .header__links-row-mobile {
    display: flex !important;
  }

  .header__top-container {
    display: grid;
    grid-template-columns: 1fr;
    order: 2;
    padding: 0px 40px;
  }

  .header__top-links ul:nth-child(1) li span,
  .header__top-links ul:nth-child(1) li a {
    gap: 10px;
    font-size: 13px;
  }

  .header__container {
    padding-top: 97px;
  }

  .header__top-inner .header__logo {
    display: none;
  }

  .header__phone-container {
    grid-column: 1 / 3;
    order: 1;
    padding: 28px 0px;
    border-top: 1px solid rgba(14, 33, 55, 0.2);
    border-bottom: 1px solid rgba(14, 33, 55, 0.2);
  }

  .header__top-inner {
    padding: 29px 0px;
    order: 2;
  }

  .header__socials-2 {
    order: 3;
  }

  .mobile-menu-active .header__top-links:nth-child(1) {
    display: none;
  }

  .mobile-menu-active .burger__container {
    border-bottom: 1px solid rgba(219, 51, 108, 0.5);
    padding-bottom: 20px;
  }

  .mobile-menu-active .header__top-logo {
    display: none;
  }

  .mobile-menu-active .action__btn:not(.mobile-action__btn) {
    display: none;
  }

  .mobile-menu-active .header__top-container {
    display: none;
  }

  .header__burger-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    padding: 30px 40px;
    border-top: 1px solid rgba(219, 51, 108, 0.5);
  }

  .header__burger-bottom-link {
    font-size: 15px;
    line-height: 110%;
  }

  .header__burger-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
  }

  .header__burger-info li,
  .header__burger-info li a {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .header__burger-info li {
    font-size: 14px;
    font-weight: 300;
  }

  .header__burger-socials {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .header__burger-socials li a {
    display: flex;
    min-width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
  }

  .sub-menu__list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
    margin-top: 20px;
    padding: 0px;
    transform: scale(0);
    position: absolute;
    border: none;
    background-color: transparent;
  }

  .sub-menu__list.active {
    transform: scale(1);
    position: initial;
  }

  .sub-menu__link {
    padding: 0px;
    font-size: 14px;
  }

  .sub-menu__list > li {
    border-top: none;
  }

  .drop__link {
    flex-direction: column;
    align-items: flex-end;
  }

  .drop__link:hover .drop__icon::after {
    transform: rotate(0deg);
  }
}

@media (max-width: 600px) {
  .header__links-row-mobile {
    display: none !important;
  }

  .mobile-menu-active .mobile-action__btn:not(.mobile-action__btn-2) {
    display: none;
  }

  .mobile-menu-active .mobile-action__btn-2 {
    max-width: 100%;
    width: 100%;
    display: flex !important;
  }

  .header__menu {
    align-items: flex-start;
    padding: 20px 40px 35px 40px;
    gap: 20px;
  }

  .header__burger-bottom {
    align-items: flex-start;
  }

  .header__burger-info {
    align-items: flex-start;
  }

  .header__burger-bottom-link {
    font-size: 13px;
  }

  .header__burger-info li {
    font-size: 12px;
    font-weight: 300;
  }

  .header__burger-socials li a {
    min-width: 25px;
    height: 25px;
  }

  .drop__link {
    align-items: flex-start;
  }

  .sub-menu__list {
    align-items: flex-start;
    gap: 10px;
    margin-top: 15px;
  }

  .sub-menu__link {
    font-size: 12px;
  }

  .menu__link {
    font-size: 13px;
    font-weight: 300;
  }
}

/* -------- END -------- */

/* BANNER */

.banner {
  position: relative;
  margin-top: -201px;
}

.banner__img-container {
  position: relative;
}

.banner__img {
  display: flex;
  max-width: 1920px;
  width: 100%;
  height: 800px;
  object-fit: cover;
}

.banner__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.banner .container {
  position: absolute;
  top: 281px;
  left: 0;
  right: 0;
}

.banner__text-container {
  max-width: 938px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.banner__title {
  font-family: 'ALS Gorizont Expanded Regular';
  font-size: 74px;
  line-height: 110%;
}

.banner__title span {
  color: #db336c;
}

.banner__subtitle {
  font-size: 20px;
  line-height: 120%;
}

.banner__button {
  max-width: 440px;
  height: 75px;
  font-size: 22px;
  color: #fff;
  background-color: #db336c;
  transition: all 0.5s ease 0s;
}

.banner__button:hover {
  background-color: #ce3064;
  box-shadow: 4px 10px 18px 0px rgba(255, 255, 255, 0.2);
}

.banner__socials {
  display: none;
}

@media (max-width: 1280px) {
  .banner {
    margin-top: -77px;
  }

  .banner .container {
    top: 135px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }

  .banner__img {
    height: 500px;
  }

  .banner__title {
    max-width: 520px;
    font-size: 40px;
  }

  .banner__text-container {
    max-width: 541px;
    gap: 40px;
  }

  .banner__subtitle {
    font-size: 16px;
  }

  .banner__inner {
    gap: 30px;
  }

  .banner__button {
    max-width: 257px;
    height: 65px;
    font-size: 18px;
    font-weight: 500;
  }

  .banner__socials {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .banner__socials li a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(68, 68, 68, 0.47);
    border-radius: 50%;
  }
}

@media (max-width: 600px) {
  .banner__text-container {
    gap: 30px;
  }

  .banner__title {
    max-width: 295px;
    font-size: 28px;
    line-height: 120%;
  }

  .banner__subtitle {
    font-size: 15px;
    line-height: 130%;
  }

  .banner__button {
    max-width: 100%;
    font-size: 16px;
  }

  .banner__socials {
    display: none;
  }
}

/* -------- END -------- */

/* TARIFFS */

.tariffs {
  position: relative;
}

.tariffs.section {
  margin-top: 0px;
  padding-top: 100px;
}

.tariffs__background-1 {
  position: absolute;
  top: 0;
  z-index: -1;
}

.tariffs__background-2 {
  position: absolute;
  bottom: -25%;
  left: 0;
  z-index: -1;
  background: rgba(96, 9, 54, 0.23);
}

.tariffs__inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.tariffs__list {
  max-width: 410px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.tariffs__list li {
  display: flex;
  align-items: center;
  gap: 15px;
}

.tariffs__list li span {
  font-size: 16px;
  line-height: 125%;
}

.tariffs__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 35px;
}

.tariffs__card {
  position: relative;
  max-width: 420px;
  width: 100%;
  height: fit-content;
  border: 1px solid rgba(68, 6, 38, 0.2);
  border-radius: 15px;
  background: radial-gradient(
    130.61% 173.14% at 91% -34%,
    rgb(255, 255, 255),
    rgb(255, 255, 255) 100%
  );
  cursor: pointer;
  transition: all 0.5s ease 0s;
}

.tariffs__card:hover {
  box-shadow: 2px 10px 50px 0px rgba(255, 255, 255, 0.25),
    0px 4px 18px 0px rgba(255, 255, 255, 0.2);
}

.tariffs__card-logo {
  position: absolute;
  top: 20px;
  left: 30px;
  max-width: 165px;
  width: 100%;
}

.tarffis__card-img {
  width: 100%;
  height: 265px;
  display: flex;
  border-radius: 15px;
}

.tariffs__badge {
  position: absolute;
  top: -40px;
  right: -55px;
  max-width: 180px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'ALS Gorizont Expanded Regular';
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #db336c;
  border-radius: 3px;
  transform: rotate(-12deg);
}

.tariffs__card-description {
  color: #000;
}

.tariff__card-1 .tariffs__card-description {
  padding: 15px 30px 0px 30px;
}

.tariffs__card-title {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 10px;
  font-family: 'ALS Gorizont Expanded Regular';
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  border-bottom: 1px solid rgba(68, 6, 38, 0.5);
}

.tariff__card-1 .tariffs__card-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.tariff__card-1 .tariffs__card-top-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.tariffs__card-top-item span {
  font-size: 16px;
  line-height: 110%;
}

.tariff__card-1 .tariffs__card-bottom {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 30px;
}

.tariffs__card-price {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: 'ALS Gorizont Expanded Regular';
}

.price-full {
  font-size: 14px;
  line-height: 110%;
}

.price-sale {
  font-size: 16px;
  line-height: 110%;
}

.price {
  gap: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 110%;
}

.price span:last-child {
  font-size: 15px;
}

.card__popup {
  height: 55px;
  margin: 20px 0px;
  border: 1px solid #440626;
  font-size: 16px;
  color: #000;
  transition: all 0.5s ease 0s;
}

.card__popup:hover {
  color: #fff;
  background: linear-gradient(
    156.53deg,
    rgb(0, 0, 0) -15.576%,
    rgb(96, 9, 54) 104.548%
  );
}

.tariff__card-2 .tariffs__card-top {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

.tariff__card-2 .tariffs__card-top-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.tariff__card-2 .tariffs__card-top-item span {
  font-size: 14px;
}

.tariff__card-2 .tariffs__card-bottom {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card-description-2 {
  padding: 20px 30px 0px 30px;
}

/* .card-description-2 .tariffs__card-title {
  padding-top: 10px;
  border-top: 1px solid rgba(68, 6, 38, 0.5);
} */

.tariffs__card .tariffs__list-items {
  transform: scale(0);
  position: absolute;
  transition: all 0.5s ease;
}

.tariffs__card:hover .tariffs__list-items {
  transform: scale(1);
  position: initial;
}

.tariffs__items {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 50px;
}

.tariffs__item {
  max-width: 410px;
  width: 100% !important;
  height: 271px !important;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 35px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.tariffs__item-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.tariffs__item-description span {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.item__popup {
  max-width: 200px;
  width: 100%;
  align-self: flex-end;
  text-align: center;
  height: 50px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #fff;
  transition: all 0.5s ease 0s;
}

.item__popup:hover {
  color: #fff;
  background: linear-gradient(
    156.53deg,
    rgb(0, 0, 0) -15.576%,
    rgb(96, 9, 54) 104.548%
  );
}

@media (max-width: 1460px) {
  .tariffs__badge {
    right: 0;
  }
}

@media (max-width: 1280px) {
  .tariffs.section {
    margin-top: 0px;
    padding-top: 80px;
  }

  .tariffs__background-1 {
    display: none;
  }

  .tariffs__background-2 {
    width: 225px;
    height: 500px;
    bottom: -17%;
  }

  .tariffs__inner {
    flex-direction: column;
    gap: 50px;
  }

  .tariffs__list {
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 25px;
    column-gap: 20px;
  }

  .tariffs__list li span {
    font-size: 13px;
    font-weight: 300;
    line-height: 130%;
  }

  .tariffs__list li img {
    width: 22px;
    height: 22px;
  }

  .tariffs__cards {
    grid-template-columns: auto auto;
    justify-content: center;
    row-gap: 30px;
  }

  .tariffs__badge {
    top: -10px;
    right: -5px;
    max-width: 120px;
    font-size: 9px;
  }

  .tariffs__card {
    max-width: 320px;
  }

  .tarffis__card-img {
    height: 190px;
  }

  .tariffs__card-logo {
    max-width: 130px;
    left: 18px;
  }

  .tariff__card-1 .tariffs__card-description,
  .card-description-2 {
    padding: 15px 18px 0px 18px;
  }

  .tariffs__card-title {
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
  }

  .tariff__card-2 .tariffs__card-top-item {
    gap: 10px;
  }

  .tariff__card-2 .tariffs__card-top-item img {
    width: 16px;
    height: 16px;
  }

  .tariff__card-2 .tariffs__card-top-item span {
    font-size: 13px;
  }

  .tariff__card-2 .tariffs__card-bottom {
    margin-top: 15px;
    gap: 15px;
  }

  .tariff__card-2 .tariffs__card-top {
    margin-top: 15px;
    gap: 12px;
  }

  .tariffs__card-price {
    gap: 15px;
  }

  .price-half {
    font-size: 12px;
    font-weight: 300;
  }

  .price-full {
    font-size: 12px;
  }

  .price-sale {
    font-size: 14px;
  }

  .price {
    font-size: 16px;
    font-weight: 500;
  }

  .card__popup {
    height: 50px;
    font-size: 13px;
  }

  .text-m {
    font-size: 12px;
  }

  .tariffs__items {
    margin-top: 30px;
  }

  .tariffs__item {
    height: 204px !important;
    padding: 20px;
  }

  .tariffs__item-description {
    gap: 20px;
  }

  .tariffs__item-description img {
    width: 61px;
    height: 45px;
  }

  .tariffs__item-description span {
    font-size: 13px;
    line-height: 18px;
  }

  .item__popup {
    max-width: 100%;
    height: 45px;
    font-size: 12px;
  }
}

@media (max-width: 690px) {
  .tariffs.section {
    padding-top: 50px;
  }

  .tariffs__background-2 {
    display: none;
  }

  .tariffs__list {
    grid-template-columns: auto;
    gap: 18px;
  }

  .tariffs__list li {
    gap: 12px;
  }

  .tariffs__list li img {
    width: 18px;
    height: 18px;
  }

  .tariffs__list li span {
    font-size: 12px;
    font-weight: 300;
    line-height: 125%;
  }

  .tariffs__inner {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .tariffs__cards {
    grid-template-columns: auto;
    gap: 20px;
  }

  .tariffs__card {
    max-width: 295px;
  }

  .tariffs__badge {
    top: -25px;
    right: -15px;
  }

  .tariffs__card-logo {
    max-width: 120px;
    left: 23px;
  }

  .tarffis__card-img {
    height: 185px;
  }

  .tariff__card-1 .tariffs__card-description,
  .card-description-2 {
    padding: 10px 22px 0px 23px;
  }

  .tariffs__card-title {
    font-size: 16px;
    gap: 2px;
  }

  .tariff__card-2 .tariffs__card-top {
    gap: 20px;
  }

  .tariff__card-2 .tariffs__card-top-item span {
    font-size: 14px;
  }

  .tariff__card-2 .tariffs__card-bottom {
    margin-top: 25px;
    gap: 20px;
  }

  .tariff__card-2 .tariffs__card-top-item {
    gap: 8px;
  }

  .tariffs__card-description .tariffs__list-items {
    gap: 10px;
  }

  .tariffs__card-description .tariffs__list-items span {
    font-size: 10px;
    font-weight: 300;
  }

  .price {
    font-size: 20px;
  }

  .card__popup {
    font-size: 14px;
  }

  .tariffs__item-description img {
    width: 55px;
    height: 40px;
  }
}

@media (max-width: 500px) {
  .tariffs .container {
    margin: 0px;
  }

  .tariffs .container__title {
    margin: 0px 40px;
  }

  .tariffs__cards {
    margin: 0px 40px;
  }

  .tariffs__list {
    margin: 0px 40px;
  }

  .tariffs__items {
    padding: 0px 40px !important;
  }
}

/* -------- END -------- */

/* OPTIONS */

.options__cards {
  display: flex;
  gap: 30px;
}

.options__card {
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42.5px 22.5px;
  border: 1px solid rgba(255, 255, 255, 0.37);
  border-radius: 19px;
  background: linear-gradient(
    138.14deg,
    rgba(255, 255, 255, 0.28) -16.048%,
    rgba(219, 51, 108, 0.14) 102.958%
  );
}

.options__card-title-wrapper {
  height: 68px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.options__card-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}

.options__card-subtitle {
  font-size: 16px;
  line-height: 120%;
}

.options__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 20px 0px;
}

.options__list li {
  display: flex;
  align-items: center;
  gap: 15px;
}

.options__list li span {
  font-size: 14px;
  font-weight: 300;
  line-height: 110%;
}

.options__list-price {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.options__list-price span:nth-child(1) {
  font-size: 16px;
  line-height: 120%;
}

.options__list-price span:nth-child(2) {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.options__popup {
  max-width: 200px;
  height: 45px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  border: 5px;
  background: linear-gradient(
    151.41deg,
    rgb(3, 3, 3) -23.2%,
    rgb(96, 9, 54) 112.424%
  );
}

.options__popup img {
  transition: all 500ms ease-in-out;
}

.options__popup span {
  font-size: 14px;
}

.options__popup:hover img {
  transform: rotate(90deg);
}

@media (max-width: 1280px) {
  .options__cards {
    gap: 17px;
  }

  .options__card {
    height: auto;
    gap: 20px;
    padding: 20px 15px 25px 15px;
  }

  .options__card-title-wrapper {
    height: auto;
  }

  .options__card-title {
    font-size: 16.5px;
  }

  .options__card-subtitle {
    display: none;
  }

  .options__list {
    margin: 30px 0px 0px 0px;
    gap: 12px;
  }

  .options__list li {
    gap: 10px;
  }

  .options__list li span {
    font-size: 11px;
  }

  .options__list-price span:nth-child(1) {
    font-size: 14px;
  }

  .options__list-price span:nth-child(2) {
    font-size: 16px;
  }

  .options__popup {
    margin-top: 15px;
  }
}

@media (max-width: 730px) {
  .options__cards {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .options__card {
    max-width: 295px;
    padding: 25px 22px 32px 20px;
  }

  .options__card-title {
    font-size: 24px;
    font-weight: 400;
  }

  .options__list {
    margin-top: 20px;
    gap: 15px;
  }

  .options__list li span {
    font-size: 12px;
  }

  .options__popup {
    max-width: 100%;
    margin-top: 20px;
  }
}

/* -------- END -------- */

/* SALE + SLIDER */

.sale {
  padding: 60px 0px;
  background: #fff;
}

.sale .container__wrapper {
  position: relative;
}

.sale .container__title {
  flex-direction: row-reverse;
  color: #000;
}

.home__container {
  width: 100%;
  display: flex;
}

.slide-item {
  flex: 1;
}

.slide {
  height: 600px !important;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: all 500ms ease-in-out;
  overflow: hidden;
}

.slide::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease 0s;
}

.slide-item.active .slide::before {
  background-color: rgba(0, 0, 0, 0.6);
}

.slide h3 {
  position: absolute;
  bottom: 40px;
  right: 25px;
  width: max-content;
  height: auto;
  margin: 0;
  font-family: 'ALS Gorizont Expanded Regular';
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  writing-mode: tb-rl;
  transform: rotate(180deg);
}

.slide p {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 30px;
  font-size: 15px;
  line-height: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease-in-out 0.2s;
}

.slide__number {
  position: relative;
  top: 30px;
  left: 25px;
  font-family: 'ALS Gorizont Expanded Regular';
  font-size: 50px;
  font-weight: 500;
  color: #db336c;
  z-index: 2;
}

.slide__description {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0px 30px 40px 25px;
}

.slide-item.active {
  flex: 2;
}

.slide-item.active .slide h3 {
  writing-mode: initial;
  position: initial;
  transition: all 0.7s ease-in-out 0.2s;
  transform: rotate(0deg);
}

.slide-item.active .slide p {
  position: initial;
  margin-top: 40px;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1280px) {
  .slide-item {
    flex: none;
    display: block;
  }

  .slide-item.active {
    flex: none;
    display: block;
  }

  .slide {
    height: 500px !important;
  }

  .slide__number {
    top: 40px;
    font-size: 35px;
  }

  .slide__description {
    padding: 0px 25px 25px 25px;
  }

  .slide h3 {
    max-width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

  .slide-item.active .slide p {
    margin-top: 30px;
  }
}

@media (max-width: 600px) {
  .sale {
    padding: 30px 0px;
  }

  .slide__number {
    top: 30px;
    font-size: 30px;
  }

  .slide__description {
    padding: 30px 20px 40px 15px;
  }

  .slide h3 {
    font-size: 14px;
    line-height: 18px;
  }

  .slide p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
  }

  .slide-item.active .slide p {
    margin-top: 20px;
  }
}

/* SERVICE */

.service {
  position: relative;
}

.service__background {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.service.section {
  margin-top: 0px;
  padding-top: 100px;
}

.service .container__title {
  gap: 0px;
}

.service .container__title::after {
  max-width: 225px;
}

.service .container__subtitle {
  max-width: 850px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 22px;
  line-height: 130%;
}

.service__list {
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}

.service__list-row {
  display: flex;
  justify-content: center;
  gap: 190px;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid rgba(219, 51, 108, 0.5);
}

.service__list-row:last-child {
  border-bottom: none;
}

.serivce__list-title {
  padding: 20px 0px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
}

.service__list-text {
  padding: 20px 0px;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  transition: all 0.3s ease-in-out;
}

.service__list-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.icon-check {
  display: inline-block;
  min-width: 18px;
  height: 13px;
  transition: all 0.3s ease-in-out;
}

.icon-check {
  background-image: url('../images/icons/icon_check-02.svg');
}

.service__list-row .serivce__list-title:nth-child(1),
.service__list-row .service__list-text:nth-child(1) {
  max-width: 379px;
  width: 100%;
}

.service__list-row .serivce__list-title:nth-child(2),
.service__list-row .service__list-text:nth-child(2) {
  max-width: 141px;
  width: 100%;
}

.service__list-row .serivce__list-title:nth-child(3),
.service__list-row .service__list-text:nth-child(3),
.service__list-item .service__list-text {
  max-width: 190px !important;
  width: 100%;
}

.service__list-row:first-child {
  background-color: #db336c;
}

.service__list-row:hover:not(:first-child) .service__list-text {
  color: #fff;
}

.service__list-row:hover:not(:first-child) .service__list-item .icon-check {
  background-image: url('../images/icons/icon_check-04.svg');
}

.service__list-row:hover:not(:first-child) {
  background-color: #db336c;
  cursor: pointer;
}

@media (max-width: 1280px) {
  .service.section {
    padding-top: 80px;
  }

  .service__background {
    display: none;
  }

  .service .container__title::after {
    max-width: 0px;
  }

  .service .container__subtitle {
    max-width: 465px;
    font-size: 14px;
  }

  .service__list-row {
    gap: 30px;
  }

  .serivce__list-title {
    padding: 18px 0px;
    font-size: 16px;
    line-height: 22px;
  }

  .service__list-row .serivce__list-title:nth-child(1),
  .service__list-row .service__list-text:nth-child(1) {
    max-width: 230px;
  }

  .service__list-row .serivce__list-title:nth-child(2),
  .service__list-row .service__list-text:nth-child(2) {
    max-width: 123px;
  }

  .service__list-row .serivce__list-title:nth-child(3),
  .service__list-row .service__list-text:nth-child(3),
  .service__list-item {
    max-width: 163px !important;
    width: 100%;
  }

  .serivce__list-title:nth-child(2) {
    text-align: center;
  }

  .service__list-text:nth-child(2) {
    text-align: center;
  }

  .service__list-text {
    padding: 15px 0px;
    font-size: 13px;
  }

  .serivce__list-title:nth-child(3) {
    text-align: right;
  }
}

@media (max-width: 690px) {
  .service.section {
    padding-top: 50px;
  }

  .service__list {
    width: 600px;
  }

  .service .container__title {
    font-size: 18px;
  }

  .service .container__subtitle {
    font-size: 10px;
  }

  .serivce__list-title {
    font-size: 14px;
  }

  .service__list-text {
    padding: 10px 0px;
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  .service .container {
    margin: 0px;
  }

  .service .container__title {
    margin: 0px 40px;
  }

  .service .container__subtitle {
    margin: 0px 40px;
  }

  .service__list {
    margin: 0px 40px;
  }

  .scroll-container {
    border-radius: 0;
    box-shadow: none;
  }
}

/* -------- END -------- */

/* ABOUT */

.about .container {
  max-width: 1382px;
}

.about .container__title::after {
  max-width: 660px;
}

.about__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: hidden;
}

.about__background {
  position: absolute;
  top: 0;
  right: -15%;
}

.about__inner {
  max-width: 630px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about__col {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about__title {
  display: flex;
  align-items: center;
  gap: 15px;
}

.about__title h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 150%;
}

.about__description {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.about__description-text {
  font-size: 14px;
  line-height: 150%;
}

.about__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.about__list li {
  display: flex;
  align-items: center;
  gap: 20px;
}

.about__list li img {
  width: 30px;
  height: 30px;
}

.about__list li span {
  font-size: 18px;
  line-height: 110%;
}

.about__images {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 937px;
}

.about__images .swiper-slide img {
  display: flex;
}

.image__border {
  border-top: 10px solid rgba(161, 50, 129, 0.3);
  border-bottom: 10px solid rgba(161, 50, 129, 0.3);
  border-right: 15px solid rgba(161, 50, 129, 0.3);
  border-left: 15px solid rgba(161, 50, 129, 0.3);
}

.about__images img:nth-child(2) {
  border-left: none;
  border-top: 15px solid rgba(161, 50, 129, 0.3);
  border-bottom: 15px solid rgba(161, 50, 129, 0.3);
  border-right: 7px solid rgba(161, 50, 129, 0.3);
}

.about__images .swiper-slide:nth-child(1) img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.about__images .swiper-slide:nth-child(2) img {
  position: absolute;
  bottom: 66px;
  z-index: 2;
}

.about__images .swiper-slide:nth-child(3) img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.video {
  position: relative;
  height: 470px;
  display: flex;
  align-items: center;
  margin-top: 100px;
  background: url('../images/backgrounds/bg_video.jpg');
}

.video img {
  position: absolute;
  right: 50%;
  left: 50%;
  cursor: pointer;
}

.about__btn-show {
  display: none;
  align-items: center;
  gap: 20px;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
}

.about__btn-show::after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url('../images/icons/icon_arrow-gray.svg');
  background-size: 25px;
}

.arrow-up::after {
  transform: rotate(180deg);
}

.about__slider .swiper-slide {
  width: auto;
  position: initial;
}

.about__slider-nav {
  display: none;
}

@media (max-width: 1280px) {
  .about__background {
    display: none;
  }

  .about__text-hidden {
    position: absolute;
    transform: scale(0);
  }

  .about__btn-show {
    display: flex;
  }

  .about .container__wrapper {
    position: relative;
    gap: 30px;
  }

  .about .container__title::after {
    max-width: 70%;
  }

  .about__wrapper {
    flex-direction: column;
  }

  .about__inner {
    max-width: 100%;
    gap: 20px;
  }

  .about__col {
    gap: 25px;
  }

  .about__title h3 {
    font-size: 15px;
  }

  .about__description-text {
    font-size: 12px;
    font-weight: 300;
    line-height: 140%;
  }

  .about__list li span {
    font-size: 14px;
  }

  .about__images {
    max-width: 614px;
    height: 357px;
    align-self: flex-end;
  }

  .about__images .swiper-slide:nth-child(1) img {
    width: 380px;
    height: 220px;
    object-fit: cover;
    object-position: top;
  }

  .about__images .swiper-slide:nth-child(2) img {
    width: 270px;
    height: 240px;
    object-fit: cover;
  }

  .about__images .swiper-slide:nth-child(3) img {
    width: 255px;
    height: 160px;
    left: 35%;
  }

  .video {
    margin-top: 60px;
    height: 200px;
    background-size: cover;
    background-position: center;
  }

  .video img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 1024px) {
  .about .container__title::after {
    max-width: 50%;
  }
}

@media (max-width: 600px) {
  .about__slider-nav {
    display: flex;
  }

  .about .container__title::after {
    max-width: 30%;
  }

  .about__description-text {
    font-size: 10px;
  }

  .about__btn-show {
    font-size: 18px;
  }

  .about__list li span {
    font-size: 12px;
  }

  .image__border {
    border: none;
  }

  .about__images {
    height: auto;
  }

  .about__slider .swiper-slide {
    width: 100%;
    position: relative;
  }

  .about__images .swiper-slide:nth-child(1) img,
  .about__images .swiper-slide:nth-child(2) img,
  .about__images .swiper-slide:nth-child(3) img {
    position: initial;
    width: 100%;
    height: 260px;
    object-fit: cover;
  }
}

@media (max-width: 376px) {
  .about .container__title::after {
    max-width: 20%;
  }
}

/* -------- END -------- */

/* FINANCES */

.finances .container__title {
  flex-direction: row-reverse;
  gap: 40px;
  text-align: right;
}

.finances .container__title::after {
  max-width: 560px;
}

.finances__cards {
  display: flex;
  align-items: center;
  gap: 16px;
}

.finances__card {
  max-width: 310px;
  width: 100%;
  height: 236px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 25px 35px 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}

.finances__card:hover {
  background-color: #db336c;
  box-shadow: 4px 5px 15px 0px rgba(255, 255, 255, 0.2),
    0px 4px 18px 0px rgba(255, 255, 255, 0.2);
}

.finances__card span {
  font-family: 'ALS Gorizont Expanded Regular';
  font-weight: 700;
  font-size: 27px;
  line-height: 41px;
  color: #db336c;
  transition: all 0.3s ease-in-out;
}

.finances__card p {
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
}

.finances__card:hover.finances__card span {
  color: #fff;
}

@media (max-width: 1280px) {
  .finances .container__title::after {
    max-width: 200px;
  }

  .finances__cards {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
  }

  .finances__card {
    height: 161px;
  }

  .finances__card br {
    display: none;
  }

  .finances__card span {
    font-size: 24px;
  }

  .finances__card p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 600px) {
  .finances .container__title {
    flex-direction: row;
    text-align: left;
  }

  .finances .container__title::after {
    max-width: 50%;
  }

  .finances__cards {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .finances__card {
    padding: 20px;
  }
}

/* -------- END -------- */

.official {
  padding: 100px 0px;
  background-color: #fff;
  color: #000;
}

.official__wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.official__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.official__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
}

.official__cards-1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.official__description {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.official__description span {
  font-size: 20px;
  line-height: 110%;
}

.official__link {
  max-width: 625px;
  width: 100%;
  height: 80px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  border: 5px;
  background: linear-gradient(
    151.41deg,
    rgb(3, 3, 3) -23.2%,
    rgb(96, 9, 54) 112.424%
  );
}

.official__cards-2 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.official__cards-top {
  display: flex;
  gap: 70px;
}

.official__card-left {
  display: flex;
  gap: 30px;
}

.official__card-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 22.5px 15px;
  border-radius: 5px;
  gap: 20px;
  background-color: #f5f4f3;
}

.official__card-icon span {
  font-size: 30px;
  font-weight: 500;
  line-height: 110%;
}

.official__rating-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.official__description-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.official__description-inner span {
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}

.official__description-inner p {
  font-size: 14px;
  line-height: 130%;
}

.official__rating-card {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 19.5px 0px;
  background-color: #f5f4f3;
  border-radius: 10px;
}

.official__rating-title {
  font-size: 60px;
  font-weight: 600;
  line-height: 110%;
}

.official__rating-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.official-star__icons {
  display: flex;
  align-items: center;
  gap: 4px;
}

.official__rating-text {
  font-size: 22px;
  font-weight: 500;
  line-height: 110%;
}

.official__card-right {
  max-width: 630px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.official__card-props {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
  padding: 25px 14px;
  background-color: #f5f4f3;
  border-radius: 10px;
}

.official__card-props:nth-child(3) {
  grid-column: 1 / 3;
  align-items: center;
}

.official__prop-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.official__prop-row span {
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
}

.official__prop-items {
  display: flex;
  align-items: center;
  gap: 10px;
}

.official__prop-items span {
  font-weight: 600;
  color: #13952d;
}

.official__prop-text {
  font-size: 14px;
  line-height: 110%;
}

.official__cards-bottom {
  display: flex;
  justify-content: space-between;
  gap: 35px;
}

.official__card-bottom {
  max-width: 410px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.official__text-bottom {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}

.official__text-bottom span {
  color: #13952d;
}

@media (max-width: 1280px) {
  .official {
    padding: 50px 0px;
  }

  .official .container__wrapper {
    gap: 40px;
  }

  .official__title {
    font-size: 16px;
  }

  .official__inner {
    gap: 30px;
  }

  .official__cards-1 img {
    max-width: 150px;
    width: 100%;
  }

  .official__description {
    gap: 20px;
  }

  .official__description span {
    font-size: 14px;
  }

  .official__link {
    max-width: 260px;
    height: 55px;
    font-size: 14px;
  }

  .official__wrapper {
    gap: 40px;
  }

  .official__card-icon {
    padding: 24px 11px 23px 11px;
    gap: 8px;
  }

  .official__card-icon img {
    width: 80px;
    height: 80px;
  }

  .official__card-icon span {
    font-size: 20px;
  }

  .official__cards-top {
    flex-direction: column;
    gap: 20px;
  }

  .official__card-left {
    gap: 25px;
  }

  .official__description-inner span {
    font-size: 16px;
  }

  .official__description-inner p {
    font-size: 13px;
  }

  .official__rating-wrapper {
    max-width: 320px;
    width: 100%;
    gap: 15px;
  }

  .official__description-inner {
    gap: 15px;
  }

  .official__rating-card {
    justify-content: flex-start;
    gap: 20px;
    padding: 11px 15px;
  }

  .official__rating-title {
    font-size: 40px;
  }

  .official__rating-text {
    font-size: 16px;
  }

  .official__card-right {
    max-width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .official__card-props:nth-child(3) {
    align-items: flex-start;
    grid-column: auto;
  }

  .official__prop-row span {
    font-size: 11px;
  }

  .official__prop-row {
    gap: 6px;
  }

  .official__prop-items {
    gap: 8px;
  }

  .official__prop-items img {
    width: 18px;
    height: 18px;
  }

  .official__prop-items span {
    font-size: 14px;
    font-weight: 500;
  }

  .official__prop-text {
    font-size: 10px;
  }

  .official__card-props {
    gap: 10px;
    padding: 14px 13px 14px 14px;
  }

  .official-star__icons {
    gap: 2.8px;
  }

  .official-star__icons img {
    width: 22px;
    height: 20px;
  }

  .official__cards-bottom {
    gap: 17px;
  }

  .official__card-bottom {
    gap: 5px;
  }

  .official__card-bottom > img {
    max-width: 151px;
    width: 100%;
    height: 62px;
  }

  .official__rating-title {
    font-size: 30px;
  }

  .official__rating-text {
    font-size: 16px;
  }

  .official__text-bottom {
    font-size: 14px;
  }

  .official__cards-bottom .official__rating-card {
    height: 80px;
  }
}

@media (max-width: 600px) {
  .official .container__title::after {
    max-width: 0px;
  }

  .official .container__wrapper {
    gap: 30px;
  }

  .official__title {
    font-size: 14px;
  }

  .official__cards-1 {
    gap: 19px;
  }

  .official__cards-1 img {
    max-width: 138px;
    height: 63px;
  }

  .official__inner {
    gap: 20px;
  }

  .official__description {
    gap: 15px;
  }

  .official__wrapper {
    gap: 30px;
  }

  .official__description-inner span {
    font-size: 14px;
  }

  .official__description-inner p {
    font-size: 10px;
  }

  .official__rating-wrapper {
    gap: 9px;
  }

  .official__card-left {
    gap: 7px;
  }

  .official__card-icon span {
    font-size: 18px;
  }

  .official__card-icon img {
    min-width: 70px;
    height: 70px;
  }

  .official__card-right {
    grid-template-columns: 1fr;
  }

  .official__card-props {
    padding: 14px 43px;
  }

  .official__cards-2 {
    gap: 30px;
  }

  .official__cards-bottom {
    flex-direction: column;
    gap: 20px;
  }

  .official__card-bottom {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 18px;
  }

  .official__card-bottom > img {
    width: 112px;
    height: 40px;
  }

  .official__rating-text {
    font-size: 13px;
  }

  .official__rating-card {
    padding: 10px;
    gap: 10px;
  }

  .official__text-bottom {
    grid-column: 1 / 3;
    justify-self: flex-end;
    margin-top: 3px;
  }
}

@media (max-width: 370px) {
  .official__card-bottom {
    grid-template-columns: 1fr;
  }

  .official__text-bottom {
    grid-column: auto;
    justify-self: flex-start;
  }
}

/* -------- END -------- */

/* SEO */

.seo {
  padding: 100px 0px;
  background-color: #fff;
  color: #000;
}

.seo__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.seo__title {
  font-family: 'ALS Gorizont Expanded Regular';
  font-size: 70px;
}

.seo__title-2 {
  font-family: 'ALS Gorizont Expanded Regular';
  font-size: 40px;
}

.seo__title-3 {
  font-family: 'ALS Gorizont Expanded Regular';
  font-size: 28px;
}

.seo__text-wrapper {
  display: flex;
  gap: 28px;
}

.seo__text {
  font-size: 14px;
  line-height: 24px;
}

.seo__text-hidden {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.seo__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.seo__list {
  max-width: 50%;
  width: 100%;
}

.seo__list li {
  list-style: inherit;
  list-style-position: inside;
}

.seo__text-wrapper ul li::marker {
  color: rgba(96, 9, 54, 1);
}

.seo__text-wrapper ul,
.seo__text-wrapper ol {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 1280px) {
  .seo {
    padding: 50px 0px;
  }

  .seo__wrapper {
    gap: 24px;
  }

  .seo__title {
    font-size: 48px;
  }

  .seo__title-2 {
    font-size: 32px;
  }

  .seo__title-3 {
    font-size: 24px;
  }

  .seo__text {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .seo__text-wrapper {
    flex-direction: column;
  }

  .seo__list {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .seo__title {
    font-size: 24px;
    line-height: 36px;
  }

  .seo__text {
    font-size: 12px;
  }

  .seo__title-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .seo__title-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .seo .btn-show {
    font-size: 12px;
  }

  .seo .btn-show::after {
    background-size: 12px;
  }
}

/* -------- END -------- */

/* FOOTER */

.footer {
  background-color: rgba(17, 2, 10, 1);
}

.footer__wrapper {
  padding: 50px 0px 35px 0px;
}

.footer__top {
  display: flex;
  gap: 24px;
}

.footer__left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer__left-top {
  display: flex;
  align-items: center;
  gap: 30px;
}

.footer__left-top span {
  max-width: 190px;
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__links ul:nth-child(1) {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer__links ul:nth-child(1) li a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(68, 68, 68, 0.47);
  border-radius: 50%;
}

.footer__links ul:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__links ul:nth-child(2) li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 300;
}

.footer__links ul:nth-child(2) li img {
  width: 20px;
  height: 20px;
}

.footer__list-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.footer__list {
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 40px;
}

.footer__list div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer__bottom-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__bottom-left > span {
  font-size: 13px;
  line-height: 110%;
}

.footer__bottom-col {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.footer__bottom-col span {
  font-size: 13px;
  line-height: 110%;
}

.footer__copyright {
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
}

.footer__bottom-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__bottom-right span {
  font-size: 14px;
  line-height: 110%;
}

.footer__left-top .action__btn {
  max-width: 190px;
  height: 40px;
  font-size: 10px;
}

.footer__list-title-mob {
  display: none;
}

@media (max-width: 1280px) {
  .footer .container {
    margin: 0px;
  }

  .footer__top {
    flex-direction: column;
  }

  .footer__links {
    flex-direction: row;
    gap: 30px;
  }

  .footer__links ul:nth-child(2) {
    flex-direction: row;
  }

  .footer__left {
    margin: 0px 40px;
  }

  .footer__list {
    margin: 0px 40px;
  }

  .footer__left-top {
    justify-content: space-between;
  }

  .footer__bottom {
    margin: 30px 40px 0px 40px;
    align-items: flex-start;
  }

  .footer__right {
    padding: 30px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .footer__list-title-mob {
    display: flex;
    margin-left: 40px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
  }

  .footer__list-title {
    display: none;
  }
}

@media (max-width: 690px) {
  .footer__left-top .action__btn {
    display: none;
  }

  .footer__links {
    flex-direction: column;
  }

  .footer__links ul:nth-child(2) {
    flex-direction: column;
  }

  .footer__list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0px;
  }

  .footer__bottom {
    flex-direction: column;
    gap: 20px;
  }

  .footer__bottom-left > span {
    font-size: 12px;
  }

  .footer__bottom-col span {
    font-size: 12px;
  }

  .footer__bottom-right {
    font-size: 12px;
  }

  .footer__list li a {
    font-size: 11px;
    font-weight: 300;
  }

  .footer__list div {
    display: grid;
    gap: 15px;
    padding: 0px 40px;
  }

  .footer__list div:nth-child(1) {
    grid-auto-flow: column;
    grid-template-rows: repeat(5, auto);
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .footer__list-title-mob {
    margin-bottom: 20px;
    font-weight: 14px;
  }

  .footer__links {
    gap: 15px;
  }

  .footer__links ul:nth-child(2) {
    gap: 15px;
  }

  .footer__links ul:nth-child(2) li {
    font-size: 12px;
  }
}

/* -------- END -------- */
