.article {
    padding-top: 80px;
    margin-bottom: 120px;
}

.article-title-medium {
font-size: 36px;
}

.article-text {
margin-bottom: 20px;
font-weight: 400;
font-size: 16px;
line-height: 130%;
color: #535755;
}

.article-text:last-child{
    margin-bottom: 0;
}

.article-mb {
    margin-bottom: 80px;
}

.article-mb-2 {
    margin-bottom: 40px;
}

.article-img-decor-wrapper {
    position: relative;
}


.article-img-decor-wrapper-1::before{
    top: 100px;
    left: 0;
}

.article-img-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;
}


.article-play-button{
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
padding: 0;
background-color: #3596ED;
border: none;
width: 60px;
height: 60px;
border-radius: 50%;
cursor: pointer;
-webkit-transition: opacity 0.2s, background-color 0.2s;
-o-transition: opacity 0.2s, background-color 0.2s;
transition: opacity 0.2s, background-color 0.2s;
}

.article-play-button:hover {
    background-color:#2294f8;
    
}

.article-play-button:not(:disabled):active {
    background-color:#1d7bcd;
}

@media (width <= 768px) {

    .article-img-decor-wrapper::before {
        display: none;
    }

.article-mb {
margin-bottom: 60px;
}

.article-title-medium {
    font-size: 32px;
}
}

@media (width <= 768px) {
.article {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 0;
}

.article-title-medium {
    font-size: 28px;
}

.article-mb {
    margin-bottom: 40px;
}

.article-mb-2 {
    margin-bottom: 30px;
}

.article-play-button {
    width: 50px;
    height: 50px;
}

.article-play-button img {
    width: 18px;
    height: 18px;
}
 }