@media screen and (max-width:600px) {
    #main-section {
        display: none;
    }

    #section-for-mobile {
        display: flex;
        flex-direction: column;
        height: 100vh;
        background-color: var(--mlight)
    }

    header {
        padding: 20px;
        display: flex;
        align-items: center;
        margin: 0;
        background: #FEF5E7;
    }

    .normal-width {
        max-width: 320px;
        padding: 0;
    }

    #menu-icon {
        cursor: pointer;
    }

    nav {
        background-color: var(--mbrown);
        overflow: hidden;
        height: 0;
        transition: all .35s ease;
        box-sizing: border-box;
        position: absolute;
        top: 93px;
        z-index: 9999;
        width: 100%;
    }

    nav.active {
        height: 550px;
        border-top: 1px solid var(--mbrown);
    }

    .nav-list {
        padding: 10px;
        margin: 0 auto;
        width: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        height: 100%;
        color: white;
        font-size: 18px;
    }

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

    .nav-list li {
        text-align: center;
    }


    .main-section__right {
        font-size: 70px;
        line-height: 1em;
    }

    .main-section__right.mobile {
        font-size: 40px;
    }

    #wave {
        display: none;
    }

    .image-main {
        width: 254px;
        height: 298px;
    }

    .main-image-wrapper {
        top: 15px;
        left: 4px;
    }

    .down-button {
        background-color: #C5AFA1;
        opacity: .8;
        width: 2rem;
        height: 2rem;
        border-width: .3rem;
    }

    #about_me {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 30px;
    }

    h2 {
        font-size: 40px;
    }

    h4 {
        font-size: 18px;
    }

    .about_me-content {
        flex-direction: column !important;
        align-items: center;
    }

    .about_me-image {
        width: 293px;
        height: 375px;
        left: -20px;
    }

    .under-image {
        width: 293px;
        height: 375px;
    }

    .about_me-right {
        margin-left: 0px;
        max-width: 320px;
        margin-top: 20px;
    }

    .about_me-right-text {
        font-size: 14px;
    }

    .about_me-name {
        font-family: Inter;
        font-size: 18px;
        margin-bottom: 20px;
    }

    #work_with {
        padding-top: 30px;
    }

    .work_with-wrapper {
        flex-direction: column !important;
    }

    #review-slider .slider-item {
        width: 320px;
        padding: 10px;
        border-radius: 10px;
        height: 360px;
    }

    .review-name {
        font-size: 10px;
        font-weight: 800;
    }

    .review-job {
        font-size: 10px;
    }

    .review-img_background {
        width: 27px;
        height: 27px;
    }

    .review-img_background img {
        width: 19px;
        height: 19px;
    }

    .review-fear {
        width: 92px;
        height: 28px;
        font-size: 8px;
        text-align: center;
        padding: 3px;
        border-radius: 5px;
    }

    .review-text {
        font-size: 14px;
    }

    .slider-item-content {
        flex-direction: column-reverse !important;
        justify-content: space-between;
    }

    .review-request {
        max-width: none;
        height: 53px;
        padding: 2px;
        border-radius: 5px;
    }

    .review-request_header {
        font-size: 12px;
        font-family: Lonely;
    }

    .review-request_text {
        font-size: 10px;
    }

    .slider {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .first-slider-wrapper {
        margin: 0 !important;
    }

    #big-circle {
        display: none;
    }

    .circle-img {
        width: 258px;
        height: 265px;
        top:9px;
        left: 9px;
    }


    .help-img-wrapper {
        width: 270px;
        height: 280px;
    }

    #space {
        display: none;
    }

    .result-item {
        width: 100%;
        height: auto;
    }

    .work-with_content-header {
        font-size: 20px;
    }

    .result-item-text {
        font-size: 14px;
    }

    .accordion-header-text {
        font-size: 14px;
    }

    .accordion {
        padding-left: 20px;
    }

    .accordion-content {
        font-size: 14px;
    }

    .big-p {
        font-size: 18px;
        font-weight: 800;
    }

    .diagnostic-text {
        font-size: 14px !important;
    }

    .small-lonely {
        font-size: 18px;
    }

    #diagnostik-wrapper {
        flex-wrap: wrap !important;
    }

    .diagnostik-item {
        width: auto;
        height: auto;
        margin-bottom: 10px;
    }

    .diagnostik-item p {
        font-size: 14px !important;
    }

    .sing-up-button {
        margin-top: 32px !important;
    }

    .result-item h3 {
        bottom: -12px;
    }

    .big-slider {
        display: none;
    }

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

    .big-slider-img {
        margin: 0;
        width: 242px;
        min-width: 242px;
        height: auto;
    }

    .big-slider-mobile {
        width: fit-content;
        position: relative;
    }

    #big-slider-mobile-prev-btn {
        background-color: var(--mbrown);
        border-radius: 50%;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--mlight);
        position: absolute;
        top: 50%;
        left: -12px;
        z-index: 1;
        cursor: pointer;
    }

    #big-slider-mobile-next-btn {
        background-color: var(--mbrown);
        border-radius: 50%;
        width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--mlight);
        position: absolute;
        top: 50%;
        right: -12px;
        z-index: 1;
        cursor: pointer;
    }

    .feedback-wrapper {
        flex-direction: column;
    }

    .feedback-item.feedback-item-slider {
        width: 300px;
    }

    iframe {
        width: 300px;
    }

    .video-wrapper {
        margin: 0 !important;
        margin-top: 20px !important;
    }
    .help-img_circle {
        width: 10px;
        height: 10px;
        border-width: 3px;
    }
    #small-circle {
        display: none;
        /* max-height: 290px; */
    }

    .circle-fear {
        font-size: 16px;
    }
    h3 {
        font-size: 20px;
    }
    .help-button {
        width: 200px;
        font-size: 18px;
        height: 30px;
        bottom: -45px;
        left: 35px;
    }
    p {
        font-size: 18px !important;
    }
    .diagnostic-text {
        font-size: 18px !important;
    }
}