@charset "UTF-8";
@font-face {
  font-family: Circe;
  font-display: swap;
  src: url(fonts/Circe-Bold.woff2) format('woff2'), url(fonts/Circe-Bold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Circe;
  font-display: swap;
  src: url(fonts/Circe-ExtraBold.woff2) format('woff2'), url(fonts/Circe-ExtraBold.woff) format('woff');
  font-weight: 800;
  font-style: normal;
}

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

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

@font-face {
  font-family: Circe;
  font-display: swap;
  src: url(fonts/Circe-Thin.woff2) format('woff2'), url(fonts/Circe-Thin.woff) format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: Moniqa;
  font-display: swap;
  src: url('fonts/CYR_CT_OP_Emberly Regular [wdth,wght]-VF.woff2') format('woff2'),
    url('fonts/CYR_CT_OP_Emberly Regular [wdth,wght]-VF.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html {
  height: calc(100% - var(--wp-admin--admin-bar--height));
  max-height: 100vh;
}

html,
body {
  scroll-behavior: smooth;
}

#page-content {
  display: flex;
  flex-direction: column;
}

body,
#page-content {
  min-height: calc(100vh - var(--wp-admin--admin-bar--height));
}

#primary.site-main {
  flex: 1 0 auto;
}

#page-footer {
  flex: 0 0 auto;
}

input {
  font-family: Circe;
}

::-webkit-scrollbar {
}

.man-master {
  width: 20.8rem;
  height: 3rem;
  padding: 0 1.3rem 0 1.3rem;
  border-radius: 10rem;
  gap: 0.5rem;
  position: absolute;
  left: 0;
  right: 0;
  top: -1.2rem;
  margin: auto;
  background: linear-gradient(105deg, #f7e79c 16.67%, #c38052 31.77%, #ebce7c 48.96%, #f8faf2 62.5%, #ebce7c 75.52%),
    #f7d598;
  font-family: Circe;
  font-size: 1.8rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.1rem;
  letter-spacing: 0em;
  color: #020202;
}

.popup {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(1.2rem);
  backdrop-filter: blur(1.2rem);
  position: fixed;
  display: none;
  z-index: 9999;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.entry-footer {
  display: none;
}

.telegram_text {
  padding: 2rem 0.2rem 2.3rem 2.3rem;
  color: white;
  font-size: 12px;
}

.telegram_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 5px;
  /* background: #289fd9; */
  background: #069be5;
  height: 70px;
  width: 320px;
  position: fixed;
  z-index: 100;
  right: 25px;
  bottom: 50px;
  cursor: pointer;
}

.telegram_btn:hover {
  transform: scale(1.05);
}

.telegram_img {
  padding: 5px;
  width: 80px;
  height: 100%;
}

.popup .popup__body {
  border-radius: 1.6rem;
  background: #131417;
  overflow: hidden;
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 34.7rem;
  height: 55.5rem;
  padding: 2rem 1.2rem;
  -webkit-box-shadow: 0 1.6rem 0.4rem 0 rgba(72, 74, 100, 0.16), 0 0.4rem 1.6rem 0 rgba(72, 74, 100, 0.24);
  box-shadow: 0 1.6rem 0.4rem 0 rgba(72, 74, 100, 0.16), 0 0.4rem 1.6rem 0 rgba(72, 74, 100, 0.24);
  gap: 3rem;
}

.popup .popup__body div {
  gap: 1.6rem;
  width: 100%;
}

.popup .popup__body div input {
  padding: 1.6rem 1.2rem 1.6rem 1.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 0.8rem;
  border: 0.1rem solid #3e3e3e;
  background: rgba(86, 85, 92, 0.16);
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: -0.014rem;
}

.popup .popup__body div input::-webkit-input-placeholder {
  color: #65646b;
}

.popup .popup__body div input::-moz-placeholder {
  color: #65646b;
}

.popup .popup__body div input:-ms-input-placeholder {
  color: #65646b;
}

.popup .popup__body div input::-ms-input-placeholder {
  color: #65646b;
}

.popup .popup__body div input::placeholder {
  color: #65646b;
}

.popup .popup__body div textarea {
  resize: none;
  height: 6.625rem;
  padding: 1.6rem 1.2rem 1.6rem 1.6rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.5rem;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 0.8rem;
  border: 0.1rem solid #3e3e3e;
  background: rgba(86, 85, 92, 0.16);
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: -0.014rem;
}

.popup .popup__body div textarea::-webkit-input-placeholder {
  color: #65646b;
}

.popup .popup__body div textarea::-moz-placeholder {
  color: #65646b;
}

.popup .popup__body div textarea:-ms-input-placeholder {
  color: #65646b;
}

.popup .popup__body div textarea::-ms-input-placeholder {
  color: #65646b;
}

.popup .popup__body div textarea::placeholder {
  color: #65646b;
}

.popup .popup__body div input[type='submit'] {
  padding: 1.5rem 2rem 1.4rem 2rem;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.2rem;
  background: #f7d598;
  margin-top: 1.4rem;
  color: #131417;
  font-size: 1.6rem;
  font-family: Circe;
  font-weight: 700;
}

.popup .popup__body div p {
  color: rgba(101, 100, 107, 0.7);
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.15rem;
  letter-spacing: -0.011rem;
}

.popup .popup__body div p span {
  text-decoration: underline;
}

.popup .popup__body .popup__title button {
  background: inherit;
  border: 0;
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2rem;
  height: 2rem;
  z-index: 1;
}

.popup .popup__body .popup__title svg {
  z-index: 0;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.popup .popup__body .popup__title .popup__title-p {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
}

.popup .wrapper {
  padding: 4rem 3.2rem;
  overflow: hidden;
  gap: 3rem;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 41.5rem;
  height: 32rem;
  background: #131417;
  -webkit-box-shadow: 0 0.4rem 1.6rem rgba(72, 74, 100, 0.24), 0 1.6rem 4rem rgba(72, 74, 100, 0.16);
  box-shadow: 0 0.4rem 1.6rem rgba(72, 74, 100, 0.24), 0 1.6rem 4rem rgba(72, 74, 100, 0.16);
  border-radius: 1.6rem;
}

.popup .wrapper div {
  gap: 1.2rem;
}

.popup .wrapper #popupTitle {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 4.1rem;
  text-align: center;
}

.popup .wrapper .warning {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2rem;
  text-align: center;
  color: #f7d598;
}

.popup .wrapper #closePopup {
  width: 30.1rem;
  border: 0;
  height: 5.3rem;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  background: #f7d598;
  border-radius: 1.2rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #131417;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
}

.popup .wrapper #closePopup:hover {
  opacity: 0.8;
}

.popup .wrapper #popupText {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.7rem;
  text-align: center;
  color: #fff;
}

html {
  -webkit-font-smoothing: antialiased;
  font-size: 0.5208333333vw;
  font-size: var(--main-font-size);
  background: #131417;
  font-family: Circe;
  color: #fff;
}

.slim:hover {
  background: #f7d598 !important;
  color: #020202 !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700 !important;
}

