
.article {
    padding-top: 80px;
}

.article-text {
    margin-bottom: 20px;
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #535755;
}

.article-decor-wrapper {
    position: relative;
    
}

.article-decor-wrapper::before {
    content: "";
    position: absolute;
    z-index: -1;
    background: url(../images/decor-icon.svg) no-repeat;
    width: 528px;
    height: 48px;
}

.article-decor-wrapper-1::before {
    top: 100px;
    left: -350px;
}

.article-decor-wrapper-2::before {
    right: -350px;
    bottom: 136px;
}

.article-images, 
.article-video {
    width: 100%;
}
.article-images-mb {
    margin-bottom: 80px;
}
.article-video-mb {
    margin-bottom: 40px;
}

.article-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 0;
    background-color: #3596ED;
    border: none;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
}

.article-list {
    margin-bottom: 0;
    padding-left: 16px;
}

.article-item {
    margin-bottom: 12px;
}

.article-item::marker {
    font-size: 22px;
    color: #3596ED;
}

.article-list-mb {
    margin-bottom: 80px;
}

.article-text-mb {
    margin-bottom: 120px;
}

