.csssize {
    height: 12729px
}

.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: 'TildaSans', Arial, sans-serif;
    font-weight: 300;
    color: #000000
}

.t-text_xs {
    font-size: 15px;
    line-height: 1.55
}

.t-text_md {
    font-size: 20px;
    line-height: 1.55
}

.t-name {
    font-family: 'TildaSans', 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-name_lg {
    font-size: 22px;
    line-height: 1.35
}

.t-name_xl {
    font-size: 24px;
    line-height: 1.35
}

.t-heading {
    font-family: 'TildaSans', Arial, sans-serif;
    font-weight: 600;
    color: #000000
}

.t-heading_sm {
    font-size: 28px;
    line-height: 1.17
}

.t-title {
    font-family: 'TildaSans', 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: 'TildaSans', Arial, sans-serif;
    font-weight: 300;
    color: #000000
}

.t-descr_xxs {
    font-size: 14px;
    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_lg {
    font-size: 22px;
    line-height: 1.55
}

.t-descr_xl {
    font-size: 24px;
    line-height: 1.5
}

.t-btn {
    display: inline-block;
    font-family: 'TildaSans', 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-align_center {
    text-align: center
}

.t-align_left {
    text-align: left
}

.t-align_right {
    text-align: right
}

.t-margin_auto {
    margin-left: auto;
    margin-right: auto
}

.t-valign_middle {
    vertical-align: middle
}

.t-valign_top {
    vertical-align: top
}

.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-free {
    padding: 35px 0px 45px;
    height: auto;
    text-align: center
}

.t-tildalabel-free__main {
    max-width: 340px;
    display: block;
    margin: 0 auto;
    line-height: 1.4;
    letter-spacing: .2px;
    color: inherit;
    opacity: .4
}

.t-tildalabel-free__main:hover {
    opacity: 1
}

.t-tildalabel-free__txt-link:hover {
    opacity: 1
}

.t-tildalabel-free__links-wr {
    display: table;
    margin: 30px auto 0px
}

.t-tildalabel-free__txt-link {
    display: table-cell;
    padding: 0px 15px;
    font-size: 13px;
    text-decoration: none;
    color: inherit;
    opacity: .25
}

.t-rec_pt_60 {
    padding-top: 60px
}

.t-rec_pt_120 {
    padding-top: 120px
}

.t-rec_pt_135 {
    padding-top: 135px
}

.t-rec_pb_45 {
    padding-bottom: 45px
}

.t-rec_pb_60 {
    padding-bottom: 60px
}

.t-rec_pb_120 {
    padding-bottom: 120px
}

.t-rec_pb_135 {
    padding-bottom: 135px
}

.t-btnflex,
.t-btn.t-btnflex,
.t-submit.t-btnflex {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1ch;
    max-width: 100%;
    height: unset;
    padding: 0;
    overflow: hidden;
    font-family: 'TildaSans', Arial, sans-serif, Arial, sans-serif;
    font-weight: 600;
    line-height: var(--line-height, 1.4);
    padding-top: calc(((var(--height, 0px) - 1em * var(--line-height, 1.4)) / 2) - var(--border-width, 0px));
    padding-bottom: calc(((var(--height, 0px) - 1em * var(--line-height, 1.4)) / 2) - var(--border-width, 0px));
    box-sizing: border-box;
    border-style: solid;
    border-color: transparent;
    border-width: var(--border-width, 0);
    background-image: none;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    white-space: nowrap
}

.t-btnflex__text {
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    white-space: inherit;
    text-overflow: ellipsis
}

.t-btnflex__icon {
    position: relative;
    flex-shrink: 0;
    width: 1.4em;
    height: 1.4em;
    transition-duration: inherit
}

.t-btnflex__icon::before,
.t-btnflex__icon::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.t-btnflex__icon::before {
    content: '';
    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-btnflex__icon.t-btnflex__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-btnflex__icon_has_hover::after {
    content: '';
    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-btnflex__icon.t-btnflex__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-btnflex:hover .t-btnflex__icon_has_hover::before {
        opacity: 0;
        visibility: hidden;
        transition-timing-function: cubic-bezier(.5, 0, .75, 0)
    }

    .t-btnflex:hover .t-btnflex__icon_has_hover::after {
        opacity: 1;
        visibility: visible
    }
}

.t-btnflex_xs,
.t-btn.t-btnflex_xs,
.t-submit.t-btnflex_xs {
    --height: 35px;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px
}

.t-btnflex_sm,
.t-btn.t-btnflex_sm,
.t-submit.t-btnflex_sm {
    --height: 45px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px
}

.t-btnflex_smd,
.t-btn.t-btnflex_smd,
.t-submit.t-btnflex_smd {
    --height: 50px;
    font-size: 15px;
    padding-left: 44px;
    padding-right: 44px
}

.t-btnflex_md,
.t-btn.t-btnflex_md,
.t-submit.t-btnflex_md {
    --height: 60px;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px
}

.t-btnflex_lg,
.t-btn.t-btnflex_lg,
.t-submit.t-btnflex_lg {
    --height: 60px;
    font-size: 22px;
    padding-left: 70px;
    padding-right: 70px
}

.t-btnflex_xl,
.t-btn.t-btnflex_xl,
.t-submit.t-btnflex_xl {
    --height: 80px;
    font-size: 26px;
    padding-left: 80px;
    padding-right: 80px
}

.t-btnflex_xxl,
.t-btn.t-btnflex_xxl,
.t-submit.t-btnflex_xxl {
    --height: 100px;
    font-size: 30px;
    padding-left: 90px;
    padding-right: 90px
}

@media screen and (max-width:1200px) {
    .t-text_xs {
        font-size: 14px
    }

    .t-text_md {
        font-size: 18px
    }

    .t-descr_xxs {
        font-size: 12px
    }

    .t-descr_sm {
        font-size: 16px
    }

    .t-descr_md {
        font-size: 18px
    }

    .t-descr_lg {
        font-size: 20px
    }

    .t-descr_xl {
        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
    }

    .t-name_lg {
        font-size: 20px
    }

    .t-name_xl {
        font-size: 22px
    }

    .t-heading_sm {
        font-size: 26px
    }
}

@media screen and (max-width:640px) {
    .t-text_xs {
        font-size: 12px;
        line-height: 1.45
    }

    .t-text_md {
        font-size: 16px;
        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_lg {
        font-size: 18px;
        line-height: 1.45
    }

    .t-descr_xl {
        font-size: 20px;
        line-height: 1.4
    }

    .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-name_lg {
        font-size: 18px
    }

    .t-name_xl {
        font-size: 20px
    }

    .t-heading_sm {
        font-size: 24px
    }

    .t-btn {
        white-space: normal
    }

    .t-tildalabel-free__txt-link {
        opacity: .4
    }

    .t-tildalabel-free__main {
        opacity: .7
    }

    .t-btnflex,
    .t-btn.t-btnflex,
    .t-submit.t-btnflex {
        white-space: normal
    }

    .t-btnflex_sm,
    .t-btn.t-btnflex_sm,
    .t-submit.t-btnflex_sm {
        padding-left: 20px;
        padding-right: 20px
    }

    .t-btnflex_md,
    .t-btn.t-btnflex_md,
    .t-submit.t-btnflex_md {
        padding-left: 30px;
        padding-right: 30px
    }

    .t-btnflex_lg,
    .t-btn.t-btnflex_lg,
    .t-submit.t-btnflex_lg {
        font-size: 18px;
        padding-left: 40px;
        padding-right: 40px
    }

    .t-btnflex_xl,
    .t-btn.t-btnflex_xl,
    .t-submit.t-btnflex_xl {
        font-size: 22px;
        padding-left: 50px;
        padding-right: 50px
    }

    .t-btnflex_xxl,
    .t-btn.t-btnflex_xxl,
    .t-submit.t-btnflex_xxl {
        font-size: 26px;
        padding-left: 60px;
        padding-right: 60px
    }
}

@media screen and (max-width:480px) {
    .t-rec_pt_60 {
        padding-top: 60px
    }

    .t-rec_pt_120 {
        padding-top: 90px !important
    }

    .t-rec_pt_135 {
        padding-top: 90px !important
    }

    .t-rec_pb_45 {
        padding-bottom: 45px
    }

    .t-rec_pb_60 {
        padding-bottom: 60px
    }

    .t-rec_pb_120 {
        padding-bottom: 90px !important
    }

    .t-rec_pb_135 {
        padding-bottom: 90px !important
    }

    .t-rec_pt-res-480_90 {
        padding-top: 90px !important
    }

    .t-rec_pb-res-480_45 {
        padding-bottom: 45px !important
    }

    .t-rec_pb-res-480_90 {
        padding-bottom: 90px !important
    }

    .t-btnflex_xs,
    .t-btn.t-btnflex_xs,
    .t-submit.t-btnflex_xs {
        --height: 40px
    }

    .t-btnflex_sm,
    .t-btn.t-btnflex_sm,
    .t-submit.t-btnflex_sm {
        --height: 50px
    }
}

.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 {
    border: 0;
    background-color: #c2c2c2;
    height: 1px;
    right: 0;
    bottom: 0;
    margin: 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 0.3s linear
}

.t456__beforeready {
    visibility: hidden
}

.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 !important;
    padding: 0 !important;
    margin-left: 20px
}

.t456__list_item {
    clear: both;
    font-family: 'TildaSans', 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;
        margin-left: 0
    }
}

.t1127 .t-container_flex {
    margin-top: 10px
}

.t1127 .t1127__container_first+.t-container_flex {
    margin-top: 0
}

.t1127__container_first {
    margin-bottom: 80px
}

.t1127__container_last {
    margin-top: 80px
}

.t1127__container.t-container:not(.t1127__container_12-40) {
    box-sizing: border-box;
    padding: 0 20px
}

.t1127__container_40 {
    padding: 0 40px
}

.t1127__container_60 {
    padding: 0 60px
}

.t1127__container_12-40 {
    max-width: 1240px
}

.t1127__container_vmiddle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.t1127__container_vbottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.t1127__container_vbottom .t1127__buttons {
    margin-bottom: 14px
}

.t1127__col_center {
    display: block;
    margin: 0 auto;
    float: none
}

.t1127__uptitle+.t1127__title {
    margin-top: 14px
}

.t1127__descr+.t1127__buttons {
    margin-top: 30px
}

.t1127__buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px
}

.t1127__buttons:has(.t-btntext) {
    column-gap: 30px
}

.t1127__buttons_center {
    justify-content: center
}

.t1127__buttons_right {
    justify-content: flex-end
}

.t1127__image {
    display: block;
    width: 100%;
    height: 600px
}

@media screen and (max-width:960px) {
    .t1127 .t-col+.t-col {
        margin-top: 20px
    }

    .t1127__container_first {
        margin-bottom: 30px
    }

    .t1127__container_last {
        margin-top: 30px
    }

    .t1127__container_vbottom .t1127__buttons {
        margin-bottom: 0
    }

    .t1127__title {
        font-size: 30px
    }

    .t1127__image {
        height: 300px
    }

    .t1127__descr+.t1127__buttons {
        margin-top: 15px
    }
}

@media screen and (max-width:640px) {
    .t1127__title {
        font-size: 26px
    }

    .t1127__image {
        height: 250px
    }
}

.t814__blockimg-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 100%
}

.t814__blockimg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.t814__blocktext-wrapper {
    position: relative;
    display: table;
    width: 100%
}

.t814__blocktext {
    position: absolute;
    z-index: 2;
    display: table;
    width: 120%;
    margin-top: 10%
}

.t814__content {
    display: table-cell;
    padding: 60px;
    padding-right: 80px
}

.t814__title {
    margin-bottom: 16px
}

.t814__descr {
    margin-top: 28px
}

.t814__uptitle {
    margin-bottom: 28px;
    color: #666
}

.t814__line {
    position: relative;
    display: block;
    max-width: 50px;
    width: 100%;
    height: 3px;
    background-color: #666
}

.t814__btn {
    margin-top: 60px
}

@media screen and (max-width:680px) {
    .t814__content {
        display: table-cell;
        padding: 30px 20px
    }
}

@media screen and (max-width:960px) {
    .t814__top {
        margin-bottom: 20px
    }

    .t814__blocktext-wrapper {
        padding-bottom: 0 !important
    }

    .t814__blocktext {
        position: relative;
        width: 100%;
        height: auto !important;
        margin-top: 0
    }

    .t814__btn {
        margin-top: 20px;
        margin-bottom: 30px
    }
}

.t846 .t-section__bottomwrapper {
    margin-top: 105px
}

.t846__col {
    margin-top: 65px;
    margin-top: var(--column-margin, 65px)
}

.t846__col:first-child {
    margin-top: 0
}

.t846__container li ul {
    list-style-type: disc
}

#allrecords .t846__col a.t-card__link:not(.t-btn) {
    color: inherit !important
}

