body {
    font-family: 'PT Sans', sans-serif;
}

b {
    font-weight: 700;
}

.logo {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    margin-bottom: -5px;
    font-size: 20px;
}

.hedder_prim {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    padding: 5px;
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: white;
}

.headers_right {
    text-align: right;
    line-height: 1;
    padding-top: 10px;
}

.headers_right a {
    color: black;
}

::marker {
    color: #A41C1B;
    font-size: 1.2em;
}

.main_menu {
    padding-top: 10px;
}

.main_menu li {
    margin-right: 80px;
}

.main_menu li a {
    color: black;
    text-decoration: underline;
}

.item_body {
    background: #F9F9F9;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.abouts {
    margin-top: 20px;
}

.prem_row {
    margin-top: 30px;
}

.prem_item {
    border-radius: 10px;
    background: white;
    border-left: 10px solid #A41C1B;
    padding: 10px;
    padding-left: 20px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}

.prem_1 {
    margin-bottom: -5px;
    text-transform: uppercase;
    font-weight: 700;
    color: black;
    font-size: 20px;
}

.prem_2 {
    text-transform: uppercase;
    margin-bottom: 0px;
}

.uslugi {
    background: linear-gradient(90deg, #A41C1B 0%, #561818 100%);
    color: white;
    padding-bottom: 30px;
    margin-top: 30px;
}

.item_uslugi {
    background: white;
    width: 19%;
    float: left;
    margin: 5px;
    padding: 10px;
    height: 130px;
}

h2 {
    font-weight: 700;
    margin-top: 20px;
    font-size: 24px;
}

.uslugi_text {
    font-weight: 700;
    text-transform: uppercase;
    color: black;
    line-height: 1.3;
    position: absolute;
    width: 200px;
    z-index: 9;
    margin-top: 30px;
}

.img_check {
    position: absolute;
    display: block;
    margin-top: 100px;
    z-index: 8;
}

.img_list {
    position: absolute;
    margin-left: 110px;
    margin-top: 10px;
    z-index: 7;
    width: 90px;
}

.clients {
    text-align: center;
}

a.all_clients {
    background: #A41C1B;
    color: white;
    padding: 10px;
    display: block;
    width: 150px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.spis {
    display: flex;
}

@media (max-width:1200px) {
    .main_menu li {
        margin-right: 50px;
    }
    p.prem_2 {
        font-size: 14px;
    }
    .item_uslugi {
        width: 18.5%;
    }
    .img_list {
        margin-left: 65px;
    }
    p.uslugi_text {
        font-size: 14px;
        width: 165px;
    }
    p.logo {
        font-size: 18px;
    }
    .clients img {
        width: 150px;
    }
}

@media (max-width:992px) {
    .hedder_prim {
        text-align: center;
    }
    .headers_right {
        text-align: center;
    }
    .spis {
        width: 320px;
        margin: auto;
    }
    .main_menu li {
        margin-right: 25px;
    }
    .prem_item {
        margin-bottom: 15px;
    }
    .item_uslugi {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .img_check {
        display: none;
    }
    .uslugi_text {
        font-size: 20px !important;
        width: 100% !important;
        margin: auto;
        position: relative;
        margin-top: 30px;
    }
    .img_list {
        display: none;
    }
}