.csssize {
    height: 9395px
}

#allrecords .r, body {
    --t-headline-font: 'Rotonda', Arial, sans-serif;
    --t-text-font: 'Rotonda', Arial, sans-serif
}

.t-body {
    margin: 0px
}

#allrecords, body {
    background-color: none
}

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

#allrecords a {
    color: #ff8562;
    text-decoration: none
}

#allrecords a, #allrecords button, #allrecords .t-radio, #allrecords .t-checkbox, #allrecords .t-img-select {
    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 .t-descr a:focus-visible, #allrecords .t-sociallinks a:focus-visible, #allrecords .ya-share2__link:focus-visible {
    outline-offset: 2px
}

#allrecords a[href^=tel] {
    color: inherit;
    text-decoration: none
}

#allrecords ol {
    padding-left: 22px
}

#allrecords ul {
    padding-left: 20px
}

#allrecords b, #allrecords strong {
    font-weight: 700
}

@media print {
    body, html {
        min-width: 1200px;
        max-width: 1200px;
        padding: 0;
        margin: 0 auto;
        border: none
    }
}

.t-records {
    -webkit-font_smoothing: antialiased;
    background-color: none
}

.t-records a {
    color: #ff8562;
    text-decoration: none
}

.t-records a[href^=tel] {
    color: inherit;
    text-decoration: none
}

.t-records ol {
    padding-left: 22px;
    margin-top: 0px;
    margin-bottom: 10px
}

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

.t-mbfix {
    opacity: .01;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    position: fixed;
    width: 100%;
    height: 500px;
    background-color: white;
    top: 0px;
    left: 0px;
    z-index: 10000;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease
}

.t-mbfix_hide {
    -webkit-transform: translateX(3000px);
    -ms-transform: translateX(3000px);
    transform: translateX(3000px)
}

img:not([src]) {
    visibility: hidden
}

.t-body_scroll-locked {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

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

.r_hidden {
    opacity: 0
}

.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: 'Rotonda', Arial, sans-serif;
    font-weight: 300;
    color: #000000
}

.t-name {
    font-family: 'Rotonda', Arial, sans-serif;
    font-weight: 600;
    color: #000000
}

.t-name_xl {
    font-size: 24px;
    line-height: 1.35
}

.t-title {
    font-family: 'Rotonda', Arial, sans-serif;
    font-weight: 600;
    color: #000000
}

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

.t-descr {
    font-family: 'Rotonda', Arial, sans-serif;
    font-weight: 300;
    color: #000000
}

.t-descr_xs {
    font-size: 16px;
    line-height: 1.55
}

.t-descr_xl {
    font-size: 24px;
    line-height: 1.5
}

