@media  (min-width: 1601px)  {
    .header__mobile_content {
        display: none;
    }
    .mobile_header_2 {
        display: none;
    }
    .footer__label_two_box_left_support_mobile {
        display: block;
    }
    .line_mobile {
        display: none;
    }
}

@media  (max-width: 1600px) and (min-width: 1281px)  {
    .header__mobile_content {
        display: none;
    }
    .mobile_header_2 {
        display: none;
    }
    .footer__label_two_box_left_support_mobile {
        display: block;
    }
    .line_mobile {
        display: none;
    }
}

@media (max-width: 1280px) and (min-width: 1025px)  {
    .header__mobile_content {
        display: none;
    } 
    .mobile_header_2 {
        display: none;
    }
    .footer__label_two_box_left_support_mobile {
        display: block;
    }
    .line_mobile {
        display: none;
    }
}

@media (max-width: 1024px) and (min-width: 769px)  {

    .header_nav li {
        font-size: 1.5vw;
    } 
    .header_phrase__left h1, .header_phrase__right h1 {
        font-size: 4vw;
    }
    .cursor__image {
        display: none;
    }
    .footer__label_two_box_right {
        display: none;
    }
    .footer__label_one_box_left {
        margin-right: 0rem;
    }
    .footer__label_one_box_right {
        font-size: 2.2vw;
    }
    .footer__label_two_box {
        margin-top: -80px;
    }
    .footer__label_social {
        margin-top: 30px;
        font-size: 2.5vw;
        line-height: 1.2em;
    }
    .footer__label_bottom_avtor {
        font-size: 1.4vw;
        padding: 0px 0px 20px 30px;
        margin-left: 3rem;
    }
    .footer__label_bottom {
        font-size: 1.5vw;
    }
    .header__mobile_content {
        display: none;
    }
    .mobile_header_2 {
        display: none;
    }
    .footer__label_two_box_left_support_mobile {
        display: block;
    }
    .line_mobile {
        display: none;
    }
}
@media (max-width: 768px) and (min-width: 300px)  {
    @font-face {
        font-family: arsenal_f;
        src: url(../fonts/arsenal-regular.woff2);
    }
    
    .magic-list__item {
        color: #d89a35;
        border-bottom: 1px solid rgb(203 145 52 / 15%);
    }
    .header__mob {
        display: block;
    }
    .header {
        display: none;
    }
    .header_phrase {
        display: none;
    }  

    header {
        height: 100vh;
        background: url('../img/mobile_bg.webp') no-repeat center top / cover;
        margin: 0;
        border-radius: 0;
    }
    
    .header__mobile_content {
        
        font-family: arsenal_f;
        display: block;

    }
    .header__mobile_content .header__mobile_content_A {
        margin-top: 65px;
        max-width: 100%;
    }
    .header__mobile_content .header__mobile_content_B {
        margin-top: 90%;
        max-width: 100%;
    }

    .header__mobile_content h2 {
        text-align: center;
    }
    .header__mobile_content_A {
        max-width: 100%;
        width: 30%;
    }
  
    .header__mobile_content h1 span {
        font-size: 7vw;
    }

    .header__mobile_content a img {
        max-width: 100%;
        width: 50vw;
        animation: puls 2s ease infinite;
    }

    @keyframes puls {
        0% {
            transform: scale(1.1); 
        } 
        50% {
            transform: scale(1);
        }
        100% {
            transform: scale(1.1);
        }
    }

    .header__mobile_content {
        padding-top: 65px;
    }
    .header__mobile_content h1 {
        font-size: 5vw;
        color: #d89a35;
        text-align: center;
        margin-top: 30px;
    }
    .mobile_header_2 {
        display: block;
    }
    .mobile_header_2  {
        color: rgb(0, 0, 0);
        font-weight: 500;
        text-align: center;
        padding-bottom: 15px;
        border-bottom: 1px solid rgb(0, 0, 0);
    }
    .footer {
        height: 100%;
        background: url('../img/footer_mobile.webp') no-repeat center top / cover;
    }
    .footer__label {
        padding-top: 65px;
    }
    .footer__label_one_box {
        display: block;
    }
    .footer__label_one_box_right_01,
    .footer__label_one_box_right_1,
    .footer__label_one_box_right_2,
    .footer__label_one_box_right_3,
    .footer__label_one_box_right_4,
    .footer__label_one_box_right_5,
    .footer__label_one_box_right_6 {
        display: none;
    }
    .footer__label_one_box_left {
        text-align: center;
        font-size: 12vw;
        margin: 0 auto;
    }

    .footer__label_two_box_left_website a {
        color: #e54f00;
    }

    .footer__label_social {
        text-align: center;
    }
    .footer__label_social a {
        font-size: 7vw;
        line-height: 1;
        margin-top: 10px;
    }
    .footer__label_two_box {
        text-align: center;
        display: block;
        margin: 0 auto;
    }
    .footer__label_two_box_left {
        text-align: center;
        margin: 15px auto ;
        font-size: 5vw;
    }
    
    .footer__label_two_box_right {
        font-size: 4vw;
    }

    .footer__label_two_box_left_support {
        display: none;
    }
    .footer__label_two_box_left_support_mobile {
        display: block;
    }

    .footer__label_two_box_right {
        text-align: center;
    }
    .footer__label_bottom, .footer__label_bottom_avtor {
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 4vw;
    }
    .footer__label_bottom_avtor {
        margin-top: 15px;
    }


    a[href^="https://vk.com/id819686628"]:before {
        content: "";
        margin-right: 0;
    }
    a[href^="https://www.facebook.com/agency.artful/"]:before {
        content: "";
        margin-right: 0;
    }
    a[href^="https://t.me/workineu23"]:before {
        content: "";
        margin-right: 0;
    }
    a[href^="https://www.instagram.com/artful_company/"]:before {
        content: "";
        margin-right: 0;
    }
    a[href^="tel:"]:before {
        content: "";
        margin-right: 0;
    }
    
    a[href^="mailto:"]:before {
        content: "";
        margin-right: 0;
    }





    .line_mobile {
        margin-top: -1px;
        display: block;
        max-width: 100%;
    }

    /* --------------------- */

    .popup__title {
        font-size: 6vw;
        margin: 0 0 0.5em 0;
    }
    .popup__text {
        font-size: 4vw;
    }
    /* ---------------------- */

    .popup_2__title {
        font-size: 6vw;
        margin: 0 0 0.5em 0;
    }
    .popup_2__text {
        font-size: 4vw;
    }
   
    .popup_2-btn a {
        font-size: 3vw;
    }
    .popup_2-btn {
        gap: 5px;
    }


    /* ------------------- */

    .footer__label_two_box_left a {
        color: #272121;
    }
    .footer__label_two_box_right {
        color: #272121;
        font-weight: 600;
    }
    .footer__label_two_box_right ul {
        display: flex;
        justify-content: center;
    }
    .footer {
        margin-top: -2px;
        color: #272121;
    }
    .footer__label_bottom_avtor a {
        color: #000000;
        text-decoration: underline;
    }





    .footer__label_one_box_right_7,
    .footer__label_one_box_right_8 {
        display: none;
    }
    .container_map_line {
        display: none;
    }
    .container_map_right {
        display: block;
    }
    iframe {
        width: 90vw;
        height: 60vh;
    }
   

}
@media (min-width: 769px)  {
    .header__mob {
        display: none;
    }

}
@media (max-width: 768px) {
@font-face {
    font-family: arsenal_f;
    src: url(../fonts/arsenal-regular.woff2);
}


    .cursor-dot,.cursor-outline {
        display: none;
    }
    body.lock {
        overflow: hidden;
    }
    .header__mob {
        font-family: arsenal_f;
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 50;
    }
    .header__mob::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(39 33 33 / 49%);
        z-index: 53;
    }

    .container__mob {
        max-width: 100%;
        margin: 15px;
    }
    .header__body_mob {
        position: relative;
        display: flex;
        justify-content: space-between;
        height: 20px;
        align-items: center;
    }
    .header__logo_mob {
        width: 50%;
        overflow: hidden;
        position: relative;
        z-index: 54;
    }
    .header__logo_mob img {
        max-width: 100%;
        display: block;
    }
    .header__burger_mob {
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        position: relative;
        z-index: 54;
    }
    .header__burger_mob span {
        position: absolute;
        background-color: #d89a35;
        left: 0;
        width: 100%;
        height: 2px;
        top: 9px;
        transition: all 0.3s ease 0s;
    }
    .header__burger_mob::before,
    .header__burger_mob:after {
        content: '';
        background-color: #d89a35;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        transition: all 0.3s ease 0s;
    }
    .header__burger_mob::before {
        top: 0;
    }
    .header__burger_mob::after {
        bottom: 0;
    }
    .header__burger_mob.active::before {
        transform: rotate(45deg);
        top: 9px;
    }
    .header__burger_mob.active::after {
        transform: rotate(-45deg);
        bottom: 9px;
    }
    .header__burger_mob.active span {
        transform: translate(-150px) scale(0);
    }

    .header__menu_mob {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(39 33 33 / 95%);
        padding: 70px 15px 0px 15px;
        transition: all 0.3s ease 0s;
    }
    .header__menu_mob.active {
        top: 0;
    }
    .header__list_mob {
        display: block;
       
        position: relative;
        z-index: 52;
    }
    .header__list_mob li {
        border-bottom: 1px solid rgb(115 88 76);
        padding-bottom: 10px;
        margin: 0px 0px 20px 0px;
        list-style: none;
    }
    .header__link_mob {
        font-size: 6vw;
        text-transform: uppercase;
        color: #d89a35;
        text-decoration: none;
    }
}

@media (min-width: 800px) and (max-height: 700px) {
    .magic-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .magic-list__item {
        width: 50%;
    }
}
@media (max-width: 799px) and (min-height: 100px) {
    .magic-list {
        display: block;
    }
    .magic-list__item {
        width: 100%;
    }
}