body{
    font-family:'TildaSans',Arial,sans-serif;
    color:#000000;
    overflow-x: hidden;
    max-width: 100%;
}
.base_body{
    margin:0;
}
.base_contact{
    padding-top:60px;
    margin-top:0;
    padding-bottom:150px;
    background-color:#eeeeee;
}
#allrecords .t228 .btn_regist{
    color:#ffffff;
    background-image:linear-gradient(0.25turn,rgba(148,64,255,1) 0%,rgba(29,181,182,1) 100%);
    border-radius:12px;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
}
#allrecords .t228 .btn_login{
    color:#ffffff;
    background-color:#1db5b6;
    border-radius:12px;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
}


/* about_service */
.about_block{
    padding-bottom:60px;
}
.about_btn{
    margin-bottom: 40px;
}


/* advantages-style */
#rec1210012466 .t491__col:nth-child(-n + 4){
    margin-top:0;
}
.t-section__descr {
    max-width:560px;
}
#rec1210012466 .t-section__title {
    margin-bottom:105px;
}
@media screen and (max-width:960px) {
    #rec1210012466 .t-section__title {
        margin-bottom:45px;
    }
}
.advantages_block{
    padding-top:45px;
    padding-bottom:150px;
    background-color:#eeeeee;
}


/* animate-no-hover*/
#rec615891565 .t-btn:not(.t-animate_no-hover) {
    position: relative;
    overflow: hidden;
}

#rec615891565 .t-btn:not(.t-animate_no-hover):not(.t943__btn_fixed) {
    z-index: 1;
}

#rec615891565 .t-btn:not(.t-animate_no-hover) * {
    -webkit-backface-visibility: hidden;
}

#rec615891565 .t-btn:not(.t-animate_no-hover)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    background-color: #1aa0a1;
}

@media (hover: hover),(min-width:0\0) {
    #rec615891565 .t-btn:not(.t-animate_no-hover):hover::after {
        opacity:1;
    }

    #rec615891565 .t-btn:not(.t-animate_no-hover):focus-visible::after {
        opacity: 1;
    }
}

@media (hover: hover),(min-width:0\0) {
    #rec615891565 .t-btn:not(.t-animate_no-hover):hover {
        animation-name:rec_615891565_buttonanim;
        animation-duration: 0s;
        animation-fill-mode: forwards;
        animation-delay: 0.2s;
        animation-timing-function: linear;
    }

    #rec615891565 .t-btn:not(.t-animate_no-hover):focus-visible {
        animation-name: rec_615891565_buttonanim;
        animation-duration: 0s;
        animation-fill-mode: forwards;
        animation-delay: 0.2s;
        animation-timing-function: linear;
    }
}

@keyframes rec_615891565_buttonanim {
    to {
        background-image: none;
        background-color: transparent;
    }
}

@media (hover: hover),(min-width:0\0) {
    #rec615891565 .t-btn:not(.t-animate_no-hover):hover {
        box-shadow:0px 0px 15px rgba(0,0,0,0.3) !important;
    }

    #rec615891565 .t-btn:not(.t-animate_no-hover):focus-visible {
        box-shadow: 0px 0px 15px rgba(0,0,0,0.3) !important;
    }

    #rec615891565 .t-btn:not(.t-animate_no-hover) {
        transition-property: background-color,color,border-color,box-shadow;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
    }
}


/* animation-2.0 */

.t396 .t-animate[data-animate-style="fadein"],
.t396 .t-animate[data-animate-style="fadeindown"],
.t396 .t-animate[data-animate-style="fadeinleft"],
.t396 .t-animate[data-animate-style="fadeinright"],
.t396 .t-animate[data-animate-style="fadeinup"],
.t396 .t-animate[data-animate-style="zoomin"],
.t396 .t-animate[data-animate-style="zoomout"] {
    opacity: 0;
}

@media screen and (min-width: 980px) {
    .t-animate[data-animate-style="fadein"],
    .t-animate[data-animate-style="fadeindown"],
    .t-animate[data-animate-style="fadeinleft"],
    .t-animate[data-animate-style="fadeinright"],
    .t-animate[data-animate-style="fadeinup"],
    .t-animate[data-animate-style="zoomin"],
    .t-animate[data-animate-style="zoomout"] {
        opacity: 0;
        transition-property: opacity, transform;
        transition-duration: 1s;
        transition-timing-function: cubic-bezier(.19, 1, .22, 1);
        backface-visibility: hidden;
    }
    .t-title.t-animate {
        transition-duration: 1.2s;
    }
    .t-descr.t-animate,
    .t-subtitle.t-animate,
    .t-text.t-animate,
    .t-uptitle.t-animate {
        transition-duration: 0.7s;
    }
    .t-item.t-animate {
        transition-duration: 0.5s;
    }
    .t-animate_started[data-animate-style="fadein"] {
        opacity: 1;
    }
    .t-animate[data-animate-style="fadeinup"] {
        transform: translate(0, 100px);
    }

    .t-animate_started[data-animate-style="fadeinup"] {
        opacity: 1;
        transform: none;
    }
    .t-animate[data-animate-style="fadeindown"] {
        transform: translate(0, -100px);
    }

    .t-animate_started[data-animate-style="fadeindown"] {
        opacity: 1;
        transform: none;
    }
    .t-animate[data-animate-style="fadeinleft"] {
        transform: translate(100px, 0);
    }

    .t-animate_started[data-animate-style="fadeinleft"] {
        opacity: 1;
        transform: none;
    }
    .t-animate[data-animate-style="fadeinright"] {
        transform: translate(-100px, 0);
    }

    .t-animate_started[data-animate-style="fadeinright"] {
        opacity: 1;
        transform: none;
    }
    .t-animate[data-animate-style="zoomin"] {
        transform: scale(0.9);
    }

    .t-animate_started[data-animate-style="zoomin"] {
        opacity: 1;
        transform: scale(1);
    }
    .t-animate[data-animate-style="zoomout"] {
        transform: scale(1.2);
    }
    .t-animate_started[data-animate-style="zoomout"] {
        opacity: 1;
        transform: scale(1);
    }
    .t-animate_started[data-animate-distance],
    .t-animate_started[data-animate-scale] {
        transform: none !important;
    }
}
.t-animate-for-wrapper .t-animate:not(.t-animate_started) {
    opacity: 0 !important;
    transition-duration: 0s !important;
}

/* background */
.t-cover{
    height: 720px;
    background-image: url("../images/background.png.webp");
}
.t-cover__carrier .loaded{
    height: 800px;
    background-attachment: scroll;
    background-position: center top;
    top: 5px;
    background-image: url("../images/background.png.webp");
}


/* blocks-page */
.csssize{
    height:8810px
}

.t-body{
    margin:0px
}

#allrecords{
    -webkit-font-smoothing:antialiased;
    background-color:transparent;
}

#allrecords a{
    color:#1db5b6;
    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 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:transparent;
}

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

.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_sm{font-size:18px;line-height:1.55}
.t-text_md{font-size:20px;line-height:1.55}

.t-name{
    font-weight:600;
    color:#000000
}

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

.t-name_sm{
    font-size:18px;
    line-height:1.35
}

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

.t-heading{
    font-weight:600;
    color:#000000
}

.t-heading_lg{
    font-size:32px;
    line-height:1.17
}

.t-title{
    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_md{
    font-size:52px;
    line-height:1.23
}

.t-descr{
    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_lg{
    font-size:22px;
    line-height:1.55
}

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

.t-descr_xxxl{
    font-size:30px;
    line-height:1.45;
    letter-spacing:.45px;
}

.t-uptitle{
    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;
    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_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-btn_md_transition{
    height:45px;
    font-size:14px;
    padding-left:30px;
    padding-right:30px
}

.t-btntext{
    color:#000000;
    font-size:20px;
    line-height:1.55;
    font-weight:700;
    text-decoration:none;
    cursor:pointer;
    display:inline-block;
    background:none;
    border:none;
    padding:0
}

.t-btntext:after{
    content:"\00a0в†’";
    font-family:Arial,Helvetica,sans-serif
}

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

.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-popup{
    display:none
}

.t-rec_pt_15{
    padding-top:15px
}

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

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

.t-rec_pt_135{
    padding-top:135px
}

.t-rec_pt_150{
    padding-top:150px
}

.t-rec_pb_0{
    padding-bottom:0
}

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

.t-rec_pb_90{
    padding-bottom:90px
}

.t-rec_pb_135{
    padding-bottom:135px
}

.t-rec_pb_150{
    padding-bottom:150px
}

.t997 .t-cover__wrapper{
    position:relative
}

.t491 .t-section__bottomwrapper{
    margin-top:105px
}

.t491__container{
    flex-wrap:wrap
}

.t491__col{
    float:none;
    margin-top:70px;
}

.t491__container li ul{
    list-style-type:disc
}

.t491__col .t-card__link{
    color:inherit!important
}

.t491__bgimg{
    margin-right:16px;
    width:35px;
    height:35px;
    max-width:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center
}

.t491__img{
    margin-right:16px;
    width:35px;
    height:auto
}

.t491__img_circle{
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%
}

.t491 .t-card__title{
    margin-top:23px
}

.t491 .t-card__descr{
    margin-top:12px
}

.t491__wrapper{
    display:table
}

.t491__img,.t491 .t-card__title{
    display:table-cell;
    vertical-align:middle
}

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

        margin-top:0;
        margin-bottom:40px
    }
    .t491 .t-section__bottomwrapper{

        margin-top:45px
    }
    .t491__img{

        max-width:100px
    }

}

.t670__imgwrapper{
    position:relative
}

.t670__imgwrapper .t-slds__bgimg{
    position:absolute;
    inset:0
}

.t670__play{
    position:absolute;
    inset:0;
    z-index:2
}

.t670__play-icon{
    position:absolute;
    left:0;
    right:0;
    top:50%;
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
    width:80px;
    height:80px;
    margin:0 auto;
    padding:0;
    background-color:transparent;
    border:none;
    border-radius:50%;
    outline:none;
    -webkit-transition:transform ease-in-out 0.2s;
    -moz-transition:transform ease-in-out 0.2s;
    -o-transition:transform ease-in-out 0.2s;
    transition:transform ease-in-out 0.2s;
    cursor:pointer
}

.t670__play-icon:focus-visible{
    -moz-transform:translateY(-50%) scale(1.15);
    -ms-transform:translateY(-50%) scale(1.15);
    -webkit-transform:translateY(-50%) scale(1.15);
    -o-transform:translateY(-50%) scale(1.15);
    transform:translateY(-50%) scale(1.15)
}

.t670__play:hover .t670__play-icon{
    -moz-transform:translateY(-50%) scale(1.15);
    -ms-transform:translateY(-50%) scale(1.15);
    -webkit-transform:translateY(-50%) scale(1.15);
    -o-transform:translateY(-50%) scale(1.15);
    transform:translateY(-50%) scale(1.15)
}

.t670__wrap-video{
    display:none;
    position:absolute;
    inset:0;
    -webkit-transition:all ease-in-out 0.2s;
    -moz-transition:all ease-in-out 0.2s;
    -o-transition:all ease-in-out 0.2s;
    transition:all ease-in-out 0.2s;
    opacity:1;
    z-index:3
}

.t670__wrap-video .t-video-lazyload{
    width:100%;
    height:100%
}

.t670 .t-slds__caption{
    display:none
}

.t670 .t-slds__caption.t-slds__caption-active{
    display:block
}

.t670 .t-slds__caption__container.t670__caption__container_none{
    margin-top:0
}

.t670 .t-slds__caption.t670__caption_margin{
    margin-top:16px
}

@media screen and (max-width:640px){
    .t670 .t-slds__wrapper{

        padding:0!important
    }
}

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

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

@media screen and (max-width:960px){
    .t1196__col .t-col:first-child{

        padding-left:0!important
    }

    .t1196__col .t-col:last-child{

        padding-right:0!important
    }
}

.t1196__container_flex{
    align-items:flex-end
}

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

        display:flex
    }

    .t1196__container_flex .t-col:not(:first-child){

        width:0;
        padding:0
    }

    .t1196 .t-section__container .t-align_right,.t1196 .t-section__container .t-align_center{

        text-align:left;
        margin-left:0!important
    }
}

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

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

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

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

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

        display:none
    }

    .t1196__scroll-icon-wrapper{

        display:block
    }
}

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

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

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

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

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

.t1196__control_right{
    transform:rotate(0.5turn)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        --column-gap:20px
    }
}

@media screen and (max-width:960px){
    .t1196__slider.t1196__slider_width_12{

        --column-width:calc(1px - 1px);
        --column-gap:calc(1px - 1px);
        --container-max-width:600px
    }

    .t1196__slider.t1196__slider_width_40{

        --padding-right:20px;
        --padding-left:20px
    }
}

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

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

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

.t1196__slider_dragging .t1196__item{
    pointer-events:none
}

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

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

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

.t1196__item .t-card__btntext-wrapper{
    gap:10px 15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

.t915__container{
    display:table;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    max-width:1200px;
    padding:0
}

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

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

.t915 .t-section__bottomwrapper{
    margin-top:105px
}

.t915__scroll-icon-wrapper{
    display:none
}

@media screen and (max-width:960px){
    .t915 .t-section__bottomwrapper{
        margin-top:45px
    }

    .t915__container_mobile-grid{
        font-size:0
    }

    .t915__col_mobile-grid{
        width:50%;
        display:inline-block;
        vertical-align:top
    }

    .t915__container_mobile-flex{
        display:-webkit-box;
        display:-moz-box;
        display:-ms-flexbox;
        display:-webkit-flex;
        display:flex;
        overflow-x:scroll;
        padding-top:2px;
        -webkit-overflow-scrolling:touch;
        max-width:100%;
        box-sizing:border-box;
        -ms-overflow-style:none;
        scrollbar-width:none
    }

    .t915__container_mobile-flex::-webkit-scrollbar{
        display:none
    }

    .t915__container_mobile-flex .t-feed__col-grid__wrapper.t-feed__col-grid__wrapper_align .t-feed__button-readmore{
        margin-top:auto
    }

    .t915__container_mobile-flex .t-feed__grid-col{
        min-width:38%;
        max-width:38%
    }

    .t915__container_mobile-flex .t-feed__grid-col:not(.t-slds__item),.t915__container_mobile-flex.t-feed__container_inrow1 .t-feed__post:first-child,.t915__container_mobile-flex.t-feed__container_inrow2 .t-feed__post:nth-child(-n+2),.t915__container_mobile-flex.t-feed__container_inrow3 .t-feed__post:nth-child(-n+3),.t915__container_mobile-flex.t-feed__container_inrow4 .t-feed__post:nth-child(-n+4){
        margin-top:0!important
    }

    .t915__container_mobile-flex .t-feed__grid-col:first-child{
        margin-left:20px
    }

    .t915__scroll-icon-wrapper{
        display:block;
        padding:0 40px 20px 0;
        color:#a1a1a1;
        text-align:right;
        font-size:0;
        mix-blend-mode:multiply
    }

    .t915__scroll-icon{
        -webkit-animation:t915__icon-anim 1.5s infinite;
        animation:t915__icon-anim 1.5s infinite
    }

}

@-webkit-keyframes t915__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 t915__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){

    .t915__col_mobile-grid{

        padding-left:10px;
        padding-right:10px;
        margin-bottom:20px
    }

    .t915__container_mobile-flex .t-feed__grid-col:first-child{

        margin-left:0
    }

    .t915__container_mobile-flex .t-feed__grid-col{

        min-width:70%;
        max-width:70%
    }

    .t915__scroll-icon-wrapper{

        padding:0 20px 10px 0
    }

}

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

    .t915__col_mobile-grid{

        width:100%;
        display:block
    }

    .t915__container_mobile-flex .t-feed__grid-col{

        min-width:85%;
        max-width:85%;
        box-sizing:content-box
    }

    .t915__container_mobile-flex .t-feed__grid-col:first-child{

        padding-right:5px
    }

    .t915__container_mobile-flex .t-feed__grid-col:last-child{

        padding-left:5px
    }

    .t915__container_mobile-flex .t-feed__grid-col:not(:first-child,:last-child){

        padding-right:5px;
        padding-left:5px
    }

}

.t718 .t718__contentwrapper{

    display:table-cell;
    vertical-align:middle
}

.t718 .t718__contentbox{
    display:table;
    width:100%;
    color:#fff
}
#contacts{
    position: relative;
    top: -100px;
}

.t718 .t718__contacts{

    margin-bottom:40px
}

.t718 .t-sociallinks{

    margin-top:20px
}

.t718 .t-sociallinks__item{

    display:inline-block;
    margin:4px 1px 0
}

.t718 .t-sociallinks a{

    display:inline-block
}

.t718 .t718__social_links_item:last-child{

    margin-right:0
}

#allrecords .t718 ul.t-sociallinks__wrapper{

    margin-bottom:0;
    padding-left:0;
    list-style:none
}

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

.t718 .t718__inputsbox_hidden.t-form__inputsbox{

    overflow:hidden;
    max-height:0;
    opacity:0
}

.t718 .t-form_bbonly .t-input-subtitle{

    padding-bottom:0;
    padding-top:5px
}

.t718 .t-form_bbonly .t-input-block{

    margin-bottom:30px
}

.t718 .t-form__submit{

    display:block;
    vertical-align:middle;
    height:100%;
    margin-top:30px;
    margin-bottom:10px
}

.t718 .t-form__inputsbox_flex .t-form__submit{

    margin-top:5px
}

.t718 .t-form_bbonly .t-form__inputsbox_flex .t-form__submit{

    margin-top:0
}

.t718 .t-form__inputsbox_flex .t-form__errorbox-wrapper{

    margin-bottom:25px
}

.t718 .t-form_bbonly .t-form__inputsbox_flex .t-form__errorbox-wrapper{

    margin-bottom:30px
}

.t718 .t718__form-bottom-text{

    margin-top:20px
}

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

    .t718 .t718__contentwrapper{

        padding:0 0 40px;
        text-align:center
    }

    .t718 .t718__social_links{

        margin-top:20px
    }

}

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

    .t718 .t718__col{

        float:none;
        width:100%;
        min-height:auto!important
    }

    .t718 .t718__contentbox{
        float:none;
        width:100%;
        height:auto!important
    }

    .t718 .t-form__submit{

        margin-top:28px
    }

}

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

    .t718 .t-form__submit{

        display:block;
        width:100%;
        padding-bottom:20px;
        text-align:center
    }

    .t718 .t-input-block textarea{

        padding-top:12px
    }

    .t718 .t-submit{

        width:100%
    }

}

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

    .t718 .t-inputtime,.t718 .t-datepicker__wrapper{

        max-width:100%
    }

    .t718 .t718__contacts{

        font-size:18px
    }

}

.t-menusub__menu{
    display:none
}

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

.t228__beforeready{

    visibility:hidden
}

.t228__maincontainer{

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

.t228__maincontainer.t228__c12collumns{

    max-width:1200px;
    margin:0 auto
}

.t228__leftside{

    display:table-cell;
    vertical-align:middle
}

.t228__centerside{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    width:100%
}

.t228__centerside.t228__menualign_left{

    text-align:left
}

.t228__rightside{
    display:table-cell;
    vertical-align:middle;
    text-align:right
}

.t228__right_langs_lang a[href='']{

    cursor:text
}

.t228 .lastside{

    display:table-cell;
    vertical-align:middle
}

.t228__padding40px{

    width:40px
}

.t228__maincontainer.t228__c12collumns .t228__padding40px{

    width:20px
}

.t228__imgwrapper{
    display:inline-block
}

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

.t228__list{
    font-size:0;
    transition:opacity ease-in-out 0.2s
}

#allrecords ul.t228__list{
    margin:0;
    list-style-type:none
}

.t228__list_item{
    clear:both;
    display:inline-block;
    padding-left:15px;
    padding-right:15px;
    margin:0;
    color:#000000;
    white-space:nowrap
}

.t228__list_item .t-menu__link-item{
    font-size:16px
}

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

.t228__list_hidden{
    opacity:0
}

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

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

.t228__leftcontainer{
    display:inline-block
}

.t228__rightcontainer{
    display:table;
    text-align:right;
    width:auto;
    position:relative;
    float:right
}

.t228__right_descr{
    padding-left:30px;
    display:table-cell;
    vertical-align:middle;
    white-space:nowrap;
    font-size:13px;
    color:#000000
}

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

.t228__right_buttons_wrap{
    display:table;
    width:auto;
    float:right
}

.t228__right_buttons_but{

    display:table-cell;
    vertical-align:middle
}

.t228__right_buttons_but a{

    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center
}

.t228__right_share_buttons{

    display:table-cell;
    vertical-align:middle;
    min-width:220px
}

.t228 .b-share{

    display:table!important;
    float:right
}

.t228 .b-share-btn__wrap{

    display:table-cell!important;
    float:none!important;
    padding-left:5px!important
}

.t228__right_langs{

    padding-left:30px;
    display:table-cell;
    vertical-align:middle
}

.t228__right_langs_wrap{

    display:table;
    width:auto;
    float:right
}

.t228__right_langs_lang{

    display:table-cell;
    vertical-align:middle;
    padding:0 10px;
    font-size:16px;
    color:#000000;
    word-break:keep-all
}

.t228 .t-sociallinks,.t228__right_social_links{

    padding-left:30px;
    display:table-cell;
    vertical-align:middle;
    line-height:0px
}

.t228 .t-sociallinks__wrapper,.t228__right_social_links_wrap{

    display:table;
    width:auto
}

#allrecords .t228 ul.t-sociallinks__wrapper{

    margin-bottom:0;
    padding-left:0;
    list-style:none
}

.t228 .t-sociallinks a,.t228__right_social_links a{

    display:block;
    vertical-align:middle
}

.t228 .t-sociallinks__item,.t228__right_social_links_item{

    display:table-cell;
    vertical-align:middle;
    padding:0 5px
}

.t228__mobile{

    display:none;
    width:100%;
    top:0;
    z-index:990
}

.t228 a,#allrecords .t228 a{

    text-decoration:none;
    color:#000000
}

.t228 .t-btn{

    height:40px;
    font-size:14px;
    padding-left:30px;
    padding-right:30px;
    margin-left:10px
}

.t228__right_langs_lang a,.t228__right_langs_lang .t794__tm-link{

    white-space:nowrap
}

.t228__horizontal-line{

    position:absolute;
    left:0;
    bottom:0;
    width:100%
}

.t228__line{

    height:1px;
    margin:0 40px;
    background-color:#c2c2c2;
    border:0
}

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

    .t228__padding40px{

        width:20px
    }

    .t228__maincontainer.t228__c12collumns .t228__padding40px{

        width:20px
    }

    .t228__imglogo{

        margin-right:15px
    }

    .t228__logo{

        padding-right:15px
    }

    .t228__right_descr{

        padding-left:15px
    }

    .t228__right_buttons{

        padding-left:15px
    }

    .t228__right_share_buttons{

        padding-left:15px
    }

    .t228__right_langs{

        padding-left:15px
    }

    .t228 .t-sociallinks,.t228__right_social_links{

        padding-left:15px
    }

}

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

    .t228__list_hidden{

        opacity:1
    }

    .t228{

        position:static;
        text-align:center;
        display:block;
        margin:0;
        padding:0;
        height:auto!important
    }

    .t228__maincontainer{

        height:auto!important;
        display:block
    }

    .t228__mobile.t228__positionfixed+.t228.t228__positionfixed{

        top:64px
    }

    .t228__leftside,.t228__rightside,.t228__centerside{
        display:block;
        text-align:center;
        float:none
    }

    .t228__leftcontainer,.t228__centercontainer,.t228__rightcontainer{

        padding:20px 0
    }

    .t228__imglogo{

        width:auto!important;
        box-sizing:border-box;
        padding:20px;
        margin:0 auto
    }

    .t228__imglogomobile.t228__imglogo{

        width:100%!important;
        min-width:100%!important
    }

    .t228__padding40px{

        display:none
    }

    .t228__padding10px{

        display:none
    }

    .t228__rightcontainer{

        display:table;
        position:static;
        float:none;
        text-align:center;
        margin:0 auto
    }

    .t228__right_share_buttons{

        display:table;
        position:static;
        padding:15px 0;
        margin:0 auto;
        text-align:center;
        float:none;
        min-width:inherit
    }

    .t228__right_buttons{

        display:table;
        padding:15px 0;
        margin:0 auto;
        text-align:center
    }

    .t228 .t-sociallinks,.t228__right_descr,.t228__right_langs,.t228__right_social_links{

        display:table;
        padding:10px 0;
        margin:0 auto;
        text-align:center
    }

    .t228__logo{

        text-align:center;
        margin:20px
    }

    .t228 img{

        float:inherit
    }

    .t228 .t228__list_item{

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

    .t228__list_item a{

        display:inline-block
    }

    .t228 .t-btn{

        margin-left:5px
    }

    .t228__logo{

        white-space:normal;
        padding:0
    }

    .t228__horizontal-line{

        display:none
    }

}

.t228__overflow{

    overflow:scroll
}

/*.t228__positionabsolute{

    position:absolute
}*/

.t228__mobile.t228__positionfixed{

    position:fixed
}

.t228__positionstatic{

    position:static
}

.t228 .ya-share2__list{

    margin-bottom:0
}

.t228 .ya-share2__container_size_m .ya-share2__counter{

    line-height:28px
}

.t228__black-white .ya-share2__badge{

    background-color:#111!important
}

.t228__transp-white .ya-share2__badge{

    background-color:transparent!important
}

.t228__transp-white .ya-share2__container_size_m .ya-share2__counter::before{

    display:none
}

.t228__transp-white .ya-share2__container_size_m .ya-share2__counter{

    padding-left:0!important;
    margin-top:2px
}

.t228__white-black .ya-share2__badge{

    background-color:#fff!important
}

.t228__white-black .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon{

    background-image:url('data:image/svg+xml; base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjEgMjN2LTguMjFoMi43NzNsLjQxNS0zLjJIMTUuMVY5LjU0N2MwLS45MjcuMjYtMS41NTggMS41OTYtMS41NThsMS43MDQtLjAwMlY1LjEyNkEyMi43ODcgMjIuNzg3IDAgMCAwIDE1LjkxNyA1QzEzLjQ2IDUgMTEuNzggNi40OTIgMTEuNzggOS4yM3YyLjM2SDl2My4yaDIuNzhWMjNoMy4zMnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==')
}

.t228__white-black .ya-share2__container_size_m .ya-share2__counter{

    color:#222
}

.t228__white-black .ya-share2__counter::before{

    background-color:#222
}

.t228__white-black .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon{

    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.7145 16.9838C7.24792 16.9838 4.12992 13.2361 4 7H6.73829C6.82823 11.5771 8.84691 13.5159 10.4459 13.9157V7H13.0244V10.9475C14.6034 10.7776 16.2622 8.97876 16.8218 7H19.4003C18.9706 9.43848 17.1717 11.2374 15.8925 11.9769C17.1717 12.5765 19.2205 14.1455 20 16.9838H17.1617C16.5521 15.085 15.0332 13.6159 13.0244 13.416V16.9838H12.7145Z' fill='black'/%3E%3C/svg%3E");
    background-size:24px;
    background-position:center
}

.t228__white-black .ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon{

    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.7368 11.5046L17.5763 6H16.4295L12.2273 10.7796L8.87103 6H5L10.0753 13.2276L5 19H6.14688L10.5845 13.9526L14.129 19H18L12.7368 11.5046ZM11.1659 13.2912L10.6517 12.5715L6.56012 6.8448H8.32166L11.6236 11.4665L12.1379 12.1862L16.43 18.1936H14.6685L11.1659 13.2912Z' fill='black'/%3E%3C/svg%3E");
    background-size:24px;
    background-position:center
}

.t228__white-black .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon{

    background-image:url('data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNTBweCIgaGVpZ2h0PSIxNTBweCIgdmlld0JveD0iMCAwIDE1MCAxNTAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1MCAxNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjx0aXRsZT5TaGFwZTwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGcgaWQ9IldlbGNvbWUiPjxwYXRoIGlkPSJTaGFwZSIgZmlsbD0iIzIyMjIyMiIgZD0iTTc0Ljk5Nyw0Ni4wMTFjLTQuOTAzLDAuMDA2LTguODc1LDMuOTc5LTguODgzLDguODgzYzAsNC44OTQsMy45ODUsOC44NzksOC44ODMsOC44NzljNC45MDMtMC4wMDgsOC44NzUtMy45NzksOC44OC04Ljg3OUM4My44NzksNDkuOTg5LDc5LjksNDYuMDE3LDc0Ljk5Nyw0Ni4wMTFMNzQuOTk3LDQ2LjAxMXogTTc0Ljk5Nyw3Ni4zMzhjLTExLjgzOC0wLjAxLTIxLjQzNy05LjYwNi0yMS40NDgtMjEuNDQ0YzAuMDA4LTExLjg0Niw5LjYwNC0yMS40NDIsMjEuNDQ4LTIxLjQ1NWMxMS44NDUsMC4wMSwyMS40NTEsOS42MDksMjEuNDU2LDIxLjQ1NUM5Ni40MzgsNjYuNzM0LDg2LjgzOCw3Ni4zMyw3NC45OTcsNzYuMzM4TDc0Ljk5Nyw3Ni4zMzh6IE02Ni4zMiw5My44MzZjLTQuNDEyLTEuMDAyLTguNjI0LTIuNzQ4LTEyLjQ1NS01LjE1NGMtMi45MzktMS44NS0zLjgyMy01LjczNC0xLjk3My04LjY2OGMxLjg0OC0yLjk0MSw1LjcyOC0zLjgyMiw4LjY2Ni0xLjk3NWM4LjgzNCw1LjUyMywyMC4wNTIsNS41MjMsMjguODg2LDBjMS45MDEtMS4xOTUsNC4yOTctMS4yODcsNi4yODQtMC4yNDJjMS45ODQsMS4wNDksMy4yNiwzLjA3OCwzLjM0Miw1LjMyNGMwLjA4NywyLjI0LTEuMDI3LDQuMzYzLTIuOTMsNS41NjFjLTMuODM0LDIuNDA2LTguMDQ5LDQuMTQ4LTEyLjQ1Nyw1LjE1NGwxMS45OTQsMTJjMi40NTEsMi40NTcsMi40NDYsNi40MzYtMC4wMTEsOC44OTNjLTIuNDU2LDIuNDQ1LTYuNDM0LDIuNDQ1LTguODg2LTAuMDEybC0xMS43NzktMTEuNzg5bC0xMS43ODUsMTEuNzg5Yy0yLjQ1NSwyLjQ1Ny02LjQzNiwyLjQ1Ny04Ljg4OSwwYy0yLjQ1NC0yLjQ1NS0yLjQ1NC02LjQzNCwwLTguODkxTDY2LjMyLDkzLjgzNkw2Ni4zMiw5My44MzZ6Ii8+PC9nPjwvc3ZnPg==');
    background-size:28px 28px;
    background-position:-2px
}

.t228__transp-black .ya-share2__badge{

    background-color:transparent!important
}

.t228__transp-black .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon{

    background-image:url('data:image/svg+xml; base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjEgMjN2LTguMjFoMi43NzNsLjQxNS0zLjJIMTUuMVY5LjU0N2MwLS45MjcuMjYtMS41NTggMS41OTYtMS41NThsMS43MDQtLjAwMlY1LjEyNkEyMi43ODcgMjIuNzg3IDAgMCAwIDE1LjkxNyA1QzEzLjQ2IDUgMTEuNzggNi40OTIgMTEuNzggOS4yM3YyLjM2SDl2My4yaDIuNzhWMjNoMy4zMnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==')
}

.t228__transp-black .ya-share2__container_size_m .ya-share2__counter{

    color:#222;
    padding-left:0!important;
    margin-top:2px
}

.t228__transp-black .ya-share2__counter::before{

    display:none
}

.t228__transp-black .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon{

    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.7145 16.9838C7.24792 16.9838 4.12992 13.2361 4 7H6.73829C6.82823 11.5771 8.84691 13.5159 10.4459 13.9157V7H13.0244V10.9475C14.6034 10.7776 16.2622 8.97876 16.8218 7H19.4003C18.9706 9.43848 17.1717 11.2374 15.8925 11.9769C17.1717 12.5765 19.2205 14.1455 20 16.9838H17.1617C16.5521 15.085 15.0332 13.6159 13.0244 13.416V16.9838H12.7145Z' fill='black'/%3E%3C/svg%3E");
    background-size:24px;
    background-position:center
}

.t228__transp-black .ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon{

    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.7368 11.5046L17.5763 6H16.4295L12.2273 10.7796L8.87103 6H5L10.0753 13.2276L5 19H6.14688L10.5845 13.9526L14.129 19H18L12.7368 11.5046ZM11.1659 13.2912L10.6517 12.5715L6.56012 6.8448H8.32166L11.6236 11.4665L12.1379 12.1862L16.43 18.1936H14.6685L11.1659 13.2912Z' fill='black'/%3E%3C/svg%3E");
    background-size:24px;
    background-position:center
}