.t-btn {
    display: inline-block;
    font-family: 'Rotonda', 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 td {
    vertical-align: middle
}

.t-btn_sending {
    opacity: .5
}

.t-btntext, .t-submit.t-btntext {
    font-family: 'Rotonda', Arial, sans-serif, Arial, sans-serif;
    color: #000000;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    background: none;
    border: none;
    padding: 0;
    height: unset;
    width: unset;
    white-space: normal
}

.t-btntext:not(.t-btntext_has_icon,.t-btntext_icon_left):after {
    content: "\00a0→";
    font-family: Arial, Helvetica, sans-serif
}

.t-btntext.t-btntext_icon_left:not(.t-btntext_has_icon)::before {
    content: "←\00a0\00a0";
    font-family: Arial, Helvetica, sans-serif
}

.t-btntext__icon {
    display: inline-block;
    position: relative;
    width: 1.2em;
    height: 1.2em;
    transition-duration: inherit;
    margin-left: var(--gap, .5ch);
    vertical-align: baseline;
    transform: translateY(calc(50% - 0.5cap))
}

.t-btntext__icon.t-btntext__icon_left {
    margin-left: 0;
    margin-right: var(--gap, .5ch)
}

.t-btntext.t-btntext_icon_hover_only .t-btntext__icon {
    transition-property: width, margin;
    transition-timing-function: inherit
}

.t-btntext.t-btntext_icon_hover_only:not(:hover) .t-btntext__icon {
    width: 0;
    margin: 0
}

.t-btntext__icon::before, .t-btntext__icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.t-btntext__icon::before {
    background-image: var(--icon, none);
    transition: opacity cubic-bezier(.25, 1, .5, 1), visibility cubic-bezier(.25, 1, .5, 1), color ease-in-out;
    transition-duration: inherit
}

.t-btntext__icon.t-btntext__icon_default_glyph::before {
    -webkit-mask-image: var(--icon, none);
    mask-image: var(--icon, none);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-image: none;
    background-color: currentcolor
}

.t-btntext__icon_has_hover::after {
    opacity: 0;
    visibility: hidden;
    background-image: var(--icon-hover, none);
    transition: opacity cubic-bezier(.45, 0, .55, 1), visibility cubic-bezier(.45, 0, .55, 1), color ease-in-out;
    transition-duration: inherit
}

.t-btntext__icon.t-btntext__icon_hover_glyph::after {
    -webkit-mask-image: var(--icon-hover, none);
    mask-image: var(--icon-hover, none);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-image: none;
    background-color: currentcolor
}

@media (hover: hover) {
    .t-btntext:hover .t-btntext__icon_has_hover::before {
        opacity: 0;
        visibility: hidden;
        transition-timing-function: cubic-bezier(.5, 0, .75, 0)
    }

    .t-btntext:hover .t-btntext__icon_has_hover::after {
        opacity: 1;
        visibility: visible
    }
}

.t-uppercase.t-btntext {
    font-size: 16px
}

.t-btntext_xs, .t-submit.t-btntext_xs {
    font-size: 14px
}

.t-align_left {
    text-align: left
}

.t-rec_pt_30 {
    padding-top: 30px
}

.t-rec_pt_60 {
    padding-top: 60px
}

.t-rec_pt_75 {
    padding-top: 75px
}

.t-rec_pt_90 {
    padding-top: 90px
}

.t-rec_pb_15 {
    padding-bottom: 15px
}

.t-rec_pb_60 {
    padding-bottom: 60px
}

.t-rec_pb_75 {
    padding-bottom: 75px
}

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

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

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

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

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

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

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

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

    .t-btn {
        white-space: normal
    }
}

@media screen and (max-width: 480px) {
    .t-rec_pt_30 {
        padding-top: 30px
    }

    .t-rec_pt_60 {
        padding-top: 60px
    }

    .t-rec_pt_75 {
        padding-top: 75px
    }

    .t-rec_pt_90 {
        padding-top: 90px
    }

    .t-rec_pb_15 {
        padding-bottom: 15px
    }

    .t-rec_pb_60 {
        padding-bottom: 60px
    }

    .t-rec_pb_75 {
        padding-bottom: 75px
    }

    .t-rec_pt-res-480_60 {
        padding-top: 60px !important
    }

    .t-rec_pb-res-480_0 {
        padding-bottom: 0 !important
    }

    .t-rec_pb-res-480_15 {
        padding-bottom: 15px !important
    }

    .t-rec_pb-res-480_60 {
        padding-bottom: 60px !important
    }
}

@media screen and (max-width: 1200px) {
    .t-screenmin-1200px {
        display: none
    }
}

@media screen and (max-width: 980px) {
    .t-screenmin-980px {
        display: none
    }
}

@media screen and (max-width: 640px) {
    .t-screenmin-640px {
        display: none
    }
}

@media screen and (max-width: 480px) {
    .t-screenmin-480px {
        display: none
    }
}

@media screen and (max-width: 320px) {
    .t-screenmin-320px {
        display: none
    }
}

@media screen and (min-width: 321px) {
    .t-screenmax-320px {
        display: none
    }
}

@media screen and (min-width: 481px) {
    .t-screenmax-480px {
        display: none
    }
}

