*, *:before, *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

div, span, a {
    margin: 0;
    padding: 0;
    border: 0
}

.t-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    padding: 0
}

.t-container_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.t-container_100 {
    width: 100%;
    padding: 0
}

.t-container:before, .t-container:after, .t-container_10:before, .t-container_10:after, .t-container_8:before, .t-container_8:after, .t-container_100:before, .t-container_100:after {
    display: table;
    content: " ";
    width: 0
}

.t-container:after, .t-container_10:after, .t-container_8:after, .t-container_100:after {
    clear: both
}

.t-col {
    display: inline;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    width: 100%
}

.t-col_7 {
    max-width: 660px
}

.t-col_8 {
    max-width: 760px
}

.t-col_12 {
    max-width: 1160px
}

.t-prefix_2 {
    padding-left: 200px
}

.t-cell {
    display: table-cell;
    height: 100%;
    margin-left: 0;
    margin-right: 0
}

@media screen and (max-width: 1200px) {
    .t-container {
        max-width: 960px;
        padding: 0
    }

    .t-col {
        display: inline;
        float: left;
        margin-left: 10px;
        margin-right: 10px;
        width: 100%
    }

    .t-col_7 {
        max-width: 540px
    }

    .t-col_8 {
        max-width: 620px
    }

    .t-col_12 {
        max-width: 940px
    }

    .t-prefix_2 {
        padding-left: 160px
    }
}

@media screen and (max-width: 960px) {
    .t-container {
        max-width: 640px
    }

    .t-container_flex {
        display: block
    }

    .t-col {
        display: block;
        float: none;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0;
        box-sizing: border-box
    }

    .t-col_7, .t-col_8, .t-col_12 {
        width: 100%;
        max-width: 100%
    }
}

#allrecords {
    -webkit-font-smoothing: antialiased
}

#allrecords a {
    text-decoration: none
}

#allrecords a {
    outline: none
}

#allrecords a:focus-visible, #allrecords button:focus-visible, #allrecords .t-focusable, #allrecords .t-focusable .t-btn, #allrecords .t-focusable .t-btntext, #allrecords .t-img-select:focus-visible + .t-img-select__indicator, #allrecords .t-img-select:focus-visible + .t-img-select__indicator:after, #allrecords .t-radio:focus-visible + .t-radio__indicator, #allrecords .t-checkbox:focus-visible + .t-checkbox__indicator {
    outline-color: #2015FF;
    outline-offset: 4px;
    outline-style: auto
}

#allrecords ul {
    padding-left: 20px
}

#allrecords strong {
    font-weight: 700
}

.t-records {
    -webkit-font_smoothing: antialiased
}

.t-records ul {
    margin-top: 0px;
    margin-bottom: 10px
}

.r_anim {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s
}

.r_showed {
    opacity: 1
}

@media screen and (max-width: 1024px) {
    a:active, button:active {
        -webkit-tap-highlight-color: rgba(255, 255, 255, .1)
    }
}

.t-text {
    font-family: "Nunito Sans", Arial, sans-serif;
    font-weight: 300;
    color: #000000
}

.t-text_xs {
    font-size: 15px;
    line-height: 1.55
}

.t-name {
    font-family: "Nunito Sans", Arial, sans-serif;
    font-weight: 600;
    color: #000000
}

.t-name_xs {
    font-size: 16px;
    line-height: 1.35
}

.t-name_md {
    font-size: 20px;
    line-height: 1.35
}

.t-title {
    font-family: "Nunito Sans", Arial, sans-serif;
    font-weight: 600;
    color: #000000
}

.t-title_xs {
    font-size: 42px;
    line-height: 1.23
}

.t-title_md {
    font-size: 52px;
    line-height: 1.23
}

.t-descr {
    font-family: "Nunito Sans", Arial, sans-serif;
    font-weight: 300;
    color: #000000
}

.t-descr_xxs {
    font-size: 14px;
    line-height: 1.55
}

.t-descr_xs {
    line-height: 1.55
}

