/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  outline: none;
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

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

@font-face {
  font-family: TrajanPro3Regular;
  font-display: swap;
  src: url("../fonts/TrajanPro3Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

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

@font-face {
  font-family: TTDrugs;
  font-display: swap;
  src: url("../fonts/TTDrugs-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

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

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

.container {
  width: 100%;
  max-width: 1760px;
  padding: 0 30px;
  margin: 0 auto;
}

body.modal-open {
  height: 100vh;
  overflow: hidden;
}

.layout {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
}

.main {
  flex-grow: 1;
}

.visually-hidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.object-fit-cover {
  object-fit: cover;
}

html {
  box-sizing: border-box;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  background-color: #ffffff;
  font-family: "TrajanPro3Regular", Arial, sans-serif;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

button {
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid transparent;
  color: inherit;
}

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

picture {
  display: block;
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__top {
  background-color: #0b0b0b;
  padding: 11px 0;
}

.header__link {
  color: #ffffff;
  font-family: "TTDrugs";
  font-size: 16px;
  font-weight: 400;
}

.header__tel {
  display: flex;
}

.header__menu {
  display: flex;
}

.header__menu li {
  font-family: "TTDrugs";
  font-size: 14px;
  font-weight: 400;
}

.header__menu li:not(:last-child) {
  margin-right: 58px;
}

.header__bottom {
  padding: 16px 0;
  display: flex;
  justify-content: center;
}

.tel-icon {
  width: 16px;
  height: 16px;
  margin-right: 15px;
}

.footer__wrapper {
  background-color: #242222;
  color: #ffffff;
  display: flex;
  max-height: 560px;
  height: 100%;
}

.footer .map {
  width: 50%;
}

.footer__main {
  font-family: "TTDrugs", Arial, sans-serif;
  color: #24262A;
  font-size: 14px;
  line-height: 32px;
  padding: 41px 30px 23px 30px;
}

.footer__container {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer__logo {
  margin-top: auto;
  margin-bottom: auto;
}

.footer__socials {
  margin-top: 16px;
  display: flex;
  align-items: center;
}

.footer__social-icon {
  margin-right: 22px;
}

.footer .btn-uncolored {
  border: 1px solid #0b0b0b;
  padding: 0;
  margin-right: 32px;
  background-color: transparent;
  color: #24262A;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 181px;
  max-height: 52px;
  height: 82px;
  font-size: 11px;
  line-height: 28px;
}

.footer .btn-uncolored .button-icon {
  background-color: transparent;
  margin-right: 24px;
  width: auto;
}

.footer .btn-uncolored .button-icon__svg {
  width: 9px;
  height: 9px;
}

.contacts {
  padding: 56px 82px 71px;
}

.contacts__subtitle {
  font-size: 18px;
  line-height: 30px;
  color: #B0B0B0;
  font-family: "TTDrugs", Arial, sans-serif;
}

.contacts__subtitle:not(:last-child) {
  margin-bottom: 32px;
}

.h4 {
  font-size: 39px;
  font-family: "TrajanPro3Regular", Arial, sans-serif;
  line-height: 83px;
}

.main {
  background-color: #0b0b0b;
}

.main .section-first {
  background-image: url(../images/bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 60%/0% 0% 12% 12%;
}

.main .section-second {
  background-image: url(../images/bg2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #ffffff;
  font-family: "TrajanPro3Regular";
  padding-top: 100px;
}

.main .section-second .container {
  max-width: 1200px;
}

.main__container {
  padding: 35px 30px 0 30px;
  display: flex;
  color: #ffffff;
}

.main__left {
  display: flex;
  margin-right: 172px;
  margin-top: 52px;
}

.main__title {
  text-transform: uppercase;
  font-family: "TrajanPro3Regular";
  font-weight: 400;
  font-size: 51px;
  line-height: 83px;
}

.main__center {
  max-width: 740px;
  width: 100%;
  margin-top: 52px;
}

.main__btn {
  padding: 26px 0;
  width: 280px;
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  border: 1px solid #ffffff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.main__btn.sign-up {
  border: none;
  padding: 0;
  height: 82px;
  margin-right: 23px;
  background-color: #C539FF;
  text-transform: uppercase;
  width: 305px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main__buttons {
  margin-top: 42px;
  display: flex;
}

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

.main__right img {
  width: 100%;
  height: 100%;
  max-width: 646px;
  max-height: 874px;
  object-fit: contain;
}

.main__socials {
  margin-top: 94px;
}

.main__social:not(:last-child) {
  margin-bottom: 49px;
}

.benefits {
  margin-top: 26px;
  display: flex;
}

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

.benefits__item:not(:last-child) {
  margin-right: 28px;
}

.benefits__icon {
  margin-right: 22px;
}

.benefits__title {
  font-family: "TTDrugs";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.benefits__title span {
  color: #C539FF;
  text-decoration: underline;
}

.scroll-title {
  text-transform: uppercase;
  color: #ffffff;
  width: fit-content;
  height: fit-content;
  transform: rotate(-90deg);
  margin-top: 250%;
  margin-bottom: auto;
  margin-left: -20px;
  font-family: "TTDrugs";
  white-space: nowrap;
}

.button-icon {
  width: 27%;
  background-color: #9721C8;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-icon__svg {
  width: 16px;
  height: 14px;
}

.button-icon__svg svg {
  margin-top: auto;
  margin-bottom: auto;
}

.button__title {
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}

.benefits-second {
  margin-top: 65px;
  display: flex;
  flex-wrap: wrap;
}

.benefits-second__icon {
  width: 19px;
  height: 19px;
  margin-right: 24px;
  margin-top: 10px;
}

.benefits-second__item {
  display: flex;
  margin: 0 32.5px 32.5px 32.5px;
  font-family: "TTDrugs";
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.08em;
  font-style: italic;
}

.girls__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 29px 14px;
  margin-top: 30px;
}

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

.girls__title {
  font-size: 47px;
  line-height: 83px;
}

.girls__subtitle {
  font-family: "TTDrugs";
  font-style: italic;
  font-weight: 400;
  color: #828183;
}

.girls__card {
  width: 275px;
  height: 411px;
  border-radius: 4px;
  position: relative;
}

.girls__card img {
  border-radius: 4px;
}

.girls__button {
  position: absolute;
  border-radius: 4px;
  background-color: #ffffff;
  width: 167px;
  height: 45px;
  color: #0b0b0b;
  display: flex;
  align-items: center;
  border: none;
  bottom: 36px;
  left: 54px;
}

.girls__button .button-icon {
  border-radius: 0 4px 4px 0;
}

.girls__name {
  margin-left: auto;
  margin-right: auto;
}

.girls__years {
  padding: 6px 8px 8px 8px;
  border-top: 6px solid #9721C8;
  border-radius: 4px;
  display: flex;
  width: fit-content;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #0b0b0b;
  position: absolute;
  top: 24px;
  right: 20px;
}

.girls .years__num {
  font-size: 20px;
  line-height: 24px;
}

.girls .years__sub {
  font-size: 10px;
  line-height: 6px;
}

.girls__boobs {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  color: #0b0b0b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  right: 20px;
  top: 82px;
}

.girls__btns {
  display: flex;
  margin-top: 80px;
  justify-content: center;
  align-items: center;
}

.programs {
  margin-top: 175px;
}

.programs__list {
  background-color: #242222;
  margin-top: 36px;
}

.programs__head-title {
  font-size: 47px;
  line-height: 83px;
  letter-spacing: 0.01em;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.programs__row {
  display: flex;
  overflow: hidden;
}

.programs__row.--reverse {
  flex-direction: row-reverse;
}

.programs__row.--reverse .program-img {
  margin-left: auto;
  margin-right: 0;
}

.programs__row.--reverse .program {
  /* padding: 56px 0 72px 98px; */
  padding: 44px 0 60px 98px;
  justify-content: start;
}

.programs__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

.programs__btn:not(:last-child) {
  margin-right: 24px;
}

.program {
  background-color: #242222;
  height: fit-content;
  width: 50%;
  /* padding: 56px 98px 72px 0; */
  padding: 44px 98px 60px 0;
  display: flex;
  justify-content: end;
  height: 555px;
}

.program img {
  max-height: 555px;
  height: 100%;
}

.program__body {
  max-width: 477px;
  width: 100%;
}

.program__title {
  font-size: 42px;
  line-height: 83px;
  letter-spacing: 0.01em;
}

.program__price {
  border: 1px solid #C539FF;
  padding: 10px 26px;
  width: fit-content;
  font-family: "TTDrugs";
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.program__descr {
  font-family: "TTDrugs";
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #B0B0B0;
  margin-top: 27px;
}

.program__btn {
  margin-top: 27px;
}

.our-benefits {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.our-benefits__row {
  display: flex;
  margin-top: 88px;
}

.our-benefits__row:last-child {
  margin-top: 112px;
}

.our-benefits__title {
  margin-top: 244px;
  font-size: 47px;
  line-height: 83px;
}

.our-benefits__item {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  padding: 0 45px;
  width: 300px;
}

.our-benefits__item:not(:last-child) {
  border-right: 1px solid #9721C8;
}

.our-benefits__item-title {
  margin-top: 34px;
  text-align: center;
  font-family: "TTDrugs", Arial, sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

.our-benefits__item-title a {
  color: #C539FF;
  text-decoration: underline;
}

.interior {
  color: #ffffff;
}

.interior__title {
  font-family: "TrajanPro3Regular", Arial, sans-serif;
  font-size: 47px;
  line-height: 83px;
}

.promo {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 175px;
}

.promo__title {
  font-family: "TrajanPro3Regular", Arial, sans-serif;
  font-size: 47px;
  line-height: 83px;
  margin-bottom: 45px;
}

.promo__btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  text-align: center;
}

.form {
  color: #ffffff;
}

.about-us {
  margin-top: 120px;
  color: #ffffff;
}

.about-us__title {
  margin-bottom: 36px;
}

.about-us__container {
  max-width: 1080px;
  width: 100%;
}

.about-us__descr {
  color: #B0B0B0;
  font-family: "TTDrugs", Arial, sans-serif;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.09em;
}

.about-us__descr p:not(:last-child) {
  margin-bottom: 32px;
}

.h3 {
  font-size: 47px;
  line-height: 83px;
  font-family: "TrajanPro3Regular", Arial, sans-serif;
  font-weight: 400;
}

.form {
  max-width: 1013px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
}

.form__subtitle {
  margin-top: 9px;
  font-family: "TTDrugs", Arial, sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #B0B0B0;
}

.form__row {
  margin-top: 62px;
  display: flex;
  justify-content: space-between;
}

.form__inputs {
  margin-right: 32px;
  display: flex;
}

.form__input {
  max-width: 311px;
  width: 100%;
  padding: 32px 26px 32px 45px;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.form__input:not(:last-child) {
  margin-right: 38px;
}

.form input::placeholder {
  color: #ffffff;
}

.form__btn.btn {
  height: 93px;
}

.promo-slide .promotion {
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-clip: content-box;
}

.promo-slide--first {
  background-image: url(../images/promoa1.png);
}

.promo-slide--second {
  background-image: url(../images/promo2.png);
}

.promo-slide--third {
  background-image: url(../images/promoa3.png);
}

.promo-slide__wrap {
  padding: 34px 0 50px 100px;
  overflow: hidden;
}

.promo-slide__discount {
  font-size: 140px;
  line-height: 83px;
  margin-left: 124px;
  margin-top: 46px;
}

.promo-slide__tag {
  display: flex;
  align-items: center;
}

.promo-slide__tag .tag-img {
  margin-right: 16px;
}

.promo-slide__title {
  font-size: 26px;
  line-height: 36px;
  margin-top: -16px;
  max-width: 263px;
}

.promo-slide__btn.btn-colored {
  height: 69px;
  margin-top: 12px;
  width: 263px;
}

.promo-slide__btn.btn-colored:hover {
  background: rgb(81, 10, 111);
}

.promo-slide__mob-img {
  display: none;
}

.promo-slide__mob-img img{
  width: 100% !important;
  height: 300px;
  object-fit: cover;
}


.promo-swiper .swiper-wrapper {
  max-width: 1000px;
}

.btn {
  padding: 26px 0;
  width: 280px;
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  border: 1px solid #ffffff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.btn-colored {
  border: none;
  padding: 0;
  height: 82px;
  margin-right: 23px;
  background-color: #C539FF;
  text-transform: uppercase;
  width: 305px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button {
	padding: 26px 0;
  width: 280px;
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  border: 1px solid #ffffff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}

.button-colored {
  border: none;
  padding: 0;
  height: 82px;
  background-color: #C539FF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.program-img {
  width: 50%;
  max-width: 960px;
  max-height: 555px;
  height: 100%;
}

.program-img img {
  width: 100%;
}

.section-third {
  padding-bottom: 100px;
  background-image: url(../images/bg3.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 100px;
}

.section-four {
  background-image: url(../images/main-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}

.scroll-icon {
  height: 512px;
  width: 5px;
}

.ben-icon {
  max-width: 80px;
  max-height: 80px;
}

.tg-icon {
  width: 18px;
  height: 15px;
}

.vk-icon {
  width: 20px;
  height: 12px;
}

.inst-icon {
  width: 18px;
  height: 18px;
}

.mobile_telegram_section {
  display: block;
  background-image: url(../images/telegram.jpg);
  border-radius: 4px;
  padding: 10px;
  background-color: #F5EFF8;
  background-repeat: no-repeat;
  max-width: 1200px;
  margin: auto;
  background-position-x: right;
}

.mobile_telegram_section_internals {
  border-radius: 4px;
  border: 1px solid #8C8A91;
  display: grid;
  justify-content: flex-start;
  padding: 49px 84px;
}

.telegram_section_title {
  font-style: normal;
  font-weight: 400;
  font-size: 47px;
  line-height: 64px;
  letter-spacing: 0.01em;
  color: #24262A;
  max-width: 483px;
}

.telegram_section_text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.06em;
  color: #636268;
  max-width: 483px;
  margin: 2rem 0;
}

.telegram_section_button {
  border: 1px solid #24262A;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.09em;
  color: #24262A;
  text-align: center;
  padding: 20px 48px;
  width: max-content;
}

.interior {
  color: #ffffff;
  max-width: 1200px;
  margin: auto;
  padding-top: 163px;
}

.interior__title {
  font-family: "TrajanPro3Regular", Arial, sans-serif;
  font-size: 47px;
  line-height: 83px;
  text-align: center;
  margin-bottom: 45px;
}

.interior_grid {
  display: grid;
  grid-template-areas: "a b c""a b d";
  column-gap: 12px;
  row-gap: 12px;
}

.interior_grid_item_1 {
  grid-area: a;
}

.interior_grid_item_2 {
  grid-area: b;
}

.interior_grid_item_3 {
  grid-area: c;
}

.interior_grid_item_4 {
  grid-area: d;
}

.interior_grid_item>img {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.promo-swiper .swiper-slide-prev,
.promo-swiper .swiper-slide-next {
  transform: scale(0.7, 0.7) !important;
  opacity: 0.2;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}

.swiper-button-next span,
.swiper-button-prev span {
  width: 41px;
  height: 50px;
  position: absolute;
}

.swiper-button-next span svg,
.swiper-button-prev span svg {
  width: 11px;
  height: 10px;
}

.swiper-button-prev span {
  left: -22px;
}

.swiper-button-prev span svg {
  transform: rotate(180deg);
}

.swiper-button-next span {
  right: -24px;
}

.promo-swiper {
  overflow: visible;
}

.main__socials {
  margin-right: 30px;
}

.hamburger {
  display: none;
  position: relative;
  z-index: 6;
  margin-left: 15px;
  cursor: pointer;
}

.hamburger span {
  position: absolute;
  transform: translate(-50%, -50%);
  background-color: #222222;
  transition: all 0.5s;
  top: 50%;
  left: 50%;
}

.hamburger span:nth-of-type(2) {
  top: calc(50% - 8px);
}

.hamburger span:nth-of-type(3) {
  top: calc(50% + 8px);
}

.hamburger .active span:nth-of-type(1) {
  display: none;
}

.hamburger.active span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);
}

.hamburger.active span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg);
}

.banner-mob {
  display: none;
}

.banner-mob img {
  margin-left: auto;
  margin-right: auto;
}

.extra {
  color: #ffffff;
  margin-top: -34px;
  padding-top: 60px;
  background-color: #242222;
}

.extra .program__price:nth-child(3n) {
  margin-top: 12px;
}

.extra .second-title {
  margin-top: 36px;
  margin-bottom: 36px;
}

.header__mob-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  padding: 44px 24px;
  background: #ffffff;
  transform: translateX(-100%);
  transition: transform 0.5s;
  z-index: 5;
  color: #000000;
  flex-direction: column;
  overflow-y: auto;
  color: transparent;
  font-size: 22px;
  font-weight: 600;
  width: 80%;
}

.header__mob-menu.active {
  transform: translateX(0);
  display: flex;
  color: #000000;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.55);
}

.body-page {
	padding-top: 5vh;
}

.program__title {
  font-size: 2.1875vw;
}

.program__price {
  font-size: 0.93vw;
  padding: 0.52vw 1.35vw;
}

.program__descr {
  font-size: 0.83vw;
  margin-top: 1.4vw;
}

.header__mob-menu .menu-item {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #c4c4c4;
}

.programs__head-title.second-title {
  margin-top: 36px;
  margin-bottom: 36px;
}

.programs__btn.btn {
  text-align: center;
}

.program .program__btn {
  height: 72px;
  margin-top: 1.4vw;
  width: 15.88vw;
  min-width: 275px;
}

.program__title {
  line-height: 4.32vw;
}

.interior__subtitle {
  margin-top: 63px;
  color: #B0B0B0;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
  width: 41px;
  height: 50px;
}

.swiper-button-next .button-icon,
.swiper-button-prev .button-icon {
  width: 100%;
  height: 100%;
  position: unset;
}

.swiper-button-prev {
  left: -12px;
}

.swiper-button-next {
  right: -12px;
}

.interior-swiper img {
  width: 188px;
  height: 127px;
}

.interior-swiper .swiper-slide {
  width: fit-content;
}

.interior-swiper {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.main__btn.--mob {
  display: none;
}

.js-no-scroll {
  overflow: hidden;
  max-height: 100vh;
}

.program {
  height: 100%;
}

.programs__row.fetish img {
  display: none;
}


.programs__row.fetish:last-child {
  padding-bottom: 100px;
}

.programs__row.fetish .program {
  padding-top: 24px;
  padding-bottom: 24px;
}

.programs__row.fetish.--reverse {
  padding-top: 24px;
  padding-bottom: 24px;
}


@media (max-width: 1910px) {
  .programs__row.fetish {
    max-height: 280px;
  }

  .programs__row.fetish .program__title {
    line-height: 2.52vw;
  }

  .program {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: auto;
  }

  .programs__row.--reverse .program {
    padding: 0;
    justify-content: center;
  }
}

@media (max-width: 1560px) {
  .main__left {
    margin-right: 5%;
  }

  .program__btn {
    margin-right: auto;
  }

  .programs__row.--reverse .program-img {
    margin-left: auto;
    margin-right: auto;
  }

  .program {
    margin-left: auto;
    margin-right: auto;
  }

  .program br:nth-child(2n) {
    display: none;
  }

  .program-img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1200px) {
  .main__right {
    margin-left: auto;
  }

  .main__right img {
    display: none;
  }

  .banner-mob {
    display: block;
  }

  .header__menu.menu {
    justify-content: space-around;
    width: 100%;
  }

  .header__menu li:not(:last-child) {
    margin: 0;
  }

  .main__left {
    margin-right: 1rem;
  }

  .main__center {
    z-index: 1;
  }

  .benefits-second {
    display: grid;
    grid-template-columns: 49% 49%;
    column-gap: 2%;
    margin-top: 2rem;
  }

  .benefits-second__item {
    margin: 0 0 1rem 0;
  }

  .girls__head {
    align-items: center;
    margin-bottom: 1rem;
  }

  .girls__list {
    grid-template-columns: repeat(3, 1fr);
  }

  .girls__card {
    margin-left: auto;
    margin-right: auto;
  }

  .benefits__title {
    text-align: center;
  }

  .our-benefits__title {
    margin-top: 3rem;
  }

  .our-benefits__row {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    width: 100%;
    row-gap: 1rem;
    margin-top: 2rem;
  }

  .our-benefits__item {
    width: auto;
  }

  .our-benefits__row:last-child {
    margin-top: 2rem;
  }

  .our-benefits__item:not(:last-child) {
    border: none;
    padding: 0 1rem;
  }

  .our-benefits__item {
    padding: 0 1rem;
    justify-content: flex-start;
  }

  .section-third {
    padding-bottom: 3rem;
  }

  .promo-swiper {
    max-width: 100%;
  }

  .form__row {
    flex-direction: column;
  }

  .form__btn {
    margin: 2rem auto;
  }

  .about-us {
    margin-top: 3rem;
  }

  .contacts__title.h4>a {
    font-size: 28px;
  }

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

  .benefits__item:first-child img {
    margin-bottom: 14px;
  }

  .benefits {
    display: flex;
    justify-content: space-evenly;
  }

  .benefits__item:not(:last-child) {
    margin-right: 0;
  }

  .benefits__icon {
    width: 67px;
    height: 83px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .program .program__btn {
    width: 22.9vw;
    height: 6vw;
  }

  .main__left,
  .main__right {
    display: none;
  }

  .main__container {
    justify-content: center;
  }

  .programs__row.fetish .program__title {
    line-height: 4.32vw;
  }
}

@media (max-width: 1080px) {
  .promo-slide__mob-img {
    display: block;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 288px;
  }

  .main .section-first {
    border-radius: 60%/0% 0% 3% 3%;
  }

  .swiper-button-next span {
    right: 0;
  }

  .swiper-button-prev span {
    left: -28px;
  }

  .promo-slide__tag {
    font-size: 12px;
  }

  .promo-slide__title {
    font-size: 16px;
    line-height: 28px;
    margin-top: -27px;
    max-width: 200px;
  }

  .promo-slide__discount {
    font-size: 100px;
    line-height: 79px;
    margin-left: 81px;
    margin-top: 22px;
  }

  .promo-slide__btn.btn-colored {
    height: 58px;
    margin-top: 12px;
    width: 194px;
    font-size: 12px;
    font-weight: 500;
	margin-right: auto;
    margin-left: auto;
  }

  .promo-slide__btn.btn-colored .button__title {
    font-weight: 500;
  }

  .programs__row.--reverse .program {
    padding: 1.8vw;
  }

  .program {
    padding: 24px;
  }

  .promo-slide--first,
  .promo-slide--second,
  .promo-slide--third {
    background-image: none;
    position: relative;
    max-width: 290px;
  }

  .promo-slide {
    background-color: #0b0b0b;
  }

  .program__descr {
    font-size: 1.11vw;
  }

  .program .program__btn {
    font-size: 1.2vw;
    line-height: 2.4vw;
    width: 275px;
    height: 72px;
  }

  .program br {
    display: none;
  }

  .programs__row.--reverse .program {
    padding: 24px;
  }

  .promo-swiper .swiper-wrapper {
    max-width: 290px;
  }
}

@media (max-width: 920px) {
  .programs.extra {
    margin-top: 0;
  }

  .programs__row .program {
    padding: 1rem;
  }

  .girls__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .mobile_telegram_section {
    background-image: url(../images/telegramMob.png);
  }

  .programs {
    margin-top: 3rem;
  }

  .program {
    z-index: 1;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    height: 58.5vw;
    margin-top: 0;
  }

  .program-img {
    position: absolute;
    z-index: 0;
    width: 100%;
  }

  .programs__list {
    display: grid;
    margin-top: 1rem;
  }

  .program-img img {
    height: 100%;
  }

  .programs__row.--reverse .program {
    padding: 1rem;
    justify-content: center;
  }

  .program__price {
    margin: auto;
  }

  .program__descr br {
    display: none;
  }

  .program__btn {
    margin: 2rem auto;
  }

  .programs__row {
    flex-direction: row;
    margin-top: 0;
  }

  .programs__row.programs__row.--reverse {
    flex-direction: column;
  }

  .programs__row:last-child {
    padding-bottom: 0;
  }

  .program__title {
    font-size: 2.93vw;
  }

  .program__price {
    font-size: 1.95vw;
  }

  .program__descr {
    font-size: 1.52vw;
  }

  .programs__row.fetish,
  .programs__row.programs__row.fetish.--reverse {
    height: fit-content;
  }

  .programs__row.fetish .program {
    height: auto;
  }

}

@media (max-width: 768px) {
	
	.promo-slide__wrap {
        padding: 20px 15px;
    }
	
	.promo-slide__discount {
		font-size: 50px;
	}
	
  .benefits__title {
    font-size: 12px;
    font-weight: 300;
  }

  .header__mob-menu {
    width: 100%;
  }

  .main__left {
    display: none;
  }

  .main__center {
    margin: 0;
  }

  .main__right {
    display: none;
  }

  .h1.main__title {
    font-size: 28px;
    line-height: normal;
    text-align: center;
    margin-bottom: 2px;
  }

  .main__benefits {
    margin-top: 18px;
  }

  .benefits__item {
    margin: 0;
  }

  .main__buttons {
    display: grid;
    row-gap: 1rem;
  }

  .main__btn,
  .main__btn.sign-up {
    width: 100%;
  }

  .benefits-second {
    grid-template-columns: 100%;
    margin-top: 50px;
  }

  .mobile_telegram_section {
    display: block;
    background-image: url(../images/telegram.jpg);
    border-radius: 4px;
    padding: 10px;
    background-color: #F5EFF8;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .mobile_telegram_section_internals {
    border-radius: 4px;
    border: 1px solid #8C8A91;
    justify-content: initial;
    padding: 0;
  }

  .telegram_section_title {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #24262A;
    margin-top: 88%;
    margin-left: auto;
    margin-right: auto;
  }

  .telegram_section_text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #636268;
    max-width: 80%;
    margin: auto;
  }

  .footer__socials {
    justify-content: center;
  }

  .telegram_section_button {
    border: 1px solid #24262A;
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.09em;
    color: #24262A;
    text-align: center;
    padding: 20px 48px;
    width: max-content;
    margin: 1rem auto;
  }

  .interior__title {
    font-size: 23px;
    text-align: center;
  }

  .interior_grid {
    grid-template-areas: "a""b""c""d";
  }

  .girls__title {
    font-size: 23px;
    line-height: normal;
    text-align: center;
  }

  .girls__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .girls__btns {
    margin-top: 1rem;
    display: grid;
    row-gap: 1rem;
    justify-content: normal;
  }

  .girls__btns button.btn {
    width: 100%;
  }

  .programs__row {
    display: grid;
    grid-template-areas: "b""a";
  }

  .program {
    grid-area: a;
    height: auto;
    max-width: 100vw;
  }

  .program-img {
    grid-area: b;
    position: relative;
  }

  .program__btn {
    width: 100%;
  }

  .program__body {
    padding: 0 1rem;
  }

  .program__title {
    font-size: 32px;
  }

  .section-third {
    padding: 3rem 0;
  }

  .programs__buttons {
    display: grid;
    row-gap: 1rem;
    justify-content: normal;
  }

  .programs__btn {
    width: 100%;
    margin: 0;
  }

  .our-benefits__title {
    font-size: 28px;
    line-height: normal;
  }

  .our-benefits__row {
    grid-template-columns: 49% 49%;
    column-gap: 2%;
    row-gap: 3rem;
  }

  .form__title {
    font-size: 32px;
    line-height: normal;
  }

  .form__inputs {
    display: grid;
    row-gap: 1rem;
    margin: 0;
  }

  .form__input:not(:last-child) {
    margin: 0;
  }

  .form__btn {
    width: 100%;
  }

  .about-us__container {
    padding: 0 1rem;
  }

  .about-us__title {
    font-size: 32px;
    line-height: normal;
  }

  .footer__wrapper {
    display: grid;
    height: auto;
    max-height: initial;
    max-width: 100vw;
  }

  .map {
    width: 100%;
    margin: auto;
  }

  .footer__contacts {
    padding: 58px 40px;
  }

  .footer__logo {
    order: 1;
  }

  .footer__menu {
    order: 2;
    align-items: center;
    text-decoration: underline;
    text-align: center;
    margin-top: 32px;
  }

  .footer__right {
    order: 3;
  }

  .footer__descr {
    text-align: center;
    margin-top: 32px;
  }

  .footer__container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .header__container {
    display: flex;
  }

  .header__logo {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .header__logo img {
    margin-right: 0px;
  }

  .header__tel {
    justify-content: center;
  }

  .header__menu {
    display: none;
  }

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

  .hamburger span {
    width: 40px;
    height: 2px;
    background-color: #5E686F;
  }

  .hamburger span:first-child {
    width: 32px;
    left: -4px;
  }

  .hamburger.active span:first-child {
    display: none;
  }

  .header__bottom {
    display: none;
  }

  .interior_grid_item {
    margin-left: auto;
    margin-right: auto;
  }

  .programs__row.programs__row.--reverse {
    flex-direction: column-reverse;
  }

  .header__second-logo {
    display: none;
  }

  .header__tel {
    display: none;
  }

  .header_bottom {
    display: none;
  }

  .program__title {
    font-size: 27px;
    margin-top: 36px;
  }

  .program__price {
    font-size: 14px;
    margin-top: 26px;
  }

  .program__descr {
    font-size: 18px;
    margin-top: 36px;
  }

  .program .program__btn {
    font-size: 13px;
    line-height: 28px;
    width: 275px;
    height: 72px;
    margin-top: 29px;
  }

  .program__price {
    padding: 8px 24px;
  }

  .header__logo {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .main__btn.sign-up {
    display: none;
  }

  .main__btn.--mob {
    display: flex;
  }

}

@media (max-width: 480px) {

  .benefits__title br {
    display: none;
  }

  .benefits__title br.mob-br {
    display: unset;
  }

  .benefits__item:not(:last-child) {
    margin-right: 0;
  }

  .benefits {
    justify-content: center;
  }

  .benefits__item {
    width: 30%;
  }

  .programs__head-title {
    font-size: 23px;
    line-height: 40px;
  }

  .program__descr {
    font-size: 14px;
    line-height: 27px;
  }

  .program__price {
    font-size: 18px;
    line-height: 24px;
  }

  .container {
    padding: 0 24px;
  }

  .program__btn.btn {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .program__body {
    padding: 0;
  }

  .h1.main__title {
    font-size: 19px;
    line-height: 40px;
    margin-top: 46px;
  }

  .h1.main__title br {
    display: none;
  }

  .programs__btn {
    font-size: 12px;
  }

  .our-benefits__title {
    font-size: 23px;
    font-weight: 400;
  }

  .interior__subtitle {
    font-size: 14px;
    line-height: 30px;
  }

  .container {
    padding: 0 15px;
  }

  .about-us__title {
    font-size: 23px;
    line-height: 40px;
  }

  .contacts__title {
    font-size: 27px;
    line-height: 40px;
  }

  .contacts__subtitle {
    font-size: 14px;
    line-height: 30px;
  }

  .footer__menu {
    font-size: 16px;
    line-height: 48px;
  }

  .footer__container {
    padding: 0;
  }

  .footer__descr {
    font-size: 16px;
    line-height: 30px;
  }

  .interior-swiper {
    margin-top: 48px;
  }

  .extra .program__title {
    line-height: 40px;
    margin-top: 24px;
    font-size: 23px;
  }

  .extra .program__price {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .our-benefits__title {
    margin-top: 108px;
  }

  .our-benefits__row:first-child {
    margin-top: 72px;
  }

  .mobile_telegram_section {
    margin-top: 72px;
  }

  .programs__row.fetish .program__title {
    line-height: 40px;
  }

}

a:visited {
  color: inherit;
}

a.girls__button:visited {
  color: #24262A;
}

/* --- mobile menu: messenger icons (Telegram / MAX / WhatsApp) --- */
.mob-menu-socials {
  display: flex;
  justify-content: flex-start;
  gap: 22px;
  margin-top: 22px;
}

.mob-menu-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #000000 !important;
  font-weight: 400;
  line-height: 1;
}

.mob-menu-social:hover,
.mob-menu-social:focus {
  color: #000000 !important;
  text-decoration: none;
  opacity: 0.85;
}

.mob-menu-social__icon {
  display: block;
  width: 32px;
  height: 32px;
  fill: #2b2b2b;
}

.mob-menu-social__label {
  font-family: Roboto, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}
