/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* Main==================================================================================== */
main {
    margin-bottom: 110px;
}

section {
    margin-bottom: 0;
}

.main-page {
    position: relative;
}

.preview {
    margin-bottom: 65px;
}

/* .preview-text__first {} */

/* .preview-text__second {} */

.title-text {
    color: #2c332f;
    font-family: Oswald;
    font-size: 48px;
    font-weight: 600;
    line-height: 115%;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 0 5px rgba(0, 0, 0, 0.25);
}

.image-gym {
    max-width: 1230px;
    margin-bottom: 65px;
    width: 100%;
}

.group-activities {
    margin-bottom: 65px;
}

div.group-activities h3 {
    color: #2c332f;
    font-family: Oswald;
    font-size: 36px;
    font-weight: 600;
    line-height: 115%;
    text-align: left;
    text-transform: uppercase;
}

.group-activities__list li::marker {
    color: #3596ed;
}

ul.group-activities__list li {
    margin-bottom: 12px;
}

.group-activities__list-article {
    color: #535755;
    font-family: Oswald;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    text-align: left;
}

.comment-gym-video {
    position: relative;
}

div.comment-gym h3 {
    color: #2c332f;
    font-family: Oswald;
    font-size: 36px;
    font-weight: 600;
    line-height: 115%;
    text-align: left;
    text-transform: uppercase;
}

div.comment-gym video {
    max-width: 1230px;
    margin-bottom: 20px;
    width: 100%;
}

div.comment-gym p {
    margin-bottom: 120px;
    color: #535755;
    font-family: Oswald;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    text-align: left;
}

/*decor=============================================================================*/

.decor-square {
    position: relative;
}

.decor-square-hero::after {
    top: 455px;
    width: calc(50% - 250px);
}

section.comment-gym-video .decor-square-hero::after {
    top: 455px;
    width: 100%;
    left: 50%;
}


.decor-button-video {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background-color: #3596ed;
    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;
    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;
}

.decor-button-video:hover {
    background-color: #3ba3ff;
}

.decor-button-video:not(:disabled):active {
    background-color: #1670be;
}

.decor-button--position {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
}

.decor-button-video__item {
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-left: 32px solid #f1f1f1;
    border-bottom: 16px solid transparent;
}

/* @media================================================================================ */


@media (width <=1440px) {}

@media (width <=992px) {
    .decor-square-hero::after {
        display: none;
    }

    .image-gym {
        margin-bottom: 0;
    }

    .preview {
        margin-bottom: 0;
    }

    .group-activities {
        margin-bottom: 0;
    }

    div.comment-gym p {
        margin-bottom: 0;
    }

    main {
        margin-bottom: 30px;
    }
}

@media (width <=768px) {}

@media (width <=576px) {}