.csssize {
    height: 7418px
}

.t-body {
    margin: 0
}

#allrecords {
    -webkit-font-smoothing: antialiased;
    background-color: none
}

#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: 0;
    margin-bottom: 10px
}

.t-records ul {
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 10px
}

.t-mbfix {
    opacity: .01;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    position: fixed;
    width: 100%;
    height: 500px;
    background-color: white;
    top: 0;
    left: 0;
    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: 'IBM Plex Sans', Arial, sans-serif;
    font-weight: 300;
    color: #000000
}

.t-text_xs {
    font-size: 15px;
    line-height: 1.55
}

.t-text_sm {
    font-size: 18px;
    line-height: 1.55
}

.t-text_md {
    font-size: 20px;
    line-height: 1.55
}

.t-name {
    font-family: 'IBM Plex Sans', Arial, sans-serif;
    font-weight: 600;
    color: #000000
}

.t-name_sm {
    font-size: 18px;
    line-height: 1.35
}

.t-title {
    font-family: 'IBM Plex Sans', Arial, sans-serif;
    font-weight: 600;
    color: #000000
}

.t-title_xs {
    font-size: 42px;
    line-height: 1.23
}

.t-descr {
    font-family: 'IBM Plex Sans', Arial, sans-serif;
    font-weight: 300;
    color: #000000
}

.t-descr_xxs {
    font-size: 14px;
    line-height: 1.55
}

.t-descr_xs {
    font-size: 16px;
    line-height: 1.55
}

.t-descr_sm {
    font-size: 18px;
    line-height: 1.55
}

.t-descr_md {
    font-size: 20px;
    line-height: 1.55
}

.t-descr_xl {
    font-size: 24px;
    line-height: 1.5
}

.t-btn {
    display: inline-block;
    font-family: 'IBM Plex 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 td {
    vertical-align: middle
}

.t-btn_sending {
    opacity: .5
}

.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_middle {
    vertical-align: middle
}

.t-tildalabel {
    background-color: #000;
    color: #fff;
    width: 100%;
    height: 70px;
    font-family: Arial;
    font-size: 14px
}

.t-tildalabel:hover .t-tildalabel__wrapper {
    opacity: 1
}

.t-tildalabel__wrapper {
    display: table;
    height: 30px;
    width: 270px;
    margin: 0 auto;
    padding-top: 20px;
    opacity: .4
}

.t-tildalabel__txtleft {
    display: table-cell;
    width: 120px;
    height: 30px;
    vertical-align: middle;
    text-align: right;
    padding-right: 12px;
    font-weight: 300;
    font-size: 12px
}

.t-tildalabel__wrapimg {
    display: table-cell;
    width: 30px;
    height: 30px;
    vertical-align: middle
}

.t-tildalabel__img {
    width: 30px;
    height: 30px;
    vertical-align: middle
}

.t-tildalabel__txtright {
    display: table-cell;
    width: 120px;
    height: 30px;
    vertical-align: middle;
    padding-left: 12px;
    font-weight: 500;
    letter-spacing: 2px
}

.t-tildalabel__link {
    color: #fff;
    text-decoration: none;
    vertical-align: middle
}

.t-submit {
    font-family: 'IBM Plex Sans', Arial, sans-serif
}

.t-input {
    font-family: 'IBM Plex Sans', Arial, sans-serif
}

.t-input__vis-ph {
    font-family: 'IBM Plex Sans', Arial, sans-serif
}

.t-select {
    font-family: 'IBM Plex Sans', Arial, sans-serif
}

.t-input-error {
    font-family: 'IBM Plex Sans', Arial, sans-serif
}

.t-form__errorbox-wrapper {
    font-family: 'IBM Plex Sans', Arial, sans-serif
}

.t-form__errorbox-text {
    font-family: 'IBM Plex Sans', Arial, sans-serif
}

.t-form__errorbox-item {
    font-family: 'IBM Plex Sans', Arial, sans-serif
}

.t-form__successbox {
    font-family: 'IBM Plex Sans', Arial, sans-serif
}

.t-rec_pt_0 {
    padding-top: 0
}

.t-rec_pt_15 {
    padding-top: 15px
}

.t-rec_pt_60 {
    padding-top: 60px
}

.t-rec_pt_150 {
    padding-top: 150px
}

.t-rec_pb_0 {
    padding-bottom: 0
}

.t-rec_pb_15 {
    padding-bottom: 15px
}

.t-rec_pb_150 {
    padding-bottom: 150px
}