.t846__textwr_leftpadding {
    padding-left: 30px
}

.t846__bottommargin {
    margin-bottom: 14px
}

.t846__imgwrapper {
    width: 65px
}

.t846__bgimg {
    width: 65px;
    height: 65px;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.t846__img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.t846__img_circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

@media screen and (max-width:960px) {
    .t846 .t-section__bottomwrapper {
        margin-top: 45px
    }

    .t846__col {
        margin-top: 40px
    }

    .t846__imgwrapper {
        max-width: 60px
    }

    .t846__bgimg {
        max-width: 60px;
        max-height: 60px
    }

    .t846__textwrapper {
        padding-left: 20px !important
    }
}

@media screen and (max-width:640px) {
    .t846__imgwrapper {
        max-width: 50px
    }

    .t846__bgimg {
        max-width: 50px;
        max-height: 50px
    }
}

.t525 .t-section__bottomwrapper {
    margin-top: 105px
}

#allrecords .t525__container {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.t525__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.t525__container li ul {
    list-style-type: disc
}

.t525 .t-list__item {
    margin-top: 70px
}

.t525 .t-list__item:nth-child(-n+2) {
    margin-top: 0 !important
}

.t525__textwr_leftpadding {
    padding-left: 30px
}

.t525__bottommargin {
    margin-bottom: 14px
}