@media screen and (min-width: 641px) {
    .t-screenmax-640px {
        display: none
    }
}

@media screen and (min-width: 981px) {
    .t-screenmax-980px {
        display: none
    }
}

@media screen and (min-width: 1201px) {
    .t-screenmax-1200px {
        display: none
    }
}

@font-face {
    font-family: 'Rotonda';
    src: url('https://static.tildacdn.com/tild3534-6163-4832-a437-363462643932/RotondaC.woff') format('woff');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Rotonda';
    src: url('https://static.tildacdn.com/tild6463-6236-4630-a139-616463313735/RotondaC.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Rotonda';
    src: url('https://static.tildacdn.com/tild6638-6533-4936-b539-663539343666/RotondaC.woff') format('woff');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Rotonda';
    src: url('https://static.tildacdn.com/tild6330-3033-4963-b536-383436663138/RotondaC-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Rotonda';
    src: url('https://static.tildacdn.com/tild3435-3239-4238-a662-376336373562/RotondaC-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal
}

.t396 {
    -webkit-text-size-adjust: 100%
}

.t396__iframe {
    z-index: 10000;
    background-color: #fff;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    border: 0
}

html body.t396__body_overflow_hidden {
    overflow: hidden !important
}

.t396__display_none {
    display: none
}

.t396__artboard {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden
}

.t396__artboard .t396__artboard_scale {
    overflow: visible
}

.t396__artboard.t396__artboard_scale .t396__elem[data-elem-type='text'] .tn-atom {
    word-break: normal;
    -moz-osx-font-smoothing: grayscale
}

.t396__artboard_scale .t396__carrier, .t396__artboard_scale .t396__filter {
    transform-origin: top left
}

.tn-atom__scale-wrapper {
    width: inherit;
    height: inherit
}

.t396__elem .tn-atom__scale-wrapper .tn-atom {
    width: inherit;
    height: inherit !important;
    box-sizing: border-box
}

.t396__artboard.rendering .tn-elem {
    visibility: hidden
}

.t396__artboard.rendered .tn-elem {
    visibility: visible
}

.t396__carrier {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100vh;
    -moz-transform: unset
}

.t396__filter {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100vh
}

.t396__elem {
    position: absolute;
    box-sizing: border-box;
    display: table
}

.t396 .tn-atom {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

@media screen and (max-width: 959px) {
    .t396_safari .t396__artboard_scale .tn-atom {
        -webkit-text-size-adjust: auto;
        -moz-text-size-adjust: auto;
        -ms-text-size-adjust: auto
    }
}

.t396 .tn-atom ul, .t396 .tn-atom ol {
    margin-bottom: 0
}

.t396 a.tn-atom {
    text-decoration: none
}

.t396 .tn-atom__img {
    width: 100%;
    display: block
}

.t396 .tn-atom__html {
    vertical-align: top
}

.t396 .tn-atom__pin {
    border-radius: 1000px;
    border-style: solid
}

.t396 .tn-atom__pin_onclick {
    cursor: pointer
}

.t396 .tn-atom__tip, .t396__tooltip-portal .tn-atom__tip {
    position: absolute;
    box-sizing: border-box;
    width: 300px;
    max-width: 90vw;
    padding: 15px;
    display: none
}

.t396 .tn-atom__pin:hover .tn-atom__tip {
    display: none
}

.t396 .tn-atom__tip-img, .t396__tooltip-portal .tn-atom__tip-img {
    width: 100%;
    display: block;
    margin-bottom: 10px
}

.t396 .tn-atom__tip[data-tip-pos='top'] {
    bottom: 100%;
    margin-bottom: 15px;
    left: 50%;
    transform: translateX(-50%)
}

.t396 .tn-atom__tip[data-tip-pos='bottom'] {
    top: 100%;
    margin-top: 15px;
    left: 50%;
    transform: translateX(-50%)
}

.t396 .tn-atom__tip[data-tip-pos='left'] {
    right: 100%;
    margin-right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.t396 .tn-atom__tip[data-tip-pos='right'] {
    left: 100%;
    margin-left: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.t396__ui {
    position: absolute;
    top: 16px;
    left: 196px;
    background-color: #fa876b;
    color: #000 !important;
    height: 30px;
    line-height: 30px;
    width: 100px;
    z-index: 1000;
    text-align: center;
    border-radius: 3px;
    display: none;
    font-size: 14px
}

.t396__artboard.t396__artboard-fixed-active {
    transform: none !important;
    opacity: 1 !important
}

.t396__artboard-fixed-no-bg, .t396__artboard-fixed-innactive, .t396__artboard-fixed-innactive .t396__group, .t396__artboard-fixed-innactive .t396__elem, .t396__artboard-fixed-no-bg.t396__artboard-fixed-innactive .t396__group, .t396__artboard-fixed-no-bg.t396__artboard-fixed-innactive .t396__elem {
    pointer-events: none
}

.t396__artboard-fixed-no-bg .t396__group, .t396__artboard-fixed-no-bg .t396__elem {
    pointer-events: auto
}

.t396__elem-flex {
    position: relative !important;
    left: initial !important;
    top: initial !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.t396__artboard-flex > .t396__elem:not(.tn-elem__absolute), .t396__artboard-flex > .t396__group:not(.tn-group__absolute) {
    position: relative !important;
    left: initial !important;
    top: initial !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.t396 .tn-atom__button-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex: 0 1 auto;
    min-width: 0
}

.t396 .tn-atom__button-text {
    flex: 1 1 0;
    text-overflow: ellipsis
}

.t396 .tn-atom__button-icon {
    flex: 0 0 auto
}

.t396 .tn-atom__button-icon::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: var(--icon, none);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    transition: opacity 0.2s cubic-bezier(.25, 1, .5, 1), visibility 0.2s cubic-bezier(.25, 1, .5, 1), color 0s ease-in-out
}

.t396 .tn-atom__button-icon::after {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: var(--icon-hover, none);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    transition: opacity 0.2s cubic-bezier(.45, 0, .55, 1), visibility 0.2s cubic-bezier(.45, 0, .55, 1), color 0s ease-in-out
}

@media (hover) {
    .t396 .tn-atom:hover .tn-atom__button-icon:not(.tn-atom__button-icon-no-hover)::after {
        opacity: 1;
        visibility: visible
    }

    .t396 .tn-atom:hover .tn-atom__button-icon:not(.tn-atom__button-icon-no-hover)::before {
        opacity: 0;
        visibility: hidden;
        transition-timing-function: cubic-bezier(.5, 0, .75, 0)
    }

    .t396 .tn-atom:hover .tn-atom__button-icon.hidden {
        display: block
    }

    .t396 .tn-atom:hover .tn-atom__button-icon.tn-atom__button-icon-no-default {
        display: block
    }
}

.t396 .tn-atom__button-icon-no-default {
    display: none;
    animation: button-icon-fade-in 0.3s ease forwards
}

@keyframes button-icon-fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.t396 .tn-atom__button-icon-arrow-default::before {
    -webkit-mask-image: var(--icon, none);
    mask-image: var(--icon, none);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: currentcolor;
    background-image: none
}

.t396 .tn-atom__button-icon-arrow-hover::after {
    -webkit-mask-image: var(--icon-hover, none);
    mask-image: var(--icon-hover, none);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: currentcolor;
    background-image: none
}

.t396 .tn-elem[data-elem-type='button'] {
    display: block
}

.t396 .tn-elem[data-elem-type='button'] .tn-atom {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.t396 .tn-elem[data-elem-type='button'] .tn-atom::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1
}

.t396 .tn-atom__button-border {
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    transition-duration: inherit;
    transition-timing-function: inherit;
    pointer-events: none
}

.t396 .tn-atom__button-border::before, .t396 .tn-atom__button-border::after {
    -webkit-backface-visibility: hidden;
    position: absolute;
    inset: 0;
    content: '';
    border-radius: inherit;
    z-index: 1
}

.t396 .tn-atom__button-border::after {
    opacity: 0;
    transition-property: opacity;
    transition-duration: inherit;
    transition-timing-function: inherit
}

@keyframes t-button-hover-animation {
    to {
        background-image: none;
        background-color: transparent
    }
}

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

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

.t1196__item .t-card__descr, .t1196__item .t-card__uptitle, .t1196__item .t-card__title {
    transition: 0.2s ease color
}

.t1196 {
    --slider-gap: 0px
}

@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
    }

    .t1196 .t-section__container .t-align_right, .t1196 .t-section__container .t-align_center {
        text-align: left;
        margin-left: 0 !important
    }
}

.t1196__controls {
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-bottom: var(--bottom-offset, 50px);
    pointer-events: none
}

.t1196__controls_slider {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    justify-content: space-between;
    padding: 0 40px;
    margin: 0;
    box-sizing: border-box;
    transform: translateY(-50%)
}

.t1196__items:has(.t1196__slider_width_40) .t1196__controls_slider {
    padding: 1px 60px
}

.t1196__scroll-icon-wrapper {
    display: none;
    padding: 0 20px 10px 0;
    font-size: 0;
    text-align: right;
    color: #a1a1a1
}

.t1196-container_fluid_40 {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px
}

.t-record_scaled .t1196-container_fluid_40 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0
}

.t-record_scaled .t1196__slider.t1196__slider_width_40 {
    --padding-right: 20px;
    --padding-left: 20px
}

.t1196-container_fluid {
    width: 100%;
    max-width: 100%
}

.t1196-container_fluid, .t1196-container_fluid_40 {
    justify-content: space-between
}

.t1196-container_fluid::before, .t1196-container_fluid::after, .t1196-container_fluid_40::before, .t1196-container_fluid_40::after {
    display: none
}

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

    .t1196__scroll-icon-wrapper {
        display: block
    }
}

.t1196__control {
    padding: 0;
    transform-origin: center;
    flex-shrink: 0;
    pointer-events: auto;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out
}

.t1196__control_sm {
    width: 30px;
    height: 30px
}

.t1196__control_md {
    width: 40px;
    height: 40px
}

.t1196__control_lg {
    width: 50px;
    height: 50px
}

.t1196__control_xl {
    width: 60px;
    height: 60px
}

.t1196__control_right {
    transform: rotate(0.5turn)
}

.t1196__control svg {
    width: 100%;
    height: 100%
}

.t1196__control svg path {
    transition: stroke 0.2s ease-in-out
}

.t1196__items {
    position: relative;
    display: flex
}

.t1196__slider {
    --padding-right: 0px;
    --padding-left: 0px;
    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);
    gap: var(--slider-gap);
    width: 100%
}

.t1196__slider.t1196__slider_overflow {
    padding: 1px 0;
    scroll-padding-left: 0;
    scroll-padding-right: 0;
    margin: 0 var(--padding-right) 0 var(--padding-left)
}

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

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

.t1196__slider.t1196__slider_dragging:not(.t1196__slider_editor) {
    cursor: grabbing
}

.t1196__slider.t1196__slider_width_40 {
    --padding-right: 40px;
    --padding-left: 40px
}

.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)
}

