* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-weight: normal;
}

:root {
    --mbrown: #7B5442;
    --mlight: #FEF5E7;
    --mgreen: #96A46B;
    --mpink: #C5AFA1;
    --mpinkdark: #7B5442;
    --mgreenlight: #E5F0D5;
}

html {
    font-size: 14px;
}

body {
    background-color: var(--mlight);
    max-width: 100vw;
    overflow-x: hidden;
}

@font-face {
    font-weight: 400;
    font-family: Inter;
    src: url("../fonts/circe-light.ttf");
}

@font-face {
    font-weight: 400;
    font-family: Lonely;
    /* src: url("../fonts/Mr.\ Lonely.woff"); */
}

p {
    font-family: Iter;
}

#main-section {
    background-color: var(--mlight);
    max-height: 100vh;
    height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0px 140px;
}

header {
    margin-top: 1rem;
    background-color: var(--mlight);
}

.header-img {
    border-radius: 50%;
    width: 3.6rem;
    height: 3.6rem;
    overflow: hidden;
    border: 1px solid var(--mbrown);
}

.header-left_name {
    font-family: Inter;
    font-weight: normal;
    font-size: 25px;
    line-height: 1em;
}

.header-left_job {
    font-family: Inter;
    color: var(--mbrown);
    font-size: 18px;
}

.header-content_tg-img {
    border: 1px solid var(--mbrown);
    border-radius: 50%;
    padding: 0 13px;
    background-color: var(--mlight);
}

/* navigation */
nav {
    width: 100%;
    background-color: var(--mlight);
}

.nav-list {
    list-style: none;
}

.nav-list li {
    position: relative;
    font-family: Inter;
}

.nav-list li::after {
    position: absolute;
    left: 0px;
    bottom: -5px;
    content: '';
    background-color: var(--mbrown);
    height: 1px;
    right: 0px;
    width: 0px;
    transition: width .5s ease;
}

.nav-list li:hover {
    cursor: pointer;
}

.nav-list li:hover::after {
    width: 100%;
}

.nav-list li:not(:last-child) {
    margin-right: 167px;
}

.color-brown {
    color: var(--mbrown)
}

.color-green {
    color: var(--mgreen)
}

.main-section__left {
    font-size: 11.3rem;
    font-family: Lonely;
    text-transform: uppercase;
    line-height: 1em;
    color: var(--mbrown)
}

.left_section {
    top: 120px
}

.main-section__right {
    color: var(--mgreen);
    font-family: Lonely;
    font-size: 4rem;
    text-transform: uppercase;
}

.right_section {
    right: 6rem;
    top: 10rem;
    line-height: 8rem;
}

.section-right__text-p {
    margin-top: 18rem;
    font-size: 1.56rem;
    font-family: Inter;
}

.section-left__text-p {
    margin-top: 18rem;
    font-size: 1.56rem;
    font-family: Inter;
}

.flex-full {
    flex: 1
}

.down-button {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: var(--mgreen);
    border: .5rem solid var(--mlight);
    position: absolute;
    bottom: 0;
    z-index: 777;
    left: 45%;
    transition: transform .2s ease;
}

.down-button:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.image-main {
    width: 34rem;
    height: 40rem;
}

.main-image-wrapper {
    width: fit-content;
}

#wave {
    height: 100vh;
    width: 100vw;
    background-image: url('../img/wave.png');
}

#about_me {
    background-color: var(--mlight);
}

h2 {
    font-size: 80px;
    font-family: Lonely;
    text-transform: uppercase;
    color: var(--mbrown);
    line-height: 1em;
}

h4 {
    font-family: Inter;
    font-size: 30px;
}

.under-image {
    width: 539px;
    height: 703px;
    background-color: #C5AFA1;
    border-radius: 30px;
}

.under-image__text {
    font-size: 20px;
    font-family: Inter;
    color: var(--mbrown)
}

.about_me-image {
    top: -74px;
    left: -53px;
}

.about_me-content {
    margin-top: 90px;
}

.about_me-right {
    max-width: 650px;
    margin-top: -74px;
    margin-left: 150px;
}

h3 {
    font-size: 35px;
    font-family: Inter;
    color: var(--mbrown);
}

.about_me-right-text {
    font-size: 25px;
    line-height: normal;
    font-family: Inter;
    text-align: justify;
}

.more-button {
    font-size: 35px;
    color: var(--mbrown);
    font-family: Lonely;
    letter-spacing: 1.05px;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
}

.more-button_underline {
    position: absolute;
    bottom: 10px;
    left: 0;
    max-width: 0px;
}

.more-button:hover .more-button_underline {
    transition: max-width 1.5s linear;
    max-width: 1000px;
}

#work_with {
    background-color: var(--mlight);
    padding-top: 150px;
}

.normal-width {
    max-width: 1366px;
    padding-left: 50px;
    padding-right: 50px;
}

.work_with-header {
    color: var(--mgreen)
}