.t525__imgwrapper {
    width: 100px
}

.t525__bgimg {
    width: 100px;
    height: 100px;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.t525__img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.t525__img_circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.t525__title {
    margin-top: 14px;
    max-width: 300px
}

.t525__text {
    margin-top: 8px;
    max-width: 300px
}

.t525__descr {
    margin-top: 3px;
    color: #666
}

.t525 .t-review-social-links__item a {
    display: inline-block
}

@media screen and (max-width:960px) {
    .t525 .t-section__bottomwrapper {
        margin-top: 0
    }

    .t525__col {
        width: 90%;
        max-width: 90%
    }

    .t525__col:last-child {
        margin-bottom: 40px
    }

    .t525 .t-list__item,
    .t525 .t-list__item:nth-child(-n+2) {
        margin-top: 40px !important
    }

    .t525 .t-list__item:first-child {
        margin-top: 0 !important
    }
}

@media screen and (max-width:640px) {
    .t525__container {
        display: block
    }

    .t525 .t-cell {
        display: block;
        text-align: center
    }

    .t525__imgwrapper {
        margin: 0 auto 10px
    }

    .t525__bgimg {
        margin: 0 auto 10px
    }

    .t525__col {
        width: 100%;
        max-width: 90%;
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

    .t525__textwr_leftpadding {
        padding-left: 0 !important
    }

    .t525__text,
    .t525__title {
        max-width: 100% !important
    }
}

.t772__container {
    display: table;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0
}

.t772__container li ul {
    list-style-type: disc
}

@media screen and (max-width:1200px) {
    .t772__container {
        max-width: 960px;
        padding: 0
    }
}

@media screen and (max-width:960px) {
    .t772__container {
        max-width: 640px
    }
}

.t772 .t-section__bottomwrapper {
    margin-top: 105px
}

.t772__separator {
    margin-bottom: 90px
}

.t772__imgwrapper {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 110%
}

.t772__bgimg {
    position: absolute;
    inset: 0;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear
}

.t772__img {
    position: absolute;
    margin: auto;
    inset: 0;
    z-index: 2;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear
}

.t772__bgimg_second,
.t772__img_second {
    z-index: 1;
    opacity: 0
}

.t772 .t-card__uptitle {
    margin-bottom: 8px;
    color: #ff8562
}

.t772 .t-card__descr {
    margin-top: 8px
}

.t772 .t-card__btn-wrapper {
    margin-top: 19px
}

.t772 .t-card__btntext-wrapper {
    display: inline-block;
    padding-top: 14px
}

.t772 .t-align_center .t-card__btn {
    margin: 0 2px 8px
}

.t772 .t-align_left .t-card__btn {
    margin: 0 4px 8px 0
}

.t772__scroll-icon-wrapper {
    display: none
}

@media screen and (min-width:960px) {

    .t772__imgwrapper:hover .t772__bgimg_first_hover,
    .t772__imgwrapper:hover .t772__img_first_hover {
        opacity: 0
    }

    .t772__imgwrapper:hover .t772__bgimg_second,
    .t772__imgwrapper:hover .t772__img_second {
        z-index: 3;
        opacity: 1
    }
}

@media screen and (max-width:960px) {
    .t772__separator {
        display: none
    }

    .t772__container_mobile-grid {
        font-size: 0
    }

    .t772__col_mobile-grid {
        display: inline-block;
        vertical-align: top;
        width: 50%
    }

    .t772__col {
        margin-bottom: 60px
    }

    .t-col_8 .t772__imgwrapper_mobile-nopadding {
        padding-bottom: 0 !important;
        font-size: 0
    }

    .t-col_8 .t772__imgwrapper_mobile-nopadding .t772__img {
        position: initial
    }

    .t772__img_second {
        display: none
    }

    .t772__container_mobile-flex {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        max-width: 100%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .t772__container_mobile-flex::-webkit-scrollbar {
        display: none
    }

    .t772__container_mobile-flex .t772__col {
        min-width: 38%;
        max-width: 38%;
        margin-bottom: 0 !important
    }

    .t772__container_mobile-flex .t772__col:first-child {
        margin-left: 20px
    }

    .t772__scroll-icon-wrapper {
        display: block;
        padding: 0 40px 20px 0;
        font-size: 0;
        text-align: right;
        color: #a1a1a1;
        mix-blend-mode: multiply
    }

    @-webkit-keyframes t772__icon-anim {
        0% {
            -webkit-transform: translate3d(-20px, 0, 0);
            opacity: 0
        }

        10% {
            -webkit-transform: translate3d(-20px, 0, 0);
            opacity: 0
        }

        20% {
            -webkit-transform: translate3d(-20px, 0, 0);
            opacity: 1
        }

        70% {
            -webkit-transform: translate3d(0, 0, 0);
            opacity: 1
        }

        80% {
            -webkit-transform: translate3d(0, 0, 0);
            opacity: 1
        }

        81% {
            -webkit-transform: translate3d(0, 0, 0);
            opacity: 0
        }

        100% {
            -webkit-transform: translate3d(0, 0, 0);
            opacity: 0
        }
    }

    @keyframes t772__icon-anim {
        0% {
            transform: translate3d(-20px, 0, 0);
            opacity: 0
        }

        10% {
            transform: translate3d(-20px, 0, 0);
            opacity: 0
        }

        20% {
            transform: translate3d(-20px, 0, 0);
            opacity: 1
        }

        70% {
            transform: translate3d(0, 0, 0);
            opacity: 1
        }

        80% {
            transform: translate3d(0, 0, 0);
            opacity: 1
        }

        81% {
            transform: translate3d(0, 0, 0);
            opacity: 0
        }

        100% {
            transform: translate3d(0, 0, 0);
            opacity: 0
        }
    }

    .t772__scroll-icon {
        -webkit-animation: t772__icon-anim 1.5s infinite;
        animation: t772__icon-anim 1.5s infinite
    }
}

@media screen and (max-width:640px) {
    .t772__container_mobile-grid {
        box-sizing: border-box
    }

    #allrecords .t772__container_mobile-grid {
        padding: 0 10px
    }

    .t772__col_mobile-grid {
        padding-right: 10px;
        padding-left: 10px
    }

    .t772__container_mobile-flex .t772__col:first-child {
        margin-left: 0
    }

    .t772__container_mobile-flex .t772__col {
        min-width: 70%;
        max-width: 70%
    }

    .t772__scroll-icon-wrapper {
        padding: 0 20px 10px 0
    }
}

@media screen and (max-width:480px) {
    .t772__imgwrapper_mobile-nopadding {
        padding-bottom: 0 !important;
        font-size: 0
    }

    .t772__imgwrapper_mobile-nopadding .t772__img {
        position: initial
    }

    .t772__col_mobile-grid {
        display: block;
        width: 100%
    }

    .t772__container_mobile-flex .t772__col {
        min-width: 80%;
        max-width: 80%;
        box-sizing: content-box
    }

    .t772__container_mobile-flex .t772__col:first-child {
        padding-right: 10px
    }

    .t772__container_mobile-flex .t772__col:last-child {
        padding-left: 10px
    }

    .t772__container_mobile-flex .t772__col:not(:first-child, :last-child) {
        padding-right: 10px;
        padding-left: 10px
    }
}

.t508 {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%
}

.t508 .t-section__bottomwrapper {
    margin-top: 105px
}

#allrecords .t508__container {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.t508__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.t508__container li ul {
    list-style-type: disc
}

.t508 .t-list__item {
    margin-top: 55px
}

.t508 .t-list__item:first-child {
    margin-top: 0 !important
}

.t508__bottommargin {
    margin-bottom: 14px
}

.t508__checkmark {
    width: 55px;
    display: block
}

.t508__imgwrapper {
    width: 55px
}

.t508__bgimg {
    width: 55px;
    height: 55px;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.t508__img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.t508__imgwrapper,
.t508__bgimg {
    margin-right: 40px
}

.t508__img_circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.t508__textwrapper {
    width: 100%
}

@media screen and (max-width:960px) {
    .t508 .t-section__bottomwrapper {
        margin-top: 45px
    }

    .t508 .t-list__item {
        margin-top: 40px !important
    }

    .t508__checkmark,
    .t508__bgimg {
        max-width: 50px;
        max-height: 50px
    }

    .t508__imgwrapper {
        max-width: 50px
    }

    .t508__imgwrapper,
    .t508__bgimg {
        margin-right: 20px !important
    }
}

@media screen and (max-width:640px) {

    .t508__checkmark,
    .t508__bgimg {
        max-width: 40px;
        max-height: 40px
    }

    .t508__imgwrapper {
        max-width: 40px
    }
}

.t849__header {
    position: relative;
    cursor: pointer;
    border-top: 1px solid #eee
}

.t849__trigger-button {
    position: relative;
    width: 100%;
    padding: 27px 50px 27px 0;
    text-align: left;
    background-color: transparent;
    border: none;
    box-sizing: border-box;
    cursor: pointer
}

.t849__trigger-button_left {
    padding: 27px 0 27px 50px
}

#allrecords button.t849__trigger-button:focus-visible {
    outline-offset: 2px
}

.t849__title {
    display: inline-block
}

.t849__icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 40px;
    height: 40px;
    stroke: #222;
    fill: transparent;
    transition-property: fill, stroke;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out
}