.t228__transp-black .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon{

    background-image:url('data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNTBweCIgaGVpZ2h0PSIxNTBweCIgdmlld0JveD0iMCAwIDE1MCAxNTAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1MCAxNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjx0aXRsZT5TaGFwZTwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGcgaWQ9IldlbGNvbWUiPjxwYXRoIGlkPSJTaGFwZSIgZmlsbD0iIzIyMjIyMiIgZD0iTTc0Ljk5Nyw0Ni4wMTFjLTQuOTAzLDAuMDA2LTguODc1LDMuOTc5LTguODgzLDguODgzYzAsNC44OTQsMy45ODUsOC44NzksOC44ODMsOC44NzljNC45MDMtMC4wMDgsOC44NzUtMy45NzksOC44OC04Ljg3OUM4My44NzksNDkuOTg5LDc5LjksNDYuMDE3LDc0Ljk5Nyw0Ni4wMTFMNzQuOTk3LDQ2LjAxMXogTTc0Ljk5Nyw3Ni4zMzhjLTExLjgzOC0wLjAxLTIxLjQzNy05LjYwNi0yMS40NDgtMjEuNDQ0YzAuMDA4LTExLjg0Niw5LjYwNC0yMS40NDIsMjEuNDQ4LTIxLjQ1NWMxMS44NDUsMC4wMSwyMS40NTEsOS42MDksMjEuNDU2LDIxLjQ1NUM5Ni40MzgsNjYuNzM0LDg2LjgzOCw3Ni4zMyw3NC45OTcsNzYuMzM4TDc0Ljk5Nyw3Ni4zMzh6IE02Ni4zMiw5My44MzZjLTQuNDEyLTEuMDAyLTguNjI0LTIuNzQ4LTEyLjQ1NS01LjE1NGMtMi45MzktMS44NS0zLjgyMy01LjczNC0xLjk3My04LjY2OGMxLjg0OC0yLjk0MSw1LjcyOC0zLjgyMiw4LjY2Ni0xLjk3NWM4LjgzNCw1LjUyMywyMC4wNTIsNS41MjMsMjguODg2LDBjMS45MDEtMS4xOTUsNC4yOTctMS4yODcsNi4yODQtMC4yNDJjMS45ODQsMS4wNDksMy4yNiwzLjA3OCwzLjM0Miw1LjMyNGMwLjA4NywyLjI0LTEuMDI3LDQuMzYzLTIuOTMsNS41NjFjLTMuODM0LDIuNDA2LTguMDQ5LDQuMTQ4LTEyLjQ1Nyw1LjE1NGwxMS45OTQsMTJjMi40NTEsMi40NTcsMi40NDYsNi40MzYtMC4wMTEsOC44OTNjLTIuNDU2LDIuNDQ1LTYuNDM0LDIuNDQ1LTguODg2LTAuMDEybC0xMS43NzktMTEuNzg5bC0xMS43ODUsMTEuNzg5Yy0yLjQ1NSwyLjQ1Ny02LjQzNiwyLjQ1Ny04Ljg4OSwwYy0yLjQ1NC0yLjQ1NS0yLjQ1NC02LjQzNCwwLTguODkxTDY2LjMyLDkzLjgzNkw2Ni4zMiw5My44MzZ6Ii8+PC9nPjwvc3ZnPg==');
    background-size:28px 28px;
    background-position:-2px
}

.t977__wrapper{

    display:table
}

.t977__col{

    display:table-cell
}

.t977__col-inner{

    margin:0 15px 0 0;
    display:inline-block;
    float:none;
    text-align:left;
    vertical-align:top;
    width:100%;
    max-width:160px
}

.t977__col_center{

    width:100%;
    display:table-cell;
    vertical-align:top;
    text-align:center
}

.t977__col_left{

    width:260px;
    max-width:260px;
    margin:0 20px 20px 15px;
    float:left
}

.t977__col_right{

    vertical-align:top
}

.t977__socials{

    width:190px;
    max-width:100%;
    margin-right:0;
    margin-left:15px
}

.t977__socials:empty{

    display:none
}

.t977__socials_small{

    width:140px
}

.t977__title{

    margin-bottom:14px;
    color:#fff
}

.t977__title a,.t977__descr a{

    color:inherit!important
}

.t977__logo-link{

    display:inline-block
}

.t977__logo{

    display:block;
    max-width:120px;
    width:100%;
    color:#fff;
    font-size:20px
}

.t977 .t-sociallinks__item{

    display:inline-block;
    margin-right:11px;
    margin-bottom:16px;
    -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;
    height:33px
}

.t977 .t-sociallinks__item:hover{

    opacity:.9
}

.t977 .t-sociallinks__item a:focus-visible{

    opacity:.9
}

.t977 .t-sociallinks__item:last-child{

    margin-right:0
}

#allrecords .t977 ul.t-sociallinks__wrapper{

    margin-bottom:0;
    padding-left:0;
    list-style:none
}

.t977__text{

    color:#7d7d7d;
    font-size:14px
}

.t977__descr{

    font-size:16px;
    font-weight:500
}

.t977__descr a{

    display:inline-block;
    margin-bottom:15px
}

.t977__descr li{

    display:block;
    margin-bottom:15px
}

.t977__descr li>a{

    margin-bottom:0
}

.t977__descr ul{

    padding:0!important;
    margin:0
}

.t977__descr li:last-child{

    margin-bottom:0
}

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

    .t977__col-inner{

        margin-bottom:30px;
        width:calc(100% / 3 - 20px);
        max-width:none
    }

    .t977__col-inner_small{

        width:calc(100% / 4 - 20px)
    }

    .t977__col_left{

        max-width:220px
    }

    .t977__descr{

        font-size:14px
    }

}

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

    .t977__wrapper{

        display:block;
        padding:0 15px;
        box-sizing:border-box;
        max-width:none
    }

    .t977__col-inner{

        min-width:110px;
        box-sizing:border-box;
        padding:0;
        float:none;
        display:inline-block;
        vertical-align:top
    }

    .t977__col_center{

        float:right;
        width:calc(100% - 260px);
        text-align:left
    }

    .t977__col_left{

        width:200px;
        box-sizing:border-box;
        padding:0;
        float:none;
        display:inline-block;
        vertical-align:top
    }

    .t977__col_right{

        width:auto
    }

}

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

    .t977__wrapper,.t977__col{

        display:block
    }

    .t977__wrapper{

        padding:0 24px
    }

    .t977__col{

        width:100%
    }

    .t977__col_center{

        float:none;
        width:100%;
        padding:0;
        display:block
    }

    .t977__col-inner{

        margin:0 0 50px;
        float:left;
        width:50%;
        display:inline-block
    }

    .t977__col_left{

        max-width:260px;
        margin-left:0;
        float:none;
        display:block
    }

    .t977__descr{

        font-size:12px
    }

    .t977__text{

        margin-bottom:40px;
        font-size:12px
    }

    .t977__socials{

        margin-left:0;
        width:100%
    }

}

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

    .t977__col-inner{

        float:none;
        width:100%;
        display:block
    }

}

.t886{

    position:fixed;
    bottom:30px;
    z-index:9999
}

.t886_closed{

    display:none!important
}

.t886__wrapper{

    display:inline-table;
    padding:15px 25px;
    box-sizing:border-box
}

.t886__text{

    display:table-cell;
    padding-right:10px;
    text-align:left
}

.t886__btn-wrapper{

    display:table-cell;
    text-align:right
}

.t886__btn{

    padding:4px 20px;
    height:auto
}

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

    .t886{

        left:0!important;
        right:0!important;
        bottom:0!important
    }

    .t886__wrapper{

        width:100%!important;
        border-radius:0!important;
        margin-right:0!important;
        margin-left:0!important
    }

}

#rec1068964651 .t1196__slider {

    gap:40px;
}


/* blog-style */
.blog_page{
    margin-top: 100px;
    margin-bottom: 100px;
}
.blog_li{
    cursor: pointer;
    background-color:#ffffff;
    border-radius:12px;
    height: 510px;
}
.blog_wrapper{
    aspect-ratio: 1.3;
    border-radius:12px 12px 0 0;
}
.blog_img{
    border-radius: 12px 12px 0px 0px;
}
.blog_textwrapper{
    padding-top: 10px;
}
.blog_ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.blog_container{
    margin-top: 40px;
}


/* cards-1.0 */
#allrecords ul.t-cards__container {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

#allrecords .t-cards__container:not(.t-cards__container_focus) .t-cards__link,
#allrecords .t-cards__link_second,
.t-cards__col:focus-within .t-cards__link:focus,
.t-cards__container:not(.t-cards__container_focus) .t-cards__col:focus-within {
    outline: none;
}

#allrecords .t-cards__col .t-cards__link {
    color: inherit !important;
}

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

ul.t-card__container li ul {
    list-style-type: disc;
}

#allrecords .t-card__col .t-card__link:not(.t-btn, .t-btntext, .t-submit, .t-btnflex),
#allrecords .t-card__col .t-card__link_second:not(.t-btn, .t-btntext, .t-submit, .t-btnflex) {
    color: inherit !important;
    outline: none;
}

#allrecords .t-focusable,
#allrecords .t-focusable .t-btn,
#allrecords .t-focusable .t-btntext {
    position: relative;
}


/* contact */
.contact_a{
    font-size:0;
}
.t-section__descr {max-width:560px;}
#rec892325719 .t-section__title {margin-bottom:90px;}
@media screen and (max-width:960px) {
    #rec892325719 .t-section__title {margin-bottom:45px;}
}
.contact_contentbox{
    height:auto
}
.contact_email{
    color: rgb(29, 181, 182);
}
.contact_soc{
    width: 25px;
    height: 25px;
}



.csssize {
    height: 11809px
}

.t-body {
    margin: 0px
}


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

#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 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;
}

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

.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-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_lg {
    font-size: 22px;
    line-height: 1.35
}

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

.t-heading_sm {
    font-size: 28px;
    line-height: 1.17
}

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

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

.t-btn td {
    vertical-align: middle
}

.t-btn_sending {
    opacity: .5
}

.t-align_left {
    text-align: left
}

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

.t-valign_middle {
    vertical-align: middle
}

.t-valign_top {
    vertical-align: top
}

.t-submit {
    font-family: 'TildaSans',Arial,sans-serif
}

.t-input {
    font-family: 'TildaSans',Arial,sans-serif
}

.t-input__vis-ph {
    font-family: 'TildaSans',Arial,sans-serif
}

.t-select {
    font-family: 'TildaSans',Arial,sans-serif
}

.t-input-error {
    font-family: 'TildaSans',Arial,sans-serif
}

.t-form__errorbox-wrapper {
    font-family: 'TildaSans',Arial,sans-serif
}

.t-form__errorbox-text {
    font-family: 'TildaSans',Arial,sans-serif
}

.t-form__errorbox-item {
    font-family: 'TildaSans',Arial,sans-serif
}

.t-form__successbox {
    font-family: 'TildaSans',Arial,sans-serif
}

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

.t-rec_pt_45 {
    padding-top: 45px
}

.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_90 {
    padding-bottom: 90px
}

.t-rec_pb_150 {
    padding-bottom: 150px
}

.t-btnflex,.t-btn.t-btnflex,.t-submit.t-btnflex {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5ch;
    max-width: 100%;
    height: unset;
    padding: 0;
    overflow: hidden;
    font-family: 'TildaSans',Arial,sans-serif,Arial,sans-serif;
    font-weight: 600;
    line-height: 1.4;
    padding-top: calc(((var(--height,0px) - 1em * 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;
    transition-property: opacity,visibility;
    transition-duration: inherit
}

.t-btnflex__icon::before {
    content: '';
    background-image: none;
    transition-timing-function: cubic-bezier(.25,1,.5,1)
}

.t-btnflex__icon_has_hover::after {
    content: '';
    opacity: 0;
    visibility: hidden;
    background-image: none;
    transition-timing-function: cubic-bezier(.45,0,.55,1)
}

@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_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_lg {
        font-size: 20px
    }

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

    .t-descr_xxxl {
        font-size: 26px
    }

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

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

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

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

    .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-col {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .news-block{
        padding-left: 0;
        padding-right: 0;
    }
    .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_lg {
        font-size: 18px;
        line-height: 1.45
    }

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

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

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

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

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

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

    .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-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_30 {
        padding-top:30px
    }

    .t-rec_pt_45 {
        padding-top: 45px
    }

    .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_90 {
        padding-bottom: 90px
    }

    .t-rec_pb_150 {
        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
    }
}

.t997 .t-cover__wrapper {
    position: relative
}

.t997__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100% - 40px);
    box-sizing: border-box
}

.t997__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.t997__header-wrapper {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 110px 0 60px
}

.t997__cards-wrapper {
    margin-top: auto;
    margin-bottom: 30px
}

.t997__cards-wrapper::before,.t997__cards-wrapper::after {
    content: '';
    display: table;
    clear: both
}

.t997__header-wrapper .t997__title {
    color: #fff
}

.t997__header-wrapper .t997__descr {
    padding: 40px 0 54px;
    color: #fff
}

.t997__card-title {
    min-height: 20px;
    margin-bottom: 20px
}

.t997__col {
    display: flex;
    margin-bottom: 20px
}

.t997__imgwrapper {
    flex-shrink: 0;
    width: 30px;
    margin-right: 15px;
    margin-top: 3px
}

.t997__img {
    width: 100%
}

.t997__separator {
    margin-bottom: 50px
}

@media screen and (max-width: 960px) {
    .t997__col {
        margin-bottom:40px
    }

    .t997__col:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width: 640px) {
    .t997__wrapper {
        min-height:unset;
        padding: 0
    }

    .t997__header-wrapper {
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 80px 0 100px
    }

    .t997__cards-wrapper {
        margin-top: 0
    }

    .t997__descr {
        padding: 20px 0 34px
    }

    .t997__card-title {
        margin-bottom: 15px
    }
}

.t758 ul {
    margin: 0
}

.t758__list {
    list-style-type: none;
    margin: 0;
    padding: 0!important
}

.t758__list_item {
    clear: both;
    font-size: 16px;
    display: inline-block;
    margin: 0;
    color: #000000;
    white-space: nowrap
}

.t758__link-item__wrapper {
    display: inline-block;
    padding-right: 10px;
    min-height: 19px;
    vertical-align: middle;
    float: left
}

.t758__list-item__icon {
    height: 19px;
    margin-right: 10px;
    float: left
}

.t758 .t-menu__link-item {
    white-space: initial;
    line-height: 19px;
    min-height: 19px;
    display: inline-block;
    float: left
}

.t758__breadcrumb-divider {
    padding-right: 10px;
    font-family: Arial,Helvetica,sans-serif;
    float: left;
    line-height: 19px;
    height: 19px
}

.t758__list_item:last-child .t758__link-item__wrapper {
    padding-right: 0!important
}

.t758 a,#allrecords .t758 a {
    text-decoration: none;
    color: #000000
}

@media screen and (max-width: 480px) {
    .t758__list_item {
        font-size:12px
    }

    .t758__link-item__wrapper {
        padding-right: 5px
    }

    .t758__breadcrumb-divider {
        padding-right: 5px
    }
}

.t1152 {
    position: relative;
    padding: 8px 0 6px
}

.t1152__text-column-count_2 {
    column-count: 2;
    column-gap: 40px;
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px
}

.t1152__text-column-count_3 {
    column-count: 3;
    column-gap: 40px;
    -moz-column-count: 3;
    -moz-column-gap: 40px;
    -webkit-column-count: 3;
    -webkit-column-gap: 40px
}

.t1152__text-column-count_4 {
    column-count: 4;
    column-gap: 40px;
    -moz-column-count: 4;
    -moz-column-gap: 40px;
    -webkit-column-count: 4;
    -webkit-column-gap: 40px
}

.t1152__initial-letter::first-letter {
    font-size: 100px;
    float: left;
    line-height: .65;
    margin: 10px 10px 10px 0
}

.t1152 table {
    border-collapse: collapse;
    font-size: 1em;
    width: 100%
}

.t1152 table td,.t1152 table th {
    padding: 5px;
    border: 1px solid #ddd;
    vertical-align: top
}

.t1152 table thead td,.t1152 table th {
    border-bottom-color: #888;
    font-weight: 700
}

@media screen and (max-width: 1200px) {
    .t1152__text-column-count_2,.t1152__text-column-count_3,.t1152__text-column-count_4 {
        column-gap:20px;
        -moz-column-gap: 20px;
        -webkit-column-gap: 20px
    }
}

@media screen and (max-width: 960px) {
    .t1152__text-column-count_2,.t1152__text-column-count_3,.t1152__text-column-count_4 {
        column-count:1;
        column-gap: 0;
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0
    }
}

@media screen and (max-width: 640px) {
    .t1152 h1 {
        font-size:28px;
        line-height: 35px
    }
}

.t820 .t-section__bottomwrapper {
    margin-top: 105px
}

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

.t820__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.t820__container li ul {
    list-style-type: disc
}

.t-list__item {
    margin-top: 55px
}

.t820__imgwrapper,.t820__bgimg {
    margin-right: 20px
}

.t820__bottommargin {
    margin-bottom: 14px
}

.t820__checkmark {
    width: 55px;
    display: block
}

.t820__imgwrapper {
    width: 55px
}

.t820__bgimg {
    width: 55px;
    height: 55px;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.t820__img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.t820__img_circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

@media screen and (max-width: 960px) {
    .t820 .t-section__bottomwrapper {
        margin-top:45px
    }

    .t-list__item, .t-list__item:nth-child(-n+2) {
        margin-top: 40px!important
    }

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

    .t820__checkmark,.t820__bgimg {
        max-width: 50px;
        max-height: 50px
    }

    .t820__imgwrapper {
        max-width: 50px
    }

    .t820__imgwrapper,.t820__bgimg {
        margin-right: 20px!important
    }
}

@media screen and (max-width: 640px) {
    .t820__checkmark,.t820__bgimg {
        max-width:40px;
        max-height: 40px
    }

    .t820__imgwrapper {
        max-width: 40px
    }
}

.t784__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}

.t784__uptitle {
    margin-bottom: 12px
}

.t784__title_small {
    margin-top: 12px;
    color: #777
}

.t784__descr {
    margin-top: 20px
}

.t784__text-wrapper {
    display: block
}

.t784__btn-price-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.t784__text-wrapper {
    padding-right: 40px;
    width: 100%
}

.t784__price-wrapper,.t784__btn-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.t784__price-item {
    display: -webkit-flex;
    display: flex;
    white-space: nowrap
}

.t784__price-value,.t784__price-currency {
    display: inline-block
}

.t784__price-value+.t784__price-currency::before {
    content: ' ';
    white-space: pre
}

.t784__price_old {
    position: relative;
    color: #bdbdbd
}

.t784__price_old::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1px;
    left: -1px;
    border-top: 1px solid;
    width: 100%
}

.t784__price-wrapper {
    padding-right: 18px
}

@media screen and (max-width: 640px) {
    .t784__wrapper,.t784__btn-price-wrapper {
        flex-wrap: wrap;
        width: 100%;
    }

    .t784__price-wrapper,.t784__btn-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px
    }

    .t784__text-wrapper {
        padding-right: 0
    }
}

.t1119__container_vmiddle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.t1119__container_vbottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.t1119__title+.t1119__descr {
    margin-top: 40px
}

.t1119__header {
    position: relative;
    cursor: pointer;
    border-top: 1.7px solid #eee
}

.t1119__header.t_faq__header_opened .t1119__lines {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.t1119__trigger-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 27px 50px 27px 0;
    background-color: transparent;
    border: none;
    text-align: left;
    cursor: pointer
}

.t1119__trigger-button:focus-visible {
    outline-offset: 2px
}

.t1119__trigger-button_left {
    padding: 27px 0 27px 50px
}

.t1119__trigger-button_left .t1119__icon {
    right: auto;
    left: 0
}

.t1119__header-title {
    display: inline-block
}

.t1119__icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 40px;
    height: 40px;
    stroke: #222;
    fill: transparent;
    transition: transform 0.3s ease, fill 0.2s ease-in-out, stroke 0.2s ease-in-out;
}

.t1119__trigger-button[aria-expanded="true"] .t1119__icon {
    transform: translateY(-50%) rotate(45deg);
}


.t1119__lines {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out,-webkit-transform 0.3s ease-in-out;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

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

.t1119__textwrapper {
    padding-bottom: 40px
}

.t1119__image {
    display: block;
    width: 100%
}

.t1119__image+.t1119__text {
    margin-top: 14px
}

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

@media screen and (max-width: 960px) {
    .t1119 .t-col+.t-col {
        margin-top:45px
    }

    .t1119__title+.t1119__descr {
        margin-top: 20px
    }
}

@media screen and (max-width: 640px) {
    .t1119__trigger-button {
        padding-top:15px;
        padding-bottom: 14px
    }

    .t1119__textwrapper {
        padding-bottom: 25px
    }
}

.t565 .t-section__bottomwrapper {
    margin-top: 105px
}

.t565 {
    counter-reset: number
}

.t565 .t565__number::before {
    counter-increment: number;
    content: counter(number)
}

.t565__mainblock::after,.t565__mainblock::before {
    content: '';
    display: table;
    clear: both
}

.t565__item {
    position: relative;
    padding-bottom: 30px
}

.t565__item:last-child {
    padding-bottom: 0
}

.t565__item:nth-child(odd) .t565__block {
    padding-right: 56px;
    padding-left: 0
}

.t565__item:nth-child(even) .t565__block {
    padding-right: 0;
    padding-left: 56px
}

.t565__mainblock {
    margin: 0 auto
}

.t565__line {
    position: absolute;
    width: 2px;
    inset: 0;
    background: #222;
    margin: 0 auto
}

.t565__item:first-child .t565__line {
    top: 10px
}

.t565__item:last-child .t565__line {
    height: 10px;
    bottom: auto
}

.t565__col {
    width: 50%;
    text-align: right
}

.t565__item:nth-child(even) .t565__col {
    float: right!important;
    text-align: left
}

.t565__circle {
    width: 46px;
    height: 46px;
    position: absolute;
    right: 0;
    left: 0;
    top: 5px;
    margin: 0 auto;
    background-color: #222;
    border-radius: 100%;
    border: 2px solid #fff
}

.t565__number {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff
}

.t565__img {
    width: 100%;
    display: block;
    margin-bottom: 14px;
    margin-left: auto
}

.t565__item:nth-child(even) .t565__img {
    margin-left: 0
}

.t565__title {
    margin-bottom: 6px;
    margin-top: 10px
}

.t565__descr {
    margin-top: 10px;
    margin-bottom: 5px
}

.t565__link {
    display: inline-block
}

@media only screen and (max-width: 960px) {
    .t565 .t-section__bottomwrapper {
        margin-top:45px
    }

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

@media only screen and (max-width: 640px) {
    .t565 .t-section__bottomwrapper {
        margin-top:15px
    }

    .t565__title {
        margin-bottom: 0;
        margin-top: 2px
    }

    .t565__descr {
        margin-top: 5px
    }

    .t565__circle {
        position: relative;
        top: 0;
        left: 0;
        right: auto;
        margin-left: 0
    }

    .t565__item {
        padding-bottom: 0!important
    }

    .t565__col {
        float: none;
        text-align: left;
        width: 100%
    }

    .t565__linewrapper,.t565__block {
        display: table-cell;
        vertical-align: top;
        padding-bottom: 30px
    }

    .t565__linewrapper {
        position: relative;
        padding-bottom: 30px
    }

    .t565__item .t565__block {
        padding-left: 20px!important;
        padding-right: 0!important
    }

    .t565__line {
        right: auto;
        left: 50%;
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0)
    }

    .t565__img {
        margin-left: 0
    }
}

.t491 .t-section__bottomwrapper {
    margin-top: 105px
}

.t491__container {
    flex-wrap: wrap
}

.t491__container li ul {
    list-style-type: disc
}

.t491__col .t-card__link {
    color: inherit!important
}

.t491__bgimg {
    margin-right: 16px;
    width: 35px;
    height: 35px;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.t491__img {
    margin-right: 16px;
    width: 35px;
    height: auto
}

.t491__img_circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

@media screen and (max-width: 960px) {
    .t491__col {
        margin-top:0;
        margin-bottom: 40px
    }

    .t491 .t-section__bottomwrapper {
        margin-top: 45px
    }

    .t491__img {
        max-width: 100px
    }
}

.t664__wrapper {
    position: relative;
    padding: 40px;
    border-radius: 9px
}

#allrecords .t664__container {
    margin-bottom: 0;
    padding-left: 0
}

.t664__container li ul {
    list-style-type: disc
}

.t664__col {
    margin-bottom: 20px
}

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

.t664__question {
    margin-bottom: 16px
}

.t664__question-name,.t664__answer-name {
    display: table-cell;
    vertical-align: top;
    width: 120px;
    color: #757575;
    padding-right: 15px
}

.t664__question-text,.t664__answer-text {
    display: table-cell;
    vertical-align: top
}

@media screen and (max-width: 725px) {
    .t664__wrapper {
        padding:16px 22px!important
    }

    .t664__question-name,.t664__answer-name {
        padding-top: 2px
    }

    .t664__question {
        margin-bottom: 9px
    }
}

@media screen and (max-width: 640px) {
    .t664__question-text, .t664__answer-text{
        display: block;
        vertical-align: center;
    }
    .t664__question-name,.t664__answer-name {
        width:100%!important;
        display: block;
        margin-bottom: 2px
    }

    .t664__question {
        margin-bottom: 13px
    }
}

.t718 .t718__contentwrapper {
    display: table-cell;
    vertical-align: middle
}

.t718 .t718__contacts {
    margin-bottom: 40px
}

.t718 .t-sociallinks {
    margin-top: 20px
}

.t718 .t-sociallinks__item {
    display: inline-block;
    margin: 4px 1px 0
}

.t718 .t-sociallinks a {
    display: inline-block
}

.t718 .t718__social_links_item:last-child {
    margin-right: 0
}

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

.t718 .t718__inputsbox_hidden.t-form__inputsbox {
    overflow: hidden;
    max-height: 0;
    opacity: 0
}

.t718 .t-input-group {
    margin-bottom: 25px
}

.t718 .t-form_bbonly .t-form__inputsbox_flex .t-input-group {
    margin-bottom: 0
}

.t718 .t-input {
    background-color: transparent;
    -webkit-appearance: none
}

.t718 .t-input-block textarea {
    padding-top: 17px;
    background-color: transparent
}

.t718 .t-input-block textarea.t-input_pvis {
    padding-top: 26px
}

.t718 .t-input-title {
    padding-bottom: 5px
}

.t718 .t-input-subtitle {
    padding-bottom: 15px
}

.t718 .t-input-group_rd .t-input-subtitle {
    padding-bottom: 5px
}

.t718 .t-inputtime,.t718 .t-datepicker__wrapper {
    max-width: 245px
}

.t718 .t-input-group_inrow .t-inputtime,.t718 .t-input-group_inrow .t-datepicker__wrapper {
    max-width: 100%
}

.t718 .t-form_bbonly .t-input-title {
    padding-bottom: 0;
    margin-bottom: 0
}

.t718 .t-form_bbonly .t-input-subtitle {
    padding-bottom: 0;
    padding-top: 5px
}

.t718 .t-form_bbonly .t-input-block {
    margin-bottom: 30px
}

.t718 .t-form__submit {
    display: block;
    vertical-align: middle;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 10px
}

.t718 .t-form__inputsbox_flex .t-form__submit {
    margin-top: 5px
}

.t718 .t-form_bbonly .t-form__inputsbox_flex .t-form__submit {
    margin-top: 0
}

.t718 .t-form__inputsbox_flex .t-form__errorbox-wrapper {
    margin-bottom: 25px
}

.t718 .t-form_bbonly .t-form__inputsbox_flex .t-form__errorbox-wrapper {
    margin-bottom: 30px
}

.t718 .t718__form-bottom-text {
    margin-top: 20px
}

@media screen and (max-width: 960px) {
    .t718 .t718__contentwrapper {
        padding:0 0 40px;
        text-align: center
    }

    .t718 .t718__social_links {
        margin-top: 20px
    }
}

@media screen and (max-width: 750px) {
    .t718 .t718__col {
        float:none;
        width: 100%;
        min-height: auto!important
    }

    .t718 .t718__contentbox {
        float: none;
        width: 100%;
        height: auto!important
    }

    .t718 .t-form__submit {
        margin-top: 28px
    }
}

@media screen and (max-width: 640px) {
    .t718 .t-form__submit {
        display:block;
        width: 100%;
        padding-bottom: 20px;
        text-align: center
    }

    .t718 .t-input-block textarea {
        padding-top: 12px
    }

    .t718 .t-submit {
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    .t718 .t-inputtime,.t718 .t-datepicker__wrapper {
        max-width:100%
    }

    .t718 .t718__contacts {
        font-size: 18px
    }
}

.t228__beforeready {
    visibility: hidden
}

.t228__maincontainer {
    position: relative;
    display: table;
    width: 100%;
    height: 80px;
    background-color: white;
}

.t228__maincontainer.t228__c12collumns {
    max-width: 1200px;
    margin: 0 auto
}

.t228__centerside.t228__menualign_left {
    text-align: left
}

.t228__right_langs_lang a[href=''] {
    cursor: text
}

.t228__padding40px {
    width: 40px
}

.t228__maincontainer.t228__c12collumns .t228__padding40px {
    width: 20px
}

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

.t228__right_share_buttons {
    display: table-cell;
    vertical-align: middle;
    min-width: 220px
}

.t228 .b-share {
    display: table!important;
    float: right
}

.t228 .b-share-btn__wrap {
    display: table-cell!important;
    float: none!important;
    padding-left: 5px!important
}

.t228__right_langs {
    padding-left: 30px;
    display: table-cell;
    vertical-align: middle
}

.t228__right_langs_wrap {
    display: table;
    width: auto;
    float: right
}

.t228__right_langs_lang {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    font-size: 16px;
    color: #000000;
    word-break: keep-all
}

.t228 .t-sociallinks,.t228__right_social_links {
    padding-left: 30px;
    display: table-cell;
    vertical-align: middle;
    line-height: 0px
}


/*content-monitoring-style*/
.t228 .t-sociallinks a,.t228__right_social_links a {
    display: block;
    vertical-align: middle
}

.t228 .t-sociallinks__item,.t228__right_social_links_item {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px
}

.t228__mobile {
    display: none;
    width: 100%;
    top: 0;
    z-index: 990
}

.t228__list_item a,#allrecords .t228__list_item a {
    text-decoration: none;
    color: #000000
}

.t228 .t-btn {
    --height: 40px;
    margin-left: 10px
}

.t228__right_langs_lang a,.t228__right_langs_lang .t794__tm-link {
    white-space: nowrap
}

.t228__horizontal-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.t228__line {
    height: 1px;
    margin: 0 40px;
    background-color: #c2c2c2;
    border: 0
}

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

    .t228__maincontainer.t228__c12collumns .t228__padding40px {
        width: 20px
    }

    .t228__imglogo {
        margin-right: 15px
    }

    .t228__logo {
        padding-right: 15px
    }

    .t228__right_descr {
        padding-left: 15px
    }

    .t228__right_buttons {
        padding-left: 15px
    }

    .t228__right_share_buttons {
        padding-left: 15px
    }

    .t228__right_langs {
        padding-left: 15px
    }

    .t228 .t-sociallinks,.t228__right_social_links {
        padding-left: 15px
    }
}

@media screen and (max-width: 980px) {
    .t228__list_hidden {
        opacity:1
    }

    .t228 {
        position: static;
        text-align: center;
        display: block;
        margin: 0;
        padding: 0;
        height: auto!important
    }

    .t228__maincontainer {
        height: auto!important;
        display: block
    }

    .t228__mobile.t228__positionfixed+.t228.t228__positionfixed {
        top: 64px
    }

    .t228__leftside,.t228__rightside,.t228__centerside {
        display: block;
        text-align: center;
        float: none
    }

    .t228__leftcontainer,.t228__centercontainer,.t228__rightcontainer {
        padding: 20px 0
    }

    .t228__imglogo {
        width: auto!important;
        box-sizing: border-box;
        padding: 20px;
        margin: 0 auto
    }

    .t228__imglogomobile.t228__imglogo {
        width: 100%!important;
        min-width: 100%!important
    }

    .t228__padding40px {
        display: none
    }

    .t228__padding10px {
        display: none
    }

    .t228__rightcontainer {
        display: table;
        position: static;
        float: none;
        text-align: center;
        margin: 0 auto
    }

    .t228__right_share_buttons {
        display: table;
        position: static;
        padding: 15px 0;
        margin: 0 auto;
        text-align: center;
        float: none;
        min-width: inherit
    }

    .t228__right_buttons {
        display: table;
        padding: 15px 0;
        margin: 0 auto;
        text-align: center
    }

    .t228 .t-sociallinks,.t228__right_descr,.t228__right_langs,.t228__right_social_links {
        display: table;
        padding: 10px 0;
        margin: 0 auto;
        text-align: center
    }

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

    .t228 img {
        float: inherit
    }

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

    .t228__list_item a {
        display: inline-block
    }

    .t228 .t-btn {
        margin-left: 5px
    }

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

    .t228__horizontal-line {
        display: none
    }
}

