.csssize {
    height: 8750px
}

.t-body {
    margin: 0;
    background-color: black
}

#allrecords {
    -webkit-font-smoothing: antialiased;
    background-color: none
}

#allrecords a {
    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 {
    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
}

.t-text {
    font-family: 'Rye', 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-text-impact {
    font-family: 'Rye', Arial, sans-serif;
    font-weight: 300;
    color: #000000
}

.t-name {
    font-family: 'Rye', Arial, sans-serif;
    font-weight: 600;
    color: #000000
}

.t-name_sm {
    font-size: 18px;
    line-height: 1.35
}

.t-name_md {
    font-size: 20px;
    line-height: 1.35
}

.t-heading {
    font-family: 'Rye', Arial, sans-serif;
    font-weight: 600;
    color: #000000
}

.t-heading_lg {
    font-size: 32px;
    line-height: 1.17
}

.t-title {
    font-family: 'Rye', Arial, sans-serif;
    font-weight: 600;
    color: #000000
}

.t-title_xxs {
    font-size: 36px;
    line-height: 1.23
}

.t-title_xs {
    font-size: 42px;
    line-height: 1.23
}

.t-title_lg {
    font-size: 64px;
    line-height: 1.23
}

.t-title_xl {
    font-size: 72px;
    line-height: 1.17
}

.t-descr {
    font-family: 'Rye', 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-uptitle {
    font-family: 'Rye', Arial, sans-serif;
    font-weight: 600;
    color: #000000;
    letter-spacing: 2.5px
}

.t-uptitle_xs {
    font-size: 12px
}

.t-uptitle_sm {
    font-size: 14px
}

.t-btn {
    display: inline-block;
    font-family: 'Rye', 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;
    position: relative;
    background-color: rgba(255,255,255,var(--tw-bg-opacity));
    --tw-bg-opacity: 1;

    overflow: hidden; /* Important to hide the overflow of the pseudo-element */
    background-color: transparent; /* Clear initial background color */
    border: 2px solid white; /* Add a white border */
    overflow: hidden; /* Important to hide the overflow of the pseudo-element */
    position: relative;
    color: #ffffff;
    transition: color 0.5s;  /* Smooth transition for the color property over 0.5s. */
}

.t-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,var(--tw-bg-opacity));
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.5s;
    z-index: -1; /* Place pseudo-element behind the button content */
}

.t-btn:hover::before {
    transform: scaleY(1);
}

.t-btn:hover {
    color: black;  /* Set text color to black on hover. */
}

/* If the table has any positioning, you might want to ensure it's on top. */
.t-btn table {
    position: relative;
    z-index: 1;  /* Ensures the table (and thus the text) is above the ::before element */
}

.t-btn td {
    vertical-align: middle
}

.t-btn_sending {
    opacity: .5
}

.t-btn_xs {
    height: 35px;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px
}

.t-btn_sm {
    height: 45px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px
}

.t-btn_md {
    height: 60px;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px
}

.t-align_center {
    text-align: center
}

.t-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-popup {
    display: none
}

.t-submit {
    font-family: 'Rye', Arial, sans-serif
}

.t-input {
    font-family: 'Rye', Arial, sans-serif
}

.t-input__vis-ph {
    font-family: 'Rye', Arial, sans-serif
}

.t-select {
    font-family: 'Rye', Arial, sans-serif
}

.t-input-error {
    font-family: 'Rye', Arial, sans-serif
}

.t-form__errorbox-wrapper {
    font-family: 'Rye', Arial, sans-serif
}

.t-form__errorbox-text {
    font-family: 'Rye', Arial, sans-serif
}

.t-form__errorbox-item {
    font-family: 'Rye', Arial, sans-serif
}

.t-form__successbox {
    font-family: 'Rye', Arial, sans-serif
}

.t-rec_pt_0 {
    padding-top: 0
}

.t-rec_pt_30 {
    padding-top: 30px
}

.t-rec_pt_45 {
    padding-top: 45px
}

.t-rec_pt_60 {
    padding-top: 60px
}

.t-rec_pt_75 {
    padding-top: 75px
}

.t-rec_pb_0 {
    padding-bottom: 0
}

.t-rec_pb_15 {
    padding-bottom: 15px
}

