@font-face {
    font-family: "Raleway";
    src: url('../fonts/Raleway/Raleway-Thin.ttf');
    font-weight: 100;
}
@font-face {
    font-family: "Raleway";
    src: url('../fonts/Raleway/Raleway-ThinItalic.ttf');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: "Raleway";
    src: url('../fonts/Raleway/Raleway-ExtraLight.ttf');
    font-weight: 200;
}
@font-face {
    font-family: "Raleway";
    src: url('../fonts/Raleway/Raleway-ExtraLightItalic.ttf');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: "Raleway";
    src: url('../fonts/Raleway/Raleway-Light.ttf');
    font-weight: 300;
}
@font-face {
    font-family: "Raleway";
    src: url('../fonts/Raleway/Raleway-LightItalic.ttf');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: "Raleway";
    src: url('../fonts/Raleway/Raleway-Regular.ttf');
    font-weight: 400;
}
@font-face {
    font-family: "Raleway";
    src: url('../fonts/Raleway/Raleway-Italic.ttf');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: "Raleway";
    src: url('../fonts/Raleway/Raleway-Medium.ttf');
    font-weight: 500;
}
@font-face {
    font-family: "Raleway";
    src: url('../fonts/Raleway/Raleway-MediumItalic.ttf');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: "Raleway";
    src: url('../fonts/Raleway/Raleway-SemiBold.ttf');
    font-weight: 600;
}
@font-face {
    font-family: "Raleway";
    src: url('../fonts/Raleway/Raleway-SemiBoldItalic.ttf');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: "Raleway";
    src: url('../fonts/Raleway/Raleway-Bold.ttf');
    font-weight: 700;
}
@font-face {
    font-family: "Raleway";
    src: url('../fonts/Raleway/Raleway-BoldItalic.ttf');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: "Raleway";
    src: url('../fonts/Raleway/Raleway-ExtraBold.ttf');
    font-weight: 800;
}
@font-face {
    font-family: "Raleway";
    src: url('../fonts/Raleway/Raleway-ExtraBoldItalic.ttf');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: "Raleway";
    src: url('../fonts/Raleway/Raleway-Black.ttf');
    font-weight: 900;
}
@font-face {
    font-family: "Raleway";
    src: url('../fonts/Raleway/Raleway-BlackItalic.ttf');
    font-weight: 900;
    font-style: italic;
}
html {
    font-size: calc(100vw / 1920 * 10);
}
body {
    font-family: 'Raleway';
    font-weight: 400;
    transition: all .2s linear !important;
    min-height: 100vh;
    font-size: 1.6rem;
    color: #000;
    background: #FFF;
}
a, h1, h2, h3, h4, h5, p, span, button, ul, li {
    padding: 0;
    margin: 0;
    background: transparent;
    text-decoration: none;
    border: none;
    transition: all .2s linear;
}
input, textarea, select {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    outline: none;
	transition: all .2s linear;
}
.container {
    max-width: 180rem;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
div {
    transition: all .2s linear;
}
path, rect, circle {
    transition: all .2s linear;
}

/* about_project */

.about_project {
    margin: 8rem 0 10rem 0;
}
.about_project-container {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}
.about_project-title {
    color: #121212;
    font-size: 6.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1rem;
}
.about_project-img {
    background-image: url('/local/templates/equamer/images/about_project.png');
    height: 59.7rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    padding: 6rem;
}
.about_project-subtitle {
    color: #FFF;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 104.9rem;
}
.about_project-text {
    max-width: 89.9rem;
    gap: 3.2rem;
    display: flex;
    flex-direction: column;
}
.about_project-text p, .about_project-text li {
    color: #121212;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.about_project-text ul {
    padding-left: 2.5rem;
}
.about_project-text a {
    color: #233850;
    text-decoration-line: underline;
    font-weight: 700;
    font-size: 2.4rem;
}
.about_project-text span {
    color: #121212;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}
.about_project-text .about_project-link {
    background: #0B223D;
    border-radius: 0.2rem;
    padding: 2.4rem 6.4rem;
    color: #FFF;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
}
.about_drug .about_project-img {
    background-image: url('/local/templates/equamer/images/about_drug.png');
}
.about_drug .about_project-subtitle {
    max-width: 87.9rem;
}

@media screen and (max-width: 1692px) {
    html {
        font-size: calc(100vw / 1600 * 10);
    }
    .container {
        max-width: 148rem;
    }
}
@media screen and (max-width: 1392px) {
    html {
        font-size: calc(100vw / 1200 * 10);
    }
    .container {
        max-width: 112rem;
    }
    .about_project {
        margin: 6rem 0 10rem 0;
    }
    .about_project-title {
        font-size: 4.4rem;
    }
    .about_project-img {
        padding: 6rem 4rem;
    }
    .about_drug .about_project-subtitle {
        max-width: 53.6rem;
    }
}
@media screen and (max-width: 992px) {
    html {
        font-size: calc(100vw / 768 * 10);
    }
    .container {
        max-width: 72rem;
    }
    .about_project {
        margin: 6rem 0;
    }
    .about_project-img {
        padding: 3.2rem;
    }
    .about_project-subtitle {
        font-size: 2.8rem;
    }
    .about_drug .about_project-subtitle {
        max-width: none;
    }
}
@media screen and (max-width: 678px) {
    html {
        font-size: calc(100vw / 360 * 10);
    }
    .container {
        max-width: 32.8rem;
    }
    .about_project {
        margin: 6rem 0;
    }
    .about_project-title {
        font-size: 3.2rem;
    }
    .about_project-img {
        height: 48.9rem;
        padding: 3.2rem 1.6rem;
    }
    .about_project-subtitle {
        font-size: 2rem;
    }
    .about_project-text p, .about_project-text li {
        font-size: 1.6rem;
    }
    .about_project-text ul {
        padding-left: 2.5rem;
    }
    .about_project-text a {
        font-size: 1.6rem;
    }
    .about_project-text span {
        font-size: 1.6rem;
    }
}

/* header */

.header-online {
    padding: 1rem 2.4rem;
}
.header-bottom {
    padding: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header.top .header-bottom {
    padding: 2rem 0;
}
.header-category {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
}
.header-category svg {
    width: 4rem;
    height: auto;
}
.header-category p {
    color: #FFF;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}
.header-bottom nav ul {
    display: flex;
    gap: 6.4rem;
    align-items: center;
}
.header-bottom nav:nth-child(2) ul li a {
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    padding-bottom: 0;
}
header.top .header-bottom nav:nth-child(2) ul li:first-child a {
    margin-bottom: 0;
}
.header-bottom nav:nth-child(2) ul li:first-child a {
    padding-bottom: 0;
}
main {
    padding-top: 16.78rem;
}
header.top {
    transform: translateY(0);
}
header.top .header-bottom nav:nth-child(2) ul {
    gap: 4.4rem;
}

@media screen and (max-width: 1392px) {
    header.top .header-bottom nav:nth-child(2) ul {
        gap: 3.2rem;
    }
    .header-bottom nav ul {
        gap: 3.2rem;
    }
}
@media screen and (max-width: 992px) {
    
}
@media screen and (max-width: 678px) {
    .header-bottom > nav {
        display: none;
    }
}

/* hero */

.hero {
    background-image: url('/local/templates/equamer/images/hero.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-container {
    padding: 11.8rem 6rem;
    display: flex;
}
.hero-content {
    padding: 8rem;
    background: #0B223D;
    border-radius: 0.2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
}
.hero-title {
    color: #FFF;
    font-size: 8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.hero-subtitle {
    color: #FFF;
    font-size: 4.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.hero-description {
    margin: 2.4rem 0;
    color: #FFF;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    max-width: 86.3rem;
}
.hero-button {
    padding: 1.6rem 3.2rem;
    border-radius: 0.2rem;
    background: #FFF;
    color: #0B223D;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media screen and (max-width: 1392px) {
    .hero-container {
        padding: 11.8rem 4rem;
    }
}
@media screen and (max-width: 992px) {
    .hero-container {
        padding: 11.7rem 3.2rem 27rem 3.2rem;
    }
    .hero-content {
        padding: 3.2rem;
    }
    .hero-title {
        font-size: 4.4rem;
    }
    .hero-subtitle {
        font-size: 3.2rem;
    }
    .hero-description {
        max-width: 64rem;
    }
}
@media screen and (max-width: 678px) {
    .hero-container {
        padding: 8rem 1.6rem;
    }
    .hero-content {
        padding: 2.4rem;
    }
    .hero-title {
        font-size: 4rem;
    }
    .hero-subtitle {
        font-size: 2.4rem;
    }
    .hero-description {
        font-size: 1.6rem;
        max-width: 28rem;
    }
    .hero-button {
        padding: 1.6rem 2rem;
        font-size: 1.6rem;
        text-align: center;
        width: 100%;
    }
}

/* info */

.info {
    margin-top: 10rem;
    margin-bottom: 12rem;
}
.info-container {
    display: flex;
    flex-direction: column;
    gap: 12rem;
}
.info-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6.4rem;
    align-items: center;
}
.info-top__content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.info-top__title {
    color: #121212;
    font-size: 4.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.info-top__title span {
    font-size: 2rem;
    top: -2rem;
    position: relative;
}
.info-top__description {
    color: #121212;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.info-top__description span {
    font-size: 1rem;
    position: relative;
    top: -1rem;
}
.info-top__image {
    width: 100%;
    height: 51.2rem;
}
.info-top__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.info-bottom {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
}
.info-bottom__title {
    color: #121212;
    font-size: 4.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.info-bottom__main {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.info-bottom__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.2rem;
}
.info-bottom__text {
    border-radius: 0.2rem;
    background: #BFD4EA;
    padding: 3.6rem 6rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.info-bottom__text p {
    color: #121212;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.info-bottom__text p span {
    font-size: 1rem;
    top: -1rem;
    position: relative;
}
.info-bottom__item {
    padding: 6rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    background: #DFEDFC;
    justify-content: flex-end;
}
.info-bottom__item-title {
    color: #121212;
    text-align: center;
    font-size: 2.7rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 1.2rem;
    margin: auto;
    margin-top: unset;
}
.info-bottom__item-title span {
    font-size: 1.6rem;
    position: relative;
    top: -1rem;
}
.info-bottom__item-highlight {
    display: flex;
    gap: 1.2rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.2rem;
    background: #5B728D;
    padding: 1.2rem 2.4rem;
    min-height: 7.68rem;
}
.info-bottom__item-percentage {
    color: #FFF;
    font-size: 4.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.info-bottom__item-value {
    color: #FFF;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}
.info-bottom__item-more {
    color: #121212;
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.info-bottom__item-content {
    display: flex;
    padding: 1.2rem 2.4rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
    border-radius: 0.2rem;
    background: #FFF;
}
.info-bottom__item-divider {
    color: #121212;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
}
.info-bottom__item-bottom {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    justify-content: center;
}
.info-bottom__item-bottom-percentage {
    color: #121212;
    font-size: 4.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 95%;
}
.info-bottom__item-bottom-value {
    color: #121212;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

@media screen and (max-width: 1392px) {
    .info-top {
        display: flex;
        flex-direction: column-reverse;
    }
    .info-bottom__row {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (max-width: 992px) {
    .info {
        margin-bottom: 10rem;
    }
    .info-container {
        gap: 10rem;
    }
    .info-top__title {
        font-size: 3.2rem;
    }
    .info-top__title span {
        top: -1rem;
    }
    .info-top__image {
        height: 39.6rem;
    }
    .info-bottom__title {
        font-size: 3.2rem;
    }
}
@media screen and (max-width: 678px) {
    .info {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
    .info-container {
        gap: 8rem;
    }
    .info-top {
        gap: 2.4rem;
    }
    .info-top__title {
        font-size: 2.4rem;
    }
    .info-top__title span {
        font-size: 1.2rem;
    }
    .info-top__description {
        font-size: 1.6rem;
    }
    .info-top__description span {
        top: -0.8rem;
    }
    .info-top__image {
        height: 18rem;
    }
    .info-bottom__title {
        font-size: 2.4rem;
    }
    .info-bottom__text {
        padding: 3.6rem 1.6rem;
    }
    .info-bottom__text p {
        font-size: 1.6rem;
    }
    .info-bottom__item {
        padding: 3.2rem 1.6rem;
    }
    .info-bottom__item-title {
        font-size: 2rem;
    }
    .info-bottom__item-title span {
        font-size: 1rem;
    }
    .info-bottom__item-highlight {
        min-height: 5.6rem;
    }
    .info-bottom__item-percentage {
        font-size: 3.2rem;
    }
    .info-bottom__item-value {
        font-size: 1.6rem;
    }
    .info-bottom__item-more {
        font-size: 1.6rem;
    }
    .info-bottom__item-bottom-percentage {
        font-size: 3.2rem;
    }
    .info-bottom__item-bottom-value {
        font-size: 1.6rem;
    }
    .info-bottom__item:nth-child(1) .info-bottom__item-bottom:last-child .info-bottom__item-bottom-value {
        max-width: 11.2rem;
    }
}

/* mini-info */

.mini-info {
    margin-bottom: 12rem;
}
.mini-info__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6.4rem;
    align-items: center;
}
.mini-info__content {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
}
.mini-info__title {
    color: #121212;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}
.mini-info__title span {
    position: relative;
    font-size: 2rem;
    top: -1rem;
}
.mini-info__description {
    color: #121212;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.mini-info__description span {
    font-size: 1.2rem;
    position: relative;
    top: -1rem;
}
.mini-info__video {
    display: flex;
    height: 51.3rem;
    align-items: flex-end;
    position: relative;
    border-radius: 0.2rem;
    padding: 3.2rem;
}
.mini-info__video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.mini-info__play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 16rem;
    height: 16rem;
    display: flex;
    margin: auto;
}
.mini-info__play svg {
    width: 16rem;
    height: auto;
}
.mini-info__video-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    position: relative;
    z-index: 3;
}
.mini-info__video-title {
    color: #FFF;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.mini-info__video-description {
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.mini-info__video-column.mob {
    display: none;
}
.mini-info__video img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

@media screen and (max-width: 1392px) {
    .mini-info__container {
        grid-template-columns: repeat(1, 1fr);
        gap: 2.4rem;
    }
    .mini-info__content {
        order: 2;
    }
}
@media screen and (max-width: 992px) {
    .mini-info {
        margin-bottom: 10rem;
    }
    .mini-info__container {
        gap: 2.4rem;
    }
    .mini-info__video {
        height: 39.6rem;
        padding: 3.2rem 2.4rem;
    }
}
@media screen and (max-width: 678px) {
    .mini-info {
        margin-bottom: 8rem;
    }
    .mini-info__container {
        gap: 2.4rem;
    }
    .mini-info__content {
        gap: 1.6rem;
    }
    .mini-info__video-column {
        display: none;
    }
    .mini-info__video-column.mob {
        display: flex;
    }
    .mini-info__title {
        font-size: 1.6rem;
    }
    .mini-info__title span {
        font-size: 1rem;
        top: -0.6rem;
    }
    .mini-info__description {
        font-size: 1.6rem;
    }
    .mini-info__description span {
        font-size: 1rem;
        top: -0.8rem;
    }
    .mini-info__video {
        height: 18rem;
    }
    .mini-info__play {
        width: 6.9rem;
        height: 6.9rem;
    }
    .mini-info__play svg {
        width: 6.9rem;
    }
    .mini-info__video-column {
        gap: 1rem;
        margin-top: -1.7rem;
    }
    .mini-info__video-title {
        font-size: 2.4rem;
        color: #121212;
    }
    .mini-info__video-description {
        font-size: 1.6rem;
        color: #121212;
    }
}

/* finance */

.finance {
    margin-bottom: 12rem;
}
.finance-container {
    display: flex;
    flex-direction: column;
    gap: 6.4rem;
}
.finance-top {
    display: flex;
    gap: 3.2rem;
    align-items: center;
}
.finance-percentage {
    width: 53.8rem;
}
.finance-percentage img {
    width: 100%;
}
.finance-content {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}
.finance-title {
    color: #121212;
    font-size: 4.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.finance-text {
    color: #121212;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    max-width: 98.9rem;
}
.finance-text span {
    font-size: 2rem;
    position: relative;
    top: -1rem;
}
.finance-main {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.finance-header {
    background: #BFD4EA;
    border-radius: 0.2rem;
    padding: 3.2rem 6rem;
}
.finance-header p {
    color: #121212;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}
.finance__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.2rem;
}
.finance__item {
    padding: 6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.2rem;
    background: #DFEDFC;
    gap: 2.4rem;
}
.finance__image {
    width: 10.4rem;
}
.finance__image img {
    width: 100%;
}
.finance__name {
    color: #001227;
    text-align: center;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    max-width: 35.4rem;
}
.finance__name span {
    font-size: 1.5rem;
    top: -0.8rem;
    position: relative;
}

@media screen and (max-width: 1392px) {
    .finance-text {
        font-size: 2.4rem;
        max-width: 55rem;
    }
    .finance-text span {
        font-size: 1.6rem;
    }
    .finance__item {
        padding: 6rem 0;
    }
}
@media screen and (max-width: 992px) {
    .finance {
        margin-bottom: 10rem;
    }
    .finance-top {
        flex-direction: column;
        align-items: flex-start;
    }
    .finance-title {
        font-size: 3.2rem;
    }
    .finance-text {
        max-width: none;
    }
    .finance-header {
        padding: 3.2rem;
    }
    .finance-header p {
        font-size: 2.8rem;
    }
    .finance__items {
        grid-template-columns: repeat(1, 1fr);
    }
    .finance__item {
        padding: 3.2rem;
    }
}
@media screen and (max-width: 678px) {
    .finance {
        margin-bottom: 8rem;
    }
    .finance-percentage {
        width: 100%;
    }
    .finance-title {
        font-size: 2.4rem;
    }
    .finance-text {
        font-size: 1.6rem;
    }
    .finance-text span {
        font-size: 1rem;
        top: -0.8rem;
    }
    .finance-header {
        padding: 3.2rem 1.6rem;
    }
    .finance-header p {
        font-size: 2.4rem;
        text-align: center;
    }
    .finance__item {
        padding: 3.2rem 1.6rem;
    }
    .finance__name {
        font-size: 1.6rem;
        max-width: none;
    }
    .finance__name span {
        font-size: 1rem;
        top: -0.8rem;
    }
}

/* sources */

.sources {
    margin-bottom: 12rem;
}
.sources-container {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
.sources-title {
    color: #121212;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}
.sources-container ol {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.sources-container ol li {
    color: #121212;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.sources-container ol li a {
    color: #121212;
}

@media screen and (max-width: 992px) {
    .sources {
        margin-bottom: 10rem;
    }
}
@media screen and (max-width: 678px) {
    .sources {
        margin-bottom: 8rem;
    }
}

/* exertps */

.exertps {
    margin-bottom: 12rem;
}
.exertps-container {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.exertps-slider {
    position: relative;
    display: flex;
    align-items: center;
}
.exertps-swiper {
    width: 100%;
}
.exertps-slide {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    height: 70vh;
}
.exertps-slide svg {
    position: absolute;
    width: 22rem;
    height: auto;
}
.exertps-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: 50% 60%;
}
.exertps-pagination {
    position: absolute;
    bottom: 2.4rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    z-index: 2;
}
.exertps-pagination .swiper-pagination-bullet {
    margin: 0 !important;
    height: 1.8rem;
    width: 1.8rem;
    border-radius: 100%;
    background: transparent;
    border: 0.2rem solid #FFF;
    opacity: 1;
}
.exertps-pagination .swiper-pagination-bullet-active {
    background: #FFF;
}
.exertps-prev {
    position: absolute;
    left: 6rem;
    margin: auto 0;
    z-index: 2;
    border-radius: 0.2rem;
    border: 0.1rem solid #FFF;
    display: flex;
    width: 4.8rem;
    height: 4.8rem;
    justify-content: center;
    align-items: center;
}
.exertps-next {
    position: absolute;
    right: 6rem;
    margin: auto 0;
    z-index: 2;
    border-radius: 0.2rem;
    border: 0.1rem solid #FFF;
    display: flex;
    width: 4.8rem;
    height: 4.8rem;
    justify-content: center;
    align-items: center;
}
.exertps-prev svg {
    width: 0.9rem;
    height: auto;
}
.exertps-next svg {
    width: 0.9rem;
    height: auto;
}
.exertps-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
}
.exertps-item {
    display: flex;
    padding: 6rem;
    justify-content: center;
    align-items: center;
    background: #0B223D;
}
.exertps-item li {
    color: #FFF;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.exertps-articles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
}
.exertps-article {
    display: flex;
    position: relative;
    height: 59.9rem;
    padding: 6rem;
    align-items: flex-end;
}
.exertps-article__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.exertps-article__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.2rem;
}
.exertps-article__img::before {
    content: '';
    border-radius: 0.2rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 19.26%, rgba(0, 0, 0, 0.85) 100%);
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.exertps-article__main {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
}
.exertps-article__title {
    color: #FFF;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.exertps-article__description {
    color: #FFF;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 2.4rem;
}
.exertps-article__link {
    color: #FFF;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    padding: 2rem 6rem;
    border-radius: 0.2rem;
    border: 0.2rem solid #FFF;
}
.exertps-title {
    margin-bottom: 3rem;
    color: #121212;
    text-align: center;
    font-size: 4.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

@media screen and (max-width: 1392px) {
    .exertps-slide {
        height: 67.5rem;
    }
    .exertps-slide svg {
        width: 16.4rem;
    }
    .exertps-pagination {
        gap: 1.1rem;
    }
    .exertps-pagination .swiper-pagination-bullet {
        height: 1.4rem;
        width: 1.4rem;
    }
    .exertps-prev {
        left: 4.5rem;
    }
    .exertps-next {
        right: 4.5rem;
    }
    .exertps-main {
        grid-template-columns: repeat(1, 1fr);
    }
    .exertps-item {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .exertps-item li {
        max-width: 73.9rem;
    }
    .exertps-articles {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (max-width: 992px) {
    .exertps {
        margin-bottom: 10rem;
    }
    .exertps-slide {
        height: 43.2rem;
    }
    .exertps-slide svg {
        width: 10rem;
    }
    .exertps-pagination {
        bottom: 1.3rem !important;
        gap: 1.1rem;
    }
    .exertps-pagination .swiper-pagination-bullet {
        height: 1.4rem;
        width: 1.4rem;
    }
    .exertps-prev {
        left: 2.8rem;
    }
    .exertps-next {
        right: 2.8rem;
    }
    .exertps-item li {
        max-width: none;
    }
    .exertps-article {
        height: 48rem;
    }
}
@media screen and (max-width: 678px) {
    .exertps {
        margin-bottom: 8rem;
    }
    .exertps-slide {
        height: 20.3rem;
    }
    .exertps-slide svg {
        width: 4.8rem;
    }
    .exertps-pagination {
        bottom: 1.6rem !important;
        gap: 0.7rem;
    }
    .exertps-pagination .swiper-pagination-bullet {
        height: 0.9rem;
        width: 0.9rem;
        border-width: 0.1rem;
    }
    .exertps-prev {
        left: 1.3rem;
        width: 3.2rem;
        height: 3.2rem;
    }
    .exertps-next {
        right: 1.3rem;
        width: 3.2rem;
        height: 3.2rem;
    }
    .exertps-item {
        padding: 2.4rem 1.6rem;
    }
    .exertps-item li {
        font-size: 1.6rem;
    }
    .exertps-article {
        height: 38.3rem;
        padding: 2.4rem 1.6rem;
    }
    .exertps-article__main {
        gap: 1.6rem;
    }
    .exertps-article__title {
        font-size: 2.4rem;
    }
    .exertps-article__description {
        font-size: 1.6rem;
        margin-bottom: 0.8rem;
    }
    .exertps-article__link {
        width: 100%;
        text-align: center;
    }
    .exertps-title {
        font-size: 2.4rem;
    }
}

/* home_materials */

.home_materials {
    margin-bottom: 12rem;
}
.home_materials-container {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
}
.home_materials-title {
    color: #001227;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}
.home_materials-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
}
.home_materials-item {
    display: flex;
    padding: 6rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2.4rem;
    border-radius: 0.2rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #233850;
}
.home_materials-item-title {
    color: #FFF;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}
.home_materials-button {
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    padding: 1.6rem 3.2rem;
    border-radius: 0.2rem;
    border: 0.2rem solid #FFF;
}

@media screen and (max-width: 992px) {
    .home_materials {
        margin-bottom: 10rem;
    }
    .home_materials-items {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (max-width: 678px) {
    .home_materials {
        margin-bottom: 8rem;
    }
    .home_materials-title {
        font-size: 2.4rem;
    }
    .home_materials-item {
        padding: 2.4rem 1.6rem;
    }
    .home_materials-item-title {
        font-size: 1.6rem;
    }
}

/* banner */

.banner {
    margin-bottom: 6rem;
}
.banner-article {
    height: 59.9rem;
    padding: 6rem;
    position: relative;
    display: flex;
    align-items: flex-end;
}
.banner-content {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    align-items: flex-start;
}
.banner-title {
    color: #FFF;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.banner-text {
    color: #FFF;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 2.4rem;
}
.banner-button {
    color: #FFF;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    padding: 2rem 6rem;
    border-radius: 0.2rem;
    border: 0.2rem solid #FFF;
}
.banner-img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}
.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.2rem;
}
.banner-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 19.26%, rgba(0, 0, 0, 0.85) 100%);
    z-index: 2;
}

@media screen and (max-width: 992px) {
    .banner-article {
        height: 48rem;
        padding: 6rem 3.2rem;
    }
}
@media screen and (max-width: 678px) {
    .banner-article {
        height: 38.3rem;
        padding: 2.4rem 1.6rem;
    }
    .banner-content {
        gap: 1.6rem;
    }
    .banner-title {
        font-size: 2.4rem;
    }
    .banner-text {
        font-size: 1.6rem;
        margin-bottom: 0.8rem;
    }
    .banner-button {
        font-size: 1.6rem;
    }
}

/* steps */

.steps {
    margin-bottom: 12rem;
}
.steps-container {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.steps-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
}
.steps-item {
    border-radius: 0.2rem;
    background: #BFD4EA;
    padding: 6rem;
    display: flex;
}
.steps-item__inner {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
}
.steps-item__header {
    display: flex;
    justify-content: space-between;
}
.steps-item__row {
    display: flex;
    align-items: center;
    gap: 2.4rem;
}
.steps-item__icon {
    width: 6rem;
    min-width: 6rem;
    height: 6rem;
}
.steps-item__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.steps-item__name {
    color: #121212;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}
.steps-item__content {
    padding: 1.6rem;
    border-radius: 0.2rem;
    background: #FFF;
    height: 100%;
    display: flex;
    align-items: center;
}
.steps-item__content p {
    color: #121212;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.steps-item__content p span {
    font-size: 1.4rem;
    position: relative;
    top: -1rem;
}
.steps-bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.2rem;
}
.steps-bottom .steps-item {
    background: #DFEDFC;
}
.steps-footer {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.steps-footer .steps-item {
    background: #233850;
}
.steps-footer .steps-item__inner {
    flex-direction: row;
    gap: 4rem;
    align-items: flex-start;
}
.steps-footer .steps-item__content {
    gap: 2.4rem;
    background: transparent;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
}
.steps-footer .steps-item__name {
    color: #FFF;
}
.steps-footer .steps-item__content p {
    color: #FFF;
}
@media screen and (max-width: 1692px) {
    .steps-item__name {
        font-size: 2rem;
    }
}
@media screen and (max-width: 1392px) {
    .steps-top {
        grid-template-columns: repeat(1, 1fr);
    }
    .steps-top .steps-item:first-child .steps-item__name {
        max-width: 20.6rem;
    }
    .steps-item__name {
        font-size: 2rem;
    }
    .steps-bottom {
        grid-template-columns: repeat(1, 1fr);
    }
    .steps-item__inner {
        width: 100%;
    }
}
@media screen and (max-width: 992px) {
    .steps {
        margin-bottom: 10rem;
    }
    .steps-item__row {
        gap: 1.6rem;
    }
}
@media screen and (max-width: 678px) {
    .steps {
        margin-bottom: 8rem;
    }
    .steps-item {
        padding: 2.4rem 1.6rem;
    }
    .steps-item__inner {
        gap: 1.6rem;
    }
    .steps-item__row {
        gap: 1.6rem;
    }
    .steps-item__icon {
        width: 4rem;
        min-width: 4rem;
        height: 4rem;
    }
    .steps-item__name {
        font-size: 1.6rem;
    }
    .steps-item__header {
        flex-direction: column;
        gap: 2rem;
    }
    .steps-item__content p {
        font-size: 1.6rem;
    }
    .steps-item__content p span {
        font-size: 1rem;
        top: -0.8rem;
    }
    .steps-footer .steps-item {
        position: relative;
    }
    .steps-footer .steps-item__icon {
        position: absolute;
        top: 2.4rem;
        left: 1.6rem;
    }
    .steps-footer .steps-item__inner {
        gap: 0;
    }
    .steps-footer .steps-item__content {
        gap: 1.6rem;
    }
    .steps-footer .steps-item__name {
        padding-left: 5.6rem;
    }
}

/* program */

.program {
    background: #F7F7F7;
    margin-bottom: 8rem;
}
.program-title {
    background: #FFF;
    box-shadow: 0px 3px 10px 0px rgba(77, 100, 126, 0.15);
    padding: 8rem 0 3.2rem 0;
}
.program-title h2 {
    color: #121212;
    font-size: 6.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.program-container {
    margin-top: 3.2rem;
}
.program-main {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}
.program-item {
    display: flex;
    flex-direction: column;
    padding: 2.8rem 4rem;
    border-radius: 0.2rem;
    background: #FFF;
    box-shadow: 0px 3px 10px 0px rgba(77, 100, 126, 0.15);
}
.program-item__button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.program-item__button svg {
    width: 4rem;
    height: auto;
    transition: .3s all;
}
.program-item__button-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}
.program-item__button-column p {
    color: rgba(0, 0, 0, 0.30);
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}
.program-item__title {
    color: #121212;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.program-item__content {
    position: relative;
    overflow: hidden;
    max-height: 0;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
.program-item__content::-webkit-scrollbar {
    width: 1rem;
    border-radius: 2rem;
}
.program-item__content::-webkit-scrollbar-track {
    background: #C7C7C7;
}
.program-item__content::-webkit-scrollbar-thumb {
    background-color: #0B223D;
    border-radius: 2rem;
}
.program-item__content-item {
    border-radius: 0.2rem;
    background: #DFEDFC;
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    positioN: relative;
}
.program-item__content-item:nth-child(2n) {
    background: #BFD4EA;
}
.program-item__content-item__title {
    color: #121212;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    max-width: 104.1rem;
}
.program-item__content-item__description {
    color: #121212;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    max-width: 104.1rem;
}
.program-item__content-item__link {
    color: #0B223D;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration-line: underline;
}
.program-item__content-item__indicator {
    position: absolute;
    right: 2.4rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 2.4rem;
    height: 2.4rem;
    border: 0.4rem solid #C7C7C7;
    border-radius: 100%;
}
.program-item__content-item__indicator.active {
    background: #00B48D;
    border-color: #00B48D;
}
.program-button {
    padding: 2.4rem 6rem;
    border-radius: 0.2rem;
    border: 0.2rem solid #0B223D;
    color: #0B223D;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
}
.program-item.active .program-item__button svg {
    transform: rotate(180deg);
}
.program-item.active .program-item__content {
    margin-top: 2.8rem;
    overflow-y: auto;
    padding-right: 2.6rem;
}

@media screen and (max-width: 1392px) {
    .program {
        margin-bottom: 12.5rem;
    }
    .program-title h2 {
        font-size: 4.4rem;
    }
    .program-item__title {
        font-size: 2.4rem;
    }
    .program-item__content-item__title {
        max-width: 92.6rem;
    }
    .program-item__content-item__description {
        font-size: 1.6rem;
        max-width: 92.6rem;
    }
}
@media screen and (max-width: 992px) {
    .program-item__title {
        max-width: 50.4rem;
        text-align: left;
    }
}
@media screen and (max-width: 678px) {
    .program {
        margin-bottom: 6rem;
    }
    .program-title h2 {
        font-size: 3.2rem;
    }
    .program-item {
        padding: 2.8rem 1.6rem;
    }
    .program-item__title {
        max-width: 24.4rem;
        font-size: 1.6rem;
    }
    .program-item__button-column p {
        font-size: 1.6rem;
    }
    .program-item__button svg {
        width: 2rem;
    }
    .program-item.active .program-item__content {
        max-height: 100% !important;
        padding-right: 0;
    }
    .program-item__content-item {
        padding: 2.4rem 1.6rem;
    }
    .program-item__content-item__title {
        max-width: 22.4rem;
        font-size: 1.6rem;
    }
    .program-item__content-item__description {
        max-width: 22.4rem;
    }
    .program-item__content-item__link {
        font-size: 1.6rem;
    }
    .program-item__content-item__indicator {
        right: 1.6rem;
        width: 1.6rem;
        height: 1.6rem;
    }
    
}

/* doctor */

.doctor {
    margin-bottom: 12rem;
}
.doctor-container {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.doctor-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
}
.doctor-item {
    display: flex;
    align-items: flex-end;
    position: relative;
    height: 59.9rem;
    padding: 6rem;
}
.doctor-item__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.doctor-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.2rem;
}
.doctor-item__img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 19.26%, rgba(0, 0, 0, 0.85) 100%);
}
.doctor-item__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
}
.doctor-item__title {
    color: #FFF;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.doctor-item__title span {
    position: relative;
    top: -1rem;
    font-size: 2rem;
}
.doctor-item__description {
    color: #FFF;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 0.8rem;
}
.doctor-item__link {
    border-radius: 0.2rem;
    border: 0.2rem solid #FFF;
    padding: 2rem 6rem;
    color: #FFF;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}
.doctor-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
}
.doctor-bottom__row {
    padding: 6rem;
    height: 21.2rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    border-radius: 0.2rem;
    background: #BFD4EA;
}
.doctor-bottom__row svg {
    width: 9.2rem;
    height: auto;
    min-width: 9.2rem;
}
.doctor-bottom__row p {
    color: #121212;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    max-width: 53.8rem;
}
.doctor-bottom__row:nth-child(2), .doctor-bottom__row:nth-child(3), .doctor-bottom__row:nth-child(6), .doctor-bottom__row:nth-child(8) {
    background: #DFEDFC;
}

@media screen and (max-width: 1392px) {
    .doctor-top {
        grid-template-columns: repeat(1, 1fr);
    }
    .doctor-item:first-child {
        order: 2;
    }
    .doctor-bottom {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (max-width: 992px) {
    .doctor {
        margin-bottom: 10rem;
    }
    .doctor-item {
        height: 48rem;
        padding: 6rem 3.2rem;
    }
    .doctor-bottom__row p {
        max-width: 47.2rem;
    }
}
@media screen and (max-width: 678px) {
    .doctor {
        margin-bottom: 8rem;
    }
    .doctor-item {
        height: 38.3rem;
        padding: 2.4rem 1.6rem;
    }
    .doctor-item__title {
        font-size: 2rem;
    }
    .doctor-item__title span {
        top: -0.8rem;
        font-size: 1.6rem;
    }
    .doctor-item__description {
        font-size: 1.6rem;
    }
    .doctor-item__link {
        width: 100%;
        text-align: center;
        font-size: 1.6rem;
    }
    .doctor-bottom__row {
        padding: 2.4rem 1.6rem;
        height: auto;
    }
    .doctor-bottom__row svg {
        width: 4.8rem;
        min-width: 4.8rem;
    }
    .doctor-bottom__row p {
        font-size: 1.6rem;
        max-width: 22.8rem;
    }
}

/* articles */

.articles {
    margin-bottom: 3.2rem;
}
.articles-container {
    display: flex;
    flex-direction: column;
    gap: 6.4rem;
}
.articles-item {
    display: flex;
    gap: 6.4rem;
    align-items: center;
}
.articles-item__img {
    height: 51.2rem;
    width: 100%;
    max-width: 105.8rem;
    position: relative;
}
.articles-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.2rem;
}
.articles-item__img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 19.26%, rgba(0, 0, 0, 0.85) 100%);
    border-radius: 0.2rem;
}
.articles-item__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
    width: 100%;
    max-width: 68rem;
}
.articles-item__title {
    color: #121212;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.articles-item__description {
    color: #121212;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.articles-item__link {
    color: #121212;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    padding: 2rem 6rem;
    border-radius: 0.2rem;
    border: 0.2rem solid #121212;
    margin-top: 2.4rem;
}
.articles-item:nth-child(2) {
    flex-direction: row-reverse;
}
.articles-item:nth-child(2) .articles-item__img {
    max-width: 93.3rem;
}
.articles-item:nth-child(2) .articles-item__content {
    max-width: 80.3rem;
}
.articles-item__title-2 {
    font-size: 4.4rem;
}
.articles-item__title-2 span {
    position: relative;
    top: -2rem;
    font-size: 2rem;
}
.articles-item__description-2 {
    font-size: 2rem;
}
.articles-item__description-2 span {
    position: relative;
    top: -0.5rem;
    font-size: 1.6rem;
}

@media screen and (max-width: 1392px) {
    .articles-item__img {
        max-width: 52.8rem;
    }
    .articles-item__content {
        max-width: 52.8rem;
    }
    .articles-item:nth-child(2) {
        flex-direction: column;
    }
    .articles-item:nth-child(2) .articles-item__img {
        max-width: none;
    }
    .articles-item:nth-child(2) .articles-item__content {
        max-width: none;
    }
    .articles-item__description-2 {
        max-width: 72.2rem;
    }
}
@media screen and (max-width: 992px) {
    .articles-item__img {
        max-width: 32rem;
        height: 39.6rem;
    }
    .articles-item__content {
        max-width: 32rem;
    }
    .articles-item__title-2 {
        font-size: 3.2rem;
    }
    .articles-item__title-2 span {
        top: -1rem;
    }
}
@media screen and (max-width: 678px) {
    .articles-item {
        gap: 2.4rem;
        flex-direction: column;
    }
    .articles-item__img {
        max-width: none;
        height: 18rem;
    }
    .articles-item__content {
        max-width: none;
    }
    .articles-item__title {
        font-size: 2.4rem;
    }
    .articles-item__description {
        font-size: 1.6rem;
    }
    .articles-item__link {
        font-size: 1.6rem;
        margin-top: 0;
        width: 100%;
        text-align: center;
    }
}

/* percent-chart */

.percent-chart {
    margin-bottom: 3.2rem;
}
.percent-chart__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
}
.percent-chart__item {
    display: flex;
    padding: 6rem 4.5rem;
    flex-direction: column;
    gap: 3.2rem;
}
.percent-chart__item-title {
    color: #121212;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    min-height: 7.1rem;
}
.percent-chart__item-main {
    position: relative;
    display: flex;
}
.percent-chart__item-left {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.percent-chart__item-left p {
    color: #C7C7C7;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
}
.percent-chart__item-content {
    width: 100%;
    display: flex;
    padding-right: 6rem;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 0.2rem;
}
.percent-chart__item-column {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}
.percent-chart__item-column h2 {
    color: #121212;
    text-align: center;
    font-size: 4.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}
.percent-chart__item-column div {
    height: 31.4rem;
    border-radius: 0.2rem;
    background: #DFEDFC;
    width: 29.9rem;
}
.percent-chart__item-column:nth-child(2) div {
    background: #134486;
    height: 20.4rem;
}
.percent-chart__item-column:nth-child(2) h2 {
    font-size: 2.4rem;
}
.percent-chart__item:nth-child(2) .percent-chart__item-column {
    margin-top: 2.5rem;
}
.percent-chart__item:nth-child(2) .percent-chart__item-column div {
    height: 28.9rem;
}
.percent-chart__item:nth-child(2) .percent-chart__item-column:nth-child(2) div {
    height: 15rem;
}
.percent-chart__item-column p {
    color: #0B223D;
    text-align: center;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    max-width: 28.6rem;
    min-height: 5.3rem;
}
.percent-chart__item-main::before {
    content: '';
    background: #C7C7C7;
    width: 100%;
    height: 0.1rem;
    position: absolute;
    left: 0;
    bottom: 5.9rem;
}
@media screen and (max-width: 1692px) {
    .percent-chart__item {
        padding: 6rem 2rem;
    }
}
@media screen and (max-width: 1392px) {
    .percent-chart__container {
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
    }
    .percent-chart__item {
        padding: 6rem 15.55rem;
    }
}
@media screen and (max-width: 992px) {
    .percent-chart__item {
        padding: 6rem 3.2rem;
    }
    .percent-chart__item-title {
        min-height: 10.5rem;
        max-width: 55rem;
    }
    .percent-chart__item-content {
        padding-right: 4.75rem;
    }
    .percent-chart__item-column div {
        width: 23.5rem;
    }
    .percent-chart__item-column p {
        max-width: 23.5rem;
    }
}
@media screen and (max-width: 678px) {
    .percent-chart__item {
        padding: 2.4rem 0;
    }
    .percent-chart__item-title {
        min-height: 8.3rem;
        max-width: 32.8rem;
        font-size: 2.4rem;
    }
    .percent-chart__item-left {
        gap: 3.1rem;
    }
    .percent-chart__item-left p {
        font-size: 1.2rem;
    }
    .percent-chart__item-column p {
        max-width: 13.8rem;
        font-size: 1.6rem;
        min-height: 3.6rem;
    }
    .percent-chart__item-column div {
        width: 13.8rem;
    }
    .percent-chart__item-content {
        padding-right: 0;
        gap: 2.4rem;
    }
    .percent-chart__item-main::before {
        bottom: 4.2rem;
    }
}

/* tree */

.tree {
    margin-bottom: 12rem;
}
.tree-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.2rem;
    background: #0B223D;
    padding: 6rem;
    gap: 1.6rem;
}
.tree-title {
    color: #FFF;
    text-align: center;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    max-width: 97rem;
}
.tree-title span {
    position: relative;
    top: -1rem;
    font-size: 2rem;
}
.tree-content {
    width: 100%;
    max-width: 127.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tree-content p {
    color: #FFF;
    text-align: center;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.tree-content p span {
    position: relative;
    top: -1rem;
    font-size: 1.7rem;
}
.tree-main svg {
    width: 87.8rem;
    height: auto;
}
.articles-2 {
    margin-bottom: 12rem;
}

@media screen and (max-width: 1392px) {
    .tree-main {
        padding: 6rem 2.4rem;
        gap: 1.3rem;
    }
    .tree-title {
        max-width: 85.8rem;
    }
    .tree-content p {
        max-width: 29rem;
    }
    .tree-main svg {
        width: 77.8rem;
    }
}
@media screen and (max-width: 992px) {
    .tree {
        margin-bottom: 10rem;
    }
    .tree-main {
        padding: 6rem 2.4rem;
    }
    .tree-title {
        font-size: 2.4rem;
        max-width: 51.8rem;
    }
    .tree-title span {
        top: -0.8rem;
        font-size: 1.4rem;
    }
    .tree-content p {
        font-size: 2rem;
        max-width: 20rem;
    }
    .tree-content p:last-child {
        max-width: 18rem;
    }
    .tree-content p span {
        top: -0.8rem;
        font-size: 1.2rem;
    }
    .tree-main svg {
        width: 45.9rem;
    }
    .articles-2 {
        margin-bottom: 10rem;
    }
}
@media screen and (max-width: 678px) {
    .tree {
        margin-bottom: 8rem;
    }
    .tree-main svg {
        width: 20.8rem;
    }
    .tree-main {
        padding: 2.4rem 1.6rem;
    }
    .tree-title {
        font-size: 1.6rem;
    }
    .tree-title span {
        font-size: 1rem;
    }
    .tree-content p {
        font-size: 1.6rem;
        max-width: 9.1rem;
    }
    .tree-content p:last-child {
        max-width: 9.2rem;
    }
    .articles-2 {
        margin-bottom: 8rem;
    }
}

/* video */

.video {
    margin-bottom: 12rem;
}
.video-container {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
}
.video-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.video-item__main {
    width: 100%;
    max-width: 72.2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
}
.video-item__title {
    color: #001227;
    font-size: 4.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}
.video-item__video-item__description {
    color: #001227;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.video-item__content {
    width: 100%;
    max-width: 89.9rem;
    height: 51.2rem;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 3.2rem;
}
.video-item__content img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
}
.video-item__content h3 {
    color: #FFF;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    position: relative;
    z-index: 2;
}
.video-item__content svg {
    width: 16rem;
    height: 16rem;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.video-item__main ul {
    padding-left: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.video-item__main ul li {
    color: #001227;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.video-item > h3 {
    display: none;
}

@media screen and (max-width: 1392px) {
    .video-item {
        flex-direction: column-reverse;
        gap: 2.4rem;
    }
    .video-item__main {
        max-width: none;
    }
    .video-item__content {
        max-width: none;
        height: 51.3rem;
    }
}
@media screen and (max-width: 992px) {
    .video {
        margin-bottom: 10rem;
    }
    .video-item__title {
        font-size: 3.2rem;
    }
    .video-item__content {
        height: 39.6rem;
        padding: 2.4rem 3.2rem;
    }
}
@media screen and (max-width: 678px) {
    .video {
        margin-bottom: 8rem;
    }
    .video-item {
        gap: 0.8rem;
    }
    .video-item__main {
        gap: 1.6rem;
    }
    .video-item__title {
        font-size: 1.6rem;
    }
    .video-item__video-item__description {
        font-size: 1.6rem;
    }
    .video-item__content {
        height: 18rem;
        padding: 1.6rem;
    }
    .video-item__content h3 {
        display: none;
    }
    .video-item > h3 {
        display: block;
        color: #121212;
        font-size: 2.4rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 0.8rem;
    }
    .video-item__content svg {
        width: 6.9rem;
        height: 6.9rem;
    }
    .video-item__main ul li {
        font-size: 1.6rem;
    }
}

/* blog */

.blog {
    margin-bottom: 10rem;
}
.blog-container {
    display: flex;
    flex-direction: column;
    gap: 6rem;
}
.blog-name {
    background: #FFF;
    box-shadow: 0px 3px 10px 0px rgba(77, 100, 126, 0.15);
    padding: 8rem 0 3.2rem 0;
}
.blog-name h2 {
    color: #121212;
    font-size: 6.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.blog-main {
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
}
.blog-module {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.blog-module__name {
    padding: 2.4rem;
    border-radius: 0.2rem;
    background: #0B223D;
}
.blog-module__title {
    color: #FFF;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.blog-module__main {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
}
.blog-module__item {
    height: 65.7rem;
    padding: 6rem;
    position: relative;
    display: flex;
    align-items: flex-end;
    min-width: 49rem;
    flex: 1 0 0;
}
.blog-module__item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog-module__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.2rem;
}
.blog-module__item-img::before {
    content: '';
    border-radius: 0.2rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.85) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.blog-module__item-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    width: 100%;
}
.blog-module__item-title {
    color: #FFF;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.blog-module__item-description {
    color: #FFF;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 0.8rem;
}
.blog-module__item-link {
    padding: 2.4rem 6rem;
    border-radius: 0.2rem;
    border: 0.2rem solid #FFF;
    color: #FFF;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    text-align: center;
}
.blog-module__item-link:hover, .materials-item__link:hover, .doctor-item__link:hover, .banner-button:hover, .home_materials-button:hover, .exertps-article__link:hover {
    background: #FFF;
    color: #0B223D;
}
.articles-item__link:hover {
    background: #121212;
    color: #FFF;
}

@media screen and (max-width: 1392px) {
    .blog {
        margin-bottom: 8rem;
    }
    .blog-container {
        gap: 8.4rem;
    }
    .blog-name {
        padding: 6rem 0 3.2rem 0;
    }
    .blog-name h2 {
        font-size: 4.4rem;
    }
    .blog-module__item {
        height: 60rem;
        padding: 4rem;
    }
    .blog-module__item-title {
        font-size: 2.4rem;
    }
    .blog-module__item-description {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 992px) {
    .blog {
        margin-bottom: 10.8rem;
    }
    .blog-container {
        gap: 3.2rem;
    }
    .blog-name {
        padding: 6rem 0 3.2rem 0;
    }
    .blog-name h2 {
        font-size: 4.4rem;
    }
    .blog-module__title {
        font-size: 2rem;
    }
    .blog-module__item {
        height: 38.3rem;
        padding: 1.6rem;
        min-width: 100%;
    }
    .blog-module__item-title {
        font-size: 2rem;
    }
    .blog-module__item-description {
        font-size: 1.6rem;
    }
    .blog-module__item-link {
        padding: 1.6rem;
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 678px) {
    .blog {
        margin-bottom: 6rem;
    }
    .blog-container {
        gap: 3.2rem;
    }
    .blog-name {
        padding: 6rem 0 3.2rem 0;
    }
    .blog-name h2 {
        font-size: 3.2rem;
    }
    .blog-module__name {
        padding: 2.4rem;
    }
    .blog-module__title {
        font-size: 1.6rem;
    }
    .blog-module__main {
        grid-template-columns: repeat(1, 1fr);
    }
    .blog-module__item {
        height: 38.3rem;
        padding: 1.6rem;
    }
    .blog-module__item-title {
        font-size: 2rem;
    }
    .blog-module__item-description {
        font-size: 1.6rem;
    }
    .blog-module__item-link {
        padding: 1.6rem;
        font-size: 1.6rem;
    }
}

/* materials */

.materials {
    margin: 0 0 10rem 0;
    display: flex;
    flex-direction: column;
    gap: 6rem;
}
.materials-name {
    background: #FFF;
    box-shadow: 0px 3px 10px 0px rgba(77, 100, 126, 0.15);
    padding: 8rem 0 3.2rem 0;
}
.materials-name h2 {
    color: #121212;
    font-size: 6.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.materials-main {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
}
.materials-item {
    height: 65.7rem;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 6rem;
    min-width: 49rem;
    flex: 1 0 0;
}
.materials-item__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.materials-item__img img {
    border-radius: 0.2rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.materials-item__img::before {
    content: '';
    border-radius: 0.2rem;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.85) 100%);
    z-index: 2;
}
.materials-item__content {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    width: 100%;
}
.materials-item__title {
    color: #FFF;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.materials-item__link {
    border-radius: 0.2rem;
    border: 0.2rem solid #FFF;
    padding: 2.4rem 6rem;
    color: #FFF;
    font-family: "Raleway";
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    text-align: center;
}

@media screen and (max-width: 1392px) {
    .materials {
        margin: 0 0 8rem 0;
        gap: 4rem;
    }
    .materials-name {
        padding: 6rem 0 3.2rem 0;
    }
    .materials-name h2 {
        font-size: 4.4rem;
    }
    .materials-item {
        height: 60rem;
        padding: 4rem;
        min-width: 30rem;
    }
    .materials-item__title {
        font-size: 2.4rem;
    }
}
@media screen and (max-width: 992px) {
    .materials {
        margin: 0 0 6rem 0;
        gap: 3.2rem;
    }
    .materials-name {
        padding: 6rem 0 3.2rem 0;
    }
    .materials-name h2 {
        font-size: 3.2rem;
    }
    .materials-item {
        height: 38.3rem;
        padding: 1.6rem;
        min-width: 100%;
    }
    .materials-item__title {
        font-size: 2rem;
    }
    .materials-item__link {
        padding: 1.6rem;
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 678px) {
    .materials {
        margin: 0 0 6rem 0;
        gap: 2.4rem;
    }
    .materials-name {
        padding: 6rem 0 3.2rem 0;
    }
    .materials-name h2 {
        font-size: 3.2rem;
    }
    .materials-main {
        grid-template-columns: repeat(1, 1fr);
    }
    .materials-item {
        height: 38.3rem;
        padding: 1.6rem;
    }
    .materials-item__title {
        font-size: 1.6rem;
    }
    .materials-item__link {
        padding: 1.6rem;
        font-size: 1.6rem;
    }
}

/* blog_detail */

.blog_detail {
    margin: 3.2rem 0 12rem 0;
}
.blog_detail-container {
    display: flex;
    flex-direction: column;
}
.blog_detail-container > a {
    margin: 0 auto 4.8rem 0;
    padding: 1.2rem 3.2rem;
    border-radius: 0.2rem;
    border: 1px solid #0B223D;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #0B223D;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.blog_detail-container > a svg {
    width: 1.2rem;
    height: auto;
}
.blog_detail-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
    align-items: flex-start;
    margin-bottom: 1.6rem;
}
.blog_detail-img {
    height: 52.9rem;
}
.blog_detail-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_detail-column {
    display: flex;
    flex-direction: column;
}
.blog_detail-title {
    color: #000;
    font-size: 6.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1.6rem;
}
.blog_detail-row {
    display: flex;
    align-items: center;
    gap: 2.4rem;
    margin-bottom: 5.1rem;
}
.blog_detail-type {
    border-radius: 10rem;
    background: #0B223D;
    padding: 0.4rem 2rem;
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.blog_detail-time {
    color: #807C7C;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.blog_detail-top-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7.4rem;
    align-items: flex-start;
}
.blog_detail-menu {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.blog_detail-menu > h4 {
    color: #000;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.blog_detail-menu nav ul {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    padding-left: 1.2rem;
    border-left: 1px solid #5A5A5A;
}
.blog_detail-menu nav ul li {
    list-style: none;
    display: flex;
}
.blog_detail-menu nav ul li a {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.blog_detail-author {
    display: flex;
    gap: 1.7rem;
    align-items: center;
}
.blog_detail-author-img {
    width: 8rem;
    min-width: 8rem;
    height: 8rem;
    background: #D9D9D9;
    border-radius: 100%;
}
.blog_detail-author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.blog_detail-author-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
}
.blog_detail-author-title {
    color: #010101;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.blog_detail-author-description {
    color: #010101;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.blog_detail-bottom {
    display: flex;
    gap: 2.4rem;
}
.blog_detail-bottom-menu-left {
    max-width: 42.2rem;
}
.blog_detail-bottom-menu {
    position: sticky;
    top: 20rem;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    overflow-y: auto;
    max-height: 78vh;
}
.blog_detail-menu-block {
    display: flex;
    flex-direction: column;
}
.blog_detail-menu-block__button {
    display: flex;
    gap: 1.6rem;
    align-items: flex-start;
    background: #0B223D;
    padding: 2.4rem;
    justify-content: space-between;
}
.blog_detail-menu-block__button p {
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    text-align: left;
}
.blog_detail-menu-block__button-indicator {
    width: 1.6rem;
    min-width: 1.6rem;
    height: 1.6rem;
    border: 0.3rem solid #C7C7C7;
    border-radius: 100%;
}
.blog_detail-menu-block__button-indicator.active {
    border-color: #00B48D;
    background: #00B48D;
}
.blog_detail-menu-block__content {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    overflow: hidden;
    position: relative;
    max-height: 0;
}
.blog_detail-menu-material {
    padding: 2.4rem;
    background: #DFEDFC;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.6rem;
}
.blog_detail-menu-material__name {
    display: flex;
    align-items: flex-start;
    gap: 1.6rem;
}
.blog_detail-menu-material__name svg {
    width: 1.8rem;
    min-width: 1.8rem;
    height: auto;
}
.blog_detail-menu-material__name p {
    color: #121212;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
}
.blog_detail-menu-material__indicator {
    width: 1.6rem;
    min-width: 1.6rem;
    height: 1.6rem;
    border: 0.3rem solid #C7C7C7;
    border-radius: 100%;
}
.blog_detail-menu-material__indicator.active {
    border-color: #00B48D;
    background: #00B48D;
}
.blog_detail-menu-quiz {
    display: flex;
    padding: 2.4rem;
    align-items: flex-start;
    gap: 1.6rem;
    background: #DFEDFC;
    justify-content: space-between;
}
.blog_detail-menu-quiz__row {
    display: flex;
    align-items: flex-start;
    gap: 1.6rem;
}
.blog_detail-menu-quiz__row svg {
    width: 1.8rem;
    min-width: 1.8rem;
    height: auto;
}
.blog_detail-menu-quiz__row p {
    color: #121212;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    max-width: 24.9rem;
}
.blog_detail-menu-quiz-indicator {
    width: 1.6rem;
    min-width: 1.6rem;
    height: 1.6rem;
    border: 0.3rem solid #C7C7C7;
    border-radius: 100%;
}
.blog_detail-menu-quiz-indicator.active {
    border-color: #00B48D;
    background: #00B48D;
}
.blog_detail-menu-block.active .blog_detail-menu-block__content {
    margin-top: 0.2rem;
    max-height: 100%;
}
.blog_detail-menu-material.active {
    background: #233850;
    position: relative;
}
.blog_detail-menu-material.active .blog_detail-menu-material__name p {
    color: #FFF;
}
.blog_detail-menu-material.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0.8rem;
    background: #5B728D;
}
.blog_detail-menu-material.active .blog_detail-menu-material__name svg path {
    stroke: #FFF;
}
.blog_detail-content {
    width: 100%;
    max-width: 86.8rem;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}
.blog_detail-content p, .blog_detail-content li, .blog_detail-content a {
    color: #121212;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.blog_detail-content ul li {
    list-style: none;
    position: relative;
}
.blog_detail-content ul li::before {
    content: '●	';
    position: absolute;
    left: -2rem;
}
.blog_detail-content a {
    font-weight: 700;
    text-decoration: underline;
}
.blog_detail-content a.materials__button {
    color: #0B223D;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    padding: 1.6rem 3.2rem;
    border-radius: 0.2rem;
    border: 0.2rem solid #0B223D;
    margin-right: auto;
    text-decoration: none;
}
.blog_detail-content a.materials__button:hover {
    background: #0B223D;
    color: #FFF;
}
.blog_detail-content .title {
    color: #121212;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    scroll-margin-top: 20rem;
}
.blog_detail-content img {
    max-width: 100%;
}

.blog_detail-menu-quiz.active {
    background: #233850;
    position: relative;
}
.blog_detail-menu-quiz.active .blog_detail-menu-quiz__row p {
    color: #FFF;
}
.blog_detail-menu-quiz.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0.8rem;
    background: #5B728D;
}

@media screen and (max-width: 1392px) {
    .blog_detail {
        margin: 3.2rem 0 10rem 0;
    }
    .blog_detail-top {
        margin-bottom: 6.4rem;
    }
    .blog_detail-img {
        height: 54.7rem;
    }
    .blog_detail-title {
        font-size: 4rem;
    }
    .blog_detail-row {
        margin-bottom: 3.5rem;
    }
    .blog_detail-top-row {
        display: flex;
        flex-direction: column-reverse;
        gap: 2.4rem;
    }
    .blog_detail-menu {
        max-width: 37.2rem;
    }
    .blog_detail-content {
        max-width: none;
    }
    .blog_detail-bottom-menu-left {
        max-width: 35.7rem;
    }
}
@media screen and (max-width: 992px) {
    .blog_detail-top {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 2.4rem;
    }
    .blog_detail-img {
        height: 40.1rem;
    }
    .blog_detail-title {
        font-size: 3.2rem;
    }
    .blog_detail-row {
        margin-bottom: 4rem;
    }
    .blog_detail-top-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 3.2rem;
    }
    .blog_detail-menu {
        max-width: none;
    }
    .blog_detail-bottom-menu-left {
        max-width: none;
    }
    .blog_detail-bottom {
        flex-direction: column;
    }
    .blog_detail-bottom-menu {
        max-height: none;
    }
    .blog_detail-menu-block__button p {
        max-width: 27.7rem;
    }
}
@media screen and (max-width: 678px) {
    .blog_detail {
        margin: 2.4rem 0 6rem 0;
    }
    .blog_detail-container > a {
        margin: 0 auto 3.2rem 0;
        width: 100%;
        justify-content: center;
    }
    .blog_detail-top {
        margin-bottom: 2rem;
    }
    .blog_detail-img {
        height: 18.7rem;
    }
    .blog_detail-title {
        font-size: 2.4rem;
    }
    .blog_detail-row {
        margin-bottom: 2.4rem;
    }
    .blog_detail-time {
        font-size: 1.2rem;
    }
    .blog_detail-top-row {
        display: flex;
        flex-direction: column-reverse;
        gap: 3.2rem;
    }
}

/* quiz */

.quiz {
    position: relative;
    background: #F7F7F7;
}
.quiz-container {
    position: relative;
    display: flex;
    gap: 15.4rem;
    align-items: flex-start;
}
.quiz-menu {
    position: sticky;
    left: 0;
    top: 17rem;
    width: 50.9rem;
    min-width: 50.9rem;
    display: flex;
    flex-direction: column;
    z-index: 9;
    background: #FFF;
    box-shadow: 0px 3px 10px 0px rgba(77, 100, 126, 0.15);
}
.quiz-menu__name {
    padding: 2.4rem 2.2rem 1.6rem 2.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quiz-menu__name a {
    border-radius: 0.2rem;
    border: 1px solid #0B223D;
    display: flex;
    padding: 0.8rem 1.6rem;
    align-items: center;
    gap: 0.4rem;
    color: #0B223D;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.quiz-menu__name a svg {
    width: 1.5rem;
    height: auto;
}
.quiz-menu__close {
    display: flex;
}
.quiz-menu__close svg {
    width: 2.7rem;
    height: auto;
}
.quiz-menu__main {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.quiz-main {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    margin: 8.8rem 0;
    width: 100%;
    max-width: 110rem;
    margin-right: 15.4rem;
    margin-left: auto;
}
.quiz-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quiz-name a {
    display: flex;
    width: 4.8rem;
    height: 4.8rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0.2rem;
    border: 0.1rem solid #0B223D;
}
.quiz-name a svg {
    width: 0.9rem;
    height: auto;
}
.quiz-name h3 {
    color: #121212;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}
.quiz-welcome {
    display: none;
    align-items: center;
    gap: 10.4rem;
}
.quiz-welcome.active {
    display: flex;
}
.quiz-welcome > img {
    width: 36rem;
    min-width: 36rem;
    height: 67.8rem;
    object-fit: contain;
}
.quiz-welcome__column {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    align-items: flex-start;
}
.quiz-welcome__description {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.quiz-welcome__description h3 {
    color: #000;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.quiz-welcome__description p {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.quiz-welcome__block {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
.quiz-welcome__row {
    display: flex;
    gap: 0.8rem;
    align-items: center;
}
.quiz-welcome__row svg {
    width: 1.8rem;
    height: auto;
}
.quiz-welcome__row p {
    color: #000;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.quiz-welcome__start {
    border-radius: 0.2rem;
    background: #0B223D;
    padding: 1.6rem 3.2rem;
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.quiz-content {
    display: none;
}
.quiz-content.active {
    display: flex;
}
.vote-items-list.vote-question-list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
}
.vote-items-list.vote-question-list > li {
    display: flex;
    list-style: none;
    flex-direction: column;
    gap: 2.4rem;
    padding-top: 3.2rem;
    border-top: 0.1rem solid #C7C7C7;
}
.vote-items-list.vote-question-list > li:last-child {
    padding-bottom: 3.2rem;
    border-bottom: 0.1rem solid #C7C7C7;
}
.vote-item-title.vote-item-question {
    display: flex;
    gap: 1.2rem;
    align-items: flex-start;
}
.vote-item-title.vote-item-question span {
    color: #C7C7C7;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.vote-item-title.vote-item-question p {
    color: #121212;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.vote-items-list.vote-answers-list {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    padding: 0;
    margin: 0;
    padding-left: 3.6rem;
}
.vote-items-list.vote-answers-list > li {
    display: flex;
    list-style: none;
}
.vote-items-list.vote-answers-list > li:last-child {
    display: none;
}
.vote-check-result {
    display: none;
}
.vote-check-result p {
    color: #121212;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.vote-check-result span {
    color: #121212;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.vote-check-result.active {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
}
.vote-check-button button {
    cursor: pointer;
    border-radius: 0.2rem;
    background: #0B223D;
    padding: 1.6rem 3.2rem;
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.vote-items-list.vote-answers-list > li > span {
    display: flex;
    align-items: flex-start;
}
.vote-items-list.vote-answers-list > li > span label {
    color: #121212;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 2.4rem;
}
.vote-items-list.vote-answers-list > li > span input[type=checkbox]:before {
    content: "";
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 0.4rem;
    border: 0.2rem solid #0B223D;
    position: absolute;
    cursor: pointer;
    transition: .3s all;
    background-size: 1.6rem;
}
.vote-items-list.vote-answers-list > li > span input[type=checkbox]:checked:before {
    background:transparent;
    background-image: url('../images/checked.svg');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    border-color: #00B48D;
}​
.vote-items-list.vote-answers-list > li > span input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
}
.vote-items-list.vote-answers-list > li > span input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
}
.vote-items-list.vote-answers-list > li > span input[type="checkbox"]:checked {
    background-image: none;
}

.vote-items-list.vote-answers-list > li > span input[type=radio]:before {
    content: "";
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 100%;
    border: 0.2rem solid #0B223D;
    position: absolute;
    cursor: pointer;
    transition: .3s all;
    background-size: 1.6rem;
}
.vote-items-list.vote-answers-list > li > span input[type=radio]:checked:before {
    background:transparent;
    background-image: url('../images/checked-2.svg');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    border-color: #00B48D;
}​
.vote-items-list.vote-answers-list > li > span input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
}
.vote-items-list.vote-answers-list > li > span input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
}
.vote-items-list.vote-answers-list > li > span input[type="radio"]:checked {
    background-image: none;
}
.vote-form-box-button input {
    cursor: pointer;
    margin-top: 3.2rem;
    border-radius: 0.2rem;
    background: #0B223D;
    padding: 1.6rem 3.2rem;
    color: #FFF;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.vote-form-box-button.vote-form-box-button-last {
    display: none;
}

@media screen and (max-width: 1692px) {
    
}
@media screen and (max-width: 1392px) {
    
}
@media screen and (max-width: 992px) {
    
}
@media screen and (max-width: 678px) {
    
}

/* blog */

.tree {
    
}
.tree {
    
}
.tree {
    
}
.tree {
    
}
.tree {
    
}
.tree {
    
}
.tree {
    
}
.tree {
    
}
.tree {
    
}
.tree {
    
}
.tree {
    
}











@media screen and (max-width: 1692px) {
    
}
@media screen and (max-width: 1392px) {
    
}
@media screen and (max-width: 992px) {
    
}
@media screen and (max-width: 678px) {
    
}

/* blog */

.tree {
    
}
.tree {
    
}
.tree {
    
}
.tree {
    
}
.tree {
    
}
.tree {
    
}
.tree {
    
}
.tree {
    
}
.tree {
    
}
.tree {
    
}
.tree {
    
}











@media screen and (max-width: 1692px) {
    
}
@media screen and (max-width: 1392px) {
    
}
@media screen and (max-width: 992px) {
    
}
@media screen and (max-width: 678px) {
    
}


/* new styles  */

header nav ul li a{
    padding: 5px 10px !important;
}
header nav ul li.active a{
    color: #0B223D !important;
    background: #DFEDFC;
}
.materials__card__video {
    position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
    padding-bottom: 56.25%;
}
.materials__card__video iframe{
    position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100% !important;
	width: 100%;
	border: 0;
}
.quiz-welcome__description h3{
font-size: 2.6rem;
}
.quiz-welcome__description p{
    font-size: 2rem;
}
.quiz-welcome__row p{
 font-size: 2rem;
}
.blog_detail-menu nav  ul li a{
    cursor: pointer;
    padding: 5px;
}
.blog_detail-menu nav  ul li a:hover{
    color: #0B223D;
    background: #DFEDFC;

}

.answer-correct{
    color:rgba(0, 180, 141, 1) !important;
}
.answer-partially-correct{
    color: #e48304 !important;
}
.answer-not-correct{
    color: #ff4800 !important;
}
/* .video-item__main,.steps-item__header,.doctor-bottom__row,.blog_detail-menu {
    gap: 3.2rem;
} */

.quiz-menu__burger{
    display: none !important;
}


.video_material_name a {
    width: auto;
    height: auto;
    border: none;
    flex-direction: row;
    color: #233850;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    gap: 1rem;
}
.video_material_name a svg {
    width: 1.2rem;
}
.material_video {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.material_video-main {
    background: #DFDFDF;
    height: 57.6rem;
    width: 100%;
    display: flex;
}
.material_video-main a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}
.material_video-main a video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.material_video-main a svg {
    position: absolute;
    width: 18.1rem;
    height: auto;
    z-index: 2;
}
.material_video-tabs {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.material_video-tabs-row {
    background: #0B223D;
    padding: 0 2.4rem;
    display: flex;
    gap: 2.4rem;
}
.material_video-tab {
    color: #C7C7C7;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    padding: 0.8rem 0;
    position: relative;
}
.material_video-tab.active {
    color: #FFF;
    font-weight: 500;
}
.material_video-tab::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #FFF;
    height: 0.2rem;
    opacity: 0;
    transition: .3s all;
}
.material_video-tab.active::before {
    opacity: 1;
}
.material_video-tabs-content {
    display: none;
    padding: 2.4rem;
    background: #DFEDFC;
}
.material_video-tabs-content.active {
    display: flex;
}
.material_video-tabs-desc {
    display: flex;
    flex-direction: column;
}
.material_video-tabs-desc p {
    color: #121212;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.material_video-tabs-time {
    max-height: 15.4rem;
    overflow-y: auto;
    padding-right: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}
.material_video-tabs-time::-webkit-scrollbar {
    width: 0.4rem;
}
.material_video-tabs-time::-webkit-scrollbar-track {
    background: #C7C7C7;
    border-radius: 2rem;
}
.material_video-tabs-time::-webkit-scrollbar-thumb {
    background-color: #0B223D;
    border-radius: 2rem;
}
.material_video-tabs-content:nth-child(2) {
    background: #FFF;
}
.material_video-tabs-time > div {
    display: flex;
    gap: 1.6rem;
}
.material_video-tabs-time p:nth-child(1) {
    color: #0B223D;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.material_video-tabs-time p:nth-child(2) {
    color: #121212;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}




@media screen and (max-width: 1692px) {
    .quiz-welcome__column{
        padding-right: 1rem;
    }
    .quiz-welcome{
        gap: 3.2rem;
    }
    .quiz-main{
        margin-right: 3.2rem;
    }
    .quiz-container{
        gap: 3.2rem
    }
}
@media screen and (max-width: 1392px) {
    .quiz-menu{
        width: 35rem;
        min-width: 35rem;
    }
    .quiz-welcome__description h3{
        font-size: 1.8rem;
        }
        .quiz-welcome__description p{
            font-size: 1.6rem;
        }
        .quiz-welcome__row p{
         font-size: 1.6rem;
        }
        .quiz-welcome > img{
            width: 26rem;
            min-width: 26rem;
            height: 47.8rem;
        }
    .material_video-main {
        height: 40.5rem;;
    }
    .material_video-main a svg {
        width: 12.5rem;
    }
        
        
        
        
        
        
        
        
        
    
}

@media screen and (max-width: 992px) {
    .quiz-menu__close{
        display: none;
    }
 
    .quiz-container{
        flex-direction: column;
    }
    .quiz-menu{
        width: 100%;
        min-width: 100%;
        top: 0 !important;
        margin-top: -1rem;
    }
    /* .quiz-menu__main{
        display: none;
    } */
    .quiz-main{
        margin: 1rem 0;
        padding: 0 16px;
    }
  
    .quiz-menu__name{
        padding: 2.4rem 1.6rem 2.2rem;
    }
    .quiz-name h3{
        font-size: 2rem;
        padding-top: 20px;
    }
    .quiz-welcome__description h3{
        font-size: 1.4rem;
        }
        .quiz-welcome__description p{
            font-size: 1.4rem;
        }
        .quiz-welcome__row p{
         font-size: 1.4rem;
        }

    .quiz-menu__burger{
        display: flex !important;
        flex-direction: column;
        gap: 0.8rem !important;
        position: relative;
        z-index: 9999;
        border: 0 !important;
        padding: 0 !important;
    }
    .quiz-menu__burger span{
        width: 2.7rem;
        background: #0B223D;
        border-radius: 1rem;
        height: 0.2rem;
        transition: 0.5s;
    }
    


      .quiz-menu__main.open{
        display: block;
      }
      .quiz-menu__burger.open span:nth-child(1){
        transform: rotate(-45deg) translate(-0.8rem, 0.5rem);
      }
      .quiz-menu__burger.open span:nth-child(2){
        opacity: 0;
      }
      .quiz-menu__burger.open span:nth-child(3){
        transform: rotate(45deg) translate(-0.9rem, -0.6rem);
      }
      .quiz-menu{
        position: relative;
      }
      .quiz-menu__main {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-out;
    }
    
    .quiz-menu__main.open {
        max-height: max-content;
    }
    .quiz-menu__main{
        gap: 0;
    }
    .video_material_name h3 {
        padding: 0;
    }
    
    
    
    
    
    
    
    
    
}





@media screen and (max-width: 678px) {
    .quiz-next,.quiz-prev{
        width: 48px !important;
        height: 48px  !important;
      
    }
    .quiz-next svg,.quiz-prev svg{
        width: 10px !important;
        height: auto;
    }
    .quiz-name h3{
        order: 2;
        width: 100%;
        font-size: 2rem;
        text-align: center;
        padding-top: 20px;
    }
    .quiz-welcome__description h3{
        font-size: 1.4rem;
        }
        .quiz-welcome__description p{
            font-size: 1.4rem;
        }
        .quiz-welcome__row p{
         font-size: 1.4rem;
        }
    .quiz-name{
        flex-wrap: wrap;
    }
    .quiz-welcome img{
        display: none;
    }
    .quiz-menu__name a{
        font-size: 1.2rem;
        padding: 0.6rem 1.2rem;
    }
    .quiz-menu__name a svg{
        width: 14px !important;
    }
    .quiz-main{
        position: relative;
        margin-top: -60px;
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .quiz-welcome__column,.quiz-name,.quiz-content{
        position: relative;
        z-index: 9;
    }
    .quiz-welcome.active:before{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: url(https://equamer-dev.grdoc.ru/upload/a11/d4e5w2fwiy05ck886sduj7ydr5xei3g8.png) 50% 50% no-repeat;
        background-size: cover;
        opacity: 0.2;
    }
    .quiz-welcome__start{
        width: 100%;
        height: 48px;
        font-size: 16px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .vote-check-button button{
        width: 100%;
        height: 48px;
        font-size: 16px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .vote-item-title.vote-item-question span{
        font-size: 1.4rem;
    }
    .vote-item-title.vote-item-question p{
        font-size: 1.6rem;
    }
    .vote-items-list.vote-answers-list > li > span label{
        font-size: 1.4rem;
    }
    .vote-form-box-buttons span{
        width: 100%;
        display: block;
    }
    .vote-form-box-buttons span input{
        width: 100%;
        height: 48px;
        font-size: 16px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-bottom {
        margin: 0;
    }
    .vote-items-list.vote-answers-list {
        padding: 0;
    }
    .video_material_name a {
        width: auto !important;
        height: auto !important;
    }
    .material_video-main {
        height: 18rem;
    }
    .material_video-main a svg {
        width: 5.5rem;
    }
    .material_video-tabs-time {
        max-height: 68.6rem;
    }
    
    
    
    
    
}
.sp-block-table table tr:hover {
    background: #f7f7f7;
    color: #8a8a8a;
}
.sp-block-table table tr:nth-child(odd):hover {
    background: #e7e6e6;
}


.auth-code-load,
.reg-code-load {
    display: none;
    width: 100%;
    z-index: 10000000;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background: #0B223D;
}


.email-popup {
    display: none;
}

.lk-wishlist-tab {
    display: none;
}
.lk-visits-tab {
    display: none;
}
.lk-events-tab {
    display: none;
}
.lk-region-tab {
    display: none;
}
.lk-work-tab {
    display: none;
}
.lk-tabs__hr {
    display: none;
}