@font-face {
    src: url("../assets/font/noahRegular.otf");
    font-family: Noah;
    font-style: normal;
    font-weight: normal;
}
@font-face {
    src: url("../assets/font/noahBold.otf");
    font-family: Noah;
    font-style: normal;
    font-weight: bold;
}
@media (max-width: 899px) {
    .wysiwyg-text table {
        width: inherit !important;
        display: block;
    }
    .wysiwyg-text tbody {
        display: block;
    }
    .wysiwyg-text table tr {
        display: flex;
        flex-wrap: wrap;
    }
    .wysiwyg-text table tr:first-of-type {
        display: none;
    }
    .wysiwyg-text table td {
        padding: 15px 0 !important;
        width: 100%;
        white-space: normal;
    }
    .wysiwyg-text table p {
        margin: 10px 0;
        line-height: 1.25;
    }
}
html {
    font-size: 1vw;
    scroll-behavior: smooth;
}
.twf-popup-drawtarget {
    max-height: 85vh;
    overflow-y: auto;
}
.twf-popup-container {
    position: fixed !important;
    top: 50% !important;
    transform: translateY(-50%);
}
* {
    padding: 0;
    margin: 0;
    font-family: Noah, sans-serif;
}
a {
    text-decoration: none;
    font: inherit;
    color: inherit;
}
ul {
    list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h1 {
    font-size: 4.17rem;
}
h2 {
    font-size: 2.7rem;
}
h3 {
    font-size: 2.22rem;
}
h4 {
    font-size: 1.66rem;
}
h6 {
    font-size: 1.1rem;
}
b, strong {
    font-weight: bold;
}
/*h5 {
 font-size: 1.25rem;
 }
 h6 {
 font-size: 1.1rem;
 }*/
.drop-contents {
    margin: 35px 0;
}
.drop-content {
    border-top: 1px solid #ddd !important;
}
.drop-content-title {
    padding: 24px 44px 24px 0;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}
.drop-content-title:after {
    content: '\002B';
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    width: 22px;
    position: absolute;
    top: 26px;
    right: 0;
    color: #069D93;
    font-size: 28px;
}
.drop-content--active .drop-content-title:after {
    content: '\002D';
}
.drop-content-wrapper {
    overflow: hidden;
    transition: height 0.2s;
    height: 0;
}
.drop-content-text {
    padding-bottom: 24px;
    font-size: 18px;
}
.aic {
    align-items: center;
}
.cup {
    cursor: pointer;
}
.anchor {
    position: absolute;
    margin-top: -7rem;
}
.cropped__text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.loader__container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.font-bold {
    font-weight: bold !important;
    color: #000000 !important;
}
.font-bold .time {
    font-weight: 300 !important;
    font-size: 1.1rem;
}
.color-white {
    color: white !important;
}
.shade {
    box-shadow: 0 0.27rem 1.38rem rgba(9, 12, 31, 0.1);
}
.font-small {
    font-size: 1.1rem !important;
    line-height: 140%;
}
.font-default {
    font-size: 1.38rem !important;
    line-height: 140%;
}
.font-large {
    font-size: 1.6rem !important;
    line-height: 140%;
}
.mb-micro {
    margin-bottom: 1.0416rem !important;
}
.mb-mini {
    margin-bottom: 1.38rem !important;
}
.mb-small {
    margin-bottom: 2.0833rem !important;
}
.mb-default {
    margin-bottom: 2.7rem !important;
}
.mb-medium {
    margin-bottom: 3.472rem !important;
}
.mb-large {
    margin-bottom: 4.16rem !important;
}
.mt-micro {
    margin-top: 1.0416rem !important;
}
.mt-mini {
    margin-top: 1.38rem !important;
}
.mt-small {
    margin-top: 2.0833rem !important;
}
.mt-default {
    margin-top: 2.7rem !important;
}
.mt-medium {
    margin-top: 3.472rem !important;
}
.mt-large {
    margin-top: 4.16rem !important;
}
.m-auto {
    margin: 0 auto;
}
.mb-auto {
    margin-bottom: auto;
}
.mt-auto {
    margin-top: auto;
}
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.df {
    display: flex !important;
}
.column {
    flex-direction: column !important;
}
.row {
    flex-direction: row !important;
}
.ai-start {
    align-items: flex-start !important;
}
.ai-end {
    align-items: flex-end !important;
}
.ai-center {
    align-items: center !important;
}
.ai-stretch {
    align-items: stretch !important;
}
.jc-start {
    justify-content: flex-start !important;
}
.jc-end {
    justify-content: flex-end !important;
}
.jc-between {
    justify-content: space-between !important;
}
.jc-center {
    justify-content: center !important;
}
.jc-evenly {
    justify-content: space-evenly !important;
}
.jc-around {
    justify-content: space-around !important;
}
.fw-wrap {
    flex-wrap: wrap !important;
}
.flex-1 {
    flex: 1;
}
.w-10 {
    width: 10%;
}
.w-15 {
    width: 15%;
}
.w-20 {
    width: 20%;
}
.w-25 {
    width: 25%;
}
.w-30 {
    width: 30%;
}
.w-35 {
    width: 35%;
}
.w-40 {
    width: 40%;
}
.w-45 {
    width: 45%;
}
.w-50 {
    width: 50%;
}
.w-55 {
    width: 55%;
}
.w-60 {
    width: 60%;
}
.w-65 {
    width: 65%;
}
.w-70 {
    width: 70%;
}
.w-75 {
    width: 75%;
}
.w-80 {
    width: 80%;
}
.w-85 {
    width: 85%;
}
.w-90 {
    width: 90%;
}
.w-95 {
    width: 95%;
}
.w-100 {
    width: 100% !important;
}
.w-max {
    width: max-content;
}
.h-100 {
    height: 100%;
}
.h-max {
    height: max-content;
}
.wysiwyg-text {
    width: 100%;
}
.wysiwyg-text * {
    border: none;
    /** {
     !*color: #292C3D !important;*!
     font-style: normal !important;
     font-family: Noah !important;
     background-color: transparent !important;
     border: none !important;
     }
     h1 {
     font-size: 4.17rem !important;
     }
     h2 {
     font-size: 3.33rem !important;
     }
     h3 {
     font-size: 2.22rem !important;
     }
     h4 {
     font-size: 1.66rem !important;
     }
     h1, h2, h3, h4 {
     font-weight: bold !important;
     margin-bottom: 1rem;
     }
     p, u {
     font-size: 1.388rem;
     margin-bottom: 1rem;
     text-decoration: none;
     }*/
}
.wysiwyg-text hr {
    border-bottom: 0.01rem solid black !important;
}
.wysiwyg-text ul {
    padding-left: 1.2rem;
    list-style-type: disc;
}
.wysiwyg-text ol {
    padding-left: 1.2rem;
}
.wysiwyg-text ul li, .wysiwyg-text ul li p {
    /*color: #F42A3E;*/
    position: relative;
    margin-bottom: 0;
    list-style-type: none;
    font-size: 1.388rem;
    line-height: 102%;
    color: #292C3D;
    margin-left: 1.2rem;
}
.wysiwyg-text ul li:not(:first-child) {
    margin-top: 5px;
}
.wysiwyg-text ul li::before {
    content: '';
    position: absolute;
    top: 0.7rem;
    left: -1.5rem;
    width: 0.33rem;
    height: 0.33rem;
    background-color: red;
    border-radius: 50%;
}
.wysiwyg-text ol {
    list-style-type: decimal;
    margin-left: 1rem;
}
.wysiwyg-text blockquote {
    display: flex;
    position: relative;
    border-left: 0.2rem solid red !important;
    padding: 0.5rem 0 0.5rem 1rem;
}
.wysiwyg-text blockquote p {
    font-weight: bold !important;
    font-size: 1.3rem;
}
.wysiwyg-text blockquote p:before {
    content: "\00AB";
}
.wysiwyg-text blockquote p:after {
    content: "\00BB";
}
.wysiwyg-text table {
    border-spacing: 0.5rem 0;
}
.wysiwyg-text table tr:first-of-type td {
    font-style: normal;
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.38rem;
    color: #292C3D;
    border-bottom: 0.14rem solid #F42A3E !important;
    background: #F4F4F6 !important;
    padding: 0.5rem;
}
.wysiwyg-text table td {
    font-style: normal;
    font-weight: normal;
    font-size: 1.1rem;
    line-height: 1.38rem;
    color: #292C3D;
    border-bottom: 0.06rem solid rgba(138, 138, 147, 0.5) !important;
    padding: 1.1rem 0.5rem;
}
.wysiwyg-text .gallery_m, .wysiwyg-text #gallery_m {
    display: flex;
    flex-wrap: wrap;
}
.wysiwyg-text .gallery_m img, .wysiwyg-text #gallery_m img {
    cursor: pointer;
}
.wysiwyg-text a, .wysiwyg-text a * {
    color: inherit;
}
.img-contain {
    position: relative !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}