@media screen and (max-width: 640px) {
    .t228__right_buttons_but {
        display:table;
        padding: 0;
        margin: 0 0 10px
    }
}

.t228__overflow {
    overflow: scroll
}

.t228__positionabsolute {
    position: absolute
}

.t228__mobile.t228__positionfixed {
    position: fixed
}

.t228__positionstatic {
    position: static
}

.t228 .ya-share2__list {
    margin-bottom: 0
}

.t228 .ya-share2__container_size_m .ya-share2__counter {
    line-height: 28px
}

.t228__black-white .ya-share2__badge {
    background-color: #111!important
}

.t228__transp-white .ya-share2__badge {
    background-color: transparent!important
}

.t228__transp-white .ya-share2__container_size_m .ya-share2__counter::before {
    display: none
}

.t228__transp-white .ya-share2__container_size_m .ya-share2__counter {
    padding-left: 0!important;
    margin-top: 2px
}

.t228__white-black .ya-share2__badge {
    background-color: #fff!important
}

.t228__white-black .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
    background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjEgMjN2LTguMjFoMi43NzNsLjQxNS0zLjJIMTUuMVY5LjU0N2MwLS45MjcuMjYtMS41NTggMS41OTYtMS41NThsMS43MDQtLjAwMlY1LjEyNkEyMi43ODcgMjIuNzg3IDAgMCAwIDE1LjkxNyA1QzEzLjQ2IDUgMTEuNzggNi40OTIgMTEuNzggOS4yM3YyLjM2SDl2My4yaDIuNzhWMjNoMy4zMnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==')
}

.t228__white-black .ya-share2__container_size_m .ya-share2__counter {
    color: #222
}

.t228__white-black .ya-share2__counter::before {
    background-color: #222
}

.t228__white-black .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.7145 16.9838C7.24792 16.9838 4.12992 13.2361 4 7H6.73829C6.82823 11.5771 8.84691 13.5159 10.4459 13.9157V7H13.0244V10.9475C14.6034 10.7776 16.2622 8.97876 16.8218 7H19.4003C18.9706 9.43848 17.1717 11.2374 15.8925 11.9769C17.1717 12.5765 19.2205 14.1455 20 16.9838H17.1617C16.5521 15.085 15.0332 13.6159 13.0244 13.416V16.9838H12.7145Z' fill='black'/%3E%3C/svg%3E");
    background-size: 24px;
    background-position: center
}

.t228__white-black .ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.7368 11.5046L17.5763 6H16.4295L12.2273 10.7796L8.87103 6H5L10.0753 13.2276L5 19H6.14688L10.5845 13.9526L14.129 19H18L12.7368 11.5046ZM11.1659 13.2912L10.6517 12.5715L6.56012 6.8448H8.32166L11.6236 11.4665L12.1379 12.1862L16.43 18.1936H14.6685L11.1659 13.2912Z' fill='black'/%3E%3C/svg%3E");
    background-size: 24px;
    background-position: center
}

.t228__white-black .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNTBweCIgaGVpZ2h0PSIxNTBweCIgdmlld0JveD0iMCAwIDE1MCAxNTAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1MCAxNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjx0aXRsZT5TaGFwZTwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGcgaWQ9IldlbGNvbWUiPjxwYXRoIGlkPSJTaGFwZSIgZmlsbD0iIzIyMjIyMiIgZD0iTTc0Ljk5Nyw0Ni4wMTFjLTQuOTAzLDAuMDA2LTguODc1LDMuOTc5LTguODgzLDguODgzYzAsNC44OTQsMy45ODUsOC44NzksOC44ODMsOC44NzljNC45MDMtMC4wMDgsOC44NzUtMy45NzksOC44OC04Ljg3OUM4My44NzksNDkuOTg5LDc5LjksNDYuMDE3LDc0Ljk5Nyw0Ni4wMTFMNzQuOTk3LDQ2LjAxMXogTTc0Ljk5Nyw3Ni4zMzhjLTExLjgzOC0wLjAxLTIxLjQzNy05LjYwNi0yMS40NDgtMjEuNDQ0YzAuMDA4LTExLjg0Niw5LjYwNC0yMS40NDIsMjEuNDQ4LTIxLjQ1NWMxMS44NDUsMC4wMSwyMS40NTEsOS42MDksMjEuNDU2LDIxLjQ1NUM5Ni40MzgsNjYuNzM0LDg2LjgzOCw3Ni4zMyw3NC45OTcsNzYuMzM4TDc0Ljk5Nyw3Ni4zMzh6IE02Ni4zMiw5My44MzZjLTQuNDEyLTEuMDAyLTguNjI0LTIuNzQ4LTEyLjQ1NS01LjE1NGMtMi45MzktMS44NS0zLjgyMy01LjczNC0xLjk3My04LjY2OGMxLjg0OC0yLjk0MSw1LjcyOC0zLjgyMiw4LjY2Ni0xLjk3NWM4LjgzNCw1LjUyMywyMC4wNTIsNS41MjMsMjguODg2LDBjMS45MDEtMS4xOTUsNC4yOTctMS4yODcsNi4yODQtMC4yNDJjMS45ODQsMS4wNDksMy4yNiwzLjA3OCwzLjM0Miw1LjMyNGMwLjA4NywyLjI0LTEuMDI3LDQuMzYzLTIuOTMsNS41NjFjLTMuODM0LDIuNDA2LTguMDQ5LDQuMTQ4LTEyLjQ1Nyw1LjE1NGwxMS45OTQsMTJjMi40NTEsMi40NTcsMi40NDYsNi40MzYtMC4wMTEsOC44OTNjLTIuNDU2LDIuNDQ1LTYuNDM0LDIuNDQ1LTguODg2LTAuMDEybC0xMS43NzktMTEuNzg5bC0xMS43ODUsMTEuNzg5Yy0yLjQ1NSwyLjQ1Ny02LjQzNiwyLjQ1Ny04Ljg4OSwwYy0yLjQ1NC0yLjQ1NS0yLjQ1NC02LjQzNCwwLTguODkxTDY2LjMyLDkzLjgzNkw2Ni4zMiw5My44MzZ6Ii8+PC9nPjwvc3ZnPg==');
    background-size: 28px 28px;
    background-position: -2px
}

.t228__transp-black .ya-share2__badge {
    background-color: transparent!important
}

.t228__transp-black .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon {
    background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjEgMjN2LTguMjFoMi43NzNsLjQxNS0zLjJIMTUuMVY5LjU0N2MwLS45MjcuMjYtMS41NTggMS41OTYtMS41NThsMS43MDQtLjAwMlY1LjEyNkEyMi43ODcgMjIuNzg3IDAgMCAwIDE1LjkxNyA1QzEzLjQ2IDUgMTEuNzggNi40OTIgMTEuNzggOS4yM3YyLjM2SDl2My4yaDIuNzhWMjNoMy4zMnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==')
}

.t228__transp-black .ya-share2__container_size_m .ya-share2__counter {
    color: #222;
    padding-left: 0!important;
    margin-top: 2px
}

.t228__transp-black .ya-share2__counter::before {
    display: none
}

.t228__transp-black .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.7145 16.9838C7.24792 16.9838 4.12992 13.2361 4 7H6.73829C6.82823 11.5771 8.84691 13.5159 10.4459 13.9157V7H13.0244V10.9475C14.6034 10.7776 16.2622 8.97876 16.8218 7H19.4003C18.9706 9.43848 17.1717 11.2374 15.8925 11.9769C17.1717 12.5765 19.2205 14.1455 20 16.9838H17.1617C16.5521 15.085 15.0332 13.6159 13.0244 13.416V16.9838H12.7145Z' fill='black'/%3E%3C/svg%3E");
    background-size: 24px;
    background-position: center
}

.t228__transp-black .ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.7368 11.5046L17.5763 6H16.4295L12.2273 10.7796L8.87103 6H5L10.0753 13.2276L5 19H6.14688L10.5845 13.9526L14.129 19H18L12.7368 11.5046ZM11.1659 13.2912L10.6517 12.5715L6.56012 6.8448H8.32166L11.6236 11.4665L12.1379 12.1862L16.43 18.1936H14.6685L11.1659 13.2912Z' fill='black'/%3E%3C/svg%3E");
    background-size: 24px;
    background-position: center
}

.t228__transp-black .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNTBweCIgaGVpZ2h0PSIxNTBweCIgdmlld0JveD0iMCAwIDE1MCAxNTAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1MCAxNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjx0aXRsZT5TaGFwZTwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGcgaWQ9IldlbGNvbWUiPjxwYXRoIGlkPSJTaGFwZSIgZmlsbD0iIzIyMjIyMiIgZD0iTTc0Ljk5Nyw0Ni4wMTFjLTQuOTAzLDAuMDA2LTguODc1LDMuOTc5LTguODgzLDguODgzYzAsNC44OTQsMy45ODUsOC44NzksOC44ODMsOC44NzljNC45MDMtMC4wMDgsOC44NzUtMy45NzksOC44OC04Ljg3OUM4My44NzksNDkuOTg5LDc5LjksNDYuMDE3LDc0Ljk5Nyw0Ni4wMTFMNzQuOTk3LDQ2LjAxMXogTTc0Ljk5Nyw3Ni4zMzhjLTExLjgzOC0wLjAxLTIxLjQzNy05LjYwNi0yMS40NDgtMjEuNDQ0YzAuMDA4LTExLjg0Niw5LjYwNC0yMS40NDIsMjEuNDQ4LTIxLjQ1NWMxMS44NDUsMC4wMSwyMS40NTEsOS42MDksMjEuNDU2LDIxLjQ1NUM5Ni40MzgsNjYuNzM0LDg2LjgzOCw3Ni4zMyw3NC45OTcsNzYuMzM4TDc0Ljk5Nyw3Ni4zMzh6IE02Ni4zMiw5My44MzZjLTQuNDEyLTEuMDAyLTguNjI0LTIuNzQ4LTEyLjQ1NS01LjE1NGMtMi45MzktMS44NS0zLjgyMy01LjczNC0xLjk3My04LjY2OGMxLjg0OC0yLjk0MSw1LjcyOC0zLjgyMiw4LjY2Ni0xLjk3NWM4LjgzNCw1LjUyMywyMC4wNTIsNS41MjMsMjguODg2LDBjMS45MDEtMS4xOTUsNC4yOTctMS4yODcsNi4yODQtMC4yNDJjMS45ODQsMS4wNDksMy4yNiwzLjA3OCwzLjM0Miw1LjMyNGMwLjA4NywyLjI0LTEuMDI3LDQuMzYzLTIuOTMsNS41NjFjLTMuODM0LDIuNDA2LTguMDQ5LDQuMTQ4LTEyLjQ1Nyw1LjE1NGwxMS45OTQsMTJjMi40NTEsMi40NTcsMi40NDYsNi40MzYtMC4wMTEsOC44OTNjLTIuNDU2LDIuNDQ1LTYuNDM0LDIuNDQ1LTguODg2LTAuMDEybC0xMS43NzktMTEuNzg5bC0xMS43ODUsMTEuNzg5Yy0yLjQ1NSwyLjQ1Ny02LjQzNiwyLjQ1Ny04Ljg4OSwwYy0yLjQ1NC0yLjQ1NS0yLjQ1NC02LjQzNCwwLTguODkxTDY2LjMyLDkzLjgzNkw2Ni4zMiw5My44MzZ6Ii8+PC9nPjwvc3ZnPg==');
    background-size: 28px 28px;
    background-position: -2px
}

.t977__wrapper {
    display: table
}

.t977__col {
    display: table-cell
}

.t977__col-inner {
    margin: 0 15px 0 0;
    display: inline-block;
    float: none;
    text-align: left;
    vertical-align: top;
    width: 100%;
    max-width: 160px
}

.t977__col_center {
    width: 100%;
    display: table-cell;
    vertical-align: top;
    text-align: center
}

.t977__col_left {
    width: 260px;
    max-width: 260px;
    margin: 0 20px 20px 15px;
    float: left
}

.t977__col_right {
    vertical-align: top
}

.t977__socials {
    width: 190px;
    max-width: 100%;
    margin-right: 0;
    margin-left: 15px
}

.t977__socials:empty {
    display: none
}

.t977__socials_small {
    width: 140px
}

.t977__title {
    margin-bottom: 14px;
    color: #fff
}

.t977__title a,.t977__descr a {
    color: inherit!important
}

.t977__logo-link {
    display: inline-block
}

.t977__logo {
    display: block;
    max-width: 120px;
    width: 100%;
    color: #fff;
    font-size: 20px
}

.t977 .t-sociallinks__item {
    display: inline-block;
    margin-right: 11px;
    margin-bottom: 16px;
    -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;
    height: 33px
}

.t977 .t-sociallinks__item:hover {
    opacity: .9
}

.t977 .t-sociallinks__item a:focus-visible {
    opacity: .9
}

.t977 .t-sociallinks__item:last-child {
    margin-right: 0
}


.t977__text {
    color: #7d7d7d;
    font-size: 14px
}

.t977__descr {
    font-size: 16px;
    font-weight: 500
}

.t977__descr a {
    display: inline-block;
    margin-bottom: 15px
}

.t977__descr ul {
    padding: 0!important;
    margin: 0
}

@media screen and (max-width: 1200px) {
    .t977__col-inner {
        margin-bottom:30px;
        width: calc(100% / 3 - 20px);
        max-width: none
    }

    .t977__col-inner_small {
        width: calc(100% / 4 - 20px)
    }

    .t977__col_left {
        max-width: 220px
    }

    .t977__descr {
        font-size: 14px
    }
}

@media screen and (max-width: 960px) {
    .t977__wrapper {
        display:block;
        padding: 0 15px;
        box-sizing: border-box;
        max-width: none
    }

    .t977__col-inner {
        min-width: 110px;
        box-sizing: border-box;
        padding: 0;
        float: none;
        display: inline-block;
        vertical-align: top
    }

    .t977__col_center {
        float: right;
        width: calc(100% - 260px);
        text-align: left
    }

    .t977__col_left {
        width: 200px;
        box-sizing: border-box;
        padding: 0;
        float: none;
        display: inline-block;
        vertical-align: top
    }

    .t977__col_right {
        width: auto
    }
}

@media screen and (max-width: 640px) {
    .t977__wrapper,.t977__col {
        display:block
    }

    .t977__wrapper {
        padding: 0 24px
    }

    .t977__col {
        width: 100%
    }

    .t977__col_center {
        float: none;
        width: 100%;
        padding: 0;
        display: block
    }

    .t977__col-inner {
        margin: 0 0 50px;
        float: left;
        width: 50%;
        display: inline-block
    }

    .t977__col_left {
        max-width: 260px;
        margin-left: 0;
        float: none;
        display: block
    }

    .t977__descr {
        font-size: 12px
    }

    .t977__text {
        margin-bottom: 40px;
        font-size: 12px
    }

    .t977__socials {
        margin-left: 0;
        width: 100%
    }
}

@media screen and (max-width: 420px) {
    .t977__col-inner {
        float:none;
        width: 100%;
        display: block
    }
}

.t886 {
    position: fixed;
    bottom: 30px;
    z-index: 9999
}

.t886_closed {
    display: none!important
}

.t886__wrapper {
    display: inline-flex;
    align-items: center;
    padding: 15px 25px;
    box-sizing: border-box
}

.t886 .t886__btn {
    --height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    flex-shrink: 0;
    margin-left: auto
}

.t886__text {
    display: table-cell;
    padding-right: 10px;
    text-align: left
}

@media screen and (max-width: 980px) {
    .t886 {
        left:0!important;
        right: 0!important;
        bottom: 0!important
    }

    .t886__wrapper {
        width: 100%!important;
        border-radius: 0!important;
        margin-right: 0!important;
        margin-left: 0!important
    }
}


/*cover-1.0*/
.t-cover {
    background-attachment: fixed;
    background-color: #000;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.t-cover.t-cover__transparent {
    background-color: transparent;
}

.t-cover__carrier {
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 700px;
    position: relative;
    text-align: center;
    -moz-transform: unset;
    vertical-align: middle;
    width: 100%;
}

@supports (-ms-ime-align: auto) {
    .t-cover__carrier {
        -webkit-transform: unset;
        transform: unset;
    }
}

.t-cover__carrier.loading {
    opacity: 0;
}

.t-cover__carrier[data-content-cover-bg=""].loading {
    opacity: 1 !important;
}

.t-cover__carrier.loaded {
    opacity: 1;
    transition: opacity 0.7s;
}

@media screen and (max-device-width: 1032px) {
    .t-cover,
    .t-cover__carrier {
        background-attachment: scroll;
    }
}

@media print {
    .t-cover,
    .t-cover__carrier {
        background-attachment: scroll;
    }
}

.t-cover__filter {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 963px;
    background-image:
        -webkit-linear-gradient(rgba(255, 255, 255, 0.3),
        rgba(255, 255, 255, 0.8));
}

.t-cover .t-container,
.t-cover .t-container_8,
.t-cover .t-container_10,
.t-cover .t-container_100 {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.t-cover__wrapper {
    display: table-cell;
    height: 700px;
    width: 1200px;
}

.t-cover__wrapper span.space {
    display: inline-block;
    height: 100%;
    width: 1px;
}

@media screen and (max-width: 640px) {
    .t-cover {
        background-attachment: fixed;
    }

    .t-cover__carrier {
        background-attachment: scroll !important;
        background-position: 50%;
        background-size: cover;
    }
}

@-webkit-keyframes t-arrow-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
    }
    55% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes t-arrow-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
    }
    55% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.t-cover__arrow-wrapper_animated {
    -webkit-animation: t-arrow-bottom 1.7s ease infinite;
    animation: t-arrow-bottom 1.7s ease infinite;
}

.t-cover__arrow {
    bottom: 40px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 9;
}

.t-cover__arrow-wrapper {
    cursor: pointer;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}

.t-cover__arrow-wrapper:hover {
    opacity: 0.7;
}

.t-cover__arrow-svg {
    fill: #fff;
}

@media screen and (max-width: 640px) {
    .t-cover__arrow_mobile {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    .t-cover__arrow {
        bottom: 14px;
    }
}

.t-cover__video__wrapper {
    position: relative;
    width: 100%;
}

.t-cover__video__wrapper iframe {
    left: 0;
    position: absolute;
    top: 0;
}


/*custom*/
#rec946958596 .t-slds__caption.t-col.t-col_8.t-prefix_2.t670__caption_margin.t-slds__caption-active,
.uc-os-h1 {
    text-indent: -9999em;
    height: 0;
    margin: 0;
}


/*existing-images-field-style*/
.existing-files-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px;
}

.existing-file {
    position: relative;
    width: 100px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
}

.existing-file img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 6px;
}

.existing-file p {
    font-size: 12px;
    color: #333;
    margin: 0 0 4px;
    word-break: break-word;
}

.existing-file .remove-button {
    position: absolute;
    top: 5px;
    right: 5px;
    background: transparent;
    border: none;
    font-size: 1.1em;
    cursor: pointer;
    color: #c00;
}

.existing-file .remove-button:hover {
    color: #a00;
}


/*faq-style*/
.faq-question {
    cursor: pointer;
    user-select: none;
}

.faq-answer {
    padding-top: 10px;
    transition: max-height 0.3s ease;
    overflow: hidden;
}
.faq_img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin: -3vh auto auto 98%;
    transition: transform 0.3s ease;
    display: block;
}
.faq_img.rotated {
    transform: rotate(180deg);
}
.faq_li{
    margin-left: 0
}
.faq_wrapper{
    border: 1px solid #eee;
}
.faq-a{
    font-size:0;
}
.faq_rec{
    padding-top:135px;
    padding-bottom:0px;
}
.faq_container{
    padding-top:90px;
    padding-bottom:90px;
}
.t795__title{
    margin-bottom: 40px;
}
.t664__container {
    margin-bottom: 0;
    padding-left: 0;
}
.t664__col {
    margin-bottom: 20px;
}
.t664__wrapper {
    position: relative;
    padding: 40px;
    border-radius: 9px;
}
.t664__question {
    margin-bottom: 16px;
}
.t664__question-name, .t664__answer-name {
    display: table-cell;
    vertical-align: top;
    width: 120px;
    color: #757575;
    padding-right: 15px;
}
.faq-imgwrapper{
    width:20px;
}
.faq_descr{
    margin-left: -35px;
}
.faq_href{
    color: rgb(29, 181, 182);
    border-bottom: 1px solid rgb(29, 181, 182);
    box-shadow: none;
    text-decoration: none;
}
.faq_li{
    margin-left: 0
}
.faq_wrapper{
    border: 1px solid #eee;
}
.faq-a{
    font-size:0;
}
.faq_rec{
    padding-top:135px;
    padding-bottom:0px;
}
.faq_container{
    padding-top:90px;
    padding-bottom:90px;
}
.t795__title{
    margin-bottom: 40px;
}
.t664__container {
    margin-bottom: 0;
    padding-left: 0;
}
.t664__col {
    margin-bottom: 20px;
}
.t664__wrapper {
    position: relative;
    padding: 40px;
    border-radius: 9px;
}
.t664__question {
    margin-bottom: 16px;
}
.t664__question-name, .t664__answer-name {
    display: table-cell;
    vertical-align: top;
    width: 120px;
    color: #757575;
    padding-right: 15px;
}
.faq-imgwrapper{
    width:20px;
}


/*feature-style*/
.feature_block{
    padding-top:150px;
    padding-bottom:150px;
    background-color:#eeeeee;
}
.feature_page{
    padding-bottom:60px;
}
.feature_transition{
    margin-top: 60px;
}
.feature_text{
    text-align: center;
}
.feature_how_it_works_container{
    margin-top: 60px;
    margin-bottom: 60px
}
.feature_how_it_works_line{
    width: 2px;
}
.feature_how_it_works_circle{
    border-width: 2px;
}
.feature_who_needs_block{
    padding-top:30px;
    padding-bottom:30px;
}
.feature_why_block_img{
    width: 30px;
    height: 30px;
}


/*feed-1.0*/
.t-table__viewport{
    box-sizing:border-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    overflow-x:auto;
    padding:13px 4px 13px 0;
    position:relative;
    width:100%
}
.t-table__viewport *,.t-table__viewport :after,.t-table__viewport :before{
    box-sizing:inherit
}
.t-table__viewport-overlying {
    background-color: hsla(0,0%,100%,.5);
    box-sizing: border-box;
    display: none;

    background-image: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));

    width: 45px;
    max-width: 45px;
    min-width: 45px;

    height: 100%;
    min-height: 100%;
    max-height: 100%;

    pointer-events: none;
    position: sticky;
    right: -4px;
    top: 0;
    z-index: 1;
}

.t-table__viewport-overlying_visible {
    display: block;
}

.t-table__viewport-overlying_visible{
    display:block
}
.t-table__wrapper {
    margin-bottom: 16px;
    position: relative;

    display: inline-block;
    width: auto;
    max-width: 100%;
}
.t-table__table {
    border-spacing: 0;
    display: inline-block;
    white-space: nowrap;

    pointer-events: auto;
    table-layout: auto;

    border-radius: 8px;
}

.t-table__row{
    padding:0
}
.t-table__row+.t-table__row .t-table__cell{
    border-top:none
}
.t-table__row:first-child .t-table__cell:first-child {
    border-top-left-radius: 8px;
}

.t-table__row:first-child .t-table__cell:last-child {
    border-top-right-radius: 8px;
}

.t-table__row:last-child .t-table__cell:first-child {
    border-bottom-left-radius: 8px;
}