@media screen and (max-width:1200px) {
    .t-text_xs {
        font-size: 14px
    }

    .t-text_sm {
        font-size: 16px
    }

    .t-text_md {
        font-size: 18px
    }

    .t-descr_xxs {
        font-size: 12px
    }

    .t-descr_xs {
        font-size: 14px
    }

    .t-descr_sm {
        font-size: 16px
    }

    .t-descr_md {
        font-size: 18px
    }

    .t-descr_xl {
        font-size: 22px
    }

    .t-title_xs {
        font-size: 38px
    }

    .t-name_sm {
        font-size: 16px
    }
}

@media screen and (max-width:640px) {
    .t-text_xs {
        font-size: 12px;
        line-height: 1.45
    }

    .t-text_sm {
        font-size: 14px;
        line-height: 1.45
    }

    .t-text_md {
        font-size: 16px;
        line-height: 1.45
    }

    .t-descr_xs {
        font-size: 12px;
        line-height: 1.45
    }

    .t-descr_sm {
        font-size: 14px;
        line-height: 1.45
    }

    .t-descr_md {
        font-size: 16px;
        line-height: 1.45
    }

    .t-descr_xl {
        font-size: 20px;
        line-height: 1.4
    }

    .t-title_xs {
        font-size: 30px
    }

    .t-name_sm {
        font-size: 14px
    }

    .t-btn {
        white-space: normal
    }

    .t-btn_md {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width:480px) {
    .t-rec_pt_0 {
        padding-top: 0
    }

    .t-rec_pt_15 {
        padding-top: 15px
    }

    .t-rec_pt_60 {
        padding-top: 60px
    }

    .t-rec_pt_150 {
        padding-top: 90px !important
    }

    .t-rec_pb_0 {
        padding-bottom: 0
    }

    .t-rec_pb_15 {
        padding-bottom: 15px
    }

    .t-rec_pb_150 {
        padding-bottom: 90px !important
    }
}

.t-menusub__menu {
    display: none
}

.t456__imglogo {
    display: block;
    height: auto;
    margin-right: 30px
}

.t456__linewrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.t456__horizontalline {
    margin: 0;
    border: 0;
    background-color: #C2C2C2;
    height: 1px;
    right: 0;
    bottom: 0;
    margin: 0 40px 0 40px
}

.t456__imglogo {
    max-width: 300px
}

.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_left {
    text-align: left
}

.t456__menualign_right {
    text-align: right
}

.t456__menualign_center {
    text-align: center
}

@media screen and (max-width:1200px) {
    .t456__leftwrapper {
        padding-left: 20px
    }

    .t456__rightwrapper {
        padding-right: 20px
    }
}

.t456 {
    width: 100%;
    height: 80px;
    z-index: 990;
    position: fixed;
    top: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
    transition: background-color 300ms linear
}

.t456__beforeready {
    visibility: hidden
}

.t456 ul {
    margin: 0
}

.t456__maincontainer {
    width: 100%;
    height: 80px;
    display: table;
    position: relative
}

.t456__maincontainer.t456__c12collumns {
    max-width: 1200px;
    margin: 0 auto
}

.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;
    padding: 0 !important
}

.t456__list_item {
    clear: both;
    font-family: 'IBM Plex 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
}

.t456 a,
#allrecords .t456 a {
    text-decoration: none;
    color: #000000
}

.t456.t456__positionabsolute {
    position: absolute
}

.t456.t456__positionfixed {
    position: fixed
}

.t456.t456__positionstatic {
    position: static
}

.t456__mobile {
    display: none
}

@media screen and (max-width:980px) {
    .t456__linewrapper {
        display: none
    }

    .t456 {
        position: static;
        text-align: center;
        display: block;
        margin: 0;
        padding: 0;
        height: auto !important
    }

    .t456.t456__positionabsolute,
    .t456.t456__positionfixed,
    .t456.t456__positionstatic {
        position: relative
    }

    .t456__imglogo {
        width: auto !important;
        box-sizing: border-box;
        padding: 20px;
        margin: 0 auto
    }

    .t456__imglogomobile.t456__imglogo {
        width: 100% !important
    }

    .t456__logo {
        text-align: center;
        margin: 20px
    }

    .t456 img {
        float: inherit
    }

    .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__logowrapper2 {
        display: block;
        position: static
    }

    .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
    }
}

.t189 {
    text-align: left
}

.t189__wrapper {
    padding-top: 42px;
    padding-bottom: 42px
}

.t189__title {
    padding: 20px 0 20px 0;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 34px;
    color: #fff
}

.t189__descr {
    padding: 0 0 30px 0;
    color: #afafaf
}

.t189__buttons-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px
}

.t189 .t-btnwrapper {
    display: inline-block
}