.t-descr_lg {
    font-size: 22px;
    line-height: 1.55
}

.t-descr_xxl {
    font-size: 26px;
    line-height: 1.45
}

.t-btn {
    font-family: "Nunito Sans", Arial, sans-serif;
    border: 0 none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    background-image: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.t-btn_sm {
    height: 45px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px
}

.t-btn_md {
    height: 60px;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px
}

.t-align_center {
    text-align: center
}

.t-align_left {
    text-align: left
}

.t-margin_auto {
    margin-left: auto;
    margin-right: auto
}

.t-valign_top {
    vertical-align: top
}

@media screen and (max-width: 1200px) {
    .t-text_xs {
        font-size: 14px
    }

    .t-descr_xxs {
        font-size: 12px
    }

    .t-descr_xs {
        font-size: 14px
    }

    .t-descr_lg {
        font-size: 20px
    }

    .t-descr_xl {
        font-size: 22px
    }

    .t-descr_xxl {
        font-size: 22px
    }

    .t-title_xs {
        font-size: 38px
    }

    .t-title_md {
        font-size: 48px
    }

    .t-name_xs {
        font-size: 14px
    }

    .t-name_md {
        font-size: 18px
    }
}

@media screen and (max-width: 640px) {
    .t-text_xs {
        font-size: 12px;
        line-height: 1.45
    }

    .t-descr_xs {
        font-size: 12px;
        line-height: 1.45
    }

    .t-descr_lg {
        font-size: 18px;
        line-height: 1.45
    }

    .t-descr_xl {
        font-size: 20px;
        line-height: 1.4
    }

    .t-descr_xxl {
        font-size: 20px
    }

    .t-title_xs {
        font-size: 30px
    }

    .t-title_md {
        font-size: 30px
    }

    .t-name_xs {
        font-size: 12px
    }

    .t-name_md {
        font-size: 16px
    }

    .t-btn {
        white-space: normal
    }

    .t-btn_sm {
        padding-left: 20px;
        padding-right: 20px
    }

    .t-btn_md {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 480px) {
    .t-rec_pb_120 {
        padding-bottom: 90px !important
    }

    .t-btn_sm {
        height: 50px
    }
}

.t456__leftwrapper {
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px
}

.t456__rightwrapper {
    display: table-cell;
    vertical-align: middle;
    padding-right: 40px;
    width: 100%
}

.t456__menualign_right {
    text-align: right
}

@media screen and (max-width: 1200px) {
    .t456__leftwrapper {
        padding-left: 20px
    }

    .t456__rightwrapper {
        padding-right: 20px
    }
}

.t456 {
    width: 100%;
    height: 80px;
    z-index: 990;
    top: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
    transition: background-color 0.3s linear
}

.t456__maincontainer {
    width: 100%;
    height: 80px;
    display: table;
    position: relative
}

.t456__logo {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    white-space: nowrap;
    padding-right: 30px
}

.t456__list {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: 20px
}

.t456__list_item {
    clear: both;
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 16px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    color: #000000;
    white-space: nowrap
}

.t456__list_item .t-active {
    opacity: .7
}

.t456__list_item:first-child {
    padding-left: 0
}

.t456__list_item:last-child {
    padding-right: 0
}

#allrecords .t456 a {
    text-decoration: none
}

.t456.t456__positionstatic {
    position: static
}

@media screen and (max-width: 980px) {
    .t456 {
        text-align: center;
        display: block;
        margin: 0;
        padding: 0;
        height: auto !important
    }

    .t456.t456__positionstatic {
        position: relative
    }

    .t456__logo {
        text-align: center;
        margin: 20px
    }

    .t456 .t456__list_item {
        display: block;
        text-align: center;
        padding: 10px !important;
        white-space: normal
    }

    .t456__logo {
        white-space: normal;
        padding: 0
    }

    .t456__logowrapper {
        position: static;
        display: block;
        width: 100%
    }

    .t456__leftwrapper, .t456__rightwrapper {
        width: 100% !important;
        display: block
    }

    .t456__leftwrapper {
        padding: 20px;
        box-sizing: border-box
    }

    .t456__rightwrapper {
        padding: 20px 0 !important;
        box-sizing: border-box
    }

    .t456__list {
        display: block;
        padding: 0 !important;
        margin-left: 0
    }
}

.t996 {
    position: relative
}

.t996__wrapper {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.t996__container {
    position: relative;
    width: 100%;
    padding: 80px 0;
    box-sizing: border-box;
    z-index: 1
}

.t996__valign_middle {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.t996__title {
    color: #fff
}

.t996__descr {
    padding: 40px 0 54px;
    color: #fff
}

.t996__btn-wrapper {
    display: inline-block;
    margin: 6px 6px 6px 0
}

.t996__btn {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 960px) {
    .t996__container {
        position: static;
        padding: 70px 0
    }

    .t996__wrapper {
        min-height: unset !important;
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .t996__btn-wrapper {
        margin-left: 0
    }

    .t996__descr {
        padding: 30px 0 45px
    }
}

.t225__title {
    padding-top: 8px;
    padding-bottom: 3px
}

.t225__descr {
    padding: 41px 0 0
}

.t142 .t142__wrapone {
    position: relative
}

.t142 .t142__wraptwo {
    position: relative;
    z-index: 1;
    text-align: center
}

.t142 .t142__submit {
    font-family: "Nunito Sans", Arial, sans-serif;
    text-align: center;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-appearance: none;
    font-weight: 700;
    background: none;
    cursor: pointer;
    box-sizing: content-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 640px) {
    .t142__wraptwo {
        margin-left: 20px;
        margin-right: 20px
    }

    .t142 .t142__submit {
        white-space: normal;
        padding-left: 30px;
        padding-right: 30px;
        -webkit-border-radius: 0
    }
}

.t1196__col .t-col:first-child {
    margin-left: 0 !important
}

.t1196__col .t-col:last-child {
    margin-right: 0 !important
}

@media screen and (max-width: 960px) {
    .t1196__col .t-col:first-child {
        padding-left: 0 !important
    }

    .t1196__col .t-col:last-child {
        padding-right: 0 !important
    }
}

.t1196__container_flex {
    align-items: flex-end
}

@media screen and (max-width: 960px) {
    .t1196__container_flex {
        display: flex
    }

    .t1196__container_flex .t-col:not(:first-child) {
        width: 0;
        padding: 0
    }
}

@media screen and (max-width: 960px) {
}

.t1196__items {
    position: relative
}

.t1196__slider {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: stretch;
    padding: 0 var(--padding-right) 0 var(--padding-left);
    max-width: 100%;
    box-sizing: border-box;
    overflow: auto hidden;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    scroll-padding-left: var(--padding-left);
    scroll-padding-right: var(--padding-right);
    scroll-behavior: smooth
}

.t1196__slider::-webkit-scrollbar {
    display: none
}

.t1196__slider:not(.t1196__slider_editor) {
    cursor: grab
}

.t1196__slider.t1196__slider_width_12 {
    --column-width: 60px;
    --column-gap: 40px;
    --container-max-width: calc(var(--column-width) * 12 + var(--column-gap) * 11);
    --container-width: min(calc(100% - 40px), var(--container-max-width));
    --padding-right: calc((100% - var(--container-width)) / 2);
    --padding-left: calc((100% - var(--container-width)) / 2)
}

@media screen and (max-width: 1200px) {
    .t1196__slider.t1196__slider_width_12 {
        --column-gap: 20px
    }
}

@media screen and (max-width: 960px) {
    .t1196__slider.t1196__slider_width_12 {
        --column-width: calc(1px - 1px);
        --column-gap: calc(1px - 1px);
        --container-max-width: 600px
    }
}

.t1196__item {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    overflow: hidden;
    box-sizing: border-box;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out
}

.t1196__content {
    height: 100%;
    width: 100%;
    box-sizing: border-box
}

.t1196__item .t-card__btn-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto
}

.t1196__item_center .t-card__btn-wrapper {
    justify-content: center
}

.t1196__content-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    box-sizing: border-box
}

.t1196__item_center .t1196__content-inner {
    text-align: center
}

.t1196__item .t-card__title:not(:last-child) {
    padding-bottom: 14px
}

.t1196__item .t-card__descr:not(:last-child) {
    padding-bottom: 20px
}

.t1196__item .t-card__btn {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden
}

.t1196__item .t-card__btn > span {
    overflow: hidden;
    text-overflow: ellipsis
}

.t1196 .t-section__title {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.25
}

.t1196 .t-section__descr {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5
}

@media (max-width: 480px) {
    .t1196__item .t-card__btn {
        width: 100%;
        justify-content: center
    }

    .t1196 .t-section__title {
        font-size: 30px
    }

    .t1196 .t-section__descr {
        font-size: 16px
    }
}

#allrecords .t530__container {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.t530__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.t530 .t-list__item {
    margin-top: 60px
}

.t530 .t-list__item:first-child {
    margin-top: 0 !important
}

.t530__bubble {
    padding: 30px 35px;
    border-radius: 10px;
    background-color: #fff
}

.t530__descr {
    margin-top: 2px;
    color: #666
}

.t530__text {
    margin-top: 8px
}

.t530__cell {
    padding-left: 34px
}

.t530__cell_right {
    padding-left: 0;
    padding-right: 34px
}

@media screen and (max-width: 960px) {
    .t530 .t-list__item {
        margin-top: 40px !important
    }
}

@media screen and (max-width: 640px) {
    .t530__cell {
        padding-left: 14px
    }

    .t530__cell_right {
        padding-left: 0;
        padding-right: 14px
    }

    .t530__bubble {
        padding: 20px
    }
}

@media screen and (max-width: 420px) {
    .t530__name {
        word-break: normal;
        overflow-wrap: anywhere
    }
}

.t345 .t345-col {
    height: 100%;
    margin: 0 auto;
    float: none;
    display: block
}

.t345-content {
    display: table;
    position: relative;
    width: 100%
}

.t345-text__wrapper {
    display: table-cell;
    vertical-align: middle
}

.t345-text {
    display: inline-block
}

.t345-socials {
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width: 960px) {
}

@media screen and (min-width: 980px) {
    .t-records_animated {
        -webkit-transition: opacity ease-in-out .2s;
        -moz-transition: opacity ease-in-out .2s;
        -o-transition: opacity ease-in-out .2s;
        transition: opacity ease-in-out .2s
    }

    .t-records.t-records_visible {
        opacity: 1
    }
}

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 980px) {
}