.work-with_content-header {
    color: var(--mgreen);
    font-family: Lonely;
    font-size: 35px;
}

#help {
    padding-top: 150px;
    background-color: var(--mlight);
}

.help-img-wrapper {
    width: 642px;
    height: 643px;
    border-radius: 50%;
    border: 2px solid var(--mbrown);
}

h3 {
    color: var(--mbrown);
    font-size: 35px;
    font-family: Lonely;
    line-height: 1em;
}

.circle-fear {
    font-size: 25px;
    font-family: Inter;
    position: absolute;
}

.help-img_circle {
    width: 30px;
    height: 30px;
    background-color: var(--mbrown);
    border-radius: 50%;
    border: 13px solid var(--mlight);
}

.circle-img {
    position: absolute;
    width: 626px;
    height: 633px;
    top: 10px;
    left: 10px;
}

.help-button {
    width: 380px;
    height: 83px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--mbrown);
    border-radius: 14px;
    font-family: Lonely;
    color: var(--mbrown);
    font-size: 40px;
    background-color: var(--mlight);
    position: absolute;
    bottom: -145px;
    left: 130px;
    cursor: pointer;
}

.mt-150 {
    margin-top: 150px;
}

.result-item {
    width: 28%;
    background-color: #D0DBAB;
    height: 335px;
    padding: 20px;
    border-radius: 30px;
    padding-bottom: 32px;
    margin-right: 10px;
    margin-bottom: 20px;
    position: relative;
}

.result-price {
    color: var(--mbrown);
}

#format .result-item {
    height: 235px;
}

.result-item-white {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    text-overflow: ellipsis;
    border-radius: 30px;
    background-color: var(--mlight);
    position: relative;
    padding: 30px;
    box-sizing: border-box;
}

.result-item-text {
    margin-top: 10px;
    font-family: Inter;
    font-size: 25px;
}

.result-item-cifrs {
    color: var(--mgreen);
    position: absolute;
    top: -20px;
    right: 20px;
}

#questions {
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: var(--mpink);
}

.accordion {
    width: 100%;
    background-color: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    cursor: pointer;
    padding-left: 75px;
    padding-right: 35px;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 40px;
    max-height: 100px;
    transition: max-height .25s ease-in;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    min-height: 100px;
}

.accordion-header-text {
    color: var(--mpinkdark);
    font-family: Inter;
    font-size: 30px;
}

.accordion-content {
    font-size: 30px;
    text-align: justify;
    font-family: Inter;
    box-sizing: border-box;
}

.accordion-icon {
    transition: transform .25s ease-in;
}

.accordion.active .accordion-icon {
    transform: rotate(45deg);
}

.big-p {
    font-family: Inter;
    font-size: 35px;
}

.ffInter {
    font-family: Inter;
}

.small-lonely {
    color: var(--mgreen);
    font-family: Lonely;
    font-size: 40px;
}

.middle-lonely {
    font-family: Lonely;
}

.diagnostik-item {
    padding: 17px 37px 40px 37px;
    width: 27%;
    height: 450px;
    border: 1px solid var(--mgreen);
    border-radius: 25px;
}

.diagnostik-item-header {
    font-size: 60px;
    color: var(--mgreen);
    font-family: Lonely;
}

.tab-method:not(:last-child) {
    margin-right: 20px;
}

.tab-method {
    border-radius: 15px;
    height: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--mbrown);
    background-color: var(--mpink);
    flex: 1;
    font-family: Lonely;
    font-size: 50px;
    text-transform: uppercase;
    cursor: pointer;
    border: 2px solid var(--mpink);
}

.tab-method.active {
    background-color: var(--mlight);
}

.methods-img-number {
    position: absolute;
    font-size: 100px;
    font-family: Lonely;
    color: var(--mbrown);
    bottom: -85px;
    left: 35px;
}

.methods-result {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    background-color: var(--mpink);
    padding: 35px;
    max-width: 440px;
    box-sizing: border-box;
}

.methods-result-header {
    font-family: Lonely;
    font-size: 35px;
    color: var(--mbrown);
    text-transform: uppercase;
}

.methods-result-text {
    font-family: Inter;
    font-size: 25px;
    color: black;
    margin-top: 10px;
}

.tab-method.active {
    background-color: var(--mlight);
}

.tab {
    height: 0px;
}

.tab .methods-right {
    transform: translateX(100vw);
    transition: transform .5s ease;
}

.tab .methods-left {
    transform: translateX(-100vw);
    transition: transform .5s ease;
}

.tab.active {
    height: auto;
}

.tab.active .methods-right,
.methods-left {
    transform: translateX(0px);
}


.tab.active .methods-left {
    transform: translateX(0px);
}

.sing-up-button {
    width: 60%;
    height: 40px;
    background-color: var(--mlight);
    border: 2px solid var(--mgreen);
    border-radius: 14px;
    font-family: Lonely;
    font-size: 25px;
    line-height: 1em;
    cursor: pointer;
    color: var(--mgreen);
}

