.new-bg-wrapper {
    /* background: url('/local/templates/copy/assets/img/bg-tests.png'); */
    /*background: linear-gradient(313.82deg, #0085FF -15.12%, rgba(12, 62, 136, 0) 27.24%), linear-gradient(61.77deg, #E71212 -68.01%, rgba(231, 18, 44, 0) 29.24%), linear-gradient(0deg, #2A2A3A, #2A2A3A), #0CBB33;*/
}

.page-content {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 145px 0 0 0;
    color: #fff;
    background: url('/local/templates/redesign2023/assets/img/dashboard/bg.jpg') no-repeat;
    background-size: 100% 100%;
}

.about-me_page-content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: #23232CFC;
}

.page-content.about-me_page-content {
    padding: 100px 0;
}

.page-content__test {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    padding: 0;
}

.page-content__test .inner-section-title {
    width: 100%;
    max-width: 1100px;
}

.page-content__test .inner-section-title h1 {
    font-weight: 400;
    font-size: 24px;
    line-height: 0.9;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.page-content__test .inner-section-title h1 .big {
    padding: 10px 0 0 0;

    font-weight: 700;
    font-size: 48px;
}

.page-content .container-fluid {
    width: 100%;

    display: flex;
    justify-content: space-between;
    gap: 20px;

    margin: 0 auto;
    padding: 50px 30px;
}

.page-content__test .container-fluid {
    background: #32323e;
}

.personal-page-content .container-fluid {
    max-width: 1100px;
}

.page-content .container-fluid.big-padding {
    padding: 22vh 30px;
}

.page-content .container-fluid .test-page-content {
    width: 100%;
    max-width: 1100px;

    margin: 0 auto;
}

.test-row {
    width: 100%;
    max-width: 1100px;

    margin: 30px auto 0 auto;
    padding: 0 30px;

    font-size: 20px;
}

.test-row.dashboard {
    padding: 0;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
}

.col-sm-6 {
    width: 48%;
    border: 1px solid #33dbff;
    _-webkit-box-shadow: 0 0 20px rgb(43 183 216 / 50%), inset 0 0 20px rgb(43 183 216 / 50%);
    _box-shadow: 0 0 20px rgb(43 183 216 / 50%), inset 0 0 20px rgb(43 183 216 / 50%);
    margin: 0 0 20px 0;
}

.test-item {
    width: 100%;

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: space-between;
}

.test-item .title {
    margin-bottom: 30px;

    font-weight: 700;
    font-size: 30px;
    line-height: 0.9;
    color: #F6F6F6;
}

.test-item .description {
    margin: 10px 0 20px 0;

    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #FFFFFF;

    opacity: 0.7;
}

.test-group:first-child .test-item .description {
    min-height: 84px;
}

.test-item .link-regular {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    text-decoration-line: underline;
    color: #0FA9F8;
    font-style: normal;
    text-transform: none;

    border: none;
}

.test-item .link-regular::after {
    display: none;
}

.test-item .test-item__text {
    margin: 20px 0 15px;
}

.test-item .title-before {
    position: absolute;
    top: 6px;
    left: -50px;
    content: "0" counter(testCounter);
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    font-style: italic;
}

.test-item .bottom-block {
    margin: auto 0 0 0;
}

.link-regular {
    position: relative;

    padding: 0 0 5px 0;

    letter-spacing: .1em;
}

.test-item .link-regular {
    display: inline-block;

    margin: 20px 0;

    font-size: 16px;
}

.small-title {
    margin: 0 0 20px 0;

    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}

.results-list .test-link {
    padding: 20px 30px;

    font-size: 16px;

    border-radius: 6px;
}

.results-list a.test-link {
    background: #0FA9F8;
}

.results-list span.test-link {
    background: #43434E;
}

.socials-section .container-fluid {
    max-width: 1100px;

    margin: 0 auto;
    padding: 0 30px;
}

.bottom-socails {
    display: flex;
    border-radius: 98px;
    border: 3px solid #FF3850;
    overflow: hidden;
    padding: 0;
}

.bottom-socails-title {
    color: white;
    font-size: 29px;
    line-height: 30px;
}

.socials-section-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43%;
    background: red;
    text-align: center;
    padding: 30px 0;
}

.socials-section-grid {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 57%;
}

.ya-share2, .ya-share2__container {
    height: 100%;
    width: 100%;
}

.ya-share2__list {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.ya-share2__item {
    width: 15%;
    list-style: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.ya-share2__item svg {
    width: 50px;
    height: 50px;
    transition: .1s;
}

.ya-share2__item:hover svg {
    fill: white;
}

a:hover {
    border-bottom: 1px solid transparent;
    color: #19cbfe;
}

@media (max-width: 1000px) {
    .page-content .container-fluid {
        flex-direction: column;

        padding: 30px 10px;
    }

    .page-content__test .inner-section-title h1 .big {
        font-size: 36px;
    }

    .test-row {
        padding: 0;
    }

    .test-item .description {
        min-height: 0;
    }

    .page-content {
        padding: 50px 0 0 0;
    }

    .page-content__test {
        padding: 66px 0 0 0;
    }

    .socials-section .container-fluid {
        padding: 40px 20px 40px 20px;
    }

    .row {
        flex-direction: column;
    }

    .col-sm-6 {
        width: 90%;
        margin: 0 auto 20px;
    }

    .bottom-socails {
        border: none;
        border-radius: 0;
        flex-direction: column;
    }

    .socials-section-title {
        width: 100%;
        order: 1;
        background: none;
    }

    .socials-section-grid {
        width: 100%;
    }

    .ya-share2__item {

    }

    .test-item {
        flex-direction: column;
    }

    .test-result-block {
        margin: 30px 0 0;
    }

}

@media (max-width: 767px) {
    .page-content__test .inner-section-title h1 .big  {
        font-size: 26px;
    }

    .socials-section {
        background: transparent;
    }

    .about__title {
        display: none;
    }

    .about__wrapper {
        width: 100%;
    }

    .about__item:nth-child(1) {
        display: none;
    }

    .about__item:nth-child(2) {
        width: 100%;

        padding: 20px;
    }
}

@media (max-width: 500px) {
    .test-row {
        font-size: 13px;
    }

    .test-item .title-before {
        top: -26px;
        left: 10px;
    }

    .test-item .title {
        font-size: 2.5rem;
        margin-bottom: 30px;
    }

    .test-item .test-item__text {
        font-size: 15px;
    }

    .test-item .link-regular {
        display: inline-block;
        font-size: 14px;
        margin-top: 20px;
        margin-right: 15px;
    }

    .ya-share2__item svg {
        width: 30px;
        height: 30px;
    }

    .bottom-socails-title {
        font-size: 20px;
    }
}