@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

ol,
ul {
  list-style: none;
}

img,
svg,
video,
canvas,
picture {
  display: block;
  max-width: 100%;
}

input,
button,
select,
textarea {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
span {
  overflow-wrap: break-word;
}

* {
  font-family: "Poppins";
}

.container {
  max-width: 1487px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}

.scroll .header {
  background-color: white;
}

.header {
  padding: 64px 0 57px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-repeat: no-repeat;
  background-position: 400px 0;
}
@media (max-width: 1250px) {
  .header {
    padding: 40px 0;
    background-image: none !important;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  .header .container {
    padding: 0 30px;
  }
}
.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 128px;
}
.header__left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;;
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 106px;
  margin-bottom: 58px;
}
@media (max-width: 1250px) {
  .header__top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 35px;
    margin-bottom: 0;
  }
}
.header__logo {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header__logo a {
  display: inline-block;
}
@media (max-width: 768px) {
  .header__logo img {
    width: 198px;
  }
}
.header__phone {
  color: #55576E;
  font-size: 36.52px;
  font-family: "Roboto";
  font-weight: 860;
  text-decoration: none;
}
@media (max-width: 768px) {
  .header__phone {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .header__phone {
    display: none;
  }
}
.header__address {
  font-size: 24.48px;
  color: #55576E;
  text-decoration: none;
  font-family: "Roboto";
  max-width: 300px;
}
@media (max-width: 1250px) {
  .header__address {
    display: none;
  }
}
.header__burger {
  display: none;
  width: 50px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
@media (max-width: 1250px) {
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768px) {
  .header__burger {
    width: 34px;
    height: 26px;
  }
}
.header__burger span {
  width: 100%;
  height: 7px;
  background-color: #55576E;
}
@media (max-width: 768px) {
  .header__burger span {
    height: 5px;
  }
}
.header.open .header__burger span {
  position: relative;
}
.header.open .header__burger span:nth-child(2) {
  display: none;
}
.header.open .header__burger span:nth-child(1) {
  rotate: 45deg;
  top: 17px;
}
@media (max-width: 768px) {
  .header.open .header__burger span:nth-child(1) {
    top: 11px;
  }
}
.header.open .header__burger span:nth-child(3) {
  rotate: -45deg;
  bottom: 16px;
}
@media (max-width: 768px) {
  .header.open .header__burger span:nth-child(3) {
    bottom: 10px;
  }
}
@media (max-width: 1250px) {
  .header__bottom {
    position: fixed;
    top: 130px; 
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: white;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0px 15px 0px;
    left: 0;
    display: none;
  }
  .header__menu li a {
    width: -webkit-fill-available;
  }
  .header__menu {
    padding: 0 20px;
  }
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.header__menu li.current-menu-item a {
  font-weight: 700;
  padding: 10px 19px;
  border-radius: 20px;
  background-color: #EE2493;
  color: white;
}
.header__menu li a {
  font-size: 20px;
  color: #55576E;
  text-decoration: none;
}

@media (max-width: 1250px) {
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
  .header__menu li {
    text-align: center;
    width: 100%;
  } 
}
  .header__menu li a {
    display: inline-block;
  }
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
/*   -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; */
	gap: 20px;
}
@media (max-width: 1250px) {
  .header__right {
    display: none;
  }
}

body {
  padding-top: 287px;
}
@media (max-width: 1250px) {
  body {
    padding-top: 158px;
  }
}
@media (max-width: 768px) {
  body {
    padding-top: 130px;
  }
}

.footer {
  margin-top: 55px;
}
@media (max-width: 1200px) {
  .footer {
    margin-top: 44px;
  }
}
.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0 125px 0;
  margin: 0 65px;
  border-top: 6px solid #F0F0F0;
}
@media (max-width: 1200px) {
  .footer__body {
    padding: 20px 0 25px 0;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    margin: 0 40px;
    padding: 12px 0 33px 0;
  }
}
.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px;
}
@media (max-width: 1440px) {
  .footer__left {
    gap: 25px;
  }
}
@media (max-width: 1200px) {
  .footer__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .footer__left {
    text-align: center;
    gap: 15px;
  }
}
.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 150px;
}
@media (max-width: 1440px) {
  .footer__right {
    gap: 25px;
  }
}
@media (max-width: 1200px) {
  .footer__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
}
@media (max-width: 1200px) {
  .footer__media {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    gap: 28px;
  }
}
@media (max-width: 1200px) {
  .footer__logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.footer__address {
  color: #868686;
  font-size: 18.52px;
  max-width: 300px;
  text-decoration: none;
  font-family: "Roboto";
}
.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__contacts a {
  color: #868686;
  font-size: 18.52px;
  max-width: 300px;
  text-decoration: none;
  font-family: "Roboto";
}

.map {
  height: 700px;
}
@media (max-width: 1024px) {
  .map {
    height: 474px;
  }
}
@media (max-width: 768px) {
  .map {
    height: 254px;
  }
}

.cfirst {
  display: none;
  padding: 123px 0 226px 0;
}
@media (max-width: 1024px) {
  .cfirst {
    display: block;
  }
}
@media (max-width: 768px) {
  .cfirst {
    padding: 70px 0 140px 0;
  }
}
.cfirst__title {
  font-weight: 900;
  font-size: 48px;
  color: #011334;
  line-height: 1;
  text-align: right;
}
@media (max-width: 768px) {
  .cfirst__title {
    font-size: 32px;
  }
}

.contact {
  background-size: cover;
  position: relative;
  margin-bottom: 62px;
}
@media (max-width: 1024px) {
  .contact {
    background-image: none !important;
    margin-top: -100px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .contact {
    margin-top: -50px;
  }
}
.contact > .bg-1 {
  position: absolute;
  left: 0;
  bottom: 20%;
}
@media (max-width: 1024px) {
  .contact > .bg-1 {
    display: none;
  }
}
.contact > .bg-2 {
  position: absolute;
  right: 0;
  top: 20%;
}
@media (max-width: 1024px) {
  .contact > .bg-2 {
    display: none;
  }
}
.contact > .bg-3 {
  position: absolute;
  left: 0;
  bottom: 13px;
  display: none;
}
@media (max-width: 1024px) {
  .contact > .bg-3 {
    display: block;
  }
}
@media (max-width: 768px) {
  .contact > .bg-3 {
    display: none;
  }
}
.contact > .bg-4 {
  position: absolute;
  right: 0;
  top: 20%;
  display: none;
}
@media (max-width: 1024px) {
  .contact > .bg-4 {
    display: block;
  }
}
@media (max-width: 768px) {
  .contact > .bg-4 {
    display: none;
  }
}
.contact > .bg-5 {
  position: absolute;
  right: 0;
  top: 40%;
  display: none;
}
@media (max-width: 1024px) {
  .contact > .bg-5 {
    display: block;
  }
}
@media (max-width: 768px) {
  .contact > .bg-5 {
    display: none;
  }
}
.contact .container {
  position: relative;
}
.contact__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1024px) {
  .contact__body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact__title {
  font-weight: 900;
  font-size: 64px;
  color: #011334;
  line-height: 1;
}
.contact__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 33px;
  padding: 35px 0 46px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .contact__bottom {
    padding: 0 0 57px 0;
  }
}
@media (max-width: 768px) {
  .contact__bottom {
    padding: 0 0 28px 0;
  }
}
@media (max-width: 1024px) {
  .contact__bottom .contact__title {
    display: none;
  }
}
.contact__form {
  max-width: 565px;
}
@media (max-width: 768px) {
  .contact__form {
    padding: 0 17px;
  }
}

.form {
  padding: 50px;
  border-radius: 10px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.form input, .form textarea {
  padding: 12px 20px;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #828282;
}
@media (max-width: 768px) {
  .form input, .form textarea {
    width: 100%;
  }
}
.form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
  color: #828282;
  font-size: 16px;
}
.form input::-moz-placeholder, .form textarea::-moz-placeholder {
  color: #828282;
  font-size: 16px;
}
.form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
  color: #828282;
  font-size: 16px;
}
.form input::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
  color: #828282;
  font-size: 16px;
}
.form input::placeholder, .form textarea::placeholder {
  color: #828282;
  font-size: 16px;
}
.form input:focus, .form textarea:focus {
  border-color: #9734A6;
}
.form__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__input > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form__row * {
  width: 50%;
}
@media (max-width: 768px) {
  .form__row * {
    width: 100%;
  }
}
.form__btn {
  border-radius: 24px;
  background-color: #67CB34;
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  padding: 10px;
  cursor: pointer;
  margin-top: 20px;
}