.t1196__slider.t1196__slider_width_12.t1196__slider_prefix_1 {
    --padding-left: calc((100% - var(--container-width)) / 2 + var(--column-width) + var(--column-gap))
}

.t1196__slider.t1196__slider_width_12.t1196__slider_prefix_2 {
    --padding-left: calc((100% - var(--container-width)) / 2 + (var(--column-width) + var(--column-gap)) * 2)
}

.t1196__slider.t1196__slider_width_12.t1196__slider_prefix_3 {
    --padding-left: calc((100% - var(--container-width)) / 2 + (var(--column-width) + var(--column-gap)) * 3)
}

.t1196__slider.t1196__slider_width_12.t1196__slider_prefix_4 {
    --padding-left: calc((100% - var(--container-width)) / 2 + (var(--column-width) + var(--column-gap)) * 4)
}

.t1196__slider.t1196__slider_width_12.t1196__slider_prefix_5 {
    --padding-left: calc((100% - var(--container-width)) / 2 + (var(--column-width) + var(--column-gap)) * 5)
}

.t1196__slider.t1196__slider_width_12.t1196__slider_prefix_6 {
    --padding-left: calc((100% - var(--container-width)) / 2 + (var(--column-width) + var(--column-gap)) * 6)
}

.t1196__slider.t1196__slider_width_12.t1196__slider_prefix_7 {
    --padding-left: calc((100% - var(--container-width)) / 2 + (var(--column-width) + var(--column-gap)) * 7)
}

