@import"https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap";
@import"https://fonts.googleapis.com/css2?family=Mukta+Vaani:wght@200;300;400;500;600;700;800&display=swap";
@import"https://fonts.googleapis.com/css2?family=Forum&display=swap";
@import"https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap";

@font-face {
    font-family: "Inter Light";
    src: url("../fonts/Inter_18pt-Light.woff2") format("woff2"), url("../fonts/Inter_18pt-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:focus,
:active {
    outline: none
}

a:focus,
a:active {
    outline: none
}

nav,
footer,
header,
aside {
    display: block
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

input,
button,
textarea,
select {
    font: inherit
}

img {
    max-width: 100%;
    display: block
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

img {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400
}

html {
    scroll-behavior: smooth
}

.body__main {
    background-image: url(../images/main_test.webp);
    background-size: cover
}

.body__about {
    background-image: url(../images/about-bg.webp);
    background-size: cover
}

.body__cosmetology {
    background-image: url(../images/uslugi-bg.webp);
    background-size: cover;
    background-position: center
}

.body__study {
    background-image: url(../images/study-1.webp);
    background-size: cover;
    background-position: top
}

body {
    display: flex;
    flex-direction: column
}

main {
    flex: 1 1 auto
}

.container {
    max-width: 1230px;
    padding: 0 10px;
    margin: 0 auto
}

.study__inner {
    padding-left: 60px
}

.study__item {
    display: flex;
    gap: 25px;
    margin-bottom: 80px
}

.study-curs {
    position: relative
}

.study-curs::after {
    content: "";
    top: 2px;
    height: 96vh;
    width: 1px;
    right: 4px;
    background-color: rgba(239, 218, 133, .4);
    position: absolute;
    z-index: -1
}

.study-curs__title {
    color: #fff;
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    max-width: 444px;
    margin-bottom: 28px
}

.study-curs__subtitle {
    padding-left: 30px;
    color: #fff;
    font-family: "Mukta Vaani", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 15px
}

.study-curs__list {
    padding-left: 65px;
    margin-bottom: 30px
}

.study-curs__item {
    color: #fff;
    font-family: "Mukta Vaani", serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: left
}

.study-curs__price {
    color: #fff;
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left
}

.study-day {
    margin-top: -20px
}

.study-day__process {
    padding-left: 20px;
    margin-bottom: 24px;
    max-width: 322px
}

.study-day__inside {
    padding-top: 20px;
    color: #fff;
    font-family: "Mukta Vaani", serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: left
}

.study-day__steps {
    color: #fff;
    font-family: "Mukta Vaani", serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: left
}

.study-day__content {
    display: flex
}

.study-day__title {
    color: #fff;
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 35px
}

.study-day__number {
    display: flex;
    align-items: center;
    margin-bottom: 35px
}

.study-day__num {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: "Lora", serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 41px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    background: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%
}

.study-day__date {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: "Lora", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    border-radius: 20px;
    width: 117px;
    height: 33px;
    background: #fff;
    transform: translateX(-20px)
}

.study-day__text {
    color: #fff;
    font-family: "Mukta Vaani", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 20px;
    width: 285px
}

.study-day__list {
    padding-left: 35px;
    padding-bottom: 25px;
    max-width: 260px
}

.study-day__item {
    color: #fff;
    font-family: "Mukta Vaani", serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: left
}

.study-day__list--big {
    max-width: 100%
}

.header__inner {
    padding-top: 50px;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 80px;
    transform: translateY(-40px);
    backdrop-filter: blur(20px);
    background: rgba(0, 0, 0, .4);
    padding-bottom: 44px
}

.header__logo {
    margin: 0 auto;
    margin-bottom: 20px
}

.header__list {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap
}

.header__item {
    padding-bottom: 5px
}

.header__link {
    display: block;
    color: #fff;
    font-family: "Lora", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: left;
    transition: all .3s ease 0s
}

.header__link.active {
    color: #efda85;
    text-decoration: underline
}

.header__link:hover {
    color: #efda85;
    text-decoration: underline
}

.about {
    padding-top: 50px
}

.about__inner {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap
}

.about__title {
    color: #efda85;
    font-family: "EB Garamond", serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 15px
}

.about__text {
    color: #fff;
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 40px;
    max-width: 608px
}

.about__text:last-child {
    max-width: 525px
}

.about__text span {
    color: #f8edc0
}

.feature__inner {
    padding-top: 120px
}

.feature__title {
    color: #efda85;
    font-family: "EB Garamond", serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 80px
}

.feature__items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 20px
}

.feature__item {
    max-width: 250px
}

.feature__img {
    margin: 0 auto;
    margin-bottom: 15px
}

.feature__item-title {
    color: #fff;
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0%;
    text-align: center;
    max-width: 210px;
    margin: 0 auto;
    margin-bottom: 15px
}

.feature__item-text {
    color: #fff;
    font-family: "Mukta Vaani", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: center
}

.feature__subtitle {
    color: #efda85;
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    max-width: 670px;
    margin: 0 auto;
    margin-bottom: 30px
}

.feature__btn {
    margin-bottom: 70px
}

.top {
    padding-bottom: 20px
}

.top__content-btn {
    display: block;
    max-width: 336px;
    align-items: center;
    gap: 10px;
    color: #efda85;
    font-family: "EB Garamond", serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0%;
    border: .96px solid #efda85;
    border-radius: 48px;
    padding: 18px 36px;
    margin: 0 auto;
    transition: all .3s ease 0s;
    margin-bottom: 60px
}

.top__content-btn path {
    transition: all .3s ease 0s
}

.top__content-btn:hover {
    color: #cda60b;
    border-color: #cda60b
}

.top__content-btn:hover path {
    fill: #cda60b
}

.top__img-bottom {
    margin: 0 auto
}

.top-content {
    margin-top: 77px;
    display: flex;
    align-items: center;
    justify-content: center
}

.top-content__title {
    color: #efda85;
    font-family: "EB Garamond", serif;
    font-size: 90px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 15px
}

.top-content__subtitle {
    color: #fff;
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    max-width: 560px
}

.top-content__list {
    margin-top: 20px;
    padding-left: 80px;
    list-style: disc;
    max-width: 505px
}

.top-content__item {
    color: #fff;
    font-family: "Lora", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 15px
}

.services {
    padding-bottom: 200px
}

.services__title {
    color: #efda85;
    font-family: "Forum", serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px
}

.services__sub-title {
    color: #fff;
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0%;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 100px
}

.services__item {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 20px;
    flex-wrap: wrap
}

.services__ser {
    display: block
}

.services__btns {
    margin-bottom: 20px
}

.services__btn {
    border: 1px solid #efda85;
    border-radius: 35px;
    backdrop-filter: blur(20px);
    background: rgba(0, 0, 0, .4);
    color: #fff;
    font-family: "Lora", serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    padding-left: 50px;
    padding-right: 24px;
    cursor: pointer;
    max-width: 100%;
    width: 540px;
    transition: all .3s ease 0s
}

.services__btn path {
    transition: all .3s ease 0s
}

.services__btn:hover {
    border-color: #cda60b
}

.services__btn svg {
    transition: all .3s ease 0s
}

.services__open {
    padding: 27px 48px;
    box-sizing: border-box;
    border-bottom: 1px solid #efda85;
    border-left: 1px solid #efda85;
    border-right: 1px solid #efda85;
    border-radius: 0px 0px 35px 35px;
    backdrop-filter: blur(20px);
    background: rgba(0, 0, 0, .4);
    width: 420px;
    margin: 0 auto;
    display: none;
    opacity: 0;
    transition: opacity .3s ease
}

.services__open-text {
    color: #fff !important;
    font-family: "Mukta Vaani", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center
}

.services__open.active {
    display: block;
    opacity: 1
}

.services__btn.active {
    margin-top: 40px
}

.services__btn.active svg {
    transform: rotate(90deg)
}

.swiper {
    max-width: 100%;
    width: 490px;
    margin-bottom: 30px;
    height: 55px
}

.first-slide {
    margin-left: 20px
}

.last-slide {
    margin-right: 20px
}

.swiper-button-next,
.swiper-rtl {
    right: -10px !important
}

.swiper-button-prev,
.swiper-rtl {
    left: -10px !important
}

.contact__title {
    color: #efda85;
    font-family: "EB Garamond", serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative
}

.contact__title::after {
    content: "";
    position: absolute;
    background-image: url(../images/contact-right.webp);
    background-repeat: no-repeat;
    width: 342px;
    height: 342px;
    top: -116px;
    right: 65px
}

.contact__title::before {
    content: "";
    position: absolute;
    background-image: url(../images/contact-left.webp);
    background-repeat: no-repeat;
    width: 342px;
    height: 342px;
    top: -116px;
    left: 65px
}

.contact__subtitle {
    color: #fff;
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0%;
    text-align: center;
    max-width: 675px;
    margin: 0 auto
}

.study-curs--last::after {
    height: 43vh
}

.contact-form {
    position: relative;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 115px;
    margin-bottom: 74px
}

.contact-form::before {
    content: "";
    position: absolute;
    background-image: url(../images/contact.webp);
    background-repeat: no-repeat;
    width: 656px;
    height: 746px;
    right: 25%;
    z-index: -1
}

.contact-form__right {
    display: flex;
    flex-direction: column
}

.contact-form__input {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #efda85;
    max-width: 445px;
    color: rgba(255, 255, 255, .8);
    font-family: "Lora", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 50px;
    padding-bottom: 5px;
    padding-right: 10px
}

.contact-form__input:placeholder {
    color: rgba(255, 255, 255, .3);
    font-family: "Lora", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center
}

.contact-form__left {
    display: flex;
    flex-direction: column
}

.contact-form__label {
    display: block;
    color: rgba(255, 255, 255, .8);
    font-family: "Lora", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 30px
}

.contact-form__services {
    display: flex;
    flex-wrap: wrap;
    max-width: 444px;
    gap: 12px
}

.contact-form__time {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #efda85;
    border-radius: 25px;
    width: 50px !important;
    height: 50px;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer
}

.swiper-wrapper {
    overflow: visible
}

.btn {
    display: block;
    max-width: 336px;
    align-items: center;
    gap: 10px;
    color: #efda85;
    font-family: "EB Garamond", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0%;
    border: .96px solid #efda85;
    border-radius: 48px;
    padding: 18px 36px;
    margin: 0 auto;
    transition: all .3s ease 0s;
    margin-bottom: 60px;
    background-color: rgba(0, 0, 0, 0)
}

.btn path {
    transition: all .3s ease 0s
}

.btn:hover {
    color: #cda60b;
    border-color: #cda60b
}

.btn:hover path {
    fill: #cda60b
}

.contact-form__btn {
    padding-top: 74px;
    display: block;
    margin-bottom: 100px !important
}

.contact-form__num {
    background-color: rgba(0, 0, 0, 0);
    color: #efda85;
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0%;
    text-align: center
}

.contact__form-service {
    color: rgba(255, 255, 255, .9);
    font-family: "Mukta Vaani", serif;
    font-size: 12.2px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    box-sizing: border-box;
    border: .8px solid #efda85;
    border-radius: 32px;
    background-color: rgba(0, 0, 0, 0);
    padding: 4px 20px;
    box-shadow: 0px 3.2px 3.2px 0px rgba(0, 0, 0, .25), 0px 3.2px 3.2px 0px rgba(0, 0, 0, .25)
}

.error-message {
    font-family: "Lora", serif;
    display: block;
    color: red;
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #efda85;
    font-size: 15px;
    font-weight: 700
}

button.selected {
    border: 1px solid #fff;
    border-radius: 25px
}

.contact-form__time.new {
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 25px
}

.contact-form__time.new .contact-form__num {
    color: #fff;
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0%;
    text-align: center
}

.contact-form__textarea {
    padding: 15px 23px;
    width: 100%;
    height: 88px;
    resize: none;
    box-sizing: border-box;
    border: .8px solid #efda85;
    border-radius: 10px;
    box-shadow: 0px 3.2px 3.2px 0px rgba(0, 0, 0, .25), 0px 3.2px 3.2px 0px rgba(0, 0, 0, .25);
    backdrop-filter: blur(20px);
    background-color: rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, .8);
    font-family: "Lora", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0%
}

.time-picker {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    margin-bottom: 30px
}

.contact-form__date {
    color: #efda85;
    font-family: "Lora", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0)
}

.contact-form__date.selected {
    color: #fff !important;
    font-family: "Lora", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border: none
}

.footer {
    padding-top: 50px;
    padding-bottom: 40px;
    background-image: url(../images/footer.webp);
    background-size: cover;
    background-position: top
}

.footer__copy {
    color: #fff;
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0%;
    text-align: center;
    max-width: 675px;
    margin: 0 auto;
    margin-bottom: 60px
}

.footer__links {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 30px
}

.footer__link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-family: "Mukta Vaani", serif;
    font-size: 15.36px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
    transition: all .3s ease 0s
}

