@media (max-width: 900px) {
    .main-header {
        display: none;
    }

    .header {
        width: 100%;
        margin: auto;
        padding:  0;
        top: 0;
    }

    .mobile-header-block {
        display: block;
        /* height: 100vh;
    background: #222; */
    }

    .mobile-header {
        padding: 20px 0;
        display: flex;
        justify-content: space-between;
    }

    .menu-btn-block {
        display: flex;
        align-items: center;
    }


    .modal {
        width: 100%;
        padding: 20px;
    }

    .modal-text {
        font-size: 24px;
    }

}

@media screen and (min-width: 280px) and (max-width: 550px) {

    .main-block {
        padding: 0 12px;
        background-image: url("../assets/main-mobile.jpg");
        background-size: cover;
    }

    .form-socials {
        display: flex;
        flex-direction: column;
    }

    .modal {
        width: 100%;
        padding: 16px;
    }

    .modal-text {
        font-size: 19px;
    }

    .contacts-mobile {
        align-items: center;
        margin-top: 40px;
    }

    .mobile-block-action-btn-block {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 40px;
        width: 90%;
    }

    .contacts-mobile>.contacts-link-block {
        margin: 0;
    }


    .mobile-block-action-btn-block>.main-block-action-btn {
        width: 90%;
    }

    .main-title br {
        display: none;
    }



    .all-title {
        font-size: 24px;
        margin: 0 0 28px 0;
    }

    .main-block-action {
        margin-left: 0;
        width: 100%;
    }

    .container {
        padding: 0 12px;
    }

    .main-title {
        font-size: 25px;
    }

    .main-subtitle {
        font-size: 14px;
        opacity: 0.8;
        width: 170px;
        height: 108px;
        margin-left: auto;
    }

    .main-subtitle br {
        display: none;
    }

    .main-block-main {
        margin-top: 35%;
    }

    .main-img1 {
        width: 135px;
        height: 184px;
        top: 12%;
        left: 3%;
    }

    .main-img3 {
        width: 110px;
        height: 178px;
        right: 5%;
        top: 17%;
    }

    .main-img2 {
        width: 133px;
        height: 181px;
        top: 50%;
        left: 11%;
    }

    .main-block-action-btn-block {
        position: relative;
        bottom: -35%;
    }

    .contacts-link-block {
        margin-left: 20px;
    }

    .main-block-action-btn {
        width: 90%;
    }

    .work {
        padding: 80px 0;
    }

    .work-cards {
        flex-direction: column;
    }

    .work-card {
        width: 100%;
        margin: 0;
    }

    .work-card_title {
        font-size: 18px;
        max-width: 240px;
    }

    .work-card_title br {
        display: none;
    }

    .work-card-empty {
        display: none;
    }

    .work-card_subtitle {
        font-size: 14px;
    }

    .work-card1::after {
        left: 4%;
        right: 4%;
    }

    .work-card1::before {
        top: 4%;
        bottom: 4%;
    }



    .line1::after {
        left: 4%;
        right: 4%;
    }


    .work-card_icon {
        width: 30px;
        height: 30px;
        padding: 0;
    }

    .trends-title {
        font-size: 24px;
    }

    .trends-subtitle-desktop {
        display: none;
    }

    .many-photos {
        width: 100%;
    }

    .trend-photos {
        flex-direction: column-reverse;
        justify-content: center;
        gap: 0;
    }

    .trend-photos_block {
        padding: 24px 16px;
        width: 100%;
    }

    .trend-photos_photo {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .trend-photos_block2 img {
        width: 140px;
        height: 193px;
    }

    .trend-photos_block2 {
        margin-bottom: 24px;
    }

    .trend-photos_block4 img {
        width: 100%;
        height: 100%;
    }

    .trend-photos_block3 img {
        width: 100%;
        height: 100%;
    }

    .trend-photos_block2-flex {
        display: flex;
        align-items: start;
    }

    .trends-subtitle-mobile {
        display: block;
        margin: 0 0 0 15px;
        width: auto;
    }

    .trends-subtitle {
        font-size: 14px;
    }

    .trend-photos_block-mobile {
        padding: 15px;
    }

    .single-photo {
        width: 100%;
        text-align: center;
    }



    .two-photos {
        margin-bottom: 24px;
        justify-content: center;
        gap: 12px;
    }

    .line2::before {
        top: 3%;
        bottom: 3%;
    }

    .trend-photos_block::before {
        top: 3%;
        bottom: 3%;
    }

    .line2::after {
        left: 3%;
        right: 3%;
    }

    .trend-photos_block::after {
        left: 3%;
        right: 3%;
    }

    .mission-cards {
        margin: 90px 0 60px 0;
        align-items: start;
    }

    .mission-card {
        width: 47%;
    }

    .mission-card_inner {
        padding: 15px 20px;
    }

    .mission-card_title {
        font-size: 15px;
    }

    .mission-card_subtitle br {
        display: none;
    }

    .mission-card_subtitle {
        font-size: 12px;
    }

    .mission-card1 p {
        margin-bottom: 49px;
    }

    .mission-card4 p {
        margin-bottom: 30px;
    }

    .mission-card6 p {
        margin-bottom: 11px;
    }



    .mission-card1 {
        margin-top: -40px;
    }


    .mission-card2 {
        margin-top: 20px;
    }


    .mission-card3 {
        margin-top: -40px;
    }

    .mission-card4 {
        margin-top: 0px;
    }

    .mission-card5 {
        margin-top: -20px;
    }

    .mission-card6 {
        margin-top: 0px;
    }

    .mission {
        margin-top: 80px;
    }

    .form-block1 {
        background-image: url("../assets/form-bg1-mob.jpg");
        height: 800px;
    }

    .form-block2 {
        height: 800px;
    }



    .form-title {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .form-subtitle {
        font-size: 14px;
        max-width: 100%;
    }

    .form {
        width: 100%;
        padding: 20px;
    }

    .form-icon {
        margin: 32px auto;
    }

    .inputs {
        width: 100%;
    }

    .form-btn {
        width: 90%;
    }

    .services {
        padding: 80px 0;
    }

    .services-all-title {
        padding: 0 25px;
    }


    .services-cards-first {
        flex-direction: column;
        gap: 28px;
        margin-bottom: 28px;
    }

    .services-card {
        width: 100%;
    }

    .services-cards-second {
        flex-direction: column;
        gap: 28px;
    }

    .services-card-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .services-card-subtitle {
        font-size: 14px;
    }

    .choice-card {
        width: 50%;
    }

    .choice-card-empty {
        display: none;
    }

    .choice-card-number {
        font-size: 16px;
    }

    .choice-card-title {
        font-size: 18px;
        word-wrap: break-word;
        margin-bottom: 10px;
    }

    .choice-card-subtitle {
        font-size: 16px;
        margin-top: 0;
        padding-right: 16px;
    }

    .choice-cards {
        margin-bottom: 60px;
    }

    .choice-card-subtitle br {
        display: none;
    }

    .left-block {
        width: 100%;
        align-items: center;
    }

    .right-block {
        max-width: 100%;
    }

    .menu {
        width: 100%;
    }

    .left-block-text-desktop {
        display: none;
    }

    .footer-block {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 40px;
    }

    .right-block-top {
        flex-direction: column;
        gap: 40px;
    }

    .adress {
        width: 100%;
    }

    .right-block-bottom {
        flex-direction: column;
        margin-top: 40px;
        text-align: center;
    }

    .left-block-text-mobile {
        display: block;
        margin-top: 32px;
    }

    .rights {
        margin-bottom: 24px;
    }

    .two-figures-block {
        justify-content: center;
    }

    .footer {
        background-image: url("../assets/footer-mob-bg.jpg");
    }




}



@media screen and (min-width: 550px) and (max-width: 950px) {
    .main-title {
        font-size: 40px;
    }

    .contacts-mobile {
        align-items: center;
        margin-top: 80px;
    }

    .mobile-block-action-btn-block {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 110px;
        width: 50%;
    }

    .mobile-block-action-btn-block>.main-block-action-btn {
        width: 90%;
    }

    .container {
        padding: 0 32px;
    }

    .all-title {
        font-size: 30px;
    }

    .trends-title {
        font-size: 30px;
    }

    br {
        display: none;
    }

    .main-img3 {
        top: 11%;
    }

    .main-img2 {
        left: 14%;
    }

    .work-card-empty {
        display: none;
    }

    .work-cards {
        justify-content: space-between;
        align-items: normal;
    }

    .work-card {
        width: 30%;
        margin: 20px 0;
    }


    .work-card_title {
        font-size: 18px;
        max-width: 240px;
    }

    .work-card_title br {
        display: none;
    }


    .work-card_subtitle {
        font-size: 14px;
    }


    .trends-subtitle-desktop {
        display: none;
    }

    .many-photos {
        width: 100%;
    }

    .trend-photos {
        flex-direction: column-reverse;
        justify-content: center;
        gap: 0;
    }

    .trend-photos_block {
        padding: 24px 16px;
        width: 50%;
    }

    .trend-photos_block4 {
        width: 50%;
    }

    .trend-photos_block3 {
        width: 50%;
    }



    .trend-photos_block2 img {
        width: 100%;
        height: 100%;
    }

    .trend-photos_block2 {
        margin-bottom: 24px;
    }

    .trend-photos_block4 img {
        width: 100%;
        height: 100%;
    }

    .trend-photos_block3 img {
        width: 100%;
        height: 100%;
    }

    .trend-photos_block2-flex {
        display: flex;
        align-items: start;
    }

    .trends-subtitle-mobile {
        display: block;
        margin: 0 0 0 15px;
        width: auto;
    }

    .trends-subtitle {
        font-size: 14px;
        width: 50%;
    }

    .trend-photos_block-mobile {
        padding: 15px;
    }

    .single-photo>.trend-photos_block {
        width: 100%;
    }

    .single-photo {
        width: 100%;
    }



    .two-photos {
        margin-bottom: 24px;
        gap: 20px;
    }

    .trend-photos_photo {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .line2::before {
        top: 3%;
        bottom: 3%;
    }

    .trend-photos_block::before {
        top: 3%;
        bottom: 3%;
    }

    .line2::after {
        left: 3%;
        right: 3%;
    }

    .trend-photos_block::after {
        left: 3%;
        right: 3%;
    }

    .mission-card {
        width: 47%;
        margin-top: 20px;
    }

    .mission-card_inner {
        padding: 30px;
    }

    .form-title {
        font-size: 30px;
        margin: 0 0 20px 0;
    }

    .form {
        max-width: 550px;
        padding: 30px;
    }

    .inputs {
        width: 100%;
    }

    .form-btn {
        width: 90%;
    }

    .services-cards-first {
        gap: 20px;
    }

    .services-card-title {
        font-size: 22px;
    }

    .services-card-subtitle {
        font-size: 16px;
    }

    .services-cards-second {
        justify-content: center;
        gap: 20px;
    }

    .services-card {
        max-width: 50%;
    }

    .choice-cards {
        margin-bottom: 60px;
    }

    .choice-card-empty {
        display: none;
    }

    .choice-card {
        width: 50%;
        margin-bottom: 30px;
    }

    .choice-card-title {
        font-size: 23px;
        margin: 16px 0;
    }

    .choice-card-subtitle {
        font-size: 18px;
    }

    .choice-card-number {
        font-size: 21px;
    }

    .form-icon {
        margin: 40px auto;
    }


    .left-block {
        width: 100%;
        align-items: center;
    }

    .right-block {
        max-width: 100%;
    }

    .menu {
        width: 100%;
    }

    .left-block-text-desktop {
        display: none;
    }

    .footer-block {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 40px;
    }

    .right-block-top {
        flex-direction: column;
        gap: 40px;
    }

    .adress {
        width: 100%;
    }

    .right-block-bottom {
        flex-direction: column;
        margin-top: 40px;
        text-align: center;
    }

    .left-block-text-mobile {
        display: block;
        margin-top: 32px;
    }

    .rights {
        margin-bottom: 24px;
    }

    .two-figures-block {
        justify-content: center;
    }




}

@media (max-width: 900px) {}

@media (min-width: 550px) {}