.t849__trigger-button_left .t849__icon {
    right: auto;
    left: 0
}

.t849__lines {
    transition: transform 0.3s ease-in-out;
    transform-origin: center
}

.t849__opened .t849__lines {
    transform: rotate(-45deg)
}

.t849__content {
    display: none;
    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
}

.t849 .t849__content ol {
    padding-left: 30px !important;
    list-style-position: outside;
    text-indent: 0
}

.t849__textwrapper {
    padding: 0 0 20px
}

.t849__text {
    margin-bottom: 20px
}

#allrecords .t849__text>ul,
#allrecords .t849__text>ol {
    -webkit-padding-start: 26px
}

.t849__img {
    display: block;
    width: 100%;
    margin-bottom: 14px
}

.t849__border {
    width: 100%;
    height: 1px;
    background-color: #eee
}

.t849__divider {
    float: left;
    width: 100%
}

@media screen and (max-width:960px) {
    .t849 {
        -webkit-text-size-adjust: 100%
    }
}

@media screen and (max-width:650px) {
    .t849__trigger-button {
        padding-top: 15px;
        padding-bottom: 14px
    }

    .t849__text {
        margin-bottom: 15px
    }

    .t849__textwrapper {
        padding: 0 0 10px
    }
}

.t555__mainblock::after,
.t555__mainblock::before {
    content: '';
    display: table;
    clear: both
}

