    * {
        border: 0px solid gray;
    }
    
    .border,
    .border * {
        border: 1px solid gray;
    }
    
    body,
    html {
        padding: 0px;
        margin: 0px;
    }
    
    body {
        /*  background-image: url('/img/fon.jpg');
        background-size: 400px;*/
    }
    /*div {background-color: #fff;}*/
    
    header img {
        /*        width: 100%;*/
    }
    
    .r_comment {
        cursor: pointer;
    }
    
    .border-lightgray {
        border: 1px solid lightgray;
    }
    
    img {
        /*        max-width: 100%;
*/
    }
    
    .ng_shapka {
        position: absolute;
        width: 270px;
        margin-left: -240px;
        /*margin-bottom:600px;*/
        top: 47%;
        z-index: 1000;
    }
    
    .border-raius-5 {
        border-radius: 5px;
        border: 1px solid lightgray;
    }
    /*.logo_img {
        background-image: url('../img/2.png');
        background-repeat: no-repeat;
        height: 175px;
    }*/
    
    .table_res {
        width: 100%;
    }
    
    .table-news,
    .table-news tr,
    table-news tr td {
        border: none;
    }
    
    .table_res td {
        width: 25%;
        text-align: center;
    }
    
    .table_res td img {
        width: 80%;
    }
    
    .ver_slep {
        display: block;
        margin-top: 10px;
        font-size: 11pt;
    }
    
    .ver_slep:hover {
        text-decoration: none;
    }
    
    h1 {
        font-size: 18pt;
        text-align: center;
        margin-top: 5px;
    }
    
    h2 {
        font-size: 16pt;
        margin-top: 5px;
    }
    
    .slider-link,
    slider-link:hover {
        color: #fff;
    }
    
    .nav-link {
        color: black;
    }
    
    .nav-item {
        text-align: center;
    }
    
    .nav-item:hover {
        background-color: #2486C3;
    }
    
    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link:hover {
        color: #fff;
        font-size: 10pt;
    }
    
    .dropdown-toggle::after {
        display: none;
    }
    
    .navbar-nav .nav-link {
        padding-left: 3px;
    }
    
    .dropdown-item {
        font-size: 10pt;
    }
    
    article {
        background-color: #fff;
    }
    
    .clear {
        clear: both;
    }
    
    footer {
        background-color: #222222;
        color: lightgray;
        padding-top: 30px;
        padding-bottom: 10px;
        border-bottom: 2px solid black;
        font-size: 12pt;
    }
    
    footer a {
        color: lightgray;
    }
    
    .text-while {
        color: #fff;
    }
    
    .font-size-4 {
        font-size: 4pt;
    }
    
    footer a:hover {
        color: lightgray;
    }
    
    .vcard * {
        font-size: 10pt;
    }
    
    .text-editor input,
    .text-editor textarea {
        margin-top: 10px;
    }
    
    table.price_list {
        @media screen and (max-width: 1024px) {
            * {
                padding: 0px;
            }
            .container,
            .row {
                width: 100%;
                padding: 0px;
                margin: 0px;
            }
            .container-fluid {
                padding: 0px;
            }
            button {
                font-size: 8pt;
            }
            .img-thumbnail {
                width: 100%;
            }
            footer {
                padding-top: 10px;
            }
        }
    }
    
    .hidden {
        display: none;
    }
    
    div.lggal {
        margin: 0 auto;
        max-width: 700px;
    }
    
    div.lggal img {
        width: 25%;
        float: left;
    }
    
    #scrollUp {
        bottom: 50px;
        left: 20px;
        padding: 10px 20px;
        background: #C5E9FF;
        color: #000;
        border-radius: 20px;
        box-shadow: 0px 0px 10px black;
        /* Параметры тени */
        opacity: 0.7;
        filter: alpha(opacity=70);
        outline: none;
    }
    
    @media screen and (max-width: 1000px) {
        .container {
            width: 100%;
        }
    }
    
    .bg-dark {
        background-color: #34495e;
    }
    /* Загрузчик изображений */
    
    #drop-area {
        border: 2px dashed #ccc;
        border-radius: 20px;
        /*width: 100%;
        margin: 50px auto;*/
        padding: 20px;
    }
    
    #drop-area.highlight {
        border-color: purple;
    }
    
    p {
        margin-top: 0;
    }
    
    .my-form {
        margin-bottom: 10px;
    }
    
    #gallery {
        margin-top: 10px;
    }
    
    #gallery img {
        width: 150px;
        margin-bottom: 10px;
        margin-right: 10px;
        vertical-align: middle;
    }
    
    .button {
        display: inline-block;
        padding: 10px;
        background: #ccc;
        cursor: pointer;
        border-radius: 5px;
        border: 1px solid #ccc;
    }
    
    .button:hover {
        background: #ddd;
    }
    
    #fileElem {
        display: none;
    }
    
    .am-wrapper {
        float: left;
        position: relative;
        overflow: hidden;
    }
    
    .am-wrapper img {
        position: absolute;
        outline: none;
    }
    
    button {
        cursor: pointer;
    }
    
    .a-hidden-by {
        /*    position: absolute;
        /* left:0;
    bottom:0;*/
        /*  right: 0;
        top: 0;
        /*background: rgba(255, 255, 255, 0.7);*/
        /*padding: 5px;
        /*display:none;*/
    }