body {
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
    background-image: url(https://static.wixstatic.com/media/e64396_9ebb7b3a8b85414091ade330e0b163cb~mv2.png/v1/fill/w_1637,h_1121,al_c,q_90,enc_auto/e64396_9ebb7b3a8b85414091ade330e0b163cb~mv2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.header {
    background-color: #303536;
    height: 60px;
    display: flex;
    align-items: center;
}

.logo_block {
    margin-left: 8px;
    display: inline-block;
}

.menu_btn {
    display: inline-block;
    margin-right: 60px;
}

.menu_item_main {
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: rgb(4, 157, 233);;
}

.menu_item {
    text-decoration: none;
    color: #DBDBDB;
    line-height: 29px;
    font-size: 15px;
    font-weight: bold;
}

.menu_item:hover {
    color:rgb(4, 157, 233);
    transition: 0.5s;
}

.about_container {
    padding: 60px 130px 10px 130px;
}

.about_heading {
    text-transform: uppercase;
    font-size: 45px;
    letter-spacing: 3px;
    color: #303536;
}

.about_hr {
    background-color: #f5f8fb;
    border: none;
    height: 2px;
    width: 980px;
    margin: 0 auto;
    font-weight: bold;
    margin: 10px 0 15px 0;
}

.dear_guests {
    background-color: #00A75D;
    width: 300px;
    height: 55px;
}

.dear_guests_text {
    color: white;
    font-size: 22px;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 12px;
}

.about_dc_container {
    display: flex;
    margin-top: 30px;
    margin-bottom: 40px;
}

.about_dc_container_textblock {
    width: 480px;
    height: 460px;
    background-color: #00A75D;
}

.about_dc_container_text {
    color: white;
    padding: 20px 20px 0 20px;
    margin: 0;
    text-align: justify;
}

.about_dc_container_img {
    margin-top: 170px;
    margin-left: 60px;
}

.mini_heading {
    color: #303536;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
}

.advantages_list {
    color: #605E5E;
    font-size: 15px;
    margin-top: 15px;
}

.advantages {
    margin-left: 20px;
}

.advantages_list:last-child {
    margin-bottom: 40px;
}

.services_decisions {
    margin-left: 20px;
}

.services_decisions_list {
    color: #605E5E;
    font-size: 15px;
    margin-top: 15px;
}

.about_info_decisions {
    font-size: 15px;
    color: #605E5E;
    word-spacing: 1px;
    margin-bottom: 20px;
}

.decisions_base {
    font-size: 22px;
    color: #303536;
    margin-top: 40px;
    margin-bottom: 0;
}

.vendors_container {
    display: flex;
}

.vendors {
    margin-top: 0;
    margin-right: 40px;
}

.vendors_list {
    font-size: 17px;
    color: #605E5E;
    letter-spacing: 0.5px;
    margin-top: 25px;
}

.footer {
    height: 70px;
    background-color: #303536;
}

.footer_info {
    padding-top: 25px;
}

.footer_logo {
    color: white;
    font-size: 14px;
    margin-left: 150px;
    float: left;
}

.mail {
    text-decoration: none;
    color: white;
    font-size: 14px;
    float: right;
    margin-right: 100px;
}

.telephone_number {
    text-decoration: none;
    color: white;
    font-size: 14px;
    float: right;
    margin-right: 150px;
}