.t-rec_pb_30 {
    padding-bottom: 30px
}

.t-rec_pb_45 {
    padding-bottom: 45px
}

.t-rec_pb_60 {
    padding-bottom: 60px
}

.t-rec_pb_75 {
    padding-bottom: 75px
}

@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-title_xxs {
        font-size: 32px
    }

    .t-title_xs {
        font-size: 38px
    }

    .t-title_lg {
        font-size: 60px
    }

    .t-title_xl {
        font-size: 68px
    }

    .t-name_sm {
        font-size: 16px
    }

    .t-name_md {
        font-size: 18px
    }

    .t-heading_lg {
        font-size: 30px
    }
}

@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-uptitle_xs {
        font-size: 10px
    }

    .t-uptitle_sm {
        font-size: 10px
    }

    .t-title_xxs {
        font-size: 28px
    }

    .t-title_xs {
        font-size: 30px
    }

    .t-title_lg {
        font-size: 30px
    }

    .t-title_xl {
        font-size: 32px
    }

    .t-name_sm {
        font-size: 14px
    }

    .t-name_md {
        font-size: 16px
    }

    .t-heading_lg {
        font-size: 26px
    }

    .t-btn {
        white-space: normal
    }

    .t-btn_sm {
        padding-left: 20px;
        padding-right: 20px
    }

    .t-btn_md {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 480px) {
    .t-title_xl {
        font-size: 30px
    }

    .t-rec_pt_0 {
        padding-top: 0
    }

    .t-rec_pt_30 {
        padding-top: 30px
    }

    .t-rec_pt_45 {
        padding-top: 45px
    }

    .t-rec_pt_60 {
        padding-top: 60px
    }

    .t-rec_pt_75 {
        padding-top: 75px
    }

    .t-rec_pb_0 {
        padding-bottom: 0
    }

    .t-rec_pb_15 {
        padding-bottom: 15px
    }

    .t-rec_pb_30 {
        padding-bottom: 30px
    }

    .t-rec_pb_45 {
        padding-bottom: 45px
    }

    .t-rec_pb_60 {
        padding-bottom: 60px
    }

    .t-rec_pb_75 {
        padding-bottom: 75px
    }
}

.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 {
    display: none;
}

.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%;
    pointer-events: auto;  /* Disables touch and click events on this element */
}

.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: 35%;
    z-index: 990;
    position: fixed;
    top: 0;
    box-shadow: none;
    transition: background-color 300ms linear;
    pointer-events: none;  /* Disables touch and click events on this element */
}

.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: 'Rye', 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
    }
}

.t183__wrapper {
    padding-top: 42px;
    padding-bottom: 42px
}

.t183__uptitle {
    padding-top: 10px;
    padding-bottom: 20px;
    color: #fff
}

.t183__title {
    padding: 24px 0 24px 0;
    letter-spacing: 1px;
    color: #fff
}

.t183__buttons {
    margin-top: 45px
}

.t183 .t-btnwrapper {
    display: inline-block
}

.t183 :not(.t-btnwrapper) .t-btn:nth-child(2), .t183 .t-btnwrapper:nth-child(2) {
    margin-left: 10px
}

@media screen and (max-width: 640px) {
    .t183__title {
        padding-right: 10px;
        padding-left: 10px
    }

    .t183__uptitle {
        padding-right: 10px;
        padding-left: 10px
    }

    .t183 :not(.t-btnwrapper) .t-btn:nth-child(2), .t183 .t-btnwrapper:nth-child(2) {
        margin-left: 5px
    }

    .t183 :not(.t-btnwrapper) .t-btn, .t183 .t-btnwrapper {
        margin: 5px
    }
}

.t469__title {
    margin-bottom: 40px
}

.t469__descr {
    margin-top: 40px;
    text-overflow: ellipsis
}

.t469 .t-btn {
    margin-top: 60px
}

.t469__line {
    max-width: 100px;
    width: 100%;
    height: 3px;
    background-color: #000
}

.t675 {
    background-color: #121212;
}

.t675 .t-slds__wrapper {
    position: relative;
    height: 700px;
    overflow: hidden
}

.t675 .t-slds__arrow-withbg {
    background-color: transparent
}

.t675__wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.t675__textwrapper {
    margin-bottom: 40px;
    padding-top: 140px;
    color: #fff
}

