@media(max-width: 1199px) {
    header:not([class]) {
        text-align: center !important;
    }

    header .container .top {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    header .container .logo {
        display: none !important;
    }

    header .container .bottom {
        display: none !important;
    }

    header .container .bottom.mobile {
        display: block !important;
    }

    header .container .bottom .navigator {
        margin-top: 60px !important;
    }

    header .container .bottom .navigator .item {
        margin: 8px 0px !important;
    }

    footer .top .right {
        display: none !important;
    }

    footer .bottom .right {
        text-align: left !important;
    }

    section[data-page = "punishments"] .search-tools {
        display: inline-block !important;
    }

    section[data-page = "punishments"] .search-tools .search-option {
        display: flex !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    section[data-page = "punishments"] .search-tools .pagination {
        -ms-flex-pack: center !important;
        justify-content: center !important;
        float: none !important;
        margin-top: 15px !important;
    }

    .container .carousel {
        min-height: 620px !important;
    }
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: var(--orange);
}

::-webkit-scrollbar-track {
    background: var(--background);
}

a {
    color: unset;
    text-decoration: none !important;
}

a[color = "white"] {
    color: var(--white);
}

a[color = "white"]:hover {
    color: #CCC;
}

a[color = "blue"] {
    color: var(--acolor);
}

a[color = "blue"]:hover {
    color: #239BA8;
}

a:hover {
    color: unset;
}

a:focus, input:focus, textarea:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

[href] {
    cursor: pointer;
}

.pointer, .copy-ip {
    cursor: pointer;
}

.container button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.container button:focus {
    outline: 0 !important;
}

.container:not(.ignore-input) input, textarea {
    background-color: var(--white);
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    padding: 11px 24px;
    display: block;
    font-weight: 300;
    font-size: 14px;
    color: #333;
    border: 1px solid #b4b4b4;
    border-bottom: 3px solid rgba(0,0,0,0.2);
    width: 100%;
    height: 47px;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

.container:not(.ignore-input) input:first-child {
    margin-top: 15px;
}

.container:not(.ignore-input) input:not(:last-child) {
    margin-bottom: 10px;
}

.container:not(.ignore-input) textarea {
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    height: initial;
    min-height: 10em;
    resize: vertical;
    padding: 16px 20px;
}