.t555__col {
    float: left;
    width: 50%
}

.t555__map {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.t555__contentwrapper {
    display: table-cell;
    vertical-align: middle
}

.t555__contentbox {
    display: table;
    width: 100%;
    color: #fff
}

.t555__title {
    margin-bottom: 30px
}

.t555 .t-sociallinks {
    margin-top: 30px
}

.t555 .t-sociallinks a {
    display: inline-block
}

.t555 .t-sociallinks__item {
    display: inline-block;
    margin: 4px 1px 0
}

.t555__social_links_item:last-child {
    margin-right: 0
}

#allrecords .t555 ul.t-sociallinks__wrapper {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.t-sociallinks__svg {
    overflow: visible
}

.t555 .t-map-lazyload {
    background-color: rgb(229, 227, 223)
}

@media screen and (max-width:960px) {
    .t555__contentwrapper {
        padding: 40px
    }

    .t555__map {
        padding: 0 !important
    }
}

@media screen and (max-width:750px) {
    .t555__contentwrapper {
        padding: 30px 20px
    }

    .t555__mainblock {
        min-height: auto !important
    }

    .t555__col {
        float: none;
        width: 100%;
        min-height: auto !important
    }

    .t555__contentbox {
        float: none;
        width: 100%;
        height: auto !important
    }

    .t555__map {
        height: 300px !important
    }

    .t555__map .t-map {
        height: inherit !important
    }

    .t555__title {
        margin-bottom: 24px
    }

    .t555__btn-wrapper {
        margin-top: 28px
    }

    .t555__social_links {
        margin-top: 34px
    }
}

