
.blog_cat .main_blog_left, .blog_cat .main_blog_right {
    margin-bottom: 20px;
}
.blog_cat .main_blog {
    padding-top: 25px;
}
.breadcrumbs-list .breadcrumbs-item:not(.active)::after {
    content: " - ";
    color: rgb(121, 121, 121);
    margin-left: 2px;
    margin-right: 5px;
    font: caption;
}

section.breadcrumbs, section.breadcrumbs a {
    color: #1d2029;
    font-size: 13px;
}
section.breadcrumbs a:hover {
    color: #d24544;
}
.breadcrumbs-list {
    display: flex;
}
section.breadcrumbs {
    padding-bottom: 10px;
    padding-top: 15px;
}

.h1_bread h1 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 25px;
    margin-bottom: 0;
}
section.h1_bread, section.breadcrumbs {
    background: #fbf8f8;
}
.about_text ul {
    margin: 20px 0 20px 40px;
    list-style: none;
    margin-left: 0;
}
a.btn_or {
    background: #eb5a0f;
    color: #fff;
    padding: 20px 40px;
}
.about_btn_div {
    display: flex;

    align-items: center;
}
.about_btn_div a {
    margin-right: 20px;
}
.about img {
    width: 100%;
    display: block;
height: 440px;
    object-fit: cover;
}
.main_akcii + .about img{
    height: 390px;
}

.sale_img img {
    display: block;
    width: 100%;
}
.sale_text {
    padding: 20px;
}
.sale_item {
    background: #fff;
    border: 1px solid #ededed;
    transition: ease-in-out .3s;
}

.sale_text p {
    margin-bottom: 0;
    transition: ease-in-out .3s;
    font-weight: 500;
}



.vak {
    margin-bottom: 60px;
}
.vak .main_categories_list_menu_item {
    padding: 10px;
    font-weight: 700;
    transition: ease-in-out .3s;
}
.vak .main_categories_list_menu {
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
}
.vak b {
    font-weight: 500;
}
.vak .sub_categories_list_menu {
    padding: 20px;
}


.vac_text{
    background: #d4d4d4;
}
.vac_text p {
    font-size: 20px;
    text-align: center;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 0;
}
.vac_text span {
    display: block;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    font-weight: 500;
}
a {
    color: #eb5a0f
}
a:hover {
    color: #a73c04
}
.vac_text {
    margin-top: 60px;
}

.cont_table tr td:first-child {
    font-weight: 700;
    width: 35%;
}
.cont_table tr td:last-child {
    width: 65%;
}
.cont_table table tr:nth-child(odd) {
    background: #f6f6f7;
}
.cont_table td {
    padding: 10px 20px;
}
.cont_table table {
    width: 100%;
    margin-bottom: 60px;
}
.cont_table h2 {
    margin-bottom: 40px;
}
.contacts_map_info .cont_btn {
    background: #eb5a0f;
    display: flex;
    align-items: center;
    padding: 13px 20px;
    font-size: 16px;
    font-family: "Gilroy";
    font-weight: 500;
    color: #fff;
    line-height: 1.25;
    justify-content: center;
    border: 1px solid #eb5a0f;
    transition: ease-in-out .3s;
    width: 100%;
    cursor: pointer;
}
.contacts_map_info .cont_btn:hover {
    color: #eb5a0f;
    background: #fff;
    transition: ease-in-out .3s;
}
.contact_soc img {
    max-width: 22px;
    margin-right: 10px;
}
.contacts_map_info {
    position: absolute;
    background: #fff;
    top: 70px;
    left: 70px;
    width: 300px;
}
.contacts_map_info h2 {
    background: #ededed;
    padding: 20px;
}
.contacts_map_info > div > img {
    display: block;
    height: 21px;
    width: initial;
    margin-right: 20px;
}

.contacts_map_info > div {
    padding: 20px;
    border-bottom: 1px solid #ededed;
    display: flex;
    align-items: flex-start;
}
.contacts_map_info a {
    color: #38393f;
}
a.contact_tel {
    font-size: 20px;
    font-weight: 500;
}






@media(max-width: 1199px){
    .about_text ul {
        margin-left: 20px;
    }
    .about_btn_div {

        flex-direction: column;
        align-items: flex-start;
    }
    .about_btn_div a {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .sale_text {
        padding: 12px;
        font-size: 13px;
        line-height: 1.4;
    }
}

@media (max-width: 992px) {
    .about_btn_div {
        margin-bottom: 20px;
    }

}
@media (max-width: 768px) {
    .about_btn_div {
        margin-bottom: 20px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
        line-height: 28px;
    }

    h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .about_text ul {
        margin-left: 0;
    }
    .about_text br {
        display: none;
    }
    .about_btn_div {
        margin-left: 0;
    }
    .main_categories_list {
        margin: 0 0px;
    }
    .main_categories_list > .col-md-6 > .main_categories_item > .main_categories_list_text {
        padding: 10px;
    }
    ul.sub_categories_list li {
        float: initial;
        width: initial;
    }
    .main_categories_list .sub_categories_list {
        display: block;
    }
    .vak .main_categories_list_menu {
        margin-bottom: 10px;
    }
    .contacts_map_info {
        position: initial;
        width: 100%;
        margin-top: 30px;
    }
    .contacts_map iframe {
        height: 300px !important;
    }
    .cont_table h2 {
        margin-bottom: 20px;
    }
    .cont_table td {
        padding: 5px 10px;
        font-size: 12px;
    }


}