.t1196__slider.t1196__slider_width_12.t1196__slider_prefix_8 {
    --padding-left: calc((100% - var(--container-width)) / 2 + (var(--column-width) + var(--column-gap)) * 8)
}

.t1196__slider.t1196__slider_width_12.t1196__slider_prefix_9 {
    --padding-left: calc((100% - var(--container-width)) / 2 + (var(--column-width) + var(--column-gap)) * 9)
}

.t1196__slider.t1196__slider_width_12.t1196__slider_prefix_10 {
    --padding-left: calc((100% - var(--container-width)) / 2 + (var(--column-width) + var(--column-gap)) * 10)
}

.t1196__slider.t1196__slider_width_12.t1196__slider_prefix_11 {
    --padding-left: calc((100% - var(--container-width)) / 2 + (var(--column-width) + var(--column-gap)) * 11)
}

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

    .t1196__slider.t1196__slider_width_40 {
        --padding-right: 30px;
        --padding-left: 30px
    }
}

@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__slider.t1196__slider_width_40 {
        --padding-right: 20px;
        --padding-left: 20px
    }

    .t1196-container_fluid_40 {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .t1196-container_fluid_40 .t-container, .t1196-container_fluid .t-container {
        max-width: initial
    }

    .t1196__item {
        max-width: 295px
    }
}

