.rollup-block .top-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
}

.rollup-block .top-btn {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='11.5' transform='rotate(90 12 12)' stroke='white'/%3E%3Cpath d='M17.3008 12L7.00004 12' stroke='white'/%3E%3C/svg%3E%0A");
}

.rollup-block .top-btn::after {
    content: "";
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    transition: opacity 0.3s;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1504 17.1504L12.1504 6.84965' stroke='white'/%3E%3C/svg%3E%0A");
}

.rollup-block.active .top-btn::after {
    opacity: 0;
}

.rollup-block .block-top {
    display: flex;
    border-bottom: 1px solid #6cace4;
    justify-content: space-between;
    min-height: 28px;
    align-items: center;
    cursor: pointer;
}

.rollup-block .top-title {
    padding: 10px 20px;
    padding-left: unset;
}

.rollup-block {
    margin-bottom: 30px;
}

.rollup-block .block-bottom {
    background-color: #6cace4;
    display: none;
    opacity: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.rollup-block.active .block-bottom {
    display: block;
}

.rollup-block.active .top-btn:after {
    transform: rotate(0deg);
}

.rollup-block .block-bottom-in {
    padding: 10px 30px;
}


@media(min-width:768px) and (max-width:1280px) {
    .rollup-block .top-title {
        font-weight: 700;
        font-size: 1.40625vw;
        line-height: 140%;
    }

    .rollup-block .top-btn {
        width: 1.875vw;
        height: 1.875vw;
        flex-shrink: 0;
        position: relative;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='11.5' transform='rotate(90 12 12)' stroke='white'/%3E%3Cpath d='M17.3008 12L7.00004 12' stroke='white'/%3E%3C/svg%3E%0A");
    }

    .rollup-block .top-btn::after {
        content: "";
        top: 0vw;
        bottom: 0vw;
        left: 0vw;
        right: 0vw;
        position: absolute;
        transition: opacity 0.3s;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1504 17.1504L12.1504 6.84965' stroke='white'/%3E%3C/svg%3E%0A");
    }

    .rollup-block.active .top-btn::after {
        opacity: 0;
    }

    .rollup-block .block-top {
        display: flex;
        border-bottom: 0.07813vw solid #6cace4;
        justify-content: space-between;
        min-height: 2.1875vw;
        align-items: center;
        cursor: pointer;
    }

    .rollup-block .top-title {
        padding: 0.78125vw 1.5625vw;
        padding-left: unset;
    }

    .rollup-block {
        margin-bottom: 2.34375vw;
    }

    .rollup-block .block-bottom {
        background-color: #6cace4;
        display: none;
        opacity: 0;
        font-weight: 400;
        font-size: 1.25vw;
        line-height: 140%;
    }

    .rollup-block.active .block-bottom {
        display: block;
    }

    .rollup-block.active .top-btn:after {
        transform: rotate(0deg);
    }

    .rollup-block .block-bottom-in {
        padding: 0.78125vw 2.34375vw;
    }
}


@media(max-width:767px) {
  .rollup-block .top-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
}

.rollup-block .top-btn {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='11.5' transform='rotate(90 12 12)' stroke='white'/%3E%3Cpath d='M17.3008 12L7.00004 12' stroke='white'/%3E%3C/svg%3E%0A");
}

.rollup-block .top-btn::after {
    content: "";
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    transition: opacity 0.3s;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1504 17.1504L12.1504 6.84965' stroke='white'/%3E%3C/svg%3E%0A");
}

.rollup-block.active .top-btn::after {
    opacity: 0;
}

.rollup-block .block-top {
    display: flex;
    border-bottom: 1px solid #6cace4;
    justify-content: space-between;
    min-height: 28px;
    align-items: center;
    cursor: pointer;
}

.rollup-block .top-title {
    padding: 10px 20px;
    padding-left: unset;
}

.rollup-block {
    margin-bottom: 20px;
}

.rollup-block .block-bottom {
    background-color: #6cace4;
    display: none;
    opacity: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.rollup-block.active .block-bottom {
    display: block;
}

.rollup-block.active .top-btn:after {
    transform: rotate(0deg);
}

.rollup-block .block-bottom-in {
    padding: 5px 20px;
}
}