

article {
    padding-top: 80px;
    margin-bottom: 120px;
}

.article-title {
    max-width: 596px;
    margin-bottom: 40px;
    font-family: Oswald, sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 115%;
    text-transform: uppercase;
    color: #2c332f;
}

.article-text {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #535755;
}

.article-mb {
    margin-bottom: 80px;
    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(../img/декор\ 2.svg) no-repeat;
    width: 528px;
    height: 48px;
}

.article-decor-wrapper-1::before {
    top: 100px;
    left: -350px;
}

.article-decor-wrapper-2::before {
    top: 328px;
    right: -350px;
}


.article-img-1 {
    width: 100%;
    margin-bottom: 80px;
}

.article-img-2 {
    width: 100%;
    margin-bottom: 40px;
}

.article-second-title {
    margin-bottom: 40px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 115%;
    text-transform: uppercase;
    color: #2c332f;
}

.article-list {
    margin-top: 0;
    padding-left: 16px;
    margin-bottom: 80px;
}

.article-item {
    margin-bottom: 14px;
}

.article-item::marker {
    color: #3596ED;
    font-size: 24px;
    padding-right: 8px;
}

.wrapper-button {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    padding: 0;
    background-color: #3596ED;
    border: none;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    transition: background-color 0.2s;
}

.wrapper-button:hover {
    background-color: #48a6f8;
}

.wrapper-button:active {
    background-color: #2a7bc2;
}
/* .article-video {
    width: 100%;
    margin-bottom: 40px;
} */