.t1196__slider.t1196__slider_has_shadow {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: -50px;
    margin-bottom: -50px
}

.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
}

a.t1196__item {
    -webkit-user-drag: none
}

.t1196__slider.t1196__slider_dragging {
    scroll-behavior: smooth
}

.t1196__slider_dragging .t1196__item {
    pointer-events: none
}

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

.t1196__item_bg .t1196__content {
    position: relative;
    z-index: 2;
    height: auto;
    margin-top: auto
}

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

.t1196__item .t-card__btn-wrapper:has(.t-btntext) {
    column-gap: 15px
}

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

.t1196__item_bg .t-card__btn-wrapper {
    margin-top: 0
}

.t1196__item_bg_bottom .t1196__content, .t1196__item_bg_title_top .t1196__content, .t1196__item_bg_text_top .t1196__content {
    margin-top: 0
}

.t1196__item_bg_title_top .t1196__content, .t1196__item_bg_text_top .t1196__content {
    height: 100%
}

.t1196__item_bg_title_top .t-card__descr, .t1196__item_bg_title_top .t-card__btn-wrapper:not(.t-card__descr+.t-card__btn-wrapper), .t1196__item_bg_text_top .t-card__btn-wrapper {
    margin-top: auto
}

.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__uptitle:not(:last-child) {
    padding-bottom: 14px
}

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

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

.t1196__item_filter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.t1196__imgwrapper {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    overflow: hidden
}

.t1196__item_bg .t1196__imgwrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.t1196__bgimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition-property: opacity, visibility;
    transition-duration: 0.3s
}

.t1196__bgimg_first {
    transition-timing-function: cubic-bezier(.25, 1, .5, 1)
}