@supports (overflow:-webkit-marquee) and (justify-content:inherit) {
    #rec1039145151 .t-menu__link-item, #rec1039145151 .t-menu__link-item.t-active {
        opacity: 1 !important
    }
}

#rec1039145151 .t456__logowrapper a {
    font-size: 30px;
    color: #333333
}

#rec1039145151 a.t-menu__link-item {
    font-size: 18px;
    color: #333333;
    font-weight: 600
}

#rec1039145151 .t456__logo {
    color: #333333
}

@media screen and (min-width: 480px) {
    #rec1039145151 .t456__logo {
        font-size: 30px
    }
}

#rec1039024326 .t-section__title {
    margin-bottom: 20px
}

#rec1039024326 .t-section__descr {
    margin-bottom: 40px
}

@media screen and (max-width: 960px) {
    #rec1039024326 .t-section__title {
        margin-bottom: 20px
    }

    #rec1039024326 .t-section__descr {
        margin-bottom: 30px
    }
}

#rec1039024326 .t-section__title {
    color: #000000
}

#rec1039024326 .t-section__descr {
    color: #333333
}

#rec1039024326 .t-card__title {
    color: #000000
}

@media screen and (min-width: 480px) {
    #rec1039024326 .t-card__title {
        font-size: 28px
    }
}