.t-table__row:last-child .t-table__cell:last-child {
    border-bottom-right-radius: 8px;
}
.t-table__cell-content:focus,.t-table__cell:focus{
    outline:0
}
.t-table__cell{
    border:1px solid color-mix(in srgb,currentcolor 25%,transparent 75%);
    pointer-events:auto;
    position:relative;
    text-align:start;
    vertical-align:top
}
.t-table__cell+.t-table__cell{
    border-left:none
}
.t-table__cell-content{
    cursor:text;
    font-size:14px;
    line-height:20px;
    max-width:100%;
    min-height:34px;
    padding:7px 9px;
    white-space:pre-wrap;
    width:100%;
    word-break:break-word
}
.t-feed__row-grid__post-wrapper{
    display:-ms-flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    padding-bottom:25px;
    padding-top:25px;
    position:relative
}
.t-feed__row-grid__post-wrapper_panel{
    background:#fff;
    border-radius:5px;
    box-shadow:0 0 10px rgba(0,0,0,.07);
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    margin-bottom:10px;
    padding:20px
}
.t-feed__row-grid__post-wrapper.t-feed__row-grid__post-wrapper_padd-sm{
    padding-bottom:20px;
    padding-top:20px
}
#allrecords ul.t-feed__container{
    margin-bottom:0;
    padding-left:0
}
.t-feed_row .t-feed__container,.t-feed_row-bigimg .t-feed__container{
    display:-ms-flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column
}
.t-feed__row-bigimg-grid__post-wrapper{
    padding-bottom:25px;
    padding-top:25px
}
.t-feed__col-grid__content{
    box-sizing:border-box;
    padding:5px 30px 27px;
    position:relative
}
.t-feed__col-grid__content.t-feed__col-grid__content_paddingtop{
    padding-top:20px
}
.t-feed__col-grid__wrapper{
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column
}
.t-feed__col-grid__wrapper.t-feed__col-grid__wrapper_align .t-feed__button-readmore{
    margin-top:auto
}
.t-feed__col-grid__wrapper.t-feed__col-grid__content_marginbottom{
    margin-bottom:20px
}
.t-feed__grid-col:not(.t-slds__item){
    margin-top:90px
}
.t-feed__col-grid__content.t-feed__grid-col_paddingsmall{
    padding:0 20px 18px
}
.t-feed__col-grid__content.t-feed__grid-col_paddingsmall.t-feed__col-grid__content_paddingtop{
    padding-top:20px
}
.t-feed__col-grid__content.t-feed__grid-col_paddingbig{
    padding:15px 40px 36px
}
.t-feed__col-grid__content.t-feed__grid-col_paddingbig.t-feed__col-grid__content_paddingtop{
    padding-top:35px
}
.t-feed__slider-grid__content{
    box-sizing:border-box;
    padding:5px 30px 27px;
    position:relative
}
.t-feed__slider-grid__content.t-feed__slider-grid__content_paddingtop{
    padding-top:20px
}
.t-feed__slider-grid__wrapper{
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column
}
.t-feed__slider-grid__wrapper.t-feed__slider-grid__wrapper_align .t-feed__button-readmore{
    margin-top:auto
}
.t-feed__slider-grid__wrapper.t-feed__slider-grid__content_marginbottom{
    margin-bottom:20px
}
.t-feed__slider-grid__content.t-feed__grid-col_paddingsmall{
    padding:0 20px 18px
}
.t-feed__slider-grid__content.t-feed__grid-col_paddingsmall.t-feed__slider-grid__content_paddingtop{
    padding-top:20px
}
.t-feed__slider-grid__content.t-feed__grid-col_paddingbig{
    padding:15px 40px 36px
}
.t-feed__slider-grid__content.t-feed__grid-col_paddingbig.t-feed__slider-grid__content_paddingtop{
    padding-top:35px
}
.t-feed__grid-separator{
    margin-bottom:90px
}
.t-feed__container_inrow1 .t-feed__post:first-child,.t-feed__container_inrow2 .t-feed__post:nth-child(-n+2),.t-feed__container_inrow3 .t-feed__post:nth-child(-n+3),.t-feed__container_inrow4 .t-feed__post:nth-child(-n+4){
    margin-top:0!important
}
#allrecords .t-feed__post.t-focusable{
    outline:none
}
#allrecords .t-feed__post.t-focusable div[class$=__post-wrapper]{
    outline-color:#2015ff;
    outline-offset:4px;
    outline-style:auto
}
#allrecords .t-feed__post.t-focusable div.t-feed__slider-grid__post-wrapper{
    outline-color:#2015ff;
    outline-offset:0;
    outline-style:auto
}
.t-feed__post__line-separator{
    background-color:rgba(0,0,0,.15);
    height:1px;
    width:100%
}
.t-feed__post:first-child .t-feed__post__line-separator{
    display:none
}
.t-feed__post-imgwrapper{
    overflow:hidden;
    position:relative
}
.t-feed__col-grid__post-wrapper .t-feed__post-imgwrapper{
    margin-bottom:20px;
    padding-bottom:66%;
    width:100%
}
@supports (aspect-ratio:1/1){
    .t-feed__col-grid__post-wrapper .t-feed__post-imgwrapper{
        padding-bottom:0
    }
}
.t-feed__col-grid__post-wrapper .t-feed__post-imgwrapper.t-feed__post-imgwrapper_afterdescr{
    margin-bottom:0
}
.t-feed__slider-grid__post-wrapper .t-feed__post-imgwrapper{
    margin-bottom:20px;
    padding-bottom:66%;
    width:100%
}
@supports (aspect-ratio:1/1){
    .t-feed__slider-grid__post-wrapper .t-feed__post-imgwrapper{
        padding-bottom:0
    }
}
.t-feed__slider-grid__post-wrapper .t-feed__post-imgwrapper.t-feed__post-imgwrapper_afterdescr{
    margin-bottom:0
}
.t-feed_row-bigimg .t-feed__post-imgwrapper_afterdescr{
    margin-top:20px
}
.t-feed__post-bgimg{
    background-position:50%;
    background-repeat:no-repeat;
    background-size:cover;
    transition:-webkit-transform .4s ease;
    transition:transform .4s ease;
    transition:transform .4s ease,-webkit-transform .4s ease
}
.t-feed__col-grid__post-wrapper .t-feed__post-bgimg,.t-feed__slider-grid__post-wrapper .t-feed__post-bgimg{
    bottom:0;
    left:0;
    position:absolute;
    right:0;
    text-align:left;
    top:0
}
.t-feed__row-grid__post-wrapper .t-feed__post-bgimg{
    height:150px;
    margin-right:40px;
    width:190px
}
.t-feed__row-grid__post-wrapper_panel .t-feed__post-bgimg{
    height:250px;
    margin-right:unset;
    margin-top:20px;
    width:100%
}
.t-feed__row-bigimg-grid__post-wrapper .t-feed__post-bgimg{
    bottom:0;
    left:0;
    position:absolute;
    right:0;
    text-align:left;
    top:0
}
.t-feed__post-label-wrapper{
    left:15px;
    position:absolute;
    right:15px;
    top:0;
    z-index:3
}
.t-feed__post-label{
    background-color:rgba(0,0,0,.5);
    border-radius:3px;
    box-sizing:border-box;
    display:inline-block;
    font-size:0;
    margin-bottom:2px;
    margin-right:8px;
    margin-top:15px;
    padding:7px 8px
}
.t-feed__post-label:last-child{
    margin-right:0
}
.t-feed__post-label span{
    color:#fff
}
.t-feed__post-label .t-feed__post-tag{
    margin-right:10px
}
.t-feed__post-label .t-feed__post-date{
    margin:0
}
.t-feed__post-img{
    bottom:0;
    left:0;
    margin:auto;
    max-height:100%;
    max-width:100%;
    object-fit:contain;
    position:absolute;
    right:0;
    top:0;
    transition:opacity .1s linear;
    z-index:2
}
.t-feed__row-grid__post-wrapper .t-feed__textwrapper{
    -ms-flex:1 1 0px;
    -webkit-flex:1 1 0;
    flex:1 1 0
}
.t-feed__row-grid__post-wrapper_panel .t-feed__textwrapper{
    -ms-flex-order:-1;
    -webkit-flex:0 auto;
    -ms-flex:0 auto;
    flex:0 auto;
    -webkit-order:-1;
    order:-1
}
.t-feed__row-bigimg-grid__post-wrapper .t-feed__post-imgwrapper{
    margin-bottom:15px
}
.t-feed__row-bigimg-grid__post-wrapper .t-feed__post-title{
    margin-bottom:10px
}
.t-feed__row-bigimg-grid__post-wrapper .t-feed__post-title.t-feed__post-title_margin{
    margin-bottom:15px
}
.t-feed__link{
    color:inherit!important;
    outline:none
}
#allrecords a.t-feed__link:focus-visible{
    outline:none
}
.t-feed__slds-wrapper{
    -ms-flex-pack:center;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:center;
    -webkit-justify-content:center
}
.t-feed__timestamp{
    border-top:1px solid #e6e6e6;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    line-height:46px;
    margin-bottom:-20px;
    margin-top:15px
}
.t-feed__post-descr,.t-feed__post-title{
    overflow:hidden;
    text-overflow:ellipsis
}
.t-feed__post-descr{
    color:rgba(0,0,0,.9);
    margin-top:8px
}
.t-feed__post-parts-date-row{
    font-size:0
}
.t-feed__post-parts-date-row_beforetitle{
    margin-bottom:10px
}
.t-feed__post-parts-date-row_aftertitle{
    margin-bottom:15px
}
.t-feed__col-grid__post-wrapper .t-feed__post-parts-date-row_aftertitle,.t-feed__row-grid__post-wrapper .t-feed__post-parts-date-row_aftertitle,.t-feed__slider-grid__post-wrapper .t-feed__post-parts-date-row_aftertitle{
    margin-top:10px
}
.t-feed__post-parts-date-row_afterdescr{
    margin-top:15px
}
.t-feed__post-date{
    color:rgba(0,0,0,.5);
    display:inline-block;
    font-size:10px;
    letter-spacing:1px;
    margin-right:15px;
    vertical-align:middle
}
.t-feed__timestamp .t-feed__post-date{
    -ms-flex-negative:0;
    -webkit-flex-shrink:0;
    flex-shrink:0;
    margin-left:auto;
    margin-right:0
}
.t-feed__post-tag{
    color:rgba(0,0,0,.5);
    display:inline-block;
    font-size:10px;
    letter-spacing:1px;
    margin-right:15px;
    position:relative;
    text-transform:uppercase;
    vertical-align:middle
}
.t-feed__post-tag:after{
    content:"·";
    position:absolute;
    right:-9px
}
.t-feed__post-label .t-feed__post-tag:after{
    right:-7px
}
.t-feed__post-tag:last-child:after{
    display:none
}
.t-feed__post-tag:last-child{
    margin-right:0
}
.t-feed__buttons-wrapper_hidden{
    opacity:0
}
.t-feed__buttons-wrapper{
    -ms-flex-pack:center;
    display:-ms-flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content:center;
    justify-content:center;
    margin-top:90px;
    text-align:center
}
.t-feed__col-grid__post-wrapper .t-feed__buttons-wrapper,.t-feed__slider-grid__post-wrapper .t-feed__buttons-wrapper{
    margin-top:0
}
.t-feed__button-wrapper+.t-feed__button-wrapper .t-feed__showallpost-btn{
    margin-left:20px
}
.t-feed__showmore-btn{
    background-color:transparent;
    border:none
}
.t-feed__button-container{
    -ms-flex-pack:center;
    -ms-flex-align:center;
    -ms-align-items:center;
    -webkit-align-items:center;
    align-items:center;
    display:-ms-flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    height:100%;
    -webkit-justify-content:center;
    justify-content:center
}
.t-feed__button-readmore .t-btn{
    margin-top:25px
}
.t-feed__button-readmore .t-btntext{
    font-size:14px;
    font-weight:400;
    margin-top:15px
}
.t-feed__share-container{
    position:absolute;
    right:20px;
    z-index:10
}
.t-feed__share-icon{
    fill:rgba(0,0,0,.5);
    background-color:transparent;
    border:none;
    cursor:pointer;
    height:20px;
    padding:0;
    pointer-events:none;
    width:20px
}
.t-feed__share-icon svg{
    fill:rgba(0,0,0,.5)
}
.t-feed__share-icon_active{
    fill:#000;
    pointer-events:inherit
}
.t-feed__share-icon_active svg{
    fill:#000
}
.t-feed__share{
    background-color:#fff;
    border-radius:5px;
    box-shadow:0 0 5px rgba(0,0,0,.3);
    padding:15px 10px;
    position:absolute;
    right:-2px;
    top:30px;
    visibility:hidden;
    z-index:15
}
.t-feed__share_open{
    visibility:visible
}
.t-feed__share-arrow{
    border:5px solid transparent;
    border-bottom:8px solid #fff;
    display:block;
    height:0;
    position:absolute;
    right:8px;
    top:-13px;
    width:0
}
.t-feed__share .ya-share2__container_size_m .ya-share2__icon{
    height:23px;
    width:23px
}
.t-feed__share .ya-share2__list{
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    margin-bottom:0;
    padding-left:0!important
}
.t-feed__share .ya-share2__container_size_m .ya-share2__counter{
    line-height:23px
}
.t-feed__share_black-white .ya-share2__badge{
    background-color:#111!important
}
.t-feed__share_transp-white .ya-share2__badge{
    background-color:transparent!important
}
.t-feed__share_transp-white .ya-share2__container_size_m .ya-share2__counter:before{
    display:none
}
.t-feed__share_transp-white .ya-share2__container_size_m .ya-share2__counter{
    margin-top:2px;
    padding-left:0!important
}
.t-feed__share_white-black .ya-share2__badge{
    background-color:#fff!important
}
.t-feed__share_white-black .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon{
    background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjEgMjN2LTguMjFoMi43NzNsLjQxNS0zLjJIMTUuMVY5LjU0N2MwLS45MjcuMjYtMS41NTggMS41OTYtMS41NThsMS43MDQtLjAwMlY1LjEyNkEyMi43ODcgMjIuNzg3IDAgMCAwIDE1LjkxNyA1QzEzLjQ2IDUgMTEuNzggNi40OTIgMTEuNzggOS4yM3YyLjM2SDl2My4yaDIuNzhWMjNoMy4zMnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==)
}
.t-feed__share_white-black .ya-share2__container_size_m .ya-share2__counter{
    color:#222
}
.t-feed__share_white-black .ya-share2__counter:before{
    background-color:#222
}
.t-feed__share_white-black .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon{
    background-image:url("data:image/svg+xml; charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.714 16.984C7.248 16.984 4.13 13.236 4 7h2.738c.09 4.577 2.109 6.516 3.708 6.916V7h2.578v3.947c1.58-.17 3.238-1.968 3.798-3.947H19.4c-.43 2.438-2.228 4.237-3.507 4.977 1.279.6 3.328 2.168 4.107 5.007h-2.838c-.61-1.899-2.129-3.368-4.138-3.568v3.568h-.31Z' fill='%23000'/%3E%3C/svg%3E");
    background-position:50%;
    background-size:24px
}
.t-feed__share_white-black .ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon{
    background-image:url("data:image/svg+xml; charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.737 11.505 17.577 6h-1.148l-4.202 4.78L8.871 6H5l5.075 7.228L5 19h1.147l4.438-5.047L14.129 19H18l-5.263-7.495Zm-1.571 1.786-.514-.72L6.56 6.846h1.762l3.302 4.622.514.72 4.292 6.007h-1.761l-3.503-4.903Z' fill='%23000'/%3E%3C/svg%3E");
    background-position:50%;
    background-size:24px
}
.t-feed__share_white-black .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon{
    background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjMjIyIiBkPSJNNzQuOTk3IDQ2LjAxMWMtNC45MDMuMDA2LTguODc1IDMuOTc5LTguODgzIDguODgzIDAgNC44OTQgMy45ODUgOC44NzkgOC44ODMgOC44NzkgNC45MDMtLjAwOCA4Ljg3NS0zLjk3OSA4Ljg4LTguODc5LjAwMi00LjkwNS0zLjk3Ny04Ljg3Ny04Ljg4LTguODgzem0wIDMwLjMyN2MtMTEuODM4LS4wMS0yMS40MzctOS42MDYtMjEuNDQ4LTIxLjQ0NC4wMDgtMTEuODQ2IDkuNjA0LTIxLjQ0MiAyMS40NDgtMjEuNDU1IDExLjg0NS4wMSAyMS40NTEgOS42MDkgMjEuNDU2IDIxLjQ1NS0uMDE1IDExLjg0LTkuNjE1IDIxLjQzNi0yMS40NTYgMjEuNDQ0ek02Ni4zMiA5My44MzZhNDAuMTQzIDQwLjE0MyAwIDAgMS0xMi40NTUtNS4xNTQgNi4yODYgNi4yODYgMCAwIDEtMS45NzMtOC42NjggNi4yODMgNi4yODMgMCAwIDEgOC42NjYtMS45NzUgMjcuMjUgMjcuMjUgMCAwIDAgMjguODg2IDAgNi4zMDEgNi4zMDEgMCAwIDEgNi4yODQtLjI0MiA2LjI4MiA2LjI4MiAwIDAgMSAzLjM0MiA1LjMyNCA2LjI4NCA2LjI4NCAwIDAgMS0yLjkzIDUuNTYxIDQwLjMyMSA0MC4zMjEgMCAwIDEtMTIuNDU3IDUuMTU0bDExLjk5NCAxMmE2LjI5MSA2LjI5MSAwIDAgMS0uMDExIDguODkzIDYuMjg4IDYuMjg4IDAgMCAxLTguODg2LS4wMTJsLTExLjc3OS0xMS43ODktMTEuNzg1IDExLjc4OWE2LjI4MSA2LjI4MSAwIDAgMS04Ljg4OSAwIDYuMjg5IDYuMjg5IDAgMCAxIDAtOC44OTFsMTEuOTkzLTExLjk5eiIvPjwvc3ZnPg==);
    background-size:23px 23px
}
.t-feed__share_transp-black .ya-share2__badge{
    background-color:transparent!important
}
.t-feed__share_transp-black .ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon{
    background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjIyIiB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjEgMjN2LTguMjFoMi43NzNsLjQxNS0zLjJIMTUuMVY5LjU0N2MwLS45MjcuMjYtMS41NTggMS41OTYtMS41NThsMS43MDQtLjAwMlY1LjEyNkEyMi43ODcgMjIuNzg3IDAgMCAwIDE1LjkxNyA1QzEzLjQ2IDUgMTEuNzggNi40OTIgMTEuNzggOS4yM3YyLjM2SDl2My4yaDIuNzhWMjNoMy4zMnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==)
}
.t-feed__share_transp-black .ya-share2__container_size_m .ya-share2__counter{
    color:#222;
    margin-top:2px;
    padding-left:0!important
}
.t-feed__share_transp-black .ya-share2__counter:before{
    display:none
}
.t-feed__share_transp-black .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon{
    background-image:url("data:image/svg+xml; charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.714 16.984C7.248 16.984 4.13 13.236 4 7h2.738c.09 4.577 2.109 6.516 3.708 6.916V7h2.578v3.947c1.58-.17 3.238-1.968 3.798-3.947H19.4c-.43 2.438-2.228 4.237-3.507 4.977 1.279.6 3.328 2.168 4.107 5.007h-2.838c-.61-1.899-2.129-3.368-4.138-3.568v3.568h-.31Z' fill='%23000'/%3E%3C/svg%3E");
    background-position:50%;
    background-size:24px
}
.t-feed__share_transp-black .ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon{
    background-image:url("data:image/svg+xml; charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.737 11.505 17.577 6h-1.148l-4.202 4.78L8.871 6H5l5.075 7.228L5 19h1.147l4.438-5.047L14.129 19H18l-5.263-7.495Zm-1.571 1.786-.514-.72L6.56 6.846h1.762l3.302 4.622.514.72 4.292 6.007h-1.761l-3.503-4.903Z' fill='%23000'/%3E%3C/svg%3E");
    background-position:50%;
    background-size:24px
}
.t-feed__share_transp-black .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon{
    background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjMjIyIiBkPSJNNzQuOTk3IDQ2LjAxMWMtNC45MDMuMDA2LTguODc1IDMuOTc5LTguODgzIDguODgzIDAgNC44OTQgMy45ODUgOC44NzkgOC44ODMgOC44NzkgNC45MDMtLjAwOCA4Ljg3NS0zLjk3OSA4Ljg4LTguODc5LjAwMi00LjkwNS0zLjk3Ny04Ljg3Ny04Ljg4LTguODgzem0wIDMwLjMyN2MtMTEuODM4LS4wMS0yMS40MzctOS42MDYtMjEuNDQ4LTIxLjQ0NC4wMDgtMTEuODQ2IDkuNjA0LTIxLjQ0MiAyMS40NDgtMjEuNDU1IDExLjg0NS4wMSAyMS40NTEgOS42MDkgMjEuNDU2IDIxLjQ1NS0uMDE1IDExLjg0LTkuNjE1IDIxLjQzNi0yMS40NTYgMjEuNDQ0ek02Ni4zMiA5My44MzZhNDAuMTQzIDQwLjE0MyAwIDAgMS0xMi40NTUtNS4xNTQgNi4yODYgNi4yODYgMCAwIDEtMS45NzMtOC42NjggNi4yODMgNi4yODMgMCAwIDEgOC42NjYtMS45NzUgMjcuMjUgMjcuMjUgMCAwIDAgMjguODg2IDAgNi4zMDEgNi4zMDEgMCAwIDEgNi4yODQtLjI0MiA2LjI4MiA2LjI4MiAwIDAgMSAzLjM0MiA1LjMyNCA2LjI4NCA2LjI4NCAwIDAgMS0yLjkzIDUuNTYxIDQwLjMyMSA0MC4zMjEgMCAwIDEtMTIuNDU3IDUuMTU0bDExLjk5NCAxMmE2LjI5MSA2LjI5MSAwIDAgMS0uMDExIDguODkzIDYuMjg4IDYuMjg4IDAgMCAxLTguODg2LS4wMTJsLTExLjc3OS0xMS43ODktMTEuNzg1IDExLjc4OWE2LjI4MSA2LjI4MSAwIDAgMS04Ljg4OSAwIDYuMjg5IDYuMjg5IDAgMCAxIDAtOC44OTFsMTEuOTkzLTExLjk5eiIvPjwvc3ZnPg==);
    background-size:23px 23px
}
.t-feed__post-popup__text .t-redactor__tte-view h2.t-redactor__h2,.t-feed__post-popup__text .t-redactor__tte-view h3.t-redactor__h3,.t-feed__post-popup__text .t-redactor__tte-view h4.t-redactor__h4{
    margin-bottom:.75rem;
    margin-top:2rem;
    padding:.25rem 0
}
.t-feed__post-popup__text .t-redactor__tte-view .t-redactor__text,.t-feed__post-popup__text .t-redactor__tte-view blockquote.t-redactor__preface{
    margin-bottom:.75rem;
    padding:.25rem 0
}
.t-feed__post-popup__text .t-redactor__tte-view blockquote.t-redactor__quote{
    margin:1rem 0
}
.t-feed__post-popup__text .t-redactor__tte-view figure{
    margin:1rem 0;
    width:100%
}
.t-feed__post-popup__text .t-redactor__tte-view figure img{
    display:block;
    width:100%
}
.t-feed__post-popup__text .t-redactor__tte-view figure figcaption{
    font-size:16px;
    font-style:italic;
    margin-top:5px;
    opacity:.5
}
.t-redactor__tte-view .t-redactor__video-container video{
    object-fit:cover
}
.t-redactor__highlightcode{
    background:#f8f8f8;
    border:1px solid #ccc;
    border-radius:5px;
    margin:2rem 0;
    overflow:hidden
}
.t-redactor__highlightcode code{
    box-sizing:border-box;
    font-size:14px;
    padding:20px!important;
    white-space:pre;
    width:100%
}
.t-redactor__highlightcode:empty{
    padding:0!important
}
.t-redactor__highlightcode::-webkit-scrollbar{
    -webkit-appearance:none;
    height:6px;
    width:6px
}
.t-redactor__highlightcode::-webkit-scrollbar-thumb{
    background-color:rgba(0,0,0,.5);
    border-radius:4px
}
.t-redactor__highlightcode::-webkit-scrollbar-corner{
    background-color:transparent;
    border-radius:10px
}
.t-redactor__callout{
    margin:2rem 0;
    padding:30px 20px 28px 55px;
    position:relative
}
.t-redactor__callout-icon{
    left:20px;
    position:absolute;
    top:27px
}
.t-redactor__callout_fontSize_big{
    font-size:22px
}
.t-redactor__callout_fontSize_default{
    font-size:18px
}
.t-redactor__callout_fontSize_small{
    font-size:16px
}
.t-redactor__callout,.t-redactor__tte-view .t-redactor__text,.t-redactor__tte-view blockquote.t-redactor__preface,.t-redactor__tte-view blockquote.t-redactor__quote,.t-redactor__tte-view h2.t-redactor__h2,.t-redactor__tte-view h3.t-redactor__h3,.t-redactor__tte-view h4.t-redactor__h4{
    word-break:break-word
}
.t-redactor__tte-view figure hr{
    background:currentColor;
    border:none;
    height:1px;
    opacity:1;
    width:100%
}
@media screen and (max-width:960px){
    .t-feed__grid-separator{
        display:none
    }
    .t-feed__container_mobile-grid{
        font-size:0
    }
    .t-feed__container_inrow1 .t-feed__post:first-child,.t-feed__container_inrow2 .t-feed__post:nth-child(-n+2),.t-feed__container_inrow3 .t-feed__post:nth-child(-n+3),.t-feed__container_inrow4 .t-feed__post:nth-child(-n+4){
        margin-top:60px!important
    }
    .t-feed__container_inrow1 .t-feed__post:first-child,.t-feed__container_inrow2 .t-feed__post:first-child,.t-feed__container_inrow3 .t-feed__post:first-child,.t-feed__container_inrow4 .t-feed__post:first-child{
        margin-top:0!important
    }
    .t-feed__grid-col:not(.t-slds__item){
        margin-top:60px!important
    }
    .t-feed__post-imgwrapper_mobile-nopadding{
        font-size:0;
        padding-bottom:0!important
    }
    .t-col_8 .t-feed__post-imgwrapper_mobile-nopadding .t-feed__post-img{
        position:static
    }
    .t-feed__buttons-wrapper{
        margin-top:45px
    }
    .t-feed__post-label{
        padding-bottom:5px;
        padding-top:5px
    }
    .t-feed__post-bgimg:hover{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    .t-feed__col-grid__wrapper.t-feed__col-grid__wrapper_align .t-feed__button-readmore{
        margin-top:0
    }
}
@media screen and (max-width:640px){
    .t-feed__container_mobile-grid.t-col{
        box-sizing:border-box;
        padding:0 10px
    }
    .t-feed__row-grid__post-wrapper .t-feed__post-bgimg{
        margin-right:20px
    }
    .t-feed__buttons-wrapper{
        -ms-flex-direction:column;
        -webkit-flex-direction:column;
        flex-direction:column;
        margin-top:30px
    }
    .t-feed__button-wrapper:last-child{
        margin-top:15px
    }
    .t-feed__button-wrapper+.t-feed__button-wrapper .t-feed__showallpost-btn{
        margin-left:0
    }
    .t-feed__post-tag:after{
        right:-7px
    }
    .t-feed__post-label{
        margin-top:5px
    }
    .t-feed__post-label:first-child{
        margin-top:15px
    }
    .t-feed__post-parts-date-row_aftertitle{
        margin-bottom:10px
    }
}
@media screen and (max-width:480px){
    .t-feed__imgwrapper_mobile-nopadding{
        font-size:0;
        padding-bottom:0!important
    }
    .t-feed__post-imgwrapper_mobile-nopadding .t-feed__post-img{
        position:static
    }
}
@media screen and (max-width:460px){
    .t-feed__row-grid__post-wrapper .t-feed__post-bgimg{
        height:auto!important;
        margin-bottom:20px;
        margin-right:0;
        padding-bottom:60%;
        width:100%!important
    }
    .t-feed__row-grid__post-wrapper .t-feed__post-bgimg.t-feed__post-bgimg_square{
        padding-bottom:100%
    }
    .t-feed__row-grid__post-wrapper{
        -ms-flex-direction:column;
        -webkit-flex-direction:column;
        flex-direction:column
    }
}
.t-feed__parts-panel{
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    margin-right:20px;
    overflow:hidden;
    white-space:nowrap
}
.t-feed__container .t-feed__parts-switch-wrapper{
    margin-bottom:40px;
    text-align:center
}
#allrecords ul.t-feed__parts-switch-wrapper{
    padding-left:0
}
.t-feed__parts-switch-wrapper.t-align_left{
    text-align:left
}
.t-feed__parts-switch-wrapper.t-align_center{
    text-align:center
}
.t-feed__parts-switch-btn{
    cursor:pointer;
    display:inline-block;
    margin-bottom:10px;
    margin-right:30px
}
.t-feed__parts-switch-btn_bg{
    margin-right:10px
}
.t-feed__parts-switch-btn:last-child{
    margin-right:0
}
.t-feed__parts-switch-btn_hide{
    display:none
}
#allrecords .t-feed__parts-switch-btn a{
    color:#000;
    display:inline-block
}
#allrecords .t-feed__parts-switch-btn span{
    display:inline-block
}
.t-feed__parts-switch-btn.t-active a,.t-feed__parts-switch-btn.t-active span{
    opacity:.7
}
@media screen and (max-width:640px){
    .t-feed__parts-switch-wrapper{
        box-sizing:border-box;
        margin-bottom:20px
    }
    .t-feed__parts-switch-btn{
        margin-right:20px
    }
    .t-feed__parts-switch-btn_bg{
        margin-right:5px
    }
}
.t-feed__error-msg-cont{
    width:100%
}
.t-feed__error-msg-cont:after,.t-feed__error-msg-cont:before{
    content:"";
    display:table
}
.t-feed__error-msg-cont:after{
    clear:both
}
.t-feed__error-msg-wrapper{
    border:1px solid hsla(0,0%,51%,.5);
    box-sizing:border-box;
    color:hsla(0,0%,51%,.7);
    display:table;
    min-height:40vh;
    padding:40px 40px 50px;
    text-align:center;
    width:100%
}
.t-feed__error-msg{
    display:table-cell;
    vertical-align:middle
}
@media screen and (max-width:640px){
    .t-feed__error-msg-cont{
        box-sizing:border-box;
        padding:0 20px
    }
}
.t-feed__post-popup.t-popup{
    background-color:#fff;
    cursor:auto;
    padding:0;
    z-index:1000000000
}
.t-feed__post-popup_panel.t-popup{
    padding:20px
}
.t-feed__post-popup__container{
    box-sizing:border-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column;
    padding:95px 0
}
.t-feed__post-popup__container_panel{
    padding:60px 0
}
.t-feed__post-popup__content-wrapper{
    -ms-flex-pack:center;
    display:-ms-flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:center;
    justify-content:center
}
.t-feed__post-popup__content img{
    display:block;
    max-width:100%
}
.t-feed__post-popup__author-wrapper{
    -ms-flex-align:center;
    -ms-align-items:center;
    -webkit-align-items:center;
    align-items:center;
    display:-ms-flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    margin-top:35px
}
.t-feed__post-popup__author-bgimg{
    background-position:50%;
    background-repeat:no-repeat;
    background-size:cover;
    border-radius:50%;
    height:30px;
    margin-right:10px;
    width:30px
}
.t-feed__post-popup__row{
    -ms-flex-align:center;
    -ms-align-items:center;
    -webkit-align-items:center;
    align-items:center;
    display:-ms-flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    margin-top:40px
}
.t-feed__post-popup__close-text-wrapper{
    max-width:80%
}
.t-feed__post-popup__date-wrapper{
    margin-right:15px
}
.t-feed__post-popup__date{
    color:rgba(0,0,0,.5);
    font-size:10px
}
.t-feed__post-popup__date.t-uptitle{
    letter-spacing:1.5px
}
.t-feed__post-popup__tags{
    font-size:0
}
.t-feed__post-popup__tag span{
    color:rgba(0,0,0,.5);
    font-size:10px;
    margin-right:15px;
    text-transform:uppercase
}
.t-feed__post-popup__tag:last-child span{
    margin-right:0
}
.t-feed__post-popup__img{
    max-width:100%
}
.t-feed__post-popup__cover-wrapper{
    font-size:0;
    margin-bottom:30px;
    margin-top:15px
}
.t-feed__post-popup__cover-wrapper_video{
    background-color:rgba(0,0,0,.1);
    height:0;
    padding-bottom:56.25%;
    position:relative
}
.t-feed__post-popup__cover-wrapper_video iframe,.t-feed__post-popup__cover-wrapper_video video{
    left:0;
    position:absolute;
    top:0
}
.t-feed__post-popup__cover-wrapper.t-feed__post-popup__cover-wrapper_beforetitle{
    margin-top:0
}
.t-feed__post-popup__title-wrapper{
    padding-bottom:15px
}
.t-feed__post-popup__date-parts-wrapper{
    -ms-flex-align:center;
    -ms-align-items:center;
    -webkit-align-items:center;
    align-items:center;
    display:-ms-flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-top:45px
}
.t-feed__post-popup__date-parts-wrapper.t-feed__post-popup__date-parts-wrapper_aftertitle,.t-feed__post-popup__date-parts-wrapper.t-feed__post-popup__date-parts-wrapper_beforetitle{
    margin-top:0;
    padding-bottom:15px
}
.t-feed__post-popup__close-wrapper{
    -ms-flex-pack:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
    -webkit-backdrop-filter:saturate(180%) blur(10px);
    backdrop-filter:saturate(180%) blur(10px);
    background-color:#fff;
    border-bottom:1px solid rgba(0,0,0,.2);
    box-sizing:border-box;
    display:-ms-flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:center;
    justify-content:center;
    left:0;
    padding:18px 20px;
    position:fixed;
    right:0;
    top:0;
    width:100%;
    z-index:10
}
.t-feed__post-popup__close-wrapper.t-feed__post-popup__close-wrapper_loading{
    -webkit-transform:translateY(0);
    transform:translateY(0)
}
.t-feed__post-popup .t-popup__container.t-popup__container-static{
    margin:0 auto;
    -webkit-transform:translateY(50px);
    transform:translateY(50px)
}
.t-feed__post-popup.t-popup_show .t-popup__container.t-popup__container.t-popup__container-static{
    -webkit-transform:translateY(0);
    transform:translateY(0);
    transition:all .9s cubic-bezier(.19,1,.22,1)
}
.t-feed__post-popup.t-popup_show .t-popup__container.t-popup__container.t-popup__container-static.t-feed__post-popup__container_loading{
    opacity:0;
    -webkit-transform:translateY(40px);
    transform:translateY(40px)
}
.t-feed__post-popup__text-wrapper{
    margin-top:10px
}
.t-feed__post-popup__text-wrapper figure{
    margin:0
}
.t-feed__post-popup__text-wrapper figcaption{
    font-size:18px;
    font-style:italic;
    margin-top:5px;
    opacity:.5
}
.t-feed__post-popup__text-wrapper .t-redactor__video-container{
    height:0;
    padding-bottom:56.25%;
    padding-top:25px;
    position:relative
}
.t-feed__post-popup__text-wrapper .t-redactor__video-container iframe,.t-feed__post-popup__text-wrapper .t-redactor__video-container video{
    height:100%!important;
    left:0;
    position:absolute;
    top:0;
    width:100%!important
}
.t-feed__post-popup__text-wrapper h2.t-redactor__h2{
    font-size:30px;
    line-height:1.3;
    margin:0
}
.t-feed__post-popup__text-wrapper h3.t-redactor__h3{
    font-size:28px;
    line-height:1.3;
    margin:0
}
.t-feed__post-popup__text-wrapper h4.t-redactor__h4{
    font-size:22px;
    line-height:1.3;
    margin:0
}
.t-feed__post-popup__text-wrapper blockquote.t-redactor__quote{
    border-left:3px solid rgba(0,0,0,.84);
    margin:0;
    padding-left:20px
}
.t-feed__post-popup__text-wrapper ol,.t-feed__post-popup__text-wrapper ul{
    margin:0
}
.t-feed__post-popup__text-wrapper blockquote.t-redactor__preface{
    font-size:26px;
    line-height:1.55;
    margin:0
}
.t-feed__post-popup__text-wrapper hr{
    background:#000;
    border:none;
    height:1px;
    margin:40px 0!important;
    opacity:.2;
    width:100%
}
.t-feed__post-popup__text a{
    overflow-wrap:break-word
}
.t-feed__post-popup .t-popup__close{
    background-color:transparent;
    border:none;
    left:20px;
    padding:0;
    position:absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)
}
.t-feed__post-popup .t-popup__close:before{
    bottom:-15px;
    content:"";
    display:block;
    left:-15px;
    position:absolute;
    right:-15px;
    top:-15px
}
.t-feed__post-popup .t-popup__close-icon{
    display:inline-block;
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
    vertical-align:top
}
.t-feed__post-popup__close-text{
    display:inline-block;
    font-weight:600;
    line-height:1.3;
    opacity:.8
}
.t-feed__post-popup .t-popup__container.t-popup__container-static{
    width:auto
}
.t-feed__post-popup .t-popup__container{
    background-color:transparent
}
.t-feed__post-popup__cover-wrapper .t-slds__arrow{
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.t-feed__post-popup__cover-wrapper .t-slds__arrow_body{
    background-color:transparent;
    border:none;
    padding:0
}
.t-feed__post-popup__cover-wrapper .t-slds__arrow_wrapper polyline{
    transition:stroke .2s ease-in-out
}
.t_feed__post-popup__gallery-imgwrapper{
    position:relative
}
.t_feed__post-popup__gallery-imgwrapper .t-slds__bgimg{
    bottom:0;
    left:0;
    position:absolute;
    right:0;
    top:0
}
.t-feed__post-popup__comments{
    margin-bottom:0;
    margin-top:55px;
    text-align:center
}
.t-feed__post-popup__relevants,.t-feed__post-popup__relevants-item-wrapper{
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex
}
.t-feed__post-popup__relevants{
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column
}
.t-feed__post-popup__relevants-parts{
    font-size:0
}
.t-feed__post-popup__relevants-title{
    letter-spacing:inherit;
    margin:100px 0 45px
}
.t-feed__post-popup__relevants-imgwrapper{
    margin-bottom:15px;
    padding-bottom:75%;
    position:relative
}
.t-feed__post-popup__relevants-bgimg{
    background-position:50%;
    background-repeat:no-repeat;
    background-size:cover;
    bottom:0;
    left:0;
    position:absolute;
    right:0;
    top:0
}
.t-feed__post-popup__relevants-item_row{
    margin-bottom:25px;
    width:100%
}
.t-feed__post-popup__relevants-content{
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex
}
.t-feed__post-popup__relevants-item_row .t-feed__post-popup__relevants-imgwrapper{
    height:75px;
    margin-bottom:0;
    margin-right:15px;
    padding-bottom:0;
    width:100px
}
.t-feed__post-popup__relevants-item_row .t-feed__post-popup__relevants-textwrapper{
    -ms-flex:1 1 0px;
    -webkit-flex:1 1 0;
    flex:1 1 0
}
.t-feed__post-popup__relevants-item-title{
    margin-bottom:5px
}
.t-feed__post-popup__relevants-item_row .t-feed__post-popup__relevants-item-title{
    margin-bottom:3px
}
.t-feed__post-popup__relevants-item-tag{
    color:rgba(0,0,0,.5);
    display:inline-block;
    font-size:10px;
    letter-spacing:1px;
    margin-bottom:10px;
    margin-right:10px;
    position:relative;
    text-transform:uppercase
}
.t-feed__post-popup__relevants-item_row .t-feed__post-popup__relevants-item-tag{
    font-size:9px;
    margin-bottom:5px
}
.t-zoomer__show .t-zoomer__wrapper{
    z-index:1000000001!important
}
.t-feed__post-popup__text-loader{
    -webkit-animation:tFeedPreloaderFlickerAnimation 1.5s infinite;
    animation:tFeedPreloaderFlickerAnimation 1.5s infinite;
    -webkit-animation-delay:1.5s;
    animation-delay:1.5s;
    -webkit-animation-timing-function:ease-out;
    animation-timing-function:ease-out;
    background-color:hsla(0,0%,48%,.2);
    border-radius:3px;
    height:20px;
    margin-bottom:15px;
    width:100%
}
.t-feed__post-popup__content_half .t-feed__post-popup__text-loader:nth-child(n+11){
    visibility:hidden
}
.t-feed__post-popup__arrow-top{
    cursor:pointer;
    display:none
}
.t-feed__post-popup__arrow-top.t-feed__post-popup__arrow-top_show{
    display:block
}
@media screen and (max-width:1240px){
    .t-feed__post-popup .t-popup__container{
        max-width:1200px
    }
}
@media screen and (max-width:1200px){
    .t-feed__post-popup .t-popup__container{
        max-width:1000px
    }
    .t-feed__post-popup__text-wrapper h2.t-redactor__h2{
        font-size:28px
    }
    .t-feed__post-popup__text-wrapper h3.t-redactor__h3{
        font-size:26px
    }
    .t-feed__post-popup__text-wrapper h4.t-redactor__h4{
        font-size:20px
    }
    .t-feed__post-popup__text-wrapper blockquote.t-redactor__preface{
        font-size:24px
    }
    .t-feed__post-popup__text-wrapper figcaption{
        font-size:16px
    }
    .t-feed__post-popup__content-wrapper,.t-feed__post-popup__relevants{
        padding:0 20px
    }
}
@media screen and (max-width:1000px){
    .t-feed__post-popup .t-popup__container{
        max-width:980px
    }
}
@media screen and (max-width:980px){
    .t-feed__post-popup,.t-feed__post-popup.t-popup{
        -webkit-overflow-scrolling:touch;
        padding:0 20px
    }
    .t-feed__post-popup .t-popup__container{
        max-width:640px
    }
    .t-feed__post-popup__content.t-col{
        padding:0
    }
    .t-feed__post-popup__content-wrapper{
        -ms-flex-pack:start;
        -ms-flex-direction:column;
        -webkit-flex-direction:column;
        flex-direction:column;
        -webkit-justify-content:flex-start;
        justify-content:flex-start
    }
    .t-feed__post-popup__content_half .t-feed__post-popup__text-loader:nth-child(n+11){
        visibility:visible
    }
}
@media screen and (max-width:960px){
    .t-feed__row-grid__post-wrapper .t-feed__post-bgimg{
        margin-right:30px
    }
    .t-feed__post-popup__content-wrapper,.t-feed__post-popup__cover-wrapper .t-width .t-slds__wrapper,.t-feed__post-popup__cover-wrapper.t-col{
        padding:0
    }
    .t-feed__post-popup__comments{
        margin-bottom:30px;
        margin-top:45px
    }
    .t-feed__post-popup__relevants{
        padding:0
    }
    .t-feed__post-popup__relevants-wrapper{
        -ms-flex-pack:justify;
        display:-ms-flexbox;
        display:-webkit-flex;
        display:flex;
        -ms-flex-wrap:wrap;
        -webkit-flex-wrap:wrap;
        flex-wrap:wrap;
        -webkit-justify-content:space-between;
        justify-content:space-between
    }
    .t-feed__post-popup__relevants-item.t-col,.t-feed__post-popup__relevants-title-wrapper.t-col{
        padding-left:0;
        padding-right:0
    }
    .t-feed__post-popup__relevants-item{
        margin-bottom:30px;
        width:calc(50% - 10px)
    }
    .t-feed__post-popup__relevants-item_row.t-feed__post-popup__relevants-item{
        margin-bottom:20px;
        width:100%
    }
    .t-feed__post-popup__relevants-title{
        margin:45px 0 35px
    }
    .t-feed__post-popup__relevants-item-tag{
        margin-bottom:8px
    }
}
@media screen and (max-width:640px){
    .t-feed__post-popup__text-wrapper h2.t-redactor__h2{
        font-size:26px
    }
    .t-feed__post-popup__text-wrapper h3.t-redactor__h3{
        font-size:24px
    }
    .t-feed__post-popup__text-wrapper h4.t-redactor__h4{
        font-size:18px
    }
    .t-feed__post-popup__text-wrapper blockquote.t-redactor__preface{
        font-size:22px
    }
    .t-feed__post-popup__cover-wrapper .t-slds__wrapper{
        padding:0!important
    }
    .t-feed__row-bigimg-grid__post-wrapper .t-feed__post-title{
        margin-bottom:10px
    }
    .t-feed__post-popup__text-wrapper figcaption{
        font-size:14px
    }
    .t-feed__post-popup__text-loader{
        height:16px;
        margin-bottom:8px
    }
    .t-redactor__callout_fontSize_big{
        font-size:20px
    }
    .t-redactor__callout_fontSize_default{
        font-size:16px
    }
    .t-redactor__callout_fontSize_small{
        font-size:14px
    }
}
@media screen and (max-width:560px){
    .t-feed__post-popup__close-wrapper{
        background-color:#fff;
        height:50px
    }
    .t-feed__post-popup .t-popup__close{
        z-index:2
    }
    .t-feed__post-popup__row{
        -ms-flex-direction:column;
        -webkit-flex-direction:column;
        flex-direction:column
    }
    .t-feed__post-popup__date-parts-wrapper,.t-feed__post-popup__row{
        -ms-flex-align:start;
        -ms-align-items:flex-start;
        -webkit-align-items:flex-start;
        align-items:flex-start;
        margin-top:25px
    }
    .t-feed__post-popup__date-parts-wrapper{
        -ms-flex-wrap:wrap;
        -webkit-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .t-feed__post-popup__date-wrapper{
        margin-bottom:10px
    }
    .t-feed__post-popup__cover-wrapper{
        margin-bottom:20px
    }
    .t-feed__post-popup__cover-wrapper.t-feed__post-popup__cover-wrapper_aftertitle,.t-feed__post-popup__date-parts-wrapper .t-feed__post-popup__tags.t-feed__post-popup__tags_nomargin{
        margin-top:0
    }
    .t-feed__post-popup__date-parts-wrapper.t-feed__post-popup__date-parts-wrapper_beforetitle{
        padding-bottom:10px;
        padding-top:10px
    }
    .t-feed__post-popup__text-wrapper{
        margin-top:0
    }
    .t-feed__post-popup .t-popup__close-wrapper{
        display:table-cell;
        font-size:0;
        padding-right:20px;
        text-align:right;
        vertical-align:middle;
        width:100%
    }
    .t-feed__post-popup.t-popup_show .t-popup__container.t-popup__container-static{
        box-sizing:border-box;
        margin:0;
        max-width:100%;
        min-height:100vh;
        padding:70px 0;
        top:0
    }
    .t-feed__post-popup__comments{
        margin-bottom:15px;
        margin-top:35px
    }
    .t-feed__post-popup__relevants-wrapper{
        -ms-flex-pack:center;
        -ms-flex-direction:column;
        -webkit-flex-direction:column;
        flex-direction:column;
        -webkit-justify-content:center;
        justify-content:center
    }
    .t-feed__post-popup__relevants-item{
        width:100%
    }
    .t-feed__post-popup__relevants-item_row .t-feed__post-popup__relevants-imgwrapper{
        height:45px;
        margin-right:10px;
        width:60px
    }
}
.t-feed__post-preloader .t-feed__post-preloader__img,.t-feed__post-preloader .t-feed__post-preloader__text,.t-feed__post-preloader .t-feed__post-preloader__title{
    -webkit-animation:tFeedPreloaderFlickerAnimation 1.5s infinite;
    animation:tFeedPreloaderFlickerAnimation 1.5s infinite;
    -webkit-animation-delay:1.5s;
    animation-delay:1.5s;
    -webkit-animation-timing-function:ease-out;
    animation-timing-function:ease-out;
    background-color:hsla(0,0%,48%,.2);
    border-radius:3px
}
.t-feed__post-preloader_row .t-feed__post-preloader__wrapper{
    display:-ms-flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    margin-top:25px
}
.t-feed__post-preloader_row .t-feed__post-preloader__textwrapper{
    -ms-flex:1 1 0px;
    -webkit-flex:1 1 0;
    flex:1 1 0;
    margin-left:20px
}
.t-feed__post-preloader_row-bigimg .t-feed__post-preloader__wrapper{
    margin-top:25px
}
.t-feed__post-preloader_col .t-feed__post-preloader__img{
    margin-top:25px;
    padding-bottom:75%
}
.t-feed__post-preloader_row .t-feed__post-preloader__img{
    height:180px;
    width:180px
}
.t-feed__post-preloader_row-bigimg .t-feed__post-preloader__img{
    padding-bottom:66%;
    width:100%
}
.t-feed__post-preloader .t-feed__post-preloader__text{
    height:20px;
    margin-top:13px;
    width:100%
}
.t-feed__post-preloader_row .t-feed__post-preloader__text{
    height:24px;
    margin-top:15px
}
.t-feed__post-preloader_row .t-feed__post-preloader__text:first-child{
    margin-top:0;
    width:60%
}
.t-feed__post-preloader_row .t-feed__post-preloader__text:last-child{
    width:80%
}
.t-feed__post-preloader_row-bigimg .t-feed__post-preloader__title{
    height:20px;
    margin-bottom:15px;
    width:100%
}
.t-feed__post-preloader__container_hidden{
    opacity:0
}
.t-feed__post-preloader:nth-child(2) .t-feed__post-preloader__img,.t-feed__post-preloader:nth-child(2) .t-feed__post-preloader__text,.t-feed__post-preloader:nth-child(2) .t-feed__post-preloader__title{
    -webkit-animation-delay:1.6s;
    animation-delay:1.6s
}
.t-feed__post-preloader:nth-child(3) .t-feed__post-preloader__img,.t-feed__post-preloader:nth-child(3) .t-feed__post-preloader__text,.t-feed__post-preloader:nth-child(3) .t-feed__post-preloader__title{
    -webkit-animation-delay:1.7s;
    animation-delay:1.7s
}
.t-feed__post-preloader:nth-child(4) .t-feed__post-preloader__img,.t-feed__post-preloader:nth-child(4) .t-feed__post-preloader__text,.t-feed__post-preloader:nth-child(4) .t-feed__post-preloader__title{
    -webkit-animation-delay:1.8s;
    animation-delay:1.8s
}
.t-feed__post-preloader:nth-child(5) .t-feed__post-preloader__img,.t-feed__post-preloader:nth-child(5) .t-feed__post-preloader__text,.t-feed__post-preloader:nth-child(5) .t-feed__post-preloader__title{
    -webkit-animation-delay:1.9s;
    animation-delay:1.9s
}
.t-feed__post-preloader:nth-child(6) .t-feed__post-preloader__img,.t-feed__post-preloader:nth-child(6) .t-feed__post-preloader__text,.t-feed__post-preloader:nth-child(6) .t-feed__post-preloader__title{
    -webkit-animation-delay:2s;
    animation-delay:2s
}
.t-feed__post-preloader:nth-child(7) .t-feed__post-preloader__img,.t-feed__post-preloader:nth-child(7) .t-feed__post-preloader__text,.t-feed__post-preloader:nth-child(7) .t-feed__post-preloader__title{
    -webkit-animation-delay:2.1s;
    animation-delay:2.1s
}
.t-feed__post-preloader:nth-child(8) .t-feed__post-preloader__img,.t-feed__post-preloader:nth-child(8) .t-feed__post-preloader__text,.t-feed__post-preloader:nth-child(8) .t-feed__post-preloader__title{
    -webkit-animation-delay:2.2s;
    animation-delay:2.2s
}
.t-feed__post-preloader:nth-child(9) .t-feed__post-preloader__img,.t-feed__post-preloader:nth-child(9) .t-feed__post-preloader__text,.t-feed__post-preloader:nth-child(9) .t-feed__post-preloader__title{
    -webkit-animation-delay:2.3s;
    animation-delay:2.3s
}
@media screen and (max-width:640px){
    .t-feed__post-preloader_row .t-feed__post-preloader__wrapper{
        -ms-flex-direction:column;
        -webkit-flex-direction:column;
        flex-direction:column
    }
    .t-feed__post-preloader_row .t-feed__post-preloader__img{
        height:auto;
        padding-bottom:75%;
        width:100%
    }
    .t-feed__post-preloader_row .t-feed__post-preloader__textwrapper{
        margin-left:0;
        margin-top:15px
    }
    .t-feed__post-preloader_row .t-feed__post-preloader__text{
        height:20px;
        margin-top:13px
    }
    .t-feed__post-preloader_row .t-feed__post-preloader__text:first-child,.t-feed__post-preloader_row .t-feed__post-preloader__text:last-child{
        width:100%
    }
    .t-feed__post-preloader_row .t-feed__post-preloader__wrapper{
        margin-top:35px
    }
}
@-webkit-keyframes tFeedPreloaderFlickerAnimation{
    0%{
        opacity:1
    }
    40%{
        opacity:.3
    }
    80%{
        opacity:1
    }
    to{
        opacity:1
    }
}
@keyframes tFeedPreloaderFlickerAnimation{
    0%{
        opacity:1
    }
    40%{
        opacity:.3
    }
    80%{
        opacity:1
    }
    to{
        opacity:1
    }
}


/*fonts-sans*/
@font-face {
    font-family: 'TildaSans';
    font-style: normal;
    font-weight: 250 1000;
    src: url('https://static.tildacdn.com/fonts/tildasans/TildaSans-VF.woff2') format('woff2-variations'),
    url('https://static.tildacdn.com/fonts/tildasans/TildaSans-VF.woff') format('woff-variations');
}
@font-face {
    font-family: 'TildaSans';
    font-style: normal;
    font-weight: 300;
    src: url('https://static.tildacdn.com/fonts/tildasans/TildaSans-Light.eot');
    src: url('https://static.tildacdn.com/fonts/tildasans/TildaSans-Light.eot?#iefix') format('embedded-opentype'),
    url('https://static.tildacdn.com/fonts/tildasans/TildaSans-VF.woff2') format('woff2-variations'),
    url('https://static.tildacdn.com/fonts/tildasans/TildaSans-VF.woff') format('woff-variations'),
    url('https://static.tildacdn.com/fonts/tildasans/TildaSans-Light.woff2') format('woff2'),
    url('https://static.tildacdn.com/fonts/tildasans/TildaSans-Light.woff') format('woff');
}
@font-face {
    font-family: 'TildaSans';
    font-style: normal;
    font-weight: 400;
    src: url('https://static.tildacdn.com/fonts/tildasans/TildaSans-Regular.eot');
    src: url('https://static.tildacdn.com/fonts/tildasans/TildaSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('https://static.tildacdn.com/fonts/tildasans/TildaSans-VF.woff2') format('woff2-variations'),
    url('https://static.tildacdn.com/fonts/tildasans/TildaSans-VF.woff') format('woff-variations'),
    url('https://static.tildacdn.com/fonts/tildasans/TildaSans-Regular.woff2') format('woff2'),
    url('https://static.tildacdn.com/fonts/tildasans/TildaSans-Regular.woff') format('woff');
}
@font-face {
    font-family: 'TildaSans';
    font-style: normal;
    font-weight: 500;
    src: url('https://static.tildacdn.com/fonts/tildasans/TildaSans-Medium.eot');
    src: url('https://static.tildacdn.com/fonts/tildasans/TildaSans-Medium.eot?#iefix') format('embedded-opentype'),
    url('https://static.tildacdn.com/fonts/tildasans/TildaSans-VF.woff2') format('woff2-variations'),
    url('https://static.tildacdn.com/fonts/tildasans/TildaSans-VF.woff') format('woff-variations'),
    url('https://static.tildacdn.com/fonts/tildasans/TildaSans-Medium.woff2') format('woff2'),
    url('https://static.tildacdn.com/fonts/tildasans/TildaSans-Medium.woff') format('woff');
}
@font-face {
    font-family: 'TildaSans';
    font-style: normal;
    font-weight: 600;
    src: url('https://static.tildacdn.com/fonts/tildasans/TildaSans-Semibold.eot');
    src: url('https://static.tildacdn.com/fonts/tildasans/TildaSans-Semibold.eot?#iefix') format('embedded-opentype'),
    url('https://static.tildacdn.com/fonts/tildasans/TildaSans-VF.woff2') format('woff2-variations'),
    url('https://static.tildacdn.com/fonts/tildasans/TildaSans-VF.woff') format('woff-variations'),
    url('https://static.tildacdn.com/fonts/tildasans/TildaSans-Semibold.woff2') format('woff2'),
    url('https://static.tildacdn.com/fonts/tildasans/TildaSans-Semibold.woff') format('woff');
}
@font-face {
    font-family: 'TildaSans';
    font-style: normal;
    font-weight: 700;
    src: url('https://static.tildacdn.com/fonts/tildasans/TildaSans-Bold.eot');
    src: url('https://static.tildacdn.com/fonts/tildasans/TildaSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('https://static.tildacdn.com/fonts/tildasans/TildaSans-VF.woff2') format('woff2-variations'),
    url('https://static.tildacdn.com/fonts/tildasans/TildaSans-VF.woff') format('woff-variations'),
    url('https://static.tildacdn.com/fonts/tildasans/TildaSans-Bold.woff2') format('woff2'),
    url('https://static.tildacdn.com/fonts/tildasans/TildaSans-Bold.woff') format('woff');
}
@font-face {
    font-family: 'TildaSans';
    font-style: normal;
    font-weight: 800;
    src: url('https://static.tildacdn.com/fonts/tildasans/TildaSans-Extrabold.eot');
    src: url('https://static.tildacdn.com/fonts/tildasans/TildaSans-Extrabold.eot?#iefix') format('embedded-opentype'),
    url('https://static.tildacdn.com/fonts/tildasans/TildaSans-VF.woff2') format('woff2-variations'),
    url('https://static.tildacdn.com/fonts/tildasans/TildaSans-VF.woff') format('woff-variations'),
    url('https://static.tildacdn.com/fonts/tildasans/TildaSans-Extrabold.woff2') format('woff2'),
    url('https://static.tildacdn.com/fonts/tildasans/TildaSans-Extrabold.woff') format('woff');
}
@font-face {
    font-family: 'TildaSans';
    font-style: normal;
    font-weight: 900;
    src: url('https://static.tildacdn.com/fonts/tildasans/TildaSans-Black.eot');
    src: url('https://static.tildacdn.com/fonts/tildasans/TildaSans-Black.eot?#iefix') format('embedded-opentype'),
    url('https://static.tildacdn.com/fonts/tildasans/TildaSans-VF.woff2') format('woff2-variations'),
    url('https://static.tildacdn.com/fonts/tildasans/TildaSans-VF.woff') format('woff-variations'),
    url('https://static.tildacdn.com/fonts/tildasans/TildaSans-Black.woff2') format('woff2'),
    url('https://static.tildacdn.com/fonts/tildasans/TildaSans-Black.woff') format('woff');
}


/*footer-style*/
@media screen and (min-width:900px){
    #rec1112626626 .t977__logo-link{
        font-size:104px;
    }
}
@media screen and (min-width:900px){
    #rec1112626626 .t977__logo{
        font-size:104px;
    }
}
#rec1112626626 .t977__text{
    color:#b3b3b3;
    font-weight:300;
}
#rec1112626626 .t977__descr{
    font-size:16px;
    color:#ffffff;
    font-weight:300;
}

