#app {
    color: #2c3e50;
}
#navigation {
    z-index: 2001 !important;
}
h3 {
    font-size: 2.22rem;
}
button, select, input, textarea, h1, h2, h3, h4, h5, h6 {
    color: #2c3e50;
}

.component .wrapper-grid {
    display: grid;
    gap: 4.0849rem;
}
.component .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: dense;
    gap: 1.6339rem;
}
.component .grid .cell3x1 {
    grid-column-end: span 3;
}
.component .grid .cell2x1 {
    grid-column-end: span 2;
}
.component .grid .cell1x2 {
    grid-row-end: span 2;
}
@media screen and (max-width: 1024px) {
    .component .grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .component .grid .cell3x1 {
        grid-column-end: span 2;
    }
    .component .grid .cell2x1 {
        grid-column-end: span 2;
    }
}
@media screen and (max-width: 672px) {
    .component .grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .component .grid .cell3x1 {
        grid-column-end: span 1;
    }
    .component .grid .cell2x1 {
        grid-column-end: span 1;
    }
}
.media .component .read-next {
    display: flex;
    align-items: center;
    justify-content: center;
}
.media .component .read-next__line {
    width: 100%;
    height: 0.0816rem;
    background-color: #CACACE;
}
.media .component .read-next__btn {
    padding: 0.9803rem 5.3104rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.3071rem;
    line-height: 1.6339rem;
    white-space: nowrap;
    color: #292C3D;
    border: 2px solid #F1F1F1;
    border-radius: 3.9215rem;
    background-color: transparent;
    cursor: pointer;
    transition: background 0.3s;
}
.component .read-next__btn:hover {
    background-color: rgb(243, 243, 243);
}

.small-card {
    max-width: 32.6797rem;
    height: 100%;
    max-height: 34.7rem;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    transition: box-shadow 0.3s ease-in-out;
}
.small-card:hover .title {
    color: #2A29B2;
}
.small-card:hover .desc {
    color: #000;
}

.sno {
    min-width: 27.777rem;
    width: 27.777rem;
    margin-right: 1.4rem;
}

.img {
    position: relative;
    width: 100%;
    height: 14.7058rem;
    flex-shrink: 0;
    border-radius: 30px;
    overflow: hidden;
}
.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.img > .tag {
    position: absolute;
    right: 2.4509rem;
}
.img > .tag:nth-child(2) {
    top: 1.6339rem;
}
.img > .tag:nth-child(3) {
    top: 5rem;
}
.img > .tag:nth-child(4) {
    top: 8.4rem;
}

.media .content {
    height: 100%;
    padding: 1.6339rem 0.8169rem 0.8169rem 0.8169rem;
    display: flex;
    flex-direction: column;
}

.media .text-content {
    margin-bottom: 0.8169rem;
}

.media .wrapper {
    margin-bottom: 1.6339rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 0.9803rem;
    line-height: 1.4705rem;
    text-transform: uppercase;

    width: initial;
    overflow: initial;
    min-height: initial;
}

.media .type {
    color: #0E0CC1;
}

.media .date {
    color: #8A8A93;
}

.media .grid .title {
    margin: 0;
    margin-bottom: 0.6535rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 700;
    font-size: 1.6339rem;
    line-height: 2.2875rem;
    color: #000000;
    transition: color 0.2s ease-in-out;
}
.media .grid .title::before {
    content: initial;
}

.media .desc {
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 400;
    font-size: 1.3071rem;
    line-height: 1.6339rem;
    color: #8A8A93;
    transition: color 0.2s ease-in-out;
}

.media .desc div {
    font-weight: 400;
}

.stat {
    margin-top: auto;
    display: flex;
    align-items: center;
}
.stat > div:not(:last-child) {
    margin-right: 1.6339rem;
}

@media screen and (max-width: 1024px) {
    .small-card {
        max-width: none;
    }
}
@media screen and (max-width: 768px) {
    .media .img {
        height: 14.7058rem;
    }
    .media .content {
        padding: 16px 26px;
    }
    .media .img > .tag {
        right: 25px;
        top: 20px;
    }
    .media .wrapper {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 18px;
    }
    .media .title {
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 28px;
    }
    .media .desc {
        font-size: 16px;
        line-height: 20px;
    }
    .sno img {
        max-width: none;
    }
}


.media .wrapper-app {
    overflow: hidden;
}
.media .wrapper-app .container {
    box-sizing: border-box;
    max-width: 103.7581rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.2254rem;
    padding-top: 0.9803rem;
    display: flex;
    flex-direction: column;
    gap: 2.0849rem;
    margin-bottom: 2.0849rem;
}
.media .wrapper-app .popup {
    position: fixed;
    inset: 0;
    z-index: 1001;
}
.media .wrapper-app .popup-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.media .wrapper-app .popup-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.8);
}
.media .wrapper-app .popup-content {
    position: relative;
    z-index: 1002;
    padding: 1.6339rem;
}
.media .wrapper-app .popup-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.media .wrapper-app .popup-close svg path {
    transition: stroke 0.3s;
}
.media .wrapper-app .popup-close:hover svg path {
    stroke: grey;
}
@media screen and (max-width: 1024px) {
    .media .wrapper-app .container {
        padding: 0 40px;
        padding-top: 12px;
        gap: 20px;
    }
}
@media screen and (max-width: 768px) {
    .media .wrapper-app .read-next__btn {
        padding: 16px 50px;
        font-size: 16px;
        line-height: 20px;
    }
}

.media .breadcrumbs {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    overflow: auto;
}
.media .breadcrumbs div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.media .breadcrumbs a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.1rem;
    line-height: 1.38rem;
    color: #8A8A93;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 400;
}
.media .breadcrumbs a:hover {
    color: #F42A3E;
}
.media .breadcrumbs svg {
    margin: 0 0.5rem;
}
@media screen and (max-width: 320px) {
    .media .breadcrumbs .breadcrumbs {
        margin-bottom: 1.4rem !important;
    }
}