.footer__link:hover {
    color: #efda85
}

.footer__socials {
    display: flex;
    align-items: center;
    gap: 84px;
    justify-content: center;
    margin-bottom: 32px
}

.footer__social {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: all .3s ease
}

.footer__social:hover {
    background-color: rgba(255, 255, 255, .1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    transform: scale(1.1);
    border-color: rgba(255, 255, 255, .5)
}

.footer__logo {
    margin: 0 auto
}

.services {
    padding-top: 50px
}

.services__title {
    margin-bottom: 80px
}

.services__title-bottom {
    margin-top: 106px
}

.item-redase {
    margin-top: 70px
}

.item-redase__title {
    color: #efda85;
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 10px
}

.item-redase__subtitle {
    margin-top: 60px
}

.item-redase__text {
    color: #fff;
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    max-width: 800px;
    margin: 0 auto
}

.section__item {
    margin-bottom: 30px
}

.section__item-close {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #efda85;
    border-radius: 35px;
    justify-content: space-between;
    backdrop-filter: blur(20px);
    background: rgba(0, 0, 0, .4);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
    cursor: pointer
}

.item-close__title {
    color: #fff;
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto
}

.item-open {
    display: none;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 60px;
    box-sizing: border-box;
    border: 1px solid #efda85;
    border-radius: 35px;
    backdrop-filter: blur(30px);
    background: rgba(0, 0, 0, .2)
}

.item-open__min {
    max-width: 939px;
    margin: 0 auto
}

.item-open__img {
    margin: 0 auto;
    margin-bottom: 20px
}

.item-open__title {
    color: #fff;
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 60px
}

.item-open__subtitle {
    color: #efda85;
    font-family: "EB Garamond", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 35px
}

.item-open.active {
    display: block
}

.item-close.active {
    background: #efda85;
    cursor: pointer
}

.item-close.active .item-close__title {
    color: #000
}

.item-close.active .item-close__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transform: rotate(180deg)
}

