

/* Start:/local/templates/square-blue/components/bitrix/news.list/blue-arrow-blocks/style.css?17611295051838*/
.blue-arrow-wrapper {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    position: relative;
}
.blue-arrow-wrapper .arrow-item {
    position: relative;
    margin-bottom: -60px;
    width: calc(50% - 8px);
}
.blue-arrow-wrapper .arrow-item-title {
    text-transform: uppercase;
    padding: 60px 25px;
    flex-direction: column;
    justify-content: center;
    display: flex;
    text-align: center;
    background-color: var(--main-color);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    min-height: 350px;
    font-size: 36px;
    line-height: 100%;
}

.blue-arrow-wrapper .arrow-item-circle {
    display: block;
    position: relative;
    height: 120px;
    width: 120px;
    background: var(--secondary-color);
    border-radius: 50%;
    text-align: center;
    align-content: center;
    border: 7px solid white;
    top: -60px;
    margin-left: auto;
    margin-right: auto;
}
.scroll-block {
    position: absolute;
    right: 17px;
    top: 50%;
    display: none;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    transform: translate(-50%, -70%);
}
.scroll-block.active {
    display: flex;
}
.scroll-block .scroll-item {
    cursor: pointer;
    background-color: var(--main-color);
    padding: 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.scroll-block .scroll-item._down img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (max-width: 699px) {
    .blue-arrow-wrapper {
        flex-direction: column;
    }
    .blue-arrow-wrapper .arrow-item {
        width: 100%;
    }
}
/* End */
/* /local/templates/square-blue/components/bitrix/news.list/blue-arrow-blocks/style.css?17611295051838 */