#rec1109894986 .t886__text{
    text-align:left;
}
@media (hover:hover),(min-width:0\0) {
    #rec1109894986 .t-btn:not(.t-animate_no-hover):hover {
        color:#111111 !important;
        border-color:#111111 !important;
        background-color:#e8e8e8 !important;
    }
    #rec1109894986 .t-btn:not(.t-animate_no-hover):focus-visible {
        color:#111111 !important;
        border-color:#111111 !important;
        background-color:#e8e8e8 !important;
    }
    #rec1109894986 .t-btn:not(.t-animate_no-hover) {
        transition-property:background-color,color,border-color,box-shadow;
        transition-duration:0.2s;
        transition-timing-function:ease-in-out;
    }
    #rec1109894986 .t-btntext:not(.t-animate_no-hover):hover {
        color:#111111 !important;
    }
    #rec1109894986 .t-btntext:not(.t-animate_no-hover):focus-visible {
        color:#111111 !important;
    }
}
#rec1109894986 .t886__wrapper {
    box-shadow:0px 0px 5px rgba(0,0,0,0.1);
}
#rec1109894986 .t886__wrapper{
    border-radius:10px;
}

.footer_block{
    padding-top:75px;padding-bottom:90px;background-color:#171717;
}
.footer_logo{
    max-width: 150px;
}
.footer_col_1{
    margin-top: 30px;
}
.footer_col_1 .footer_span{
    font-size: 14px;
}
.footer_feature_item{
    text-decoration: none;
    color: rgb(179, 179, 179);
}
.footer_soc{
    width: 33px;
    height: 33px;
}
.footer_closed{
    right:20px;
}
.footer_wrapper{
    background-color:#ecfffe;
    width:600px;
}
.footer_privacy{
    color: rgb(29, 181, 182);
}
.footer_ok{
    color:#ffffff;
    border:1px solid #1db5b6;
    background-color:#1db5b6;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    font-weight:500;
}

.footer_block{
    padding-top:75px;padding-bottom:90px;background-color:#171717;
}
.footer_logo{
    max-width: 150px;
}
.footer_col_1{
    margin-top: 30px;
}
.footer_soc{
    width: 33px;
    height: 33px;
}
.footer_closed{
    right:20px;
}
.footer_wrapper{
    background-color:#ecfffe;
    width:600px;
}
.footer_privacy{
    color: rgb(29, 181, 182);
}
.footer_ok{
    color:#ffffff;
    border:1px solid #1db5b6;
    background-color:#1db5b6;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    font-weight:500;
}


/*form-styles*/
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.js-errorbox-all {
    margin-top: 10px;
}
.js-form-errors li {
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 4px;
}
.js-errorbox-all[style*="display:none;"] .js-form-errors {
    display: none;
}
.border-color-error{border:1px solid red!important}
.hidden{
    display: none !important;
}
.hidden-success{
    display: block !important;
    opacity: 1;
}
input.error,
textarea.error {
    border: 2px solid #e74c3c;
    background: #fbeaea;
}

.error-message {
    color: #e74c3c;
    font-size: 0.9em;
    margin-top: 4px;
    display: block;
}
.alert-danger{
    list-style-type: none;
    color: #FFFFFF;
    padding-left: 0;
}
.alert-ul{
    border-radius: 20px;
}

.t-input-error{color:red;display:none;font-size:13px;margin-top:5px}

.t-form .js-error-control-box .uploadcare-widget {
    border: 1px solid red !important
}

#allrecords .t-form .js-error-control-box .t-checkboxes__wrapper, .t-form .js-error-control-box .t-checkbox__control, .t-form .js-error-control-box .t-checkboxes__wrapper, .t-form .js-error-control-box .t-radio__wrapper, .t-form .js-error-control-box .t-rate__wrapper {
    padding: 10px
}

