.about_service .nav_block_in {
    height: 48px;
}
.about_service .nav_block {
    padding: 0;
    margin: 0 0 88px 0;
    height: 48px;
}
.about_service .nav_block_in a {
    color: #36080A;
    line-height: 28px;
    white-space: nowrap;
}
.about_service .nav_block_in a:before {
    background-color: #F7F1ED;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
}
.about_service .nav_block_in a:first-child::before {
    border-radius: 0 26px 26px 0;
}
.about_service .nav_block_in a:last-child::before {
    border-radius: 26px 0 0 26px;
}
.about_service .nav_block_in a.active::after {
    content: "";
    top: 0;
    left: 0;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    z-index: -1;
    border: 2px solid #DECDBA;
    background-color: #fff;
    border-radius: 26px;
    line-height: 24px;
}
.about_service .nav_block_in a:hover {
    padding-left: 32px;
    padding-right: 32px;
}
.about_service .nav_block_in a:hover:not(.active) {
    background: #DECDBA;
}

.about_service .right_block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.about_service p {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 32px;
}
.about_service .right_block button {
    margin-top: auto;
}
.about_service h2 {
    margin-bottom: 40px;
}
.about_service .btn_read_more {
    padding-right: 16px;
    margin-right: -16px;
}
.about_service .btn_read_more:after {
    transform: rotate(0deg);
}
.read-more-content .news_img {
    display: none;
}
.about_service .no_border img {
    border-radius: 20px;
    max-height: 366px;
}
.about_us_page .news_img {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.about_us_page .about_service .no_border img {
    max-width: 586px;
    width: 100%;
}
.about_us_page .about_service p {
    margin-bottom: 0;
}

.play_button_video_small {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 24px;
    bottom: 24px;
    background: linear-gradient(23.72deg, #EADED2 -50.34%, #FFB490 29.44%, #F18477 79.37%);
    border-radius: 50%;
    border: none;
    transition: .3s ease-in-out;
    z-index: 3;
    cursor: pointer;
}
.play_button_video_small:after {
    content: "";
    display: block;
    border-radius: 50%;
    background: url(../images/core/ico_pause.svg) 50% 50% no-repeat;
    width: 35px;
    height: 35px;
    background-size: 8px 10px;
}
.play_button_video_small.stopped:after {

    background: url(../images/core/ico_play.svg) 50% 50% no-repeat;
}
.about_us_numbers_header {
    display: flex;
    width: 100%;
    gap: 56px;
    text-shadow: 2px 2px #000
}

    .about_us_numbers_header .item_block {
        flex: 1 0 200px;
        max-width: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px
    }

.top_section .about_us_numbers_header picture {
    position: relative
}

.top_section .about_us_numbers_header img {
    width: 100px;
    margin: 0 auto;
    display: block
}

.top_section .about_us_numbers_header .tite_block {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px
}

.top_section .about_us_numbers_header .txt_block {
    font-size: 18px;
    line-height: 26px
}

.about_us_media .container {
    width: 1227px
}
.community_page .header_block_in h1 {
    margin-bottom: 252px;
    font-size: 48px;
}
@media screen and (max-width: 1023px) {
    .about_service .row {
        flex-direction: column;
        gap: 40px;
    }
    .about_service .nav_block_in {
        margin-top: 0;
    }
    .about_service .bordered_img {
        max-width: 720px;
        margin: 0 auto;
    }
    .about_service .nav_block {
        margin-bottom: 64px;
        margin-left: -16px;
    }

    .about_service .nav_block_in a,
    .about_service .nav_block_in a:hover {
        transition: none;
        padding-left: 16px;
        padding-right: 16px;
    }
    .read-more-content .news_img {
        display: flex;
        margin-top: 40px;
        margin-bottom: 16px;
    }
    .about_service .no_mobile {
        display: none;
    }
    .about_us_page .news_img {
        justify-content: center;
    }
    .about_us_page .read-more-content.hide .read-more-content_in {
        height: 200px;
        max-height: 200px;
    }

    .top_section .about_us_numbers_header img {
        width: 52px;
        max-width: 100%;
        height: auto;
    }
    .about_us_numbers_header {
        gap: 8px;
        justify-content: center;
        width: 444px;
        max-width: 100%;
        margin: 0 auto;
    }

    .about_us_numbers_header .item_block {
        flex: 1 0 142px;
        max-width: 33%;
    }
}

@media screen and (max-width: 425px) {
    .about_us_numbers_header {
        justify-content: center;
        gap: 0px
    }
}