.gfirst {
  margin-bottom: 46px;
}
@media (max-width: 1024px) {
  .gfirst {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .gfirst {
    margin-bottom: 18px;
  }
}
.gfirst__title {
  font-size: 96px;
  color: #EF1A8C;
  font-weight: 900;
  max-width: 700px;
  line-height: 1;
  margin-bottom: 30px;
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .gfirst__title {
    font-size: 48px;
    margin-bottom: 25px;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .gfirst__title {
    font-size: 40px;
    margin-bottom: 18px;
  }
}
.gfirst__img {
  height: 965px;
  width: 100%;
  border-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .gfirst__img {
    height: 412px;
  }
}
@media (max-width: 768px) {
  .gfirst__img {
    height: 216px;
  }
}
.gfirst__name {
  text-align: center;
}
.gfirst__name span {
  padding: 100px 150px;
  background-image: url(../img/bg-68.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
  display: inline-block;
}
@media (max-width: 768px) {
  .gfirst__name span {
    padding: 70px 70px;
  }
}
@media (max-width: 768px) {
  .gfirst__name span {
    font-size: 24px;
  }
}

.back__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn {
  font-size: 18px;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  padding: 17px 80px;
  border-radius: 29px;
  background-color: #EE2493;
  text-decoration: none;
  display: inline-block;
  text-wrap: nowrap;
}
@media (max-width: 768px) {
  .btn {
    font-size: 14px;
    padding: 10px 44px;
  }
}

.gallery {
  margin-bottom: 54px;
}
@media (max-width: 1024px) {
  .gallery {
    margin-bottom: 29px;
  }
}
@media (max-width: 768px) {
  .gallery {
    margin-bottom: 24px;
  }
}
.gallery .slide {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 43px 1fr 43px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 43px;
}
@media (max-width: 1024px) {
  .gallery .slide {
    -ms-grid-columns: 1fr 28px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    row-gap: 10px;
  }
}
@media (max-width: 768px) {
  .gallery .slide {
    gap: 8px;
  }
}
.gallery .slide img {
  border-radius: 90px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .gallery .slide img {
    border-radius: 50px;
  }
}
@media (max-width: 768px) {
  .gallery .slide a:nth-child(5) {
    display: none;
  }
}
@media (max-width: 768px) {
  .gallery .slide a:nth-child(6) {
    display: none;
  }
}
.gallery__title {
  font-size: 64px;
  color: #EE2493;
  font-weight: 900;
  margin-bottom: 68px;
  position: relative;
  display: inline-block;
}
@media (max-width: 1024px) {
  .gallery__title {
    font-size: 48px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .gallery__title {
    font-size: 36px;
    margin-bottom: 33px;
  }
}
.gallery__title span {
  position: relative;
  z-index: 1;
}
.gallery__title img {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(40%, -30%);
          transform: translate(40%, -30%);
}
@media (max-width: 1024px) {
  .gallery__title img {
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .gallery__title img {
    max-width: 150px;
  }
}
.gallery__body {
  position: relative;
  padding: 0 46px;
}
@media (max-width: 1024px) {
  .gallery__body {
    padding: 0 42px;
  }
}
@media (max-width: 768px) {
  .gallery__body {
    padding: 0 20px;
  }
}
.gallery__arrow {
  position: absolute;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .gallery__arrow {
    max-width: 30px;
  }
}
@media (max-width: 768px) {
  .gallery__arrow {
    max-width: 20px;
  }
}
.gallery__arrow.prev {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.gallery__arrow.next {
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.gallery__slider {
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .gallery__slider {
    margin-bottom: 34px;
  }
}
@media (max-width: 768px) {
  .gallery__slider {
    margin-bottom: 24px;
  }
}
.gallery__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
.gallery__nav .swiper-pagination-bullet {
  display: block;
  width: 13px;
  height: 13px;
  background-color: #A9A9A9;
}
@media (max-width: 768px) {
  .gallery__nav .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}
.gallery__nav .swiper-pagination-bullet-active {
  background-color: black;
}

body {
  position: relative;
}

.wrapper {
  position: relative;
  z-index: 1;
}

.bg-6 {
  position: absolute;
  left: 0;
  top: 40%;
}
@media (max-width: 1024px) {
  .bg-6 {
    top: auto;
    bottom: 1%;
  }
}
@media (max-width: 768px) {
  .bg-6 {
    display: none;
  }
}

.bg-7 {
  position: absolute;
  left: 0;
  top: 50%;
}
@media (max-width: 1024px) {
  .bg-7 {
    display: none;
  }
}

.bg-8 {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .bg-8 {
    display: none;
  }
}

.bg-9 {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .bg-9 {
    display: none;
  }
}

.bg-10 {
  position: absolute;
  right: 0;
  bottom: 5%;
}
@media (max-width: 1024px) {
  .bg-10 {
    display: none;
  }
}

.bg-11 {
  position: absolute;
  right: 0;
  bottom: 40%;
}
@media (max-width: 1024px) {
  .bg-11 {
    width: 70px;
    right: -20px;
   bottom: 63%;
  }
}
@media (max-width: 768px) {
  .bg-11 {
    display: none;
  }
}

.bg-12 {
  position: absolute;
  right: 0;
  top: 10%;
}
@media (max-width: 1024px) {
  .bg-12 {
    display: none;
  }
}


.bg-14 {
  position: absolute;
  left: 0;
  bottom: 6%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-14 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-14 {
    display: none;
  }
}

.bg-15 {
  position: absolute;
  right: 0;
  top: 25%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-15 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-15 {
    display: none;
  }
}

.bg-16 {
  position: absolute;
  right: 0;
  top: 30%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-16 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-16 {
    display: none;
  }
}

.gitems__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  text-align: center;
  gap: 20px;
}
@media (max-width: 1550px) {
  .gitems__items {
    -ms-grid-columns: 1fr 45px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px;
  }
}
@media (max-width: 768px) {
  .gitems__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.gitems__item {
  font-size: 36px;
  color: #EE2493;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #FEDC00;
  line-height: 1;
  padding: 60px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 40px;
}
.gitems__item:nth-child(1) {
  border-radius: 0 150px 0 150px;
}
@media (max-width: 1550px) {
  .gitems__item:nth-child(1) {
    border-radius: 40px;
  }
}
.gitems__item:nth-child(5) {
  border-radius: 150px 0 150px 0;
}
@media (max-width: 1550px) {
  .gitems__item:nth-child(5) {
    border-radius: 40px;
  }
}
.gitems__item:nth-child(6) {
  border-radius: 150px 0 150px 0;
}
@media (max-width: 1550px) {
  .gitems__item:nth-child(6) {
    border-radius: 40px;
  }
}
@media (max-width: 1550px) {
  .gitems__item:nth-child(7) {
    border-radius: 0 150px 0 150px;
  }
}
@media (max-width: 1550px) {
  .gitems__item:nth-child(8) {
    border-radius: 150px 0 150px 0;
  }
}
@media (max-width: 1550px) {
  .gitems__item:nth-child(9) {
    border-radius: 150px 0 150px 0;
  }
}
@media (max-width: 768px) {
  .gitems__item:nth-child(9) {
    border-radius: 0 150px 0 150px;
  }
}
.gitems__item:nth-child(10) {
  border-radius: 0 150px 0 150px;
}
@media (max-width: 1550px) {
  .gitems__item:nth-child(10) {
    border-radius: 0 150px 0 150px;
  }
}
@media (max-width: 768px) {
  .gitems__item:nth-child(10) {
    border-radius: 150px 0 150px 0;
  }
}

.kfirst {
  background-color: #FDD900;
  position: relative;
}
.kfirst .container {
  position: relative;
}
.kfirst .bg-17 {
  position: absolute;
  left: 0;
  top: 10%;
}
@media (max-width: 1024px) {
  .kfirst .bg-17 {
    width: 50px;
    top: 70%;
  }
}
@media (max-width: 768px) {
  .kfirst .bg-17 {
    display: none;
  }
}
.kfirst .bg-19 {
  position: absolute;
  right: 0;
  top: 30%;
}
@media (max-width: 1024px) {
  .kfirst .bg-19 {
    top: 40%;
  }
}
@media (max-width: 768px) {
  .kfirst .bg-19 {
    display: none;
  }
}
.kfirst .bg-20 {
  position: absolute;
  right: 0;
  bottom: 10%;
  display: none;
}
@media (max-width: 1024px) {
  .kfirst .bg-20 {
    display: block;
  }
}
@media (max-width: 768px) {
  .kfirst .bg-20 {
    display: none;
  }
}
.kfirst__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 1024px) {
  .kfirst__body {
    padding-bottom: 330px;
  }
}
.kfirst__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (max-width: 1024px) {
  .kfirst__left {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.kfirst__left img {
  width: 400px;
}
@media (max-width: 1024px) {
  .kfirst__left img {
    width: 200px;
  }
}
@media (max-width: 768px) {

  .kfirst__left img {
    width: 110px;
  }
  .kfirst__left {
    align-self: flex-end;
  }
}
.kfirst__right {
  padding: 165px 0 480px 0;
}
@media (max-width: 1024px) {
  .kfirst__right {
    padding: 45px 0 40px 0;
  }
}
@media (max-width: 768px) {
  .kfirst__right {
    padding: 35px 0 0px 0;
  }
}
.kfirst__title {
  font-size: 96px;
  color: #EF1A8C;
  font-weight: 900;
  margin-bottom: 25px;
  line-height: 1;
  position: relative;
}
.kfirst__title span {
  position: relative;
  z-index: 1;
}
.kfirst__title img {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  -webkit-transform: translate(-40%, -35%);
          transform: translate(-40%, -35%);
}
@media (max-width: 1024px) {
  .kfirst__title img {
    width: 200px;
    -webkit-transform: translate(-40%, -40%);
            transform: translate(-40%, -40%);
  }
}
@media (max-width: 768px) {
  .kfirst__title img {
    width: 150px;
    -webkit-transform: translate(-40%, -40%);
            transform: translate(-40%, -40%);
  }
}
@media (max-width: 1024px) {
  .kfirst__title {
    font-size: 48px;
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .kfirst__title {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
.kfirst__subtitle {
  font-weight: 300;
  font-size: 48px;
  margin-bottom: 20px;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .kfirst__subtitle {
    font-size: 32px;
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .kfirst__subtitle {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.kfirst__text {
  font-size: 24px;
}
@media (max-width: 768px) {
  .kfirst__text {
    font-size: 14px;
  }
}

.joy {
  padding-bottom: 20px;
  margin-top: -230px;
  position: relative;
}
@media (max-width: 1024px) {
  .joy {
    padding-bottom: 56px;
    margin-top: -300px;
  }
}
@media (max-width: 768px) {
  .joy {
    padding-bottom: 10px;
    margin-top: -320px;
  }
}
.joy__top {
  display: none;
}
@media (max-width: 1024px) {
  .joy__top {
    display: block;
    margin-bottom: 44px;
  }
}
@media (max-width: 768px) {
  .joy__top {
    margin-bottom: 22px;
  }
}
.joy__bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1024px) {
  .joy__bottom {
    -ms-grid-columns: 1fr 56px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 56px;
       -moz-column-gap: 56px;
            column-gap: 56px;
    row-gap: 20px;
  }
}
@media (max-width: 768px) {
  .joy__bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}
.joy__bottom img {
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.joy__item:nth-child(1) {
  border-radius: 0 150px 0 150px;
}
@media (max-width: 1024px) {
  .joy__item:nth-child(1) {
    border-radius: 43px 43px 0 0;
  }
}
.joy__item:nth-child(2) {
  border-radius: 43px 43px 0 0;
}
@media (max-width: 768px) {
  .joy__item:nth-child(2) {
    border-radius: 150px 0 150px 0;
  }
}
@media (max-width: 1024px) {
  .joy__item:nth-child(3) {
    display: none;
  }
}
.joy__item:nth-child(4) {
  border-radius: 43px 43px 0 0;
}
@media (max-width: 1024px) {
  .joy__item:nth-child(4) {
    border-radius: 0 150px 0 150px;
  }
}
@media (max-width: 768px) {
  .joy__item:nth-child(4) {
    border-radius: 43px 43px 0 0;
  }
}
.joy__item:nth-child(5) {
  border-radius: 150px 0 150px 0;
}
@media (max-width: 768px) {
  .joy__item:nth-child(5) {
    border-radius: 0 150px 0 150px;
  }
}
.joy__title {
  text-align: center;
  font-size: 64px;
  color: #EF1A8C;
  line-height: 1.1;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .joy__title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .joy__title {
    font-size: 24px;
  }
}

.bg-18 {
  position: absolute;
  right: 10%;
  top: 0;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}
@media (max-width: 1024px) {
  .bg-18 {
    width: 77px;
  }
}
@media (max-width: 768px) {
  .bg-18 {
    display: none;
  }
}

.scroll .bg-18 {
  z-index: 0;
}

.bg-21 {
  position: absolute;
  left: 0;
  bottom: 15%;
}
@media (max-width: 1024px) {
  .bg-21 {
    display: none;
  }
}

.bg-22 {
  position: absolute;
  right: 70px;
  bottom: 12%;
}
@media (max-width: 1024px) {
  .bg-22 {
    display: none;
  }
}

.bg-23 {
  position: absolute;
  left: 0;
  bottom: 40%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-23 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-23 {
    display: none;
  }
}

.bg-24 {
  position: absolute;
  left: 0;
  bottom: 25%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-24 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-24 {
    display: none;
  }
}

.bg-25 {
  position: absolute;
  left: 0;
  bottom: 10%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-25 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-25 {
    display: none;
  }
}

.bg-26 {
  position: absolute;
  right: 0;
  bottom: 40%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-26 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-26 {
    display: none;
  }
}

.bg-27 {
  position: absolute;
  right: 0;
  bottom: 20%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-27 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-27 {
    display: none;
  }
}

.bg-28 {
  position: absolute;
  right: 0;
  bottom: 14%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-28 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-28 {
    display: none;
  }
}

.pfirst {
  background-color: #FED700;
}
.pfirst__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
@media (max-width: 1440px) {
  .pfirst__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.pfirst__left {
  width: 40%;
}
@media (max-width: 1440px) {
  .pfirst__left {
    width: 100%;
  }
}
.pfirst__left img {
  width: 100%;
  height: 100%;
  border-radius: 0 76px 76px 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .pfirst__left img {
    border-radius: 0;
    height: 600px;
  }
}
@media (max-width: 768px) {
  .pfirst__left img {
    height: 300px;
  }
}
.pfirst__right {
  width: 60%;
  padding: 115px 60px 100px 0;
}
@media (max-width: 1440px) {
  .pfirst__right {
    width: 100%;
    padding: 0;
  }
}
.pfirst__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media (max-width: 1440px) {
  .pfirst__items {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 12px;
    padding: 45px 30px;
  }
}
@media (max-width: 768px) {
  .pfirst__items {
    padding: 14px 10px 24px 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.pfirst .item {
  min-height: 122px;
      box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 23px;
  background-color: white;
  text-decoration: none;
  padding: 20px 25px 20px 35px;
}
@media (max-width: 1024px) {
  .pfirst .item {
    padding: 25px 20px 25px 30px;
  }
}
.pfirst .item.current {
  background-color: #FFF068;
}
.pfirst .item span:first-child {
  font-size: 28px;
  color: black;
}
@media (max-width: 1024px) {
  .pfirst .item span:first-child {
    font-size: 18px;
  }
}
.pfirst .item span:last-child {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #F9E31D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pfirst .item.current span:last-child {
  display: none;
}

.hill {
  padding-top: 75px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .hill {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .hill {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
.hill__title {
  font-size: 64px;
  color: #EE2493;
  font-weight: 900;
  max-width: 60%;
  line-height: 1.1;
  position: relative;
}
@media (max-width: 1440px) {
  .hill__title {
    max-width: none;
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .hill__title {
    font-size: 48px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .hill__title {
    font-size: 36px;
  }
}
.hill__title span {
  position: relative;
  z-index: 1;
}
.hill__title img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-40%, -25%);
          transform: translate(-40%, -25%);
}
@media (max-width: 1024px) {
  .hill__title img {
    max-width: 200px;
    -webkit-transform: translate(-20%, -25%);
            transform: translate(-20%, -25%);
  }
}
@media (max-width: 768px) {
  .hill__title img {
    max-width: 150px;
  }
}
.hill__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 85px;
}
.hill__left {
  width: 50%;
  padding: 63px 0 128px 0;
  font-size: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1440px) {
  .hill__left {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .hill__left {
    font-size: 16px;
  }
}
.hill__left p {
  margin-bottom: 20px;
}
.hill__left ul {
  list-style: disc;
  padding-left: 20px;
}
.hill__left ul li {
  font-size: 24px;
}
.hill__right {
  margin-right: calc((100% - 100vw) / 2);
}
@media (max-width: 1440px) {
  .hill__right {
    display: none;
  }
}
.hill__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 80px 0 0 80px;
}

body {
  overflow-x: hidden;
}

.plan {
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .plan {
    margin-bottom: 53px;
  }
}
@media (max-width: 768px) {
  .plan {
    margin-bottom: 30px;
  }
}
.plan__title {
  font-size: 64px;
  color: #55576E;
  margin-bottom: 43px;
  font-weight: 900;
  position: relative;
  display: inline-block;
}
@media (max-width: 1024px) {
  .plan__title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .plan__title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.plan__title span {
  position: relative;
  z-index: 1;
}
.plan__title img {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(40%, -30%);
          transform: translate(40%, -30%);
}
@media (max-width: 1024px) {
  .plan__title img {
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .plan__title img {
    max-width: 150px;
  }
}
.plan__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  max-height: 400px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .plan__items {
    max-height: none;
  }
}
.plan__item {
  font-size: 24px;
}
@media (max-width: 768px) {
  .plan__item {
    font-size: 18px;
  }
}

.private {
  padding-top: 75px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .private {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .private {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
.private__title {
  font-size: 64px;
  color: #EE2493;
  font-weight: 900;
  max-width: 60%;
  line-height: 1.1;
  position: relative;
}
@media (max-width: 1440px) {
  .private__title {
    max-width: none;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .private__title {
    font-size: 48px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .private__title {
    font-size: 36px;
  }
}
.private__title span {
  position: relative;
  z-index: 1;
}
.private__title img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-40%, -25%);
          transform: translate(-40%, -25%);
}
@media (max-width: 1024px) {
  .private__title img {
    max-width: 200px;
    -webkit-transform: translate(-20%, -25%);
            transform: translate(-20%, -25%);
  }
}
@media (max-width: 768px) {
  .private__title img {
    max-width: 150px;
  }
}
.private__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  font-size: 24px;
}
@media (max-width: 1440px) {
  .private__info {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .private__info {
    font-size: 16px;
  }
}
.private__info p {
  margin-bottom: 20px;
}
.private__info ul {
  list-style: disc;
  padding-left: 20px;
}
.private__info ul li {
  font-style: 24px;
}
.private__info img {
  border-radius: 80px;
  margin-bottom: 20px;
  width: 100%;
  object-fit: cover;
  height: 600px;
}
@media (max-width: 1024px) {
  .private__info img {
    height: 300px;
  }
}
.private__left {
  width: 50%;
  padding-top: 63px;
}
@media (max-width: 1440px) {
  .private__left {
    width: 100%;
    padding-top: 0;
  }
}
.private__right {
  width: 50%;
}
@media (max-width: 1440px) {
  .private__right {
    width: 100%;
  }
}

.rfirst {
  background-size: cover;
}
.rfirst .container {
  max-width: none;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .rfirst .container {
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .rfirst .container {
    padding-right: 15px;
  }
}
.rfirst__body {
  padding: 72px 0 166px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1024px) {
  .rfirst__body {
    padding: 16px 0 0 0;
  }
}
.rfirst__title {
  font-size: 96px;
  font-weight: 900;
  line-height: 1.1;
  color: white;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .rfirst__title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .rfirst__title {
    font-size: 32px;
  }
}
.rfirst__subtitle {
  font-weight: 300;
  color: #EF1A8C;
  font-size: 64px;
  margin-bottom: 35px;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .rfirst__subtitle {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .rfirst__subtitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.rfirst__card {
  max-width: 1180px;
  padding: 72px 65px;
  border-radius: 70px 0 0 70px;
  background: rgba(255, 255, 255, 0.03);
  -webkit-box-shadow: inset 0px 4px 4px rgba(255, 255, 255, 0.15), inset 0px 0px 68px rgba(255, 255, 255, 0.05);
          box-shadow: inset 0px 4px 4px rgba(255, 255, 255, 0.15), inset 0px 0px 68px rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}
@media (max-width: 1024px) {
  .rfirst__card {
    padding: 30px 42px 67px 42px;
    border-radius: 70px;
    max-width: 432px;
    margin-bottom: -49px;
  }
}
@media (max-width: 768px) {
  .rfirst__card {
    padding: 20px;
    border-radius: 50px;
    margin-bottom: -67px;
    max-width: 260px;
  }
}

.how {
  padding: 60px 0 90px 0;
}
@media (max-width: 1024px) {
  .how {
    padding: 70px 0 30px 0;
  }
}
@media (max-width: 768px) {
  .how {
    padding: 80px 0 25px 0;
  }
}
.how__title {
  font-size: 96px;
  font-weight: 900;
  color: #EF1A8C;
  line-height: 1.1;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 1024px) {
  .how__title {
    font-size: 48px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .how__title {
    font-size: 36px;
    margin-bottom: 5px;
  }
}
.how__title span {
  position: relative;
  z-index: 1;
}
.how__title img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-40%, -25%);
          transform: translate(-40%, -25%);
}
@media (max-width: 1024px) {
  .how__title img {
    max-width: 200px;
    -webkit-transform: translate(-20%, -25%);
            transform: translate(-20%, -25%);
  }
}
@media (max-width: 768px) {
  .how__title img {
    max-width: 150px;
  }
}
.how__subtitle {
  font-size: 64px;
  color: #EF1A8C;
  font-weight: 300;
  margin-bottom: 90px;
  position: relative;
}
@media (max-width: 1024px) {
  .how__subtitle {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .how__subtitle {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.how__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
@media (max-width: 1024px) {
  .how__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 27px;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .how__items {
    gap: 23px;
  }
}

.how .item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.how .item:hover {
  scale: 1.05;
}
@media (max-width: 768px) {
  .how .item {
    gap: 23px;
  }
}
.how .item__info {
  border: 1px solid #3069B2;
  border-radius: 50px;
  padding: 88px 39px;
  text-align: center;
}
@media (max-width: 768px) {
  .how .item__info {
    padding: 39px 32px;
  }
}
.how .item__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .how .item__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.how .item__text {
  font-size: 24px;
}
.how .item__subtitle {
  margin-top: 35px;
}
@media (max-width: 768px) {
  .how .item__text {
    font-size: 16px;
  }
  .how .item__subtitle {
  margin-top: 30px;
}
}
.how .item__subtitle {
  font-size: 20px;
}
@media (max-width: 768px) {
  .how .item__subtitle {
    font-size: 16px;
  }
}

.faq {
  padding-bottom: 120px;
}

@media (max-width: 1024px) {
  .faq {
    padding-bottom: 63px;
  }
}
@media (max-width: 768px) {
  .faq {
    padding-bottom: 41px;
  }
}
.faq__img {
  height: 1000px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}

@media (max-width: 1024px) {
  .faq__img {
    border-radius: 0;
  }
  .faq .container {
    max-width: none;
    padding: 0;
  }
}
.faq__wrapper {
  max-width: 895px;
  margin: 0 auto;
  margin-top: -200px;
  background-color: white;
  padding: 20px;
  position: relative;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .faq__wrapper {
    padding: 10px;
  }
}
.faq__body {
  -webkit-box-shadow: 0px 4px 5px rgba(26, 26, 23, 0.342);
          box-shadow: 0px 4px 5px rgba(26, 26, 23, 0.342);
  padding: 32px 56px;
  border-radius: 20px;
  border-top: 4px solid #67CB34;
}

.faq__title {
  font-size: 48px;
  color: #67CB34;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: black;
  display: inline-block;
  text-underline-offset: 15px;
  margin-bottom: 35px;
}

.faq__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.faq .item {
  padding: 0 15px;
}

.faq .item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.faq .item__title {
  font-weight: 600;
  font-size: 20px;
}

.faq .item__arrow {
  width: 50px;
  height: 50px;
  background-color: #67CB34;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  rotate: 90deg;
}

.faq .item__arrow img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(121deg) brightness(104%) contrast(104%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(121deg) brightness(104%) contrast(104%);
}

.faq .item__bottom {
  display: none;
}

.faq .item.open {
  background-color: #67CB34;
  padding: 35px 15px;
  border-radius: 20px;
}

.faq .item.open .item__bottom {
  display: block;
  color: white;
}

.faq .item.open .item__title {
  color: white;
}

.faq .item.open .item__arrow {
  background-color: white;
}

.faq .item.open .item__arrow img {
  -webkit-filter: brightness(0) saturate(100%) invert(96%) sepia(30%) saturate(3686%) hue-rotate(37deg) brightness(86%) contrast(82%);
          filter: brightness(0) saturate(100%) invert(96%) sepia(30%) saturate(3686%) hue-rotate(37deg) brightness(86%) contrast(82%);
}

.faq__bottom {
  padding: 0 15px;
}

@media (max-width: 1024px) {
  .faq__img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .faq__body {
    padding: 20px;
  }
}
.faq .item.open .item__arrow {
  rotate: -90deg;
}

.help__top {
  display: none;
}
@media (max-width: 1200px) {
  .help__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.help__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 108px;
}
@media (max-width: 1200px) {
  .help__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
.help__left {
  width: 40%;
}
@media (max-width: 1200px) {
  .help__left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 565px;
    margin-top: -100px;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .help__left {
    margin-top: -50px;
  }
}
.help__right {
  margin-right: calc((100% - 100vw) / 2);
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1200px) {
  .help__right {
    height: 400px;
    width: 100vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: calc((100% - 100vw) / 2);
  }
}
@media (max-width: 768px) {
  .help__right {
    height: 190px;
  }
}
.help__right img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 80px 0 0 80px;
}
@media (max-width: 1200px) {
  .help__right img {
    border-radius: 0;
  }
}
.help__title {
  font-size: 64px;
  line-height: 1;
  color: #EE2493;
  margin-bottom: 29px;
  text-align: center;
  font-weight: 900;
  position: relative;
}
@media (max-width: 768px) {
  .help__title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 16px;
  }
}
.help__title span {
  color: #011334;
  position: relative;
  z-index: 1;
}
.help__title img {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(10%, -40%);
          transform: translate(10%, -40%);
}

@media (max-width: 768px) {
  .help__title img {
    display: none;

  }
}
@media (max-width: 1054px) {
  .help__title img {
  -webkit-transform: translate(50%, -40%);
          transform: translate(50%, -40%);
  }
}
.help__subtitle {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 26px;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .help__subtitle {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
@media (max-width: 1200px) {
  .help__left .help__title {
    display: none;
  }
}
@media (max-width: 1200px) {
  .help__left .help__subtitle {
    display: none;
  }
}

.afirst {
  background-size: cover;
}
.afirst .container {
  max-width: none;
  padding-left: 0;
}
@media (max-width: 1024px) {
  .afirst .container {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .afirst .container {
    padding-left: 15px;
  }
}
.afirst__body {
  padding: 72px 0 166px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1024px) {
  .afirst__body {
    padding: 16px 0 0 0;
  }
}
.afirst__title {
  font-size: 96px;
  font-weight: 900;
  line-height: 1.1;
  color: white;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .afirst__title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .afirst__title {
    font-size: 32px;
  }
}
.afirst__subtitle {
  font-weight: 300;
  color: white;
  font-size: 64px;
  margin-bottom: 35px;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .afirst__subtitle {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .afirst__subtitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.afirst__card {
  max-width: 1180px;
  padding: 72px 65px;
  border-radius: 0 70px 70px 0;
  background: rgba(255, 255, 255, 0.03);
  -webkit-box-shadow: inset 0px 4px 4px rgba(255, 255, 255, 0.15), inset 0px 0px 68px rgba(255, 255, 255, 0.05);
          box-shadow: inset 0px 4px 4px rgba(255, 255, 255, 0.15), inset 0px 0px 68px rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}
@media (max-width: 1024px) {
  .afirst__card {
    padding: 30px 42px 67px 42px;
    border-radius: 70px;
    max-width: 432px;
    margin-bottom: -49px;
  }
}
@media (max-width: 768px) {
  .afirst__card {
    padding: 20px;
    border-radius: 50px;
    margin-bottom: -67px;
    max-width: 260px;
  }
}

.offer {
  padding: 70px 0 100px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .offer {
    padding: 100px 0 70px 0;
  }
}
@media (max-width: 768px) {
  .offer {
    padding: 80px 0 45px 0;
  }
}
.offer .bg {
  position: absolute;
  top: 0;
  right: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .offer .bg {
    display: none;
  }
}
.offer__title {
  font-size: 96px;
  font-weight: 900;
  color: #EF1A8C;
  margin-bottom: 20px;
  line-height: 1.1;
  position: relative;
}
@media (max-width: 1024px) {
  .offer__title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .offer__title {
    font-size: 36px;
  }
}
.offer__title span {
  position: relative;
  z-index: 1;
}
.offer__title img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-40%, -25%);
          transform: translate(-40%, -25%);
}
@media (max-width: 1024px) {
  .offer__title img {
    max-width: 200px;
    -webkit-transform: translate(-20%, -25%);
            transform: translate(-20%, -25%);
  }
}
@media (max-width: 768px) {
  .offer__title img {
    max-width: 150px;
  }
}
.offer__subtitle {
  font-size: 36px;
  font-weight: 900;
  color: #EF1A8C;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .offer__subtitle {
    font-size: 24px;
  }
}
.offer__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 96px 1fr 96px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 96px;
     -moz-column-gap: 96px;
          column-gap: 96px;
  row-gap: 36px;
}
@media (max-width: 1440px) {
  .offer__items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .offer__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .offer__items {
    gap: 15px;
  }
}

.offer .item {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.offer .item:hover .item__body {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media (max-width: 1024px) {
  .offer .item {
    width: 450px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .offer .item {
    width: -webkit-fill-available;
  }
}
.offer .item__body {
  border-radius: 10px;
  height: 233px;
  position: relative;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.offer .item__front {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
}
.offer .item__title {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  color: white;
}
@media (max-width: 768px) {
  .offer .item__title {
    font-size: 24px;
  }
}
.offer .item__back {
  background-color: white;
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid black;
}
.offer .item__text {
  font-size: 24px;
  text-align: center;
  padding: 60px;
}
@media (max-width: 768px) {
  .offer .item__text {
    font-size: 18px;
  }
}

.long {
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .long {
    padding-bottom: 20px;
  }
}
.long__title {
  font-size: 64px;
  color: #EE2493;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 90px;
  position: relative;
  display: inline-block;
}
@media (max-width: 1024px) {
  .long__title {
    font-size: 48px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .long__title {
    font-size: 36px;
  }
}
.long__title span {
  position: relative;
  z-index: 1;
}
.long__title img {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(40%, -20%);
          transform: translate(40%, -20%);
}
.long__bottom {
  background-color: #EAEAEA;
  padding: 74px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .long__bottom {
    padding: 47px 0;
  }
}
@media (max-width: 768px) {
  .long__bottom {
    padding: 30px 0;
    background-color: #A5EBFF;
  }
}
.long__nav {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
@media (max-width: 1024px) {
  .long__nav {
    margin-top: 18px;
  }
}
.long__nav .swiper-pagination-bullet {
  display: block;
  width: 13px;
  height: 13px;
  background-color: #A9A9A9;
}
@media (max-width: 768px) {
  .long__nav .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}
.long__nav .swiper-pagination-bullet-active {
  background-color: black;
}
.long__slide img {
  height: 460px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50px;
}
@media (max-width: 1024px) {
  .long__slide img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .long__slide img {
    height: 200px;
  }
}
.long__arrow {
  width: 48px;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .long__arrow {
    width: 30px;
  }
}
@media (max-width: 768px) {
  .long__arrow {
    width: 19px;
  }
}
.long__arrow.prev {
  top: 50%;
  left: 14.5%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (max-width: 2000px) {
  .long__arrow.prev {
    left: 14%;
  }
}
@media (max-width: 1440px) {
  .long__arrow.prev {
    left: 12%;
  }
}
@media (max-width: 768px) {
  .long__arrow.prev {
    left: 13%;
  }
}
@media (max-width: 500px) {
  .long__arrow.prev {
    left: 12%;
  }
}
.long__arrow.next {
  top: 50%;
  right: 14.5%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (max-width: 2000px) {
  .long__arrow.next {
    right: 14%;
  }
}
@media (max-width: 1440px) {
  .long__arrow.next {
    right: 12%;
  }
}
@media (max-width: 768px) {
  .long__arrow.next {
    right: 13%;
  }
}
@media (max-width: 500px) {
  .long__arrow.next {
    right: 12%;
  }
}

.ready {
  padding: 96px 0 68px 0;
  position: relative;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .ready {
    padding: 30px 0 55px 0;
  }
}
@media (max-width: 768px) {
  .ready {
    padding: 50px 0 26px 0;
  }
}
.ready::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(85, 87, 110, 0.4901960784);
}
.ready__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  position: relative;
}
@media (max-width: 1024px) {
  .ready__body {
    gap: 55px;
  }
}
@media (max-width: 768px) {
  .ready__body {
    gap: 46px;
  }
}
.ready__title {
  font-size: 96px;
  color: white;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 1024px) {
  .ready__title {
    font-size: 58px;
  }
}
@media (max-width: 768px) {
  .ready__title {
    font-size: 30px;
  }
}

.bg-29 {
  position: absolute;
  left: 0;
  bottom: 10%;
}
@media (max-width: 1024px) {
  .bg-29 {
    display: none;
  }
}

.bg-30 {
  position: absolute;
  left: 0;
  bottom: 40%;
}
@media (max-width: 1024px) {
  .bg-30 {
    display: none;
  }
}

.bg-31 {
  position: absolute;
  left: 0;
  top: 16%;
}
@media (max-width: 1024px) {
  .bg-31 {
    display: none;
  }
}

.bg-32 {
  position: absolute;
  right: 0;
  bottom: 5%;
}
@media (max-width: 1024px) {
  .bg-32 {
    display: none;
  }
}

.bg-33 {
  position: absolute;
  right: 0;
  top: 45%;
}
@media (max-width: 1024px) {
  .bg-33 {
    display: none;
  }
}

.bg-34 {
  position: absolute;
  left: 0;
  top: 40%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-34 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-34 {
    display: none;
  }
}

.bg-35 {
  position: absolute;
  left: 0;
  top: 50%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-35 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-35 {
    display: none;
  }
}

.bg-36 {
  position: absolute;
  right: 0;
  top: 50%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-36 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-36 {
    display: none;
  }
}

.bg-37 {
  position: absolute;
  right: 5px;
  top: 60%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-37 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-37 {
    display: none;
  }
}

.bg-41 {
  position: absolute;
  left: 0;
  top: 32%;
}
@media (max-width: 1024px) {
  .bg-41 {
    display: none;
  }
}

.bg-42 {
  position: absolute;
  left: 0;
  top: 50%;
}
@media (max-width: 1024px) {
  .bg-42 {
    display: none;
  }
}

.bg-43 {
  position: absolute;
  left: 0;
  bottom: 18%;
}
@media (max-width: 1024px) {
  .bg-43 {
    display: none;
  }
}

.bg-44 {
  position: absolute;
  right: 0;
  top: 30%;
}
@media (max-width: 1024px) {
  .bg-44 {
    display: none;
  }
}

.bg-45 {
  position: absolute;
  right: 0;
  top: 50%;
}
@media (max-width: 1024px) {
  .bg-45 {
    display: none;
  }
}

.bg-46 {
  position: absolute;
  right: 0;
  bottom: 25%;
}
@media (max-width: 1024px) {
  .bg-46 {
    display: none;
  }
}

.bg-47 {
  position: absolute;
  left: 0;
  top: 20%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-47 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-47 {
    display: none;
  }
}

.bg-48 {
  position: absolute;
  left: 0;
  top: 24%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-48 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-48 {
    display: none;
  }
}

.bg-49 {
  position: absolute;
  left: 0;
  top: 35%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-49 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-49 {
    display: none;
  }
}

.bg-50 {
  position: absolute;
  left: 0;
  top: 40%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-50 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-50 {
    display: none;
  }
}

.bg-51 {
  position: absolute;
  right: 0;
  top: 15%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-51 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-51 {
    display: none;
  }
}

.bg-52 {
  position: absolute;
  right: 0;
  top: 18%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-52 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-52 {
    display: none;
  }
}

.bg-53 {
  position: absolute;
  right: 0;
  top: 40%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-53 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-53 {
    display: none;
  }
}

.bg-54 {
  position: absolute;
  right: 10px;
  top: 50%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-54 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-54 {
    display: none;
  }
}

.bg-56 {
  position: absolute;
  left: 0;
  top: 50%;
}
@media (max-width: 1024px) {
  .bg-56 {
    display: none;
  }
}

.bg-57 {
  position: absolute;
  right: 0;
  top: 28%;
}
@media (max-width: 1024px) {
  .bg-57 {
    display: none;
  }
}

.bg-58 {
  position: absolute;
  right: 0;
  top: 52%;
}
@media (max-width: 1024px) {
  .bg-58 {
    display: none;
  }
}

.bg-59 {
  position: absolute;
  right: 20%;
  top: 62%;
}
@media (max-width: 1024px) {
  .bg-59 {
    display: none;
  }
}

.bg-60 {
  position: absolute;
  left: 0;
  top: 20%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-60 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-60 {
    display: none;
  }
}

.bg-61 {
  position: absolute;
  left: 0;
  top: 35%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-61 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-61 {
    display: none;
  }
}

.bg-62 {
  position: absolute;
  left: 0;
  top: 40%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-62 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-62 {
    display: none;
  }
}

.bg-63 {
  position: absolute;
  right: 0;
  top: 13%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-63 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-63 {
    display: none;
  }
}

.bg-64 {
  position: absolute;
  right: 0;
  top: 16%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-64 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-64 {
    display: none;
  }
}

.bg-65 {
  position: absolute;
  right: 0;
  top: 40%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-65 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-65 {
    display: none;
  }
}

.bg-66 {
  position: absolute;
  right: 10px;
  top: 50%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-66 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-66 {
    display: none;
  }
}

.opus {
  padding: 115px 0 120px 0;
}
@media (max-width: 1024px) {
  .opus {
    padding: 80px 0 80px 0;
  }
}
@media (max-width: 768px) {
  .opus {
    padding: 40px 0 80px 0;
  }
}
.opus__title {
  text-align: center;
  font-size: 64px;
  color: #EE2493;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 120px;
  position: relative;
}
@media (max-width: 1024px) {
  .opus__title {
    font-size: 48px;
    margin-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .opus__title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 80px;
  }
}
.opus__title span {
  position: relative;
  z-index: 1;
}
.opus__title img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-30%, -30%);
          transform: translate(-30%, -30%);
}
.opus__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1440px) {
  .opus__items {
    display: none;
  }
}
@media (min-width: 1441px) {
  .opus__body {
    padding: 0 40px;
  }
}
.opus__mobile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
  max-width: 600px;
  margin: 0 auto;
  padding-left: 30px;
}
@media (max-width: 1440px) {
  .opus__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
  }
}
@media (max-width: 768px) {
  .opus__mobile {
    max-width: 400px;
    gap: 50px;
  }
}
.opus__mobile .opus__item:nth-child(odd) {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.opus__mobile .opus__item:nth-child(even) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.opus__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 250px;
}
.opus__col:nth-child(1) .opus__item:nth-child(1) {
  left: 50px;
}
.opus__col:nth-child(2) .opus__item:nth-child(1) {
  left: 150px;
}
.opus__col:nth-child(2) .opus__item:nth-child(2) {
  left: 50px;
}
.opus__col:nth-child(3) .opus__item:nth-child(2) {
  left: -100px;
}
.opus__item {
  text-decoration: none;
  position: relative;
  max-width: 400px;
  text-align: center;
}
@media (max-width: 768px) {
  .opus__item {
    max-width: 300px;
  }
}
.opus__item span:last-child {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 30px;
  color: black;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  z-index: 1;
  min-width: 150px;
}
@media (max-width: 768px) {
  .opus__item span:last-child {
    font-size: 18px;
  }
}
.opus__item span:first-child {
  position: absolute;
  height: 170%;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-transform: translate(-8%, -10%);
          transform: translate(-8%, -10%);
  inset: -20px;
  -webkit-filter: blur(15px);
          filter: blur(15px);
}
@media (max-width: 768px) {
  .opus__item span:first-child {
    -webkit-transform: translate(-8%, -5%);
            transform: translate(-8%, -5%);
  }
}

.tfirst {
  background-size: cover;
}
@media (max-width: 1024px) {
  .tfirst .container {
    padding: 0;
  }
}
.tfirst__body {
  padding: 119px 0 0 0;
}
@media (max-width: 1024px) {
  .tfirst__body {
    padding: 80px 0 0 0;
  }
}
@media (max-width: 768px) {
  .tfirst__body {
    padding: 0;
  }
}
.tfirst__img {
  padding: 150px;
  display: inline-block;
  position: relative;
}
@media (max-width: 1024px) {
  .tfirst__img {
    padding: 130px;
  }
}
@media (max-width: 768px) {
  .tfirst__img {
    padding: 115px;
  }
}
.tfirst__img::before {
  content: "";
  position: absolute;
  inset: -20px;
  background: white;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  border-radius: 50%;
}
.tfirst__img img {
  position: relative;
}
@media (max-width: 1024px) {
  .tfirst__img img {
    max-width: 210px;
  }
}
@media (max-width: 768px) {
  .tfirst__img img {
    max-width: 100px;
  }
}

.info {
  padding: 56px 0 0 0;
}
@media (max-width: 1024px) {
  .info {
    padding: 30px 0 0 0;
  }
}
@media (max-width: 768px) {
  .info {
    padding: 20px 0 0 0;
  }
}
.info__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
@media (max-width: 1024px) {
  .info__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .info__body {
    gap: 20px;
  }
}
.info__left {
  font-size: 24px;
  width: 60%;
}
@media (max-width: 1024px) {
  .info__left {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .info__left {
    font-size: 16px;
  }
}
.info__right {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: calc((100% - 100vw) / 2);
}
@media (max-width: 1024px) {
  .info__right {
    height: 480px;
    margin-left: calc((100% - 100vw) / 2);
  }
}
@media (max-width: 768px) {
  .info__right {
    height: 275px;
  }
}
.info__right img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 156px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1024px) {
  .info__right img {
    width: 100vw;
    border-radius: 50px;
  }
}

.why {
  padding: 0 0 144px 0;
}
@media (max-width: 1024px) {
  .why {
    padding: 0 0 79px 0;
  }
}
@media (max-width: 768px) {
  .why {
    padding: 0 0 36px 0;
  }
}
.why__title {
  font-size: 96px;
  color: #EE2493;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 77px;
  position: relative;
}
@media (max-width: 1024px) {
  .why__title {
    font-size: 64px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .why__title {
    margin-bottom: 25px;
    font-size: 36px;
  }
}
.why__title span {
  position: relative;
  z-index: 1;
}
.why__title img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-40%, -40%);
          transform: translate(-40%, -40%);
}
.why__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 36px 1fr 36px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36px;
  position: relative;
}
@media (max-width: 1200px) {
  .why__items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .why__items {
    gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .why__items {
    gap: 9px;
  }
}
.why__item {
  text-align: center;
  border-radius: 30px;
  padding: 53px;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
@media (max-width: 1024px) {
  .why__item {
    max-width: 489px;
    margin: 0 auto;
  }
}
.why__item:hover {
  scale: 1.05;
}
.why__item span {
  font-weight: 300;
  font-size: 40px;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .why__item span {
    font-size: 24px;
  }
}

.our {
  padding: 0 0 192px 0;
}
@media (max-width: 1024px) {
  .our {
    padding: 0 0 94px 0;
  }
}
@media (max-width: 768px) {
  .our {
    padding: 0 0 59px 0;
  }
}
.our__title {
  font-size: 96px;
  color: #55576E;
  font-weight: 900;
  margin-bottom: 52px;
  position: relative;
  display: inline-block;
}
@media (max-width: 1024px) {
  .our__title {
    font-size: 64px;
    margin-bottom: 41px;
  }
}
@media (max-width: 768px) {
  .our__title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.our__title span {
  position: relative;
  z-index: 1;
}
.our__title img {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -20%);
          transform: translate(50%, -20%);
}
@media (max-width: 1024px) {
  .our__title img {
    -webkit-transform: translate(50%, -30%);
            transform: translate(50%, -30%);
    width: 180px;
  }
}
@media (max-width: 768px) {
  .our__title img {
    -webkit-transform: translate(60%, -45%);
            transform: translate(60%, -45%);
  }
}
.our__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
@media (max-width: 1024px) {
  .our__info {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.our__left {
  margin-left: calc((100% - 100vw) / 2);
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1024px) {
  .our__left {
    width: 100vw;
    height: 706px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: calc((100% - 100vw) / 2);
  }
}
@media (max-width: 768px) {
  .our__left {
    height: 371px;
  }
}
.our__left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.our__right {
  width: 55%;
}
@media (max-width: 1024px) {
  .our__right {
    width: 100%;
  }
}
.our__text {
  font-size: 24px;
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  .our__text {
    margin-bottom: 19px;
  }
}
@media (max-width: 768px) {
  .our__text {
    margin-bottom: 12px;
    font-size: 16px;
  }
}
.our__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding-left: 52px;
}
@media (max-width: 1024px) {
  .our__items {
    padding-left: 0;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .our__items {
    gap: 27px;
  }
}

.our .item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}
.our .item__title span:first-child {
  width: 21px;
  height: 21px;
  border-radius: 50%;
}
.our .item__title span:last-child {
  font-size: 24px;
  font-weight: 800;
}
.our .item__text {
  font-size: 24px;
  padding-left: 33px;
}
@media (max-width: 768px) {
  .our .item__text {
    font-size: 16px;
  }
}

.play {
  padding: 0 0 98px 0;
}
@media (max-width: 1024px) {
  .play {
    padding: 0 0 72px 0;
  }
}
@media (max-width: 768px) {
  .play {
    padding: 0 0 31px 0;
  }
}
.play__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
}
.play__left {
  width: 55%;
  padding: 55px 0 110px 0;
}
@media (max-width: 1024px) {
  .play__left {
    width: 100%;
    padding: 0;
  }
}
.play__right {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: calc((100% - 100vw) / 2);
}
.play__right img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.play__right img:first-child {
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  border-radius: 50px 0 0 50px;
}
.play__right img:last-child {
  width: 375px;
  height: 384px;
  border-radius: 50px;
  left: 68px;
  bottom: 0;
}
@media (max-width: 1024px) {
  .play__right {
    display: none;
  }
}
.play__img {
  display: none;
  height: 305px;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1024px) {
  .play__img {
    display: block;
  }
}
@media (max-width: 768px) {
  .play__img {
    height: 225px;
    margin-bottom: 18px;
  }
}
.play__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.play__title {
  font-size: 96px;
  color: #EF1A8C;
  font-weight: 900;
  line-height: 0.9;
  margin-bottom: 36px;
}
@media (max-width: 1024px) {
  .play__title {
    font-size: 48px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .play__title {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
.play__subtitle {
  font-size: 96px;
  font-weight: 300;
  margin-bottom: 61px;
}
@media (max-width: 1024px) {
  .play__subtitle {
    font-size: 42px;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .play__subtitle {
    font-size: 40px;
  }
}
.play__text {
  font-size: 24px;
  margin-bottom: 34px;
}
@media (max-width: 1024px) {
  .play__text {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .play__text {
    font-size: 16px;
    margin-bottom: 21px;
  }
}

.advans {
  padding: 0 0 132px 0;
}
@media (max-width: 1024px) {
  .advans {
    padding: 0 0 75px 0;
  }
}
@media (max-width: 768px) {
  .advans {
    padding: 0 0 20px 0;
  }
}
.advans__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr 35px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
}
@media (max-width: 1024px) {
  .advans__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 26px;
  }
}
@media (max-width: 768px) {
  .advans__items {
    gap: 15px;
  }
}

.advans .item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .advans .item__top {
    margin-bottom: 5px;
  }
}
.advans .item__title {
  font-size: 36px;
  color: #55576E;
  font-weight: 700;
}
@media (max-width: 768px) {
  .advans .item__title {
    font-size: 32px;
  }
}
.advans .item__icon {
  width: 45px;
}
.advans .item__bottom {
  font-size: 24px;
  color: #55576E;
  padding-left: 65px;
}
@media (max-width: 768px) {
  .advans .item__bottom {
    font-size: 16px;
  }
}

.us__title {
  font-size: 64px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .us__title {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .us__title {
    font-size: 36px;
  }
}
.us__img {
  display: none;
  position: relative;
}
@media (max-width: 1024px) {
  .us__img {
    display: block;
    height: 403px;
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
  }
}
@media (max-width: 768px) {
  .us__img {
    height: 187px;
  }
}
.us__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.us__bottom {
  padding: 48px 0 40px 0;
  background-size: cover;
  position: relative;
}
@media (max-width: 1024px) {
  .us__bottom {
    background-image: none !important;
    padding: 0;
  }
}
.us__form {
  max-width: 565px;
}
@media (max-width: 1024px) {
  .us__form {
    margin: 0 auto;
    margin-top: -100px;
  }
}
@media (max-width: 768px) {
  .us__form {
    margin-top: -50px;
  }
}

.care {
  padding: 200px 0 50px 0;
}
@media (max-width: 1024px) {
  .care {
    padding: 145px 0 30px 0;
  }
}
@media (max-width: 768px) {
  .care {
    padding: 95px 0 20px 0;
  }
}
.care__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 89px;
}
@media (max-width: 1024px) {
  .care__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.care__left {
  font-size: 24px;
  color: #1E1E1E;
}
@media (max-width: 768px) {
  .care__left {
    font-size: 14px;
  }
}
.care__right {
  font-size: 48px;
  font-weight: 200;
  color: #1E1E1E;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .care__right {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .care__right {
    font-size: 16px;
  }
}

.staff {
  padding: 0 0 120px 0;
}
@media (max-width: 1024px) {
  .staff {
    padding: 0 0 20px 0;
  }
}
.staff__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 1024px) {
  .staff__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .staff__body {
    gap: 20px;
  }
}
.staff__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70%;
  gap: 80px;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .staff__left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .staff__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.staff__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  list-style: disc;
}
.staff__items li {
  font-size: 28px;
  font-weight: 500;
  margin-left: 30px;
  color: #1E1E1E;
}
@media (max-width: 1024px) {
  .staff__items li {
    font-size: 20px;
  }
}
.staff__right {
  position: relative;
  margin-right: calc((100% - 100vw) / 2);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1024px) {
  .staff__right {
    width: 100vw;
    height: 482px;
    margin-left: calc((100% - 100vw) / 2);
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .staff__right {
    height: 275px;
  }
}
.staff__right img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 80px 0 0 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .staff__right img {
    border-radius: 50px;
  }
}

.day {
  padding: 0 0 138px 0;
}
@media (max-width: 1024px) {
  .day {
    padding: 0 0 36px 0;
  }
}
@media (max-width: 768px) {
  .day {
    padding: 0 0 20px 0;
  }
}
.day__title {
  font-size: 64px;
  font-weight: 900;
  margin-bottom: 81px;
  line-height: 1.1;
  color: #55576E;
  position: relative;
}
@media (max-width: 1024px) {
  .day__title {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .day__title {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.day__title span {
  position: relative;
  z-index: 1;
}
.day__title img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-35%, -45%);
          transform: translate(-35%, -45%);
}
@media (max-width: 1024px) {
  .day__title img {
    display: none;
  }
}
.day__text {
  font-size: 64px;
  line-height: 1.1;
  font-weight: 200;
  color: #1E1E1E;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1024px) {
  .day__text {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .day__text {
    font-size: 20px;
  }
}
.day__text span {
  color: #EF1A8C;
}

.years {
  margin: 0 0 160px 0;
  padding: 30px 0;
  background-image: url(../img/bg-71.svg);
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: contain;
}
@media (max-width: 1024px) {
  .years {
    margin: 0 0 90px 0;
    padding: 0;
    background-image: none;
  }
}
@media (max-width: 768px) {
  .years {
    margin: 0 0 20px 0;
  }
}
.years__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .years__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.years__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
}
.years__number div:first-child img {
  width: 86px;
  height: 285px;
  border-radius: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1024px) {
  .years__number div:first-child img {
    height: 200px;
    width: 63px;
  }
}
.years__number div:last-child {
  position: relative;
}
.years__number div:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: white;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .years__number div:last-child::before {
    width: 75px;
    height: 75px;
  }
}
.years__number div:last-child img {
  width: 285px;
  height: 285px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1024px) {
  .years__number div:last-child img {
    width: 200px;
    height: 200px;
  }
}
.years__title {
  font-size: 64px;
  color: #EE2493;
  font-weight: 900;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .years__title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .years__title {
    font-size: 40px;
    text-align: center;
  }
}

.hfirst {
  padding-top: 705px;
  background-size: cover;
}
@media (max-width: 1024px) {
  .hfirst {
    padding-top: 282px;
  }
}
@media (max-width: 768px) {
  .hfirst {
    padding-top: 130px;
  }
}
.hfirst__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hfirst__card {
  max-width: 1080px;
  text-align: center;
  margin-bottom: -150px;
  position: relative;
}
.hfirst__card::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 70px;
}
@media (max-width: 1024px) {
  .hfirst__card {
    max-width: 530px;
    margin-bottom: -50px;
  }
}
@media (max-width: 768px) {
  .hfirst__card {
    margin-bottom: -30px;
    max-width: 350px;
  }
}
.hfirst__wrapper {
  padding: 60px 110px;
  border-radius: 70px;
  background: rgba(255, 255, 255, 0.03);
  -webkit-box-shadow: inset 0px 4px 4px rgba(255, 255, 255, 0.15), inset 0px 0px 68px rgba(255, 255, 255, 0.05);
          box-shadow: inset 0px 4px 4px rgba(255, 255, 255, 0.15), inset 0px 0px 68px rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}
@media (max-width: 1024px) {
  .hfirst__wrapper {
    padding: 30px 35px;
  }
}
@media (max-width: 768px) {
  .hfirst__wrapper {
    padding: 15px 20px;
  }
}
.hfirst__title {
  font-size: 48px;
  color: #EF1A8C;
  line-height: 1.1;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .hfirst__title {
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .hfirst__title {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .hfirst__btn {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
  }
}

.bg-72 {
  position: absolute;
  left: 80px;
  top: 27%;
}
@media (max-width: 1024px) {
  .bg-72 {
    display: none;
  }
}

.bg-73 {
  position: absolute;
  left: 95px;
  top: 28%;
}
@media (max-width: 1024px) {
  .bg-73 {
    display: none;
  }
}

.bg-74 {
  position: absolute;
  left: 0px;
  top: 35%;
}
@media (max-width: 1024px) {
  .bg-74 {
    display: none;
  }
}

.bg-75 {
  position: absolute;
  left: 0px;
  top: 62%;
}
@media (max-width: 1024px) {
  .bg-75 {
    display: none;
  }
}

.bg-76 {
  position: absolute;
  right: 0px;
  top: 27%;
}
@media (max-width: 1024px) {
  .bg-76 {
    top: 16%;
  }
}
@media (max-width: 768px) {
  .bg-76 {
    display: none;
  }
}

.bg-77 {
  position: absolute;
  right: 77px;
  top: 32%;
}
@media (max-width: 1024px) {
  .bg-77 {
    top: 14%;
    max-width: 45px;
  }
}
@media (max-width: 768px) {
  .bg-77 {
    display: none;
  }
}

.bg-78 {
  position: absolute;
  right: 54px;
  top: 45%;
}
@media (max-width: 1024px) {
  .bg-78 {
    display: none;
  }
}

.bg-79 {
  position: absolute;
  right: 200px;
  top: 47%;
}
@media (max-width: 1024px) {
  .bg-79 {
    display: none;
  }
}

.bg-80 {
  position: absolute;
  right: 40%;
  bottom: 20%;
}
@media (max-width: 1024px) {
  .bg-80 {
    max-width: 75px;
    bottom: 22%;
  }
}
@media (max-width: 768px) {
  .bg-80 {
    display: none;
  }
}

.bg-81 {
  display: none;
}
@media (max-width: 1024px) {
  .bg-81 {
    position: absolute;
    left: 0;
    top: 18%;
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-81 {
    display: none;
  }
}

.bg-82 {
  display: none;
}
@media (max-width: 1024px) {
  .bg-82 {
    position: absolute;
    right: 0;
    top: 34%;
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-82 {
    display: none;
  }
}

.bg-83 {
  display: none;
}
@media (max-width: 1024px) {
  .bg-83 {
    position: absolute;
    right: 0;
    bottom: 35%;
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-83 {
    display: none;
  }
}

.bg-85 {
  position: absolute;
  left: 78px;
  top: 37%;
}
@media (max-width: 1024px) {
  .bg-85 {
    display: none;
  }
}

.bg-86 {
  position: absolute;
  left: 0;
  top: 42%;
}
@media (max-width: 1024px) {
  .bg-86 {
    top: 30%;
    width: 40px;
  }
}
@media (max-width: 768px) {
  .bg-86 {
    display: none;
  }
}

.bg-87 {
  position: absolute;
  left: 0;
  top: 53%;
}
@media (max-width: 1024px) {
  .bg-87 {
    display: none;
  }
}

.bg-88 {
  position: absolute;
  left: 0;
  bottom: 10%;
}
@media (max-width: 1024px) {
  .bg-88 {
    display: none;
  }
}

.bg-89 {
  position: absolute;
  left: 55%;
  top: 40%;
}
@media (max-width: 1024px) {
  .bg-89 {
    top: auto;
    bottom: 12%;
    left: 10%;
  }
}
@media (max-width: 768px) {
  .bg-89 {
    display: none;
  }
}

.bg-90 {
  position: absolute;
  right: 57px;
  bottom: 35%;
}
@media (max-width: 1024px) {
  .bg-90 {
    display: none;
  }
}

.bg-91 {
  position: absolute;
  right: 180px;
  bottom: 32%;
}
@media (max-width: 1024px) {
  .bg-91 {
    display: none;
  }
}

.bg-92 {
  position: absolute;
  right: 0;
  bottom: 8%;
}
@media (max-width: 1024px) {
  .bg-92 {
    display: none;
  }
}

.bg-93 {
  position: absolute;
  right: 50px;
  top: 20%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-93 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-93 {
    display: none;
  }
}

.bg-94 {
  position: absolute;
  right: 0;
  top: 22%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-94 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-94 {
    display: none;
  }
}

.bg-95 {
  position: absolute;
  right: 0;
  top: 31%;
  display: none;
  height: 400px;
}
@media (max-width: 1024px) {
  .bg-95 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-95 {
    display: none;
  }
}

.bg-96 {
  position: absolute;
  right: 0;
  bottom: 6%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-96 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-96 {
    display: none;
  }
}

.bg-98 {
  position: absolute;
  left: 0;
  top: 22%;
}
@media (max-width: 1024px) {
  .bg-98 {
    display: none;
  }
}

.bg-99 {
  position: absolute;
  left: 0;
  bottom: 5%;
}
@media (max-width: 1024px) {
  .bg-99 {
    display: none;
  }
}

.bg-100 {
  position: absolute;
  left: 0;
  bottom: 15%;
}
@media (max-width: 1024px) {
  .bg-100 {
    display: none;
  }
}

.bg-101 {
  position: absolute;
  left: 0;
  bottom: 25%;
}
@media (max-width: 1024px) {
  .bg-101 {
    width: 40px;
    bottom: 37%;
  }
}
@media (max-width: 768px) {
  .bg-101 {
    display: none;
  }
}

.bg-102 {
  position: absolute;
  right: 0;
  bottom: 10%;
}
@media (max-width: 1024px) {
  .bg-102 {
    display: none;
  }
}

.bg-103 {
  position: absolute;
  right: 0;
  bottom: 22%;
}
@media (max-width: 1024px) {
  .bg-103 {
    bottom: 41%;
    right: -30px;
  }
}
@media (max-width: 768px) {
  .bg-103 {
    display: none;
  }
}

.bg-104 {
  position: absolute;
  right: 130px;
  bottom: 7%;
}
@media (max-width: 1024px) {
  .bg-104 {
    display: none;
  }
}

.bg-105 {
  position: absolute;
  right: 0;
  bottom: 30%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-105 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-105 {
    display: none;
  }
}

html {
  overflow-x: hidden;
}

.bg-106 {
  position: absolute;
  right: 0;
  bottom: 5%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-106 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-106 {
    display: none;
  }
}

.bg-107 {
  position: absolute;
  left: 0;
  top: 5%;
}
@media (max-width: 1024px) {
  .bg-107 {
    display: none;
  }
}

.bg-108 {
  position: absolute;
  left: 0;
  top: 20%;
}
@media (max-width: 1024px) {
  .bg-108 {
    width: 40px;
    top: 21%;
  }
}
@media (max-width: 768px) {
  .bg-108 {
    display: none;
  }
}

.bg-109 {
  position: absolute;
  left: 80px;
  top: 30%;
}
@media (max-width: 1024px) {
  .bg-109 {
    left: auto;
    top: 4.5%;
    right: 20%;
  }
}
@media (max-width: 768px) {
  .bg-109 {
    display: none;
  }
}

.bg-110 {
  position: absolute;
  left: 0;
  bottom: 28%;
}
@media (max-width: 1024px) {
  .bg-110 {
    width: 100px;
    bottom: 43%;
  }
}
@media (max-width: 768px) {
  .bg-110 {
    display: none;
  }
}

.bg-111 {
  position: absolute;
  left: 0;
  bottom: 10%;
}
@media (max-width: 1024px) {
  .bg-111 {
    display: none;
  }
}

.bg-112 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .bg-112 {
    display: none;
  }
}

.bg-113 {
  position: absolute;
  right: 0;
  top: 30%;
}
@media (max-width: 1024px) {
  .bg-113 {
    top: 16%;
  }
}
@media (max-width: 768px) {
  .bg-113 {
    display: none;
  }
}

.bg-114 {
  position: absolute;
  right: 75px;
  top: 40%;
}
@media (max-width: 1024px) {
  .bg-114 {
    top: 16%;
    width: 30px;
    right: 150px;
  }
}
@media (max-width: 768px) {
  .bg-114 {
    display: none;
  }
}

.bg-115 {
  position: absolute;
  right: 60px;
  top: 55%;
}
@media (max-width: 1024px) {
  .bg-115 {
    top: 30%;
  }
}
@media (max-width: 768px) {
  .bg-115 {
    display: none;
  }
}

.bg-116 {
  position: absolute;
  right: 200px;
  top: 58%;
}
@media (max-width: 1024px) {
  .bg-116 {
    top: 48%;
    right: 25px;
  }
}
@media (max-width: 768px) {
  .bg-116 {
    display: none;
  }
}

.bg-117 {
  position: absolute;
  left: 0;
  top: 16%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-117 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-117 {
    display: none;
  }
}

.bg-118 {
  position: absolute;
  right: 0;
  top: 2%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-118 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-118 {
    display: none;
  }
}

.bg-119 {
  position: absolute;
  right: 0;
  top: 23%;
  display: none;
}
@media (max-width: 1024px) {
  .bg-119 {
    display: block;
  }
}
@media (max-width: 768px) {
  .bg-119 {
    display: none;
  }
}

.header__right {
  flex-shrink: 0;
}

@media (min-width: 1251px) {
  body.scroll .header__right {
    display: none;
  }
}

.header__menu li:not(.current-menu-item) a:hover {
  color: #EE2493;
}

.loading {
  position: relative;
}

.loading::before {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #eeeeee), color-stop(50%, #dddddd), color-stop(60%, #eeeeee));
  background: linear-gradient(to bottom right, #eeeeee 40%, #dddddd 50%, #eeeeee 60%);
  background-size: 200% 200%;
  background-repeat: no-repeat;
  -webkit-animation: placeholderShimmer 2s infinite linear;
  animation: placeholderShimmer 2s infinite linear;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  border-radius: 10px;
}

@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes placeholderShimmer {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0 0;
  }
}

.form__input {
  display: flex;
  flex-direction: column;
}

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

.form__input input, .form__input textarea {
  width: 100%;
  box-sizing: border-box;
}

.just-validate-error-label {
  width: 100%;
}

.header__menu {
  align-items: center;
}

.offer .item__front {
  background-size: cover;
}

@media (max-width: 768px) {
  .offer .item__body {
    height: 189px;
  }
}

.how .item__info {
  flex-grow: 1;
}

.faq__title {
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .how .item {
    max-width: 488px;
  }
}

.gfirst__title {
  display: inline-block;
}

.footer {
  position: relative;
}

.gfirst__title {
  position: relative;
}

.gfirst__title span {
  position: relative;
  z-index: 1;
}

.gfirst__title img {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40%, -20%);
}

@media (max-width: 1024px) {
  .gfirst__title img {
    transform: translate(40%, -35%);
  }
}

.gfirst__img {
  position: relative;
}

.header.open {
  background-color: white;
}

.header__menu li a {
  text-transform: uppercase;
}

.hill__left ul br {
  display: none;
}

.private ul br {
  display: none;
}

.private__info h2 {
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .private__info h2 {
    font-size: 30px;
  }
}

@media (min-width: 769px) {
	.staff__items {
		width: 50%;
	}
}

@media (min-width: 1401px) {
	.private__right {
		padding-top: 63px;
	}
}


@media (min-width: 1025px) {
	.how .item {
		width: 33.333%;
	}
}