.result-price {
    z-index: 4;
    bottom: -20px;
    right: 50%;
    transform: translateX(50%);
}

#guaranties {
    background-color: var(--mpink);
    padding-top: 75px;
    padding-bottom: 75px;
}

.guarantee-wrapper {
    width: 380px;
    height: 410px;
    background-repeat: no-repeat;
}

.guarantee-name {
    font-family: Lonely;
    font-size: 35px;
    color: rgba(123, 84, 66, 0.63);
    line-height: 1em;
}

p {
    font-family: Inter;
    font-size: 35px;
}

.guarantee-wrapper:not(:last-child) {
    margin-right: 50px;
    margin-bottom: 20px;
}

.big-slider {
    position: relative;
    max-width: 530px;
    margin: 0 auto;
    overflow: visible;
}

.big-slider-img {
    width: 360px;
    height: 255px;
    margin-right: 30px;
    transition: all .5s ease-in-out;
}

.big-slider-img.active {
    width: 530px;
    height: 375px;
}

.big-slider-images {
    display: flex;
    flex-wrap: nowrap;
    max-width: 530px;
    align-items: center;
}

.big-slider-button {
    font-family: Lonely;
    font-size: 30px;
    color: var(--mbrown);
    position: absolute;
    bottom: 0;
    cursor: pointer;
}

.big-slider-button.back {
    left: -110px;
}

.big-slider-button.forward {
    right: -100px;
}

.feedback-item {
    background-color: var(--mgreenlight);
    padding: 20px;
    position: relative;
    border-radius: 30px;
    font-family: Inter;
    font-size: 20px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.10);
}

.feedback-person {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    bottom: -65px;
    left: -40px;
}

.feedback-person-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--mgreenlight);
    border: 1px solid var(--mgreen);
}

.feedback-person-name {
    font-size: 25px;
    color: var(--mgreen);
    font-family: Lonely;
}

#feedback-slider {
    position: relative;
}

.feedback-item.feedback-item-slider {
    min-width: 100%;
    box-sizing: border-box;
    transition: transform .35s ease;
}

.feedback-slider_btn {
    width: 43px;
    height: 43px;
    color: white;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--mgreen);
    border: 10px solid var(--mlight);
    position: absolute;
    border-radius: 50%;
}

#feedbacks-slider-prev_btn {
    left: -50px;
    bottom: 50px;
}

#feedbacks-slider-next_btn {
    right: -50px;
    bottom: 50px;
}

.diagnostic_photo {
    width: 440px;
    height: 627px;
    border-radius: 30px;
    overflow: hidden;
}

.diagnostic_photo img {
    width: 100%;
}

#section-for-mobile {
    display: none;
}

.fs-1 {
    font-size: 1rem;
}

.fs-075 {
    font-size: .75rem;
}

#circle-mobile {
    display: none;
}

.about_me-name {
    font-size: 50px;
}

.about-me-text {
    /* padding-left: 30px; */
}

.add-circle:not(:last-child) {
    padding-bottom: 20px;
    border-left: 4px solid var(--mgreen);
}

.add-circle {
    position: relative;
    padding-left: 30px;
    text-align: left;
}

.add-circle:last-child {
    padding-left: 34px;
}

.add-circle:last-child::before {
    left: -11px;
}

.add-circle::before {
    position: absolute;
    top: 0;
    left: -15px;
    width: 40px;
    height: 40px;
    content: url('/img/Group_349.svg');
}

.bold {
    font-weight: 800;
}

.brown-cirlce {
    font-size: 25px;
    margin-left: 20px;
    position: relative;
}

.brown-cirlce::before {
    content: '';
    display: inline-block;
    width: 10px;
    transform: translateY(-50%);
    height: 10px;
    border-radius: 50%;
    background-color: var(--mbrown);
}


.slide-left {
    animation: slideLeft .5s ease-in;
}

@keyframes slideLeft {
    0% {
        transform: translateX(-400px);
    }

    100% {
        transform: translateX(0);
    }
}



.slide-right {
    animation: slideRight 1s ease-in;
}

@keyframes slideRight {
    0% {
        opacity: 0;
        transform: translateX(400px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.big-slider-mobile {
    display: none;
}

.dialog {
    position: fixed;
    border: 1px solid var(--mbrown);
    width: fit-content;
    border-radius: 20px;
    padding: 5px;
    z-index: 99999;
    box-shadow: rgba(149, 157, 165, .5) 0px 8px 24px;
    background-color: var(--mlight);
}

#circle-mobile {
    display: none;
}

#small-circle {
    display: none;
}

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

.header-content_tg-img {
    transition: background-color .3s ease;
}

.header-content_tg-img:hover {
    background-color: #E6DAC8;
}

footer {
    background-color: var(--mbrown);
}

footer ul li a {
    color: white;
}