.bold:hover {
  background: #f7e7cb !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

body {
  color: var(--darkBlue-theme-color);
  letter-spacing: 0;
  background: 0 -38.4rem no-repeat url(/wp-content/uploads/2023/06/background.svg),
    105rem -13.4rem no-repeat url(/wp-content/uploads/2023/06/vector.svg);
  background-size: 192rem 136rem, 121rem 107rem;
}

/* .allContent { */
/*   overflow: hidden */
/* } */

:root {
  --header-height: 5rem;
  --scrollbar-width: 17px;
  --box-padding: 8.6rem;
  --section-padding: 10rem;
  --section-padding-small: 2rem;
  --section-padding-medium: 3rem;
  --section-padding-large: 6rem;
  --wrapper-padding: 1rem;
  --global-small-radius: 2.7rem;
  --global-large-radius: 3.2rem;
  --main-font-size: calc(100vw / (1920 / 10));
}

ul {
  text-decoration: none;
  list-style: none;
}

.width {
  width: 100% !important;
}

.width-auto {
  width: auto !important;
}

.text_overflow {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hidden {
  overflow: hidden;
}

.visible {
  overflow: visible !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex_vertical {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex_justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.justify_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex_nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-object-fit: fill;
  object-fit: fill;
}

a {
  color: inherit;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration: none;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.margin_none {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.margin_auto {
  margin: auto;
}

.uppercase {
  text-transform: uppercase;
  font-weight: 600;
}

.background-img {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}

.vector {
  right: -23rem;
  top: -20rem;
  position: absolute;
}

.wrapper {
  max-width: 117.2rem;
  margin: auto;
  padding: 0;
  position: relative;
  height: auto;
}

.header__mobile {
  display: none;
}

.header {
  width: 100%;
  height: auto;
  padding-top: 3.2rem;
  position: fixed;
  z-index: 25;
  background: #000000e0;
}

.header__slim {
  display: none;
}

.header__wrapper {
  position: relative;
  max-width: 120rem;
  left: 0;
  right: 0;
  margin: auto;
  gap: 4.1rem;
}

.header__wrapper .header__logo img {
  width: 6.3rem;
}

.header__wrapper a {
  font-family: Circe;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 148.42%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.header__wrapper .header__list {
  gap: 3.8rem;
}

.header__wrapper .header__social {
  gap: 1.6rem;
}

.header__wrapper .header__social img {
  width: 2.8rem;
}

.header__wrapper .header__com {
  gap: 3.2rem;
}

.header__wrapper .header__phone {
  font-weight: 400;
  font-size: 2rem;
  line-height: 148.42%;
  letter-spacing: 0.005em;
  white-space: nowrap;
}

.header__wrapper .header__phone a {
  font-size: 3rem;
}

.main {
  padding-top: 14rem;
  height: 98.5rem;
  position: relative;
}

.main .circle__orange img {
  position: absolute;
  width: 63.2rem;
  height: 63.2rem;
  left: 80rem;
  top: -5rem;
}

.main .circle__grey img {
  position: absolute;
  width: 63.2rem;
  height: 63.2rem;
  left: 60rem;
  top: 7rem;
}

.main .main__content {
  position: relative;
}

.main .swiper__right {
  position: absolute;
  right: 0;
  top: 0;
}

.main .circle__button {
  position: absolute;
  left: 45%;
  margin: auto;
  bottom: -15%;
  z-index: 4;
}

.main .circle__button .circle__container {
  position: relative;
  height: 20.3rem;
  width: 20.3rem;
}

.main .circle__button .circle__container .circle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 20.3rem;
  width: 20.3rem;
  -webkit-animation-name: rotation;
  animation-name: rotation;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.main .circle__button .circle__container #circle__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  color: #1b0412;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  border: 0;
  border-radius: 100%;
  white-space: break-spaces;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 113.5%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.01em;
  width: 16.1rem;
  height: 16.1rem;
  background: -o-linear-gradient(
      341.17deg,
      #f7e79c -11.55%,
      #c38052 12.16%,
      #ebce7c 39.14%,
      #f8faf2 60.4%,
      #ebce7c 80.84%
    ),
    -o-linear-gradient(2.92deg, #d0ab71 0.31%, #f5e9c7 101.68%),
    -o-linear-gradient(228.44deg, #dcabca 5.95%, #ee9bcf 103.82%);
  background: linear-gradient(108.83deg, #f7e79c -11.55%, #c38052 12.16%, #ebce7c 39.14%, #f8faf2 60.4%, #ebce7c 80.84%),
    linear-gradient(87.08deg, #d0ab71 0.31%, #f5e9c7 101.68%),
    linear-gradient(221.56deg, #dcabca 5.95%, #ee9bcf 103.82%);
}

.main .circle__button .circle__container #circle__button:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: -o-linear-gradient(
      341.17deg,
      #f7e79c -37.72%,
      #c38052 -12%,
      #ebce7c 21.13%,
      #f8faf2 60.4%,
      #ebce7c 115.1%
    ),
    -o-linear-gradient(2.92deg, #d0ab71 0.31%, #f5e9c7 101.68%),
    -o-linear-gradient(228.44deg, #dcabca 5.95%, #ee9bcf 103.82%);
  background: linear-gradient(108.83deg, #f7e79c -37.72%, #c38052 -12%, #ebce7c 21.13%, #f8faf2 60.4%, #ebce7c 115.1%),
    linear-gradient(87.08deg, #d0ab71 0.31%, #f5e9c7 101.68%),
    linear-gradient(221.56deg, #dcabca 5.95%, #ee9bcf 103.82%);
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.main .main__title {
  width: 81.7rem;
  gap: 2.6rem;
}

.main .main__title h1 {
  font-family: Moniqa;
  font-weight: 500;
  font-size: 10rem;
  line-height: 10.1rem;
  text-transform: uppercase;
}

.main .main__title h1 span {
  color: #f7d598;
}

.main .main__title .main__subtitle {
  width: 46.6rem;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 148.42%;
}

.main .main__policy {
  width: 56.8rem;
  gap: 1.8rem;
  margin-top: 7.3rem;
}

.main .main__policy img {
  width: 5rem;
}

.main .main__policy p {
  font-style: normal;
  font-weight: 350;
  font-size: 2rem;
  line-height: 141.42%;
  opacity: 0.3;
}

.mySwiper {
  position: absolute !important;
  right: -40rem;
  top: 0;
  width: 100%;
}

.mySwiper .swiper {
  width: 240px;
  height: 320px;
  z-index: 2;
}

.mySwiper .swiper-slide {
  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: 1.8rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
}

.mySwiper .swiper-slide {
  width: 32rem !important;
  height: 46.4rem !important;
  padding: 1.6rem;
  background-size: 100% !important;
  border: 0.5rem solid rgba(255, 255, 255, 0.12);
  border-radius: 2.4rem;
  background-size: 110% !important;
}

.mySwiper .swiper-slide:nth-child(1) {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    color-stop(31.03%, rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 31.03%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 31.03%);
  background-repeat: no-repeat;
  background-position: center center;
}

.mySwiper .swiper-slide:nth-child(2) {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    color-stop(31.03%, rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 31.03%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 31.03%);
  background-repeat: no-repeat;
  background-position: center center;
}

.mySwiper .swiper-slide:nth-child(3) {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    color-stop(31.03%, rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 31.03%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 31.03%);
  background-repeat: no-repeat;
  background-position: center center;
}

.mySwiper .swiper-slide:nth-child(4) {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    color-stop(31.03%, rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 31.03%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 31.03%);
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center;
}

.mySwiper .slide__content {
  width: 100%;
  height: 100%;
}

.mySwiper .slide__content img {
  width: 5.6rem;
}

.mySwiper .slide__content .slide__name {
  height: 3.8rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 148.42%;
  letter-spacing: 0.12em;
  padding: 0.4rem 1rem;
  background: rgba(2, 2, 2, 0.5);
  border-radius: 1.2rem;
}

.mySwiper .slide__content .slide__stars {
  gap: 0.7rem;
}

.mySwiper .slide__content .slide__stars img {
  width: 3rem;
}

.modal-model {
}

.bonus {
  overflow: auto;
  top: -19rem;
  position: relative;
  background: inherit;
  height: 20.5rem;
  z-index: 3;
  overflow-y: hidden;
  overflow-x: hidden;
}

.bonus .bonus::-webkit-scrollbar {
  display: none;
}

.bonus .dragscroll {
  cursor: grab;
  gap: 3rem;
}

.bonus swiper-container {
  height: 100%;
  width: 38rem !important;
  overflow: visible;
  margin: 0;
}

.bonus swiper-slide {
  width: 38rem !important;
  height: 20.2rem;
  background: #000;
  border-radius: 2.4rem;
  padding: 3.2rem 0.2rem 2.3rem 2.3rem;
  margin-right: 1.5rem;
}

.bonus swiper-slide img {
  width: 4rem;
}

.bonus swiper-slide {
  background-size: 100%;
  background-color: rgba(0, 0, 0, 0.5) !important;
  background-position: center;
  background-repeat: no-repeat;
}

.bonus swiper-slide {
  background-color: rgba(0, 0, 0, 0.5) !important;
  background-size: 100% !important;
  background-position: center;
  background-repeat: no-repeat;
}

.bonus h3,
.bonus .zag3 {
  font-style: normal;
  font-weight: 800;
  font-size: 2rem;
  line-height: 148.42%;
  margin-top: 2.4rem;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0.4rem 30px #000, 0 0.4rem 2rem rgba(0, 0, 0, 0.5);
}

.bonus p {
  font-style: normal;
  font-weight: 350;
  font-size: 1.6rem;
  line-height: 148.42%;
  color: #fff;
  opacity: 0.8;
  text-shadow: 0 0.4rem 3rem #000, 0 0.4rem 2rem rgba(0, 0, 0, 0.5);
}

.masters {
  height: auto;
}

.masters .masters__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  /* position: absolute; */
  bottom: 0;
  pointer-events: all;
}

.masters .masters__buttons a {
  width: 100%;
  position: relative;
}

.masters .masters__buttons .masters-buy {
  width: 100%;
  width: 33.6rem;
  height: 5.3rem;
  background: #f7d598;
  border-radius: 0.6rem;
  border: 0;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.1rem;
  cursor: pointer;
  color: #020202;
}

img.masters-phone-button {
  position: absolute;
  left: -55%;
  right: 0;
  margin: auto;
  bottom: 0;
  top: -1%;
  width: 1.6rem;
}

.masters .masters__buttons .masters-info {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.3rem;
  cursor: pointer;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.1rem;
  background: inherit;
  color: #f7d598;
  border: 0.05rem solid #f7d598;
  border-radius: 0.6rem;
}

.masters h2 {
  font-family: Moniqa;
  font-style: normal;
  font-weight: 400;
  font-size: 9.9rem;
  line-height: 101px;
  text-transform: uppercase;
  color: #f7d598;
}

.zag {
  font-family: Moniqa;
  font-style: normal;
  font-weight: 400;
  font-size: 8.9rem;
  line-height: 101px;
  text-transform: uppercase;
  color: #ffffff;
}

.masters swiper-container {
  height: 100%;
  overflow: hidden;
}

.masters swiper-slide {
  width: 38.4rem !important;
  margin-right: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.masters .swiper-button-next,
.masters .swiper-button-prev {
  vertical-align: middle;
  position: absolute;
}

.masters .swiper-button-next::after,
.masters .swiper-button-prev::after {
  font-size: 1.5rem;
}

.masters .swiper-button-prev {
  left: -15rem;
  top: 55rem;
  width: 4.8rem;
  height: 4.8rem;
  color: #0a0a0a;
  background: #f7d598;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
  border-radius: 100%;
}

.masters .swiper-button-next {
  right: -15rem;
  width: 4.8rem;
  height: 4.8rem;
  color: #0a0a0a;
  top: 55rem;
  background: #f7d598;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
  border-radius: 100%;
}

.masters .swiper__content {
  width: 38.4rem !important;
  /* height: 110rem; */
  min-height: 1050px;
  background: #000;
  border-radius: 1.6rem;
  padding: 3.2rem 3.2rem 2.3rem 2.3rem;
  z-index: 2;
  isolation: isolate;
  background: -webkit-gradient(linear, left top, left bottom, from(#1b1b1b), to(rgba(27, 27, 27, 0.22)));
  background: -o-linear-gradient(top, #1b1b1b 0, rgba(27, 27, 27, 0.22) 100%);
  background: linear-gradient(180deg, #1b1b1b 0, rgba(27, 27, 27, 0.22) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 1.2rem 1.6rem -0.4rem rgba(10, 10, 10, 0.08), 0 0.4rem 1rem -0.2rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 1.2rem 1.6rem -0.4rem rgba(10, 10, 10, 0.08), 0 0.4rem 1rem -0.2rem rgba(0, 0, 0, 0.05);

  pointer-events: auto;
  cursor: pointer;
}

.model__image {
  transition: transform 2.5s;
  transform-style: preserve-3d;
}

.flipped {
  transform: rotateY(180deg);
}

.masters .swiper__content .model__button {
  font-weight: 350;
  font-size: 1.8rem;
  line-height: 2rem;
  color: #f7d598;
}

.masters .circle {
  width: 100%;
  z-index: -2;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  opacity: 0.3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
}

.masters .thirdSwiper {
  padding-top: 4.1rem;
  pointer-events: none;
  padding-bottom: 9rem;
}

.masters .swiper-pagination {
  bottom: 0;
  top: auto !important;
  position: absolute;
}

.masters .swiper-pagination-bullet-active {
  width: 1.4rem;
  height: 1.4rem;
  background: #f7d598;
}

.masters .swiper-pagination-bullet {
  width: 1.4rem;
  height: 1.4rem;
}

/* .masters .swiper__model {
  gap: 3rem;
} */

.masters .model__image {
  z-index: 5;
  max-width: 33.6rem;
  margin-bottom: 10px;
  /* height: 52.5rem; */
}

.masters .model__image img {
  object-fit: cover;
  width: 33.6rem;
  height: 550px;
  border: 0.2rem solid rgba(255, 255, 255, 0.05);
  border-radius: 1.6rem;
}

.masters .model__info {
  width: 100%;
  gap: 1.5rem;
}

.masters .model__info h3 {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 3.2rem;
}

.masters .model__info .zag3 {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 3.2rem;
}

.masters .model__info .model__stat {
  gap: 0.7rem;
}

.masters .model__info .model__stat img {
  width: 2.6rem;
}

.masters .model__info .model__location {
  gap: 3.2rem;
}

.masters .model__info .model__location .model__location-metro {
  gap: 1rem;
}

.masters .model__info .model__location img {
  width: 2.3rem;
  height: 2rem;
}

.masters .model__info .model__location p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5rem;
}

.masters .model__info .model__location .model__text {
  font-weight: 350;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #efefef;
  opacity: 0.6;
  min-height: 125px;
}

.masters .model__info .model__location .model__param {
  gap: 2rem;
  min-height: 88px;
}

.masters .model__info .model__location .model__param .param {
  gap: 1.2rem;
}

.masters .model__info .model__location .model__param .param p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1rem;
  white-space: nowrap;
}

.masters .model__info .model__location .model__param span {
  width: 100%;
  border: 0.4rem dotted #656565;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.programs {
  margin-top: 6.8rem;
  padding-bottom: 15.3rem;
  position: relative;
  height: auto;
  background: #020202;
  border-radius: 8rem;
}

.programs .programs__content {
  padding-top: 7.6rem;
}

.programs .programs__content .programs__first {
  width: 100%;
}

.programs .programs__content .programs__info {
  gap: 6.5rem;
}

.programs .programs__content .programs__info p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 135%;
  color: #fff;
  opacity: 0.9;
}

.programs .programs__content .programs__info .programs-left {
  width: 40.5rem;
}

.programs .programs__content .programs__info .programs-right {
  width: 51.2rem;
  gap: 2.2rem;
}

.programs .programs__content .programs__info .programs-right .right-list {
  gap: 2.5rem;
}

.programs .programs__content .programs__info .programs-right li {
  gap: 1.5rem;
}

.programs .programs__content .programs__info .programs-right li img {
  width: 3.2rem;
}

.programs .programs__content .programs__info .programs-right li p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 135%;
  color: #acacac;
  opacity: 0.9;
}

.programs .programs__title {
  padding-bottom: 3rem;
}

.programs .programs__title a {
  display: none;
}

.programs .programs__title h2 {
  font-family: Moniqa;
  font-weight: 400;
  font-size: 9.9rem;
  line-height: 10.1rem;
  text-transform: uppercase;
}

.programs .programs__title .programs__button {
  width: 21.9rem;
  height: 5.2rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 1.2rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2rem;
  color: #f7d598;
  background: inherit;
  border: 0.1rem solid #f7d598;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.programs .programs__content {
  gap: 8.5rem;
}

.programs .programs__content .programs__block {
  gap: 2.2rem 3rem;
}

.programs .programs__content .programs__block .prog {
  width: 57rem;
  height: 74.4rem;
  position: relative;
  background: #151617;
  border-radius: 1.2rem;
}

.programs .programs__content .programs__block .prog picture {
  width: 57rem;
  height: 35.4rem;
  display: block;
  position: relative;
}

.programs .programs__content .programs__block .prog picture img {
  width: 57rem;
  height: 35.4rem;
}

.programs .programs__content .programs__block .prog img {
  border-radius: 1.29rem;
}

.programs .programs__content .programs__block .prog .prog-content {
  margin: 3.5rem 2rem 2rem 2rem;
  position: relative;
  gap: 3rem;
  bottom: 0;
  top: 0;
  height: 33.2rem;
}

.programs .programs__content .programs__block .prog .prog-content h3,
.programs .programs__content .programs__block .prog .prog-content .zag3 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.2rem;
}

.programs .programs__content .programs__block .prog .prog-content .prog-about {
  gap: 1.9rem;
}

.programs .programs__content .programs__block .prog .prog-content .prog-about .prog__about-title {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
}

.programs .programs__content .programs__block .prog .prog-content .prog-about .prog__about-subtitle {
  font-style: normal;
  font-weight: 350;
  font-size: 1.2rem;
  line-height: 130%;
  opacity: 0.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.programs .programs__content .programs__block .prog .prog-price {
  bottom: 6rem;
  position: absolute;
}

.programs .programs__content .programs__block .prog .prog-price ul {
  gap: 0.7rem;
}

.programs .programs__content .programs__block .prog .prog-price ul li {
  gap: 1rem;
}

.programs .programs__content .programs__block .prog .prog-price ul li img {
  width: 2.4rem;
  height: 2.4rem;
}

.programs .programs__content .programs__block .prog .prog-price ul li p {
  font-weight: 700;
  font-size: 2rem;
  line-height: 4.6rem;
}

.programs .programs__content .programs__block .prog .prog-buttons {
  bottom: 0;
  position: absolute;
}

.programs .programs__content .programs__block .prog .prog-buttons .prog-info {
  padding: 1.6rem 2.4rem;
  width: 25.3rem;
  height: 5.2rem;
  border: 0.1rem solid #f7d598;
  border-radius: 1.2rem;
  background: inherit;
  color: #f7d598;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2rem;
}

.programs .programs__content .programs__block .prog .prog-buttons .prog-buy {
  padding: 1.6rem 2.4rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 25.3rem;
  height: 5.2rem;
  border: 0;
  border-radius: 1.2rem;
  background: #f7d598;
  color: #020202;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2rem;
}

.add {
  margin-top: 12.2rem;
  margin-bottom: 7.5rem;
}

.add .add__content {
  gap: 7.7rem;
}

.add .add__content .add__first {
  gap: 4.7rem;
}

.add .add__content .add__first h2 {
  font-family: Moniqa;
  font-style: normal;
  font-weight: 400;
  font-size: 9.9rem;
  line-height: 10.1rem;
  text-transform: uppercase;
}

.add .add__content .add__first .add-left {
  font-weight: 350;
  font-size: 1.8rem;
  line-height: 2.4rem;
  width: 64.9rem;
  opacity: 0.9;
}

.add .add__content .add__first .add-right {
  height: 10rem;
  margin: 0 auto;
  position: relative;
}

.add .add__content .add__first .add-right .rellax:nth-child(1) {
  z-index: 1;
}

.add .add__content .add__first .add-right .rellax:nth-child(2) {
  z-index: 0;
}

.add .add__content .add__first .add-right .karina-paralax,
.add .add__content .add__first .add-right .mila-paralax {
  position: absolute;
}

.add .add__content .add__first .add-right .mila-paralax {
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  transform: translate3d(0, 0, 0) rotate(45deg);
  right: -61rem;
  top: -30rem;
  width: 32rem;
  height: 46.4rem;
  margin: 0 auto;
  position: absolute;
  -webkit-transform: rotate(-18.62deg);
  -ms-transform: rotate(-18.62deg);
  transform: rotate(-18.62deg);
}

.add .add__content .add__first .add-right .karina-paralax {
  z-index: 0;
  right: -35rem;
  top: -7rem;
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  transform: translate3d(0, 0, 0) rotate(45deg);
  margin: auto;
  position: absolute;
  width: 21.3rem;
  height: 30.8rem;
  -webkit-transform: rotate(8.56deg);
  -ms-transform: rotate(8.56deg);
  transform: rotate(8.56deg);
}

.add .add__content .add__programs {
  gap: 3.5rem 3rem;
}

.add .add__content .add__programs .prog {
  width: 57rem;
  height: 52rem;
  background: #151617;
  border-radius: 1.2rem;
}

.add .add__content .add__programs .prog img {
  border-radius: 1.2rem;
  width: 57rem;
}

.add .add__content .add__programs .prog div {
  padding: 3.2rem 2rem 2.9rem 2rem;
  gap: 3.2rem;
}

.add .add__content .add__programs .prog div a {
  width: 100%;
}

.add .add__content .add__programs .prog div P {
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.2rem;
}

.add .add__content .add__programs .prog div .add__programs__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 53rem;
  height: 5.2rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 0.1rem solid #f7d598;
  border-radius: 1.2rem;
  background: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2rem;
  color: #f7d598;
}

.adventage {
  background: #020202;
  border-radius: 8rem;
}

.adventage .adventage__content {
  padding: 7.6rem 0 12.2rem 0;
  gap: 6.6rem;
  height: 143rem;
}

.adventage .adventage__content .adventage__first {
  width: 100%;
}

.adventage .adventage__content .adventage__first h2 {
  font-family: Moniqa;
  font-size: 9.9rem;
  line-height: 10.1rem;
  text-transform: uppercase;
}

.adventage .adventage__content .adventage__first h2 span {
  color: #f7d598;
}

.adventage .adventage__content .adventage__second {
  position: relative;
  height: 100%;
  width: 100%;
}

.adventage .adventage__content .adventage__second .circle-blur:nth-child(2n) {
  left: auto;
  bottom: auto;
  top: -15rem;
  right: 0;
}

.adventage .adventage__content .adventage__second .circle-blur {
  position: absolute;
  opacity: 0.5;
  left: -10rem;
  bottom: -25rem;
  top: auto;
  right: auto;
  width: 30%;
}

.adventage .adventage__content .adventage__second .large-circle {
  position: absolute;
  top: 8.3rem;
  border-radius: 100%;
  z-index: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80rem;
  height: 80rem;
  opacity: 0.2;
  border: 0.1rem solid #f7d598;
}

.adventage .adventage__content .adventage__second .small-circle {
  position: absolute;
  width: 49.3rem;
  height: 49.3rem;
  top: 23.6rem;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100%;
  z-index: 0;
  opacity: 0.4;
  border: 0.1rem solid #f7d598;
}

.adventage .adventage__content .adventage__second .orange-circle {
  position: absolute;
  width: 32rem;
  height: 32rem;
  margin: auto;
  top: 32.1rem;
  left: 0;
  right: 0;
  border-radius: 100%;
  background: -o-linear-gradient(
      341.17deg,
      #f7e79c -11.55%,
      #c38052 12.16%,
      #ebce7c 39.14%,
      #f8faf2 60.4%,
      #ebce7c 80.84%
    ),
    -o-linear-gradient(237.85deg, #f7d598 -7.61%, rgba(247, 213, 152, 0.23) 93.03%);
  background: linear-gradient(108.83deg, #f7e79c -11.55%, #c38052 12.16%, #ebce7c 39.14%, #f8faf2 60.4%, #ebce7c 80.84%),
    linear-gradient(212.15deg, #f7d598 -7.61%, rgba(247, 213, 152, 0.23) 93.03%);
  -webkit-box-shadow: -1rem 1.4rem 6rem rgba(204, 176, 126, 0.2);
  box-shadow: -1rem 1.4rem 6rem rgba(204, 176, 126, 0.2);
}

.adventage .adventage__content .adventage__second .orange-circle img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 19.8rem;
  height: 21.3rem;
}

.adventage .adventage__content .adventage__second .adventage__block:nth-child(2) {
  left: auto;
  right: 0;
  top: 12rem;
}

.adventage .adventage__content .adventage__second .adventage__block:nth-child(3) {
  left: auto;
  right: 3rem;
  top: 45.3rem;
  height: auto;
}

.adventage .adventage__content .adventage__second .adventage__block:nth-child(4) {
  left: auto;
  right: 20.1rem;
  top: 81.3rem;
}

.adventage .adventage__content .adventage__second .adventage__block:nth-child(5) {
  left: auto;
  right: 60.1rem;
  top: 81.3rem;
}

.adventage .adventage__content .adventage__second .adventage__block:nth-child(6) {
  left: 3rem;
  right: auto;
  top: 45.3rem;
}

.adventage .adventage__content .adventage__second .adventage__block:nth-child(7) {
  left: 0;
  right: auto;
  top: 12rem;
}

.adventage .adventage__content .adventage__second .adventage__block {
  position: absolute;
  width: 37rem;
  height: auto;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#151617), to(rgba(21, 22, 23, 0.6)));
  background: -o-linear-gradient(top, #151617 0, rgba(21, 22, 23, 0.6) 100%);
  background: linear-gradient(180deg, #151617 0, rgba(21, 22, 23, 0.6) 100%);
  border: 0.1rem solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.2);
  border-radius: 2.4rem;
}

.adventage .adventage__content .adventage__second .adventage__block .adventage__block-content {
  position: relative;
  width: 100%;
  height: auto;
  padding: 8.5rem 3.5rem 3.7rem 3.5rem;
}

.adventage .adventage__content .adventage__second .adventage__block .adventage__block-content .circle {
  position: absolute;
  width: 8.1rem;
  height: 8.1rem;
  left: 3.5rem;
  top: -1.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 213, 152, 0.7)), to(#f7d598));
  background: -o-linear-gradient(top, rgba(247, 213, 152, 0.7) 0, #f7d598 100%);
  background: linear-gradient(180deg, rgba(247, 213, 152, 0.7) 0, #f7d598 100%);
  -webkit-box-shadow: 0 0.6rem 1.5rem rgba(247, 213, 152, 0.25);
  box-shadow: 0 0.6rem 1.5rem rgba(247, 213, 152, 0.25);
}

.adventage .adventage__content .adventage__second .adventage__block .adventage__block-content .circle img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 5.4rem;
}

.adventage .adventage__content .adventage__second .adventage__block .adventage__block-content .adventage__block-text {
  position: relative;
  gap: 2.7rem;
}

.adventage .adventage__content .adventage__second .adventage__block .adventage__block-content .adventage__block-text h3,
.adventage
  .adventage__content
  .adventage__second
  .adventage__block
  .adventage__block-content
  .adventage__block-text
  .zag3 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 110%;
  white-space: nowrap;
}

.adventage .adventage__content .adventage__second .adventage__block .adventage__block-content .adventage__block-text p {
  font-weight: 350;
  font-size: 1.4rem;
  line-height: 1.8rem;
  opacity: 0.8;
}

.adventage
  .adventage__content
  .adventage__second
  .adventage__block
  .adventage__block-content
  .adventage__block-text
  span {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 130%;
  opacity: 1;
}

.vacancy {
  margin-top: 11.3rem;
}

.our-inter {
  margin-top: 11.3rem;
  overflow: hidden;
}

.faq {
  margin-top: 11.3rem;
}

.vacancy .vacancy__content {
  gap: 4.1rem;
}

.vacancy .vacancy__content .vacancy__title {
  gap: 2.5rem;
}

.vacancy .vacancy__content .vacancy__title h2 {
  font-family: moniqa;
  font-weight: 400;
  font-size: 9.9rem;
  line-height: 10.1rem;
  text-transform: uppercase;
  color: #fff;
}

.our-inter__title h2 {
  font-family: moniqa;
  font-weight: 400;
  font-size: 9.9rem;
  line-height: 10.1rem;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.our-inter__content {
  padding: 100px 0;
}

.our-inter .swiper-slide {
  filter: brightness(0.5);
  z-index: 1;
}

.our-inter .slide-img {
  position: relative;
  padding-top: 67%;
  border-radius: 10px;
  overflow: hidden;
}

.our-inter .slide-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-inter .swiper-slide.swiper-slide-next {
  filter: brightness(1);
  transform: scale(1.6, 1.4);
  transition: 0.6s all ease;
  z-index: 2;
}

@media (max-width: 1023px) {
  .our-inter .swiper-slide.swiper-slide-next {
    transform: scale(1);
  }

  .our-inter .swiper-slide {
    filter: brightness(1);
  }
}

@media (max-width: 767px) {
  .our-inter .swiper-slide.swiper-slide-active {
    z-index: 3;
    transform: scale(1.1);
  }
}

.faq .faq__title h2 {
  font-family: moniqa;
  font-weight: 400;
  font-size: 9.9rem;
  line-height: 10.1rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 2.5rem;
}

.vacancy .vacancy__content .vacancy__title p {
  width: 64.9rem;
  font-weight: 350;
  font-size: 1.8rem;
  line-height: 135%;
  color: #fff;
  opacity: 0.9;
}

.vacancy .vacancy__second {
  width: 100%;
}

.vacancy .vacancy__second #accordion > div:nth-child(3) > div.accordion__body.collapse > div {
  padding-right: 50.7rem;
}

.accordion {
  max-width: none !important;
  width: 100%;
}

.accordion__item {
  width: 100%;
  margin-bottom: 1.1rem;
  border-radius: 0.6rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
}

.accordion__header {
  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;
  height: 6.6rem;
  padding: 2rem 4.2rem 2rem 3.3rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 127%;
  letter-spacing: 0.01em;
  color: #fff;
  background: #020202;
  border-radius: 0.6rem;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.accordion__header::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  margin-left: auto;
  background-image: url(/wp-content/uploads/2023/06/accardeon-circle.svg);
  background-repeat: no-repeat;
  background-size: 4rem;
  content: '';
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.accordion__item_show .accordion__header::after,
.accordion__item_slidedown .accordion__header::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.accordion__content {
  padding: 2rem 9rem 2rem 3.3rem;
  background: #020202;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 127%;
  letter-spacing: 0.01em;
  color: #fff;
}

.accordion__content ul {
  list-style: circle;
}

.accordion__item:not(.accordion__item_show) .accordion__body {
  display: none;
}

.map {
  padding-top: 15.3rem;
  position: relative;
  height: auto;
  padding-bottom: 50px;
}

.map .map__location {
  position: absolute;
  left: 0;
  width: 70.5rem;
  height: 61.5rem;
  padding: 0;
  margin: 0;
  border-radius: 0 2.4rem 2.4rem 0;
  overflow: hidden;
  z-index: 2;
}

.map .map__content {
  width: 100%;
  z-index: 1;
  position: relative;
}

.map .map__content .map__title {
  position: relative;
  right: -51.5rem;
}

.map .map__content .map__title h1 {
  font-family: Moniqa;
  font-weight: 400;
  font-size: 9.9rem;
  line-height: 125.5%;
  text-transform: uppercase;
  color: #fff;
}

.map .map__content .map__list {
  gap: 3.3rem;
  margin-bottom: 16.5rem;
}

.map .map__content .map__list a {
  font-size: 2em;
}

.map .map__content .map__list ul {
  gap: 1rem;
}

.map .map__content .map__list ul li {
  gap: 3rem;
}

.map .map__content .map__list ul li img {
  width: 1.8rem;
  height: 1.8rem;
}

.map .map__content .map__list ul li p {
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 156.5%;
}

.map .map__content .map__list div {
  gap: 2.4rem;
}

.map .map__content .map__list div img {
  width: 5.6rem;
  height: 5.6rem;
}

footer {
  height: 16.6rem;
  width: 100%;
  background: #0d0f13;
}

footer div {
  padding: 4.7rem 0 6rem 0;
}

footer div p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 125.5%;
  width: 49.9rem;
  color: #fff;
  opacity: 0.5;
}

footer div a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 99.5%;
  text-decoration-line: underline;
  color: #fff;
}

@media (min-width: 581px) {
  .add .add__content .add__programs .prog img {
    aspect-ratio: 455/282.61;
    object-fit: cover;
  }
}

@media (max-width: 580px) {
  :root {
    --header-height: 5rem;
    --scrollbar-width: 17px;
    --box-padding: 8.6rem;
    --section-padding: 10rem;
    --section-padding-small: 2rem;
    --section-padding-medium: 3rem;
    --section-padding-large: 6rem;
    --wrapper-padding: 1rem;
    --global-small-radius: 2.7rem;
    --global-large-radius: 3.2rem;
    --main-font-size: calc(100vw / (360 / 10));
  }

  #PWPreviewWidgetButtonWrapper {
    left: calc(100% - 85px - 64px) !important;
  }

  .bonus .dragscroll {
    margin-top: 20px;
  }

  .header {
    display: none;
  }

  .telegram_text {
    font-size: 9px;
    padding: 1rem;
  }

  .telegram_btn {
    width: 180px;
  }

  .header__mobile {
    display: block;
    height: calc(4.6rem + 1.5rem);
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 27;
    background-color: #131417;
  }

  .header__mobile .header__mobile-content {
    height: 4.6rem;
  }

  .header__mobile .header__mobile-content .hamburger-menu {
    position: fixed;
    z-index: 5;
  }

  .header__mobile .header__mobile-content .hamburger-menu #menu__toggle {
    opacity: 0;
  }

  .header__mobile .header__mobile-content .hamburger-menu #menu__toggle:checked + .menu__btn > span {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .header__mobile .header__mobile-content .hamburger-menu #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .header__mobile .header__mobile-content .hamburger-menu #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .header__mobile .header__mobile-content .hamburger-menu #menu__toggle:checked ~ .menu__box {
    left: 0 !important;
  }

  .header__mobile .header__mobile-content .hamburger-menu .menu__btn {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    cursor: pointer;
    z-index: 55;
  }

  .header__mobile .header__mobile-content .hamburger-menu .menu__btn > span,
  .header__mobile .header__mobile-content .hamburger-menu .menu__btn > span::after,
  .header__mobile .header__mobile-content .hamburger-menu .menu__btn > span::before {
    display: block;
    position: absolute;
    width: 100%;
    height: 0.2rem;
    border-radius: 0.5rem;
    background-color: #f7d598;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
  }

  .header__mobile .header__mobile-content .hamburger-menu .menu__btn > span::before {
    content: '';
    top: -8px;
  }

  .header__mobile .header__mobile-content .hamburger-menu .menu__btn > span::after {
    content: '';
    top: 8px;
  }

  .header__mobile .header__mobile-content .hamburger-menu .menu__box {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 120px 0;
    list-style: none;
    background-color: #131417;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    z-index: 54;
  }

  .header__mobile .header__mobile-content .hamburger-menu .menu-item > a {
    display: block;
    padding: 0.5rem 2.4rem;
    color: #fff;
    /* font-family: Roboto, sans-serif; */
    /* font-size: 20px; */
    /* font-weight: 600; */
    text-decoration: none;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    font-family: Circe, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 148.42%;
  }

  .header__mobile .header__mobile-content .hamburger-menu .menu-item > a:hover {
    background-color: #cfd8dc;
  }

  .header__mobile .header__mobile-content .header__mobile-logo {
    margin-left: 40%;
  }

  .header__mobile .header__mobile-content .header__mobile-logo img {
    width: 4.3rem;
    height: 4.6rem;
  }

  .header__mobile .header__mobile-content .header__mobile-social {
    gap: 1.2rem;
  }

  .header__mobile .header__mobile-content .header__mobile-social div {
    gap: 0.6rem;
  }

  .header__mobile .header__mobile-content .header__mobile-social div a {
    width: 2.3rem;
  }

  .header__mobile .header__mobile-content .header__mobile-social div a img {
    width: 2.3rem;
  }

  .header__mobile .header__mobile-content .header__mobile-social a img {
    width: 2.2rem;
  }

  body {
    background: -3rem -53.4rem no-repeat url(/wp-content/uploads/2023/06/bg-mobile.svg),
      11rem 0 no-repeat url(/wp-content/uploads/2023/06/vector-mobile.svg);
    background-size: 56rem 148rem, 36rem 71rem;
  }

  .wrapper {
    max-width: 32rem;
  }

  .main {
    padding-top: 8rem;
    height: 63.2rem;
    position: relative;
    overflow-y: hidden;
  }

  .main .circle__grey img {
    width: 100%;
    height: auto;
    left: 1.5rem;
    top: 20.4rem;
  }

  .main .circle__orange img {
    width: 100%;
    height: auto;
    left: 6rem;
    top: 9.5rem;
  }

  .main .circle__button {
    left: 0;
    top: 18.9rem;
    bottom: auto;
  }

  .main .circle__button .circle__container {
    height: 12.8rem;
    width: 12.8rem;
  }

  .main .circle__button .circle__container .circle {
    height: 12.8rem;
    width: 12.8rem;
    border-radius: 100%;
  }

  .main .circle__button .circle__container #circle__button {
    width: 10.2rem;
    height: 10.2rem;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 113.5%;
  }

  .main .mySwiper {
    right: -5rem;
    top: 18rem;
    width: 100%;
    z-index: 0;
  }

  .main .mySwiper .swiper-slide {
    width: 14.4rem !important;
    height: 21rem !important;
    border-radius: 1.08rem;
    background-size: 100%;
  }

  .main .mySwiper .slide__content img {
    width: 2.5rem;
  }

  .main .mySwiper .slide__content .slide__stars {
    gap: 0.1rem;
  }

  .main .mySwiper .slide__content .slide__stars img {
    width: 1.3rem;
  }

  .main .mySwiper .slide__content .slide__name {
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 148.42%;
    width: 4rem;
    height: 1.7rem;
    border-radius: 0.5rem;
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;
  }

  .main .main__title {
    width: 100%;
    gap: 1rem;
  }

  .main .main__title h1 {
    font-weight: 500;
    font-size: 4rem;
    line-height: 3.6rem;
    text-align: center;
    width: 100%;
  }

  .main .main__title .main__subtitle {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 130%;
    width: 100%;
    text-align: center;
  }

  .main .main__policy {
    width: 100%;
    gap: 1.8rem;
    margin-top: 32.3rem;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 1.3rem;
    padding: 1rem;
  }

  .main .main__policy img {
    width: 2.3rem;
  }

  .main .main__policy p {
    font-weight: 350;
    font-size: 1.2rem;
    line-height: 110%;
  }

  .bonus {
    top: 0;
    height: auto;
  }

  .bonus swiper-container {
    width: 17.1rem !important;
    overflow: visible;
  }

  .bonus ::-webkit-scrollbar {
    width: 0;
  }

  .bonus swiper-slide {
    width: 17.1rem !important;
    height: 9.3rem;
    background: #000;
    border-radius: 1.1rem;
    padding: 1.5rem 0.2rem 1.5rem 1rem;
  }

  .bonus h3,
  .bonus .zag3 {
    font-weight: 800;
    font-size: 1rem;
    line-height: 148.42%;
    margin-top: 1rem;
  }

  .bonus swiper-slide:nth-child(5) h3 {
    margin-top: 0;
  }

  .bonus p {
    font-weight: 350;
    font-size: 0.8rem;
    line-height: 130%;
  }

  .bonus img {
    width: 1.8rem !important;
  }

  .masters {
    margin-top: 4.3rem;
  }

  .masters .swiper-button-next {
    right: 35%;
    width: 3.8rem;
    height: 3.8rem;
    color: #0a0a0a;
    top: auto;
    bottom: 0;
    background: #f7d598;
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
    border-radius: 100%;
  }

  .masters .thirdSwiper {
    pointer-events: all;
  }

  .masters .masters__buttons {
    width: 100%;
    /* position: absolute; */
    bottom: 0;
  }

  .masters .masters__buttons .masters-buy {
    height: 4.3rem;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.1rem;
    width: 100%;
  }

  .masters .masters__buttons .masters-info {
    height: 4.3rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.1rem;
  }

  .masters .swiper-button-prev {
    left: 35%;
    top: auto;
    bottom: 0;
    width: 3.8rem;
    height: 3.8rem;
    color: #0a0a0a;
    background: #f7d598;
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
    border-radius: 100%;
  }

  .masters .swiper-pagination {
    display: none;
  }

  .masters h2 {
    font-weight: 400;
    font-size: 4rem;
    line-height: 4.6rem;
    text-align: center;
  }

  .zag {
    font-size: 4rem;
  }

  .masters swiper-slide {
    width: 99.9% !important;
    margin-right: 0;
    height: 75.6rem;
  }

  .masters .swiper__content {
    /* height: 110%; */
    min-height: 100%;
    width: 100% !important;
    padding: 1.9rem;
  }

  .masters .swiper__model {
    gap: 2.3rem;
    width: 100%;
    position: relative;
    height: 100%;
  }

  .masters .model__image {
    z-index: 5;
    width: 100%;
    height: auto;
    /* max-height: 620px; */
  }

  .masters .model__image img {
    object-fit: cover;
    width: 100%;
    height: 455px;
    border: 0.2rem solid rgba(255, 255, 255, 0.05);
    border-radius: 1.25rem;
  }

  .masters .model__info h3,
  .masters .model__info .zag3 {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .masters .model__info .model__stat {
    gap: 0.5rem;
  }

  .masters .model__info .model__stat img {
    width: 2.3rem;
  }

  .masters .model__info .model__location {
    gap: 0.5rem;
  }

  .masters .model__info .model__location img {
    width: 1.8rem;
  }

  .masters .model__info .model__location .model__location-metro {
    gap: 0.8rem;
  }

  .masters .model__info .model__location p {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .masters .model__info .model__location .model__param {
    gap: 0.8rem;
  }

  .masters .model__info .model__location .model__param .param {
    gap: 0.9rem;
  }

  .masters .model__info .model__location .model__param .param p {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.9rem;
    white-space: nowrap;
  }

  .masters .model__info .model__location .model__param .param span {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.9rem;
  }

  .masters .model__info .model__location .model__text {
    display: none;
    font-weight: 350;
    font-size: 1.2rem;
    line-height: 1.6rem;
    overflow: hidden;
    /* display: -webkit-box; */
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  .programs {
    margin-top: 3.4rem;
    border-radius: 1.2rem;
  }

  .programs .programs__content {
    padding-top: 3rem;
  }

  .programs .programs__content .programs__title {
    gap: 2.5rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .programs .programs__content .programs__title h2 {
    font-weight: 400;
    font-size: 4rem;
    line-height: normal;
  }

  .programs .programs__content .programs__title a {
    display: none;
  }

  .programs .programs__content .programs__title .programs__button {
    width: 17.3rem;
    height: 4rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .programs .programs__content .programs__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }

  .programs .programs__content .programs__info p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 135%;
  }

  .programs .programs__content .programs__info .programs-left {
    width: 100%;
  }

  .programs .programs__content .programs__info .programs-right {
    width: 100%;
    gap: 2rem;
  }

  .programs .programs__content .programs__info .programs-right .right-list {
    gap: 2.5rem;
  }

  .programs .programs__content .programs__info .programs-right .right-list img {
    width: 2.4rem;
  }

  .programs .programs__content .programs__info .programs-right li p {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 125%;
  }

  .programs .programs__content .programs__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.4rem;
    width: 100%;
  }

  .programs .programs__content .programs__block .prog {
    width: 100%;
    height: 50.8rem;
    position: relative;
    background: #151617;
    border-radius: 0.6rem;
  }

  .programs .programs__content .programs__block .prog .prog-buttons {
    bottom: 0;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.8rem;
  }

  .programs .programs__content .programs__block .prog .prog-buttons a {
    width: 100%;
  }

  .programs .programs__content .programs__block .prog .prog-buttons .prog-info {
    width: 100%;
    height: 4.3rem;
    padding: 0;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.1rem;
    border: 0.05rem solid #f7d598;
    border-radius: 0.6rem;
  }

  .programs .programs__content .programs__block .prog .prog-buttons .prog-buy {
    width: 100%;
    height: 4.3rem;
    padding: 0;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.1rem;
    border-radius: 0.6rem;
  }

  .programs .programs__content .programs__block .prog .prog-price {
    /* top: 12.9rem; */
    position: relative;
    bottom: 20px;
  }

  /* .programs .programs__content .programs__block .prog .prog-price ul {
    gap: 1rem
  } */
  .programs .programs__content .programs__block .prog .prog-price ul li {
    gap: 0.6rem;
  }

  .programs .programs__content .programs__block .prog .prog-price ul li img {
    width: 1.3rem;
    height: 1.3rem;
  }

  .programs .programs__content .programs__block .prog .prog-price ul li p {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 2.6rem;
  }

  .programs .programs__content .programs__block .prog picture {
    width: 100%;
    height: 19.8rem;
  }

  .programs .programs__content .programs__block .prog picture img {
    width: 100%;
    height: 19.8rem;
  }

  .programs .programs__content .programs__block .prog .prog-content {
    margin: 1.8rem 2rem 1.4rem 1.1rem;
    position: relative;
    gap: 1.7rem;
    bottom: 0;
    top: 0;
    height: calc(100% - 22.7rem);
  }

  .programs .programs__content .programs__block .prog .prog-content h3 {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .programs .programs__content .programs__block .prog .prog-content .prog-about {
    gap: 1.1rem;
  }

  .programs .programs__content .programs__block .prog .prog-content .prog-about .prog__about-title {
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 130%;
  }

  .programs .programs__content .programs__block .prog .prog-content .prog-about .prog__about-subtitle {
    font-weight: 350;
    font-size: 1.1rem;
    line-height: 130%;
  }

  .add {
    margin-top: 3.5rem;
  }

  .add .add__content {
    gap: 3.5rem;
  }

  .add .add__content .add__first {
    width: 100%;
    gap: 2rem;
  }

  .add .add__content .add__first .add__title {
    width: 100%;
  }

  .add .add__content .add__first .add__title h2 {
    font-weight: 400;
    font-size: 4rem;
    line-height: 10.1rem;
    text-align: center;
  }

  .add .add__content .add__first .add__info {
    width: 100%;
  }

  .add .add__content .add__first .add__info .add-left {
    font-style: normal;
    font-weight: 350;
    font-size: 1.4rem;
    line-height: 135%;
    width: 100%;
  }

  .add .add__content .add__first .add__info .add-right {
    display: none;
  }

  .add .add__content .add__programs {
    gap: 3.5rem 3rem;
    width: 100%;
  }

  .add .add__content .add__programs .prog {
    width: 100%;
    height: auto;
  }

  .add .add__content .add__programs .prog img {
    width: 100%;
  }

  .add .add__content .add__programs .prog div {
    padding: 1.7rem 1rem 1.8rem 1rem;
    gap: 2.5rem;
  }

  .add .add__content .add__programs .prog div P {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .add .add__content .add__programs .prog div .add__programs__btn {
    width: 100%;
    height: 4.3rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.1rem;
  }

  .adventage {
    border-radius: 1.2rem;
  }

  .adventage .adventage__content {
    padding: 2.5rem 0 12.2rem 0;
    gap: 6.6rem;
    height: auto;
  }

  .adventage .adventage__content .adventage__first h2 {
    font-weight: 400;
    font-size: 4rem;
    line-height: normal;
    text-align: center;
  }

  .adventage .adventage__content .circle-blur,
  .adventage .adventage__content .large-circle,
  .adventage .adventage__content .orange-circle,
  .adventage .adventage__content .small-circle {
    display: none;
  }

  .adventage .adventage__content .adventage__second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
  }

  .adventage .adventage__content .adventage__second .adventage__block {
    position: relative;
    width: 100%;
    height: auto;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    bottom: auto !important;
    margin: auto;
    z-index: 1;
    background: -o-linear-gradient(top, #151617 0, rgba(21, 22, 23, 0.6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #151617), to(rgba(21, 22, 23, 0.6)));
    background: linear-gradient(180deg, #151617 0, rgba(21, 22, 23, 0.6) 100%);
    border: 0.1rem solid rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.2);
    border-radius: 2.4rem;
  }

  .adventage .adventage__content .adventage__second .adventage__block .adventage__block-content {
    position: relative;
    width: 100%;
    height: auto;
    padding: 7.3rem 1.7rem 1.7rem 2.7rem;
  }

  .adventage .adventage__content .adventage__second .adventage__block .adventage__block-content .circle {
    position: absolute;
    width: 7rem;
    height: 7rem;
    left: 0;
    top: -1.9rem;
    right: 0;
    margin: auto;
  }

  .adventage .adventage__content .adventage__second .adventage__block .adventage__block-content .circle img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 4.6rem;
  }

  .adventage .adventage__content .adventage__second .adventage__block .adventage__block-content .adventage__block-text {
    position: relative;
    gap: 1.6rem;
    text-align: center;
  }

  .adventage
    .adventage__content
    .adventage__second
    .adventage__block
    .adventage__block-content
    .adventage__block-text
    h3 {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 110%;
  }

  .adventage
    .adventage__content
    .adventage__second
    .adventage__block
    .adventage__block-content
    .adventage__block-text
    p {
    font-weight: 350;
    font-size: 1.4rem;
    line-height: 130%;
  }

  .adventage
    .adventage__content
    .adventage__second
    .adventage__block
    .adventage__block-content
    .adventage__block-text
    span {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 130%;
    opacity: 1;
  }

  .vacancy {
    margin-top: 2.5rem;
  }

  .our-inter {
    margin-top: 2.5rem;
  }

  .faq {
    margin-top: 2.5rem;
  }

  .vacancy .vacancy__content {
    gap: 1.5rem;
  }

  .vacancy .vacancy__content .vacancy__first {
    width: 100%;
  }

  .vacancy .vacancy__content .vacancy__first .vacancy__title h2,
  .our-inter__title h2 {
    font-weight: 400;
    font-size: 4rem;
    line-height: normal;
    text-align: center;
  }

  .faq .faq__title h2 {
    font-weight: 400;
    font-size: 4rem;
    line-height: normal;
    text-align: center;
  }

  .vacancy .vacancy__content .vacancy__first .vacancy__title p {
    width: 100%;
    font-weight: 350;
    font-size: 1.4rem;
    line-height: 135%;
  }

  .accordion__header {
    height: 5.4rem;
    padding: 1.8rem 1.5rem 1.8rem 1.9rem;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 127%;
  }

  .accordion__header::after {
    width: 2.4rem;
    height: 2.4rem;
    background-size: 2.4rem;
  }

  .accordion__content {
    padding: 2rem 9rem 2rem 3.3rem;
    background: #020202;
    color: #fff;
    font-weight: 350;
    font-size: 14px;
    line-height: 135%;
  }

  #accordion > div:nth-child(3) > div.accordion__body.collapse > div {
    padding-right: 10rem;
  }

  .map {
    padding-top: 6.6rem;
    position: relative;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 6rem;
  }

  .map .map__location {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 61.5rem;
    padding: 0;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
  }

  .map .map__content .map__title {
    position: relative;
    right: 0;
    gap: 2.5rem;
  }

  .map .map__content .map__title h1 {
    text-align: center;
    font-weight: 400;
    font-size: 4rem;
    line-height: normal;
  }

  .map .map__content .map__title .map__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.2rem;
    margin-bottom: 0;
  }

  .map .map__content .map__title .map__list ul li img {
    width: 1.8rem;
    height: 1.8rem;
  }

  .map .map__content .map__title .map__list ul li p {
    font-weight: 400;
    font-size: 2rem;
    line-height: 156.5%;
  }

  .map .map__content .map__title .map__list div img {
    width: 4.5rem;
  }

  footer {
    height: auto;
  }

  footer div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7.5rem;
    text-align: center;
    padding: 3.7rem 0 5.6rem 0;
  }

  footer div p {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 125.5%;
  }

  footer div a {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 99.5%;
    width: 100%;
  }

  .popup {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    display: none;
    z-index: 9999;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
  }

  .popup .wrapper {
    padding: 4rem 3.2rem;
    overflow: hidden;
    gap: 2rem;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 41.5rem;
    height: 32rem;
    background: #131417;
    -webkit-box-shadow: 0 0.4rem 1.6rem rgba(72, 74, 100, 0.24), 0 1.6rem 4rem rgba(72, 74, 100, 0.16);
    box-shadow: 0 0.4rem 1.6rem rgba(72, 74, 100, 0.24), 0 1.6rem 4rem rgba(72, 74, 100, 0.16);
    border-radius: 1.6rem;
  }

  .popup .wrapper div {
    gap: 1.2rem;
  }

  .popup .wrapper #popupTitle {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 4.1rem;
    text-align: center;
  }

  .popup .wrapper .warning {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2rem;
    text-align: center;
    color: #f7d598;
  }

  .popup .wrapper #closePopup {
    width: 100%;
    height: 5.3rem;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    background: #f7d598;
    border-radius: 1.2rem;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #131417;
  }

  .popup .wrapper #popupText {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: normal;
    text-align: center;
    color: #fff;
  }
}

#post-203 .entry-header {
  display: block;
  font-size: 30px;
}

#post-203 {
  padding-top: 200px;
  padding-bottom: 50px;
  text-align: center;
}

#post-203 p {
  font-size: 20px;
}

.krug {
  position: absolute;
  font-size: 24px;
  font-size: 2rem;
  right: 0px;
  top: -20px;
}

.g-recaptcha {
  display: none;
}

.interer {
  display: flex;
  justify-content: center;
  padding-top: 15rem;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.interer__inner {
  max-width: 1172px;
  width: 100%;
}

.interer__title h1 {
  text-align: center;
  font-family: Moniqa;
  font-style: normal;
  font-weight: 400;
  font-size: 9.9rem;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 30px;
}

.interer__gallery {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(4, auto);
  gap: 20px;
}

.interer__item {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.interer__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
}

.otzyvy {
  display: flex;
  justify-content: center;
  padding-top: 15rem;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.otzyvy__inner {
  max-width: 1172px;
  width: 100%;
}

.otzyvy__title h1 {
  text-align: center;
  font-family: Moniqa;
  font-style: normal;
  font-weight: 400;
  font-size: 9.9rem;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 30px;
}

.otzyvy__container {
  display: flex;
  justify-content: center;
}

.our-masters {
  display: flex;
  justify-content: center;
  padding-top: 15rem;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0px;
}

.our-masters__inner {
  max-width: 1172px;
  width: 100%;
}

.our-masters__title h1 {
  text-align: center;
  font-family: Moniqa;
  font-style: normal;
  font-weight: 400;
  font-size: 9.9rem;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 30px;
}

.our-masters__container {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(3, auto);
  gap: 20px;
}

.our-masters .swiper__content {
  width: 100% !important;
  min-height: 0px;
}

.our-masters .model__image {
  max-width: 100% !important;
}

.our-masters .model__image img {
  width: 100% !important;
}

.our-masters .masters__buttons .masters-buy {
  width: 100%;
}

.programm {
  display: flex;
  justify-content: center;
  padding-top: 15rem;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.programm__inner {
  max-width: 120rem;
  width: 100%;
}

.programm__title h1 {
  text-align: center;
  font-family: Moniqa;
  font-style: normal;
  font-weight: 400;
  font-size: 9.9rem;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 30px;
}

.bonus.prg {
  top: auto;
  background: none;
}

.programm__img-main {
  display: flex;
  justify-content: center;
}

.programm__img-main img {
  border-radius: 15px;
  max-width: 100%;
  width: 100%;
}

.programm__about-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 148.42%;
  color: #ffffff;
  margin-bottom: 15px;
}

.programm__about-subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 148.42%;
  color: #ffffff;
  margin-bottom: 15px;
}

.programm__price {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 235px;
}

.programm__price-block {
  display: flex;
  gap: 20px;
}

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

.programm__price-list p {
  font-weight: 400;
  font-size: 20px;
  line-height: 148.42%;
  color: #ffffff;
}

@media (max-width: 768px) {
  .interer__gallery {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(5, auto);
  }

  .our-masters__container {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(4, auto);
    gap: 20px;
  }

  .our-masters .model__info .model__location .model__text {
    font-size: 3.4rem;
    line-height: 4rem;
  }
}

@media (max-width: 580px) {
  .programm__title h1,
  .interer__title h1,
  .otzyvy__title h1,
  .our-masters__title h1 {
    margin-top: 20px;
    font-size: 2.9rem;
  }

  .programm,
  .interer,
  .otzyvy,
  .our-masters {
    padding-top: 8rem;
  }

  .our-masters__container {
    display: grid;
    grid-template-columns: repeat(1, auto);
    grid-template-rows: repeat(8, auto);
    gap: 20px;
  }

  .our-masters .model__info .model__location .model__text {
    font-size: 3.4rem;
    line-height: 4rem;
  }
}

@media (max-width: 450px) {
  .interer__gallery {
    grid-template-columns: repeat(1, auto);
    grid-template-rows: repeat(10, auto);
  }
}

.header__wrapper .sub-menu {
  position: absolute;
  margin-top: 5px;
  margin-left: -10px;
  background: #000000e0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  display: none;
}

.header__wrapper .sub-menu.active {
  display: flex;
}

.hamburger-menu .sub-menu {
  height: 0;
  overflow: hidden;
  transition: height 0.8s;
}

.hamburger-menu .sub-menu.active {
  height: auto;
}

.breadcrumbs p {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 148.42%;
  color: #998f8f;
}

.breadcrumbs p a {
  color: #ffffff;
}

.our-inter__slide {
  position: relative;
}

.our-inter__slide .swiper-button-next {
  right: 24.5%;
  width: 56px;
  height: 56px;
  padding: 0;
  background: #554a46;
  color: #fff;
}

.our-inter__slide .swiper-button-prev {
  left: 24.5%;
  width: 56px;
  height: 56px;
  padding: 0;
  background: #554a46;
  color: #fff;
}

.our-inter__slide .swiper-button-next:after,
.our-inter__slide .swiper-button-prev:after {
  font-size: 15px;
}

.seo-text-page.bottom {
  margin-top: 30px;
}

.seo-text-page {
  margin-bottom: 30px;
}

.seo-text-page h2 {
  font-size: 45px;
  line-height: 60px;
}

.seo-text-page p {
  font-weight: 400;
  font-size: 24px;
  line-height: 148.42%;
  color: #ffffff;
  margin-bottom: 15px;
}

@media (max-width: 1023px) {
  .our-inter__slide .swiper-button-prev {
    left: 1px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
  }

  .our-inter__slide .swiper-button-next {
    right: 1px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 600px) {
  .seo-text-page h2 {
    font-size: 30px;
  }

  .seo-text-page p {
    font-size: 20px;
  }
}

.arrow-up {
  display: none;
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 5;
  cursor: pointer;
}

.arrow-up img {
  width: 40px;
}

.privacy-policy {
  background: none;
}

.privacy-policy h1 {
  padding-top: 12rem;
  font-family: Circe;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.7rem;
  letter-spacing: 0;
  text-align: left;
}

.privacy-policy p {
  font-family: Circe;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1rem;
  letter-spacing: 0em;
  text-align: left;
}

.entry-header {
  display: none;
}

@media (max-width: 425px) {
  .popup .popup__body {
    width: 100%;
    flex-wrap: nowrap;
    height: 60.5rem;
  }
}

.prog-close {
  position: absolute;
  right: 1.6rem;
  top: 1.6rem;
  display: none;
}

.programs .programs__content .programs__block .prog .prog-buttons a.prog-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}