.t1196__bgimg_second {
    opacity: 0;
    visibility: hidden;
    transition-timing-function: cubic-bezier(.45, 0, .55, 1)
}

.t1196__item:hover .t1196__imgwrapper_hover .t1196__bgimg_first {
    opacity: 0;
    visibility: hidden;
    transition-timing-function: cubic-bezier(.5, 0, .75, 0)
}

.t1196__item:hover .t1196__imgwrapper_hover .t1196__bgimg_second {
    opacity: 1;
    visibility: visible
}

.t1196__item.t1196__item_top.t1196__item_has_image.t1196__item_has_bg .t1196__content-inner {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.t1196__item.t1196__item_bottom.t1196__item_has_image.t1196__item_has_bg .t1196__content-inner {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.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: 640px) {
    .t1196__slider.t1196__slider_overflow {
        margin: 0;
        padding: 1px var(--padding-right) 1px var(--padding-left);
        scroll-padding-right: var(--padding-right);
        scroll-padding-left: var(--padding-left)
    }
}

@media (max-width: 480px) {
    .t1196__item .t-card__btn:not(.t-btntext) {
        width: 100%
    }

    .t1196__item {
        max-width: 100%
    }

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

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

.t668 {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%
}

.t668 > .t-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.t668__col {
    margin-bottom: 1px
}

.t668__col:last-child {
    margin-bottom: 0 !important
}

.t668__wrapper {
    background-color: #fff
}

.t668__header {
    position: relative;
    cursor: pointer
}

.t668__trigger-button {
    position: relative;
    width: 100%;
    padding: 25px 30px;
    text-align: left;
    background-color: transparent;
    border: none;
    box-sizing: border-box;
    cursor: pointer
}

#allrecords button.t668__trigger-button:focus-visible {
    outline-offset: -2px
}

.t668__icon {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 24px;
    height: 24px;
    display: inline-block;
    padding: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity ease-in-out 0.2s
}

.t668__icon-hover {
    opacity: 0
}

.t668__header:hover .t668__icon {
    opacity: 0
}

.t668__trigger-button:focus-visible .t668__icon {
    opacity: 0
}

.t668__header:hover .t668__icon-hover {
    opacity: 1
}

.t668__trigger-button:focus-visible .t668__icon-hover {
    opacity: 1
}

.t668__row::after {
    content: '';
    display: table;
    clear: both
}

.t668__circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 100px
}

.t668__lines {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.3s;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.t668__opened .t668__lines {
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all ease-in-out 0.3s
}

.t668__content {
    display: none;
    padding: 0 30px;
    overflow: hidden;
    -webkit-transition: max-height ease-in-out 0.3s, opacity ease-in-out 0.3s;
    -o-transition: max-height ease-in-out 0.3s, opacity ease-in-out 0.3s;
    transition: max-height ease-in-out 0.3s, opacity ease-in-out 0.3s
}

.t668__title {
    display: inline-block;
    padding-right: 30px
}

.t668__img {
    display: block;
    width: 100%;
    margin-bottom: 14px
}

.t668__border {
    width: 100%;
    height: 1px;
    background-color: #eee
}

.t668__textwrapper {
    padding: 0 0 20px
}

@media screen and (max-width: 960px) {
    .t668__header:hover .t668__icon {
        opacity: 1
    }

    .t668__trigger-button:focus-visible .t668__icon {
        opacity: 1
    }

    .t668__header:hover .t668__icon-hover {
        opacity: 0
    }

    .t668__trigger-button:focus-visible .t668__icon-hover {
        opacity: 0
    }
}

@media screen and (max-width: 640px) {
    .t668__trigger-button {
        padding: 20px !important
    }

    .t668__content {
        padding-right: 20px !important;
        padding-left: 20px !important
    }

    .t668__text a {
        word-break: normal;
        overflow-wrap: anywhere
    }

    .t668__icon {
        right: 8px !important
    }
}