.t389 {
    overflow: hidden
}

.t389__linewrapper {
    position: absolute;
    top: 0;
    width: 100%
}

.t389__horizontalline {
    border: 0;
    background-color: #c2c2c2;
    height: 1px;
    right: 0;
    bottom: 0;
    margin: 0 40px
}

.t389__maincontainer {
    width: 100%;
    height: 80px;
    display: table;
    position: relative
}

.t389__content {
    padding: 2px 40px 0;
    display: table-cell;
    vertical-align: middle
}

.t389__col {
    display: table-cell;
    vertical-align: middle
}

.t389__col_center {
    width: 100%;
    padding: 0 16px
}

.t389__list {
    list-style-type: none;
    padding-left: 0 !important;
    margin-bottom: 0 !important
}

.t389__list_item {
    display: inline-block;
    margin: 0 15px
}

.t389__copyright,
.t389__scroll {
    width: 250px
}

.t389__typo {
    font-size: 14px
}

.t389__col_mobile {
    display: none
}

.t389_scrolltop {
    position: relative;
    padding-right: 12px;
    display: inline-block
}

.t389__icon {
    position: absolute;
    right: 0;
    top: 2px
}

.t389__copyright,
#allrecords .t389_scrolltop,
#allrecords .t389__list_item a {
    color: #222
}

@media screen and (max-width:1200px) {
    .t389__content {
        padding: 2px 20px 0
    }

    .t389__col,
    .t389__copyright,
    .t389__scroll {
        width: 230px
    }

    .t389__col_center {
        width: 100%
    }

    .t389__horizontalline {
        margin: 0 20px
    }
}

@media screen and (max-width:960px) {

    .t389__col,
    .t389__copyright,
    .t389__scroll {
        width: 100%;
        display: block;
        text-align: center
    }

    .t389__maincontainer {
        display: block
    }

    .t389__content {
        display: block
    }

    .t389__col_mobile {
        display: block
    }

    .t389__col_hiddenmobile {
        display: none
    }

    .t389__maincontainer {
        height: auto !important;
        padding: 40px 0
    }

    .t389__col {
        margin-bottom: 20px;
        padding: 0
    }

    .t389__list_item {
        margin: 0 10px 4px
    }

    .t389__col:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width:670px) {
    .t389__typo {
        font-size: 12px
    }
}

.t046__text {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 4px
}