.t675__title, .t675__descr {
    margin-top: 10px;
    color: #fff
}

.t675__title {
    margin-bottom: 16px
}

.t675__btn {
    margin-top: 23px
}

@media screen and (min-width: 960px) {
    .t675__leftaligned .t-slds__arrow_wrapper {
        width: 60px !important
    }
}

@media screen and (max-width: 960px) {
    .t675__leftaligned .t-slds__arrow_wrapper {
        width: 40px !important
    }
}

@media screen and (min-width: 1200px) and (max-width: 1278px) {
    .t675__leftaligned .t675__textwrapper {
        padding-left: 40px !important
    }
}

@media screen and (min-width: 960px) and (max-width: 1060px) {
    .t675__leftaligned .t675__textwrapper {
        padding-left: 50px !important
    }
}

@media screen and (max-width: 700px) {
    .t675__textwrapper {
        padding-right: 40px !important;
        padding-left: 40px !important
    }

    .t675 .t-slds__arrow_wrapper {
        width: 40px !important
    }
}

.t1004__feed-parts-container {
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    padding: 0
}

.t1004 .t-slds__nocycle .t-slds__item:first-child {
    opacity: 0 !important
}

.t1004__container + .t-slds__bullet_wrapper {
    padding: 0 !important
}

@media screen and (max-width: 1300px) {
    .t1004 .t-slds__container {
        width: calc(100% - 80px);
        margin: 0 auto
    }

    .t1004 .t-feed__post-popup .t-slds__container {
        width: 100%
    }
}

@media screen and (max-width: 1200px) {
    .t1004__feed-parts-container {
        max-width: 960px;
        padding: 0
    }
}

@media screen and (max-width: 960px) {
    .t1004__container {
        max-width: unset;
        width: 100% !important
    }

    .t1004 .t-slds__container {
        width: 100%
    }

    .t1004 .t-slds__wrapper {
        padding-left: 0px !important
    }

    .t1004 .t-feed__slider-grid__post-wrapper {
        padding: 0
    }

    .t1004 .t-slds {
        visibility: visible !important
    }

    .t1004 .t-slds__nocycle .t-slds__item:first-child {
        opacity: 1 !important
    }

    .t1004 .t-slds__nocycle .t-slds__item[data-slide-index="0"] {
        display: none
    }
}

.t1004 .t-section__topwrapper {
    margin-bottom: 90px
}

.t1004 .t-section__title {
    margin-bottom: 20px
}

.t1004 .t-section__descr {
    max-width: 560px
}

.t1004 .t-section__bottomwrapper {
    margin-top: 105px
}

.t1004__scroll-icon-wrapper {
    display: none
}

@media screen and (max-width: 960px) {
    .t1004 .t-section__topwrapper {
        margin-bottom: 45px
    }

    .t1004 .t-section__bottomwrapper {
        margin-top: 45px
    }

    .t1004__container_mobile-grid {
        font-size: 0
    }

    .t1004__col_mobile-grid {
        width: 50%;
        display: inline-block;
        vertical-align: top
    }

    .t1004 .t-slds__arrow_wrapper {
        display: none !important
    }

    .t1004__container_mobile-flex {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        overflow-x: scroll !important;
        padding-top: 2px;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
        box-sizing: border-box
    }

    .t1004 .t-slds__main {
        max-width: 100%
    }

    .t1004__container_mobile-flex .t-feed__col-grid__wrapper.t-feed__col-grid__wrapper_align .t-feed__button-readmore {
        margin-top: auto
    }

    .t1004__container_mobile-flex .t-feed__grid-col {
        min-width: 38%;
        max-width: 38%;
        margin-bottom: 0px !important
    }

    .t1004__container_mobile-flex .t-feed__grid-col:first-child {
        margin-left: 20px
    }

    .t1004__scroll-icon-wrapper {
        display: block;
        padding: 0 40px 20px 0;
        color: #a1a1a1;
        text-align: right;
        font-size: 0;
        mix-blend-mode: multiply
    }

    .t1004__scroll-icon {
        -webkit-animation: t1004__icon-anim 1.5s infinite;
        animation: t1004__icon-anim 1.5s infinite
    }
}

