@media (max-width: 3440px) {
    .container {
        max-width: 2000px;
    }

    .content_page {
        max-width: 1500px;
    }

    .hi, .tabs {
        max-width: 1500px;
    }

    .article {
        margin: 0 20px;
    }

    .article:nth-child(5){
        display: flex;
    }
}

@media (max-width: 2440px) {
    .container {
        max-width: 1500px;
    }

    .hi, .tabs {
        max-width: 1200px;
    }

    .arts .article:nth-child(5){
        display: none;
    }

    .article:nth-child(4){
        display: flex;
    }

    .frm-p {
        flex-direction: column;
    }
}

@media (max-width: 1980px) {
    .container {
        max-width: 1400px;
    }

    .hi, .tabs {
        max-width: 1000px;
    }

    .parag-p {
        flex-direction: column;
    }
}
@media (max-width: 1600px) {
    .side {
        /*width: 30%;*/
    }
}

@media (max-width: 1400px) {
    .frm-p {
        flex-direction: column;
    }

    .parag-p{
        flex-direction: column;
        width: 100%;
    }

    .parag{
        width: 100%;
    }

    .arts .article:nth-child(4){
        display: none;
    }

    .article:nth-child(3){
        display: flex;
    }

    .dmarc__bloc {
        flex-direction: column;
    }
    .side {
        /*width: 40%;*/
    }
}

@media (max-width: 1300px) {
    .container {
        max-width: 1100px;
    }

    .hi, .tabs {
        max-width: 800px;
    }

    .arts .article {
        margin: 10px 30px;
    }

    .tabs-switcher {
        font-size: 16px;
    }

    .arts .article:nth-child(3){
        display: none;
    }
    .side {
        width: 30%;
    }
    .tabs-item{
        padding: unset;
    }

}

@media (max-width: 1200px) {
    .container {
        max-width: 1000px;
    }

    .hi, .tabs {
        margin: 0px;
        max-width: 750px;
    }
    .row {
        flex-direction: column-reverse;
    }
    .side {
        text-align: center;
        margin-bottom: 120px;
        width: 100%;
        max-height: 220px;
        width: unset;
    }
}

@media (max-width: 1000px) {
    .navbar__wrap .menu {
        display: none;
    }
    .hamb {
        display: flex;
        align-items: center;
    }
    .hamb__field {
        padding: 10px 20px;
        cursor: pointer;
    }
    .bar {
        display: block;
        width: 30px;
        height: 3px;
        margin: 6px auto;
        background-color: #4C79FF;
        transition: 0.2s;
    }
    .popup {
        position: fixed;
        top: 75px;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #eff6f9;
        z-index: 100;
        display: flex;
        transition: 0.3s;
    }
    .popup.open {
        left: 0;
    }
    .popup .menu {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        padding: 50px 0;
        overflow: auto;
    }
    .popup .menu > li {
        width: 100%;
    }
    .popup .menu > li > a {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 20px 0;
        font-size: 20px;
        font-weight: bold;
        color: #657075;
    }
    .popup .menu > li > a:hover {
        background-color: rgba(77, 156, 166, 0.1);
    }
    .hamb__field.active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamb__field.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .hamb__field.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    body.noscroll {
        overflow: hidden;
    }
    .header {
        max-height: none;
    }
    .content {
        max-width: none;
        margin: 0;
    }
    .dns__raw, .article__raw {
        flex-direction: column;
    }

    .form-textarea {
        width: 500px;
        max-width: 500px;
    }

    .whois, .mail {
        width: 100%;
        max-width: none;
    }

    .material-symbols-outlined {
        top: -5px;
    }
    /*.arts .article {*/
    /*    margin: 0 auto;*/
    /*    display: contents;*/
    /*    border-bottom: 1px solid #4C79FF;*/
    /*}*/

    .article__raw {
        padding: 0 0 30px;
        margin: 0 auto;
        max-width: 600px;
    }

    .art_page {
        padding: 0 0 30px;
    }

    .content_art .article, .arts .article {
        display: contents;
    }

    .arts .article:nth-child(2), .arts .article:nth-child(3), .arts .article:nth-child(4), .arts .article:nth-child(5){
        display: contents;
    }

    .tabs-switcher {
        font-size: 14px;
    }

    .back-home, .back-new, .back-edit, .back-del, .back-list {
        display: none;
    }
    .open ul li {
        display: flex;
        justify-content: center;
        position: relative;
    }
    .open ul li ul {
        /*width: 150px;*/
        /*top: 70px;*/
        /*left: 50px;*/
        /*background: #e4ebe7;*/
        position: absolute;
        display: none;
        z-index: 5000;
    }
    .open ul li:hover ul {
        top: 60px;
        display: flex;
        flex-direction: column;
    }
    /*.open ul li ul li a {*/
    /*    color: rgb(63 84 89 / 63%);*/
    /*    padding: 0 10px 10px;*/
    /*}*/
    /*.open ul li ul li a:hover {*/
    /*    color: #4c6d96;*/
    /*    text-decoration: none;*/
    /*}*/
    .open ul li ul li {
        margin: 0 0 10px 0;
        /*width: 100%;*/
        display: block;
    }
    .open ul li ul li a:hover {
        text-decoration: none;
        /*background-color: rgba(77, 156, 166, 0.1);*/
    }
    .open ul li ul li:hover {
        background-color: rgba(77, 156, 166, 0.1);
    }
    .open ul li ul li .material-symbols-outlined {
        top: 5px;
    }
    .conf {
        text-align: center;
    }
    .frm-flex {
        margin: 0 40px;
    }
}

/*@media (min-width: 768px) {*/
/*    .tabs p {*/
/*        padding: 5px;*/
/*        margin-right: 10px;*/
/*    }*/
/*    .tabs {*/
/*        !*max-width: 750px;*!*/
/*        margin: 0px auto;*/
/*    }*/
/*}*/

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }

    .btn {
        transition: none;
    }
}

@media (max-width: 700px) {
    .form-textarea {
        width: 400px;
        max-width: 400px;
    }
}

@media (max-width: 500px) {
    .form-textarea {
        width: 300px;
        max-width: 300px;
    }

    .parag{
        white-space: normal;
    }
}