#rec1039024326 .t-card__descr {
    font-size: 18px;
    color: #333333
}

#rec1039024326 .t-card__title {
    color: #000000;
}

@media screen and (min-width: 480px) {
    #rec1039024326 .t-card__title {
        font-size: 28px;
    }
}

#rec1039024326 .t-card__descr {
    font-size: 18px;
    color: #333333;
}

#rec1039024326 .t1196__slider {
    gap: 40px
}

#rec1039024326 .t1196__item {
    width: 360px;
    border: 2px solid #000000
}

#rec1039024326 .t1196__content {
    padding: 30px
}

@media (max-width: 480px) {
    #rec1039024326 .t1196__slider {
        gap: 10px
    }

    #rec1039024326 .t1196__item {
        width: 280px
    }
}

#rec1039024326 .t1196__item {
    border-radius: 20px
}

#rec1039129511 .t-section__title {
    margin-bottom: 20px
}

#rec1039129511 .t-section__descr {
    margin-bottom: 40px
}

@media screen and (max-width: 960px) {
    #rec1039129511 .t-section__title {
        margin-bottom: 20px
    }

    #rec1039129511 .t-section__descr {
        margin-bottom: 30px
    }
}

#rec1039129511 .t-section__title {
    color: #000000
}

#rec1039129511 .t-section__descr {
    color: #333333
}