.t189 :not(.t-btnwrapper) .t-btn:nth-child(1),
.t189 .t-btnwrapper:nth-child(1) {
    margin-right: 10px
}

.t189 :not(.t-btnwrapper) .t-btn,
.t189 .t-btnwrapper {
    margin-top: 8px
}

@media screen and (max-width:640px) {
    .t189__title {
        font-size: 26px;
        line-height: 30px
    }

    .t189 :not(.t-btnwrapper) .t-btn:nth-child(2),
    .t189 .t-btnwrapper:nth-child(2) {
        margin-left: 0
    }

    .t189 :not(.t-btnwrapper) .t-btn,
    .t189 .t-btnwrapper {
        margin: 5px;
        margin-left: 0
    }
}

.t502 .t-section__bottomwrapper {
    margin-top: 105px
}

#allrecords .t502__container {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.t502__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.t502__container li ul {
    list-style-type: disc
}

.t502__tablewrapper {
    display: table;
    width: 100%
}

.t502__circlewrapper {
    display: table-cell;
    vertical-align: top
}

.t502__textwrapper {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    width: 100%
}

.t502__title {
    margin: 0;
    padding-bottom: 13px
}

.t502__circle {
    background-color: #ccc;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    color: #000;
    overflow: hidden;
    white-space: nowrap
}

.t502 .t-list__item {
    margin-top: 90px
}

.t502 .t-list__container_inrow1 .t-list__item:first-child,
.t502 .t-list__container_inrow2 .t-list__item:nth-child(-n+2),
.t502 .t-list__container_inrow3 .t-list__item:nth-child(-n+3),
.t502 .t-list__container_inrow4 .t-list__item:nth-child(-n+4) {
    margin-top: 0 !important
}

@media screen and (max-width:960px) {

    .t502 .t-list__item,
    .t502 .t-list__container_inrow2 .t-list__item:nth-child(-n+2),
    .t502 .t-list__container_inrow3 .t-list__item:nth-child(-n+3),
    .t502 .t-list__container_inrow4 .t-list__item:nth-child(-n+4) {
        margin-top: 36px !important
    }

    .t502 .t-list__container_inrow1 .t-list__item:first-child,
    .t502 .t-list__container_inrow2 .t-list__item:first-child,
    .t502 .t-list__container_inrow3 .t-list__item:first-child,
    .t502 .t-list__container_inrow4 .t-list__item:first-child {
        margin-top: 0 !important
    }

    .t502__title {
        padding-bottom: 10px
    }

    .t502 .t-section__bottomwrapper {
        margin-top: 45px
    }

    .t502__separator {
        margin-bottom: 0 !important
    }

    .t502__blockdescr {
        margin-bottom: 20px
    }

    .t502__circle {
        max-width: 40px;
        max-height: 40px;
        font-size: 18px !important;
        line-height: 40px !important
    }
}

.t700__vmiddle {
    align-items: center
}

.t700__vbottom {
    align-items: flex-end
}

.t700__img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.t700__wrap-video+.t700__video-descr {
    margin-top: 20px
}

.t700 .t700__form-upper-text {
    margin-bottom: 20px
}

.t700 .t700__form-bottom-text {
    margin-top: 20px
}

.t700 .t-form__inputsbox {
    -webkit-transition: max-height 0.3s cubic-bezier(.19, 1, .22, 1);
    transition: max-height 0.3s cubic-bezier(.19, 1, .22, 1);
    max-height: 10000px
}

.t700 .t700__inputsbox_hidden.t-form__inputsbox {
    overflow: hidden;
    max-height: 0;
    opacity: 0
}

.t700 .t-input-group {
    margin-bottom: 25px
}

.t700 .t-form_bbonly .t-form__inputsbox_flex .t-input-group {
    margin-bottom: 0
}

.t700 .t-input {
    background-color: transparent;
    -webkit-appearance: none
}

.t700 .t-input-block textarea {
    padding-top: 17px
}

.t700 .t-input-block textarea.t-input_pvis {
    padding-top: 26px
}

.t700 .t-input-block textarea {
    padding-top: 17px;
    background-color: transparent
}

.t700 .t-input-title {
    padding-bottom: 5px
}

.t700 .t-input-subtitle {
    padding-bottom: 15px
}

.t700 .t-input-group_rd .t-input-subtitle {
    padding-bottom: 5px
}

.t700 .t-inputtime,
.t700 .t-datepicker__wrapper {
    max-width: 245px
}

.t700 .t-input-group_inrow .t-inputtime,
.t700 .t-input-group_inrow .t-datepicker__wrapper {
    max-width: 100%
}