:is(#allrecords .t-form .js-error-control-box:has(.t-input-block+.t-input-error))
.t-checkboxes__wrapper, :is(#allrecords .t-form .js-error-control-box:has(.t-input-block+.t-input-error)) .t-radio__wrapper {
    padding: unset
}

:is(.t-form .js-error-control-box:has(.t-input-block+.t-input-error)) .t-checkboxes__wrapper, :is(.t-form .js-error-control-box:has(.t-input-block+.t-input-error)) .t-radio__wrapper, :is(.t-form .js-error-control-box:has(.t-input-block+.t-input-error)) .t-rate__wrapper {
    border: unset !important
}

.t-input-group_cb:is(.t-form .js-error-control-box:has(.t-input-block+.t-input-error)) .t-checkbox__control, .t-input-group_rd:is(.t-form .js-error-control-box:has(.t-input-block+.t-input-error))
.t-input-block, .t-input-group_rs:is(.t-form .js-error-control-box:has(.t-input-block+.t-input-error)) .t-input-block, :is(.t-form .js-error-control-box:has(.t-input-block+.t-input-error)) .t-input:not(.t-input-phonemask):not(.t-input-ownanswer):not(.t-input__own-answer), :is(.t-form .js-error-control-box:has(.t-input-block+.t-input-error)) .t-select, :is(.t-form .js-error-control-box:has(.t-input-block+.t-input-error)) .uploadcare-widget {
    border: 1px solid red !important
}

.t-input-group_cb:is(.t-form .js-error-control-box:has(.t-input-block+.t-input-error))

@-webkit-keyframes t-submit-spinner {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes t-submit-spinner {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.t-form__inputsbox_flex .t-form__submit, .t-form__inputsbox_flex .tn-form__submit {
    width: 100%
}

.t-form .t-submit {
    position: relative
}

.t-btn.t-btn_sending, .t-form .t-submit.t-btn_sending:not(.tn-form__submit-gradient) {
    color: transparent !important
}

.t-btn.t-btn_sending:not(.tn-form__submit-gradient):before, .t-form .t-btn_sending:not(.tn-form__submit-gradient):before {
    -webkit-animation: t-submit-spinner .6s linear infinite;
    animation: t-submit-spinner .6s linear infinite;
    border: 2px solid #ccc;
    border-radius: 50%;
    border-top-color: #333;
    box-sizing: border-box;
    content: "";
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 30px
}

.tn-elem .tn-form__submit .t-submit.tn-form__submit-gradient {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.tn-elem .tn-form__submit .t-submit.tn-form__submit-gradient:after, .tn-elem .tn-form__submit .t-submit.tn-form__submit-gradient:before {
    box-sizing: content-box;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .2s ease-in-out;
    width: 100%
}

.tn-elem .tn-form__submit .t-submit.tn-form__submit-gradient:before {
    background-color: transparent;
    opacity: 1;
    z-index: -2
}

.tn-elem .tn-form__submit .t-submit.tn-form__submit-gradient:after {
    background-image: none;
    opacity: 0;
    z-index: -1
}

.tn-elem .tn-form__submit .t-submit.tn-form__submit-gradient:hover:after {
    opacity: 1
}

.tn-atom .t-input__own-answer-wrapper {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 10px
}

.tn-atom .t-input__own-answer-wrapper.t-input__own-answer-wrapper-checkbox {
    margin-top: 10px
}

.t-input-block_rd-flex .t-input__own-answer-wrapper {
    width: 100%
}

.tn-atom .t-input-block_rd-flex .t-input__own-answer-wrapper {
    width: auto
}

.tn-atom .t-input__own-answer-wrapper .t-checkbox__control, .tn-atom .t-input__own-answer-wrapper .t-radio__control {
    -ms-flex-align: center;
    -ms-flex-negative: 0;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin: 0;
    padding-bottom: 4px
}

.tn-atom .t-input__own-answer {
    border-bottom: 1px solid #000;
    box-sizing: content-box;
    display: none;
    height: 20px;
    padding-bottom: 3px
}

.tn-atom .t-input__own-answer--active {
    display: block
}

.t-checkboxes__wrapper_button .t-checkboxes__item, .t-radio__wrapper_button .t-radio__item {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #000;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding: 0 15px
}

.t-input-group_rd .t-checkbox__control, .t-input-group_rd .t-radio__item {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    width: 100%
}

.t-input-group_rd .t-checkbox__control .t-checkbox__indicator, .t-input-group_rd .t-radio__item .t-radio__indicator {
    margin-right: 0
}

.t-input-group_rd .t-checkbox__control {
    height: 100%;
    width: 100%
}

.t-input-group_rd .t-input-block_rd-flex .t-checkbox__control, .t-input-group_rd .t-input__own-answer-wrapper .t-checkbox__control {
    height: auto;
    width: auto
}

.t-checkboxes__wrapper_button .t-ownvariant-wrapper_flex .t-t-checkbox__control, .t-radio__wrapper_button .t-ownvariant-wrapper_flex .t-radio__control {
    margin: 0
}

.t-checkboxes__wrapper_button .t-ownvariant-wrapper_flex .t-input-ownanswer, .t-radio__wrapper_button .t-ownvariant-wrapper_flex .t-input-ownanswer {
    border: none
}

.t-ownvariant-wrapper_flex.t-checkboxes__ownvariant_withlabel, .t-ownvariant-wrapper_flex.t-radio__ownvariant_withlabel {
    -webkit-column-gap: unset;
    column-gap: unset
}

.t-ownvariant-wrapper_flex.t-checkboxes__ownvariant_withlabel .t-checkbox__control, .t-ownvariant-wrapper_flex.t-radio__ownvariant_withlabel .t-radio__control {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    width: 100%
}

.t-checkboxes__ownvariant_withlabel .t-checkbox__ownvariant-input-wrapper, .t-radio__ownvariant_withlabel .t-radio__ownvariant-input-wrapper {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.t-checkboxes__ownvariant_withlabel .t-checkbox__title, .t-radio__ownvariant_withlabel .t-radio__title {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.t-checkboxes__wrapper_button .t-ownvariant-wrapper_flex .t-input-ownanswer, .t-radio__wrapper_button .t-ownvariant-wrapper_flex .t-input-ownanswer {
    padding-bottom: 0
}

.t-input-ownanswer {
    text-overflow: ellipsis
}

.t-checkboxes__wrapper_button .t-checkboxes__item, .t-radio__wrapper_button .t-radio__item {
    margin-bottom: 15px
}

.t-checkboxes__wrapper_button .t-checkboxes__item:last-of-type, .t-radio__wrapper_button .t-radio__ownvariant-wrapper:last-of-type {
    margin-bottom: 0
}

.t-checkbox__control, .t-input-group_rd:is(.t-form .js-error-control-box:has(.t-input-block+.t-input-error)) .t-input-block, :is(.t-form .js-error-control-box:has(.t-input-block+.t-input-error)) .t-rate__wrapper {
    padding: 10px
}

.t-input-group_cb:is(.t-form .js-error-control-box:has(.t-input-block+.t-input-error)) .t-checkbox__control {
    border-radius: inherit
}

.t-checkbox__labeltext {
    -webkit-margin-start: 10px;
    margin-inline-start: 10px
}

.t-form .js-error-control-box .t-checkboxes__wrapper .t-checkbox__control {
    border: none !important;
    padding: 0
}

.t-form .js-error-control-box .t-input.t-input_bbonly:not(.t-input__own-answer) {
    padding-left: 10px !important
}

.t-form__errorbox-bottom {
    display: none
}

.t-form__errorbox-wrapper {
    background: #f95d51;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center
}

.t-form__errorbox-text {
    box-sizing: border-box;
    color: #fff;
    list-style: none;
    padding: 0 10px 10px
}

#allrecords .t-form__errorbox-text .t-form__errorbox-link {
    color: #fff
}

#allrecords ul.t-form__errorbox-text {
    list-style: none;
    margin-bottom: 0;
    padding-left: 10px
}

#allrecords .t-form__errorbox-text a.t-form__errorbox-item {
    color: #fff
}

.t-form__errorbox-item {
    display: none;
    margin-top: 10px
}

.t-form__errorbox-middle {
    width: 100%
}

#allrecords .t-form__errorbox-item .t-form__errorbox-link, #allrecords .t-form__errorbox-item .t-form__errorbox-link:hover {
    border-bottom: none;
    box-shadow: none
}

.t-form__successbox {
    background: #62c584;
    color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center
}

.t-form option {
    color: #000
}

.t-input-error {
    font-family: 'TildaSans', Arial, sans-serif
}

.t-form__errorbox-wrapper {
    font-family: 'TildaSans', Arial, sans-serif
}

.t-form__errorbox-text {
    font-family: 'TildaSans', Arial, sans-serif
}

.t-form__errorbox-item {
    font-family: 'TildaSans', Arial, sans-serif
}

.t-form__successbox {
    font-family: 'TildaSans', Arial, sans-serif
}

.t-text {
    font-weight: 300;
    color: #000000
}

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

.t-form-success-popup_new.t-form-success-popup {
    background-color: rgba(0, 0, 0, .8);
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000000
}

.t-body_success-popup-showed {
    height: 100vh;
    min-height: 100vh;
    overflow: hidden
}

.t-form-success-popup_new .t-form-success-popup__wrapper {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: default;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    margin: 0 auto;
    max-width: 460px;
    padding: 50px 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.t-form-success-popup_new .t-form-success-popup__close-icon {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    position: absolute;
    right: 14px;
    top: 14px
}

.t-form-success-popup_new .t-form-success-popup__close-icon svg {
    display: block
}

.t-form-success-popup_new .t-form-success-popup__content-icon {
    height: 41px;
    margin-bottom: 15px;
    min-height: 41px;
    width: auto
}

.t-form-success-popup_new .t-form-success-popup__title {
    font-size: 24px;
    line-height: 1.23;
    margin-bottom: 10px
}

.t-form-success-popup_new .t-form-success-popup__text {
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 10px;
    padding-top: 0
}

.t-form-success-popup_new .t-form-success-popup__title.t-form-success-popup_hidden + .t-form-success-popup__text {
    font-size: 20px
}

.t-form-success-popup_new .t-form-success-popup__button {
    background-color: #000;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    min-width: 130px;
    padding: 18px 44px;
    text-decoration: none
}

.t-form-success-popup_new .t-form-success-popup__info {
    margin-top: 13px
}

.t-form-success-popup__info-timer, .t-form-success-popup_new .t-form-success-popup__info-text {
    font-size: 14px;
    line-height: 1.2
}

.t-form-success-popup_new .t-form-success-popup__info-text {
    opacity: .4
}

.t-form-success-popup_new .t-form-success-popup__info {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.t-form-success-popup_new .t-form-success-popup__info-timer {
    display: inline-block;
    margin-left: 5px;
    position: relative
}

.t-form-success-popup_new .t-form-success-popup__info-digit {
    font-size: 14px;
    font-weight: 500;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.t-form-success-popup_new .t-form-success-popup__info-timer svg {
    -webkit-animation: t-submit-spinner .7s linear infinite;
    animation: t-submit-spinner .7s linear infinite;
    display: block
}

.t-form-success-popup_new .t-form-success-popup_hidden {
    display: none
}
.t718 .t-input-group{margin-bottom:25px}

.t718 .t-form_bbonly .t-form__inputsbox_flex .t-input-group {
    margin-bottom: 0
}

.t718 .t-input {
    background-color: transparent;
    -webkit-appearance: none
}

.t718 .t-input-block textarea {
    padding-top: 17px;
    background-color: transparent
}

.t718 .t-input-block textarea.t-input_pvis {
    padding-top: 26px
}

.t718 .t-input-title {
    padding-bottom: 5px
}

.t718 .t-input-subtitle {
    padding-bottom: 15px
}

.t718 .t-input-group_rd .t-input-subtitle {
    padding-bottom: 5px
}

.t718 .t-inputtime, .t718 .t-datepicker__wrapper {
    max-width: 245px
}

.t718 .t-input-group_inrow .t-inputtime, .t718 .t-input-group_inrow .t-datepicker__wrapper {
    max-width: 100%
}

.t718 .t-form_bbonly .t-input-title {
    padding-bottom: 0;
    margin-bottom: 0
}
.form_input_block{
    border-radius:12px;
}
.form_consent{
    color: rgb(29, 181, 182);
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-style: solid;
    box-shadow: none;
    text-decoration: none;
}
.form_input_block{
    border-radius:12px;
}
.form_consent{
    color: rgb(29, 181, 182);
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-style: solid;
    box-shadow: none;
    text-decoration: none;
}


/*forms-1.0*/
[data-tilda-mode=edit] .t-input-title{
    margin-bottom:0
}

.t-submit{
    -webkit-appearance:none;
    background-image:none;
    background:transparent;
    border:0;
    box-sizing:border-box;
    cursor:pointer;
    font-size:16px;
    font-weight:700;
    height:60px;
    margin:0;
    outline:none;
    padding-left:60px;
    padding-right:60px;
    text-align:center;
    white-space:nowrap
}

.t-submit_sending{
    opacity:.5
}

@media screen and (max-width:640px){
    .t-submit{
        padding-left:30px;
        padding-right:30px;
        white-space:normal
    }


}

.t-form__inputsbox.t-form__inputsbox_flex{
    -ms-flex-align:start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap
}

.t-form__inputsbox.t-form__inputsbox_flex.t-form__inputsbox_inrow{
    -webkit-column-gap:15px;
    column-gap:15px
}

.t-form__inputsbox.t-form__inputsbox_flex .t-form__screen-wrapper_active{
    -ms-flex-align:start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
    display:-ms-flexbox!important;
    display:-webkit-flex!important;
    display:flex!important;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%
}

.t-form__inputsbox_inrow.t-form__inputsbox.t-form__inputsbox_flex .t-form__screen-wrapper_active{
    -webkit-column-gap:15px;
    column-gap:15px
}

.t-form__inputsbox_flex .t-input-group_tx{
    -ms-flex-item-align:center;
    -ms-grid-row-align:center;
    -webkit-align-self:center;
    align-self:center
}

.t-input{
    -webkit-appearance:none;
    border:0;
    border-radius:0;
    box-sizing:border-box;
    font-size:100%;
    font-size:16px;
    height:60px;
    line-height:1.33;
    margin:0;
    outline:none;
    padding:0 20px;
    width:100%
}

.t-input::-moz-focus-inner{
    border:0;
    padding:0
}

.t-input_bbonly{
    background-color:transparent!important;
    border-bottom:1px solid;
    border-left:0!important;
    border-radius:0!important;
    border-right:0!important;
    border-top:0!important;
    outline:none;
    padding-left:0!important;
    padding-right:0!important
}

.t-input_pvis{
    padding:26px 20px 10px
}

.tn-atom__form .t-input_pvis{
    padding:26px 20px 10px!important
}

.t-input__vis-ph{
    font-size:16px;
    height:17px;
    left:20px;
    line-height:1;
    opacity:.5;
    overflow:hidden;
    pointer-events:none;
    position:absolute;
    text-overflow:ellipsis;
    top:22px;
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    -webkit-transform-origin:left;
    transform-origin:left;
    transition:-webkit-transform .2s linear;
    transition:transform .2s linear;
    transition:transform .2s linear,-webkit-transform .2s linear;
    white-space:nowrap;
    width:100%;
    width:calc(100% - 40px)
}

.t-input:focus~.t-input__vis-ph,.t-input_has-content+.t-input__vis-ph{
    text-overflow:inherit;
    -webkit-transform:translateY(-100%) scale(.7);
    transform:translateY(-100%) scale(.7);
    width:auto
}

.t-input:invalid{
    box-shadow:none
}

fieldset.t-input-group{
    border:none;
    margin:0;
    padding:0
}

.t-input-group_cb div[data-customstyle=yes]{
    display:inline;
    vertical-align:middle
}

.t-form_bbonly .t-input__vis-ph{
    left:0!important
}

.t-form_bbonly .js-error-control-box .t-input__vis-ph{
    left:10px!important
}

.t-input-group_ta textarea.t-input{
    resize:vertical
}

.t-form__inputsbox_flex .t-input-group:not(.t-input-group_inonerow){
    width:100%
}

.t-input-group_inonerow:not(.t-input-group_inrow-last){
    margin-right:15px
}

.t-input-group_inonerow:not(.t-input-group_inrow-last):not(.t-input-group_inrow){
    margin-right:0
}

.t-input-group_inonerow.t-input-group_width100:not(.t-input-group_inrow-withsibling){
    margin-right:0;
    width:100%
}

.t-form__inputsbox_inrow .t-input-group_width25.t-input-group_inonerow{
    width:calc(25% - 11.25px)
}

.t-form__inputsbox_inrow .t-input-group_width33.t-input-group_inonerow{
    width:calc(33.33333% - 10px)
}

.t-form__inputsbox_inrow .t-input-group_width50.t-input-group_inonerow{
    width:calc(50% - 7.5px)
}

.t-form__inputsbox_inrow .t-input-group_width100.t-input-group_inonerow{
    width:100%
}

.t-form__inputsbox_inrow .t-input-group_inonerow,.t-form__inputsbox_inrow .t-input-group_inonerow.t-input-group_width100{
    margin-right:0
}

.t-form__inputsbox_inrow .t-input-group_width25:not(.t-input-group_inonerow) .t-input-block,.t-form__inputsbox_inrow .t-input-group_width25:not(.t-input-group_inonerow) .t-input-title{
    width:calc(25% - 11.25px)
}

.t-form__inputsbox_inrow .t-input-group_width33:not(.t-input-group_inonerow) .t-input-block,.t-form__inputsbox_inrow .t-input-group_width33:not(.t-input-group_inonerow) .t-input-title{
    width:calc(33.33333% - 10px)
}

.t-form__inputsbox_inrow .t-input-group_width50:not(.t-input-group_inonerow) .t-input-block,.t-form__inputsbox_inrow .t-input-group_width50:not(.t-input-group_inonerow) .t-input-title{
    width:calc(50% - 7.5px)
}

.t-form__inputsbox_inrow
.t-input-group_inonerow:not(.t-input-group_width100):not(.t-input-group_width50):not(.t-input-group_width33):not(.t-input-group_width25),.t-form__inputsbox_inrow .t-input-group_width100:not(.t-input-group_inonerow) .t-input-block,.t-form__inputsbox_inrow .t-input-group_width100:not(.t-input-group_inonerow) .t-input-title{
    width:100%
}

.t-form__inputsbox_inrow .t-input-group_widthdef.t-input-group_inonerow .t-datepicker__wrapper,.t-form__inputsbox_inrow .t-input-group_widthdef.t-input-group_inonerow .t-inputtime{
    max-width:100%
}

.t-form__inputsbox_inrow .t-input-group_width25 .t-datepicker__icon{
    display:none
}

.t-select{
    -webkit-appearance:none;
    appearance:none;
    -moz-appearance:none;
    background:transparent;
    border:0;
    border-radius:0;
    box-sizing:border-box;
    color:initial;
    cursor:pointer;
    font-size:16px;
    height:60px;
    line-height:1.33;
    outline:none;
    padding:0 45px 0 20px;
    width:100%
}

.t-select_bbonly{
    background-color:transparent!important;
    border-left:0!important;
    border-radius:0!important;
    border-right:0!important;
    border-top:0!important;
    outline:none;
    padding-left:0!important;
    padding-right:0!important
}

.t-select_bbonly option{
    background-color:#fff;
    color:#000
}

#allrecords .t-select.t-focusable{
    outline-color:#2015ff;
    outline-offset:4px;
    outline-style:auto
}

.t-select__wrapper{
    position:relative
}

.t-select__wrapper:after{
    border-color:#000 transparent transparent;
    border-style:solid;
    border-width:6px 5px 0;
    bottom:0;
    content:" ";
    height:0;
    margin:auto;
    pointer-events:none;
    position:absolute;
    right:20px;
    top:0;
    width:0
}

.t-select::-ms-expand{
    height:0;
    opacity:0;
    width:0
}

.t-select__wrapper_bbonly:after{
    right:0!important
}

.t-radio__wrapper{
    margin-top:5px
}

.t-input-block_rd-flex .t-checkboxes__wrapper,.t-input-block_rd-flex .t-checkboxes__wrapper fieldset,.t-input-block_rd-flex .t-radio__wrapper,.t-input-block_rd-flex .t-radio__wrapper fieldset{
    -ms-flex-pack:start;
    -webkit-column-gap:15px;
    column-gap:15px;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content:flex-start;
    justify-content:flex-start
}

.t-input-block_rd-flex .t-checkboxes__wrapper fieldset,.t-input-block_rd-flex .t-radio__wrapper fieldset{
    width:100%
}

.t-input-block_rd-flex.t-input-block_rd-width25 .t-checkboxes__wrapper,.t-input-block_rd-flex.t-input-block_rd-width25 .t-checkboxes__wrapper fieldset,.t-input-block_rd-flex.t-input-block_rd-width25 .t-radio__wrapper,.t-input-block_rd-flex.t-input-block_rd-width25 .t-radio__wrapper fieldset,.t-input-block_rd-flex.t-input-block_rd-width33 .t-checkboxes__wrapper,.t-input-block_rd-flex.t-input-block_rd-width33 .t-checkboxes__wrapper fieldset,.t-input-block_rd-flex.t-input-block_rd-width33 .t-radio__wrapper,.t-input-block_rd-flex.t-input-block_rd-width33 .t-radio__wrapper fieldset,.t-input-block_rd-flex.t-input-block_rd-width50 .t-checkboxes__wrapper,.t-input-block_rd-flex.t-input-block_rd-width50 .t-checkboxes__wrapper fieldset,.t-input-block_rd-flex.t-input-block_rd-width50 .t-radio__wrapper,.t-input-block_rd-flex.t-input-block_rd-width50 .t-radio__wrapper fieldset{
    -ms-flex-pack:start;
    -webkit-justify-content:flex-start;
    justify-content:flex-start
}

.t-input-block.t-input-block_rd-flex:not(.t-input-block_rd-width50):not(.t-input-block_rd-width33):not(.t-input-block_rd-width25)
.t-checkboxes__wrapper,.t-input-block.t-input-block_rd-flex:not(.t-input-block_rd-width50):not(.t-input-block_rd-width33):not(.t-input-block_rd-width25)
.t-radio__wrapper{
    -webkit-column-gap:25px;
    column-gap:25px
}

.t-input-block_rd-flex.t-input-block_rd-width25 .t-checkboxes__item,.t-input-block_rd-flex.t-input-block_rd-width25 .t-radio__control,.t-input-block_rd-flex.t-input-block_rd-width25 .t-radio__ownvariant-wrapper,.tn-atom__form .t-input-block_rd-flex.t-input-block_rd-width25 .t-checkbox__control{
    width:calc(25% - 11.25px)
}

.t-input-block_rd-flex.t-input-block_rd-width33 .t-checkboxes__item,.t-input-block_rd-flex.t-input-block_rd-width33 .t-radio__control,.t-input-block_rd-flex.t-input-block_rd-width33 .t-radio__ownvariant-wrapper,.tn-atom__form .t-input-block_rd-flex.t-input-block_rd-width33 .t-checkbox__control{
    width:calc(33.33333% - 10px)
}

.t-input-block_rd-flex.t-input-block_rd-width50 .t-checkboxes__item,.t-input-block_rd-flex.t-input-block_rd-width50 .t-radio__control,.t-input-block_rd-flex.t-input-block_rd-width50 .t-radio__ownvariant-wrapper,.tn-atom__form .t-input-block_rd-flex.t-input-block_rd-width50 .t-checkbox__control{
    width:calc(50% - 7.5px)
}

.t-checkbox__control{
    cursor:pointer;
    display:table;
    position:relative
}

.t-checkbox__control.t-checkbox__control_flex{
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    gap:10px
}

.t-checkbox__control .t-checkbox{
    opacity:0;
    position:absolute;
    z-index:-1
}

.t-checkbox__indicator{
    border:2px solid #000;
    box-sizing:border-box;
    display:inline-block;
    height:20px;
    opacity:.6;
    position:relative;
    transition:all .2s;
    vertical-align:middle;
    width:20px
}

.t-checkbox__indicator,.t-radio__indicator{
    -ms-flex-negative:0;
    -webkit-flex-shrink:0;
    flex-shrink:0
}

.t-checkbox__indicator:after{
    border:solid #000;
    border-width:0 2px 2px 0;
    content:"";
    display:none;
    height:8px;
    left:6px;
    position:absolute;
    top:2px;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    width:3px
}

.t-checkbox__control .t-checkbox:checked~.t-checkbox__indicator{
    opacity:1
}

.t-checkbox__control .t-checkbox:checked~.t-checkbox__indicator:after{
    display:block
}

.t-checkbox__labeltext,.t-checkbox__labeltext div{
    display:inline
}

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

.t-checkboxes__wrapper .t-checkbox__control,.t-checkboxes__wrapper .t-ownvariant-wrapper_flex{
    margin:10px 0
}

.t-radio{
    opacity:0;
    position:absolute;
    z-index:-1
}

.t-radio__control{
    cursor:pointer;
    display:table;
    margin:0 0 10px;
    position:relative
}

.t-checkbox__control.t-text_xs,.t-radio__control.t-text_xs{
    line-height:1
}

.t-input-block:not(.t-input-block_rd-flex) .t-radio__control{
    width:100%
}

.t-input-block .t-ownvariant-wrapper_flex .t-radio__control,.tn-atom .t-input__own-answer-wrapper .t-radio__control{
    width:auto
}

.t-input-block .t-ownvariant-wrapper_flex .t-radio__control{
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex
}

.t-radio__control:first-child{
    margin:3px 0 10px
}

.t-radio__control:last-child{
    margin:0
}

.t-input-block_rd-flex .t-radio__control,.t-input-block_rd-flex .t-radio__control:first-child,.t-input-block_rd-flex .t-radio__control:last-child{
    margin:0 0 10px
}

.t-radio__indicator{
    border:2px solid #000;
    border-radius:50%;
    box-sizing:border-box;
    display:inline-block;
    height:20px;
    margin-right:10px;
    opacity:.6;
    position:relative;
    transition:all .2s;
    vertical-align:middle;
    width:20px
}

.t-radio__indicator:after{
    background:#000;
    border-radius:50%;
    bottom:0;
    content:"";
    height:10px;
    left:0;
    margin:auto;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    transition:all .2s;
    width:10px
}

.t-radio__control .t-radio:checked~.t-radio__indicator,.t-radio__control .t-radio:checked~.t-radio__indicator:after{
    opacity:1
}

.t-input-block_rd-flex .t-checkbox__control,.t-input-block_rd-flex .t-radio__control{
    box-sizing:border-box
}

.t-rate__wrapper_numbers{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}

.t-rate__wrapper_icons{
    display:inline-block
}

.t-rate__wrapper .t-rate__control:first-child,.t-rate__wrapper [type=radio]{
    margin:0;
    padding:0
}

.t-rate__text-wrapper{
    -ms-flex-pack:justify;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    margin-top:11px;
    width:100%
}

.t-rate__text{
    line-height:1.2;
    width:50%
}

.t-rate__wrapper_icons-3 .t-rate__text{
    width:80px
}

.t-rate__text_start{
    text-align:left
}

.t-rate__text_end{
    text-align:right
}

.t-rate__control{
    cursor:pointer;
    margin-bottom:0
}

.t-rate__wrapper_numbers .t-rate__control{
    -webkit-flex:1 1 auto;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    height:40px
}

.t-rate__wrapper_numbers .t-rate__control .t-rate__indicator{
    -ms-flex-pack:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
    box-sizing:border-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    font-weight:500;
    height:100%;
    -webkit-justify-content:center;
    justify-content:center;
    position:relative;
    transition:all .2s;
    width:100%
}

.t-rate__wrapper_numbers .t-rate__control .t-rate__indicator:after{
    background:#000;
    border-radius:50%;
    bottom:0;
    content:"";
    height:10px;
    left:0;
    margin:auto;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    transition:all .2s;
    width:10px
}

.t-rate__wrapper_numbers .t-rate:checked+.t-rate__indicator{
    background-color:rgba(0,0,0,.1)
}

.t-rate__wrapper_numbers .t-rate__indicator{
    background-color:transparent;
    border:1px solid #000
}

.t-rate__wrapper_numbers .t-rate__control+.t-rate__control .t-rate__indicator{
    border-left:none!important
}

.t-rate__wrapper_numbers .t-rate__control:hover .t-rate__indicator{
    background-color:rgba(0,0,0,.1)
}

.t-rate__wrapper_numbers .t-rate__text-wrapper{
    -ms-flex-pack:justify;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    margin-top:6px;
    width:100%
}

.t-rate__icons{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    font-size:0
}

.t-rate__icons .t-rate:checked~.t-rate__control>.t-rate__indicator svg path,.t-rate__icons .t-rate__control .t-rate__indicator svg path,.t-rate__icons:hover>.t-rate__control:hover~.t-rate~.t-rate__control>.t-rate__indicator svg path{
    opacity:.3
}

.t-rate__icons:hover>.t-rate+.t-rate__control>.t-rate__indicator svg path,.t-rate__icons>.t-rate:checked+.t-rate__control>.t-rate__indicator svg path,.t-rate__icons>.t-rate~.t-rate__control:hover>.t-rate__indicator svg path,.t-rate__wrapper_active .t-rate__icons .t-rate__control .t-rate__indicator svg path{
    opacity:1
}

.t-rate__wrapper_icons .t-rate__control{
    padding-right:18px
}

.t-rate__wrapper_icons .t-rate__control:last-of-type{
    padding-right:0
}

.t-rate__wrapper_icons .t-rate__indicator{
    max-width:40px
}

.t-rate__wrapper_icons .t-rate__indicator svg{
    height:auto;
    width:100%
}

.t-rate{
    opacity:0;
    position:absolute;
    z-index:-1
}

.t-step-form__step{
    display:none
}

.t-step-form__step_active{
    display:block!important
}

.t-step-form__step_fadeInUp{
    -webkit-animation:fade-in .7s,move-up .7s;
    animation:fade-in .7s,move-up .7s
}

.t-step-form__step_fadeOutDown{
    -webkit-animation:fade-out .4s,move-down .4s;
    animation:fade-out .4s,move-down .4s;
    pointer-events:none
}

.t-step-form__step_fadeIn{
    -webkit-animation:fade-in .7s;
    animation:fade-in .7s
}

.t-step-form__step_fadeOut{
    -webkit-animation:fade-out .4s;
    animation:fade-out .4s;
    pointer-events:none
}

@-webkit-keyframes fade-in{
    0%{
        display:block;
        opacity:0
    }

    to{
        display:block;
        opacity:1
    }


}

@keyframes fade-in{
    0%{
        display:block;
        opacity:0
    }

    to{
        display:block;
        opacity:1
    }


}

@-webkit-keyframes fade-out{
    0%{
        display:block;
        opacity:1
    }

    to{
        opacity:0
    }


}

@keyframes fade-out{
    0%{
        display:block;
        opacity:1
    }

    to{
        opacity:0
    }


}

@-webkit-keyframes move-up{
    0%{
        -webkit-transform:translateY(15px);
        transform:translateY(15px)
    }

    to{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }


}

@keyframes move-up{
    0%{
        -webkit-transform:translateY(15px);
        transform:translateY(15px)
    }

    to{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }


}

@-webkit-keyframes move-down{
    0%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }

    to{
        -webkit-transform:translateY(20px);
        transform:translateY(20px)
    }


}

@keyframes move-down{
    0%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }

    to{
        -webkit-transform:translateY(20px);
        transform:translateY(20px)
    }


}

@media screen and (min-width:1024px){
    .t-radio:focus-visible+.t-radio__indicator{
        box-shadow:0 0 0 3px #0096ff
    }

    .t-checkbox:focus-visible+.t-checkbox__indicator{
        box-shadow:0 0 0 3px #0096ff
    }


}

@media screen and (max-width:640px){
    .t-rate__icons{
        -ms-flex-pack:justify;
        -webkit-justify-content:space-between;
        justify-content:space-between
    }

    .t-rate__wrapper_icons .t-rate__control{
        padding-right:10px
    }

    .t-rate__wrapper_icons-3 .t-rate__text{
        width:50%
    }


}

.t-inputquantity__wrapper{
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex
}

.t-inputquantity{
    margin-left:.5rem;
    margin-right:.5rem;
    text-align:center;
    width:70px
}

.t-inputquantity__btn{
    background-color:transparent;
    border:none;
    cursor:pointer;
    font-size:26px;
    margin:0;
    padding:0 .5rem;
    -webkit-user-select:none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -ms-user-select:none
}

.t-form__inputsbox_inrow .t-input-group_width100 .t-inputquantity,.t-form__inputsbox_inrow .t-input-group_width25 .t-inputquantity,.t-form__inputsbox_inrow .t-input-group_width33 .t-inputquantity,.t-form__inputsbox_inrow .t-input-group_width50 .t-inputquantity{
    text-align:left;
    width:100%!important
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{
    -webkit-appearance:none;
    margin:0
}

input[type=number]{
    -moz-appearance:textfield
}

.t-range:focus-visible{
    outline-color:#2015ff;
    outline-offset:4px;
    outline-offset:2px;
    outline-style:auto
}

.t-form .uploadcare-widget-button{
    background:#333;
    font-size:14px;
    line-height:1.4
}

.t-form .uploadcare-widget-button:hover{
    background:#444
}

.t-form .uploadcare--widget__button{
    cursor:pointer
}

legend.t-input-title{
    padding-left:0
}

.t-input-title{
    display:block;
    height:100%;
    padding-right:10px;
    vertical-align:middle
}

.t-input-group_inonerow .t-input-title{
    padding-right:0
}

.t-input-subtitle{
    display:block;
    height:100%;
    padding-right:10px;
    vertical-align:middle
}

.t-form__bottom-text{
    margin-top:30px;
    text-align:center
}

@media screen and (max-width:479px){
    .t-form__inputsbox_flex .t-input-group,.t-form__inputsbox_flex .t-input-group.t-input-group_inonerow,.t-form__inputsbox_inrow .t-input-group_width100:not(.t-input-group_inonerow) .t-input-block,.t-form__inputsbox_inrow .t-input-group_width100:not(.t-input-group_inonerow) .t-input-title,.t-form__inputsbox_inrow .t-input-group_width25:not(.t-input-group_inonerow) .t-input-block,.t-form__inputsbox_inrow .t-input-group_width25:not(.t-input-group_inonerow) .t-input-title,.t-form__inputsbox_inrow .t-input-group_width33:not(.t-input-group_inonerow) .t-input-block,.t-form__inputsbox_inrow .t-input-group_width33:not(.t-input-group_inonerow) .t-input-title,.t-form__inputsbox_inrow .t-input-group_width50:not(.t-input-group_inonerow) .t-input-block,.t-form__inputsbox_inrow .t-input-group_width50:not(.t-input-group_inonerow) .t-input-title{
        width:100%
    }

    .t-input-group_inonerow:not(.t-input-group_inrow-last){
        margin-right:0
    }

    .t-input-group_inonerow .t-input-title{
        padding-right:10px
    }

    .t-input-block_rd-flex.t-input-block_rd-width25 .t-checkboxes__wrapper,.t-input-block_rd-flex.t-input-block_rd-width25 .t-radio__wrapper,.t-input-block_rd-flex.t-input-block_rd-width33 .t-checkboxes__wrapper,.t-input-block_rd-flex.t-input-block_rd-width33 .t-radio__wrapper,.t-input-block_rd-flex.t-input-block_rd-width50 .t-checkboxes__wrapper,.t-input-block_rd-flex.t-input-block_rd-width50 .t-radio__wrapper{
        -ms-flex-pack:start;
        -webkit-justify-content:flex-start;
        justify-content:flex-start
    }

    .t-input-block_rd-flex.t-input-block_rd-width25 .t-checkboxes__item,.t-input-block_rd-flex.t-input-block_rd-width25 .t-radio__control,.t-input-block_rd-flex.t-input-block_rd-width25 .t-radio__ownvariant-wrapper,.t-input-block_rd-flex.t-input-block_rd-width33 .t-checkboxes__item,.t-input-block_rd-flex.t-input-block_rd-width33 .t-radio__control,.t-input-block_rd-flex.t-input-block_rd-width33 .t-radio__ownvariant-wrapper,.t-input-block_rd-flex.t-input-block_rd-width50 .t-checkboxes__item,.t-input-block_rd-flex.t-input-block_rd-width50 .t-radio__control,.t-input-block_rd-flex.t-input-block_rd-width50 .t-radio__ownvariant-wrapper,.tn-atom__form .t-input-block_rd-flex.t-input-block_rd-width25 .t-checkbox__control,.tn-atom__form .t-input-block_rd-flex.t-input-block_rd-width33 .t-checkbox__control,.tn-atom__form .t-input-block_rd-flex.t-input-block_rd-width50 .t-checkbox__control{
        width:100%
    }

    .t-input-block_rd-flex.t-input-block_rd-width25.t-input-block_rd-mobile-half .t-checkboxes__item,.t-input-block_rd-flex.t-input-block_rd-width25.t-input-block_rd-mobile-half .t-radio__control,.t-input-block_rd-flex.t-input-block_rd-width25.t-input-block_rd-mobile-half .t-radio__ownvariant-wrapper,.t-input-block_rd-flex.t-input-block_rd-width33.t-input-block_rd-mobile-half .t-checkboxes__item,.t-input-block_rd-flex.t-input-block_rd-width33.t-input-block_rd-mobile-half .t-radio__control,.t-input-block_rd-flex.t-input-block_rd-width33.t-input-block_rd-mobile-half .t-radio__ownvariant-wrapper,.t-input-block_rd-flex.t-input-block_rd-width50.t-input-block_rd-mobile-half .t-checkboxes__item,.t-input-block_rd-flex.t-input-block_rd-width50.t-input-block_rd-mobile-half .t-radio__control,.t-input-block_rd-flex.t-input-block_rd-width50.t-input-block_rd-mobile-half .t-radio__ownvariant-wrapper,.tn-atom__form .t-input-block_rd-flex.t-input-block_rd-width25.t-input-block_rd-mobile-half .t-checkbox__control,.tn-atom__form .t-input-block_rd-flex.t-input-block_rd-width33.t-input-block_rd-mobile-half .t-checkbox__control,.tn-atom__form .t-input-block_rd-flex.t-input-block_rd-width50.t-input-block_rd-mobile-half .t-checkbox__control{
        width:calc(50% - 7.5px)
    }

    .t-input-block.t-input-block_rd-flex:not(.t-input-block_rd-width50):not(.t-input-block_rd-width33):not(.t-input-block_rd-width25)
    .t-checkboxes__item,.t-input-block.t-input-block_rd-flex:not(.t-input-block_rd-width50):not(.t-input-block_rd-width33):not(.t-input-block_rd-width25)
    .t-radio__control,.t-input-block.t-input-block_rd-flex:not(.t-input-block_rd-width50):not(.t-input-block_rd-width33):not(.t-input-block_rd-width25)
    .t-radio__ownvariant-wrapper,.t-input-block_rd-flex.t-input-block_rd-width25.t-input-block_rd-mobile-half
    .t-radio__ownvariant-wrapper
    .t-radio__control,.t-input-block_rd-flex.t-input-block_rd-width33.t-input-block_rd-mobile-half
    .t-radio__ownvariant-wrapper
    .t-radio__control,.t-input-block_rd-flex.t-input-block_rd-width50.t-input-block_rd-mobile-half
    .t-radio__ownvariant-wrapper
    .t-radio__control,.tn-atom__form
    .t-input-block.t-input-block_rd-flex:not(.t-input-block_rd-width50):not(.t-input-block_rd-width33):not(.t-input-block_rd-width25)
    .t-checkbox__control{
        width:100%
    }

    .t-form__inputsbox_inrow .t-input-group_width25 .t-datepicker__icon{
        display:block
    }

    .t-form__inputsbox_inrow .t-input-group_width100 .t-inputquantity,.t-form__inputsbox_inrow .t-input-group_width25 .t-inputquantity,.t-form__inputsbox_inrow .t-input-group_width33 .t-inputquantity,.t-form__inputsbox_inrow .t-input-group_width50 .t-inputquantity{
        text-align:center;
        width:70px!important
    }

    .tn-atom .t-input-block_rd-flex .t-input__own-answer-wrapper .t-checkbox__control,.tn-atom .t-input-block_rd-flex .t-input__own-answer-wrapper .t-radio__control{
        width:auto!important
    }


}

.t-checkboxes__ownvariant-wrapper .t-input-block,.t-radio__ownvariant-wrapper .t-input-block{
    position:relative
}

.t-ownvariant-wrapper_flex{
    -ms-flex-align:start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    gap:10px;
    width:100%
}

.t-ownvariant-wrapper_flex .t-checkbox__control,.t-ownvariant-wrapper_flex .t-radio__control{
    -ms-flex-negative:0;
    -webkit-flex-shrink:0;
    flex-shrink:0;
    margin:0
}

.t-ownvariant-wrapper_flex .t-input-ownanswer{
    border-bottom:1px solid #000;
    box-sizing:border-box;
    display:none;
    height:20px;
    line-height:1;
    padding:0;
    width:100%
}

.t-input-ownanswer+.t-input__vis-ph{
    display:none
}

.t-input-ownanswer.t-input-ownanswer_active+.t-input__vis-ph{
    display:block
}


.t-checkbox__ownvariant-input-wrapper,.t-input-block_rd-width25 .t-ownvariant-wrapper_flex.t-radio__ownvariant_withlabel .t-radio__ownvariant-input-wrapper,.t-input-block_rd-width33
.t-ownvariant-wrapper_flex.t-checkboxes__ownvariant_withlabel
.t-checkbox__ownvariant-input-wrapper,.t-input-block_rd-width33 .t-ownvariant-wrapper_flex.t-radio__ownvariant_withlabel .t-radio__ownvariant-input-wrapper{
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}

.t-input-block_rd-width25 .t-ownvariant-wrapper_flex.t-checkboxes__ownvariant_withlabel .t-checkbox__title,.t-input-block_rd-width25 .t-ownvariant-wrapper_flex.t-radio__ownvariant_withlabel .t-radio__title,.t-input-block_rd-width33 .t-ownvariant-wrapper_flex.t-checkboxes__ownvariant_withlabel .t-checkbox__title,.t-input-block_rd-width33 .t-ownvariant-wrapper_flex.t-radio__ownvariant_withlabel .t-radio__title{
    -ms-flex-negative:1;
    -webkit-flex-shrink:1;
    flex-shrink:1
}

.t-form__hidden,[data-hidden-by-condition=true]{
    display:none!important
}

@media screen and (max-width:479px){
    .t-input-block_rd-width25
    .t-ownvariant-wrapper_flex.t-checkboxes__ownvariant_withlabel
    .t-checkbox__ownvariant-input-wrapper,.t-input-block_rd-width25
    .t-ownvariant-wrapper_flex.t-radio__ownvariant_withlabel
    .t-radio__ownvariant-input-wrapper,.t-input-block_rd-width33
    .t-ownvariant-wrapper_flex.t-checkboxes__ownvariant_withlabel
    .t-checkbox__ownvariant-input-wrapper,.t-input-block_rd-width33
    .t-ownvariant-wrapper_flex.t-radio__ownvariant_withlabel
    .t-radio__ownvariant-input-wrapper{
        -webkit-flex-wrap:nowrap;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap
    }

    .t-input-block_rd-width25 .t-ownvariant-wrapper_flex.t-checkboxes__ownvariant_withlabel .t-checkbox__title,.t-input-block_rd-width25 .t-ownvariant-wrapper_flex.t-radio__ownvariant_withlabel .t-radio__title,.t-input-block_rd-width33 .t-ownvariant-wrapper_flex.t-checkboxes__ownvariant_withlabel .t-checkbox__title,.t-input-block_rd-width33 .t-ownvariant-wrapper_flex.t-radio__ownvariant_withlabel .t-radio__title{
        -ms-flex-negative:0;
        -webkit-flex-shrink:0;
        flex-shrink:0
    }


}


/*gallery-features-style*/
.gallery-wrapper,
.gallery-wrapper .t-slds,
.gallery-wrapper .t-slds__main,
.gallery-wrapper .t-slds__items-wrapper {
    overflow: visible !important;
    position: relative;
}

.gallery-wrapper .t-slds__arrow_container {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    width: 100% !important;
    transform: translateY(-50%) !important;
    pointer-events: none;
    z-index: 999;
}

.gallery-wrapper .t-slds__arrow_wrapper {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    pointer-events: auto;
    z-index: 1000;
}

.gallery-wrapper .t-slds__arrow_wrapper-left {
    left: -80px !important;
}

.gallery-wrapper .t-slds__arrow_wrapper-right {
    right: -80px !important;
}


/*gallery-style*/
#rec946958596 .t-section__title {
    margin-bottom: 90px;
}

#rec615880160 .t-section__title {
    margin-bottom: 105px;
}

#rec615880160 .t-section__descr {
}