#rec1039129511 .t-card__title {
    color: #000000
}

@media screen and (min-width: 480px) {
    #rec1039129511 .t-card__title {
        font-size: 28px
    }
}

#rec1039129511 .t-card__descr {
    font-size: 18px;
    color: #333333
}

#rec1039129511 .t-card__title {
    color: #000000;
}

@media screen and (min-width: 480px) {
    #rec1039129511 .t-card__title {
        font-size: 28px;
    }
}

#rec1039129511 .t-card__descr {
    font-size: 18px;
    color: #333333;
}

#rec1039129511 .t1196__slider {
    gap: 40px
}

#rec1039129511 .t1196__item {
    width: 360px;
    border: 2px solid #000000
}

#rec1039129511 .t1196__content {
    padding: 30px
}

@media (max-width: 480px) {
    #rec1039129511 .t1196__slider {
        gap: 10px
    }

    #rec1039129511 .t1196__item {
        width: 280px
    }
}

#rec1039129511 .t1196__item {
    border-radius: 20px
}

#rec1039129296 .t-section__title {
    margin-bottom: 20px
}

#rec1039129296 .t-section__descr {
    margin-bottom: 40px
}

@media screen and (max-width: 960px) {
    #rec1039129296 .t-section__title {
        margin-bottom: 20px
    }

    #rec1039129296 .t-section__descr {
        margin-bottom: 30px
    }
}

#rec1039129296 .t-section__title {
    color: #000000
}

#rec1039129296 .t-section__descr {
    color: #333333
}

#rec1039129296 .t-card__title {
    color: #000000
}

@media screen and (min-width: 480px) {
    #rec1039129296 .t-card__title {
        font-size: 28px
    }
}

#rec1039129296 .t-card__descr {
    font-size: 18px;
    color: #333333
}

#rec1039129296 .t-card__title {
    color: #000000;
}

@media screen and (min-width: 480px) {
    #rec1039129296 .t-card__title {
        font-size: 28px;
    }
}

#rec1039129296 .t-card__descr {
    font-size: 18px;
    color: #333333;
}

#rec1039129296 .t1196__slider {
    gap: 40px
}

#rec1039129296 .t1196__item {
    width: 360px;
    border: 2px solid #000000
}

#rec1039129296 .t1196__content {
    padding: 30px
}

@media (max-width: 480px) {
    #rec1039129296 .t1196__slider {
        gap: 10px
    }

    #rec1039129296 .t1196__item {
        width: 280px
    }
}

#rec1039129296 .t1196__item {
    border-radius: 20px
}

.t-section__descr {
    max-width: 560px
}

#rec1042117991 .t-section__title {
    margin-bottom: 90px
}

@media screen and (max-width: 960px) {
    #rec1042117991 .t-section__title {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 640px) {
}

#rec1045751831 .t345-text {
    color: #ffffff
}