.article {
    padding-top: 80px;
    padding-bottom: 120px;
}

.article-text {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #535755;
}

.article-text:last-child {
    margin-bottom: 0;
}

.big-bottom-1 {
    margin-bottom: 80px;
}

.big-bottom-2 {
    margin-bottom: 40px;
}

.article-decor-wrapper {
    position: relative;
}

.article-decor-wrapper-1::before {
    top: 100px;
    left: 0;
}

.article-decor-wrapper-2::before {
    right: 0;
    bottom: 136px;
}

.article-list {
    margin-top: 0;
    padding-left: 16px;
}

.article-item:not(:last-child) {
    margin-bottom: 12px;
}

.article-item::marker {
    font-size: 22px;
    color: #3596ED;
}

.player-button {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60px;
    height: 60px;
    padding: 0;
    background-color: #3596ED;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: background-color 0.2s, background-color 0.2s;
    -o-transition: background-color 0.2s, background-color 0.2s;
    transition: background-color 0.2s, background-color 0.2s;
}

.player-button:hover {
    background-color: #55b0ff;
}

.player-button:not(:disabled):active {
    background-color: #0072d5;
}

@media (width <=768px) {

    .article {
        padding-bottom: 80px;
    }

    .title-h3 {
        font-size: 32px;
    }

    .big-bottom-1 {
        margin-bottom: 60px;
    }

    .article-decor-wrapper::before {
        display: none;
    }


}

@media (width <=576px) {
    .article {
        padding: 60px 0 60px;
    }

    .big-bottom-1 {
        margin-bottom: 40px;
    }

    .big-bottom-2 {
        margin-bottom: 30px;
    }

    .player-button {
        width: 50px;
        height: 50px;
    }

    .player-button img {
        width: 17px;
        height: 17px;
    }
}