@media screen and (max-width: 960px) {
    #rec615880160 .t-section__title {
        margin-bottom:45px;
    }
}
.t-section__container{
    display: flex;
    flex-direction: column;
}
.gallery_a{
    font-size:0;
}
.gallery_rec{
    padding-top:90px;
    padding-bottom:0;
}
.gallery_container{
    max-width:1500px;
}
.gallery_sub{
    margin-bottom: 60px;
    margin-top: -60px
}
.gallery_slds_main{
    touch-action: pan-y;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.gallery_arrow_container_outside{
    margin-left: auto;
    margin-right: auto
}
.gallery_arrow_btn{
    width: 40px;
    height: 40px;
    background-color: rgba(232,232,232,1);
}
.gallery_svg{
    display: block;
}
.gallery_arrow{
    width: 9px;
}
.gallery_caption{
    border-top: none;
}
.gallery_a{
    font-size:0;
}
.gallery_rec{
    padding-top:90px;
    padding-bottom:0;
}
.gallery_container{
    max-width:1500px;
}
.gallery_sub{
    margin-bottom: 60px;
    margin-top: -60px
}
.gallery_slds_main{
    touch-action: pan-y;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.gallery_arrow_container_outside{
    margin-left: auto;
    margin-right: auto
}
.gallery_arrow_btn{
    width: 40px;
    height: 40px;
    background-color: rgba(232,232,232,1);
}
.gallery_svg{
    display: block;
}
.gallery_arrow{
    width: 9px;
}
.gallery_wrapper{
    white-space: nowrap;
    transition: transform 0.3s ease;
}
.gallery_slds_item{
    display: inline-block;
    width: 100%;
}
.gallery_caption{
    border-top: none;
}
/*slds-1.4*/
.t-slds
{
    overflow:hidden;
    position:relative;
}

.t-slds__bgimg{
    background-position:50%;
    background-repeat:no-repeat;
    background-size:cover}
.t-slds__bgimg-contain{
    background-size:contain}
.t-slds__iframe{
    position:relative}
.t-slds__iframe__body{
    bottom:0;
    left:0;
    position:absolute;
    right:0;
    top:0}
.t-slds__img{
    display:block;
    width:100%}
.t-slds__container,.t-slds__items-wrapper{
    overflow:hidden;
    position:relative}
.t-store__relevants-grid-cont.t-store__valign-buttons .t-slds__items-wrapper{
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex}
.t-slds__nocycle .t-slds__item:not(.js-feed-post):first-child,.t-slds__nocycle .t-slds__item:not(.js-feed-post):not(.t-slds__item_dummy):last-child{
    opacity:0!important}
.t-slds__nocycle .t-slds__arrow_wrapper-left{
    display:none}
.t-slds__items-wrapper:after,.t-slds__items-wrapper:before{
    clear:both;
    content:"";
    display:table}
.t-slds_animated.t-slds_animated-fast,.t-slds_animated.t-slds_animated-none{
    transition:height .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition:height .3s ease-in-out,transform .3s ease-in-out;
    transition:height .3s ease-in-out,transform .3s ease-in-out,-webkit-transform .3s ease-in-out}
.t-slds_animated.t-slds_animated-slow{
    transition:height .5s ease-in-out,-webkit-transform .5s ease-in-out;
    transition:height .5s ease-in-out,transform .5s ease-in-out;
    transition:height .5s ease-in-out,transform .5s ease-in-out,-webkit-transform .5s ease-in-out}
.t-slds_animated.t-slds_animated-cancel{
    transition:height .3s ease-in-out,-webkit-transform 0s;
    transition:height .3s ease-in-out,transform 0s;
    transition:height .3s ease-in-out,transform 0s,-webkit-transform 0s}
.t-slds__item{
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    float:left;
    overflow:hidden}
#allrecords li.t-slds__item{
    list-style:none}
.t-slds_ie .t-slds__item{
    display:none!important}
.t-slds_ie .t-slds__item_active{
    display:block!important}
.t-slds__item-innactive:not(.t-slds__item_active){
    display:block;
    height:1px}
.t-slds__item-innactive:not(.t-slds__item_active) div{
    display:none}


#allrecords ul .t-slds__arrow_container{

    margin:0 auto;
    padding-left:0
}


.t-slds__arrow_container-outside{

    left:0;
    margin:0 auto;
    position:absolute;
    right:0;
    top:0;
}

.t-slds__arrow_container.t-slds__arrow_container-outside
{
    box-sizing:border-box;
    margin:0 0}

.t-slds__arrow_wrapper{

    bottom:0;
    cursor:pointer;
    list-style:none;
    position:absolute;
    top: 0;
    transition:height .3s ease-in-out;
    width:1%;
    z-index:9;

}
.t-slds__arrow_wrapper-left{
    left:0}
.t-slds__arrow_wrapper-right{
    right:0}
.t-slds__arrow{
    background-color:transparent;
    border:none;
    cursor:pointer;
    display:inline-block;
    outline-offset:5px;
    padding:0;
    position:absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%)}
@media screen and (max-width:640px){
    .t-store__relevants__container .t-slds__arrow{
        padding:20px}
    .t-store__relevants__container .t-slds__arrow-left {
        -webkit-transform:translateY(-50%) translateX(-20px);

        transform:translateY(-50%) translateX(-20px); left: 20px}

    .t-store__relevants__container .t-slds__arrow-right{
        -webkit-transform:translateY(-50%) translateX(20px);
        transform:translateY(-50%) translateX(20px)}
    .t-store__relevants__container .t-slds__arrow.t-slds__arrow-withbg{
        padding:0}
    .t-slds__arrow_wrapper{
        width:45px}
}

.t-slds__arrow-left{
    left:30px}
.t-slds__arrow-right{
    right:30px}
@media screen and (min-width:960px){
    .t-slds__arrow-nearpic .t-slds__arrow-left{
        left:auto;
        right:40px;
        -webkit-transform:translate(50%,-50%);
        transform:translate(50%,-50%)}
    .t-slds__arrow-nearpic .t-slds__arrow-right{
        left:40px;
        right:auto;
        -webkit-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%)}
    .t-slds__arrow-inpic .t-slds__arrow-left{
        left:auto;
        right:-40px;
        -webkit-transform:translate(50%,-50%);
        transform:translate(50%,-50%)}
    .t-slds__arrow-inpic .t-slds__arrow-right{
        left:-40px;
        right:auto;
        -webkit-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%)}
}
@media screen and (min-width:1200px){
    .t-slds__arrow-nearpic .t-slds__arrow-left{
        right:50px}
    .t-slds__arrow-nearpic .t-slds__arrow-right{
        left:50px}
    .t-slds__arrow-inpic .t-slds__arrow-left{
        right:-50px}
    .t-slds__arrow-inpic .t-slds__arrow-right{
        left:-50px}
}
.t-slds__arrow-withbg{
    background-color:#eee;
    border-radius:100px;
    transition:background-color .2s ease-in-out,border-color .2s ease-in-out}
.t-slds__arrow-withbg .t-slds__arrow_body{
    left:50%;
    position:absolute;
    top:50%}
.t-slds__arrow-withbg .t-slds__arrow_body-left{
    -webkit-transform:translate(-55%,-50%) rotate(180deg);
    transform:translate(-55%,-50%) rotate(180deg)}
.t-slds__arrow-withbg .t-slds__arrow_body-right{
    -webkit-transform:translate(-45%,-50%);
    transform:translate(-45%,-50%)}
.t-slds__arrow_body-left{
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg)}
#allrecords ul.t-slds__items-wrapper{
    margin:0!important;
    padding:0!important}
#allrecords ul.t-slds__bullet_wrapper{
    margin:0!important;
    padding-left:0!important}
.t-slds__bullet_wrapper,ul.t-slds__bullet_wrapper{
    font-size:0;
    list-style:none;
    padding:16px 0 0;
    position:relative;
    text-align:center;
    width:100%;
    z-index:10}
.t-slds__container .t-slds__bullet_wrapper{
    bottom:0;
    left:0;
    position:absolute;
    right:0}
.t-slds__container .t-slds__bullet_wrapper,.t-slds__container ul.t-slds__bullet_wrapper{
    padding-bottom:16px}
.t-slds__bullet{
    cursor:pointer;
    display:inline-block;
    padding:10px 5px}
.t-slds__bullet_body{
    background-color:#eee;
    border:none;
    border-radius:100px;
    box-sizing:border-box;
    cursor:pointer;
    height:8px;
    padding:0;
    transition:background-color .2s ease-in-out;
    width:8px}
.t-slds__caption__container{
    margin-top:16px;
    position:relative}
.t-slds__caption_wrapper{
    border-top:1px solid #eee;
    padding:14px 0}
.t-slds__caption{
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    transition:opacity .3s ease-in-out}
.t-slds__caption-active{
    left:auto;
    opacity:1;
    position:relative;
    right:auto;
    top:auto}
.t-slds__descr{
    color:#777;
    margin-top:5px}
@media screen and (max-width:960px){
    .t-width .t-slds__wrapper{
        padding:0 20px}
    .t-col_12 .t-slds__witharrows .t-slds__wrapper{
        padding:0}
    .t-width_12 .t-slds__witharrows .t-slds__wrapper{
        padding:0 20px}
    .t-slds__arrow-left{
        left:20px}
    .t-slds__arrow-right{
        right:20px}
}
@media screen and (max-width:640px){
    .t-slds__arrow-left{
        left:5px}
    .t-slds__arrow-right{
        right:5px}
    .t-store__relevants__container .t-slds__arrow-withbg{
        height:40px!important;
        width:40px!important}
    .t-slds__arrow-withbg{
        height:24px!important;
        width:24px!important}
    .t-slds__arrow_body{
        width:10px!important}
    .t-slds__arrow-withbg .t-slds__arrow_body{
        width:6px!important}
    .t-col .t-slds__witharrows .t-slds__wrapper{
        padding:0 15px}
    .t-width .t-slds__witharrows .t-slds__wrapper{
        padding:0 35px}
    .t-col_12 .t-slds__witharrows .t-slds__wrapper{
        padding:0 15px}
    .t-width_12 .t-slds__witharrows .t-slds__wrapper{
        padding:0 35px}
}
.t-slds__play{
    bottom:0;
    cursor:pointer;
    left:0;
    position:absolute;
    right:0;
    top:0;
    z-index:2}
.t-slds__play_icon{
    height:70px;
    left:0;
    margin:0 auto;
    position:absolute;
    right:0;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    transition:all .2s ease-in-out;
    width:70px}
.t-slds__play:hover .t-slds__play_icon{
    -webkit-transform:translateY(-50%) scale(1.15);
    transform:translateY(-50%) scale(1.15)}
.t-slds__frame{
    bottom:0;
    left:0;
    position:absolute;
    right:0;
    top:0;
    z-index:1}
.t-slds__thumbsbullet-wrapper{
    font-size:0}
.t-slds__thumbsbullets-with-gallery .t-slds__thumbs_gallery:after,.t-slds__thumbsbullets-with-gallery .t-slds__thumbs_gallery:before{
    bottom:0;
    left:0;
    opacity:1;
    position:absolute;
    right:0;
    top:0;
    transition:.2s}
.t-slds__thumbsbullets-with-gallery .t-slds__thumbs_gallery:before{
    background:rgba(0,0,0,.1);
    content:""}
.t-slds__thumbsbullets-with-gallery .t-slds__thumbs_gallery:after{
    color:#fff;
    content:"+ "attr(data-gallery-length);
    font-family:Roboto,Arial,sans-serif;
    font-size:36px;
    font-weight:700;
    height:30px;
    letter-spacing:-4px;
    line-height:30px;
    margin:auto;
    text-align:center}
.t-slds__thumbsbullets-with-gallery.t-slds{
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-direction:row;
    -webkit-flex-direction:row;
    flex-direction:row}
.t-slds__thumbsbullets-with-gallery .t-slds__main{
    -ms-flex-order:2;
    -webkit-order:2;
    order:2;
    width:calc(100% - 70px)}
.t-slds__thumbsbullets-with-gallery .t-slds__thumbsbullet.t-slds__bullet{
    margin:0 0 10px;
    width:100%}
.t-slds__thumbsbullets-with-gallery .t-slds__thumbsbullet.t-slds__bullet:last-child{
    margin-bottom:0}
.t-slds__thumbsbullets-with-gallery .t-slds__thumbsbullet-wrapper{
    -ms-flex-pack:justify;
    -ms-flex-order:1;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
    margin-right:10px;
    -webkit-order:1;
    order:1;
    width:60px}
@media screen and (max-width:640px){
    .t-slds__thumbsbullets-with-gallery .t-slds__main{
        width:100%}
    .t-slds__thumbsbullets-with-gallery .t-slds__thumbsbullet-wrapper{
        -ms-flex-order:2;
        -ms-flex-direction:row;
        -webkit-flex-direction:row;
        flex-direction:row;
        margin-right:0;
        margin-top:10px;
        -webkit-order:2;
        order:2;
        width:100%}
    .t-slds__thumbsbullets-with-gallery .t-slds__thumbsbullet.t-slds__bullet{
        margin-bottom:0;
        margin-right:10px;
        width:60px}
    .t-slds__thumbsbullets-with-gallery.t-slds{
        -ms-flex-direction:column;
        -webkit-flex-direction:column;
        flex-direction:column}
    .t-slds__thumbsbullets-with-gallery .t-slds__thumbs_gallery:after{
        font-size:32px}
}
.t-slds__thumbsbullet.t-slds__bullet{
    margin-right:5px;
    margin-top:4px;
    padding:0;
    position:relative;
    transition:opacity .3s ease-in-out;
    width:60px}
.t-slds__thumbsbullet.t-slds__bullet:not(.t-slds__bullet_active):hover{
    opacity:.7}
.t-slds__thumbsbullet-border{
    border:2px solid transparent;
    bottom:0;
    left:0;
    position:absolute;
    right:0;
    top:0;
    transition:border-color .3s ease-in-out}
.t-slds__thumbsbullet.t-slds__bullet_active .t-slds__thumbsbullet-border{
    border-color:rgba(0,0,0,.15)}
@media screen and (max-width:640px){
    .t-slds__thumbsbullet.t-slds__bullet{
        margin-right:4px;
        margin-top:3px;
        width:40px}
}
@media screen and (max-width:480px){
    .t-slds__arrow{
        outline-offset:3px}
}

/*grid-3.0*/

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

div, span, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, code, img,
b, u, i, center, table, tr, th, td, video {
    margin: 0;
    padding: 0;
    border: 0;
}

sup {
    line-height: 0;
    font-size: smaller;
    vertical-align: super;
}

sub {
    line-height: 0;
    font-size: smaller;
    vertical-align: sub;
}

.t-clear {
    clear: both;
}

.t-row {
    margin: 0;
}

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

.t-container.flexx,
.t-container_flex {
    display: flex;
}

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

.t-container_10 {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    padding: 0;
}

.t-container_8 {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    padding: 0;
}
.t-container::before,
.t-container::after,
.t-container_10::before,
.t-container_10::after,
.t-container_8::before,
.t-container_8::after,
.t-container_100::before,
.t-container_100::after {
    display: table;
    content: "";
    width: 0;
}

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

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

.t-col.flexx,
.t-col_flex {
    align-items: stretch;
    height: inherit;
    margin-top: auto;
    margin-bottom: auto;
}

.t-col_1  { max-width: 60px; }
.t-col_2  { max-width: 160px; }
.t-col_3  { max-width: 260px; }
.t-col_4  { max-width: 360px; }
.t-col_5  { max-width: 460px; }
.t-col_6  { max-width: 560px; }
.t-col_7  { max-width: 660px; }
.t-col_8  { max-width: 760px; }
.t-col_9  { max-width: 860px; }
.t-col_10 { max-width: 960px; }
.t-col_11 { max-width: 1060px; }
.t-col_12 { max-width: 1160px; }

.t-col_100 { max-width: 100vw; }

.t-prefix_1  { padding-left: 100px; }
.t-prefix_2  { padding-left: 20px; }
.t-prefix_3  { padding-left: 300px; }
.t-prefix_4  { padding-left: 400px; }
.t-prefix_5  { padding-left: 500px; }
.t-prefix_6  { padding-left: 600px; }
.t-prefix_7  { padding-left: 700px; }
.t-prefix_8  { padding-left: 800px; }
.t-prefix_9  { padding-left: 900px; }
.t-prefix_10 { padding-left: 1000px; }
.t-prefix_11 { padding-left: 1100px; }
.t-prefix_12 { padding-left: 1200px; }

.t-width { width: 100%; }

.t-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    margin: 0;
}

.t-cell_25  { width: 25vw; }
.t-cell_33  { width: 33.3333333vw; }
.t-cell_50  { width: 50vw; }
.t-cell_100 { width: 100vw; }

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

    .t-container_10 {
        max-width: 780px;
    }

    .t-container_8 {
        max-width: 640px;
    }

    .t-col {
        margin-left: 10px;
        margin-right: 10px;
    }

    .t-col_1  { max-width: 60px; }
    .t-col_2  { max-width: 140px; }
    .t-col_3  { max-width: 220px; }
    .t-col_4  { max-width: 300px; }
    .t-col_5  { max-width: 380px; }
    .t-col_6  { max-width: 460px; }
    .t-col_7  { max-width: 540px; }
    .t-col_8  { max-width: 620px; }
    .t-col_9  { max-width: 700px; }
    .t-col_10 { max-width: 780px; }
    .t-col_11 { max-width: 860px; }
    .t-col_12 { max-width: 940px; display: block; }

    .t-prefix_1  { padding-left: 80px; }
    .t-prefix_2  { padding-left: 160px; }
    .t-prefix_3  { padding-left: 240px; }
    .t-prefix_4  { padding-left: 320px; }
    .t-prefix_5  { padding-left: 400px; }
    .t-prefix_6  { padding-left: 480px; }
    .t-prefix_7  { padding-left: 560px; }
    .t-prefix_8  { padding-left: 640px; }
    .t-prefix_9  { padding-left: 720px; }
    .t-prefix_10 { padding-left: 800px; }
    .t-prefix_11 { padding-left: 880px; }
    .t-prefix_12 { padding-left: 960px; }
}

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

    .t-container {
        max-width: 640px;
    }

    .t-container.flexx,
    .t-container_flex {
        display: block;
    }

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

    .t-col_1,
    .t-col_2,
    .t-col_3,
    .t-col_4,
    .t-col_5,
    .t-col_6,
    .t-col_7,
    .t-col_8,
    .t-col_9,
    .t-col_10,
    .t-col_11,
    .t-col_12 {
        width: 100%;
        max-width: 100%;
    }
    .t-prefix_1,
    .t-prefix_2,
    .t-prefix_3,
    .t-prefix_4,
    .t-prefix_5,
    .t-prefix_6,
    .t-prefix_7,
    .t-prefix_8,
    .t-prefix_9,
    .t-prefix_10,
    .t-prefix_11,
    .t-prefix_12 {
        padding-left: 0;
    }
}


/*leftcontainer*/
@media screen and (max-width: 980px) {
    #rec628393058 .t228__leftcontainer {
        display:none;
    }
}

@media screen and (max-width: 980px) {
    #rec628393058 .t228__leftcontainer {
        padding:20px;
    }

    #rec628393058 .t228__imglogo {
        padding: 20px 0;
    }

    #rec628393058 .t228 {
        position: static;
    }
}


/*menu-mobile*/
.tmenu-mobile {
    background-color: #111;
    display: none;
    width: 100%;
    top: 0;
    z-index: 990;
}

.tmenu-mobile_positionfixed {
    position: fixed;
}

.tmenu-mobile__text {
    color: #fff;
}

.tmenu-mobile__container {
    min-height: 64px;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tmenu-mobile__list {
    display: block;
}

.tmenu-mobile__burgerlogo {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
}

.tmenu-mobile__imglogo {
    height: auto;
    display: block;
    max-width: 300px!important;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
}

@media screen and (max-width: 980px) {
    .tmenu-mobile__menucontent_hidden {
        display:none;
        height: 100%;
    }

    .tmenu-mobile {
        display: block;
    }
}

@media screen and (max-width: 980px) {
    #rec628393058 .tmenu-mobile {
        background-color:#ffffff;
    }

    #rec628393058 .t-menuburger {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}


#rec628393058 .tmenu-mobile__burgerlogo a {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
}


#rec628393058 .tmenu-mobile__burgerlogo__title {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
}


/*menuburger*/
.t-menuburger {
    position: relative;
    flex-shrink: 0;
    width: 28px;
    height: 20px;
    padding: 0;
    border: none;
    background-color: transparent;
    outline: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform .5s ease-in-out;
    cursor: pointer;
    z-index: 999;
}

.t-menuburger span {
    display: block;
    position: absolute;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    height: 3px;
    background-color: #000;
}

.t-menuburger span:nth-child(1) {
    top: 0px;
}

.t-menuburger span:nth-child(2),.t-menuburger span:nth-child(3) {
    top: 8px;
}

.t-menuburger span:nth-child(4) {
    top: 16px;
}

.t-menuburger__big {
    width: 42px;
    height: 32px;
}

.t-menuburger__big span {
    height: 5px;
}

.t-menuburger__big span:nth-child(2),.t-menuburger__big span:nth-child(3) {
    top: 13px;
}

.t-menuburger__big span:nth-child(4) {
    top: 26px;
}

.t-menuburger__small {
    width: 22px;
    height: 14px;
}

.t-menuburger__small span {
    height: 2px;
}

.t-menuburger__small span:nth-child(2),.t-menuburger__small span:nth-child(3) {
    top: 6px;
}

.t-menuburger__small span:nth-child(4) {
    top: 12px;
}

.t-menuburger-opened span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.t-menuburger-opened span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.t-menuburger-opened span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.t-menuburger-opened span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.t-menuburger-opened.t-menuburger__big span:nth-child(1) {
    top: 6px;
}

.t-menuburger-opened.t-menuburger__big span:nth-child(4) {
    top: 18px;
}

.t-menuburger-opened.t-menuburger__small span:nth-child(1),.t-menuburger-opened.t-menuburger__small span:nth-child(4) {
    top: 6px;
}

@media (hover),(min-width: 0\0) {
    .t-menuburger_first:hover span:nth-child(1) {
        transform:translateY(1px);
    }

    .t-menuburger_first:hover span:nth-child(4) {
        transform: translateY(-1px);
    }

    .t-menuburger_first.t-menuburger__big:hover span:nth-child(1) {
        transform: translateY(3px);
    }

    .t-menuburger_first.t-menuburger__big:hover span:nth-child(4) {
        transform: translateY(-3px);
    }
}

.t-menuburger_second span:nth-child(2),.t-menuburger_second span:nth-child(3) {
    width: 80%;
    left: 20%;
    right: 0;
}

@media (hover),(min-width: 0\0) {
    .t-menuburger_second.t-menuburger-hovered span:nth-child(2),.t-menuburger_second.t-menuburger-hovered span:nth-child(3) {
        animation:t-menuburger-anim 0.3s ease-out normal forwards;
    }

    .t-menuburger_second.t-menuburger-unhovered span:nth-child(2),.t-menuburger_second.t-menuburger-unhovered span:nth-child(3) {
        animation: t-menuburger-anim2 0.3s ease-out normal forwards;
    }
}

.t-menuburger_second.t-menuburger-opened span:nth-child(2),.t-menuburger_second.t-menuburger-opened span:nth-child(3) {
    left: 0;
    right: 0;
    width: 100%!important;
}

.t-menuburger_third span:nth-child(4) {
    width: 70%;
    left: unset;
    right: 0;
}

@media (hover),(min-width: 0\0) {
    .t-menuburger_third:not(.t-menuburger-opened):hover span:nth-child(4) {
        width:100%;
    }
}

.t-menuburger_third.t-menuburger-opened span:nth-child(4) {
    width: 0!important;
    right: 50%;
}

.t-menuburger_fourth {
    height: 12px;
}

.t-menuburger_fourth.t-menuburger__small {
    height: 8px;
}

.t-menuburger_fourth.t-menuburger__big {
    height: 18px;
}

.t-menuburger_fourth span:nth-child(2),.t-menuburger_fourth span:nth-child(3) {
    top: 4px;
    opacity: 0;
}

.t-menuburger_fourth span:nth-child(4) {
    top: 8px;
}

.t-menuburger_fourth.t-menuburger__small span:nth-child(2),.t-menuburger_fourth.t-menuburger__small span:nth-child(3) {
    top: 3px;
}

.t-menuburger_fourth.t-menuburger__small span:nth-child(4) {
    top: 6px;
}

.t-menuburger_fourth.t-menuburger__small span:nth-child(2),.t-menuburger_fourth.t-menuburger__small span:nth-child(3) {
    top: 3px;
}

.t-menuburger_fourth.t-menuburger__small span:nth-child(4) {
    top: 6px;
}

.t-menuburger_fourth.t-menuburger__big span:nth-child(2),.t-menuburger_fourth.t-menuburger__big span:nth-child(3) {
    top: 6px;
}

.t-menuburger_fourth.t-menuburger__big span:nth-child(4) {
    top: 12px;
}

@media (hover),(min-width: 0\0) {
    .t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(1) {
        transform:translateY(1px);
    }

    .t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(4) {
        transform: translateY(-1px);
    }

    .t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(1) {
        transform: translateY(3px);
    }

    .t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(4) {
        transform: translateY(-3px);
    }
}

.t-menuburger_fourth.t-menuburger-opened span:nth-child(1),.t-menuburger_fourth.t-menuburger-opened span:nth-child(4) {
    top: 4px;
}

.t-menuburger_fourth.t-menuburger-opened span:nth-child(2),.t-menuburger_fourth.t-menuburger-opened span:nth-child(3) {
    opacity: 1;
}

@keyframes t-menuburger-anim {
    0% {
        width: 80%;
        left: 20%;
        right: 0;
    }

    50% {
        width: 100%;
        left: 0;
        right: 0;
    }

    100% {
        width: 80%;
        left: 0;
        right: 20%;
    }
}

@keyframes t-menuburger-anim2 {
    0% {
        width: 80%;
        left: 0;
    }

    50% {
        width: 100%;
        right: 0;
        left: 0;
    }

    100% {
        width: 80%;
        left: 20%;
        right: 0;
    }
}


/*navigation-style*/
#rec628393058 a.t-menu__link-item {
    font-weight: 600;
}

.t-menu__submenu-wrapper {
    position: absolute;
    display: none;
    top: 35%;
    left: 19%;
    padding-top: 10px;
}

#rec628393058 a.t-menu__link-item:hover ~ .t-menu__submenu-wrapper,
.t-menu__submenu-wrapper:hover {
    display: block;
    cursor: pointer;
}

.t-menu__submenu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: relative;
    top: 40%;
    background-color: #fff;
    border: 1px solid #ccc;
    min-width: 200px;
    z-index: 1000;
    list-style: none;
    margin: 0;
    padding: 0 !important;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);

    transition:
        visibility 1s linear 1s,
        opacity 0.2s ease 1s;
}
.t-menu__item_has_submenu:hover .t-menu__submenu,
.t-menu__submenu:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
}

.t-menu__submenu li {
    padding: 0;
    display: block !important;
    flex-direction: column;
    cursor: pointer;
}

.t-menu__submenu li:hover {
    background-color: #eee;
}

.t-menu__submenu li a {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
}

.t-menu__submenu li a:hover {
    color: #000;
    cursor: pointer;
}

@media (max-width: 768px) {
    .t228__list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .t-menu__item_has_submenu {
        position: relative;
    }
    .nav_item{
        padding:0 8px 0 0;
    }
    .nav_last_item{
        padding:0 0 0 8px;
    }
    .image_nav{
        max-width: 150px;
        width: 150px;
        height: auto;
        display: block;
    }


    .menuburger_nav_color{
        background-color:#000000;
    }
    .bg_mobile_menucontent{
        background-color: rgba(255,255,255,0.0);
    }

    .t-menu__item_has_submenu a {
        display: block;
        width: 100%;
    }

    .t-menu__submenu {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;

        display: none;
        width: 100%;
        background-color: #f8f8f8;
        border: none;
        padding: 0;
        min-width: auto;
        z-index: 1;
        box-shadow: none;
        box-sizing: border-box;
    }
    .t-menu__submenu_visible {
        display: block !important;
    }
    .t-menu__submenu li {
        padding: 10px 15px;
        border-bottom: 1px solid #eee;
    }

    .t-menu__submenu li:last-child {
        border-bottom: none;
    }

    .t-menu__submenu li a {
        display: block;
        color: #555;
        text-decoration: none;
        font-size: 16px;
        padding: 0;
    }

    .t-menu__submenu li a:hover {
        background-color: transparent;
    }
    .t-menu__item_has_submenu.t-menu__item_open > a::after {
    }
}


/*news-style*/
.news_page{
    margin-top: 100px;
    margin-bottom: 100px;
}
.a-style{
    color: rgb(29, 181, 182);
    border-bottom: 1px solid rgb(29, 181, 182);
    box-shadow: none;
    text-decoration: none;
}
.t-redactor__text{
    margin-bottom: .75rem;
    padding: .25rem 0;
}
@media (max-width: 768px) and (max-width: 960px){
    ul.t915__container.t-feed {
        grid-template-columns: 1fr;
    }

    li.t-feed__post {
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
        justify-self: center;
    }
    li.t-col {
        height: auto !important;
    }
}
li.t-feed__post {
    flex-basis: 300px;
    flex-grow: 1;
    margin: 10px;
    border-radius: 12px;
    background-color: #ffffff;
    height: auto;
}

.news_block{
    padding-top:135px;
    padding-bottom:100px;
    background-color:#efefef;
    position: relative;
}
.news_a{
    font-size:0;
}
.t-section__descr {max-width:560px;}
#rec929718901 .t-section__title {margin-bottom:90px;}
@media screen and (max-width:960px) { #rec929718901 .t-section__title {margin-bottom:45px;}}
#rec929718901{
    margin: 0;
}
.news_element{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.news_btn{
    color: rgb(255, 255, 255);
    background-color: rgb(29, 181, 182);
    border-radius: 12px;
    pointer-events: inherit;
    opacity: 1;
    display: none;
}
#rec929718901 .t-feed__parts-switch-btn{ border:1px solid #000000;border-radius:40px;}
#rec929718901 .t-feed__parts-switch-btn span,#rec929718901 .t-feed__parts-switch-btn a{color:#000000;padding:6px 18px 6px;border-radius:40px;}
#rec929718901 .t-feed__parts-switch-btn.t-active{background-color:#000000;}
#rec929718901 .t-feed__parts-switch-btn.t-active span,#rec929718901 .t-feed__parts-switch-btn.t-active a{color:#ffffff !important;}
#rec929718901 .t-feed__post-popup__cover-wrapper .t-slds__arrow{background-color:rgba(255,255,255,1);}
#rec929718901 .t-feed__post-popup__cover-wrapper .t-slds__bullet_active .t-slds__bullet_body,#rec929718901 .t-feed__post-popup__cover-wrapper .t-slds__bullet:hover .t-slds__bullet_body{background-color:#222 !important;}
#rec929718901 .t-feed__parts-switch-btn{color:#000000;font-weight:400;}

.news_item{
    cursor: pointer;
    background-color:#ffffff;
    border-radius:12px;
    height: 510px
}
.news_wrapper{
    aspect-ratio: 1.3;
    border-radius:12px 12px 0 0;
}
.news_img{
    border-radius: 12px 12px 0 0;
}
.news_block{
    padding-top:135px;
    padding-bottom:100px;
    background-color:#efefef;
    position: relative;
}
.news_a{
    font-size:0;
}
#rec929718901 .t-section__title {margin-bottom:90px;}
@media screen and (max-width:960px) { #rec929718901 .t-section__title {margin-bottom:45px;}}
#rec929718901{
    margin: 0;
}
.news_element{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.news_btn{
    color: rgb(255, 255, 255);
    background-color: rgb(29, 181, 182);
    border-radius: 12px;
    pointer-events: inherit;
    opacity: 1;
    display: none;
}
#rec929718901 .t-feed__parts-switch-btn{ border:1px solid #000000;border-radius:40px;}
#rec929718901 .t-feed__parts-switch-btn span,#rec929718901 .t-feed__parts-switch-btn a{color:#000000;padding:6px 18px 6px;border-radius:40px;}
#rec929718901 .t-feed__parts-switch-btn.t-active{background-color:#000000;}
#rec929718901 .t-feed__parts-switch-btn.t-active span,#rec929718901 .t-feed__parts-switch-btn.t-active a{color:#ffffff !important;}
#rec929718901 .t-feed__post-popup__cover-wrapper .t-slds__arrow{background-color:rgba(255,255,255,1);}
#rec929718901 .t-feed__post-popup__cover-wrapper .t-slds__bullet_active .t-slds__bullet_body,#rec929718901 .t-feed__post-popup__cover-wrapper .t-slds__bullet:hover .t-slds__bullet_body{background-color:#222 !important;}
#rec929718901 .t-feed__parts-switch-btn{color:#000000;font-weight:400;}
.news_wrapper{
    aspect-ratio: 1.3;
    border-radius:12px 12px 0 0;
}
.news_img{
    border-radius: 12px 12px 0 0;
}

/*nth-child*/
#rec615880160 .t491__col:nth-child(-n + 4) {
    margin-top: 0;
}

/*page_blocks*/
.page_block{
    padding-top:60px;
    padding-bottom:60px;
}


/*page_header*/
.header_wrapper{
    height:100vh;
}
.header_h1{
    color: rgb(0, 0, 0);
}
.header_block_sub{
    font-size: 26px;
}
.header_sub{
    color: rgb(36, 36, 36);
}
#allrecords a.header_btn_wrapper{
    color:#ffffff;
    background-image:linear-gradient(0.25turn,rgba(148,64,255,1) 0%,rgba(29,181,182,1) 100%);
    border-radius:12px;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
    box-shadow:0px 0px 0px rgba(0,0,0,0.3);
}