.item-close.active .item-close__btn path {
    stroke: #000 !important
}

.item-procedur {
    display: flex;
    gap: 41px;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px
}

.item-procedur__text {
    color: #fff;
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    max-width: 668px
}

.item-procedur__title {
    color: #efda85;
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 8px
}

.item-redase__content {
    display: flex;
    gap: 80px;
    margin-top: 60px
}

.item-rec__text {
    color: #fff;
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 40px;
    max-width: 930px;
    padding-left: 30px
}

.item-rec__list {
    padding-left: 120px
}

.item-rec__li {
    color: #fff;
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 30px
}

.item-progres__title {
    color: #efda85;
    font-family: "EB Garamond", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 60px
}

.item-progres__text {
    padding-left: 50px;
    color: #fff;
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    max-width: 444px;
    margin-bottom: 40px
}

.item-progres__list {
    padding-left: 40px
}

.item-progres__item {
    color: #fff;
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 40px;
    max-width: 404px
}

.item-num {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 46px;
    margin-bottom: 35px
}

.item-num__step {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: "Lora", serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 51px;
    letter-spacing: 0%;
    text-align: left;
    width: 60px;
    height: 60px;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 50%
}

.item-num__text {
    color: #fff;
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    max-width: 737px
}

.item-recomend {
    margin-top: 60px;
    display: flex;
    gap: 100px
}

