@media (min-width: 1024px){
    .hero .left, .hero .right {
        width: 50%;
    }
    /*.services-inner > * {*/
    /*    max-width: 50%;*/
    /*}*/
    .contacts-wrapper > * {
        max-width: 50%;
    }
    .features__list-item:nth-child(4n) hr{
        /*display: none;*/
    }

    .mobile_menu_btn, .mobile_menu_close, .mobile_menu_overlay, .header-menu__right {
        display: none;
    }
}

@media(max-width: 1023px){
    section {
        /*margin: 13vw auto;*/
    }
    header .main-menu{
        /*display: none;*/
    }
    header .social-links{
        /*display: none;*/
    }
    /*.header-menu__right {*/
    /*    overflow: auto;*/
    /*    flex-direction: column;*/
    /*    align-items: initial;*/
    /*    display: none;*/
    /*    position: fixed;*/
    /*    padding: 16px 18px;*/
    /*    height: 100%;*/
    /*    max-width: 50%;*/
    /*    width: 360px;*/
    /*    right: 0;*/
    /*    visibility: hidden;*/
    /*    opacity: 0;*/
    /*    z-index: -1;*/
    /*    top: 0;*/
    /*    background-color: var(--bg-color-brown);*/
    /*    justify-content: space-between;*/
    /*}*/
    /*.mobile-menu__header{*/
    /*    display: flex;*/
    /*    justify-content: right;*/
    /*}*/
    /*.mobile-menu-wrap .mobile-menu{*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    align-items: center;*/
    /*    gap: 25px;*/
    /*    font-size: 3em;*/
    /*}*/
    /*.mobile_menu_close{*/
    /*    cursor:pointer;*/
    /*}*/
    /*.mobile-menu-wrap .mobile-menu a{*/
    /*    color: #faf8ea;*/
    /*}*/
    /*.mobile.footer__contacts-data{*/
    /*    align-items: center;*/
    /*}*/
    /*.mobile.footer__contacts-data .email{*/
    /*    color: #faf8ea;*/
    /*    font-family: Poppins;*/
    /*    font-size: 16px;*/
    /*    font-style: normal;*/
    /*    font-weight: 400;*/
    /*    line-height: normal;*/
    /*}*/
    /*.mobile.footer__contacts-data svg path{*/
    /*    fill: #A97D60;*/
    /*}*/
    /*.header-container.open .header-menu__right {*/
    /*    visibility: visible;*/
    /*    opacity: 1;*/
    /*    z-index: 3;*/
    /*    transition: opacity .3s;*/
    /*    display: flex;*/
    /*}*/
    /*.mobile_menu_btn{*/
    /*    cursor: pointer;*/
    /*}*/
    /*.mobile_menu_overlay {*/
    /*    position: fixed;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    z-index: -10;*/
    /*    opacity: 0;*/
    /*    visibility: hidden;*/
    /*}*/

    .desktop-menu {
        display: none;
    }

    .mobile-menu {
        display: block;
    }

    .hero .left {
        text-align: center;
    }
    .hero-container .right {
        position: absolute;
        z-index: -1;
        opacity: 0.25;
        left: 0;
        right: 0;
    }
    .hero__title{
        font-size: 40px;
    }

    .services-inner {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .services-inner .left,
    .services-inner .right {
        width: 100%;
    }

    .service-wrap {
        max-width: none;
    }

    .features__list-item:nth-child(3n) hr{
        /*display: none;*/
    }
    .features__list-item:nth-child(2n) hr{
        /*display: none;*/
    }
    .features__list-item{
        max-width: calc(33% - 32px);
    }
    .contacts-wrapper .right{
        display: none;
    }
    .contacts-wrapper .left{
        max-width: 100%;
        flex: 1;
    }
}

@media (min-width: 1000px) and (max-width: 1280px) {
    .container{
        max-width: 1000px;
    }
}
@media (max-width: 767px){
    .hero-container .right {
        left: -10%;
        top: 40%;
    }
    .hero__button {
        padding: 16px 20px;
        font-size: 18px;
    }
    .features__list-item{
        max-width: calc(50% - 32px);
    }




}
@media (max-width: 540px) {
    section{
        padding: 0 15px;
    }
    .header-menu__right {
        max-width: 100%;
        width: 100%;
    }
    .left, .right {
        max-width: 100%;
    }
    .hero-container{
        flex-direction: column;
    }
    /*.hero-container .right{*/
    /*    order:-1;*/
    /*}*/
    .services-inner {
        flex-direction: column;
    }
    .title{
        /*font-size: 25px;*/
    }
    .hero__title{
        /*font-size: 32px;*/
    }
    .hero__text {
        font-size: 16px;
    }
    .button{
        max-width: 100%;
    }
    .hero__button{
        display: block;
        width: 100%;
    }
    .service-wrap {
        gap: 24px;
        margin-bottom: 32px;
    }
    .services-inner:first-child {
        margin-bottom: 96px;
    }
    .flex-inputs{
        flex-direction: column;
        gap: unset;
    }
    .contacts__button{
        width: 100%;
    }
    .footer-wrapper{
        flex-direction: column;
    }
    .footer_logo{
        order: -1;
    }
    .footer-menu{
        order: -1;
        display: flex;
        flex-direction: column;
        margin: 64px 0;
        align-items: center;
    }
    .footer__contacts-data{
        align-items: center;
    }
    .footer-menu a{
        padding: 4px;
    }
}