/*payment_methods*/
.t795__title{
    margin-bottom: 40px;
}
.t664__container {
    margin-bottom: 0;
    padding-left: 0;
}
.t664__col {
    margin-bottom: 20px;
}
.t664__wrapper {
    position: relative;
    padding: 40px;
    border-radius: 9px;
}
.t664__question {
    margin-bottom: 16px;
}
.t664__question-name, .t664__answer-name {
    display: table-cell;
    vertical-align: top;
    width: 120px;
    color: #757575;
    padding-right: 15px;
}

/*popup-1.1*/
.t-body_popupshowed {
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
}

.t-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    overflow-y: auto;
    opacity: 0;

    transition: opacity 0.3s ease-in-out;

    width: 100%;
    height: 100%;
    box-sizing: border-box;

    cursor: pointer;
    padding: 0 20px;

    background-color: rgba(0, 0, 0, 0.6);

    z-index: 9999999;
    display: none;
    outline: 0;
}

.t-popup.t-popup_show {
    opacity: 1;
}

.t-popup__container {
    background: #fff;
    margin: 0 auto;

    width: auto;
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    z-index: 1;

    cursor: default;

    transform: translateY(-30%) scale(0.9);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .t-popup__container {
        width: 100%;
    }
}

.t-popup__container-animated {
    transition: transform 0.3s ease-in-out;
}

.t-popup_show .t-popup__container {
    transform: translateY(-50%);
}

.t-popup__container.t-popup__container-static {
    margin: 65px auto;
    top: 0;
    position: relative;

    left: auto;
    right: auto;
    width: 100%;

    transform: translateY(30%) scale(0.9);
}

.t-popup_show .t-popup__container.t-popup__container-static {
    transform: translateY(0);
}

.t-popup__close {
    position: fixed;
    right: 20px;
    top: 20px;

    width: 23px;
    height: 23px;

    cursor: pointer;
    transition: opacity 0.3s ease-in-out;

    z-index: 9;
}

@media (min-width: 429px) and (hover), (min-width:0\0) {
    .t-popup__close:hover {
        opacity: 0.7;
    }
}

.t-popup__block-close {
    top: 10px;
    right: 10px;
    width: 43px;
    height: 43px;
}

.t-popup__block-close-button {
    width: 23px;
    padding: 10px;

    font-size: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

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


/*prices*/
#rec1068964651 .t-section__title {
    margin-bottom: 20px;
}

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

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

    #rec1068964651 .t-section__descr {
        margin-bottom: 30px;
    }
    .t-menu__submenu {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;

        display: none;
        width: 100%;
        background-color: #f8f8f8;
        border: none;
        padding: 0;
        min-width: auto;
        z-index: 1;
        box-shadow: none;
        box-sizing: border-box;
    }
    .t-menu__submenu_visible {
        display: block !important;
    }
    .t-menu__submenu li {
        padding: 10px 15px;
        border-bottom: 1px solid #eee;
    }

    .t-menu__submenu li:last-child {
        border-bottom: none;
    }

    .t-menu__submenu li a {
        display: block;
        color: #555;
        text-decoration: none;
        font-size: 16px;
        padding: 0;
    }

    .t-menu__submenu li a:hover {
        background-color: transparent;
    }
    .t-menu__item_has_submenu.t-menu__item_open > a::after {
    }
}

.tooltip-horizontal-scroll-icon_hand {
    animation: tooltip-horizontal-scroll-icon_anim-scroll-hand 2s infinite
}

.tooltip-horizontal-scroll-icon_card {
    animation: tooltip-horizontal-scroll-icon_anim-scroll-card 2s infinite
}

@keyframes tooltip-horizontal-scroll-icon_anim-scroll-hand {
    0% {
        transform: translateX(80px) scale(1);
        opacity: 0
    }

    10% {
        transform: translateX(80px) scale(1);
        opacity: 1
    }

    20%,60% {
        transform: translateX(175px) scale(.6);
        opacity: 1
    }

    80% {
        transform: translateX(5px) scale(.6);
        opacity: 1
    }

    to {
        transform: translateX(5px) scale(.6);
        opacity: 0
    }
}

@keyframes tooltip-horizontal-scroll-icon_anim-scroll-card {
    0%,60% {
        transform: translateX(0)
    }

    80%,to {
        transform: translateX(-240px)
    }
}

#rec1068964651 .t1196__slider {gap:40px;}
#rec1068964651 .t1196__control:hover {border-color:#1db5b6 !important;}
#rec1068964651 .t1196__control:hover svg path {stroke:#1db5b6 !important;}
#rec1068964651 .t1196__item {width:360px;border:1px solid #e0e6ed;}
#rec1068964651 .t1196__content {padding:30px;}
#rec1068964651 .t1196__item:hover {background-color:#ffffff;box-shadow:0px 15px 30px -10px rgba(0,11,48,0.2);}
#rec1068964651 {height:calc(360px / (4 / 3));}
@media (max-width:480px){
    #rec1068964651 .t1196__slider {gap:10px;}
    #rec1068964651 .t1196__item {width:280px;}
    #rec1068964651 .t1196__content {}#rec1068964651 {height:calc(280px / (4 / 3));}
}

#rec1068964651 .t1196__item{border-radius:20px;}
#rec1068964651 {
    margin-bottom: 550px;
}


/*prices_style*/
.prices_a{
    font-size:0;
}
.prices_block{
    padding-top:90px;
    padding-bottom:90px;
}
.prices_btn{
    border-radius:50px;
    background-color:transparent;
    border:1px solid #babcbc;
}
.prices_wrapper{
    mix-blend-mode: multiply;
}


/*pricing_plans*/
.pricing_tariff{
    margin-left: -15px;
    margin-right: -30px
}


/*quill-table*/
.quill-table__wrapper {
    overflow-x: auto;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.quill-table__table {
    border-collapse: collapse;
    box-sizing: border-box;
    table-layout: fixed;
    width: 100%;
}

table .quill-table__cell {
    word-wrap: break-word;
    border: 1px solid #dcdcdc;
    padding: 2px 5px;
    position: relative;
}

.quill-table__cell-line {
    margin: 0;
    padding: 0;
}
.quill-table__cell {
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}


/*roadmap*/
.roadmap_header{
    margin-top: 80px;
    margin-bottom: 80px
}
.roadmap_btn{
    margin-bottom: 40px;
}
.roadmap_block{
    padding-bottom:60px;
}
.roadmap_row{
    margin-top: 0;
}


/*roadmap-style*/
.t758__list {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 40px auto 80px 0 !important;
}
.t758__list_item {
    clear: both;
    font-size: 16px;
    display: inline-block;
    margin: 0;
    color: #000000;
    white-space: nowrap;
}
.t758__link-item__wrapper {
    display: inline-block;
    padding-right: 10px;
    min-height: 19px;
    vertical-align: middle;
    float: left;
}
#rec1228061786 .t758__breadcrumb-divider {
    font-weight: 300;
    color: #858585;
}
.t758__breadcrumb-divider {
    padding-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    line-height: 19px;
    height: 19px;
}



.t514__righttablewrapper {
    position: relative;
    padding-left: 40px;
    padding-bottom: 60px;
}

.t514__line {
    position: absolute;
    left: 15px;
    top: 20px;
    bottom: 0;
    width: 2px;
    background-color: #d4d4d4;
    z-index: 0;
}

.t514__circlewrapper {
    position: absolute;
    top: 1px;
    left: 9px;
    z-index: 1;
}

.t514__circle {
    width: 12px;
    height: 12px;
    background-color: #000;
    border: 2px solid #000;
    border-radius: 50%;
}

.t514__time {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.t514__title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    margin-top: -4px;
    user-select: text;
}

.t514__text {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    max-width: 800px;
    user-select: text;
}

.t514__sectiontextwrapper {
    position: relative;
    display: table-cell;
    padding-left: 40px;
    z-index: 2;
}

@media screen and (max-width: 960px) {
    .t514__time{
        text-align: left;
        padding-left: 50px;
        position: absolute;
    }
    .t514__title{
        margin-top: 50px;
    }
    .t514__sectiontextwrapper {
        display: table-cell;
        padding-left: 10px;
    }
    .btn-roadmap-block{
        margin-left: auto;
        margin-right: auto;
    }
}
.btn-roadmap-block {
    margin: 0 auto;
    display: block;
    text-align: center;
}
.btn-roadmap{
    margin-top: 80px;
    color:#ffffff !important;
    background-color:#1db5b6;
    border-radius:12px;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
    padding-top: 20px;
    font-size: 16px;
}


/*screen-styles*/

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

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

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

    .t-rec_pt_135 {
        padding-top: 90px !important
    }

    .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_90 {
        padding-bottom: 90px
    }

    .t-rec_pb_135 {
        padding-bottom: 90px !important
    }

    .t-rec_pb_150 {
        padding-bottom: 90px !important
    }

    .t-btn_xs {
        height: 40px
    }

    .t-btn_sm {
        height: 50px
    }
}

@media screen and (max-width: 640px) {
    .t-form-success-popup_new .t-form-success-popup__wrapper {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
        -webkit-animation: slideUpMobile .5s forwards;
        animation: slideUpMobile .5s forwards;
        border-radius: 20px 20px 0 0;
        bottom: 0;
        max-height: 80vh;
        max-width: 100%;
        overflow-y: auto;
        top: auto;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    @-webkit-keyframes slideUpMobile {
        0% {
            -webkit-transform: translateY(100%);
            transform: translateY(100%)
        }
        to {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }@keyframes slideUpMobile {
         0% {
             -webkit-transform: translateY(100%);
             transform: translateY(100%)
         }
         to {
             -webkit-transform: translateY(0);
             transform: translateY(0)
         }
     }.t-form-success-popup_new .t-form-success-popup__title {
          font-size: 22px
      }
}

@media screen and (max-width: 480px) {
    .t-form-success-popup_new .t-form-success-popup__wrapper {
        padding-left: 20px;
        padding-right: 20px
    }

    .t-form-success-popup_new .t-form-success-popup__button {
        width: 100%
    }
}

.t-form-success-popup_new .t-form-success-popup__wrapper.t-popup__container-static {
    left: auto;
    margin: 65px auto;
    position: relative;
    right: auto;
    top: 0;
    -webkit-transform: translateY(30%) scale(.9);
    transform: translateY(30%) scale(.9);
    width: 100%
}

.t-form-success-popup_new.t-popup_show .t-form-success-popup__wrapper.t-popup__container-static {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.t-form-success-popup__content-icon-background {
    -webkit-animation: iconBackgroundOpacity .106s linear forwards, iconBackgroundTransform 1.103s cubic-bezier(.445, .05, .55, .95) forwards;
    animation: iconBackgroundOpacity .106s linear forwards, iconBackgroundTransform 1.103s cubic-bezier(.445, .05, .55, .95) forwards;
    opacity: 0;
    -webkit-transform: rotate(60deg) scale(.9);
    transform: rotate(60deg) scale(.9);
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes iconBackgroundOpacity {
    to {
        opacity: 1
    }
}

@keyframes iconBackgroundOpacity {
    to {
        opacity: 1
    }
}

@-webkit-keyframes iconBackgroundTransform {
    0% {
        -webkit-transform: rotate(60deg) scale(.9);
        transform: rotate(60deg) scale(.9)
    }
    46.1% {
        -webkit-transform: rotate(-8deg) scale(1.03);
        transform: rotate(-8deg) scale(1.03)
    }
    63.46% {
        -webkit-transform: rotate(-10deg) scale(1);
        transform: rotate(-10deg) scale(1)
    }
    to {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }
}

@keyframes iconBackgroundTransform {
    0% {
        -webkit-transform: rotate(60deg) scale(.9);
        transform: rotate(60deg) scale(.9)
    }
    46.1% {
        -webkit-transform: rotate(-8deg) scale(1.03);
        transform: rotate(-8deg) scale(1.03)
    }
    63.46% {
        -webkit-transform: rotate(-10deg) scale(1);
        transform: rotate(-10deg) scale(1)
    }
    to {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }
}

.t-form-success-popup__content-icon-check {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    -webkit-animation: checkIconOpacity 51ms linear .437s forwards, checkIconDraw .666s cubic-bezier(.39, .575, .565, 1) .437s forwards, checkIconScale .435s cubic-bezier(.445, .05, .55, .95) .437s forwards;
    animation: checkIconOpacity 51ms linear .437s forwards, checkIconDraw .666s cubic-bezier(.39, .575, .565, 1) .437s forwards, checkIconScale .435s cubic-bezier(.445, .05, .55, .95) .437s forwards;
    opacity: 0;
    -webkit-transform: scale(.85);
    transform: scale(.85);
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes checkIconOpacity {
    to {
        opacity: 1
    }
}

@keyframes checkIconOpacity {
    to {
        opacity: 1
    }
}

@-webkit-keyframes checkIconDraw {
    0% {
        stroke-dashoffset: 1
    }
    to {
        stroke-dashoffset: 0
    }
}

@keyframes checkIconDraw {
    0% {
        stroke-dashoffset: 1
    }
    to {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes checkIconScale {
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes checkIconScale {
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.t-form-success-popup__content-icon-background, .t-form-success-popup__content-icon-check {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform, opacity
}


/*style-for-index*/
@media (hover: hover),(min-width: 0\0 ) {
    #rec739502554 .t-btn:not(.t-animate_no-hover):hover {
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3) !important;
        background-color: #1aa0a1 !important;
    }

    #rec739502554 .t-btn:not(.t-animate_no-hover):focus-visible {
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3) !important;
        background-color: #1aa0a1 !important;
    }

    #rec739502554 .t-btn:not(.t-animate_no-hover) {
        transition-property: background-color, color, border-color, box-shadow;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
    }
}

#rec739502554 .t997__card-title {
    color: #000000;
    opacity: 1;
}

#rec739502554 .t997__card-desc {
    color: #000000;
    opacity: 1;
}


/*t997__card*/
.t997__wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:calc(100% - 40px);box-sizing:border-box}.t997__inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}.t997__header-wrapper{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:110px 0 60px}
.t997__cards-wrapper{margin-top:auto;margin-bottom:30px}
.t997__cards-wrapper::before,
.t997__cards-wrapper::after{content:'';display:table;clear:both}.t997__header-wrapper .t997__title{color:#fff}.t997__header-wrapper .t997__descr{padding:40px 0 54px;color:#fff}.t997__card-title{min-height:20px;margin-bottom:20px}.t997__col{display:flex;margin-bottom:20px}.t997__checkmark{flex-shrink:0;margin-top:3px;margin-right:15px}.t997__imgwrapper{flex-shrink:0;width:30px;margin-right:15px;margin-top:3px}.t997__img{width:100%}
.t997__btn-wrapper{display:inline-block;margin:0 6px}.t997__btn{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.t997__separator{margin-bottom:50px}@media screen and (max-width:960px){.t997__col{margin-bottom:40px}.t997__col:last-child{margin-bottom:0}}@media screen and (max-width:640px){.t997__wrapper{min-height:unset;padding:0}.t997__header-wrapper{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;padding:80px 0 100px}.t997__cards-wrapper{margin-top:0}.t997__descr{padding:20px 0 34px}.t997__card-title{margin-bottom:15px}}



/*t1196*/
#rec1068964651 .t1196__slider {gap:40px;}
.t1196__items{position:relative}

.t1196__items_block{
    width: 100vw;
    margin-left:
        calc(-50vw + 50%);
}

.t1196__slider.t1196__slider_has_shadow {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: -50px;
    margin-bottom: -50px;
}
@media screen and (max-width: 960px) {
    .t1196__slider.t1196__slider_width_12 {
        --column-width: calc(1px - 1px);
        --column-gap: calc(1px - 1px);
        --container-max-width: 600px;
    }
}
@media screen and (max-width: 1200px) {
    .t1196__slider.t1196__slider_width_12 {
        --column-gap: 20px;
    }
}
.t1196__slider.t1196__slider_width_12 {
    --column-width: 60px;
    --column-gap: 40px;
    --container-max-width: calc(var(--column-width) * 12 + var(--column-gap) * 11);
    --container-width: min(calc(100% - 40px), var(--container-max-width));
    --padding-right: calc((100% - var(--container-width)) / 2);
    --padding-left: calc((100% - var(--container-width)) / 2);
}
.t1196__slider:not(.t1196__slider_editor) {
    cursor: grab;
}
.t1196__slider {
    --padding-right: 0px;
    --padding-left: 0px;
    position: relative;
    z-index: 2;
    display: flex
;
    align-items: stretch;
    padding: 0 var(--padding-right) 0 var(--padding-left);
    max-width: 100%;
    box-sizing: border-box;
    overflow: auto hidden;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    scroll-padding-left: var(--padding-left);
    scroll-padding-right: var(--padding-right);
    scroll-behavior: smooth;
}
#rec1068964651 .t1196__item {
    border-radius: 20px;
}
#rec1068964651 .t1196__item {
    width: 360px;
    border: 1px solid #e0e6ed;
}

@media screen and (max-width: 960px) {
    .t1196__slider.t1196__slider_width_12 {
        --column-width: calc(1px - 1px);
        --column-gap: calc(1px - 1px);
        --container-max-width: 600px;
    }
}
@media screen and (max-width: 1200px) {
    .t1196__slider.t1196__slider_width_12 {
        --column-gap: 20px;
    }
}
.t1196__slider.t1196__slider_width_12 {
    --column-width: 60px;
    --column-gap: 40px;
    --container-max-width: calc(var(--column-width) * 12 + var(--column-gap) * 11);
    --container-width: min(calc(100% - 40px), var(--container-max-width));
    --padding-right: calc((100% - var(--container-width)) / 2);
    --padding-left: calc((100% - var(--container-width)) / 2);
}
.t1196__slider:not(.t1196__slider_editor) {
    cursor: grab;
}

#rec1068964651 .t1196__content {
    padding: 30px;
}
.t1196__content {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 960px) {
    .t1196__slider.t1196__slider_width_12 {
        --column-width: calc(1px - 1px);
        --column-gap: calc(1px - 1px);
        --container-max-width: 600px;
    }
}
@media screen and (max-width: 1200px) {
    .t1196__slider.t1196__slider_width_12 {
        --column-gap: 20px;
    }
}
.t1196__slider.t1196__slider_width_12 {
    --column-width: 60px;
    --column-gap: 40px;
    --container-max-width: calc(var(--column-width) * 12 + var(--column-gap) * 11);
    --container-width: min(calc(100% - 40px), var(--container-max-width));
    --padding-right: calc((100% - var(--container-width)) / 2);
    --padding-left: calc((100% - var(--container-width)) / 2);
}
.t1196__slider:not(.t1196__slider_editor) {
    cursor: grab;
}


/*t-slds*/
#rec946958596 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec946958596 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}


/*table-style*/
.tariff-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    background-color: white;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.tariff-table td{
    border-top-width: 0;
    border-bottom-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    vertical-align: top;
    border-color: #d9d9d9;
    font-weight: 300;
}

.tariff-table th,
.tariff-table td {
    padding: 16px 20px;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
    font-size: 16px;
    color: #4d4c4c;
}

.tariff-table th {
    font-weight: 600;
    font-size: 17px;
    border-bottom: 2px solid #000;
    color: #000000;
}

.tariff-table .highlight {
    background-color: #f0f0f0;
}


/*tariff-style*/
.tariff_str_1{
    font-size: 22px;
}
.tariff_str_2{
    font-size: 18px;
}
.tariff_str_3{
    font-weight: 500;
    color: rgb(97, 110, 110);
}
.tariff_str_4{
    font-size: 24px;
    line-height: 20px;
    font-weight: 600;
}
.tariff_str_5{
    font-weight: 500;
    color: rgb(29, 181, 182);
    font-size: 24px;
}
.tariff_str_1 .tariff_str_5{
    font-size: 22px;
}
.tariff_title{
    font-size: 30px;
}
.tariff_number{
    font-size: 24px;
    line-height: 20px;
}
.tariff_price{
    font-size: 28px;
}
#allrecords a.tariff_btn{
    color:#ffffff;
    background-color:#1db5b6;
    border-radius:12px;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
}


/*transition*/
.transition_block{
    padding-bottom:60px;
}
.transition_col{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.transition_contentbox{
    height:auto
}
#allrecords a.transition_pricing_plans{
    color:#ffffff;
    background-color:#1db5b6;
    border-radius:12px;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
}

/*uploaded-images-field-style*/
.dropzone-container {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 10px;
}

#my-dropzone {
    flex: 1 1 60%;
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: #f0f8ff;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    position: relative;
    min-width: 300px;
}

#my-dropzone input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}

.dz-message {
    margin: 2em 0;
    font-size: 18px;
    color: #444;
}

.dz-button {
    display: inline-block;
    background-color: #007bff;
    color: white;
    padding: 14px 40px;
    font-size: 17px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    margin-top: 20px;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
    transition: background-color 0.3s, transform 0.2s;
    min-width: 200px;
}

.dz-button:hover {
    background-color: #0056b3;
    transform: translateY(-1px);
}

.dz-button:active {
    background-color: #004494;
    transform: translateY(0);
}

#selected-files-list {
    flex: 1 1 30%;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 15px;
    min-width: 200px;
    font-size: 14px;
    color: #333;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-content: flex-start;
}

#selected-files-list h4 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.file-preview {
    position: relative;
    width: 100px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s;
}

.file-preview:hover {
    transform: scale(1.02);
}

.file-thumbnail {
    width: 100%;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 6px;
}

.file-name {
    font-size: 12px;
    color: #333;
    margin: 0 0 4px;
    word-break: break-word;
}

.file-remove {
    position: absolute;
    top: 5px;
    right: 5px;
    background: transparent;
    border: none;
    font-size: 1.1em;
    cursor: pointer;
    color: #c00;
    transition: color 0.2s;
}

.file-remove:hover {
    color: #a00;
}


/*zoom-2.0*/
.t-body_scroll-locked{
    left:0;
    position:fixed;
    width:100%
}
.t-zoomer__show_fixed{
    height:100vh;
    max-height:100vh;
    max-width:100%;
    overflow:hidden
}
.t-zoomer__wrapper{
    bottom:0;
    left:0;
    opacity:0;
    position:fixed;
    right:0;
    top:0;
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    transition:all .2s ease-in-out;
    transition:-webkit-transform .3s ease-out;
    transition:transform .3s ease-out;
    transition:transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
    z-index:-1
}
.t-zoomer__show .zoomer-no-scale .t-carousel__zoomer__inner{
    cursor:default
}
.t-zoomer__show .t-zoomer__wrapper{
    opacity:1;
    z-index:9999999
}
.t-zoomer__container{
    text-align:center;
    top:0
}
.t-zoomer__bg,.t-zoomer__container{
    bottom:0;
    left:0;
    position:absolute;
    right:0
}
.t-zoomer__bg{
    background:#fff;
    cursor:zoom-in;
    top:0
}
.t-zoomer__comments{
    box-sizing:border-box;
    display:block;
    height:auto;
    margin:0 auto;
    max-width:700px;
    padding:14px;
    text-align:center;
    -webkit-transform:translateZ(0)
}
.t-zoomer__descr{
    z-index:3
}
.t-zoomable,.t-zoomer__show .t-carousel__zoomer__inner,.t-zoomer__show .t-zoomable{
    cursor:zoom-in
}
.t-zoomer__container{
    z-index:99999999
}
.t-carousel__zoomed,.t-carousel__zoomer__slides{
    bottom:0;
    left:0;
    position:absolute;
    right:0;
    top:0
}
.t-carousel__zoomer__inner{
    bottom:15px;
    left:15px;
    overflow:hidden;
    position:absolute;
    right:15px;
    top:15px
}
.t-carousel__zoomer__track{
    -webkit-backface-visibility:hidden;
    bottom:0;
    position:absolute;
    top:0;
    -webkit-transform-style:preserve-3d;
    transition-duration:.25s;
    transition-property:-webkit-transform;
    transition-property:transform;
    transition-property:transform,-webkit-transform;
    transition-timing-function:cubic-bezier(.29,.39,.2,.96)
}
.t-carousel__zoomer__item,.t-carousel__zoomer__track{
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex
}
.t-carousel__zoomer__item{
    -ms-flex-negative:0;
    -ms-flex-pack:center;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-flex-shrink:0;
    flex-shrink:0;
    height:100%;
    -webkit-justify-content:center;
    justify-content:center;
    width:100vw
}
.t-carousel__zoomer__img{
    -webkit-backface-visibility:hidden;
    display:block;
    margin:auto;
    max-height:calc(100vh - 30px);
    max-width:100%;
    object-fit:contain;
    overflow:auto;
    -webkit-transform:none
}
.t-zoomer-loader{
    bottom:0;
    display:none;
    height:40px;
    left:0;
    margin:auto;
    mix-blend-mode:difference;
    position:absolute;
    right:0;
    top:0;
    width:40px;
    z-index:1000
}
.t-carousel__zoomer__inner:has(.t-carousel__zoomer__item.active img:not(.loaded)) .t-zoomer-loader{
    display:inline-block
}
.t-zoomer-loader .t-icon-loader-rect{
    --animation-duration:1s;
    -webkit-animation:t-icon-loader-animation var(--animation-duration) linear infinite;
    animation:t-icon-loader-animation var(--animation-duration) linear infinite
}
.t-zoomer-loader .t-icon-loader-rect:first-child{
    -webkit-animation-delay:calc(var(--animation-duration)/-8*8);
    animation-delay:calc(var(--animation-duration)/-8*8)
}
.t-zoomer-loader .t-icon-loader-rect:nth-child(2){
    -webkit-animation-delay:calc(var(--animation-duration)/-8*7);
    animation-delay:calc(var(--animation-duration)/-8*7)
}
.t-zoomer-loader .t-icon-loader-rect:nth-child(3){
    -webkit-animation-delay:calc(var(--animation-duration)/-8*6);
    animation-delay:calc(var(--animation-duration)/-8*6)
}
.t-zoomer-loader .t-icon-loader-rect:nth-child(4){
    -webkit-animation-delay:calc(var(--animation-duration)/-8*5);
    animation-delay:calc(var(--animation-duration)/-8*5)
}
.t-zoomer-loader .t-icon-loader-rect:nth-child(5){
    -webkit-animation-delay:calc(var(--animation-duration)/-8*4);
    animation-delay:calc(var(--animation-duration)/-8*4)
}
.t-zoomer-loader .t-icon-loader-rect:nth-child(6){
    -webkit-animation-delay:calc(var(--animation-duration)/-8*3);
    animation-delay:calc(var(--animation-duration)/-8*3)
}
.t-zoomer-loader .t-icon-loader-rect:nth-child(7){
    -webkit-animation-delay:calc(var(--animation-duration)/-8*2);
    animation-delay:calc(var(--animation-duration)/-8*2)
}
.t-zoomer-loader .t-icon-loader-rect:nth-child(8){
    -webkit-animation-delay:calc(var(--animation-duration)/-8*1);
    animation-delay:calc(var(--animation-duration)/-8*1)
}
@-webkit-keyframes t-icon-loader-animation{
    to{
        opacity:0
    }

}
@keyframes t-icon-loader-animation{
    to{
        opacity:0
    }

}
.t-zoomer__close{
    cursor:pointer;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    height:auto;
    padding:10px;
    position:fixed;
    right:10px;
    top:10px;
    transition:opacity .3s ease-in-out;
    width:auto;
    z-index:999999999999
}
.t-zoomer__close:hover{
    opacity:.7
}
.t-zoomer__close-line{
    background-color:#222;
    height:26px;
    left:15px;
    position:absolute;
    width:2px
}
.t-zoomer__close-line-first{
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.t-zoomer__close-line-second{
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.t-carousel__zoomer__control{
    bottom:50px;
    cursor:pointer;
    left:0;
    position:absolute;
    top:50px;
    transition:opacity .3s ease-in-out;
    width:15%;
    z-index:99
}
.t-carousel__zoomer__control_right{
    left:auto;
    right:0
}
.t-carousel__zoomer__control:hover{
    opacity:.6
}
.t-carousel__zoomer__arrow{
    background:0 0;
    height:18px;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    width:18px
}
.t-carousel__zoomer__arrow__wrapper{
    position:absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%) scale(.8)
}
.t-carousel__zoomer__arrow_right{
    border-right:2px solid;
    border-top:2px solid
}
.t-carousel__zoomer__arrow_left{
    border-bottom:2px solid;
    border-left:2px solid
}
img.t-carousel__zoomer__img.ui-draggable.ui-draggable-handle{
    cursor:grab
}
.t-carousel__zoomer__arrow__wrapper:before{
    background:hsla(0,0%,100%,.3);
    border-radius:50%;
    content:"";
    height:26px;
    padding:10px;
    position:absolute;
    top:calc(50% - 23px);
    width:26px
}
.t-carousel__zoomer__arrow__wrapper_dark:before{
    background:rgba(1,1,1,.3)
}
.t-carousel__zoomer__arrow__wrapper.t-carousel__zoomer__arrow__wrapper_left:before{
    left:calc(50% - 26px)
}
.t-carousel__zoomer__arrow__wrapper.t-carousel__zoomer__arrow__wrapper_right:before{
    right:calc(50% - 26px)
}
.scale-active .t-carousel__zoomer__img{
    bottom:unset;
    cursor:zoom-out;
    left:unset;
    max-height:inherit;
    max-width:inherit;
    right:unset;
    top:unset
}
.scale-active .t-carousel__zoomer__inner{
    bottom:0;
    left:0;
    right:0;
    top:0
}
.scale-active .t-carousel__zoomer__control{
    height:15%;
    margin:auto
}
.t-zoomer__scale.showed{
    cursor:pointer;
    display:none;
    padding:10px;
    position:fixed;
    right:65px;
    top:10px;
    transition:opacity .3s ease-in-out;
    z-index:999999999
}
.t-zoomer__scale.showed .icon-increase{
    display:block
}
.scale-active .t-carousel__zoomer__img{
    position:absolute
}
.scale-active .t-carousel__zoomer__item{
    display:none
}
.scale-active .t-carousel__zoomer__item.active{
    display:block
}
.scale-active .t-zoomer__scale.showed .icon-increase,.t-zoomer__scale.showed .icon-decrease{
    display:none
}
.scale-active .t-zoomer__scale.showed .icon-decrease{
    display:block
}
.t-zoomer__close,.t-zoomer__scale.showed{
    background:hsla(0,0%,100%,.3);
    border-radius:50%
}
.t-carousel__zoomer__arrow__wrapper_right{
    right:20px
}
.t-carousel__zoomer__arrow__wrapper_left{
    left:20px
}
.t-zoomer__scale:hover{
    opacity:.7
}
.t-zoomer__hide-animation{
    -webkit-animation-delay:3s;
    animation-delay:3s;
    -webkit-animation-duration:.3s;
    animation-duration:.3s;
    -webkit-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    -webkit-animation-name:hide;
    animation-name:hide
}
.t-zoomer__title{
    font-size:16px;
    font-weight:400
}

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

}

@media screen and (max-width:640px){
    .t-zoomer__title{
        font-size:12px
    }

}
@media screen and (max-width:768px){
    .t-carousel__zoomer__inner{
        bottom:0;
        left:0;
        right:0;
        top:0
    }
    .t-carousel__zoomer__control .t-carousel__zoomer__arrow{
        height:10px;
        width:10px
    }
    .t-carousel__zoomer-control{
        width:10%
    }
    .t-carousel__zoomer__arrow__left{
        left:15px
    }
    .t-carousel__zoomer__arrow__right{
        right:15px
    }
    .t-carousel__zoomer__arrow__wrapper:before,.t-carousel__zoomer__arrow__wrapper_dark:before{
        height:18px;
        top:calc(50% - 19px);
        width:18px
    }
    .t-carousel__zoomer__arrow__wrapper.t-carousel__zoomer__arrow__wrapper_left:before{
        left:calc(50% - 21px)
    }
    .t-carousel__zoomer__arrow__wrapper.t-carousel__zoomer__arrow__wrapper_right:before{
        right:calc(50% - 21px)
    }
}
.t-carousel__zoomer__item-innactive .t-carousel__zoomer__wrapper{
    display:none
}
@supports (-webkit-overflow-scrolling:touch){
    .t-carousel__zoomer__img{
        object-fit:contain
    }
}
@-webkit-keyframes hide{
    0%{
        opacity:1
    }
    to{
        opacity:0
    }
}
@keyframes hide{
    0%{
        opacity:1
    }
    to{
        opacity:0
    }
}