@-webkit-keyframes t1004__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 t1004__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
    }
}

@media screen and (max-width: 640px) {
    .t1004__col_mobile-grid {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px
    }

    .t1004__container_mobile-flex .t-feed__grid-col {
        min-width: 70%;
        max-width: 70%
    }

    .t1004__scroll-icon-wrapper {
        padding: 0 20px 10px 0
    }
}

@media screen and (max-width: 480px) {
    .t1004__col_mobile-grid {
        width: 100%;
        display: block
    }

    .t1004__container_mobile-flex .t-feed__grid-col {
        min-width: 80%;
        max-width: 80%
    }
}

.t029__container {
    text-align: center;
    padding-bottom: 8px
}

.t029__col {
    float: none;
    display: inline-block
}

.t029__linewrapper {
    position: relative
}

.t029__line {
    width: 100%;
    height: 1px;
    display: table-cell
}

.t029__opacity {
    display: table-cell;
    min-width: 200px;
    height: 1px
}

@media screen and (max-width: 600px) {
    .t029__opacity {
        min-width: 120px
    }
}

.t159__text {
    font-size: 28px;
    line-height: 42px;
    text-align: center
}

.t552__container {
    min-height: 1px;
    font-size: 0
}

.t552__container.t-container {
    padding: 0 20px;
    box-sizing: border-box
}

.t552__container_indent {
    padding: 0 40px 0 40px;
    box-sizing: border-box
}

.t552__container_overflow {
    overflow: hidden
}

.t552__tile {
    display: inline-block;
    vertical-align: bottom
}

.t552__tile_25 {
    width: 25%
}

.t552__tile_50 {
    width: 50%
}

.t552__tile_33 {
    width: 33.3333%
}

.t552__tile_100 {
    width: 100%
}

.t552__blockimg {
    width: 100%;
    height: 240px
}

.t552__blockimg_animated {
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear
}

.t552__blockimg_animated:hover {
    position: relative;
    z-index: 2;
    transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -o-transform: scale(1.04);
    box-shadow: 0 2px 20px 2px rgba(0, 0, 0, .45)
}

.t552__tile_50:nth-child(2n+2) .t552__blockimg_animated, .t552__tile_33:nth-child(3n+3) .t552__blockimg_animated, .t552__tile_25:nth-child(4n+4) .t552__blockimg_animated {
    -webkit-transform-origin: right;
    transform-origin: right
}

.t552__tile_50:nth-child(2n+1) .t552__blockimg_animated, .t552__tile_33:nth-child(3n+1) .t552__blockimg_animated, .t552__tile_25:nth-child(4n+1) .t552__blockimg_animated {
    -webkit-transform-origin: left;
    transform-origin: left
}

.t552__tile.t-tile_100 .t552__blockimg_animated {
    -webkit-transform-origin: center !important;
    transform-origin: center !important
}

.t552__tile_50:nth-child(2n+2) .t552__blockimg_animated:hover, .t552__tile_50:nth-child(2n+1) .t552__blockimg_animated:hover, .t552__tile_33:nth-child(3n+3) .t552__blockimg_animated:hover, .t552__tile_33:nth-child(3n+1) .t552__blockimg_animated:hover, .t552__tile_25:nth-child(4n+4) .t552__blockimg_animated:hover, .t552__tile_25:nth-child(4n+1) .t552__blockimg_animated:hover {
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02)
}

@media screen and (max-width: 1200px) {
    .t552__container.t-container {
        padding: 0 10px
    }
}

@media screen and (max-width: 960px) {
    .t552__container.t-container, .t552__container_indent {
        padding: 0 20px
    }

    .t552__blockimg_animated {
        -webkit-transform: none !important;
        transform: none !important
    }
}

@media screen and (max-width: 640px) {
    .t552__tile_50, .t552__tile_33, .t552__tile_25 {
        width: 50%;
        width: calc(50%)
    }
}

.t823__container {
    position: relative
}

.t823__container_indent {
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.t823__wrapper {
    width: 100%;
    height: 700px;
    margin: 0;
    padding: 0;
    border: 0;
    border-spacing: 0;
    table-layout: fixed
}

.t823__col {
    width: 50%;
    vertical-align: middle
}

.t823__col_img {
    height: 100%
}

.t823__title {
    padding-bottom: 20px
}

.t823__descr {
    padding-bottom: 30px
}

.t823__main-wrapper {
    padding: 10%
}

.t823__imgwrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    transition: height ease-in-out .3s
}