.item-contr__title {
    color: #efda85;
    font-family: "EB Garamond", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 30px;
    max-width: 367px
}

.item-contr__list {
    padding-left: 70px
}

.item-contr__item {
    color: #fff;
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 20px;
    max-width: 400px
}

.item-stage__title {
    color: #efda85;
    font-family: "EB Garamond", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 30px;
    max-width: 367px
}

.item-stage__subtitle {
    color: #efda85;
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 12px;
    padding-left: 30px
}

.item-stage__text {
    color: #fff;
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    max-width: 520px;
    margin-bottom: 15px;
    padding-left: 30px
}

@media(max-width: 1200px) {
    .top-content__title {
        font-size: 75px;
        margin-bottom: 15px;
        margin: 0 auto;
        text-align: center
    }

    .top-content {
        margin-top: 60px;
        flex-wrap: wrap
    }

    .top-content__subtitle {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 15px
    }

    .top__content-img {
        margin-bottom: 15px
    }

    .top-content__list {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 15px
    }

    .top-content__item {
        text-align: center
    }

    .header__inner {
        padding-bottom: 20px
    }

    .study__item {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px
    }

    .study-curs::after {
        display: none
    }

    .study__inner {
        padding-left: 0
    }

    .study-curs__title {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 20px
    }

    .study-curs__price {
        text-align: center;
        margin-bottom: 20px
    }
}

