body {
    background: url("/wp-content/themes/sandbox/img/backgrounpage1.jpg");
    background-position: top center;
    background-repeat: no-repeat;
}

/*button.hamburger span, button.hamburger:after, button.hamburger:before {*/
/*    background: #fff;*/
/*}*/

.header_logo {
    max-width: 250px;
}

.wp-block-image img {
    display: block;
    width: auto;
    margin: auto;
}

.menu-item-has-children {
    position: relative;
}

.img_top_page {
    height: fit-content;
}

.is-style-stripes tr, .is-style-stripes td {
    border-bottom-width: 1px;
    padding: 0.5rem 0.5rem;

}

.is-style-stripes th {
    font-size: 1.2em;
    border-bottom-width: 1px;
    padding: 0.5rem 0.5rem;

}

.mess_headeres {
    display: flex;
    align-items: center;
}

.mess_headere {
    display: block;
    width: 35px;
    height: auto;
    margin: 0 5px;
}

.mess_headere img {
    display: block;
    width: 100%;
}

.phone_header {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 530px) {
    /*.header_logo {*/
    /*    display: none !important;*/
    /*}*/
    .navbar .navbar-brand {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .topbar {
        flex-direction: column !important;
    }

    .navbar-other {
        margin: 0 !important;
        justify-content: space-around;
        max-width: 100%;
        width: 100%;
    }
}

.services_dop {
    height: 125px;
    width: calc(50% - 10px);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    background: #000;
    border-radius: 1em;

}

.services_dop:hover .services_dop_img {
    opacity: 0.3;
}

.services_dop_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.5;


}

.services_dop_text {
    position: relative;
}

.table_block_contain {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
}

.table_block_item {
    display: flex;
    border-bottom: 1px solid #f6f6f6;
}

.table_block_item:hover {
    background: #dcdcdc;
}

.table_block_col_1 {
    display: flex;
    padding: 15px;
    width: 50%;
    align-items: center;
}

.table_block_contain_col_2 {
    display: flex;
    padding: 15px;
    width: 20%;
    align-items: center;
}

.table_block_contain_col_3 {
    display: flex;
    align-items: center;
    padding: 15px;
    width: 30%;
}


.table_block_img {
    flex: 0 0 95px;
    max-width: 95px;
}

.table_block_type {
    max-width: 150px;
    width: 100%;
    /*margin: auto;*/
    text-align: center;
    font-size: 1rem;
    margin-bottom: 0;
}

.table_block_type span {
    font-weight: 600;
    font-size: 1.25rem;
}

.table_block_text {
    margin: 0;
    font-size: 16px;
    line-height: 1.2em;
}

.table_block_price {
    margin: 0;
    text-align: center;
    align-items: center;
    font-size: 1rem;
    color: #2a4c8d;
}

.table_block_price span {
    font-weight: 600;
    font-size: 1.25rem;
}

.table_block_description {
    font-size: 14px;
    line-height: 1.2em;
    margin: 0;
}

.table_block_mobile_price {
    display: none;
    margin: 0;
    text-align: center;
    align-items: center;
    font-size: 1rem;
    color: #2a4c8d;
}

.table_block_mobile_price span {
    font-weight: 600;
    font-size: 1.25rem;
}

@media (max-width: 992px) {
    .services_dop {
        width: calc(100% - 20px);
        margin: 10px auto;
    }

    .img_top_page {
        position: absolute;
        max-width: 450px !important;
        width: 100% !important;
        height: auto;
        opacity: .2;
        z-index: -1;
        left: 0;
    }

    body {
        background: url("/wp-content/themes/sandbox/img/backgrounpage.jpg");
        background-position: top center;
        background-repeat: no-repeat;
    }

    .navbar.banner--stick {
        /*background: #1e2228;*/
    }

    .table_block_item {
        flex-direction: column;
    }

    .table_block_col_1 {
        width: 100%;
    }

    .table_block_contain_col_2 {
        width: 100%;
        padding: 0;
        display: flex;
        justify-content: center;
        order: 2;
    }

    .table_block_contain_col_3 {
        width: 100%;
        padding: 0 15px;
    }

    .table_block_description {
        width: 100%;
    }
}


@media (max-width: 768px) {
    .header_logo {
        max-width: 150px;
    }

}

@media (max-width: 520px) {
    .text-line.text-dark:before {
        display: none;
    }
    .table_block_contain_col_3 {
        display: none;
    }

    .table_block_contain_col_2 {
        display: none;
    }

    .table_block_col_1 {
        flex-wrap: wrap;

    }

    .table_block_mobile_price {
        display: block;
        margin: 0 auto;
    }

    .table_block_text {
        order: 2;
        padding: 10px 15px;
    }

    .table_block_type {
        width: 120px;
    }
    .p-4.fs-32.text-uppercase.text-line.text-dark {
        display: flex;
        flex-direction: column;
    }
    .images_about {
        display: none;
    }
}

@media (max-width: 400px) {
    .phone_header {
        font-size: 1rem !important;
        margin: auto;
    }

    .table_block_mobile_price {
        width: 100%;
        display: flex;
        justify-content: center;
        padding-top: 10px;
    }
}

.owl-carousel .owl-item .blockquote-details img {
    width: 60px;
    height: 60px;
}

@media (max-width: 520px){
    .topbar .navbar-brand.py-4 {
        display: none;
    }
}