.right_container .news_block {
    overflow: initial;
}
.right_container .news_block_title  {
    border-radius: 6px 6px 0 0;
}
#unite {
    display: flex;
    flex-direction: column;
}
/*.wrapper_search {*/
/*    margin-bottom: 0;*/
/*    border-radius: 6px 6px 0 0;*/
/*}*/
#unite, #unite iframe{
    flex-grow: 1;
}
.left_container .download_content__wrapper h1 {
    background-color: #102232;
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    font-weight: 400;
    padding: 30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 0;
}
/*.menu + .grid .left_container > .download_content__wrapper {*/
/*    padding-top: 0;*/
/*}*/
.download_highlights {
    padding: 20px 24px;
    background: #F6F8FA;
    border-radius: 10px;
    break-after: avoid;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.download_highlights ul {
    padding-left: 18px;
}
.download_highlights li {
    margin-bottom: 3px;
    font-size: 17px;
}
.download_highlights.qr_block {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 30px;
}
.download_highlights.qr_block img {
    margin-bottom: 20px;
    margin-right: 0;
    width: 200px;
    height: 200px;
}
.windows .download_highlights {
    margin-bottom: 27px;
}

.download_page_block:not(.windows) {}


.users_say {
    background: #F6F8FA;
    border-radius: 10px;
    padding: 20px 30px;
}
.download_page_block.users_say__wrap {
    margin-bottom: 0;
}
.download_btn_new {
    width: 100%;
    max-width: 321px;
}

.download_btn_new + .list_item {
    margin-bottom: 30px;
}
.download_btn_new .a_btn__icon {
    top: 18px;
    display: flex;
}

.users_say .slide {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.users_say .author {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.users_say p {
    font-size: 17px;
}
.users_say .wrapper {
    height: 198px;
}
.users_say .over {
    /*margin-bottom: 20px;*/
    height: 100%;
    display: flex;
    align-items: center;
}
.users_say img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    object-fit: cover;
    border: none;
}
.download_page_block span {
    margin: 0;
    line-height: normal;
    font-size: 17px;
}
.users_say__header {
    padding-left: 32px;
    position: relative;
}
.users_say__header p {
    position: relative;
    font-weight: 500;
}
.users_say__header::before {
    content: '';
    width: 89px;
    height: 61px;
    position: absolute;
    left: 0;
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2290%22%20height%3D%2262%22%20viewBox%3D%220%200%2090%2062%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M20.285%2039.0222C9.55684%2039.0222%200.834839%2030.3002%200.834839%2019.572C0.834839%208.84377%209.55684%200.121765%2020.285%200.121765C31.0133%200.121765%2039.7353%208.84377%2039.7353%2019.572L39.828%2022.2976C39.828%2043.843%2022.3728%2061.2054%200.92013%2061.2054V50.1175C8.37388%2050.1175%2015.2825%2047.2102%2020.5558%2041.9406C21.5607%2040.9357%2022.4618%2039.8491%2023.3741%2038.7589C22.3691%2038.9406%2021.2826%2039.0296%2020.2813%2039.0296L20.285%2039.0259V39.0222ZM70.2919%2039.0222C59.5637%2039.0222%2050.8417%2030.3002%2050.8417%2019.572C50.8417%208.84377%2059.5637%200.121765%2070.2919%200.121765C81.0201%200.121765%2089.7421%208.84377%2089.7421%2019.572L89.8348%2022.2976C89.8348%2043.843%2072.4761%2061.2054%2050.927%2061.2054V50.1175C58.3808%2050.1175%2065.3821%2047.2102%2070.5626%2041.9406C71.5676%2040.9357%2072.5614%2039.8491%2073.381%2038.7589C72.376%2038.9406%2071.3822%2039.0296%2070.2882%2039.0296L70.2919%2039.0259V39.0222Z%22%20fill%3D%22%23EFF3F6%22%2F%3E%0A%3C%2Fsvg%3E%0A') no-repeat;
}

.download_page_block.windows>div {
    width: 48%;
    flex-shrink: 0;
}

.download_page_block__wrap {
    width: calc(50% - 10px);
}

/*@media (min-width: 1100px) {*/
/*    .menu + .grid .right_container:after {*/
/*        display: none;*/
/*    }*/
/*    .menu + .grid .news_block {*/
/*        position: relative;*/
/*    }*/
/*    .news_wrap {*/
/*        height: calc(100% - 62px);*/
/*        position: absolute;*/
/*    }*/
/*}*/
@media (max-width: 800px){
    .download_page_block.windows>div {
        width: 100%;
    }
    .download_page_block.windows {
        column-count: 1;
    }
    .windows .download_highlights {
        margin-bottom: 20px;
    }
    .users_say .wrapper {
        height: 250px;
    }
    .users_say .slide {
        min-height: 100%;
        height: auto;
    }
}

@media (max-width: 680px) {
    .download_page_block__wrap {
        width: 100%;
    }
    .download_page_block__wrap:first-child {
        margin-right: 0;
    }
    .download_btn_new {
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 600px) {
    .users_say .wrapper {
        height: 280px;
    }
    .download_btn_new {
        width: 100%;
    }
    .download_page_block__wrap{
        width: 100%;
    }
    .download_page_block__wrap:first-child {
        margin-right: 0;
    }
    .os_tabs>a:before {
        width: 24px;
        height: 24px;
    }
    .download_highlights:not(.qr_block) {
        width: auto;
        margin-left: -20px;
        margin-right: -20px;
        padding: 15px 30px;
    }
    .users_say {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .menu + .grid .left_container .download_content__wrapper {
        padding-bottom: 0;
    }
    .download_highlights.qr_block {
        width: 100%;
    }
}