@media(max-width: 1154px) {
    .about__content {
        order: -1
    }

    .about__inner {
        justify-content: center
    }

    .about__title,
    .about__text {
        text-align: center
    }
}

@media(max-width: 1133px) {
    .services__item {
        justify-content: center
    }

    .services__item-reverse {
        flex-direction: column-reverse
    }

    .contact-form {
        margin-top: 60px
    }

    .contact-form__label {
        text-align: center
    }
}

@media(max-width: 868px) {
    .top-content__title {
        font-size: 60px;
        margin-bottom: 15px
    }

    .top-content {
        margin-top: 30px
    }

    .feature__items {
        justify-content: center;
        column-gap: 100px;
        row-gap: 40px
    }

    .item-procedur {
        flex-wrap: wrap
    }

    .item-procedur__text,
    .item-procedur__title {
        text-align: center
    }

    .item-contr__list {
        list-style: none
    }

    .item-stage__title,
    .item-contr__title {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 30px
    }

    .item-contr__item {
        text-align: center
    }

    .item-recomend {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px
    }

    .item-contr__list,
    .item-stage__subtitle,
    .item-stage__text {
        padding: 0;
        text-align: center
    }
}

@media(max-width: 980px) {
    .item-num {
        flex-direction: column;
        gap: 15px
    }

    .item-num__text,
    .item-open__title {
        text-align: center;
        font-size: 22px
    }

    .item-num__step {
        width: 70px;
        height: 70px
    }
}

@media(max-width: 800px) {
    .item-redase__content {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px
    }

    .item-progres__title {
        text-align: center
    }

    .item-progres__list {
        list-style: none
    }

    .item-progres__text,
    .item-progres__list,
    .item-progres__item {
        padding-left: 0;
        text-align: center
    }

    .item-rec__text {
        text-align: center;
        padding-left: 0
    }

    .item-rec__list {
        list-style: none;
        padding-left: 0
    }

    .item-rec__li {
        text-align: center
    }
}

.section__item-close {
    padding-left: 10px
}

@media(max-width: 580px) {
    .services__btn {
        width: 340px
    }
    .item-stage__subtitle{
        font-size: 21px;
    }
    .item-progres__title{
        margin-bottom: 30px;
    }
    .item-redase{
        margin-top: 40px;
    }
    .item-redase__title,
    .item-procedur__title{
        font-size: 21px;
    }
    .item-rec__text,
    .item-progres__title,
    .item-progres__text,
    .item-redase__text,
    .item-rec__li,
    .item-procedur__text,
    .item-progres__item,
    .item-contr__item,
    .item-stage__text{
        font-size: 20px;
    }
    .item-contr__title,
    .item-stage__title{
        font-size: 27px;
    }
    .services {
        padding-bottom: 60px
    }

    .item-close__title {
        font-size: 16px
    }

    .item-open__subtitle {
        font-size: 25px
    }

    .item-num__text,
    .item-open__title {
        font-size: 18px
    }

    .services__btn {
        font-size: 17px
    }

    .services__title-bottom {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .services__open {
        width: 280px;
        padding: 25px 42px
    }

    .services {
        padding-top: 20px
    }

    .services__open-text {
        font-size: 15px
    }

    .header__list {
        gap: 30px
    }

    .btn {
        font-size: 24px
    }

    .study-day__title {
        text-align: center
    }

    .study-day__content {
        flex-wrap: wrap;
        justify-content: center
    }

    .study-day__list--big {
        max-width: 300px
    }
}

@media(max-width: 570px) {
    .contact-form {
        gap: 20px;
        align-items: normal
    }

    .contact-form__textarea {
        max-width: 100%
    }
}

@media(max-width: 512px) {
    .swiper {
        max-width: 353px
    }
}

@media(max-width: 500px) {
    .top-content__title {
        font-size: 49px
    }

    .top-content__subtitle {
        font-size: 20px
    }

    .contact {
        overflow: hidden
    }
}