.t700 .t-form_bbonly .t-input-title {
    padding-bottom: 0;
    margin-bottom: 0
}

.t700 .t-form_bbonly .t-input-subtitle {
    padding-bottom: 0;
    padding-top: 5px
}

.t700 .t-form_bbonly .t-input-block {
    margin-bottom: 30px
}

.t700 .t-form__inputsbox .t-input-group_st .t-input-block {
    display: none;
    margin-bottom: 0
}

.t700 .t-form__submit {
    display: block;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 10px
}

.t700 .t-form__inputsbox_flex .t-form__submit {
    margin-top: 5px
}

.t700 .t-form_bbonly .t-form__inputsbox_flex .t-form__submit {
    margin-top: 0
}

.t700 .t-form__inputsbox_flex .t-form__errorbox-wrapper {
    margin-bottom: 25px
}

.t700 .t-form_bbonly .t-form__inputsbox_flex .t-form__errorbox-wrapper {
    margin-bottom: 30px
}

@media screen and (max-width:960px) {
    .t700 .t-col:first-child {
        margin-bottom: 60px
    }
}

@media screen and (max-width:640px) {
    .t700 .t-form__submit {
        padding-bottom: 20px
    }

    .t700 .t-input-block textarea {
        padding-top: 12px
    }

    .t700 .t-submit {
        width: 100%
    }
}

@media screen and (max-width:480px) {

    .t700 .t-inputtime,
    .t700 .t-datepicker__wrapper {
        max-width: 100%
    }
}

.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
}

.t396__body_overflow_hidden {
    overflow: hidden
}

.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;
    transform: translateZ(0)
}

.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_safari .tn-atom:not(.tn-atom__form) {
    transform: translateZ(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 {
    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 {
    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__elem,
.t396__artboard-fixed-no-bg.t396__artboard-fixed-innactive .t396__elem {
    pointer-events: none
}

.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
}

.t460 .t-sociallinks__item a,
.t460__svgwrapper {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
    display: block
}

.t460 .t-sociallinks__svg,
.t460__svg {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.t460__linerelativewrapper {
    position: relative
}

.t460__linewrapper {
    position: absolute;
    bottom: 0;
    width: 100%
}

.t460__horizontalline {
    margin: 0;
    border: 0;
    background-color: #C2C2C2;
    height: 1px;
    right: 0;
    bottom: 0;
    margin: 0 20px
}

.t460__iconbg {
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 100%;
    background: none;
    z-index: 0;
    max-width: 96%;
    max-height: 96%
}

.t460__iconlink {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto !important;
    position: relative
}

.t460 .t-sociallinks__wrapper,
.t460__right_social_links_wrap {
    display: block;
    text-align: center;
    width: 100%
}

.t460 .t-sociallinks__item,
.t460__right_social_links_item {
    display: inline-block;
    -webkit-transition: opacity ease-in-out 0.2s;
    -moz-transition: opacity ease-in-out 0.2s;
    -o-transition: opacity ease-in-out 0.2s;
    transition: opacity ease-in-out 0.2s;
    padding: 10px
}

.t460 .t-sociallinks__item:hover,
.t460__right_social_links_item:hover {
    opacity: .9
}

.t460 .t-sociallinks__item a:focus-visible {
    opacity: .9
}

.t460 .t-sociallinks,
.t460__right_social_links {
    margin: 80px 20px
}

#allrecords .t460 ul.t-sociallinks__wrapper {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.t460__bottomtext {
    color: #000;
    padding: 40px 20px
}

@media screen and (max-width:1200px) {
    .t460 .t460__container {
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
        padding: 0
    }
}

@media screen and (max-width:960px) {
    .t460 .t460__container {
        text-align: center
    }

    .t460 .t-sociallinks__item,
    .t460__right_social_links_item {
        padding: 5px
    }
}

.t890__arrow {
    cursor: pointer;
    display: inline-block;
    height: 50px;
    width: 50px;
    padding: 0;
    background-color: transparent;
    border: none;
    animation-name: t890__zoom;
    animation-duration: 500ms;
    animation-fill-mode: both
}

.t890__arrow-sm {
    transform: scale(.8)
}

.t890__arrow svg rect,
.t890__arrow svg path {
    transition: 200ms ease-in
}

@keyframes t890__zoom {
    0% {
        opacity: 0;
        transform: scale(.1)
    }

    100% {
        opacity: 1
    }
}

@media screen and (max-width:640px) {
    .t890__arrow {
        transform: scale(.8)
    }

    .t890__arrow.t890__arrow-sm {
        transform: scale(.6)
    }
}