.t823__imgwrapper::before, .t823__imgwrapper::after {
    content: '';
    display: table;
    clear: both
}

.t823__imgwrapper .t823__bgimg {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.t823 .t823__imgblock {
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0
}

.t823 .t823__button {
    margin-top: 20px
}

.t823 .t823__btntext-wrapper {
    margin-top: 20px
}

.t823 .t823__form-upper-text {
    margin-bottom: 20px;
    text-align: left
}

.t823 .t823__form-bottom-text {
    margin-top: 20px;
    text-align: left
}

.t823 .t-form__inputsbox {
    -webkit-transition: max-height 0.3s cubic-bezier(.19, 1, .22, 1);
    -o-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
}

.t823 .t823__inputsbox_hidden.t-form__inputsbox {
    overflow: hidden;
    max-height: 0;
    opacity: 0
}

.t823 .t-input-group {
    margin-bottom: 25px
}

.t823 .t-input {
    background-color: transparent;
    -webkit-appearance: none
}

.t823 .t-input::-ms-clear {
    width: 0;
    height: 0
}

.t823 .t-input-block textarea {
    padding-top: 17px
}

.t823 .t-input-block textarea.t-input_pvis {
    padding-top: 26px
}

.t823 .t-input-block textarea {
    padding-top: 17px;
    background-color: transparent
}

.t823 .t-input-title {
    padding-bottom: 5px
}

.t823 .t-input-subtitle {
    padding-bottom: 15px
}

.t823 .t-input-group_rd .t-input-subtitle {
    padding-bottom: 5px
}

.t823 .t-inputtime, .t823 .t-datepicker__wrapper {
    max-width: 245px
}

.t823 .t-form_bbonly .t-input-title {
    padding-bottom: 0;
    margin-bottom: 0
}

.t823 .t-form_bbonly .t-input-subtitle {
    padding-bottom: 5px;
    padding-top: 5px
}

.t823 .t-form_bbonly .t-input-block {
    margin-bottom: 30px
}

.t823 .t-form__inputsbox .t-input-group_st .t-input-block {
    display: none;
    margin-bottom: 0
}

.t823 .t-form__submit {
    display: block;
    vertical-align: middle;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: left
}

@media screen and (max-width: 960px) {
    .t823__blocktextmobile {
        display: block !important;
        width: 100%;
        padding: 30px 0 0 0
    }

    .t823__main-wrapper {
        padding: 20px 20px 30px
    }

    .t823__col {
        display: block;
        width: 100% !important
    }

    .t823__col_form {
        display: none
    }

    .t823__col_form_mobile.t823__col_form {
        display: block
    }

    .t823__wrapper_mobile.t823__wrapper {
        height: 100%
    }

    .t823__col_img_mobile.t823__col_img {
        height: 700px
    }

    .t823__wrapper_mobile.t823__wrapper .t823__main-wrapper {
        padding-top: 40px
    }
}

@media screen and (max-width: 640px) {
    .t823 .t-form__submit {
        padding-bottom: 20px
    }

    .t823 .t-input-block textarea {
        padding-top: 12px
    }

    .t823 .t-submit {
        width: 100%
        color:#2d2d2d;
        background-color:#f5f5f5;
        border-radius:30px;
        -moz-border-radius:30px;
        -webkit-border-radius:30px;"

    }
}

@media screen and (max-width: 480px) {
    .t823 .t-inputtime, .t823 .t-datepicker__wrapper {
        max-width: 100%
    }
}

.t823 .t-form .js-error-control-box .t-select__wrapper {
    border: none !important
}

.t823 .t-form .js-error-control-box .t-select__wrapper .t-select {
    border: 1px solid #FF0000 !important
}

.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, .t460 .t-sociallinks__item a:focus-visible {
    opacity: .9
}

.t460 .t-sociallinks, .t460__right_social_links {
    margin: 30px 20px
}

#allrecords .t460 ul.t-sociallinks__wrapper {
    margin-bottom: 0;
    padding-left: 0
}

.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
    }
}