.headline .top-wrapper {
    margin-bottom: 1.6339rem;
    display: flex;
    align-items: flex-start;
}
.headline .top-wrapper > .title {
    margin-right: 4.2483rem;
}
.headline .themes {
    padding-top: 1.4705rem;
    width: 100%;
    display: flex;
    gap: 15px;
    overflow: hidden;
}
.headline .themes-all {
    flex-wrap: wrap;
}
.headline .hidden {
    opacity: 0;
}
.headline .more {
    white-space: nowrap;
    transition: opacity 0.3s ease;
}
.headline .themes-btn {
    position: relative;
    font-weight: 400;
    font-size: 1.4705rem;
    line-height: 1.9607rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    color: #8A8A93;
    border-bottom: 0.1639rem solid transparent;
    cursor: pointer;
    transition: color 0.2s, border 0.2s, font 0.2s;
}
.headline .themes-btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #F42A3E;
    transform: scale(0);
    transform-origin: right;
    transition: transform 0.3s ease-in-out;
}
.headline .themes-btn:hover {
    color: #28282C;
}
.headline .themes-btn:hover::before {
    transform-origin: left;
    transform: scale(1);
}
.headline .themes-btn--active {
    /*font-weight: 700;
    font-size: 1.6339rem;
    color: #28282C;*/
}
.headline .themes-btn--active::before {
    transform: scale(1);
}
.headline .directions {
    padding-left: 9.8039rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;
}
.headline .directions-btn {
    padding: 0.9803rem 1.4rem;
    font-weight: 700;
    font-size: 1.3071rem;
    line-height: 1.6339rem;
    color: #292C3D;
    white-space: nowrap;
    border: 2px solid var(--main-color);
    border-radius: 3.9215rem;
    cursor: pointer;
    transition: background 0.2s;
}
.headline .directions-btn:hover {
    background-color: var(--main-color);
}
.headline .directions-btn--active {
    background-color: var(--main-color);
}
.headline .formats {
    margin-top: 3.2679rem;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.headline .formats-btn {
    padding: 0.9803rem 1.6339rem;
    font-weight: 700;
    font-size: 1.3071rem;
    line-height: 1.6339rem;
    color: #292C3D;
    border: 2px solid #F1F1F1;
    border-radius: 3.9215rem;
    cursor: pointer;
    transition: background 0.2s;
}
.headline .formats-btn:hover {
    background-color: #F1F1F1;
}
.headline .formats-btn--active {
    background-color: #F1F1F1;
}
.headline .button {
    margin-top: 3.2679rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.headline .line {
    width: 100%;
    height: 0.0816rem;
    background-color: #CACACE;
}
.headline .button__btn {
    padding: 0.9803rem 2.4509rem;
    font-weight: 700;
    font-size: 1.3071rem;
    line-height: 1.6339rem;
    color: #292C3D;
    white-space: nowrap;
    border: 2px solid #F1F1F1;
    border-radius: 3.9215rem;
    cursor: pointer;
}
@media screen and (max-width: 1024px) {
    .headline .directions {
        padding-left: 0;
        gap: 1rem;
    }
    .headline .directions-btn {
        padding: 1rem 1rem;
    }
}

.mobile {
    position: relative;
    z-index: 2000;
    padding: 15px 40px;
    margin: -15px -40px;
    border-radius: 20px;
    transition: background 0.3s ease-in-out;
    animation: burger 2s ease-in-out forwards;
}
.mobile .title {
    transition: color 0.3s ease-in-out;
}
.mobile .title::before {
    transition: background 0.3s ease-in-out;
}
.mobile .mobile-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile .burger-wrapper-list {
    position: fixed;
    top: calc(12rem - 20px);
    right: 0;
    left: 0;
    z-index: 1000;
    padding: 0 6rem;
    padding-top: 18px;
    border-radius: 20px;
    overflow: hidden;
    animation: filter 0.3s forwards linear;
}
.mobile .burger-wrapper {
    position: fixed;
    top: 12rem;
    right: 6rem;
    z-index: 1001;
    border-radius: 50%;
}
.mobile .burger {
    position: relative;
    box-sizing: border-box;
    padding: 17px 13px;
    width: 52px;
    height: 52px;
    border: 2px solid #F10132;
    border-radius: 50%;
    cursor: pointer;
    transition: border 0.3s ease-in-out;
}
.mobile .burger span {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 2px;
    background-color: #F10132;
    transition: top 0.3s ease-in-out, bottom 0.3s ease-in-out, width 0.1s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.mobile .burger .line-1 {
    top: 17px;
}
.mobile .burger .line-2 {
    top: 50%;
    transform: translateY(-50%);
}
.mobile .burger .line-3 {
    bottom: 17px;
}
.mobile .burger-list {
    padding-top: 30px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.mobile .burger-item {
    font-weight: 700;
    font-size: 18px;
    line-height: 36px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
}

.active {
    background-color: #F10132;
}
.active .burger {
    border-color: #fff;
}
.active .burger span {
    background-color: #fff;
    transform-origin: center;
}
.active .burger .line-1 {
    top: 23px;
    transform: rotate(45deg);
}
.active .burger .line-2 {
    width: 0;
}
.active .burger .line-3 {
    bottom: 23px;
    transform: rotate(-45deg);
}
.active .title {
    color: #fff;
}
.active .title::before {
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    .mobile {
        padding: 1rem 2.7rem;
        margin: -1rem -2.7rem;
    }
    .mobile .burger-wrapper-list {
        padding: 0 6%;
        padding-top: 18px;
    }
    .mobile .burger-wrapper {
        right: 6%;
    }
}
@media screen and (max-width: 480px) {
    .mobile .burger-wrapper-list {
        top: calc(5rem - 20px);
    }
    .mobile .burger-wrapper {
        top: 5rem;
    }
}
@keyframes filter {
    from {
        transform: scale(0);
    }
}
@keyframes burger {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.headline .title ~ p {
    font-size: 1.47rem;
    margin-top: 0.2em;
}

.headline__categories {
    display: flex;
    margin-left: auto;
    gap: 1.84em;
}

.headline__categories a {
    font-weight: 700;
    font-size: 1.23rem;
    height: 2.5em;
    padding: 0 1.25em;
    display: flex;
    align-items: center;
    border: 1px solid #F1F1F1;
    transition: 0.3s;
    border-radius: 48px;
}

.headline__categories a:hover {
    background: #F1F1F1;
}

.themes + .headline__categories {
    margin-top: 15px;
}

.media .headline .title {
    position: relative;
    font-weight: 700;
    font-size: 3.9215rem;
    line-height: 3.9215rem;
    color: #292C3D;
}
.media .headline .title::before {
    background-color: #f42a3e;
    content: "";
    height: 0.3267rem;
    left: -12rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10.1699rem;
}
.media .headline .title-vertical {
    font-weight: 700;
    font-size: 3.9215rem;
    line-height: 3.9215rem;
    color: #292C3D;
}
.media .headline .title-vertical::before {
    content: unset;
}
@media screen and (max-width: 1270px) {
    .headline .title-vertical::before {
        content: "";
        position: absolute;
        left: -12rem;
        top: 50%;
        width: 10.1699rem;
        height: 0.3267rem;
        background-color: #F42A3E;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 768px) {
    .headline .title {
        padding-left: 26px;
        font-size: 24px;
        line-height: 48px;
    }
    .headline .title::before {
        left: -9.5rem;
        height: 4px;
    }
    .headline .prepod {
        font-size: 20px;
        line-height: 24px;
    }
}
.tag {
    padding: 5px 12px;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: white;
    border-radius: 10px;
    transition: opacity 0.2s ease-in-out;
}
.tag:hover {
    opacity: 0.8;
}
.component .subscribe {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.component .success {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.component .success .success_text {
    text-align: center;
    font-size: 1.3rem;
    padding: 0.5rem;
}
.component .subform {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.6143rem 5.0653rem;
    background-color: #F5F5F5;
    background-image: url("/images/short-subscribe-form-test.png");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    overflow: hidden;
}
.component .subform__right-wrap {
    display: flex;
    align-items: flex-start;
}
.component .subform__left {
    max-width: 21rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 1.6339rem;
}
.component .subform__middle {
    flex-basis: 15%;
    margin-right: 1.61rem;
}
.component .subform__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    max-width: 34.7222rem;
    width: 100%;
}
.component .subform__left-title {
    position: relative;
    margin-bottom: 0.8169rem;
    font-weight: 700;
    font-size: 2.4509rem;
    line-height: 2.4509rem;
}
.component .subform__left-title:before {
    content: "";
    position: absolute;
    top: 1rem;
    left: -3.513rem;
    height: 0.3267rem;
    width: 2.4509rem;
    background-color: #f42a3e;
    transform: translateX(-100%);
}
.component .subform__left-subtitle {
    font-weight: 400;
    font-size: 1.3071rem;
    line-height: 1.6339rem;
}
.component .subform__right-input {
    margin-bottom: 1.1437rem;
    padding: 1.2254rem 1.4705rem;
    width: 100%;
    background-color: white;
    border-radius: 20px;
    font-weight: 400;
    font-size: 1.3071rem;
    line-height: 1.6339rem;
}
.component .subform__right-input::placeholder {
    color: #979797;
}
.component .subform__right-btn:disabled, .component .subform__right-btn[disabled] {
    opacity: 0.5;
}
.component .subform__right-btn {
    margin-right: 1.879rem;
    padding: 1.3071rem 1.9607rem;
    border-radius: 20px;
    font-weight: 700;
    font-size: 1.3071rem;
    line-height: 1.6339rem;
    color: white;
    background-color: #E51A2E;
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
}
.component .subform__right-btn:hover {
    background: linear-gradient(150.16deg, #F5182F 0%, #F52B61 100%);
}
.component .subform__right-text {
    max-width: 17.1568rem;
    color: #979797;
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 0.6535rem;
}
.component .subform__right-text a {
    font-weight: 700;
}
.component .subform-img {
    display: block;
    height: 11.5rem;
    width: 14.95rem;
}
@media screen and (max-width: 1024px) {
    .component .subform {
        background-image: none;
    }
}

.component .subscribe {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.component .success {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.component .success .success_text {
    text-align: center;
    font-size: 1.3rem;
    padding: 0.5rem;
}
.component .subform.articles {
    display: block;
    background: initial;
    align-items: center;
    justify-content: space-between;
    padding: 2.6143rem 5.0653rem;
    background-color: #F5F5F5;
    border-radius: 30px;
    overflow: hidden;
}
.component .articles .subform__right-wrap {
    display: flex;
    align-items: flex-start;
}
.component .articles .subform__left {
    max-width: initial;
    flex-direction: initial;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-right: 1.6339rem;
}
.component .articles .subform__middle {
    flex-basis: 15%;
    margin-right: 1.61rem;
}
.component .articles .subform__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    max-width: 34.7222rem;
    width: 100%;
}
.component .articles .subform__left-title {
    position: relative;
    margin-bottom: 0.8169rem;
    font-weight: 700;
    font-size: 1.87rem;
    line-height: 1.87rem;
}
.component .articles .subform__left-title:before {
    content: '';
    position: absolute;
    top: 0.7rem;
    left: -3.513rem;
    height: 0.3267rem;
    width: 2.4509rem;
    background-color: #f42a3e;
    transform: translateX(-100%);
}
.component .articles .subform__left-subtitle {
    font-weight: 400;
    font-size: 1.3071rem;
    line-height: 1.6339rem;
}
.component .articles .subform__right-input {
    margin-bottom: 1.1437rem;
    padding: 1.2254rem 1.4705rem;
    width: 100%;
    background-color: #ffff;
    border-radius: 20px;
    font-weight: 400;
    font-size: 1.3071rem;
    line-height: 1.6339rem;
}
.component .articles .subform__right-input::placeholder {
    color: #979797;
}
.component .articles .subform__right-btn:disabled, .component .articles .subform__right-btn[disabled] {
    opacity: 0.5;
}
.component .articles .subform__right-btn {
    margin-right: 1.879rem;
    padding: 1.3071rem 1.9607rem;
    border-radius: 20px;
    font-weight: 700;
    font-size: 1.3071rem;
    line-height: 1.6339rem;
    color: #ffff;
    background-color: #E51A2E;
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
}
.component .articles .subform__right-btn:hover {
    background: linear-gradient(150.16deg, #F5182F 0%, #F52B61 100%);
}
.component .articles .subform__right-text {
    max-width: 17.1568rem;
    color: #979797;
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 0.6535rem;
}
.component .articles .subform__right-text a {
    font-weight: 700;
}
.component .articles .subform-img {
    display: block;
    height: 11.5rem;
    width: 14.95rem;
}
@media screen and (max-width: 1024px) {
    .component .subform.articles {
        background-image: none;
    }
}


.articles .subform__left a {
    font-size: 1.25rem;
    color: #2A29B2;
    font-weight: 700;
    text-decoration: underline;
}


.articles-wrapper {
    display: flex;
    margin-top: 1rem;
}
.article {
    flex-basis: 25%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: #fff;
    border-radius: 30px;
}
.article-date {
    font-size: 1rem;
    color: #8A8A93;
    font-weight: 400;
    margin-bottom: 1rem;
}
.article-title {
    font-size: 1.25rem;
    font-weight: 700;
}
.article:not(:last-child) {
    margin-right: 1.25rem;
}
.component .articles .subform__left.mobile {
    display: none;
}
@media screen and (max-width: 768px) {
    .component .subform.articles {
        padding: 2.6143rem 2.0653rem;
    }
    .component .articles .subform__left-title:before {
        left: -0.513rem;
    }
    .component .articles .subform__left.desktop {
        display: none;
    }
    .articles .subform__left.mobile {
        margin-top: 2rem;
        display: block;
    }

    .articles-wrapper {
        overflow: auto hidden;
        scrollbar-width: none;
        width: calc(100vw - 110px);
    }
    .article {
        min-width: 262px;
        width: 262px;
    }
}

@media screen and (max-width: 1920px) {
    .component .date-main {
        font-weight: 400;
        font-size: 1.47rem;
        line-height: 22px;
        color: #ABABAB;
    }
    .component .block {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .component .block__title {
        font-size: 5.22rem;
        line-height: 5.22rem;
    }
    .component .block__subtitle {
        font-size: 1.47rem;
        line-height: 2.205rem;
    }
    .component .block .img-container {
        border-radius: 20px;
        width: 100%;
        height: 23.438vw;
        min-height: 400px;
        overflow: hidden;
    }
    .component .block img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}
@media screen and (max-width: 1024px) {
    .component .block__title {
        font-size: 48px;
        line-height: 48px;
    }
    .component .block__subtitle {
        font-size: 16px;
        line-height: 20px;
    }
    .component .block .img-container {
        height: 39.063vw;
        min-height: 250px;
    }
}
.wrapper-app {
    position: relative;
}
.wrapper-app .container {
    box-sizing: border-box;
    max-width: 103.7581rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.2254rem;
    padding-top: 0.9803rem;
    display: flex;
    flex-direction: column;
    gap: 4.0849rem;
    margin-bottom: 4.0849rem;
}
.wrapper-app .page-end {
    position: absolute;
    bottom: 100rem;
}
.wrapper-app .first-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.wrapper-app .first-wrap .col:nth-child(1) {
    flex-basis: 67%;
    flex-shrink: 0;
    margin-right: 5.71rem;
    display: grid;
    flex-direction: column;
    gap: 4.0849rem;
}
.wrapper-app .first-wrap .col:nth-child(2) {
    padding-top: calc(22px + 2rem);
    display: flex;
    flex-direction: column;
    flex-basis: 30%;
}
.wrapper-app .first-wrap .last-el.text {
    order: 1;
}
/*.wrapper-app .first-wrap .wrapper-author {
    height: 100%;
    max-height: 72rem;
}*/
.wrapper-app .first-wrap .wrapper-slider {
    /*height: 100%;*/
}
.wrapper-app .target {
    position: absolute;
    bottom: 300px;
}
@media screen and (max-width: 1270px) {
    .wrapper-app {
        overflow: hidden;
    }
    .wrapper-app .container {
        margin-bottom: unset;
    }
    .wrapper-app .first-wrap {
        flex-basis: 97.65%;
        flex-direction: column;
    }
    .wrapper-app .first-wrap .col:nth-child(1) {
        margin-right: unset;
        margin-bottom: 50px;
    }
    .wrapper-app .first-wrap .col:nth-child(2) {
        gap: unset;
    }
    .wrapper-app .target {
        bottom: 700px;
    }
}
@media screen and (max-width: 495px) {
    .wrapper-app .container {
        gap: 2rem;
        margin-bottom: 2rem;
    }
}

.popup {
    position: fixed;
    inset: 0;
    z-index: 1001;
}

.popup-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.popup-content {
    position: relative;
    z-index: 1002;
    padding: 1.6339rem;
}

.popup-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.popup-close svg path {
    transition: stroke 0.3s;
}
.popup-close:hover svg path {
    stroke: grey;
}
@media screen and (max-width: 495px) {
    .component .date-main {
        font-size: 16px;
    }
    .component .block__title {
        font-size: 32px;
        line-height: 32px;
    }
}
.wrapper-app .container {
    gap: 2.0849rem;
    margin-bottom: 2.0849rem;
}
.headline .top-wrapper {
    margin-bottom: 0.6339rem !important;
}
.component .block {
    gap: 1rem;
}
.wrapper-app .first-wrap .col:nth-child(1) {
    gap: 1.5rem;
}
.vertical-slider .title-vertical {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 2.5rem;
}
.component .block__title {
    margin-bottom: 1.1rem;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 3.5rem;
}
.component .block__subtitle {
    font-weight: 400;
    color: #8A8A93;
}
.component .sharing-header {
    margin-bottom: 1.2rem;
    font-size: 1.47rem;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    .social__icons-container--media.social__icons-container a {
        height: 1.777rem;
        width: 1.777rem;
    }
    .social__icons-container--media.social__icons-container {
        width: 70%;
        margin: unset;
    }
}
.social__icons-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}
.social__icons-container .img {
    position: absolute;
    width: 1.28rem;
    height: auto;
}
.social__icons-container .whatsapp:hover svg path {
    stroke: #F42A3E !important;
}
.social__icons-container .whatsapp {
    border: 0.07rem solid #F2F2F2;
}
.social__icons-container .whatsapp svg {
    width: 1.3rem;
    height: 1.3rem;
}
.social__icons-container a {
    height: 2.777rem;
    width: 2.777rem;
    box-sizing: border-box;
    border: 0.07rem solid #F4F4F6;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.social__icons-container a img {
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
    object-position: center;
}
.social__icons-container a svg {
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
}
.social__icons-container a p {
    width: 100%;
    height: 100%;
}
.social__icons-container a:hover {
    border: 0.07rem solid #F42A3E;
    fill: #F42A3E;
}
.social__icons-container a:hover svg path {
    fill: #F42A3E;
}
.social__icons-container--media a,
.social__icons-container--media .whatsapp {
    border: 0.07rem solid rgba(44, 62, 80, 0.4862745098);
    fill: rgba(44, 62, 80, 0.4862745098);
}
.social__icons-container--media a svg path,
.social__icons-container--media .whatsapp svg path {
    fill: rgba(44, 62, 80, 0.4862745098);
}
.social__icons-container--media .whatsapp svg g path {
    stroke: rgba(44, 62, 80, 0.7803921569) !important;
}
.component .social__wrapper{
    display: flex;
    width: 24%;
}
@media screen and (max-width: 768px) {
    .col .component .block {
        gap: 0.5rem;
    }
    .col .component .block__title {
        margin-bottom: 0.5rem;
        font-size: 32px;
        line-height: 32px;
    }
    .wrapper-app .first-wrap .col:nth-child(1) {
        gap: 1.5rem !important;
    }
    .wrapper-app .first-wrap {
        margin-top: -2rem;
    }
}
table {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
td, th {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 12px;
    vertical-align: top;
}
.banner-sticky {
    position: sticky;
    top: 120px;
}
@media screen and (max-width: 768px) {
    .wrapper-app .first-wrap .col:nth-child(1) {
        display: flex;
    }
}

.mobile > div > .burger-wrapper {
    position: absolute !important;
    top: -2.5rem !important;
    right: 2rem  !important;
}
.m-author {
    margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
    .wrapper-app .first-wrap .col:nth-child(1) {
        gap: 2rem !important;
    }

    .text-subscribe h2 {
        line-height: 35px;
    }

    .text-subscribe h2, .text-subscribe h3 {
        margin-bottom: 20px;
    }
}

.burger-wrapper.top-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;

    position: fixed;
    width: 32px;
    height: 32px;
    border: 2px solid #F10132;
    border-radius: 50%;
    cursor: pointer;
    transition: border 0.3s ease-in-out;

    bottom: 5rem;
    right: 6%;

    z-index: 1000;
}

.burger-wrapper.top-wrapper .burger {
    width: 12px;
    height: 12px;
    border-top: 3px solid #F10132;
    border-right: 3px solid #F10132;
    transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
    .burger-wrapper.top-wrapper {
        width: 52px;
        height: 52px;
    }
    .burger-wrapper.top-wrapper .burger {
        width: 26px;
        height: 26px;
        border-top: 5px solid #F10132;
        border-right: 5px solid #F10132;
    }
}
/*
@media screen and (max-width: 1199px) {
    .burger-wrapper.top-wrapper {
        display: none;
    }
}
*/
.text-subscribe ul li, .main-bodytop ul li, .text-subscribe ol li, .main-bodytop ol li {
    margin-bottom: 0.8rem;
}
.text-subscribe ul li:last-child, .main-bodytop ul li:last-child, .text-subscribe ol li:last-child, .main-bodytop ol li:last-child {
    margin-bottom: 0;
}
.text-subscribe ul:last-child {
    margin-bottom: 0;
}
ol {
    list-style-type: revert;
    padding: revert;
    margin: revert;
}
ul {
    list-style-type: revert;
    padding: revert;
    margin: revert;
}

li::marker {
    color: #f42a3e;
}
.text-subscribe h2 {
    line-height: 48px;
}
.text-subscribe h2, .text-subscribe h3 {
    margin-bottom: 12px;
}

.component .img-container {
    border-radius: 20px;
    width: 100%;
    font-size: 0;
    overflow: hidden;
}
.component img {
    width: 100%;
    object-fit: cover;
}
[data-layout=Image] .component .title {
    color: #292c3d;
    font-size: 1.31rem;
}
@media screen and (max-width: 1024px) {
    [data-layout=Image] .component .title {
        font-size: 14px;
    }
}

.light_box {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.light_box .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
}
.light_box img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 70%;
    transform: translate(-50%, -50%);
}
img.lightBox {
    cursor: pointer;
}
@media screen and (max-width: 575px) {
    .light_box img{
        height: unset;
        transform: unset;
        left: unset;
        width: 100%
    }
}

.component .text {
    width: 100%;
}
.component .text-header {
    margin-bottom: 2.1rem;
    font-size: 1.849rem;
    font-weight: 700;
    line-height: 1.849rem;
}
.component .text-subscribe {
    font-size: 1.265rem;
    font-weight: 400;
    line-height: 1.7rem;
}
@media screen and (max-width: 1920px) {
    .component .text-header {
        font-size: 32px;
        line-height: 20px;
    }
    .component .text-subscribe {
        font-size: 20px;
        line-height: 27px;
    }
}
@media screen and (max-width: 495px) {
    .component .text-header {
        font-size: 28px;
        line-height: 18px;
    }
    .component .text-subscribe {
        font-size: 20px;
        line-height: 25px;
    }
}
.text-subscribe sup {
    position: absolute;
    margin-top: -0.4em;
}
.title {
    position: relative;
    color: #292C3D;
}
.title::before {
    content: "";
    position: absolute;
    left: -4.4rem;
    top: 50%;
    width: 1.4rem;
    height: 0.3267rem;
    background-color: #F42A3E;
    transform: translateY(-50%);
}
.title-vertical {
    color: #292C3D;
}
.title-vertical::before {
    content: unset;
}
@media screen and (max-width: 1270px) {
    .title-vertical::before {
        content: "";
        position: absolute;
        left: -4.4rem;
        top: 50%;
        width: 1.4rem;
        height: 0.3267rem;
        background-color: #F42A3E;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 768px) {
    .title::before {
        left: -1.9rem;
        height: 4px;
    }
}
[data-layout=Author] .component .expert {
    display: flex;
    justify-content: stretch;
    padding-top: initial;
}
@media screen and (max-width: 768px) {
    [data-layout=Author] .component .expert-text {
        display: inherit;
        overflow: unset;
        text-overflow: unset;
    }
}
[data-layout=Author] .component .expert {
    display: flex;
    justify-content: stretch;
}
[data-layout=Author] .component .expert-text, [data-layout=Author] .component .expert-position {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
[data-layout=Author] .component .expert-text {
    -webkit-line-clamp: 7;
}
[data-layout=Author] .component .expert-position {
    -webkit-line-clamp: 3;
}
[data-layout=Author] .component .expert-left {
    background: #f5f5f5;
    border-radius: 30px;
    flex-shrink: 0;
    font-size: 0;
    height: 19rem;
    margin-right: 1.9607rem;
    overflow: hidden;
    width: 20rem;
}
[data-layout=Author] .component .expert-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
[data-layout=Author] .component .expert-right {
    padding: 1.89rem 2.45rem;
    background: #f5f5f5;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
[data-layout=Author] .component .expert-name {
    font-weight: 700;
    font-size: 1.557rem;
    line-height: 1.849rem;
    transition: color 0.2s ease-in-out;
}
[data-layout=Author] .component .expert-middle {
    margin-bottom: 1.4rem;
}
[data-layout=Author] .component .expert-header {
    font-weight: 700;
}
[data-layout=Author] .component .expert-subscribe {
    font-weight: 400;
}
[data-layout=Author] .component .expert-header, [data-layout=Author] .component .expert-subscribe {
    font-size: 1.168rem;
    line-height: 1.363rem;
}
@media screen and (max-width: 1920px) {
    [data-layout=Author] .component .expert-name {
        font-size: 24px;
        line-height: 32px;
    }
    [data-layout=Author] .component .expert-header, [data-layout=Author] .component .expert-subscribe {
        font-size: 20px;
        line-height: 20px;
    }
}
@media screen and (max-width: 768px) {
    [data-layout=Author] .component .expert {
        flex-direction: column;
    }
    [data-layout=Author] .component .expert-left {
        margin-bottom: 1rem;
        height: unset;
        width: 100%;
    }
    [data-layout=Author] .component .expert-left img {
        width: 100%;
        height: auto;
    }
    [data-layout=Author] .component .expert-right {
        width: 100%;
    }
}
@media screen and (max-width: 495px) {
    [data-layout=Author] .component .expert-left img {
        border-radius: 15px;
    }
    [data-layout=Author] .component .expert-right {
        padding: 1rem 1.5rem;
    }
}
.media .text-subscribe h2 {
    font-size: 2.7rem;
}

.component .link {
    display: inline-block;
    margin-bottom: 20px;
    transition: color 0.2s ease-in-out;
}
.component .link:hover {
    color: #0E0CC1;
}
.component .read-also {
    display: flex;
    justify-content: stretch;
    align-items: center;
}
.component .read-also-left {
    width: 45%;
    margin-right: 1.9rem;
}
.component .read-also-left img {
    width: 100%;
    border-radius: 20px;
}
.component .read-also-left__header {
    margin-bottom: 12px;
    font-size: 1.849rem;
    font-weight: 700;
    line-height: 1.849rem;
}
.component .read-also-right {
    width: 55%;
}
.component .read-also-right__header {
    font-size: 1.362rem;
    font-weight: 700;
    line-height: 1.752rem;
}
.component .read-also-right__text {
    font-size: 1.17rem;
    font-weight: 400;
    line-height: 1.362rem;
}
.component .read-also .title::before {
    left: -4rem;
    width: 20px;
}
@media screen and (max-width: 1920px) {
    .component .read-also-left__header {
        font-size: 30px;
        line-height: 30px;
    }
    .component .read-also-right__header {
        font-size: 20px;
        line-height: 28px;
    }
    .component .read-also-right__text {
        font-size: 16px;
        line-height: 20px;
    }
}
@media screen and (max-width: 1290px) {
    .component .read-also-right {
        max-width: 360px;
    }
}
@media screen and (max-width: 768px) {
    .component .ead-also-left__header {
        padding-left: 4rem;
    }
    .component .read-also {
        flex-direction: column;
        align-items: unset;
    }
    .component .read-also-left {
        width: 100%;
        margin-right: unset;
        margin-bottom: 20px;
    }
    .component .read-also-right {
        width: 100%;
        max-width: unset;
    }
}
[data-layout=AlsoRead] .component {
    overflow: hidden;
    padding-left: 4rem;
}
@media screen and (max-width: 495px) {
    [data-layout=AlsoRead] .component {
        padding-left: initial;
    }
}

.interestint {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 1.5rem 1.5rem 1.5rem 3rem;
    width: 100%;
    background: #F5F5F5;
    border-radius: 30px;
    overflow: hidden;
}
.interestint .left {
    width: 75%;
}
.interestint .right {
    margin: -1.5rem -1.5rem -1.5rem 0;
    width: 20%;
}
.interestint img {
    width: 100%;
    height: auto;
}
.interestint .title::before {
    left: -4.35rem;
    width: 1.4rem;
    top: 0.92rem;
}
.interestint .header {
    font-size: 1.849rem;
    line-height: 1.849rem;
    margin-bottom: 1.63rem;
}
.interestint .header::before {
    left: -3.35rem;
}
.interestint > header {
    margin-bottom: 10px;
}
.interestint .desc {
    font-weight: 400;
    font-size: 1.265rem;
    line-height: 1.7rem;
    letter-spacing: 0.03em;
    color: #010101;
}
@media screen and (max-width: 1920px) {
    .interestint .header {
        font-size: 30px;
        line-height: 30px;
    }
    .interestint .desc {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0.03em;
    }
}
@media screen and (max-width: 768px) {
    .interestint .title {
        padding-left: unset;
    }
    .interestint .left {
        width: 70%;
    }
    .interestint .right {
        width: 25%;
    }
}
@media screen and (max-width: 495px) {
    .interestint {
        padding: 20px 20px 20px 40px;
        flex-direction: column;
    }
    .interestint .title::before {
        left: -40px;
    }
    .interestint .left {
        width: 100%;
    }
    .interestint .left .header {
        font-size: 23px;
        line-height: 28px;
    }
    .interestint .left .desc {
        font-size: 16px;
        line-height: 26px;
    }
    .interestint .right {
        margin: unset;
        width: 100%;
    }
}

[data-layout=ReadList] .component .block {
    display: flex;
    flex-direction: column;
    background-color: #F5F5F5;
    border-radius: 30px;
    padding: 2.22rem 4.38rem;
    overflow: hidden;
}
[data-layout=ReadList] .component .block__list {
    position: relative;
    margin-bottom: 30px;
    font-size: 1.849rem;
    font-weight: 700;
}
[data-layout=ReadList] .component .block__list::before {
    background-color: red;
    content: "";
    height: 4px;
    left: -3.08rem;
    position: absolute;
    top: 0.84rem;
    transform: translateX(-100%);
    width: 1.4rem;
}
[data-layout=ReadList] .component .block__list-item {
    position: relative;
    display: flex;
    flex-basis: content;
    margin-left: 1.4rem;
    color: #2A29B2;
    font-size: 1.265rem;
    line-height: 1.7rem;
}
[data-layout=ReadList] .component .block__list-item ::before {
    content: "•";
    position: absolute;
    color: #2A29B2;
    font-weight: unset;
    /* Менять жирность */
    left: -1.4rem;
}
@media screen and (max-width: 1920px) {
    [data-layout=ReadList] .component .block__list {
        font-size: 30px;
    }
    [data-layout=ReadList] .component .block__list-item {
        font-size: 16px;
        line-height: 27px;
    }
}
@media screen and (max-width: 768px) {
    [data-layout=ReadList] .component .block {
        padding: 2rem 2rem;
    }
    [data-layout=ReadList] .component .block__list::before {
        left: -7px;
        top: 1rem;
    }
}

[data-layout=Note] .component .main-body {
    display: block;
    padding: 2.45rem 2.45rem 2.45rem 4.41rem;
    background-color: #F5F5F5;
    border-radius: 30px;
    font-size: 1.265rem;
    font-weight: 400;
    font-style: italic;
    line-height: 1.752rem;
}
[data-layout=Note] .component .main-body__wrap {
    position: relative;
}
[data-layout=Note] .component .main-body__wrap::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    left: -1.5rem;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #F42A3E;
}
@media screen and (max-width: 1920px) {
    [data-layout=Note] .component .main-body {
        font-size: 18px;
        line-height: 27px;
    }
}
@media screen and (max-width: 495px) {
    [data-layout=Note] .component .main-body {
        padding: 2.45rem 2.17rem;
        font-size: 16px;
        line-height: 20px;
    }
    [data-layout=Note] .component .main-body__wrap::before {
        left: -1rem;
    }
}

[data-layout=Profession] .component .profession {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3893rem 1.216rem;
    background-color: #CAE2FF;
    border-radius: 1.46rem;
}
[data-layout=Profession] .component .profession__left {
    letter-spacing: 0.03rem;
    font-weight: 700;
    font-size: 1.314rem;
    line-height: 1.7rem;
}
[data-layout=Profession] .component .profession__left--mob {
    display: none;
    text-align: center;
    text-decoration: underline;
}
[data-layout=Profession] .component .profession__right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 0.03rem;
    font-weight: 400;
    font-size: 1.36rem;
    line-height: 1.7rem;
}
[data-layout=Profession] .component .profession__right a {
    text-decoration: underline;
}
[data-layout=Profession] .component .profession__right img {
    margin-right: 1.7rem;
    height: auto;
    width: 5.84rem;
}
@media screen and (max-width: 1920px) {
    [data-layout=Profession] .component .profession {
        padding: 8px 25px;
        border-radius: 30px;
    }
    [data-layout=Profession] .component .profession__left {
        font-size: 19px;
        line-height: 27px;
    }
    [data-layout=Profession] .component .profession__right {
        font-size: 20px;
        line-height: 27px;
    }
    [data-layout=Profession] .component .profession__right img {
        margin-right: 20px;
        width: 80px;
    }
}
@media screen and (max-width: 768px) {
    [data-layout=Profession] .component .profession {
        padding: 8px 12px;
    }
    [data-layout=Profession] .component .profession__left {
        font-size: 17px;
        line-height: 20px;
    }
    [data-layout=Profession] .component .profession__right {
        font-size: 18px;
        line-height: 20px;
    }
    [data-layout=Profession] .component .profession__right img {
        margin-right: 5px;
        width: 60px;
    }
}
@media screen and (max-width: 495px) {
    [data-layout=Profession] .component .profession__left {
        display: none;
        font-size: 12px;
    }
    [data-layout=Profession] .component .profession__left--mob {
        display: inline-block;
    }
    [data-layout=Profession] .component .profession__right {
        font-size: 14px;
    }
    [data-layout=Profession] .component .profession__right img {
        margin-right: 0;
    }
    [data-layout=Profession] .component .profession__right a {
        display: none;
    }
}
[data-layout=LectureHalls] .component .block {
    display: flex;
    flex-direction: column;
    background-color: #F5F5F5;
    border-radius: 30px;
    padding: 2.22rem 4.38rem;
    overflow: hidden;
}
[data-layout=LectureHalls] .component .block__list {
    position: relative;
    margin-bottom: 30px;
    font-size: 1.849rem;
    font-weight: 700;
}
[data-layout=LectureHalls] .component .block__list::before {
    background-color: red;
    content: "";
    height: 4px;
    left: -3.08rem;
    position: absolute;
    top: 0.84rem;
    transform: translateX(-100%);
    width: 1.4rem;
}
[data-layout=LectureHalls] .component .block__list-item {
    position: relative;
    display: flex;
    flex-basis: content;
    margin-left: 1.4rem;
    color: #2A29B2;
    font-size: 1.265rem;
    line-height: 1.7rem;
}
[data-layout=LectureHalls] .component .block__list-item ::before {
    content: "•";
    position: absolute;
    color: #2A29B2;
    font-weight: unset;
    /* Менять жирность */
    left: -1.4rem;
}
@media screen and (max-width: 1920px) {
    [data-layout=LectureHalls] .component .block__list {
        font-size: 30px;
    }
    [data-layout=LectureHalls] .component .block__list-item {
        font-size: 16px;
        line-height: 27px;
    }
}
@media screen and (max-width: 768px) {
    [data-layout=LectureHalls] .component .block {
        padding: 2rem 2rem;
    }
    [data-layout=LectureHalls] .component .block__list::before {
        left: -7px;
        top: 1rem;
    }
}

[data-layout=Quote] .component .main-bodytop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
[data-layout=Quote] .component .main-body {
    display: flex;
    flex-direction: column;
    padding: 2.45rem 2.45rem 2.17rem 4.41rem;
    border-radius: 30px;
    font-size: 1.265rem;
    font-weight: 400;
    font-style: italic;
    line-height: 1.752rem;
}
[data-layout=Quote] .component .main-body--left {
    margin-right: 1.4rem;
    display: flex;
    flex-direction: column;
    flex-basis: 90%;
}
[data-layout=Quote] .component .main-body--right {
    flex-basis: 10%;
}
[data-layout=Quote] .component .main-body--right img {
    width: 100%;
}
[data-layout=Quote] .component .main-body--footer {
    font-weight: 700;
    align-self: flex-end;
}
@media screen and (max-width: 1920px) {
    [data-layout=Quote] .component .main-body {
        font-size: 18px;
        line-height: 27px;
    }
}
@media screen and (max-width: 768px) {
    [data-layout=Quote] .component .main-body--left {
        flex-basis: 70%;
    }
    [data-layout=Quote] .component .main-body--right {
        flex-basis: 20%;
    }
}
@media screen and (max-width: 495px) {
    [data-layout=Quote] .component .main-bodytop {
        flex-direction: column;
        gap: 20px;
    }
    [data-layout=Quote] .component .main-body {
        padding: 2.45rem 2.17rem;
        font-size: 16px;
        line-height: 20px;
    }
    [data-layout=Quote] .component .main-body--left {
        margin-right: unset;
        flex-basis: unset;
    }
    [data-layout=Quote] .component .main-body--right {
        flex-basis: unset;
    }
    [data-layout=Quote] .component .main-body--footer {
        align-self: unset;
    }
}
[data-layout=Quote2] .component .main-bodytop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
[data-layout=Quote2] .component .main-body {
    display: flex;
    flex-direction: column;
    padding: 2.45rem 2.45rem 2.17rem 4.41rem;
    border-radius: 30px;
    font-size: 1.265rem;
    font-weight: 400;
    line-height: 1.752rem;
}
[data-layout=Quote2] .component .main-body--left {
    margin-right: 1.4rem;
    display: flex;
    flex-direction: column;
    flex-basis: 90%;
}
[data-layout=Quote2] .component .main-body--right {
    flex-basis: 10%;
}
[data-layout=Quote2] .component .main-body--right img {
    width: 100%;
}
[data-layout=Quote2] .component .main-body--footer {
    font-weight: 700;
    align-self: flex-end;
}
@media screen and (max-width: 1920px) {
    [data-layout=Quote2] .component .main-body {
        font-size: 18px;
        line-height: 27px;
    }
}
@media screen and (max-width: 768px) {
    [data-layout=Quote2] .component .main-body--left {
        flex-basis: 70%;
    }
    [data-layout=Quote2].component .main-body--right {
        flex-basis: 20%;
    }
}
@media screen and (max-width: 495px) {
    [data-layout=Quote2] .component .main-bodytop {
        flex-direction: column;
        gap: 20px;
    }
    [data-layout=Quote2] .component .main-body {
        padding: 2.45rem 2.17rem;
        font-size: 16px;
        line-height: 20px;
    }
    [data-layout=Quote2] .component .main-body--left {
        margin-right: unset;
        flex-basis: unset;
    }
    [data-layout=Quote2] .component .main-body--right {
        flex-basis: unset;
    }
    [data-layout=Quote2] .component .main-body--footer {
        align-self: unset;
    }
}
[data-layout=Quote2] .title {
    position: relative;
    color: #292C3D;
}
[data-layout=Quote2] .title::before {
    content: "";
    position: absolute;
    left: -4.4rem;
    top: 50%;
    width: 1.4rem;
    height: 0.3267rem;
    background-color: #F42A3E;
    transform: translateY(-50%);
}
[data-layout=Quote2] .title-vertical {
    color: #292C3D;
}
[data-layout=Quote2] .title-vertical::before {
    content: unset;
}
@media screen and (max-width: 1270px) {
    [data-layout=Quote2] .title-vertical::before {
        content: "";
        position: absolute;
        left: -4.4rem;
        top: 50%;
        width: 1.4rem;
        height: 0.3267rem;
        background-color: #F42A3E;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 768px) {
    [data-layout=Quote2] .title::before {
        left: -1.9rem;
        height: 4px;
    }
}
[data-layout=Quote2] h3 {
    margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
    [data-layout=Quote2] h3 {
        margin-bottom: 20px;
    }
}
[data-layout=Quote2] .main-body {
    font-size: 18px;
}


.burger-wrapper.top-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;

    position: fixed;
    width: 32px;
    height: 32px;
    border: 2px solid #F10132;
    border-radius: 50%;
    cursor: pointer;
    transition: border 0.3s ease-in-out;

    bottom: 5rem;
    right: 6%;

    z-index: 1000;
}

.burger-wrapper.top-wrapper .burger {
    width: 12px;
    height: 12px;
    border-top: 3px solid #F10132;
    border-right: 3px solid #F10132;
    transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
    .burger-wrapper.top-wrapper {
        width: 52px;
        height: 52px;
    }
    .burger-wrapper.top-wrapper .burger {
        width: 26px;
        height: 26px;
        border-top: 5px solid #F10132;
        border-right: 5px solid #F10132;
    }
}


@media screen and (max-width: 768px) {
    .container {
        width: 90% !important;
        padding: 2.7rem 0 !important;
    }
}
@media screen and (max-width: 480px) {
    .container {
        width: 90% !important;
        margin: 0 auto !important;
    }
    h2, .media .text-subscribe h2 {
        font-size: 1.75rem;
        line-height: 2.08rem;
    }
    h3, .media .text-subscribe h3 {
        font-size: 1.5rem;
    }
}
.mobile-show {
    display: none;
}
@media screen and (max-width: 769px) {
    .desktop-show {
        display: none !important;
    }
    .mobile-show {
        display: block;
    }
}

.tooltip {
    position: relative;
}
.tooltip img {
    cursor: pointer;
    width: 20px !important;
    height: 20px;
    vertical-align: -0.15em;
}
.tooltip-text {
    position: absolute;
    bottom: 40px;
    left: 0;
    max-width: 250px;
    display: none;
    background-color: #eff3f8;
    border-radius: 8px;
    padding: 8px;
    width: max-content;
    z-index: 10000;
    font-size: 16px;
    line-height: 23px;
}
.tooltip:hover .tooltip-text {
    display: block;
}
.text a {
    scroll-margin-top: 100px;
}
.table {
    overflow-x: auto;
}
@media screen and (max-width: 480px) {
    .tooltip {
        position: initial;
    }
    .tooltip-text {
        left: calc((100% - 250px)/2);
        transform: translate(0,-115%);
        bottom: unset;
    }
}

[data-layout=Quote] .component .main-body--left span i strong {
    line-height: 30px;
}