.img-cover {
    position: relative !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center;
}
.square {
    width: 6.6rem;
    height: 6.6rem;
    position: absolute;
    filter: grayscale(70%) saturate(300%);
    opacity: 0.5;
}
#app {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    color: #2c3e50;
}
.structure__title {
    font-size: 2.22rem;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 1.38rem;
    margin: 2.7rem 0;
}
.structure__title::before, .first::before {
    content: "";
    background-image: url('/assets/red_arrow.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 3.125rem;
    height: 0.694rem;
    display: flex;
    align-items: center;
    position: absolute;
    top: 35%;
    left: calc(-5.4rem/2);
}
.structure__wrapper:first-child .structure__title::before {
    /*width: 3.4rem;
     left: -3.16rem;*/
    background-size: 100% !important;
    background-image: url('/assets/red_line.svg') !important;
}
.main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.wrapper-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.container {
    padding: 3rem 0;
    width: 86.11rem;
    margin: 0 auto;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.container .main__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    flex: 1;
}
.container .main__content .container__column {
    display: flex;
    flex-direction: column;
    width: 50%;
}
.submit__button {
    transition: 0.3s;
    height: max-content;
    font-size: 1.11rem;
    color: white;
    border: none;
    padding: 1.4rem 1.7rem;
    cursor: pointer;
    background: linear-gradient(150.16deg, #f42a3e 0%, #f42a3e 100%);
    font-weight: bold;
    letter-spacing: 0.03rem;
    text-align: center;
}
.submit__button:hover {
    background: linear-gradient(150.16deg, #E51A2E 0%, #E51A2E 100%);
}
.submit__button:disabled {
    opacity: 0.5;
}
figure.media, figure.image {
    border-radius: 3px;
    padding: 5px;
    display: inline-block;
    max-width: 100%;
    text-align: center;
}
figure.media img, figure.image img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4px;
    max-width: 100%;
    width: 100%;
    height: auto;
}
figure.image, figure.image.image-style-align-center, figure.image.image-style-align-left, figure.image.image-style-align-right {
    float: none;
    clear: both;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
figure.image img, figure.image.image-style-align-center img, figure.image.image-style-align-left img, figure.image.image-style-align-right img {
    max-width: 100%;
}
figure.image.image-style-align-center, figure.image.image-style-align-left, figure.image.image-style-align-right {
    max-width: 50%;
}
figure.image.image-style-align-center {
    max-width: 75%;
}
figure.image.image-style-align-center::after {
    clear: both;
    display: block;
}
figure.image.image-style-align-right {
    float: right;
    margin-top: 0.5em;
    margin-left: 1.5em;
    margin-bottom: 0.5em;
}
figure.image.image-style-align-left {
    float: left;
    margin-top: 0.5em;
    margin-right: 1.5em;
    margin-bottom: 0.5em;
}
figure figcaption {
    color: black;
    font-size: 13px;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    figure.image.image-style-align-center {
        max-width: 85%;
    }
}
@media only screen and (max-width: 576px) {
    figure.image.image-style-align-center, figure.image.image-style-align-left, figure.image.image-style-align-right {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}
figure.media {
    width: auto;
    height: auto;
    display: block;
}
figure.media .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
figure.media .embed-responsive::before {
    display: block;
    content: "";
}
figure.media .embed-responsive-16by9::before {
    padding-top: 56.25%;
}
figure.media .embed-responsive-16by9 .embed-responsive-item, figure.media .embed-responsive-16by9 iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 15px;
}
.red-dot__list, .section__container .section__column ul, .wrapper-html ul {
    padding-left: 1.2rem;
}
.red-dot__list li, .section__container .section__column ul li, .wrapper-html ul li {
    color: #F42A3E;
    margin-bottom: 1.25rem;
    list-style-type: disc;
    font-size: 1.1rem;
}
.red-dot__list li p, .section__container .section__column ul li p, .wrapper-html ul li p {
    font-size: 1.1rem;
    line-height: 125%;
    color: #292C3D;
    margin-left: 1.2rem;
}
.section__container .section__column ul li {
    margin-bottom: 0.5rem;
}
.section__container .section__column ul li p {
    font-size: 1.388rem;
}
.red-dot__list-small {
    padding-left: 1.3rem;
}
.red-dot__list-small li {
    color: #F42A3E;
    margin-bottom: 0.5rem;
    list-style-type: disc;
    font-size: 1.1rem;
}
.red-dot__list-small li p {
    font-style: normal;
    font-weight: normal;
    font-size: 1.38rem;
    line-height: 1.94rem;
    color: #292C3D;
    padding-left: 1.28rem;
}
.shadow-card__container {
    background-color: white;
    box-shadow: 0 0.28rem 1.39rem rgba(9, 12, 31, 0.1);
    z-index: 100;
    padding: 2.5rem 3.33rem;
    box-sizing: border-box;
}
.shadow-card__container > h4 {
    position: relative;
    margin-bottom: 2.7rem;
}
.shadow-card__container > h4::before {
    content: '';
    position: absolute;
    width: 105%;
    height: 1.11rem;
    z-index: -1;
    left: -5%;
    top: 1rem;
    background-color: #F4F4F6;
}
.shadow-gray {
    position: relative;
}
.shadow-gray::before, .shadow-gray.left::before, .shadow-gray.width::before {
    content: '';
    position: absolute;
    height: 1.11rem;
    top: 1.1rem;
    left: -1rem;
    background-color: #F4F4F6;
    z-index: -1;
}
.shadow-gray::before {
    width: 90%;
    left: -1rem;
}
.shadow-gray.left::before {
    left: 0.5rem !important;
}
.shadow-gray.width::before {
    width: 80% !important;
}
.red__link {
    color: #F42A3E;
    border-bottom: 0.069rem solid #F42A3E;
}
.bold {
    font-weight: bold;
}
.red__text {
    color: #F42A3E !important;
}
.text__bold-red {
    font-style: normal;
    font-weight: bold;
    font-size: 3.3rem;
    line-height: 4rem;
    color: #F42A3E;
}
.text__bold-black {
    font-style: normal;
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.38rem;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    color: #000000;
}
.container__gray {
    background-color: #F4F4F6 !important;
}
.red-scroll-container {
    position: relative;
    display: flex !important;
    flex-flow: row nowrap !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    overflow-x: auto !important;
    padding: 0.8rem 1rem 3.3rem 1rem !important;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: grab;
}
.red-scroll-container .line {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.red-scroll-container:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: grabbing;
}
.red-scroll-container::-webkit-scrollbar {
    background: #F4F4F6;
    height: 0.48rem;
}
.red-scroll-container::-webkit-scrollbar-thumb {
    background: #F42A3E;
    height: 0.27rem;
}
.hide_mobile {
    display: unset;
}
.scroll_indicator {
    display: none;
}
::-webkit-scrollbar {
    background: #F4F4F6;
    height: 0.48rem;
    width: 0.48rem;
}
::-webkit-scrollbar-track {
    width: 0.27rem;
    background: #F4F4F6;
}
::-webkit-scrollbar-thumb {
    background: #F42A3E;
    height: 0.27rem;
    border: 2px solid #F4F4F6;
}
.special body::-webkit-scrollbar-thumb {
    background: #000000;
    height: 0.27rem;
    border: 2px solid #F4F4F6;
}
.slide-enter-active {
    transition: all 0.5s cubic-bezier(1, 0.5, 0.8, 1);
    opacity: 1;
}
.slide-leave-active {
    transition: all 0.5s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-enter, .slide-leave-to {
    transform: translateY(-100%);
    opacity: 0;
}
.fade-enter-active, .fade-leave-active {
    transition: opacity 0.35s;
    height: 100%;
}
.fade-enter, .fade-leave-to {
    opacity: 0;
}
.adaptive__container {
    width: auto;
}
.submit__button, .bd__s, input, .block-links, button {
    box-sizing: border-box;
    border: 1px solid transparent;
}
.bg_container > *:last-child, .bg_container .title, .bg_container .tabs__container, .bg_container .description > * {
    background: transparent !important;
}
.bd__s {
    border: none;
    display: inline-block;
}
@media screen and (min-width: 481px) {
    .hidden-desktop {
        display: none;
    }
}
@media screen and (min-width: 1920px) {
    html {
        font-size: 0.8vw;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
    html.on-main {
        font-size: 0.85vw;
    }
}
@media screen and (max-width: 1024px) {
    .hide_touch {
        display: none !important;
    }
}
@media screen and (min-width: 1025px) {
    .hide_desktop {
        display: none !important;
    }
}
@media screen and (max-width: 768px) {
    html {
        font-size: 1.95vw;
    }
    .special-font-size-3 {
        font-size: 1.95vw !important;
    }
    .special-font-size-1 {
        font-size: 1.7vw !important;
    }
    .special-font-size-2 {
        font-size: 1.5vw !important;
    }
    * {
        box-sizing: border-box;
    }
    .container {
        width: 90% !important;
        padding: 2.7rem 0 !important;
    }
    .scroll_indicator {
        display: unset;
    }
    iframe {
        max-width: 100vw;
    }
    img {
        max-width: 100vw;
        height: auto;
    }
}
@media screen and (max-width: 480px) {
    html {
        font-size: 4vw;
    }
    .special-font-size-3 {
        font-size: 4vw !important;
    }
    .special-font-size-1 {
        font-size: 3.5vw !important;
    }
    .special-font-size-2 {
        font-size: 3vw !important;
    }
    * {
        box-sizing: border-box;
    }
    .container {
        width: 90% !important;
        margin: 0 auto !important;
    }
    h2 {
        font-size: 1.75rem;
        line-height: 2.08rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    .hide_mobile {
        display: none !important;
    }
    .fullwidth-mobile {
        width: 100%;
    }
    .mb-large {
        margin-bottom: 1.16rem !important;
    }
    .w-70 {
        width: unset;
    }
    .wrapper-title-with-btn {
        flex-wrap: wrap;
        margin-bottom: 2.22rem;
    }
    .structure__title::before, .first::before {
        width: 1.8rem;
        left: calc(-1.4rem/2);
    }
}



.new-pages .breadcrumbs {
    padding-top: 30px;
    flex-direction: unset;
}
.new-pages .section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.new-pages .faq__answer ol {
    list-style: decimal;
    padding-left: 1.1rem;
}
.new-pages .faq__answer li ul {
    margin-top: 0.8rem;
}
.new-pages .faq__answer a {
    color: hsl(354,90%,56%);
}
@media (min-width: 768px) {
    .new-pages .section-events__row {
        grid-auto-rows: 340px;
    }
}
.new-pages .news {
    display: flex;
    flex-direction: column;
    height: auto;
}
html .new-pages {
    font-size: 1vw;
}
.new-pages .card__text {
    color: #949494;
}
.new-pages .section:last-child {
    padding-bottom: 60px;
}


#for-seo {
    display: none;
}
.content__full.wrapper-app .container .mobile{
    z-index: 1;
}

.wysiwyg-text strong {
    line-height: 25px;
}
.text-subscribe ul li, .content_wrapper .wysiwyg-text ul li, .content_wrapper ul li {
    margin-bottom: 0.9rem;
}
.section__container.template__section .table td {
    vertical-align: top;
}

.tooltip {
    position: relative;
}
.tooltip img {
    cursor: pointer;
    width: unset !important;
    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;
    }
}
.has-banner + div + div.content__full .banner-sticky {
    top: 200px;
}

.has-banner + div + div.content__full .text a {
    scroll-margin-top: 200px;
}
.vm--container {
    z-index: 1000 !important;
}
.table {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.table table {
    border-right: initial;
}
.table table td:first-child, .table table th:first-child {
    border-left: initial;
}
.table table td:last-child, .table table th:last-child {
    border-right: initial;
}
.first-wrap > .col > div:has(.table) {
    overflow: auto;
}
.hand-wrapper::after {
    content: '';
    background-image: url('/images/scroll.svg');
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
#navigation {
    flex-wrap: wrap;
}
#navigation .navigation__section-center {
    margin-left: auto;
    width: unset !important;
}
