.t-hero{--height:700px;--t-hero-min-height:0px;--t-hero-overlay-color:transparent;--t-hero-radius:0px;--t-hero-gap-title-mob:20px;--t-hero-gap-text-mob:40px;-ms-flex-align:center;-webkit-align-items:center;align-items:center;border-radius:var(--t-hero-radius);min-height:max(var(--height),var(--t-hero-min-height));overflow:clip;padding:0;position:relative}.t-hero,.t-hero__container{box-sizing:border-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.t-hero__container{padding:40px;width:100%}.t-hero__col{display:-webkit-flex;display:-ms-flexbox;display:flex}.t-hero__col.t-width{width:100%}.t-hero__col_center{display:-webkit-flex;display:-ms-flexbox;display:flex;float:none;margin:0 auto}.t-hero_hor-left .t-hero__container{-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.t-hero_hor-center .t-hero__container{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.t-hero_hor-right .t-hero__container{-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.t-hero_vert-top{-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}.t-hero_vert-middle{-ms-flex-align:center;-webkit-align-items:center;align-items:center}.t-hero_vert-bottom{-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}.t-hero__media{background-image:var(--t-hero-bg-image);background-position:var(--t-hero-bg-position,center center);background-repeat:no-repeat;background-size:cover;inset:0;position:absolute;-webkit-transform:translateZ(0);transform:translateZ(0)}.t-hero__media.t-hero_media-loading{opacity:0;transition:opacity .7s ease-in-out}.t-hero__media.t-hero_media-ready{opacity:1;transition:opacity .7s ease-in-out}.t-hero__overlay{background-color:var(--t-hero-overlay-color);inset:0;pointer-events:none;position:absolute}.t-hero__inner{box-sizing:border-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:60px;position:relative;width:100%;z-index:1}.t-hero_align-top .t-hero__inner{-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.t-hero_align-center .t-hero__inner{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.t-hero_align-bottom .t-hero__inner{-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.t-hero__content{box-sizing:border-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-width:0;position:relative;width:100%;z-index:1}.t-hero__content_center>*,.t-hero__content_left>*,.t-hero__content_right>*{max-width:100%;overflow-wrap:break-word}.t-hero__content_left{-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;text-align:left}.t-hero__content_center{-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.t-hero__content_right{-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end;text-align:right}.t-hero__divider{background-color:#fff;display:block;height:1px;max-width:140px;position:relative;width:100%}.t-hero__buttons{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.t-hero__content_center .t-hero__buttons{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.t-hero__content_right .t-hero__buttons{-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.t-hero__text{color:grey;padding-top:20px}.t-hero_parallax-fixed .t-hero__media{background-attachment:fixed}@media (hover:none){.t-hero_parallax-fixed .t-hero__media{background-attachment:scroll}}.t-hero_has-video .t-hero__media{background-image:none}.t-hero_video-hidden .t-hero__media{background-image:var(--t-hero-bg-image)}@-webkit-keyframes t-hero-gallery-grow{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1.3);transform:scale(1.3)}}@keyframes t-hero-gallery-grow{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1.3);transform:scale(1.3)}}@-webkit-keyframes t-hero-gallery-shrink{0%{-webkit-transform:scale(1.3);transform:scale(1.3)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes t-hero-gallery-shrink{0%{-webkit-transform:scale(1.3);transform:scale(1.3)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes t-hero-gallery-fade-out{0%{opacity:1}to{opacity:0}}@keyframes t-hero-gallery-fade-out{0%{opacity:1}to{opacity:0}}.t-hero__gallery-slide{background-position:var(--t-hero-bg-position,center center);background-repeat:no-repeat;background-size:cover;inset:0;opacity:0;position:absolute;-webkit-transform:scale(1);transform:scale(1);will-change:opacity,transform}.t-hero__gallery-slide_active{-webkit-animation-duration:var(--t-hero-gallery-duration,5s);animation-duration:var(--t-hero-gallery-duration,5s);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:t-hero-gallery-grow;animation-name:t-hero-gallery-grow;-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:1}.t-hero__gallery-slide_active.t-hero__gallery-slide_fading{-webkit-animation-duration:var(--t-hero-gallery-duration,5s),var(--t-hero-gallery-fade-duration,1s);animation-duration:var(--t-hero-gallery-duration,5s),var(--t-hero-gallery-fade-duration,1s);-webkit-animation-fill-mode:forwards,forwards;animation-fill-mode:forwards,forwards;-webkit-animation-name:t-hero-gallery-grow,t-hero-gallery-fade-out;animation-name:t-hero-gallery-grow,t-hero-gallery-fade-out;-webkit-animation-timing-function:linear,linear;animation-timing-function:linear,linear}.t-hero__gallery_style-fade .t-hero__gallery-slide{-webkit-transform:scale(1);transform:scale(1)}.t-hero__gallery_style-fade .t-hero__gallery-slide_active{-webkit-animation-name:none;animation-name:none;opacity:1}.t-hero__gallery_style-fade .t-hero__gallery-slide_active.t-hero__gallery-slide_fading{-webkit-animation-duration:var(--t-hero-gallery-fade-duration,1s);animation-duration:var(--t-hero-gallery-fade-duration,1s);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:t-hero-gallery-fade-out;animation-name:t-hero-gallery-fade-out;-webkit-animation-timing-function:linear;animation-timing-function:linear}.t-hero__gallery_style-zoom .t-hero__gallery-slide{-webkit-transform:scale(1.3);transform:scale(1.3)}.t-hero__gallery_style-zoom .t-hero__gallery-slide_active{-webkit-animation-duration:var(--t-hero-gallery-duration,5s);animation-duration:var(--t-hero-gallery-duration,5s);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:t-hero-gallery-shrink;animation-name:t-hero-gallery-shrink;-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:1}.t-hero__gallery_style-zoom .t-hero__gallery-slide_active.t-hero__gallery-slide_fading{-webkit-animation-duration:var(--t-hero-gallery-duration,5s),var(--t-hero-gallery-fade-duration,1s);animation-duration:var(--t-hero-gallery-duration,5s),var(--t-hero-gallery-fade-duration,1s);-webkit-animation-fill-mode:forwards,forwards;animation-fill-mode:forwards,forwards;-webkit-animation-name:t-hero-gallery-shrink,t-hero-gallery-fade-out;animation-name:t-hero-gallery-shrink,t-hero-gallery-fade-out;-webkit-animation-timing-function:linear,linear;animation-timing-function:linear,linear}.t-hero__gallery-slide_static.t-hero__gallery-slide_active{-webkit-animation:none;animation:none;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.t-hero__video{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.t-hero_video-hidden .t-hero__media>iframe,.t-hero_video-hidden .t-hero__video,.t-hero_video-hidden .t-hero__video-iframe-wrapper{display:none}.t-hero__video-iframe-wrapper{inset:0;overflow:hidden;position:absolute}.t-hero__video-iframe-wrapper iframe{border:none;height:100%;left:50%;min-height:56.25vw;min-width:100%;pointer-events:none;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:177.78vh}.t-hero__scroll-control-wrapper{-ms-flex-pack:center;bottom:20px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;justify-content:center;left:0;position:absolute;right:0;z-index:9}.t-hero__scroll-control{background-color:transparent;border:none;cursor:pointer;padding:0;transition:opacity .2s ease-in-out}.t-hero__scroll-control:hover{opacity:.7}@-webkit-keyframes t-hero-scroll-control-bounce{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%,55%{-webkit-transform:translateY(-7px);transform:translateY(-7px)}}@keyframes t-hero-scroll-control-bounce{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%,55%{-webkit-transform:translateY(-7px);transform:translateY(-7px)}}.t-hero__scroll-control_animated{-webkit-animation:t-hero-scroll-control-bounce 1.7s ease infinite;animation:t-hero-scroll-control-bounce 1.7s ease infinite}.t-hero__scroll-control-svg{display:block}.t-hero__scroll-control-svg path{stroke:#fff;fill:#fff}.t-hero__content:not(.t-hero__content_cards-right):not(.t-hero__content_cards-above) .t-hero__buttons{-ms-flex-order:1;-webkit-order:1;order:1}.t-hero__content:not(.t-hero__content_cards-right):not(.t-hero__content_cards-above) .t-hero__text{-ms-flex-order:2;-webkit-order:2;order:2}.t-hero__content:not(.t-hero__content_cards-right):not(.t-hero__content_cards-above) .t-hero__cards{-ms-flex-order:3;-webkit-order:3;order:3}.t-hero__content_cards-above .t-hero__cards{-ms-flex-order:1;-webkit-order:1;order:1}.t-hero__content_cards-above .t-hero__buttons{-ms-flex-order:2;-webkit-order:2;order:2}.t-hero__content_cards-above .t-hero__text{-ms-flex-order:3;-webkit-order:3;order:3}.t-hero_height-full{min-height:100dvh}@media print{.t-hero__media{background-attachment:scroll}}.t-hero__content .t-hero__title{padding-bottom:var(--t-hero-gap-title)}.t-hero__content .t-hero__descr,.t-hero__content .t-hero__uptitle{padding-bottom:var(--t-hero-gap-text)}.t-hero__content .t-hero__buttons+.t-hero__cards{padding-top:var(--t-hero-gap-cards)}.t-hero__content .t-hero__cards:has(+.t-hero__buttons){padding-bottom:var(--t-hero-gap-cards)}.t-hero__content .t-hero__title+.t-divider.t-hero__divider{margin-bottom:var(--t-hero-gap-title)}.t-hero__content .t-hero__descr+.t-divider.t-hero__divider,.t-hero__content .t-hero__uptitle+.t-divider.t-hero__divider{margin-bottom:var(--t-hero-gap-text)}.t-hero:has(.t-hero__content_style2){-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}.t-hero__container:has(.t-hero__content_style2){-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;display:-webkit-flex;display:-ms-flexbox;display:flex}.t-hero__col:has(.t-hero__content_style2){-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;display:-webkit-flex;display:-ms-flexbox;display:flex}.t-hero__content_style2{-ms-flex-pack:justify;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-justify-content:space-between;justify-content:space-between}.t-hero__content_style2 .t-hero__descr,.t-hero__content_style2 .t-hero__title,.t-hero__content_style2 .t-hero__uptitle{padding-bottom:0}.t-hero__content_style2.t-hero__content_cards-right{-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.t-hero__content_style2.t-hero__content_cards-right .t-hero__content-col_text{padding-right:40px}.t-hero__title_xxxl{font-size:120px}.t-hero__cards{-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding:0}.t-hero__card,.t-hero__cards{display:-webkit-flex;display:-ms-flexbox;display:flex}.t-hero__card{box-sizing:border-box;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;gap:10px}.t-hero__cards_icon-left .t-hero__card{-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;gap:10px}.t-hero__cards_icon-top .t-hero__card{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.t-hero__cards_icon-right .t-hero__card{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.t-hero__cards_icon-right,.t-hero__cards_icon-right .t-hero__card{-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}.t-hero__cards_icon-right{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.t-hero__content_left .t-hero__cards_icon-top .t-hero__card,.t-hero__content_left .t-hero__cards_icon-top .t-hero__card-body{-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;text-align:left}.t-hero__content_center .t-hero__cards_icon-top .t-hero__card,.t-hero__content_center .t-hero__cards_icon-top .t-hero__card-body{-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.t-hero__content_right .t-hero__cards_icon-top .t-hero__card,.t-hero__content_right .t-hero__cards_icon-top .t-hero__card-body{-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end;text-align:right}.t-hero__card-icon{-ms-flex-negative:0;-ms-flex-align:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;aspect-ratio:1/1;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;flex-shrink:0;-webkit-justify-content:center;justify-content:center}.t-hero__card-icon img{display:block;height:100%;object-fit:contain;width:100%}.t-hero__card-body{-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:5px}.t-hero__card-descr,.t-hero__card-title{margin:0;width:100%}.t-hero__cards_style-default{gap:40px}.t-hero__cards_style-default,.t-hero__cards_style-divider{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.t-hero__cards_style-divider{row-gap:20px}.t-hero__cards_style-divider .t-hero__card{padding-left:40px;padding-right:40px}.t-hero__cards_style-divider .t-hero__card:first-child{padding-left:0}.t-hero__cards_style-divider .t-hero__card:last-child{padding-right:0}.t-hero__cards_style-divider .t-hero__card:not(:last-child){border-right:1px solid}.t-hero__cards_style-background{-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch;gap:20px;width:100%}.t-hero__cards_style-background .t-hero__card{padding:30px}.t-hero__cards_wrap{width:100%}.t-hero__cards_wrap:not(.t-hero__cards_style-background):not(.t-hero__cards_style-divider){gap:20px}.t-hero__cards_wrap-single.t-hero__cards_style-divider .t-hero__card{border-bottom:1px solid;border-right:none;padding-bottom:40px;padding-left:0;padding-right:0}.t-hero__cards_wrap-single.t-hero__cards_style-divider .t-hero__card:first-child{padding-top:0}.t-hero__cards_wrap-single.t-hero__cards_style-divider .t-hero__card:last-child{border-bottom:none;padding-bottom:0}.t-hero__cards_stretch{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.t-hero__cards_stretch .t-hero__card{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;min-width:0}.t-hero__cards-wrapper{padding-top:var(--t-hero-gap-cards);width:100%}.t-hero:has(.t-hero__cards-wrapper){-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}.t-hero__container:has(.t-hero__cards-wrapper){-ms-flex-pack:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center}.t-hero__col:has(.t-hero__cards-wrapper){-ms-flex-pack:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center}.t-hero__content_cards-right{-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;width:100%}.t-hero__content_style2.t-hero__content_cards-right{-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch}.t-hero__content_style2.t-hero__content_cards-right .t-hero__content-col_text{-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.t-hero__content_style2.t-hero__content_cards-right .t-hero__content-col_cards{-ms-flex-item-align:start;-webkit-align-self:flex-start;align-self:flex-start}.t-hero__content-col_text{box-sizing:border-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:0 0 65%;-ms-flex:0 0 65%;flex:0 0 65%;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-width:65%;min-width:0;padding-right:var(--t-hero-gap-text)}.t-hero__content-col_cards{-webkit-flex:0 0 35%;-ms-flex:0 0 35%;flex:0 0 35%;max-width:35%;min-width:0}.t-hero__content-col_cards .t-hero__cards{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.t-hero__content-col_cards .t-hero__cards_style-background .t-hero__card{width:100%}.t-hero__content-col_cards .t-hero__cards_style-divider .t-hero__card{border-right:none;padding:20px 0;width:100%}.t-hero__content-col_cards .t-hero__cards_style-divider .t-hero__card:first-child{padding-top:0}.t-hero__content-col_cards .t-hero__cards_style-divider .t-hero__card:last-child{padding-bottom:0}.t-hero__content-col_cards .t-hero__cards_style-divider .t-hero__card:not(:last-child){border-bottom:1px solid}.t-hero__content_center:not(.t-hero__content_cards-right) .t-hero__cards{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.t-hero__content_right:not(.t-hero__content_cards-right) .t-hero__cards{-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.t-hero__cards_icon-left .t-hero__card-body{text-align:left}.t-hero__cards_icon-left .t-hero__card-body,.t-hero__content_cards-right.t-hero__content_left .t-hero__content-col_text{-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}.t-hero__content_cards-right.t-hero__content_center .t-hero__content-col_text{-ms-flex-align:center;-webkit-align-items:center;align-items:center}.t-hero__content_cards-right.t-hero__content_right .t-hero__content-col_text{-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}@media screen and (max-width:960px){.t-hero__container{max-width:100%;padding:40px 20px}.t-hero:has(.t-hero__cards){min-height:var(--height)}.t-hero:has(.t-hero__cards):has(.t-hero__scroll-control){padding-bottom:80px}.t-hero__title_xxxl{font-size:70px}.t-hero__cards{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}.t-hero__col.t-col{padding-left:0;padding-right:0}.t-hero__cards_style-background .t-hero__card{width:100%!important}.t-hero__cards_style-divider .t-hero__card{border-right:none!important;padding:20px 0;width:100%!important}.t-hero__cards_style-divider{row-gap:0}.t-hero__cards_style-default .t-hero__card{width:100%!important}.t-hero__cards_stretch .t-hero__card{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.t-hero__card-body{width:100%}.t-hero__cards_style-divider .t-hero__card:first-child{padding-top:0}.t-hero__cards_style-divider .t-hero__card:last-child{padding-bottom:0}.t-hero__cards_style-divider .t-hero__card:not(:last-child){border-bottom:1px solid}.t-hero__content_cards-right{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%}.t-hero__content-col_text{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;padding-bottom:var(--t-hero-gap-text-mob);padding-right:0;width:100%}.t-hero__content-col_cards{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;margin-top:auto;max-width:100%;padding-top:var(--t-hero-gap-cards-mob);width:100%}.t-hero__content_style2.t-hero__content_cards-right .t-hero__content-col_cards{padding-top:40px}}@media screen and (max-width:640px){.t-hero__inner{margin:10px;padding:40px 20px 60px}.t-hero__col:has(.t-hero__inner),.t-hero__container:has(.t-hero__inner){padding-left:0;padding-right:0}.t-hero__scroll-control-wrapper{bottom:14px}.t-hero__scroll-control{-webkit-transform:scale(.7);transform:scale(.7)}.t-hero__buttons{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}.t-hero__buttons .t-btn{width:100%}.t-hero__content .t-hero__title{padding-bottom:var(--t-hero-gap-title-mob)}.t-hero__content .t-hero__descr,.t-hero__content .t-hero__uptitle{padding-bottom:var(--t-hero-gap-text-mob)}.t-hero__content .t-hero__title+.t-divider.t-hero__divider{margin-bottom:var(--t-hero-gap-title-mob)}.t-hero__content .t-hero__descr+.t-divider.t-hero__divider,.t-hero__content .t-hero__uptitle+.t-divider.t-hero__divider{margin-bottom:var(--t-hero-gap-text-mob)}.t-hero__content .t-hero__buttons+.t-hero__cards{padding-top:var(--t-hero-gap-cards-mob)}.t-hero__content .t-hero__cards:has(+.t-hero__buttons){padding-bottom:var(--t-hero-gap-cards-mob)}.t-hero__title_xxxl{font-size:34px}.t-hero .t-descr_md,.t-hero .t-descr_sm,.t-hero .t-descr_xs{font-size:16px}}